.navigator {
  height: 40px;
  line-height: 40px;
}
.category-head {
  width: 190px;
  background-color: #666;
  color: #fff;
  float: left;
  text-align: center;
  font-size: 16px;
}
.navigator-menu {
  float: left;
  width: calc(100% - 250px);
  padding-left: 60px;
}
.scene-hall-banner-content {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.scene-hall-banner-content ::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}
.scene-hall-banner-content ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.scene-hall-banner-content ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
  border: 6px solid rgba(0, 0, 0, 0);
  box-shadow: 8px 0 0 #A5ADB7 inset;
}
.scene-hall-banner-content ::-webkit-scrollbar-thumb:hover {
  background-color: #ddd;
  box-shadow: 8px 0 0 #4A4A4A inset;
}
.scene-hall-banner-content .banner-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
}
.scene-hall-banner-content .banner-bg img {
  height: 100%;
}
.scene-hall-banner-content .content-category-box {
  background-color: rgba(102, 102, 102, 0.8);
  min-height: 400px;
}
.scene-hall-banner-content .cate-detail-body-box {
  height: 400px;
}
.item-head-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.pt60 {
  padding-top: 60px;
}
.scene-goods-item {
  width: 286px;
  height: 310px;
  background-color: #fff;
  margin-bottom: 18px;
}
.scene-goods-item .product-desc {
  padding: 0 30px;
  text-align: center;
}
.scene-goods-item .product-title {
  margin: 0 auto 18px;
  height: 36px;
  min-height: 36px;
  line-height: 18px;
}
.scene-goods-item .product-price {
  height: 18px;
  line-height: 18px;
}
.scene-goods-item .goods-item-pic {
  width: 160px;
  height: 160px;
  margin: 34px auto 18px;
}
.scene-goods-item .goods-item-pic img {
  width: 100%;
  height: 100%;
}
.min-goods-item {
  width: 286px;
  height: 200px;
}
.min-goods-item .product-desc {
  padding: 0 28px;
}
.min-goods-item .pic-price {
  display: flex;
  align-items: center;
}
.min-goods-item .goods-item-pic {
  width: 100px;
  height: 100px;
  min-width: 100px;
  margin: 21px 0 21px 30px;
}
.min-goods-item .product-price {
  padding: 0 16px;
}
.min-goods-item .product-title {
  margin: 0;
  text-align: left;
}
.hot-goods-list .scene-goods-item {
  padding: 0;
}
.hot-goods-list .double-item {
  width: 590px;
  display: flex;
  align-items: center;
}
.hot-goods-list .double-item .goods-item-pic {
  float: left;
  width: 220px;
  min-width: 220px;
  height: 220px;
  margin: 45px 30px 45px 40px;
}
.hot-goods-list .double-item .product-title {
  margin-bottom: 30px;
}
.scene-goods-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.choice-goods-first {
  height: 638px;
  overflow: hidden;
}
.choice-goods-first .goods-item-pic {
  width: 220px;
  height: 220px;
  margin: 32px auto 20px;
}
.choice-goods-first .goods-item-pic + .goods-item-pic {
  margin: 0 auto 18px;
}
.choice-goods-first .product-title {
  height: 54px;
  line-height: 18px;
  -webkit-line-clamp: 3;
}
.choice-brand-mid {
  width: 590px;
  min-width: 590px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods-item-box {
  padding: 0 30px;
}
.bg-no-content {
  background-color: #f5f6f8;
}
.category-goods-list {
  background-color: #fff;
}
.category-goods-list .scene-goods-item {
  width: 230px;
  height: 300px;
  margin: 0;
}
.category-goods-list .scene-goods-item .goods-item-pic {
  margin: 30px auto 20px;
  width: 150px;
  height: 150px;
}
