/* 比赛横条头图（球迷屋 game header 横版） */
body.skin.match-detail-page .together > h1{
  position:relative;
  width:auto;
  height:auto;
  margin:0;
  padding:16px 20px 8px;
  overflow:visible;
  clip:auto;
  border:0;
  font-size:22px;
  font-weight:900;
  line-height:1.35;
  text-align:center;
  color:var(--txt);
}
.match-banner{
  position:relative;
  isolation:isolate;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:center;
  height:auto;
  min-height:250px;
  margin:0;
  padding:0;
  overflow:hidden;
  border-radius:0;
  background-color:#2a2d32;
  box-sizing:border-box;
}
.match-banner-view{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:auto;
  min-height:250px;
  padding:28px 40px;
  box-sizing:border-box;
}
.match-banner-signal{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:10px 0 6px;
  gap:8px;
}
.match-banner-signal .news-live-signal{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.match-banner-signal .news-live-signal-title{
  display:none!important;
}
.match-banner-signal .news-live-signal-btns{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0!important;
}
.match-banner-signal a.news-live-btn{
  position:relative;
  height:32px!important;
  line-height:32px!important;
  padding:0 14px!important;
  font-size:13px!important;
  border-radius:16px!important;
}
.match-banner-signal .news-live-badge{
  display:none!important;
}
.match-banner.is-anim{
  height:auto;
  min-height:420px;
  padding:10px 12px 12px;
  overflow:visible;
}
.match-banner.is-anim .match-banner-view{
  height:auto;
  min-height:0;
  padding:0;
  justify-content:center;
}
.match-banner.is-anim .match-banner-side,
.match-banner.is-anim .match-banner-wing,
.match-banner.is-anim .match-banner-weather,
.match-banner.is-anim .match-banner-league,
.match-banner.is-anim .match-banner-time,
.match-banner.is-anim .match-banner-score,
.match-banner.is-anim .match-banner-note{
  display:none!important;
}
.match-banner.is-anim .match-banner-info{
  width:100%;
  min-height:0;
  padding:0;
}
.match-banner.is-anim .match-banner-signal{
  flex-direction:row;
  flex-wrap:wrap;
  margin:0 0 10px;
}
.match-banner-side{
  position:relative;
  z-index:1;
  flex:1 1 0;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  max-width:none;
}
.match-banner-side.is-home{
  justify-content:flex-start;
  padding-left:4px;
}
.match-banner-side.is-away{
  justify-content:flex-start;
  flex-direction:row-reverse;
  padding-right:4px;
}
.match-banner-wing{
  position:absolute;
  top:0;
  width:186px!important;
  height:100%!important;
  min-width:186px;
  min-height:250px;
  z-index:0;
  pointer-events:none;
  opacity:1;
  fill:none!important;
  overflow:visible;
  flex-shrink:0;
}
.match-banner-wing.is-home{left:0}
.match-banner-wing.is-away{right:0}
.match-banner-logo{
  position:relative;
  z-index:1;
  width:148px;
  height:148px;
  object-fit:contain;
  flex:0 0 148px;
}
.match-banner-role{
  position:relative;
  z-index:1;
  flex:0 0 auto;
  color:rgba(255,255,255,.5);
  font-size:14px;
  white-space:nowrap;
}
.match-banner-name{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:160px;
  height:42px;
  padding:0 14px;
  border-radius:21px;
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.92);
  font-size:15px;
  font-weight:600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.match-banner-info{
  position:relative;
  z-index:1;
  flex:0 0 360px;
  width:360px;
  max-width:42%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  height:auto;
  min-height:142px;
  padding:0 8px;
  text-align:center;
  box-sizing:border-box;
}
.match-banner-league{
  color:rgba(255,255,255,.7);
  font-size:14px;
  line-height:18px;
}
.match-banner-time{
  margin-top:4px;
  color:rgba(255,255,255,.7);
  font-size:16px;
  line-height:24px;
}
.match-banner-score{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  height:56px;
  margin:6px 0 4px;
  background:url("../images/icon_vs.svg") 50% / 110px 56px no-repeat;
  font-size:40px;
  font-weight:800;
  font-variant-numeric:tabular-nums;
  letter-spacing:.02em;
  color:#fff;
}
.match-banner-score .num{
  flex:0 0 60px;
}
.match-banner-score .num:first-child{text-align:right}
.match-banner-score .num:last-child{text-align:left}
.match-banner-score .vs-txt{
  width:100%;
  text-align:center;
  font-size:28px;
  letter-spacing:.12em;
}
.match-banner-note{
  position:relative;
  z-index:1;
  max-width:100%;
  margin-top:2px;
  color:rgba(255,255,255,.7);
  font-size:12px;
  line-height:20px;
  padding:4px 8px;
  background-image:linear-gradient(90deg,rgba(255,225,107,0),rgba(255,225,107,.12) 50%,rgba(255,225,107,0));
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.match-preview-block{padding:0 0 32px}
.match-preview-block:last-child{padding-bottom:0}
.match-preview-title{
  position:relative;
  display:flex;
  align-items:center;
  margin:0 0 16px;
  padding:0 0 0 20px;
  min-height:28px;
  font-size:20px;
  font-weight:500;
  line-height:1.4;
  color:rgba(255,255,255,.92);
  background-image:url("../images/icon_section_title.svg");
  background-position:left center;
  background-repeat:no-repeat;
  background-size:14px 18px;
}
.match-preview-title::before{display:none}
.match-preview-desc{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.7);
}
.match-preview-news{
  position:relative;
  display:block;
  min-height:72px;
  margin:0 0 32px;
  padding:12px 16px 12px 140px;
  border-radius:8px;
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.88);
  text-decoration:none;
  box-sizing:border-box;
}
.match-preview-news:hover{background:rgba(255,255,255,.06);color:rgba(255,255,255,.92)}
.match-preview-news-cover{
  position:absolute;
  left:0;
  top:0;
  width:120px;
  height:100%;
  object-fit:cover;
  border-radius:8px 0 0 8px;
}
.match-preview-news-title{
  display:block;
  font-size:16px;
  line-height:1.45;
  margin:0 0 8px;
}
.match-preview-news-extra{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  color:rgba(255,255,255,.5);
}
.match-preview-news-extra em{
  font-style:normal;
  padding:1px 8px;
  border-radius:4px;
  background:rgba(255,71,87,.16);
  color:#ff6674;
}
.match-preview .analysis-title{
  margin:0 0 10px;
  font-size:15px;
  font-weight:600;
  color:rgba(255,255,255,.88);
}
.match-preview .analysis-row{border-bottom-color:rgba(255,255,255,.06)}
.match-preview .analysis-row-link,
.match-preview .analysis-match,
.match-preview .analysis-match .team,
.match-preview .analysis-match .score{
  color:rgba(255,255,255,.88)!important;
}
.match-preview .analysis-meta,
.match-preview .analysis-meta .date,
.match-preview .analysis-meta .league,
.match-preview .analysis-meta .time{
  color:rgba(255,255,255,.5)!important;
}
.match-banner.is-live .match-banner-score,
.match-banner.is-live .match-banner-time{
  color:#ff6b6b;
}
.match-banner-weather{
  position:absolute;
  right:28px;
  bottom:10px;
  z-index:2;
  display:flex;
  justify-content:flex-end;
  gap:14px;
  margin:0;
  padding:0;
  color:rgba(255,255,255,.58);
  font-size:12px;
  pointer-events:none;
}
body.skin.match-detail-page .match-hero{
  padding:0!important;
  overflow:hidden;
  margin:0 0 16px;
}
body.skin.match-detail-page .match-hero .modetoggle{
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  justify-content:flex-start;
  gap:4px;
  height:50px;
  margin:0;
  padding:0 28px;
  overflow-x:auto;
  list-style:none;
  border:0;
  border-top:1px solid var(--line);
  border-radius:0;
  background:transparent;
}
body.skin.match-detail-page .match-hero .modetoggle li{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  border-bottom:2px solid transparent;
}
body.skin.match-detail-page .match-hero .modetoggle li a{
  display:flex;
  align-items:center;
  height:100%;
  padding:0 16px;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--mut);
  font-size:16px;
  font-weight:500;
}
body.skin.match-detail-page .match-hero .modetoggle .active{
  border-bottom:0;
  box-shadow:inset 0 -2px 0 var(--acc);
}
body.skin.match-detail-page .match-hero .modetoggle .active a{
  color:var(--txt);
  font-weight:600;
  background:transparent!important;
}
body.skin.match-detail-page .match-body-panel{
  padding:20px 24px 24px;
  margin:0;
}
@media(max-width:860px){
  .match-banner{
    height:auto;
    min-height:0;
    padding:0;
    overflow:visible;
  }
  .match-banner-view{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    grid-template-areas:
      "home away"
      "info info";
    align-items:start;
    justify-items:center;
    gap:12px 10px;
    height:auto;
    min-height:0;
    padding:16px 12px 18px;
  }
  .match-banner-side{
    flex:none;
    width:100%;
    max-width:100%;
    min-width:0;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    gap:8px;
    text-align:center;
  }
  .match-banner-side.is-home{
    grid-area:home;
    justify-content:flex-start;
  }
  .match-banner-side.is-away{
    grid-area:away;
    flex-direction:column;
    justify-content:flex-start;
  }
  .match-banner-logo{
    width:64px;
    height:64px;
    flex:0 0 64px;
  }
  .match-banner-role{
    font-size:12px;
  }
  .match-banner-name{
    max-width:100%;
    width:auto;
    height:auto;
    min-height:32px;
    padding:6px 10px;
    font-size:13px;
    line-height:1.3;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
  }
  .match-banner-info{
    grid-area:info;
    flex:none;
    width:100%;
    max-width:100%;
    min-width:0;
    order:unset;
    margin:0;
    padding:4px 0 0;
  }
  .match-banner-wing{display:none}
  .match-banner-score{
    width:min(280px,100%);
    margin:8px auto 6px;
    font-size:32px;
  }
  .match-banner-signal{
    margin:8px 0 4px;
  }
  .match-banner-signal .news-live-signal-btns{
    flex-wrap:wrap;
  }
  .match-banner-note{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    line-height:1.45;
  }
  .match-banner-weather{
    position:static;
    grid-column:1 / -1;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px 12px;
    margin:0;
    padding:0;
    font-size:11px;
  }
  body.skin.match-detail-page .match-hero .modetoggle{
    padding:0 12px;
  }
  body.skin.match-detail-page .match-body-panel{
    padding:16px 12px 20px;
  }
}

