/* start:::专题类型 */
.home-sections {
  margin: 0 auto;
  /* width: calc(100% - 200px); */
}
.home-sections__padding h1 {
  text-align: center;
  font-size: 24px;
}
.tag-items{
  gap: 0 8px;


  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.70);
  text-align: center;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
}

.home-sections__padding {
  /* padding: 36px 0 0; */
}

.home-section {
  padding: 36px 0 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #BDBDBD;
  padding: 36px 0;
}

.section-header h2{
  color: var(----4, #FFF);

  /* 24 */
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

.section-header button {
  color: #656565;
  font-size: 16px;
  padding-right: 36px;
  position: relative;
}

.section-header button::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 18px;
  height: 18px;
  background-image: url('../../static/svg/arrowIcon.svg');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center center;
  background-color: #FFFFFF1A;
  padding: 1px;
  border-radius: 99px;
  box-sizing: content-box;
}


.section-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 30px;
  margin-bottom: 36px;
}

.section-content.section-item-big {
  grid-template-columns: repeat(3, 1fr);
}

.section-content.section-ranks {
  grid-template-columns: repeat(5, 1fr);
}

.section-content.section-item-big p {
  color: #fff;
}

.section-content button.toggle {
  position: absolute;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.20) 100%);
  display: flex;
  align-items: center;
}

.section-content button.prev {
  border-radius: 0 24px 24px 0;
}

.section-content button.next {
  border-radius: 24px 0 0 24px;
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.section-content-wrap {
  position: relative;
}
.section-content-wrap .toggle {
  position: absolute;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.20) 100%);
  z-index: 999;
  backdrop-filter: blur(8px)
}
.section-content-wrap .prev {
  left: 0;
  border-radius: 0 24px 24px 0;
}
.section-content-wrap .next {
  right: 0;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.section-content-wrap .prev::after,
.section-content-wrap .next::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../static/svg/arrowIcon.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  padding: 2px;
  border-radius: 99px;
  box-sizing: content-box;
}
.section-content-wrap .prev::after { transform: rotate(90deg); }
.section-content-wrap .next::after { transform: rotate(-90deg); }

.section-content button.prev::after,
.section-content button.next::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
}

.section-content button.prev::after {
  background: url('../../static/images/arrow-left.png') right center / contain no-repeat;
}

.section-content button.next::after {
  position: absolute;
  right: 10px;
  transform: rotate(180deg);
  background: url('../../static/images/arrow-left.png') right center / contain no-repeat;
}

.section-content .line-space {
  grid-column-start: 1;
  grid-column-end: 5;
  display: flex;
  justify-content: center;
}

.section-content button.more {
  color: #EB7332;
  font-size: 16px;
  padding-right: 18px;
  background: url('../../static/images/arrow-more-down.png') right center / 18px 18px no-repeat;
}

.section-content__item {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
}

/* 封面图覆盖层样式 */
.section-content__item .item-cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6px 8px;
  height: 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.section-content__item *[data-type="2"] .text-social {
  display: none;
}

.item-cover {
  aspect-ratio: 400 / 225;
}
.item-cover {
  aspect-ratio: 400 / 225;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.item-cover img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cover-duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  z-index: 3;
  white-space: nowrap;
}

.item-texts {
  padding: 12px;
}

.item-texts h3 {
  overflow: hidden;
  color: var(---100, #FFF);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* 18 */
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.item-texts .text-social {
  display: flex;
  justify-content: space-between;
  font-family: PingFang SC;
  align-items: center;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 12px;
}
.item-texts .text-social .eye,.eye2{
  font-size: 14px;
}
.text-social a{
  color: rgba(255, 255, 255, 0.7);
  width: auto;
}
/* .text-social a:hover{
  color: #fff;
} */

.item-texts .text-subs {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff9;
}

.item-gy {
  width: 72px;
  height: 29px;
  background: url('../../static/images/home-gy.png') center / contain no-repeat;
}

.colorful-texts {
  margin-top: -73px;
}

.colorful-texts .item-texts {
  background-color: #521412;
  padding: 6px 10px 12px;
}

.colorful-texts .rank-title {
  padding: 25px 10px 0;
  background: linear-gradient(180deg, rgba(82, 20, 18, 0.00) 1%, #521412 100%);
  color: #FFF;
  /* font-size: 30px; */
  font-weight: 1000;
}

.section-models {
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.gl-cover {
  width: 100%;
  aspect-ratio: 0.67;
}

.gl-cover a {
  display: block;
  width: 100%;
  height: 100%;
}

.gl-cover a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.30) 50%, rgba(0, 0, 0, 0.00) 100%);
}

.gl-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gl-infos {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 16px;
  text-align: center;
  z-index: 1;
}

.gl-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.gl-works {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 22px;
  margin-top: 6px;
}

@media screen and (max-width: 824px) {
  .section-content {
    gap: 15px;
  }
  .item-texts .text-social .eye,.eye2{
    font-size: 10px;
  }

  .item-texts h3 {
    font-size: 16px;
  }

  .item-texts .text-social {
    font-size: 10px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1280px) {
  h2 {
    font-size: 20px;
  }

  .section-content {
    padding: 12px 0 18px;
    grid-template-columns: repeat(4, 1fr);
  }

  .section-models {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media screen and (max-width: 824px) {
  .section-content-wrap{
    padding:12px 16px;
  }
  .section-header h2{
    color: var(----4, #FFF);

    /* Regular */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
  }
  .section-content__item .item-cover-overlay {
    display: none;
  }
  .home-sections__padding h1 {
    display: none;
  }
  .section-content-wrap .toggle{
    display: none !important;
  }

  .section-header button {
    font-size: 12px;
    padding-right:20px;
  }

  .home-sections {
    width: 100%;
  }

  .home-sections__padding {
    padding: 18px 0 0;
  }

  .home-section {
    padding: 0;
  }

  .section-header {
    padding: 0 16px;
  }

  .section-content {
    padding: 12px 0;
    grid-template-columns: 1fr 1fr;
    gap: 12px 7px;
  }

  .item-texts {
    padding: 4px 6px;
  }

  .item-texts h3 {
    font-size: 12px;
  }


  .tag-items {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  .tag-item a {
    font-size: 10px !important;
  }
  .item-gy {
    display: none;
  }

  .section-content.section-ranks {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .section-content__item {
    border-radius: 5px;
  }
  .section-content__item .eye{
    background: url('../../static/images/wtc2.png') left center / 16px auto no-repeat;

  }

  .section-content__item.colorful {
    display: flex;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .section-content__item.colorful .item-cover {
    flex: 1;
  }

  .colorful-texts {
    flex: 1;
    margin-top: 0;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .colorful-texts .rank-title {
    background: transparent;
    font-size: 16px;
    padding: 0;
  }

  .colorful-texts .item-texts {
    background: transparent;
    padding: 0;
  }

  .section-slide-small .section-content {
    overflow: scroll;
    display: flex;
    gap: 7px;
  }

  .section-slide-small .section-content .section-content__item {
    flex-shrink: 0;
    width: 40.8%;
  }

  .section-slide-small .line-space,
  .section-slide-small button.toggle {
    display: none;
  }

  .section-content.section-item-big {
    grid-template-columns: 1fr 1fr;
  }

  .section-models {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 6px;
    padding: 0 16px;
  }

  .gl-infos {
    bottom: 8px;
  }

  .gl-text {
    font-size: 12px;
  }

  .gl-works {
    font-size: 10px;
    line-height: 16px;
    margin-top: 2px;
  }
}

/* end:::专题类型 */


@media screen and (min-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
