#xqbj-container .xqbj-main {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#xqbj-container #home-main-content {
  padding-top: 0;
}

.worldcup-live-page {
  color: #fff;
  padding-bottom: 1.2rem;
}

.wc-live-page {
  margin-top: 0.75rem;
}

.wc-live-page-title {
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #262626;
}

.world-cup-live-container {
  position: relative;
  height: 10rem;
  margin-bottom: 1rem;
  background: none !important;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  font-size: 0.75rem;
}

.world-cup-live-container .world-cup-swiper {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
}

.world-cup-swiper-nav {
  position: relative;
  flex: 0 0 2.5rem;
  height: 100%;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.world-cup-swiper-nav-prev {
  background-image: url("/static/v4/__base/images/world-cup-swiper-left.png");
}

.world-cup-swiper-nav-next {
  background-image: url("/static/v4/__base/images/world-cup-swiper-right.png");
}

.world-cup-live-container .world-cup-swiper-slide {
  position: relative;
  height: 100%;
  background: #151515;
  border-radius: 0.3rem;
  overflow: hidden;
  outline-offset: -2px;
  outline: none;
  display: flex;
  flex-direction: column;
}

.world-cup-live-container .world-cup-swiper-slide.swiper-slide-active {
  outline: none;
}

.world-cup-live-container .world-cup-swiper-slide.world-cup-swiper-slide-selected {
  outline: 1px solid #fadfa3;
}

.world-cup-swiper-slide-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  color: #fff;
  background-color: #1e1e1e;
  font-size: 0.75rem;
  box-sizing: border-box;
  flex: 0 0 auto;
  gap: 0.4rem;
  min-height: 2rem;
  position: relative;
  z-index: 3;
}

.world-cup-swiper-slide-header > span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.world-cup-swiper-slide-header > span:last-child {
  text-align: right;
}

.world-cup-live-container .world-cup-swiper-slide-content {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.35rem 0.5rem 1.6rem;
}

.world-cup-live-container .world-cup-swiper-slide-content-country {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.world-cup-live-container .world-cup-swiper-slide-content-country > img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.world-cup-live-container .world-cup-swiper-slide-content-country > span {
  width: 100%;
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.world-cup-live-container .world-cup-swiper-slide-content-info {
  flex: 0 0 3.2rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
}

.world-cup-live-status {
  color: #fadfa3;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.world-cup-live-score {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.95rem;
  line-height: 1;
}

.world-cup-live-score > i {
  display: block;
  width: 0.5rem;
  height: 1px;
  background: currentColor;
}

.world-cup-live-container .world-cup-swiper-slide-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1.5rem;
  z-index: 2;
}

.world-cup-swiper-slide-progress > img {
  display: block;
  height: 100%;
  width: auto;
}

.world-cup-live-player-block {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.world-cup-live-player-title {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 0.85rem;
}

.world-cup-live-dplayer {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 0.3rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .world-cup-live-container {
    height: 7.25rem;
    gap: 0.3rem;
  }

  .world-cup-swiper-nav {
    flex: 0 0 2rem;
  }

  .world-cup-swiper-slide-header {
    font-size: 0.65rem;
    min-height: 1.8rem;
  }

  .world-cup-live-container .world-cup-swiper-slide-content {
    gap: 0.8rem;
    padding: 0.3rem 0.35rem 1.45rem;
  }

  .world-cup-live-container .world-cup-swiper-slide-content-country > img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .world-cup-live-container .world-cup-swiper-slide-content-info {
    flex-basis: 2.6rem;
  }

  .world-cup-live-status {
    font-size: 0.58rem;
  }

  .world-cup-live-score {
    font-size: 0.85rem;
  }
}