/* 赛程详情 - 比赛信息卡片（pq8sp 风格） */
.player-wrap.pq8sp-style {
  margin: 0 0 24px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.player-wrap .game-countdown {
  background: #0b0e13;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

/* 顶部信息栏：开赛时间 + 天气 */
.player-wrap .weather-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 14px 20px;
  background: linear-gradient(180deg, #12161d 0%, #0f1319 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.player-wrap .weather-bar .weather-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-left: auto;
}

.player-wrap .weather-bar .weather-item {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.player-wrap .weather-bar .weather-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: center / contain no-repeat;
  opacity: 0.9;
}

.player-wrap .weather-bar .weather-item:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffd166'%3E%3Cpath d='M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z'/%3E%3C/svg%3E");
}

.player-wrap .weather-bar .weather-item:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff8a3d'%3E%3Cpath d='M15 13V5c0-1.66-1.34-3-3-3S9 3.34 9 5v8c-1.21.91-2 2.37-2 4 0 2.76 2.24 5 5 5s5-2.24 5-5c0-1.63-.79-3.09-2-4z'/%3E%3C/svg%3E");
}

.player-wrap .weather-bar .weather-item:nth-child(n+3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238ecae6'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .player-wrap .weather-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .player-wrap .weather-bar .weather-info {
    margin-left: 0;
    width: 100%;
  }
}

