/* start:::专题类型 */
.home-sections {
  margin: auto;
  width: 100%;
  max-width: 1380px;
  padding: 0 50px;
}
.home-section .text-ellipsis-1 {
  text-align: left;
}

.home-sections__padding h1 {
  text-align: center;
  font-size: 24px;
}

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

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9px;
}

.section-header h2 {
  font-size: 30px;
}

.section-header button {
  color: #3E7DFF;
  font-size: 16px;
  padding-right: 20px;
  background: url('../../static/images/arrow-more.png?v=2') right center / 18px 18px no-repeat;
}

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

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

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

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

.section-content button.toggle {
  position: absolute;
  top: 96px;
  width: 60px;
  height: 48px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 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.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.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: #3E7DFF;
  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 *[data-type='2'] .text-social {
  display: none;
}

.item-cover {
  aspect-ratio: 1.77;
}

.item-texts {
  padding: 12px 0;
}

.item-texts h3 {
  color: #bdbdbd;
  font-size: 20px;
  font-weight: 500;
}

.item-texts .text-social {
  display: flex;
  justify-content: space-between;
  color: #fff9;
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
}

.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) 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.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 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;
}

/* start:::home section custom layouts */
.section-type-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0;
}

.section-type-1__item {
  background: transparent;
  border-radius: 0;
}

.type1-cover {
  position: relative;
  aspect-ratio: 2.61;
  overflow: hidden;
}

.type1-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section__type-1 button {
  color: var(---, var(---, rgba(255, 255, 255, 0.9)));
  background: url(../../static/images/more-wt.png) right center / 18px 18px no-repeat;
}

.type1-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.05) 100%);
}

.type1-title {
  color: #fff;
  text-align: center;

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

  margin-bottom: 9px;
}

.type1-topic {
  color: #eee;
  text-align: center;

  /* Regular */
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.section-type-2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 20px;
  padding: 0;
}

.section-type-2__item {
  background: transparent;
  border-radius: 12px;
  max-width: 100%;
}

.type2-cover {
  position: relative;
  aspect-ratio: 1.6;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.type2-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.type2-duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.type2-texts {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.type2-title {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  text-overflow: ellipsis;
  /* 20 */
  font-family: 'PingFang SC';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.type2-tags {
  display: flex;
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 12px;
}

.type2-tags span {
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;

  /* Regular */
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.section-type-3 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.section-type-3__item {
  background: transparent;
}

.type3-cover {
  position: relative;
  aspect-ratio: 0.68;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.type3-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.type3-badge {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 8px;
  align-items: end;
  justify-content: end;
  padding: 8px 10px;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(0deg, #000000 0%, rgba(165, 165, 165, 0) 100%);
  width: 100%;
}

.type3-status {
  padding: 3px 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
}

.type3-episodes {
  font-weight: 600;
}

.type3-texts {
  background: #191919;
  padding: 12px;
  border-radius: 0 0 10px 10px;
}

.type3-title {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  text-overflow: ellipsis;
  /* 20 */
  font-family: 'PingFang SC';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.type3-tags {
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  margin: 6px 0;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.type3-meta {
  color: #ffffff99;
  text-align: left;

  /* Regular */
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-type-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  padding: 0;
}

.section-type-4__item {
  background: #1f1f1f;
  border-radius: 10px;
  padding: 20px 16px;
  height: 96px;
}
.section-type-4__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}

.type4-title {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.type4-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #bdbdbd;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.type4-author {
  max-width: 120px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.type4-time {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.type4-views {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.type4-author img,
.type4-time img,
.type4-views img {
  flex-shrink: 0;
  vertical-align: middle;
}

.type4-dot {
  display: inline-block;
}

.section-type-5 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px 16px; /* row-gap 12, column-gap 16 */
  padding: 16px 0;
}

.type5-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #1f1f1f;
  border-radius: 12px;
  color: #fff;
  min-width: 140px;
}

.type5-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px; /* prevent flex shrink */
  border-radius: 50%;
  background: #d38c1f;
  color: #0e0e0e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.type5-text {
  display: inline-block;
  flex: 1 1 auto;
  min-width: 0;
  color: #f5f5f5;
}

.section-type-6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 12px 0 0;
}

.section-type-6 li a {
  color: #bdbdbd;
  font-size: 14px;
}

@media screen and (max-width: 824px) {
  .section-header h2 {
    color: var(---, rgba(255, 255, 255, 0.9));
    /* 18 */
    font-family: 'PingFang SC';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
  .section-header {
    margin-top: 16px;
  }

  .home-sections__padding h1 {
    display: none;
  }

  .section-header button {
    color: var(---500, var(---500, #3E7DFF));
    /* Regular */
    font-family: 'PingFang SC';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }

  .home-sections {
    width: 100%;
    text-align: center;
  }

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

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

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

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

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

  .item-gy {
    display: none;
  }

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

  .section-content__item {
    border-radius: 5px;
  }

  .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;
  }

  .gl-infos {
    bottom: 8px;
  }

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

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

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

  .type1-cover {
    border-radius: 3px;
  }

  .home-h5 .section-type-2 > *:nth-child(n + 5) {
    display: none;
  }
  .home-h5 .section-type-3 > *:nth-child(n + 7) {
    display: none;
  }

  .type4-title {
    text-align: left;
  }
  .section-type-4 {
    grid-template-columns: 1fr;
  }

  .section-type-5 {
    gap: 10px;
  }

  .section-type-6 {
    gap: 8px 12px;
  }
  .type1-title,
  .type2-title,
  .type3-title {
    color: #fff;
    text-align: center;
    /* Regular */
    font-family: 'PingFang SC';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .type1-topic {
    color: #eee;
    text-align: center;
    /* Regular */
    font-family: 'PingFang SC';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  .type2-cover {
    border-radius: 6px 6px 0 0;
  }

  .type3-tags,
  .type3-meta,
  .type3-title,
  .type2-tags span {
    color: var(---, rgba(255, 255, 255, 0.6));
    text-align: left;
    font-family: 'PingFang SC';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    max-width: 100%;
  }
  .section-type-3__item a {
    display: block;
    width: 100%;
  }
  .type3-tags {
    margin: 2px 0px;
  }
  .type3-badge {
    font-size: 10px;
  }
  .section-type-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .type2-texts,
  .type3-texts {
    background-color: #191919;
    padding: 4px;
  }
  .section-type-4__item {
    border-radius: 3px;
    padding: 12px;
    height: 74px;
  }
  .section-type-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 12px 16px;
    gap: 12px 11px; /* row-gap 12, column-gap 16 */
  }
  .type5-pill {
    display: flex;
    align-items: center;
    padding: 9px 6px;
    gap: 4px;
    background: #202020;
    border-radius: 3px;
    color: #ffffff99;
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  .type5-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-section__type-6 {
    padding: 0 16px;
  }
  .section-type-6 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px 12px;
    padding: 12px 0px;
  }
  .hot-actress-avatar {
    width: 54px !important;
    height: 54px !important;
  }
}

.hot-actress-section .hot-actress-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  padding: 8px 0 0;
}
.hot-actress-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
}
.hot-actress-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hot-actress-meta {
  text-align: left;
  margin-left: 6px;
}

.hot-actress-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hot-actress-name {
  color: #c5c5c5;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
}
.hot-actress-count {
  color: #c5c5c5;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
