@media (min-width: 1600px) {
  .layui-main {
    width: 1320px;
  }
  .categories-sub-width {
    width: 1020px !important;
  }
}
@media (min-width: 1720px) {
  .layui-main {
    width: 1440px;
  }
  .categories-sub-width {
    width: 1140px !important;
  }
}

.best-zl-main {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  /* height: 300px;
  background-color: #efefef;
  border-radius: 4px; */
}

.best-zl-row {
  display: flex;
}

.best-container {
  width: 100%;
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

.best-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

.best-col-1,
.best-col-2,
.best-col-3,
.best-col-4,
.best-col-5,
.best-col-6,
.best-col-7,
.best-col-8,
.best-col-9,
.best-col-10,
.best-col-11,
.best-col-12,
.best-col,
.best-col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  /* padding-right: 15px;
  padding-left: 15px; */
}
.best-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.best-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.best-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.best-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.best-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.best-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.best-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.best-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.best-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.best-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.best-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.best-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.best-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.best-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* 正文css */

.best-zl-hd {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(203, 199, 192);
  text-align: center;
  padding: 16px 0;
  background: linear-gradient(
    to top right,
    rgb(213, 199, 174),
    rgb(180, 186, 178)
  );
  line-height: 0;
}

.best-zl-swiper {
  margin: 0 auto;
  max-width: 1600px;
}

.best-zl-swiper .swiper-pagination {
  z-index: 1;
}

/* .best-zl-swiper .swiper-pagination-bullet{
  border: 1px solid #E71A41;
  opacity: 1;
  background-color: rgba(180, 186, 178, .1);
} */

.best-zl-swiper .swiper-pagination-bullet-active {
  background-color: #e71a41 !important;
}

/* 良渚总体描述 */
.best-zl-desc {
  margin: 32px -8px;
}

.best-zl-desc .best-col {
  box-sizing: border-box;
  padding: 0 8px;
}

.best-zl-desc .best-zl-desc-text {
  position: relative;
  padding-top: 56.25%;
  background-color: #9e8662;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
}

.best-zl-desc .best-zl-desc-text .best-zl-desc-main {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  box-sizing: border-box;
  color: #fff;
}

.best-zl-desc-main .best-zl-desc-title {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}

.best-zl-desc .best-zl-desc-video {
  position: relative;
  padding-top: 56.25%;
  background-color: #efefef;
  border-radius: 2px;
  overflow: hidden;
}

.best-zl-desc .best-zl-desc-video video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

/* 四大遗址 */
.best-zl-ruins {
  padding: 32px;
  background-color: rgb(227, 217, 201);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
}

.best-zl-ruins .best-row {
  margin: -16px;
}

.best-zl-ruins .best-col-6 {
  box-sizing: border-box;
  padding: 16px;
}

.best-zl-ruins .best-zl-ruins-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  height: 400px;
  color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
  overflow: hidden;
  text-shadow: 2px 2px 2px #000000;
}

.best-zl-ruins-hd {
  font-size: 28px;
}

.best-zl-ruins-text {
  font-size: 16px;
}

/* .best-zl-ruins-item .best-zl-ruins-hd, */
.best-zl-ruins-item .best-zl-ruins-bd{
  margin-top: 400px;
  transition: margin .3s ease;
}

.best-zl-ruins-item:hover .best-zl-ruins-bd{
  margin-top: 0;
}

/* 产业带商品 */

.best-zl-goods-hd {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(203, 199, 192);
  text-align: center;
  padding: 16px 0;
  margin: 32px auto;
  background: linear-gradient(
    to top right,
    rgb(213, 199, 174),
    rgb(180, 186, 178)
  );
  line-height: 48px;
  color: rgb(16, 16, 16);
  font-size: 36px;
  border-radius: 2px;
}


.store-item{
  width: 100%;
  border-radius: 20px;
  position: relative;
  margin-bottom: 24px;
  background: linear-gradient(90deg, #e5f2ff 0%, #deefff 100%);
}

.store-hd{
  display: flex;
  padding: 16px;
}

.store-hd-main{
  display: flex;
  flex: 1;
}

.store-avatar{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden;
  margin-right: 16px;
}

.store-avatar img{
  width: 100%;
  height: 100%;
}

.store-name{
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 24px;
  height: 24px;
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
}

.store-attr img{
  max-height: 30px;
  margin-right: 8px;
}

.supplier-verified {
  object-fit: contain;
  margin-right: 16px !important;
}
.supplier-goldmedal{
  height: 25px;
  object-fit: contain;
}

.store-hd-rt{
  text-align: center;
}

.contact-supplier{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  text-align: center;
  margin-top: 18px;
}

.contact-supplier svg{
  margin-right: 8px;
}

.contact-see-more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  margin: 8px auto 0;
}

.contact-see-more svg{
  fill: #666;
  margin-left: 6px;
}



/* 店铺产品 */
.store-goods{
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 16px;
}

.goods-item{
  width: 20%;
  max-width: 20%;
  padding: 0 8px;
}

.goods-img{
  display: block;
  padding-top: 100%;
  position: relative;
}

.goods-img .goods-avatar{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow: hidden;
}

.goods-img .goods-avatar img{
  width: 100%;
  height: 100%;
}

.goods-item:hover .goods-img .goods-avatar img{
  transition: transform 0.3s;
  transform: scale(1.04);
}

.goods-name{
  width: 100%;
  font-size: 14px;
  margin: 8px 0;
  color: #666;
  height: 44px;
  font-weight: 400;
  line-height: 22px;
  /* word-break: break-all; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
          line-clamp: 2;
}

.goods-price {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 23px;
  height: 23px;
}

.goods-price-value {
  font-size: 20px;
  font-weight: bold;
  transition: font-size 0.2s;
}

.goods-item:hover .goods-price-value{
  font-size: 16px;
}

.goods-min-num {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  height: 22px;
  margin: 0 0 12px;
}

.goods-min-num-value {
  color: #1C8BFF;
  transition: font-size 0.2s;
}

.goods-price-value{
  font-size: 20px;
  font-weight: bold;
  transition: font-size 0.2s;
}

.goods-item:hover .goods-min-num-value{
  font-weight: bold;
  color: #207eff;
  font-size: 18px;
}

.goods-offer-btn {
  padding: 8px 16px 16px;
  display: block;
  text-align: center;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 35px;
  font-weight: 400;
  color: #333;
  border: 1px solid #D5D7D8;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.goods-offer-btn:hover{
  border-color: #E71A41;
  background-color: #E71A41;
  color: #fff;
}