.player-wrap .weather-bar .date {
  position: relative;
  padding-left: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.player-wrap .weather-bar .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, #ff8a3d 0%, #ff5c2a 100%);
}

/* 中央卡片头部：状态 + 联赛徽章 */
.player-wrap .panel-head {
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.player-wrap .meta-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 8px;
}

.player-wrap .meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.player-wrap .meta-badge .meta-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: center / contain no-repeat;
  opacity: 0.92;
}

.player-wrap .meta-status .meta-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff8a55'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 14.5v-9l6 4.5-6 4.5z'/%3E%3C/svg%3E");
}

.player-wrap .meta-status.is-live {
  color: #ff9a6a;
}

.player-wrap .meta-league .meta-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffd166'%3E%3Cpath d='M18 6l-1.42 1.42-1.59-1.59L18 6zM6 18l1.42-1.42 1.59 1.59L6 18zm12-6.34L16.34 12 18 13.66 19.66 12 18 10.66zM6 10.66L4.34 12 6 13.66 7.66 12 6 10.66zM12 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z'/%3E%3C/svg%3E");
}

.player-wrap .panel-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.02em;
}

.player-wrap .panel-foot {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.player-wrap .panel-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
}

.player-wrap .panel-status.is-live {
  background: rgba(255, 92, 42, 0.18);
  color: #ff9a6a;
}

/* 球场舞台 */
.player-wrap .pitch-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 24px 16px 28px;
  background: #071108;
  overflow: hidden;
}

.player-wrap .pitch-stage .pitch-bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 760px;
  height: auto;
  max-height: 92%;
  object-fit: contain;
  object-position: center bottom;
  z-index: 0;
  pointer-events: none;
}

.player-wrap .pitch-stage .pitch-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 17, 8, 0.35) 0%, rgba(7, 17, 8, 0) 28%, rgba(7, 17, 8, 0) 62%, rgba(7, 17, 8, 0.28) 100%);
  pointer-events: none;
}

/* 中央比分卡片 */
.player-wrap .match-panel {
  position: relative;
  z-index: 2;
  width: min(92%, 520px);
  margin: 0 auto;
  padding: 18px 22px 16px;
  border-radius: 14px;
  background: rgba(12, 16, 22, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.player-wrap .match-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 14px;
}

.player-wrap .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  max-width: 150px;
}

.player-wrap .team .logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.player-wrap .team .logo.logo-empty {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.player-wrap .team .name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  line-height: 1.35;
}

.player-wrap .team.left .name {
  flex-direction: column;
}

.player-wrap .team.right .name {
  flex-direction: column;
}

.player-wrap .team .team-name {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.player-wrap .team .role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.player-wrap .vs {
  flex-shrink: 0;
  min-width: 110px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.player-wrap .vs.is-vs {
  font-size: 28px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
}

.player-wrap .vs .half-score {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0;
}

/* 统计表格 */
.player-wrap .football-info,
.player-wrap .basketball-info {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.player-wrap .info-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 8px;
  padding: 7px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.player-wrap .info-row.title {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  padding-top: 0;
}

.player-wrap .info-row.title span:nth-child(2),
.player-wrap .info-row.title span:nth-child(3) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-wrap .info-row span:nth-child(1) {
  color: rgba(255, 255, 255, 0.55);
}

.player-wrap .info-row span:nth-child(2),
.player-wrap .info-row span:nth-child(3) {
  text-align: center;
  font-weight: 600;
  color: #fff;
}

/* 卡片下方直播信号（使用全站紫色按钮样式） */
.match-live-signal {
  margin: -8px 0 20px;
  padding: 16px 18px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.match-live-signal-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.match-live-signal .zhibo_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 768px) {
  .player-wrap .pitch-stage {
    min-height: 300px;
    padding: 16px 10px 20px;
  }

  .player-wrap .pitch-stage .pitch-bg {
    max-height: 88%;
  }

  .player-wrap .match-panel {
    width: 96%;
    padding: 14px 14px 12px;
  }

  .player-wrap .team {
    max-width: 100px;
  }

  .player-wrap .team .logo {
    width: 52px;
    height: 52px;
    padding: 6px;
  }

  .player-wrap .team .team-name {
    max-width: 92px;
    font-size: 12px;
  }

  .player-wrap .vs {
    min-width: 72px;
    font-size: 28px;
  }

  .player-wrap .match-info {
    gap: 10px;
  }

  .match-live-signal {
    margin-top: 0;
    padding: 14px 12px;
  }
}

.match-detail-switching .modetoggle {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.match-detail-switching .modetoggle::-webkit-scrollbar {
  display: none;
}

.match-detail-switching .modetoggle li {
  flex: 0 0 auto;
}

.match-detail-switching .modetoggle li a {
  white-space: nowrap;
}

.match-tab-media {
  padding: 4px 0;
}

.match-tab-media .tab-media-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.match-tab-media .tab-media-title {
  margin: 0;
  padding: 0 0 0 20px;
  min-height: 28px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255,255,255,.92);
  background-image: url("../images/icon_section_title.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 18px;
}

.match-tab-media .tab-media-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--acc,#4aa8ff);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.match-tab-media .tab-media-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.match-tab-media .tab-media-list li {
  border-bottom: 1px solid #f0f0f2;
}

.match-tab-media .tab-media-list li:last-child {
  border-bottom: none;
}

.match-tab-media .tab-media-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 4px;
  color: inherit;
  text-decoration: none;
}

.match-tab-media .tab-media-list li:hover a p {
  color: #7633ff;
}

.match-tab-media .tab-media-list li a .icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.match-tab-media .tab-media-list li a .icon .iconfont {
  font-size: 28px;
  color: #ddd;
}

.match-tab-media .tab-media-list li a .icon .strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -58%);
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.match-tab-media .tab-media-list li:nth-child(1) a .icon .iconfont,
.match-tab-media .tab-media-list li:nth-child(2) a .icon .iconfont,
.match-tab-media .tab-media-list li:nth-child(3) a .icon .iconfont {
  color: #f4a83b;
}

.match-tab-media .tab-media-list li a p {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #413d48;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.match-detail-page .tab-news-cards {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.match-detail-page .tab-news-card {
  display: flex;
  gap: 14px;
  padding: 12px;
  border: 1px solid #eeeef2;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
}

.match-detail-page .tab-news-card:hover {
  border-color: #d8c8ff;
  box-shadow: 0 6px 16px rgba(118, 51, 255, .08);
}

.match-detail-page .tab-news-cover {
  flex: 0 0 168px;
  width: 168px;
  height: 104px;
  overflow: hidden;
  border-radius: 8px;
  background: #ececec;
}

.match-detail-page .tab-news-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.match-detail-page .tab-news-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.match-detail-page .tab-news-body h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.match-detail-page .tab-news-card:hover .tab-news-body h4 {
  color: #7633ff;
}

.match-detail-page .tab-news-body p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.match-detail-page .tab-news-time {
  font-size: 12px;
  color: #aaa;
}

.match-detail-page .tab-news-cards.tab-news-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin: 0;
  padding: 8px 0 4px;
}

