#WordCup2026 {
  padding: 0 15px;
  background: url(https://wwp-static.wenweipo.com/img/special/wc2026/bg.png) no-repeat;
  background-size: 100% 100%;
}
section {
  display: block;
}
.common-title>img {
  width: 15.75%;
  min-width: 165px;
}
.common-title .more-icon {
  width: 5.67%;
  min-width: 60px;
}
.limited-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.limited-3-line{
  -webkit-line-clamp: 3;
  word-break: break-word;
  line-height: 1.5;
  min-height: 4.5em;
  max-width: 100%;
}
.limited-1-line {
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
#module02 .play-icon,
.fill-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: -1;
}
.cover-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#module01 {
  margin-top: 40px;
}
#module01 .linkage-swiper-wrap {
  position: relative;
  max-width: unset;
  overflow: hidden;
}
#module01 .news-titles {
  background: #cff9d4;
}
#module01 .news-item {
  position: relative;
}
#module01 .news-item:not(:last-child):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 89%;
  background: #FFFFFF;
}
#module01 .news-item.active {
  font-weight: bolder;
  background: #9be8e4;
}
#module01 .news-item.active a {
  color: #000000 !important;
}

#module02 {
  display: flex;
  justify-content: space-between;
  padding: 1.8%;
  aspect-ratio: 1200 / 546;
  background: #73DEC1;
}
#module02 .left-module {
  width: 22.52%;
  height: 100%;
  margin: unset;
}
#module02 .left-module .swiper-wrapper {
  justify-content: space-between;
}
#module02 .item {
  position: relative;
  height: fit-content;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}
#module02 .play-icon {
  width: 22.4%;
  min-width: 30px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: unset;
  z-index: unset;
}
#module02 .cover-preview {
  width: 73.78%;
  aspect-ratio: 16 / 9;
  border-radius: 60px 10px 10px 10px;
  overflow: hidden;
}
#module02 .cover-preview a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: all ease .3s;
}
#module02 .cover-preview .active {
  opacity: 1;
  z-index: 1;
}
#module02 .cover-preview .play-icon {
  width: 10%;
}

.breaking-list,
.breaking-list .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.breaking-list .item {
  width: 48.6%;
  margin-bottom: 15px;
  background: #cff9d4;
}
.breaking-list .thumb-img-blur {
  width: 45%;
}
.breaking-list .story-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .27em .8em .54em 1em;
  color: #000;
}
.breaking-list .story-info a {
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1.8;
  font-weight: bolder;
  color: #000;
}
.breaking-list .story-info p {
  font-size: clamp(14px, .89vw, 17px);
  line-height: 1.47;
}
.breaking-list .story-info .time {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: clamp(12px, .68vw, 13px);
}

#module04 .swiper-box {
  position: relative;
}
#module04 .swiper {
  position: static;
  width: 88%;
  padding: 5% 0;
}
#module04 .swiper-slide {
  overflow: hidden;
  filter: blur(2px);
}
#module04 .swiper-slide-active {
  filter: unset;
  z-index: 10;
  transform: scale(1.8);
}
#module04 .swiper-button-prev,
#module04 .swiper-button-next {
    margin-top: unset;
    transform: translateY(-50%);
}
#module04 .swiper-button-prev:after,
#module04 .swiper-button-next:after {
    display: none;
}

#module05 {
  margin-bottom: 0;
}
#module05 .report-swiper {
  position: relative;
}
#module05 .swiper {
  position: static;
  width: 88%;
  padding-bottom: 0;
}
#module05 #BigNewsReport .swiper-button-next, #module05 #BigNewsReport .swiper-button-prev {
  max-width: 3%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: fit-content;
  transform: translateY(calc(-50% + 15px));
}
#module05 .swiper-button-next img, #module05 .swiper-button-prev img {
  width: unset;
  max-height: unset;
}
#module05 #BigNewsReport .swiper-button-next:after, #module05 #BigNewsReport .swiper-button-prev:after {
  display: none;
}
@media (max-width: 768px) {
  .breaking-list .item {
    width: 100%;
  }
  .breaking-list .thumb-img-blur {
    width: 35%;
  }
}
@media (max-width: 578px) {
  #module02 {
    flex-direction: column-reverse;
    gap: 15px;
    aspect-ratio: unset;
  }
  #module02 .left-module {
    width: 100%;
  }
  #module02 .cover-preview {
    width: 100%;
    border-radius: 10px;
  }
  #module02 .left-module .swiper-wrapper {
    flex-direction: row;
  }
  #module02 .swiper-slide {
    width: 32%;
  }

  .breaking-list .item {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .breaking-list .item>div {
    width: 100%;
  }
  #module04 .swiper,
  #module05 .swiper {
    width: 85%;
    padding: 0;
  }
  #module04 .swiper-slide,
  #module04 .swiper-slide-active {
    filter: unset;
    z-index: 10;
    transform: unset;
  }
}