#AsianGames {
  padding: 30px 15px;
  background: url(https://wwp-static.wenweipo.com/img/special/AsianGames2026/bg.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 20px;
}
section:not(:last-child) {
  margin-bottom: 20px;
}
.block-section {
  display: block;
}
.common-title .more-icon {
  padding-top: 15px;
}
.common-title > img {
  width: 11.3vw;
  max-width: 217px;
  min-width: 150px;
}
.item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .47em .65em;
  font-size: clamp(16px, 1vw, 18px);
  color: #FFFFFF;
  line-height: 1.5;
  background: rgb(94 73 95 / .8);
}
.scroll-box {
  position: relative;
  height: 100%;
}
.scroll-mask {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 80%, rgba(255, 255, 255, 0.8));
  z-index: 10;
  pointer-events: none;
  filter: blur(1px);
}

#module01 {
  align-items: normal;
}
#module01 .module-left {
  width: 39.6%;
  padding: 0 1em;
  font-weight: 800;
  font-size: clamp(18px, 1.15vw, 22px);
  color: #FFFFFF;
  line-height: 2;
  text-align: center;
  background: url(https://wwp-static.wenweipo.com/img/special/AsianGames2026/board.png) no-repeat;
  background-size: 100% 100%;
}
#module01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.45em;
}
#module01 .country,
#module01 .rank {
  color: #912B20;
}
#module01 .gold {
  color: #F03232;
}
#module01 .sliver {
  color: #A5A5A5;
}
#module01 .bronze {
  color: #FA9B2B;
}
#module01 .total {
  color: #0080CB;
}
#module01 table img {
  width: 1.8em;
  margin: 0 auto;
}
#module01 .module-right {
  display: flex;
  justify-content: space-between;
  width: 57.67%;
  aspect-ratio: 692 / 277;
  padding: 1em .92em;
  font-size: clamp(16px, 1.4vw, 24px);
  color: #FFFFFF;
  line-height: 1.5;
  background: url(https://wwp-static.wenweipo.com/img/special/AsianGames2026/news-pc.png) no-repeat;
  background-size: 100% 100%;
}
#module01 .date-list {
  width: 20%;
}
#module01 .infor-icon {
  display: none;
}
#module01 .list {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#module01 .date-icon {
  width: 95%;
  cursor: pointer;
}
#module01 .date-icon.active {
  transform: translateX(5%);
}
#module01 .module-right > .scroll-box {
  width: 72.8%;
  height: auto;
  align-self: stretch;
}
#module01 .schedule {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#module02 .news-item {
  position: relative;
  background: #F9F3CF;
}
#module02 .news-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 89%;
  border-bottom: 1px solid #FFFFFF;
}
#module02 .news-item.active {
  background: #9F2F2D ;
}
#module02 .news-item.active:after {
  display: none;
}
#module02 #LinkageCarousel .swiper-pagination-bullet-active {
  background: #FFC20B;
}

#module03 {
  align-items: stretch;
}
#module03 .module-left {
  width: 42%;
  flex-direction: column;
}
#module03 .module-left .list {
  flex-direction: column;
  flex: 1;
}
#module03 .module-left .list-item {
  position: relative;
  padding-left: 2em;
  font-size: clamp(16px, 1.2vw, 20px);
  color: #000000;
  line-height: 1.7em;
}
#module03 .module-left .list-item:before {
  content: "";
  position: absolute;
  left: .2em;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
  width: .8em;
  height: .8em;
  background: #13213C;
  border-radius: 2px;
}
#module03 .module-right {
  width: 55.2%;
}
#module03 .module-right .list {
  row-gap: 26px;
  flex-wrap: wrap;
}
#module03 .module-right .list-item {
  position: relative;
  width: 48.4%;
}
#module03 .module-right .item-title {
  display: none;
}

#module04 .list {
  row-gap: 18px;
}
#module04 .list-item {
  position: relative;
  width: 32.5%;
  aspect-ratio: 16/9;
}
#module04 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13.3%;
  min-width: 32px;
}

#module05 .swiper-box {
  position: relative;
  width: 100%;
}
#module05 .swiper {
  position: static;
  width: 88%;
  padding: 8% 0;
}
#module05 .swiper-slide {
  overflow: hidden;
  filter: blur(2px);
  transition: all ease .7s;
}
#module05 .swiper-slide .item-title {
  opacity: 0;
}
#module05 .swiper-slide-active {
  filter: unset;
  z-index: 10;
  transform: scale(1.8);
}
#module05 .swiper-slide-active .item-title {
  opacity: 1;
  font-size: xx-small;
}
#module05 .check-icon {
  display: none;
  width: unset;
  max-width: 3%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
#module05 .check-icon:after {
  display: none;
}
#module05 .swiper-button-next {
  right: 0;
}
#module05 .swiper-button-prev {
  left: 0;
}

#module06 .report-swiper {
  position: relative;
}
#module06 .swiper {
  position: static;
  width: 88%;
  padding-bottom: 0;
}
#module06 .swiper-slide > img {
  display: none;
}
#module06 #BigNewsReport .swiper-button-next, #module06 #BigNewsReport .swiper-button-prev {
  max-width: 3%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: fit-content;
  transform: translateY(calc(-50% + 15px));
}
#module06 .swiper-button-next img, #module06 .swiper-button-prev img {
  width: unset;
  max-height: unset;
}
#module06 #BigNewsReport .swiper-button-next:after, #module06 #BigNewsReport .swiper-button-prev:after {
  display: none;
}
#module06 .swiper-pagination {
  display: none;
}

@media (max-width: 1200px) {
  #module01 .module-left {
    font-size: 16px;
    padding: 0 .8em;
  }
}
@media (max-width: 820px) {
  #module01 .module-left {
    width: 50%;
  }
  #module01 .module-right {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #module01 .module-left {
    font-size: 14px;
  }
  #module03 {
    flex-direction: column;
    gap: 20px;
  }
  #module03 .module-left,
  #module03 .module-right {
    width: 100%;
  }
  #module04 .list-item {
    width: 48.4%;
  }
  #module04 .list {
    row-gap: 26px;
  }
}
@media (max-width: 578px) {
  #module01 {
    flex-direction: column;
    gap: 20px;
  }
  #module01 .module-left,
  #module01 .module-right {
    width: 100%;
  }
  #module01 .module-left {
    font-size: 18px;
  }
  #module01 .module-right {
    aspect-ratio: 71 / 41;
    padding: 0.8em 0.5em;
    background-image: url(https://wwp-static.wenweipo.com/img/special/AsianGames2026/news-h5.png);
    overflow: hidden;
  }
  #module01 .infor-icon {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  #module01 .date-list {
    display: flex;
    flex-direction: column;
    width: 22%;
  }
  #module01 .date-list .scroll-box {
    flex: 1;
    overflow: hidden;
  }
  #module03 .module-right .list-item,
  #module04 .list-item {
    width: 100%;
  }
  #module03 .module-right .list,
  #module04 .list {
    row-gap: 10px;
  }
  #module03 .module-right .item-title {
    display: block;
  }
  #module05 .swiper {
    padding: unset;
  }
  #module05 .swiper-slide-active {
    transform: scale(1);
  }
  #module05 .swiper-slide-active .item-title {
    font-size: unset;
  }
  #module05 .check-icon {
    display: block;
  }
}