.match-detail-page .tab-news-grid > li {
  width: auto;
  min-width: 0;
  max-width: 100%;
}

.match-detail-page .tab-news-grid .tab-news-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  height: auto;
}

.match-detail-page .tab-news-grid .tab-news-card:hover {
  border: none;
  box-shadow: none;
}

.match-detail-page .tab-news-grid .tab-news-cover {
  flex: 0 0 148px;
  width: 148px;
  height: 84px;
  border-radius: 4px;
}

.match-detail-page .tab-news-grid .tab-news-body {
  justify-content: space-between;
  padding: 2px 0 0;
}

.match-detail-page .tab-news-grid .tab-news-body h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  height: 2.9em;
  color: #333;
}

.match-detail-page .tab-news-grid .tab-news-card:hover .tab-news-body h4 {
  color: #7633ff;
}

.match-detail-page .tab-news-grid .tab-news-time {
  margin-top: 0;
  font-size: 13px;
  color: #999;
}

@media (max-width: 768px) {
  .match-detail-page .tab-news-cover {
    flex-basis: 120px;
    width: 120px;
    height: 78px;
  }

  .match-detail-page .tab-news-body h4 {
    font-size: 14px;
  }

  .match-detail-page .tab-news-grid > li {
    width: auto;
  }

  .match-detail-page .tab-news-cards.tab-news-grid {
    grid-template-columns: 1fr;
  }

  .match-detail-page .tab-news-grid .tab-news-cover {
    flex-basis: 120px;
    width: 120px;
    height: 72px;
  }
}

.match-detail-switching .option_view .item.is-hide {
  display: none;
}

.match-detail-switching .modetoggle li {
  cursor: pointer;
}

.match-detail-switching .modetoggle li a {
  pointer-events: auto;
}

.match-live-section {
  padding-top: 4px;
}

.match-live-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 0 24px 20px;
  box-sizing: border-box;
  background-image: url("../images/icon_section_title.svg");
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 14px 18px;
  line-height: 34px;
}

.match-live-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.92);
}

.match-live-board {
  margin-top: 0;
}

.match-live-tabs {
  display: flex;
  width: 100%;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
}

.match-live-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  user-select: none;
}

.match-live-tab.is-on {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.match-live-pane {
  margin-top: 20px;
}

.match-live-pane.is-hide {
  display: none;
}

.match-live-row {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 12px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}

.match-live-row:hover {
  background: rgba(255, 255, 255, 0.04);
}

.match-live-time {
  flex: 0 0 76px;
  color: rgba(255, 255, 255, 0.5);
}

.match-live-info {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  line-height: 26px;
}

.match-live-event {
  display: flex;
  align-items: center;
  gap: 8px;
}

.match-live-event span {
  min-width: 0;
  line-height: 1.5;
}

.match-live-event em {
  margin-left: 8px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

.match-live-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
  display: block;
}

.match-live-timeline {
  position: relative;
  padding: 8px 0 12px;
}

.match-live-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
}

.match-live-imp {
  display: grid;
  grid-template-columns: 1fr 76px 1fr;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}

.match-live-imp-content {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 10px 12px;
  line-height: 24px;
}

.match-live-imp.is-home .match-live-imp-content {
  grid-column: 1;
  justify-self: end;
  width: min(432px, 100%);
}

.match-live-imp.is-home .match-live-imp-basic {
  grid-column: 2;
}

.match-live-imp.is-away .match-live-imp-basic {
  grid-column: 2;
}

.match-live-imp.is-away .match-live-imp-content {
  grid-column: 3;
  justify-self: start;
  width: min(432px, 100%);
}

.match-live-imp.is-marker .match-live-imp-basic,
.match-live-imp:not(.is-home):not(.is-away) .match-live-imp-basic {
  grid-column: 2;
}

.match-live-imp:not(.is-home):not(.is-away):not(.is-marker) .match-live-imp-content {
  grid-column: 1 / span 3;
  justify-self: center;
  width: min(432px, 100%);
}

.match-live-imp-basic {
  position: relative;
  z-index: 1;
  background: #212326;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 6px 0;
}

.match-live-legend {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  box-sizing: border-box;
}

.match-live-legend-item {
  display: flex;
  align-items: center;
  flex: 0 0 111.5px;
  height: 24px;
  margin: 10px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
}

.match-live-legend-item .match-live-icon {
  margin-right: 4px;
}

@media (max-width: 760px) {
  .match-live-tabs {
    height: 40px;
  }
  .match-live-tab {
    font-size: 14px;
  }
  .match-live-row {
    padding: 12px 4px;
    font-size: 14px;
  }
  .match-live-time {
    flex-basis: 52px;
  }
  .match-live-info {
    padding: 0 8px;
  }
  .match-live-imp {
    grid-template-columns: 1fr 56px 1fr;
    margin-bottom: 16px;
    font-size: 13px;
  }
  .match-live-legend {
    padding: 8px 12px;
  }
  .match-live-legend-item {
    flex-basis: 33.33%;
  }
}

