@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-lz-main {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
  /* height: 300px;
  background-color: #efefef;
  border-radius: 4px; */
}

.best-lz-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-lz-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-lz-swiper {
  margin: 0 auto;
  max-width: 1600px;
}

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

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

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

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

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

.best-lz-desc .best-lz-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-lz-desc .best-lz-desc-text .best-lz-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-lz-desc-main .best-lz-desc-title {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}

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

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

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

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

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

.best-lz-ruins .best-lz-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-lz-ruins-hd {
  font-size: 28px;
}

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

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

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


/* 精品典藏 */
.best-lz-treasure {
  margin: 32px auto;
}

.best-lz-treasure .best-row {
  margin: 0 -4px;
}

.best-lz-treasure .best-row [class^="best-col"] {
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
}

.best-lz-treasure .best-lz-treasure-lt {
  height: 460px;
  border-radius: 2px;
  padding: 32px 16px;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #604d2f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.best-lz-treasure-lt .best-lz-treasure-hd {
  font-size: 28px;
  text-align: center;
  padding-bottom: 8px;
}

.best-lz-treasure-lt .best-lz-treasure-bd {
  margin: 0 auto;
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  width: 68%;
  aspect-ratio: 1 / 1; /* 设置宽高比 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-lz-treasure-lt .best-lz-treasure-lt-item {
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  padding: 16px 8px 12px;
}

.best-lz-treasure .best-lz-treasure-rt {
  width: 898px;
  height: 460px;
  border-radius: 2px;
  padding: 32px;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #604d2f;
  position: relative;
}

.best-lz-treasure .best-lz-treasure-rt .swiper-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.best-lz-treasure .best-lz-treasure-prev,
.best-lz-treasure .best-lz-treasure-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 100%;
  background-color: rgba(181, 181, 181, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.best-lz-treasure .best-lz-treasure-prev.disabled,
.best-lz-treasure .best-lz-treasure-next.disabled {
  background-color: rgba(181, 181, 181, 0.2);
  cursor: not-allowed;
}

.best-lz-treasure .best-lz-treasure-prev:hover,
.best-lz-treasure .best-lz-treasure-next:hover {
  background-color: rgba(181, 181, 181, 0.8);
}

.best-lz-treasure .best-lz-treasure-prev {
  left: 0;
}
.best-lz-treasure .best-lz-treasure-next {
  right: 0;
}

.best-lz-treasure .best-lz-treasure-rt .swiper-slide {
  height: 186px;
  width: 50%;
  /* background-color: #fff; */
}

.best-lz-treasure-item {
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  box-sizing: border-box;
}

/* .best-lz-treasure-item .best-lz-treasure-item-img{
  height: 100%;
  display: flex;
  align-items: center;
} */

.best-lz-treasure-item .best-lz-treasure-item-img {
  display: block;
  max-height: 100%;
  max-width: 140px;
  border-radius: 2px;
  float: left;
  margin-right: 8px;
}

.best-lz-treasure-item .best-lz-treasure-item-desc {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  /* height: 140px; */
  height: 186px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-clamp: 8;
}

.best-lz-treasure-item .best-lz-treasure-item-title {
  display: block;
  line-height: 0;
  margin-bottom: 16px;
}

.best-lz-treasure-item .best-lz-treasure-item-title span {
  display: inline-block;
  width: calc(100% - 148px);
  font-size: 20px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 文创产品 */
.best-lz-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;
}

.best-lz-goods {
  margin: 32px auto;
  background-color: #fff;
  border-radius: 2px;
  padding: 8px;
}

.best-lz-goods .best-row {
  margin: -8px;
}

.best-lz-goods .best-col-2 {
  padding: 8px;
  box-sizing: border-box;
}

.best-lz-goods-img {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #f8f8f8 !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.best-lz-goods-img img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.best-lz-goods-name {
  margin-top: 8px;
  color: #11192d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  cursor: pointer;
}

.best-lz-goods-name:hover {
  color: #e71a41;
}
