#xqbj-container .xqbj-main,
#xqbj-container > .xqbj-main > .xqbj-main-container {
  margin: 0;
  max-width: none;
  min-width: none;
  width: 100%;
}
#xqbj-container .xqbj-main {
  padding: 0;
}
#xqbj-contact-container {
  max-width: var(--default-screen-max-width);
  min-width: var(--default-screen-min-width);
  margin: 0 auto;
}

@media (max-width: 959px) {
  #xqbj-container .xqbj-header {
    position: unset;
  }
}
.main-container {
  padding-top: 0;
  /* padding-top: 4.8rem; */
}
.slider-content {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.2rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  background: black;
  z-index: 98;
  max-width: 660px;
  height: 4.8rem;
  -webkit-user-drag: none;
  user-select: none;
  touch-action: pan-x;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.slider-content::-webkit-scrollbar {
  display: none;
}

.slider-content.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.slider-item {
  border: 1px solid rgb(46, 46, 46);
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  color: rgb(183, 183, 183);
  padding: 0.7rem 0.8rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  line-height: 1.4;
  -webkit-user-drag: none;
  user-select: none;
}
.slider-item .span {
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  font-size: inherit;
  text-align: center;
  white-space: nowrap;
}
.span.active,
.slider-item.active .span {
  color: var(--theme-color);
}

.video-list {
  padding: 0 0.5rem;
}

@media screen and (max-width: 640px) {
  .slider-content {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .nav-mobile-header .nav-menu-btn img {
    padding: 0.5rem;
  }

  .nav-mobile-header__left {
    gap: 0;
  }
  .ai-logo-entry {
    margin-left: -8px;
    margin-top: -6px;
  }
}

/* 添加到桌面 start */
.addbox {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
}

.addbox > div {
  background: rgba(0, 0, 0, 0.8);
  padding: 0.6rem;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  width: 100%;
}
.addbox > div img {
  width: 2.74rem;
  margin-left: 0.4rem;
}
.addbox > div button {
  width: 3.2rem;
  height: 1.5rem;
  color: #0a001f;
  background: rgb(243, 149, 27);
  border: none;
  margin-right: 2rem;
  border-radius: 4px;
}
.addbox > div i {
  position: absolute;
  top: 0.3rem;
  right: 0.56rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-style: unset;
}
.addbox > div > span {
  flex: 1;
  padding-left: 1rem;
}
.closeX:before,
.closeX:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 1px;
  width: 15px;
  background: white;
  transform-origin: center;
}
.closeX:before {
  transform: rotate(45deg);
}

.closeX:after {
  transform: rotate(-45deg);
}
.van-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-layout {
  position: relative;
  width: 90%;
  height: 100%;
  display: flex;
  max-width: 420px;
  top: initial;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.box {
  width: 100%;
  height: 45vh;
  border-radius: 1.2rem;
  background-color: rgb(43, 42, 42);
}
.box2 {
  margin-left: 10%;
  width: 80%;
  height: 100%;
}
.box2 img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
}
.closebox {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 20%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.closeDilog {
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  background-color: rgba(43, 42, 42, 1);
  border-radius: 1.2rem;
  color: white;
}
.add-to-desktop-overlay .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.add-to-desktop-overlay .swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 6px !important;
  background-color: rgb(21, 21, 21) !important;
  opacity: 0.2;
}
.add-to-desktop-overlay .swiper-pagination-bullet-active {
  background-color: rgb(243, 149, 27) !important;
  opacity: 1 !important;
}

.add-to-desktop-overlay .swiper-slide {
  padding: 2rem 0;
  height: 100%;
  box-sizing: content-box;
}
.add-to-desktop-overlay .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40vh;
}
@media screen and (max-width: 768px) {
  /* 1203hlx 底部提示添加样式控制 */
  body .addbox {
    display: block;
  }
  /* 1203hlx 底部提示添加样式控制 */
}
/* 添加到桌面 end */

/* 世界杯球员黑料 - 赛程轮播（参考 UI：全宽铺满、左右球员背景） */
.wc-player-matches {
  --wc-player-banner-h: 12.5rem;
  position: relative;
  height: var(--wc-player-banner-h);
  margin: 1.8rem 0.5rem 0.8rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #000;
  background-image:
    url("/static/v4/__base/images/world-cup-left-bg.png"),
    url("/static/v4/__base/images/world-cup-right-bg.png");
  background-size: contain, contain;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.wc-player-matches-header {
  position: absolute;
  z-index: 3;
  top: 0.5rem;
  left: 0;
  width: 100%;
  padding-inline: 1rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  pointer-events: none;
}

.wc-player-matches-title {
  font-size: 0.975rem;
  font-weight: 700;
  line-height: 1.2;
}

.wc-player-matches-more {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 999rem;
  background-color: #ec9032;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.wc-player-match-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.wc-player-match-swiper .swiper-wrapper {
  height: 100%;
}

.wc-player-match-swiper .swiper-slide {
  height: var(--wc-player-banner-h) !important;
}

.wc-player-match-slide {
  position: relative;
  width: 100%;
  height: var(--wc-player-banner-h) !important;
  padding-top: 2.2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}

.wc-player-match-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  z-index: 1;
}

.wc-player-match-team {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  max-width: 5rem;
}

.wc-player-match-team img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.wc-player-match-team span {
  width: 100%;
  color: #fff;
  font-size: 0.975rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wc-player-match-info {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.wc-player-match-time {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}

.wc-player-match-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
}

.wc-player-match-score > span:not(.wc-player-match-score-sep) {
  padding-inline: 0.3rem;
}

.wc-player-match-score-sep {
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}

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

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

@media (min-width: 768px) {
  .wc-player-matches {
    --wc-player-banner-h: 15.5rem;
  }

  .wc-player-matches-header {
    top: 1rem;
    padding-inline: 1.5rem;
  }

  .wc-player-match-card {
    gap: 2rem;
  }
}

.world-cup-entry-container {
  position: relative;
  display: block;
  height: 15.5rem;
  margin: 0 0.5rem 0.8rem;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/static/v4/__base/images/world-cup-live-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0.3rem;
  font-size: 0.875rem;
  text-decoration: none;
}

.world-cup-entry-container-header {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 1rem;
  padding-inline: 1.5rem;
  color: #fff;
}

.world-cup-entry {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  z-index: 1;
}

.world-cup-entry > img {
  width: 10rem;
}

@media (max-width: 767px) {
  .world-cup-entry-container {
    height: 12.5rem;
  }

  .world-cup-entry-container-header {
    top: 0.5rem;
    padding-inline: 1rem;
  }
}

.video-item-ad .video-item-img .title,
.video-item-ad .video-item-img .ishot {
  display: none;
}