/* 赛况 */

/* 赛况 */
.match-stats {
  padding: 4px 0;
}

.match-stats .stats-section {
  margin-bottom: 24px;
}

.match-stats .stats-section:last-child {
  margin-bottom: 0;
}

.match-stats .stats-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.match-stats .stats-possession {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 8px 16px;
  margin-bottom: 10px;
}

.match-stats .stats-possession .num {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.match-stats .stats-possession .num.home {
  color: #7633ff;
  text-align: left;
}

.match-stats .stats-possession .num.away {
  color: #ff8a3d;
  text-align: right;
}

.match-stats .stats-possession .label {
  font-size: 13px;
  color: #888;
  text-align: center;
  padding-bottom: 4px;
}

.match-stats .stats-quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
}

.match-stats .stats-quick-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f3f3f5;
}

.match-stats .stats-quick-item .num {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.match-stats .stats-quick-item .num.home {
  text-align: left;
  color: #7633ff;
}

.match-stats .stats-quick-item .num.away {
  text-align: right;
  color: #ff8a3d;
}

.match-stats .stats-quick-item .label {
  font-size: 13px;
  color: #888;
  text-align: center;
}

.match-stats .stats-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #413d48;
}

.match-stats .stats-head .home {
  color: #7633ff;
}

.match-stats .stats-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.match-stats .stats-row .val {
  flex: 0 0 42px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  text-align: center;
}

.match-stats .stats-row .val.home {
  text-align: left;
}

.match-stats .stats-row .val.away {
  text-align: right;
}

.match-stats .stats-row .bar-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.match-stats .stats-row .label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #888;
  text-align: center;
}

.match-stats .stats-row .bar {
  display: flex;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: #f0edf5;
}

.match-stats .stats-row .home-bar {
  background: linear-gradient(90deg, #7633ff 0%, #9e6fff 100%);
}

.match-stats .stats-row .away-bar {
  background: linear-gradient(90deg, #ffb347 0%, #ff8a3d 100%);
}

.match-stats .stats-table-wrap {
  overflow-x: auto;
}

.match-stats .stats-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.match-stats .stats-table th,
.match-stats .stats-table td {
  padding: 10px 8px;
  border-bottom: 1px solid #f0f0f2;
  text-align: center;
}

.match-stats .stats-table th {
  color: #7633ff;
  font-weight: 700;
  background: #faf7ff;
}

.match-stats .stats-table td:first-child,
.match-stats .stats-table td:last-child {
  font-weight: 600;
  color: #222;
}

.match-stats .stats-table td:nth-child(2) {
  color: #666;
  white-space: nowrap;
}

.match-stats .stats-table small {
  color: #999;
  font-weight: 400;
}

.match-stats .stats-quarters {
  overflow-x: auto;
}

.match-stats .stats-quarters table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 420px;
}

.match-stats .stats-quarters th,
.match-stats .stats-quarters td {
  padding: 10px 8px;
  border-bottom: 1px solid #f0f0f2;
  text-align: center;
}

.match-stats .stats-quarters th {
  color: #7633ff;
  font-weight: 700;
  background: #faf7ff;
}

.match-stats .stats-quarters td:first-child,
.match-stats .stats-quarters th:first-child {
  text-align: left;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

.match-stats .stats-quarters tbody tr:last-child td {
  border-bottom: 0;
}

.match-stats .stats-quarters td:last-child {
  font-weight: 700;
  color: #605ca8;
}

.match-stats .stats-events,
.match-stats .stats-live {
  list-style: none;
  margin: 0;
  padding: 0;
}

.match-stats .stats-event,
.match-stats .stats-live-item {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f2;
  font-size: 13px;
  line-height: 1.5;
}

.match-stats .stats-event:last-child,
.match-stats .stats-live-item:last-child {
  border-bottom: none;
}

.match-stats .stats-event .time,
.match-stats .stats-live-item .time {
  flex: 0 0 36px;
  color: #7633ff;
  font-weight: 700;
}

.match-stats .stats-event.is-goal .text {
  color: #222;
  font-weight: 700;
}

.match-stats .stats-event.is-card .text {
  color: #f4a83b;
}

.match-stats .stats-live-item.is-main .text {
  color: #222;
  font-weight: 600;
}

.match-stats .stats-live-item .text {
  color: #555;
}

/* 历史分析 */
.match-analysis {
  padding: 4px 0;
}

.match-analysis .analysis-section {
  margin-bottom: 22px;
}

.match-analysis .analysis-section:last-child {
  margin-bottom: 0;
}

.match-analysis .analysis-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.match-analysis .analysis-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.match-analysis .analysis-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f2;
}

.match-analysis .analysis-row:last-child {
  border-bottom: none;
}

.match-analysis .analysis-row.is-link {
  padding: 0;
}

.match-analysis .analysis-row-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 0;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 8px;
  transition: background-color .15s ease;
}

.match-analysis .analysis-row.is-link:hover .analysis-row-link {
  background: #f7f4ff;
}

