#WordCup2026 {
  padding: 40px 15px 0;
  background: url(https://wwp-static.wenweipo.com/img/special/wc2026/bg.png) no-repeat;
  background-size: 100% 100%;
}
section {
  display: block;
}
section .swiper.swiper-width-btn-icon {
  position: static;
  width: 92%;
}
section .swiper-width-btn-icon .swiper-button-prev,
section .swiper-width-btn-icon .swiper-button-next {
    margin-top: unset;
    transform: translateY(-50%);
}
section .swiper-width-btn-icon .swiper-button-prev {
  left: 0;
}
section .swiper-width-btn-icon .swiper-button-next {
  right: 0;
}
section .swiper-width-btn-icon .swiper-button-prev:after,
section .swiper-width-btn-icon .swiper-button-next:after {
    display: none;
}
.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;
}

#module0 {
  position: relative;
}
#module0 .swiper,
#module0 .mask {
  width: calc(100% - 54px);
  border-radius: 10px;
}
#module0 .mask {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9),
    transparent 5%,
    transparent 95%,
    rgba(255, 255, 255, 0.9)
  );
  z-index: 10;
  pointer-events: none;
}
#module0 .swiper-slide {
  padding: 1em;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background: #1ca793;
  border-radius: 10px;
}
#module0 .swiper-slide>div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#module0 .game-teams {
  line-height: 1;
}
#module0 .game-point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#module0 .vs-tag {
  font-size: 16px;
  line-height: 2;
  font-weight: bolder;
}
#module0 .swiper-width-btn-icon .swiper-button-prev,
#module0 .swiper-width-btn-icon .swiper-button-next {
  width: 18px;
}

#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;
  cursor: pointer;
}
#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 1s;
}
#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: 8% 0;
}
#module04 .swiper-slide {
  overflow: hidden;
  filter: blur(2px);
  transition: all ease .7s;
}
#module04 .swiper-slide-active {
  filter: unset;
  z-index: 10;
  transform: scale(1.8);
}

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

.toplist-swiper {
  display: none;
  padding: 5%;
  color: #fff;
  background: url(https://wwp-static.wenweipo.com/img/special/wc2026/toplist-bg.png) no-repeat;
  background-size: 100% 100%;
}
.group-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
.group-list span {
  transition: all ease .7s;
}
.group-list .active {
  padding: .5em;
  font-size: 20px;
  background-color: rgba(46, 164, 138, 0.5);
  border-radius: 10px;
}
.group-list .active:after {
  content: "組";
}
.toplist-swiper .swiper-slide {
  padding: 5%;
  background-color: rgba(46, 164, 138, 0.5);
  border-radius: 10px;
}
.swiper-slide .head-tag {
  font-size: 18px;
}
.swiper-slide .team-item {
  font-size: 18px;
  padding: 5px;
}
.swiper-slide .head-tag:nth-of-type(1), .swiper-slide .team-info:nth-of-type(1) {
  width: 110px;
}

.toplist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.group-item {
  width: 24.25%;
  padding: 1.2% 1.2% 2.4%;
  margin-bottom: 15px;
  background: url(https://wwp-static.wenweipo.com/img/special/wc2026/toplist-bg.png) no-repeat;
  background-size: 100% 100%;
}
.group-item h3 {
  font-size: clamp(18px, 2.5vw, 48px);
  color: #fff;
  text-align: center;
  line-height: 2;
}
.score-table {
  padding: 2% 2% 4%;
  color: #ffffff;
  background-color: rgba(46, 164, 138,0.5);
  border-radius: 10px;
}
.score-table-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 5px 5px 0;
  font-weight: bold;
}
.head-tag {
  font-size: 18px;
  line-height: 2.5;
}
.team-list {
  padding: 5px;
}
.team-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 5px 0;
}
.head-tag:nth-of-type(1),
.team-info:nth-of-type(1) {
  width: 84px;
}

@media (max-width: 1080px) {
  .head-tag {
    font-size: 14px;
  }
}
@media (max-width: 860px) {
  .group-item {
    padding: 1.2% 0.8% 2.4%;
  }
  .score-table {
    padding: 2% 1% 4%;
  }
  .head-tag,
  .team-item {
    font-size: 12px;
  }
  .head-tag:nth-of-type(1),
  .team-info:nth-of-type(1) {
    width: 72px;
  }
}
@media (max-width: 768px) {
  #module0 .swiper-slide {
    width: 45%;
  }
  .breaking-list .item {
    width: 100%;
  }
  .breaking-list .thumb-img-blur {
    width: 35%;
  }
  .group-item {
    width: 32%;
  }
}
@media (max-width: 578px) {
  #module0 .swiper,
  #module0 .mask {
    width: 100%;
  }
  #module0 .swiper-slide {
    width: 65%;
  }
  #module0 .swiper-width-btn-icon .swiper-button-prev,
  #module0 .swiper-width-btn-icon .swiper-button-next {
    display: none;
  }
  #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;
  }
  .toplist-swiper {
    display: block;
  }
  .toplist {
    display: none;
  }
}
@media (max-width: 414px) {
  #module0 .swiper-slide {
    width: 70%;
  }
}