.match-analysis .analysis-meta {
  flex-shrink: 0;
  width: 92px;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

.match-analysis .analysis-meta .time {
  display: block;
  color: #666;
  font-weight: 600;
}

.match-analysis .analysis-meta .date,
.match-analysis .analysis-meta .league {
  display: block;
}

.match-analysis .analysis-match {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px 64px 22px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  color: #333;
}

.match-analysis .analysis-match .team {
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.match-analysis .analysis-match .team.home {
  text-align: right;
  justify-self: end;
}

.match-analysis .analysis-match .team.away {
  text-align: left;
  justify-self: start;
}

.match-analysis .analysis-match .logo {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  display: block;
  object-fit: contain;
  justify-self: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.match-analysis .analysis-match .score {
  width: 100%;
  min-width: 0;
  text-align: center;
  font-weight: 700;
  color: #222;
  font-variant-numeric: tabular-nums;
}

.match-analysis .analysis-status {
  flex-shrink: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.match-analysis .analysis-result {
  flex-shrink: 0;
  min-width: 28px;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.match-analysis .analysis-result.win {
  background: #605ca8;
}

.match-analysis .analysis-result.lose {
  background: #4b5563;
}

.match-analysis .analysis-result.draw {
  background: #9ca3af;
}

@media (max-width: 768px) {
  .match-analysis .analysis-row {
    flex-wrap: wrap;
    gap: 8px;
  }

  .match-analysis .analysis-row-link {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
  }

  .match-analysis .analysis-meta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
  }

  .match-analysis .analysis-meta .time,
  .match-analysis .analysis-meta .date,
  .match-analysis .analysis-meta .league {
    display: inline;
  }

  .match-analysis .analysis-match {
    flex: 1 1 auto;
    width: calc(100% - 72px);
    min-width: 0;
    order: 2;
    grid-template-columns: minmax(0, 1fr) 18px 48px 18px minmax(0, 1fr);
    column-gap: 4px;
  }

  .match-analysis .analysis-match .team {
    max-width: none;
    min-width: 0;
    font-size: 13px;
  }

  .match-analysis .analysis-match .logo {
    width: 18px;
    height: 18px;
  }

  .match-analysis .analysis-match .score {
    min-width: 0;
    font-size: 13px;
  }

  .match-analysis .analysis-status {
    order: 3;
    flex: 0 0 auto;
    margin-left: 0;
    padding: 3px 8px;
    font-size: 11px;
  }
}

/* 侧边栏 - 今日比赛 */
.match-detail-page .main > .w {
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  box-sizing: border-box;
}

.match-detail-page .outside .package {
  gap: 28px;
}

.match-detail-page .outside .package .within {
  width: 68%;
}

.match-detail-page .outside .package .aside {
  flex: 1;
  min-width: 0;
}

.detail-page .outside .package {
  align-items: flex-start;
  gap: 24px;
}

.detail-page .outside .package .within {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  max-width: calc(100% - 336px);
  box-sizing: border-box;
  padding-right: 4px;
}

.detail-page .outside .package .aside {
  flex: 0 0 312px;
  width: 312px;
  max-width: 312px;
  min-width: 280px;
  box-sizing: border-box;
}

.detail-page .outside .package .aside .today-matches,
.detail-page .outside .package .aside .sidebar-day-tabs {
  width: 100%;
  max-width: 100%;
}

.detail-page .together {
  box-sizing: border-box;
  overflow: hidden;
}

.today-matches {
  margin-bottom: 24px;
}

.today-matches .today-match-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.today-matches .today-match-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #ece8f4;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.today-matches .match-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.today-matches .today-match-link:hover .today-match-row {
  border-color: #d9cbff;
  background: #faf7ff;
}

.today-matches .today-match-link:hover .match-teams .name {
  color: #7633ff;
}

.today-matches .match-time {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  color: #413d48;
  white-space: nowrap;
}

.today-matches .match-league {
  flex: 0 1 auto;
  display: inline-block;
  max-width: calc(100% - 130px);
  padding: 4px 10px;
  border: 1px solid #c9b0ff;
  border-radius: 6px;
  background: #f3ecff;
  color: #7633ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.today-matches .match-status {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fff8eb;
  color: #f4a83b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.today-matches .match-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  width: 100%;
  min-width: 0;
}

.today-matches .match-teams .team {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

.today-matches .match-teams .team.home {
  justify-content: flex-end;
}

.today-matches .match-teams .team.away {
  justify-content: flex-start;
}

.today-matches .match-teams .team img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.today-matches .match-teams .name {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  font-size: 13px;
  color: #413d48;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: normal;
}

.today-matches .match-teams .team.home .name {
  text-align: right;
}

.today-matches .match-teams .team.away .name {
  text-align: left;
}

.today-matches .match-teams .vs {
  flex: none;
  width: 28px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #9e6fff;
  font-weight: 700;
}

.today-matches .aside-heading {
  margin: 0;
  padding: 0;
  font: inherit;
  font-weight: inherit;
}

.today-matches .aside-heading span {
  color: #413d48;
  font-size: 18px;
  font-weight: bold;
}

.today-matches .vertical {
  gap: 10px !important;
}

.today-matches .vertical li {
  display: block;
}

.today-matches .vertical li + li {
  border-top: none;
  padding-top: 0;
}

.today-matches-empty {
  margin: 0;
  padding: 8px 4px 16px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.today-matches-empty a {
  color: #7633ff;
}

.sidebar-day-tabs {
  margin-bottom: 20px;
}

.sidebar-day-tab-nav {
  display: flex;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  border-bottom: 2px solid #ece8f8;
  gap: 0;
}

.sidebar-day-tab-nav .sidebar-day-tab {
  flex: 1;
  text-align: center;
  padding: 8px 4px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  user-select: none;
  transition: color 0.2s, border-color 0.2s;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-day-tab-nav .sidebar-day-tab.active {
  color: #7633ff;
  border-bottom-color: #7633ff;
}

.sidebar-day-tabs .sidebar-day-panel {
  display: none;
}

.sidebar-day-tabs .sidebar-day-panel.show {
  display: block;
}

.content-related {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ece8f8;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.content-related .hotnews {
  width: 100%;
  min-width: 0;
  background: #faf9ff;
  border-radius: 8px;
  padding: 16px 16px 8px;
  box-shadow: 0 2px 8px rgba(118, 51, 255, 0.06);
  box-sizing: border-box;
}

.content-related .hotnews .aside_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ece8f8;
}

.content-related .hotnews .aside_title .topic span {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.content-related .hotnews .aside_title .topic p {
  font-size: 11px;
  color: #999;
  margin: 2px 0 0;
  letter-spacing: 1px;
}

.content-related .hotnews .vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-related .hotnews .vertical li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.content-related .hotnews .vertical li a p {
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: #413d48;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-related .hotnews .vertical li a:hover p {
  color: #7633ff;
}

.content-related .hotnews .vertical li a .icon {
  position: relative;
  flex-shrink: 0;
}

.content-related .hotnews .vertical li a .icon .iconfont {
  font-size: 22px;
  color: #d2d2d2;
}

.content-related .hotnews .vertical li a .icon .strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.content-related .hotnews .vertical li:nth-child(1) a .icon .iconfont {
  color: #f43f3b;
  font-size: 26px;
}

.content-related .hotnews .vertical li:nth-child(2) a .icon .iconfont {
  color: #f4a83b;
  font-size: 26px;
}

.content-related .hotnews .vertical li:nth-child(3) a .icon .iconfont {
  color: #6c4cff;
}

@media (max-width: 960px) {
  .detail-page .outside .package {
    flex-direction: column;
    gap: 16px;
  }

  .detail-page .outside .package .within {
    max-width: 100%;
    padding-right: 0;
  }

  .detail-page .outside .package .aside {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 1000px) {
  .match-detail-page .main > .w {
    padding: 0 16px;
  }

  .match-detail-page .outside .package .within {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .today-matches {
    margin-bottom: 20px;
  }

  .today-matches .aside-heading span {
    font-size: 16px;
  }

  .today-matches .today-match-row {
    padding: 10px 12px;
    gap: 8px;
  }

  .today-matches .match-teams .name {
    font-size: 12px;
  }
}

.match-detail-page .together .switching + .article {
  margin-top: 20px;
}

.match-detail-page .textInfor .match-detail-tags .assort {
  margin-right: 4px;
}

.match-detail-page {
  color: #413d48;
}

.match-detail-page .together {
  width: 100%;
}

.match-detail-page .together h1 {
  margin: 0;
  font-size: 28px;
  color: #413d48;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.match-detail-page .together .definite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 12px 0 16px;
}

.match-detail-page .together .definite .itemize .category {
  border: 1px solid #c9b0ff;
  background: #f3ecff;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #7633ff;
}

.match-detail-page .together .definite .tiem_info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #909090;
}

.match-detail-page .together .definite .tiem_info time {
  font-size: 13px;
  font-weight: 600;
  color: #909090;
}

.match-detail-page .switching {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 12px;
  border-radius: 0 0 12px 12px;
}

.match-detail-page .switching .modetoggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.match-detail-page .switching .modetoggle li {
  width: fit-content;
  border-bottom: 3px solid transparent;
}

.match-detail-page .switching .modetoggle li a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #413d48;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
}

.match-detail-page .switching .modetoggle .active {
  border-bottom-color: #7633ff;
}

.match-detail-page .switching .modetoggle .active a {
  color: #7633ff;
}

.match-detail-page .switching .option_view {
  margin-top: 10px;
}

.match-detail-page .switching .option_view .item .textInfor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.match-detail-page .switching .option_view .item .textInfor p {
  margin: 0;
  color: #413d48;
  font-size: 14px;
  line-height: 24px;
}

.match-detail-page .switching .option_view .item .textInfor a.assort {
  color: #7633ff;
  text-decoration: none;
}

.match-detail-page .zhibo_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.match-detail-page .zhibo_btn a {
  background-color: #7633ff;
  color: #fff !important;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 6px 6px 0 0;
  cursor: pointer;
  border-radius: 6px;
  animation: live-spring-animation 1s infinite alternate;
}

.match-detail-page .zhibo_btn a.is-off {
  background-color: #bbb;
  animation: none;
  cursor: default;
}

@keyframes live-spring-animation {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.match-detail-page .article {
  margin-top: 20px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
}

.match-detail-page .article p {
  margin: 0;
  font-size: 14px;
  color: #1f2937;
  line-height: 26px;
  text-indent: 2em;
}

.match-detail-page .aside_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #d0cfd1;
  padding: 10px 5px;
  margin-bottom: 16px;
}

.match-detail-page .aside_title .topic {
  display: flex;
  align-items: center;
  gap: 8px;
}

.match-detail-page .aside_title .topic p {
  margin: 0;
  font-size: 13px;
  color: #7633ff;
  font-weight: bold;
}

.match-detail-page .aside_title .more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7633ff;
  font-weight: bold;
  text-decoration: none;
}

.match-detail-page .today-matches .vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.match-detail-page .match-tab-media .tab-media-list li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d2d2d2;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 22px;
}

.match-detail-page .match-tab-media .tab-media-list li:nth-child(1) a .icon {
  background: #f43f3b;
}

.match-detail-page .match-tab-media .tab-media-list li:nth-child(2) a .icon {
  background: #f4a83b;
}

.match-detail-page .match-tab-media .tab-media-list li:nth-child(3) a .icon {
  background: #6c4cff;
}

.match-detail-page .match-tab-media .tab-media-list li a .icon .strong {
  position: static;
  transform: none;
  font-size: 12px;
  color: #fff;
}

.match-detail-page .player-wrap.pq8sp-style {
  margin-bottom: 0;
}

.match-detail-page .match-live-signal {
  margin: 0;
  border-radius: 0;
}

@media (max-width: 768px) {
  .match-detail-page .together h1 {
    font-size: 20px;
    white-space: normal;
  }

  .match-detail-page .switching .modetoggle {
    gap: 8px;
    justify-content: flex-start;
  }
}

/* 阵容 */
.match-lineup{padding:8px 0 16px}
.lineup-sides{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.lineup-side{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px}
.lineup-head{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:baseline;margin-bottom:10px}
.lineup-head strong{font-size:16px;color:#fff}
.lineup-head em,.lineup-head span{font-size:12px;color:#93a3c0;font-style:normal}
.lineup-side h4{margin:12px 0 8px;font-size:14px;color:#ff6674}
.lineup-list{list-style:none;margin:0;padding:0}
.lineup-list li{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.lineup-list li:last-child{border-bottom:0}
.lineup-list b{width:28px;text-align:center;color:#ffb020;font-size:13px}
.lineup-list img{width:36px;height:36px;border-radius:50%;object-fit:cover;background:rgba(255,255,255,.08);flex:0 0 36px}
.lineup-list p{margin:0;color:#eef2f9;font-size:14px}
.lineup-list p i{display:inline-block;margin-left:4px;padding:0 4px;border-radius:3px;background:#ff4757;color:#fff;font-style:normal;font-size:10px}
.lineup-list span{color:#5c6d8d;font-size:12px}
.lineup-list.is-sub li{opacity:.92}
.match-info-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}
.match-info-list li{display:flex;gap:8px;align-items:baseline;color:#c9d4e8;font-size:13px}
.match-info-list em{color:#93a3c0;font-style:normal;min-width:4.5em}
.match-anim-link{margin:0 0 10px}
.match-anim-link a{color:var(--acc,#4aa8ff);font-size:13px}
.match-anim-btn,
.match-anim-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:32px;
  padding:0 16px;
  border:0;
  border-radius:16px;
  background:var(--acc,#4aa8ff);
  color:#fff!important;
  font-size:13px;
  font-weight:600;
  line-height:32px;
  text-decoration:none!important;
  white-space:nowrap;
  cursor:pointer;
  position:relative;
  z-index:5;
  pointer-events:auto;
}
.match-anim-close{
  background:#ff6674;
}
.match-anim-btn.is-hide,
.match-anim-close.is-hide{
  display:none!important;
}
.match-anim-stage{
  position:relative;
  z-index:2;
  width:100%;
  margin:0;
  overflow:hidden;
  border-radius:8px;
  background:#111;
}
.match-anim-stage.is-hide{display:none}
.match-banner.is-anim .match-anim-stage{
  display:block;
  flex:1 1 auto;
}
.match-anim-frame{
  display:block;
  width:100%;
  height:420px;
  min-height:320px;
  border:0;
  background:#111;
}
@media (max-width:860px){
  .match-anim-frame{height:56vw;min-height:220px;max-height:360px}
  .match-banner.is-anim{min-height:280px}
}
.analysis-sub{margin:10px 0 6px;font-size:13px;color:#93a3c0;font-weight:500}
.lineup-extra{margin-top:18px}
.lineup-extra-title{margin:0 0 10px;font-size:16px;color:#eef2f9}
.match-goal-dist{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.match-goal-dist table{width:100%;border-collapse:collapse;font-size:13px}
.match-goal-dist th,.match-goal-dist td{padding:6px 8px;border-bottom:1px solid rgba(255,255,255,.06);color:#c9d4e8}
.match-goal-dist th{color:#93a3c0;font-weight:500;text-align:left}
.match-goal-dist small{color:#5c6d8d}
.match-live-media{display:block;max-width:220px;margin:8px 0 0;border-radius:8px;background:#111}
.analysis-extra{flex:1 0 100%;display:flex;flex-wrap:wrap;gap:8px 14px;margin:0 0 0 92px;color:#93a3c0;font-size:12px}
.goal-dist-tabs{display:flex;gap:8px;margin:0 0 12px}
.goal-dist-tab{height:32px;padding:0 14px;border-radius:16px;background:rgba(255,255,255,.06);color:#93a3c0;font-size:13px;line-height:32px;cursor:pointer}
.goal-dist-tab.is-on{background:var(--acc,#4aa8ff);color:#fff}
.goal-dist-pane.is-hide{display:none}
.match-trend{position:relative;min-height:210px;padding:28px 12px 26px;background:rgba(255,255,255,.03);border-radius:12px}
.match-trend-lab{position:absolute;left:12px;z-index:2;font-size:12px;font-weight:700;color:#93a3c0;line-height:1}
.match-trend-lab.is-home{top:10px;color:#ff7a7a}
.match-trend-lab.is-away{bottom:10px;color:#6aa8ff}
.match-trend-svg{display:block;width:100%!important;height:180px!important;max-width:100%;fill:none!important}
.match-trend-mid,.match-trend-split{stroke:rgba(255,255,255,.12);stroke-width:1;fill:none}
.match-trend-line{stroke:#f5d76e;stroke-width:2;fill:none}
.match-trend-mark{fill:#f5d76e}
.match-trend-mark.is-home{fill:#ff7a7a}
.match-trend-mark.is-away{fill:#6aa8ff}
.lineup-pitch{position:relative;height:240px;margin:8px 0 14px;border-radius:10px;overflow:hidden;background:
  radial-gradient(circle at 50% 50%,rgba(255,255,255,.08) 0 18px,transparent 19px),
  linear-gradient(#1f7a3a,#16632e)}
.lineup-pitch::before{content:'';position:absolute;left:50%;top:8px;bottom:8px;width:1px;background:rgba(255,255,255,.28);transform:translateX(-50%)}
.lineup-dot{position:absolute;transform:translate(-50%,-50%);min-width:44px;text-align:center;color:#fff;z-index:1}
.lineup-dot-face{
  position:relative;
  display:block;
  width:36px;
  height:36px;
  margin:0 auto;
  border-radius:50%;
  overflow:hidden;
  background:#111;
  border:2px solid rgba(255,255,255,.85);
  box-shadow:0 2px 8px rgba(0,0,0,.35);
}
.lineup-dot-face img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.lineup-dot-face b{
  position:absolute;
  right:-2px;
  bottom:-2px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  margin:0;
  border-radius:50%;
  background:#111;
  border:1px solid rgba(255,255,255,.7);
  font-size:9px;
  line-height:1;
  font-weight:700;
}
.lineup-dot-face.is-num b{
  position:static;
  width:100%;
  height:100%;
  border:0;
  font-size:12px;
  background:#111;
}
.lineup-dot em{display:block;margin-top:2px;font-style:normal;font-size:10px;color:#ffe08a}
.lineup-dot i{display:block;font-style:normal;font-size:10px;white-space:nowrap;max-width:72px;overflow:hidden;text-overflow:ellipsis}
.match-preview-title small{margin-left:8px;font-size:12px;font-weight:400;color:#93a3c0}
@media (max-width:860px){
  .lineup-sides{grid-template-columns:1fr}
  .match-goal-dist{grid-template-columns:1fr}
  .analysis-extra{margin-left:0}
}
