/**
 * 游戏详情页（body.single-software.game-platform）
 * 仅游戏站 enqueue；不依赖 single-software.css。
 */

/* 布局基线（原在 single-software.css，游戏站不再加载那份） */
.single-software{min-height:100vh}
.single-software .xu5-topbar-logo-img{animation:xu5-shine-mask 8s ease-in-out infinite!important}
.single-software .sitename-metal-shine{animation:xu5-shine 8s ease-in-out infinite!important}
.xu5-page-sidebar{overflow:visible!important}
.card-section-intro{padding-bottom:10px!important}
.xu5-software-tags{display:flex;flex-wrap:wrap;gap:6px}
.xu5-tag{display:inline-flex;align-items:center;padding:3px 10px;border-radius:5px;font-size:12px;font-weight:500}
a.xu5-tag{text-decoration:none}
.xu5-software-desc{color:#495057;font-size:14px;line-height:1.6;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}
.xu5-software-desc .desc-full img{max-width:100%!important;width:auto!important;height:auto!important;display:block;margin:10px auto;border-radius:6px;box-sizing:border-box}
.xu5-software-desc .desc-full *{max-width:100%!important;box-sizing:border-box}
.xu5-software-desc .desc-full p{margin-bottom:12px}
.card{background:#fff;border:1px solid #dee2e6;border-radius:5px;padding:24px;margin-bottom:24px;width:100%;box-sizing:border-box}
.card-unified{padding:0}
.card-section{padding:28px 24px;border-bottom:1px solid #e8e8e8}
.card-section:first-child{padding-top:24px}
.card-section:last-child{border-bottom:none;padding-bottom:24px}
.card h2,.card-section h2{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 16px 0;padding-left:12px;border-left:4px solid #409eff}
.software-features,.software-usage{font-size:14px;line-height:1.8;color:#495057}
.xu5-software-info-list{margin:0;padding:0}
.xu5-software-info-list .info-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f5f5f5;font-size:14px;gap:8px}
.xu5-software-info-list .info-row:last-child{border-bottom:none;padding-bottom:0}
.xu5-software-info-list .info-label{color:#888;flex-shrink:0}
.xu5-software-info-list .info-value{color:#333;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.xu5-software-info-list .info-value a{color:#409eff;text-decoration:none}
.xu5-software-wrapper .card-unified{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;margin:0!important}
.xu5-software-wrapper .card-section{background:transparent;border:none;border-radius:0;padding:20px 0;margin-bottom:0;box-shadow:none;border-bottom:1px solid #eee}
.xu5-software-wrapper .card-section:last-child{border-bottom:none}
.xu5-software-actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0;align-items:flex-end}
.xu5-action-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;font-size:13px;font-weight:500;border:1px solid transparent;border-radius:6px;cursor:pointer;white-space:nowrap;min-width:120px}
.xu5-action-subscribe{background:#ecf5ff;color:#409eff;border-color:#d9ecff}
.xu5-action-donate{background:#fff;color:#409eff;border-color:#d9ecff}
.xu5-action-download{background:#409eff;color:#fff;font-weight:600;gap:6px}
.xu5-action-dl-icon{width:16px;height:16px;flex-shrink:0}
#xu5DownloadSection{scroll-margin-top:20px}
.xu5-dl-flash{border-radius:8px;animation:xu5DlFlash 1.2s ease}
@keyframes xu5DlFlash{0%,100%{box-shadow:0 0 0 0 rgba(64,158,255,0)}25%{box-shadow:0 0 0 3px rgba(64,158,255,.4)}}
.xu5-faq-numbered-list{margin:0;padding:0 0 0 22px;list-style:decimal}
.xu5-faq-numbered-list li{margin-bottom:2px;font-size:13px;line-height:1.5;color:#888}
.xu5-faq-numbered-list li a{display:block;padding:4px 2px;color:#333;text-decoration:none;border-radius:4px}
.xu5-faq-numbered-list .faq-badge{display:inline-block;margin-left:6px;font-size:10px;background:#ff9800;color:#fff;padding:1px 5px;border-radius:6px;font-weight:500;vertical-align:middle}
.related-icon-emoji{display:inline-flex;width:30px;height:30px;border-radius:6px;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}
.related-icon-software-img{width:30px;height:30px;border-radius:6px;object-fit:cover;flex-shrink:0}
@media screen and (max-width:768px){
  .xu5-software-wrapper .card-section{padding:15px 0!important;margin-bottom:10px!important}
}

/* 游戏皮肤 / 组件 */

/* 游戏模式：介绍直接展开，无折叠 */
.xu5-software-desc.xu5-game-desc-open .desc-full {
  display: block;
  border-top: none;
}
/* 游戏下载区块 */
.xu5-game-download-block {
  margin: 20px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e9ecef;
}
.xu5-game-download-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.xu5-game-dl-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-shrink: 0;
}
.xu5-game-dl-btns .download-btn {
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}
.xu5-game-download-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

/* 游戏下载底部固定条 */
.xu5-bottom-download-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 -2px 12px rgba(0,0,0,.1);
  transform: translateY(100%);
  transition: transform .25s ease;
  padding: 10px 0;
}
.xu5-bottom-download-bar.visible {
  transform: translateY(0);
}
.xu5-bottom-download-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.xu5-bottom-download-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.xu5-bottom-download-btns {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  flex-shrink: 0;
}
.xu5-bottom-download-btns .download-btn {
  padding: 13px 34px;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .xu5-bottom-download-inner {
    flex-direction: column;
    gap: 8px;
  }
  .xu5-bottom-download-btns {
    width: 100%;
    justify-content: center;
  }
  .xu5-bottom-download-btns .download-btn {
    flex: 1;
    text-align: center;
  }
  .xu5-game-dl-btns {
    width: 100%;
  }
  .xu5-game-dl-btns .download-btn {
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .single-software.game-platform .xu5-software-actions {
    display: flex;
  }
}

/* Hero 四宫格统计块 */
.single-software.game-platform .xu5-game-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 11px;
}
.single-software.game-platform .xu5-game-hero-stats .stat {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.single-software.game-platform .xu5-game-hero-stats .lab {
  font-size: 12px;
  color: #9aa3af;
}
.single-software.game-platform .xu5-game-hero-stats b {
  font-size: 15px;
  font-weight: 700;
  color: #1f2330;
}

@media screen and (max-width: 768px) {
  .single-software.game-platform .xu5-game-hero-stats {
    gap: 10px 22px;
  }
}

/* 下载按钮：游戏页与软件页同主题蓝，无抬升/饱和 */
.single-software.game-platform .xu5-game-dl-btns .download-btn,
.single-software.game-platform .xu5-bottom-download-btns .download-btn {
  border-radius: 6px;
  background: #409eff !important;
  color: #fff !important;
  box-shadow: none;
  filter: none;
}
.single-software.game-platform .xu5-game-dl-btns .download-btn:hover,
.single-software.game-platform .xu5-bottom-download-btns .download-btn:hover {
  background: #337ecc !important;
  transform: none;
  filter: none;
  box-shadow: none;
}

/* 正文章节标题（功能介绍 / 使用方法）：加渐变强调条，统一视觉语言 */
.single-software.game-platform .card-section > h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-software.game-platform .card-section > h2::before {
  content: "";
  width: 8px;
  height: 18px;
  border-radius: 4px;
  flex-shrink: 0;
  background: linear-gradient(#6366f1, #a855f7);
}

@media (prefers-reduced-motion: reduce) {
  .single-software.game-platform .xu5-game-dl-btns .download-btn,
  .single-software.game-platform .xu5-bottom-download-btns .download-btn {
    transition: none;
  }
}

@media screen and (max-width: 768px) {
  .single-software.game-platform .card-section > h2::before {
    height: 15px;
  }
}

/* ==========================================================================
   游戏详情页 · 综合美化增强（统计图标 / 下载按钮统一 / 去残留蓝 / 侧栏 / 滚动条 / focus）
   ========================================================================== */

/* 统计条线性小图标 */
.single-software.game-platform .xu5-game-hero-stats .lab {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.single-software.game-platform .xu5-stat-ico {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  opacity: 0.75;
}

/* 相关游戏 / 侧栏列表 hover 高亮 */
.single-software.game-platform .xu5-related-list li {
  border-radius: 8px;
  transition: background 0.2s ease;
}
.single-software.game-platform .xu5-related-list li:hover {
  background: rgba(139, 92, 246, 0.1);
}

/* 干掉残留旧蓝：页脚 / 友链 / .url hover 统一到紫 */
body.single-software.game-platform .footer-links a,
body.single-software.game-platform .time:hover,
body.single-software.game-platform .xu5-footer-nav-link:hover,
body.single-software.game-platform .xu5-friend-link:hover {
  color: #b39dff;
}
body.single-software.game-platform .footer-links a:hover {
  color: #c8a8ff;
}
.single-software.game-platform .url:hover {
  box-shadow: 0 6px 16px -8px rgba(124, 58, 237, 0.5) !important;
}

/* 紫色 focus-visible 环（可访问性） */
body.single-software.game-platform a:focus-visible,
body.single-software.game-platform button:focus-visible,
body.single-software.game-platform .download-btn:focus-visible {
  outline: 2px solid #8b5cf6;
  outline-offset: 2px;
  border-radius: 8px;
}

/* ==========================================================================
   游戏详情页 · 移动端下载按钮命中区（v4）
   ========================================================================== */
@media screen and (max-width:600px){
  /* 下载按钮：≥44px 命中区，每行 2 个 */
  .single-software.game-platform .xu5-game-dl-btns{gap:8px;width:100%}
  .single-software.game-platform .xu5-game-dl-btns .download-btn{
    flex:1 1 calc(50% - 4px);min-height:44px;display:inline-flex;align-items:center;justify-content:center;
    padding:11px 10px !important;font-size:13px !important;box-sizing:border-box;white-space:nowrap}
  /* 底部固定下载条按钮同样加大命中区 */
  .single-software.game-platform .xu5-bottom-download-btns .download-btn{
    min-height:44px;display:inline-flex;align-items:center;justify-content:center}
}
/* 极窄屏（≤380）：下载按钮单列全宽，命中区最大 */
@media screen and (max-width:380px){
  .single-software.game-platform .xu5-game-dl-btns .download-btn{flex:1 1 100%}
}

/* ==========================================================================
   游戏详情页 · 白卡片（对齐列表页/软件站）
   ========================================================================== */
/* 主内容列 → 白卡片 */
.single-software.game-platform .card-section{border-bottom-color:#eef0f3 !important}
.single-software.game-platform .card-section h2{color:#1f2330}
.single-software.game-platform .software-features,
.single-software.game-platform .software-usage,
.single-software.game-platform .xu5-software-desc{color:#4a5160}
.single-software.game-platform .xu5-software-desc a{color:#2d8cf0}

/* 下载区标题色 */
.single-software.game-platform .xu5-game-download-title{color:#1f2330}
.single-software.game-platform .xu5-game-download-tip{color:#9aa1ac}

/* 侧栏 → 描边框、不填底 */
.single-software.game-platform .xu5-page-sidebar .xu5-sidebar-card,
.single-software.game-platform .xu5-sidebar-card{background:transparent !important;border:1px solid #e9ecef;box-shadow:none}
.single-software.game-platform .xu5-sidebar-card h3{color:#1f2330;border-bottom-color:#eef0f3}
.single-software.game-platform .xu5-game-guides.is-compact .xu5-game-guides-head h3{border:0;padding:0;margin:0}
.single-software.game-platform .info-label{color:#8a93a0}
.single-software.game-platform .info-value{color:#1f2330}
.single-software.game-platform .info-value a{color:#2d8cf0}
.single-software.game-platform .xu5-related-list a{color:#4a5160}
.single-software.game-platform .xu5-related-list a:hover{background:#f3f0ff;color:#1f2330}
.single-software.game-platform .xu5-related-list .related-title{color:#1f2330}
.single-software.game-platform .related-icon-emoji.software{background:#f1ecff}
.single-software.game-platform .xu5-faq-numbered-list li{color:#8a93a0}
.single-software.game-platform .xu5-faq-numbered-list li a{color:#4a5160}
.single-software.game-platform .xu5-faq-numbered-list li a:hover{background:#f3f0ff;color:#1f2330}

/* —— 细化：把「整页内容」包进一张白卡（黑底 + 一张白卡，和首页完全一致）——
   Hero、截图画廊、正文、侧栏都落在这张白卡内；卡内的下载块/侧栏子卡用浅灰底做层次。 */
.single-software.game-platform .xu5-page-wrapper{background:#fff !important;max-width:1100px;width:100%;margin:5px auto 15px;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.06);box-sizing:border-box}
.single-software.game-platform .xu5-page-main{background:transparent !important;box-shadow:none;padding:0}
.single-software.game-platform .xu5-page-breadcrumb,
.single-software.game-platform .xu5-page-breadcrumb a,
.single-software.game-platform .xu5-page-breadcrumb span{color:#5b6472}
.single-software.game-platform .xu5-page-breadcrumb{border-bottom-color:#eef0f3}

/* ==========================================================================
   游戏详情页 · Hero + 截图网格
   作用域 .single-software.game-platform —— 仅游戏详情页生效。
   现行布局：信息上、媒体下（不要再写 flex order / 左右分栏）。
   ========================================================================== */
/* Hero：封面 / 视频 / 信息（现行：信息上、媒体下，由后置规则覆盖） */
.single-software.game-platform .xu5-game-hero2-cover{width:100%;max-width:none;border-radius:12px;overflow:hidden;background:#0d1117}
.single-software.game-platform .xu5-game-hero2-cover img,
.single-software.game-platform .xu5-game-hero2-img{width:100%;height:auto;aspect-ratio:460/215;object-fit:cover;display:block}
.single-software.game-platform .xu5-game-hero2-ph{width:100%;aspect-ratio:460/215;display:block;background:#11151c url('../../static/img/default-cover.jpg') center/cover no-repeat;font-size:0;color:transparent}
/* Hero 视频（mp4 / m3u8 / bilibili·youtube iframe）：与封面同位，16:9 填充 */
.single-software.game-platform .xu5-game-hero2-cover.is-video{background:#000}
.single-software.game-platform .xu5-game-hero2-video{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;border:0;background:#000}
.single-software.game-platform .xu5-game-hero2-wrap{display:block}
.single-software.game-platform .xu5-game-hero2-info{display:block;width:100%;min-width:0}
.single-software.game-platform .xu5-game-hero2-heading{margin:0 0 10px}
.single-software.game-platform .xu5-game-hero2-info .xu5-software-tags{display:flex;flex-wrap:wrap;gap:8px}
.single-software.game-platform .xu5-game-hero2-info .xu5-tag{padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;background:#eef1f6;color:#5b6472;border:1px solid #e6e9ef;backdrop-filter:none;-webkit-backdrop-filter:none}
.single-software.game-platform .xu5-game-hero2-info .xu5-tag-platform{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none}
.single-software.game-platform .xu5-game-hero2-info .xu5-software-title{font-size:24px;line-height:1.25;margin:0 0 4px;font-weight:800;color:#1f2330;background:none;-webkit-text-fill-color:#1f2330;text-shadow:none}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats{display:flex;flex-wrap:wrap;gap:8px 20px;margin:0}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats .stat{display:inline-flex;flex-direction:row;align-items:center;gap:6px}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats .lab{display:inline-flex;align-items:center;gap:5px;color:#8a93a0;font-size:12px}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats b{color:#1f2330;font-size:14px;font-weight:700}
.single-software.game-platform .xu5-game-hero2-info .xu5-stat-ico{width:13px;height:13px;flex-shrink:0;stroke:currentColor;fill:none;stroke-width:2;opacity:.7}
/* Hero 操作区：醒目「立即下载」+ 次级订阅/打赏 */
.single-software.game-platform .xu5-game-hero2-actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;width:auto}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;line-height:1}
/* 主 CTA：主题蓝实心，与软件详情一致 */
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-download{flex:0 0 auto;padding:10px 18px;font-size:14px;background:#409eff !important;color:#fff !important;box-shadow:none;border:1px solid transparent}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-download:hover{background:#337ecc !important;box-shadow:none;transform:none}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-dl-icon{width:17px;height:17px}
/* 次级：订阅浅蓝底；打赏白底描边，同一主题蓝 */
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-subscribe{flex:0 0 auto;background:#ecf5ff !important;color:#409eff !important;border:1px solid #d9ecff}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-subscribe:hover{background:#d9ecff !important}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-donate{flex:0 0 auto;background:#fff !important;color:#409eff !important;border:1px solid #d9ecff}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-donate:hover{background:#ecf5ff !important;border-color:#c6e2ff}
/* 截图 2 列网格（替代单列大图竖向堆叠） */
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:14px 0}
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid figure,
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid .wp-block-image,
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid p{margin:0}
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;border:1px solid #eef0f3;display:block}
/* 简介标题 / 正文 / 单图 */
.single-software.game-platform .xu5-game-desc-open .desc-full h2{font-size:17px;font-weight:800;color:#1f2330;margin:20px 0 10px;padding-left:10px;border-left:3px solid #7c3aed;line-height:1.3}
.single-software.game-platform .xu5-game-desc-open .desc-full p{color:#4a5160;line-height:1.85;margin:0 0 12px}
.single-software.game-platform .xu5-game-desc-open .desc-full > figure img,
.single-software.game-platform .xu5-game-desc-open .desc-full > p img{max-width:100%;height:auto;border-radius:10px;display:block;margin:10px auto}
/* 响应式 */
@media screen and (max-width:768px){
  .single-software.game-platform .xu5-game-hero2-cover{flex-basis:auto;max-width:none;width:100%}
  .single-software.game-platform .xu5-game-hero2-info .xu5-software-title{font-size:20px}
  .single-software.game-platform .xu5-game-hero2-actions .xu5-action-btn{flex:1 1 auto;justify-content:center;min-height:44px}
  .single-software.game-platform .xu5-game-desc-open .xu5-shot-grid{grid-template-columns:1fr}
}

/* ==========================================================================
   游戏详情页 · v5.1 间距优化：长游戏名不再拥挤（Hero 标题 + 下载卡名称）
   ========================================================================== */
.single-software.game-platform .xu5-bottom-download-bar{background:rgba(255,255,255,.96);border-top:1px solid #eceef3;box-shadow:0 -2px 18px rgba(0,0,0,.08)}
.single-software.game-platform .xu5-bottom-download-name{color:#1f2330}
/* 截图灯箱：点击简介图片放大查看 */
.single-software.game-platform .xu5-game-desc-open .desc-full img{cursor:zoom-in}
.xu5-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.86);padding:20px;cursor:zoom-out}
.xu5-lightbox.open{display:flex}
.xu5-lightbox img{max-width:95vw;max-height:92vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.6);cursor:zoom-out}

/* 网盘按钮按盘区分色（覆盖统一蓝） */
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="baidu"],
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="baidu"]{background:#06a7ff !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="baidu"]:hover,
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="baidu"]:hover{background:#0590db !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="xun"],
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="xun"]{background:#2c7ef8 !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="xun"]:hover,
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="xun"]:hover{background:#1b6de6 !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="uc"],
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="uc"]{background:#6f42c1 !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="uc"]:hover,
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="uc"]:hover{background:#5a34a6 !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="zhenuc"],
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="zhenuc"]{background:#5b6472 !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="zhenuc"]:hover,
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="zhenuc"]:hover{background:#434a56 !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="ali"],
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="ali"]{background:#ff6a00 !important}
.single-software.game-platform .xu5-game-dl-btns .download-btn[data-method-id="ali"]:hover,
.single-software.game-platform .xu5-bottom-download-btns .download-btn[data-method-id="ali"]:hover{background:#e05e00 !important}

/* 介绍在前、截图在后；无图时整块不输出 */
.single-software.game-platform .xu5-game-shots,
.single-software.game-platform .xu5-game-intro{margin:18px 0 0}
.single-software.game-platform .xu5-game-shots h2,
.single-software.game-platform .xu5-game-intro h2{
  font-size:17px;font-weight:800;color:#1f2330;margin:0 0 12px;padding-left:10px;
  border-left:3px solid #7c3aed;line-height:1.3;
}
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0;
}
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid figure{margin:0}
.single-software.game-platform .xu5-game-desc-open .xu5-shot-grid img{
  width:100%;height:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;
  border:1px solid #eef0f3;display:block;cursor:zoom-in;
}
.single-software.game-platform .xu5-game-intro .desc-full h2{display:none}
.single-software.game-platform .xu5-game-intro .desc-full p{color:#4a5160;line-height:1.85;margin:0 0 12px}

/* ==========================================================================
   游戏详情页 · v7：信息上、媒体下
   ========================================================================== */
.single-software.game-platform .xu5-game-hero2-wrap{margin:0 0 18px}
.single-software.game-platform .xu5-game-hero2-info{
  display:block;width:100%;
}
.single-software.game-platform .xu5-game-hero2-heading{margin:0 0 8px}
.single-software.game-platform .xu5-game-hero2-info .xu5-software-title{
  font-size:26px;line-height:1.3;margin:0 0 4px;
}
.single-software.game-platform .xu5-game-hero2-en{margin:0;font-size:14px;line-height:1.4;color:#8a93a0;font-weight:500}
.single-software.game-platform .xu5-game-hero2-info .xu5-software-tags{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 10px;
}
.single-software.game-platform .xu5-game-hero2-info .xu5-tag-note{
  background:#f3e8ff;color:#7c3aed;border:1px solid #e9d5ff;
}
.single-software.game-platform .xu5-game-hero2-meta{
  display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;
  margin-top:4px;
}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats{
  display:flex;flex-wrap:wrap;gap:8px 20px;margin:0;flex:1 1 auto;
}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats .stat{
  display:inline-flex;flex-direction:row;align-items:center;gap:6px;
}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats .lab{
  margin:0;white-space:nowrap;
}
.single-software.game-platform .xu5-game-hero2-info .xu5-game-hero-stats b{
  font-size:14px;white-space:nowrap;
}
.single-software.game-platform .xu5-game-hero2-actions{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px;
  margin:0;padding:0;width:auto;flex:0 0 auto;
}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-btn{
  flex:0 0 auto;
}
.single-software.game-platform .xu5-game-hero2-actions .xu5-action-download{
  flex:0 0 auto;width:auto;padding:10px 18px;font-size:14px;
}
.single-software.game-platform .xu5-game-hero2-cover{
  flex:none;width:100%;max-width:none;margin-top:14px;align-self:auto;
}
.single-software.game-platform .xu5-game-hero2-cover img,
.single-software.game-platform .xu5-game-hero2-img{
  width:100%;height:auto;aspect-ratio:460/215;object-fit:cover;display:block;
}
.single-software.game-platform .xu5-game-hero2-cover.is-video .xu5-game-hero2-video{
  width:100%;aspect-ratio:16/9;
}

@media screen and (max-width:768px){
  .single-software.game-platform .xu5-game-hero2-info .xu5-software-title{font-size:22px}
  .single-software.game-platform .xu5-game-hero2-meta{align-items:flex-start}
  .single-software.game-platform .xu5-game-hero2-actions{width:100%}
  .single-software.game-platform .xu5-game-hero2-actions .xu5-action-download{flex:1 1 auto;justify-content:center}
}

/* ==========================================================================
   游戏详情页 · 下载区：标题 + 按钮 + 提示
   ========================================================================== */
.single-software.game-platform .xu5-game-download-block{
  margin:24px 0 22px;padding:18px 18px 16px !important;
  background:#f0f2f5 !important;border:1px solid #e6e8ee !important;border-radius:10px !important;
  box-shadow:none !important;overflow:visible;
}
.single-software.game-platform .xu5-game-download-title{
  display:block;width:auto;font-size:17px;font-weight:800;color:#1f2330;
  margin:0 0 12px;padding:0 0 0 10px;border:none;border-left:3px solid #7c3aed;line-height:1.3;
}
.single-software.game-platform .xu5-game-dl-btns{
  display:flex;flex-wrap:wrap;gap:10px;width:auto;
}
.single-software.game-platform .xu5-game-download-block .xu5-dl-tip{
  margin:0 0 10px;padding:0;background:transparent;border:none;border-radius:0;
}
.single-software.game-platform .xu5-game-download-tip{
  margin-top:8px;font-size:12px;color:#9aa1ac;line-height:1.6;
}
.single-software.game-platform .xu5-game-download-block .xu5-dl-feedback-tip{
  margin-top:6px;
}

/* 游戏详情：内容区内边距按设计稿收紧 */
.single-software.game-platform .xu5-page-container{
  max-width:none;
  margin:0;
  padding:10px 20px 10px;
  display:flex;
  gap:30px;
  align-items:flex-start;
}
@media screen and (max-width:768px){
  .single-software.game-platform .xu5-page-container{
    padding:10px 15px;
  }
  .single-software.game-platform .xu5-game-download-block{
    margin:12px 0 14px !important;padding:10px 12px !important;
    border-radius:8px !important;
  }
  .single-software.game-platform .xu5-game-download-title{
    font-size:15px;margin:0 0 8px;
  }
  .single-software.game-platform .xu5-game-dl-btns{gap:6px}
  .single-software.game-platform .xu5-game-dl-btns .download-btn{
    flex:0 0 calc(50% - 3px) !important;width:calc(50% - 3px) !important;max-width:calc(50% - 3px);
    min-width:0 !important;min-height:36px;padding:7px 8px !important;font-size:13px !important;
    display:inline-flex !important;align-items:center;justify-content:center;box-sizing:border-box;
    margin:0 !important;
  }
  .single-software.game-platform .xu5-game-download-block .xu5-dl-tip{margin:0 0 6px;font-size:12px}
  .single-software.game-platform .xu5-game-download-tip{margin-top:6px;font-size:11px;line-height:1.45}
  .single-software.game-platform .xu5-game-download-block .xu5-dl-feedback-tip{margin-top:4px;font-size:11px;line-height:1.45}
}
@media screen and (max-width:380px){
  .single-software.game-platform .xu5-game-dl-btns .download-btn{
    flex:0 0 calc(50% - 3px) !important;width:calc(50% - 3px) !important;
  }
}

/* 推荐游戏：跟主题侧栏相关列表同一套，不要独立套卡 */
.single-software.game-platform .xu5-related-list--games{
  margin:0;padding:0;list-style:none;
}
.single-software.game-platform .xu5-related-list--games li{margin-bottom:2px}
.single-software.game-platform .xu5-related-list--games li:last-child{margin-bottom:0}
.single-software.game-platform .xu5-related-list--games a{
  display:flex;align-items:center;gap:8px;padding:4px;border-radius:4px;
  text-decoration:none;color:#4a5160;
  min-width:0;max-width:100%;overflow:hidden;
}
.single-software.game-platform .xu5-related-list--games a:hover{
  background:#f3f0ff;color:#1f2330;
}
.single-software.game-platform .xu5-related-list--games .related-icon{
  width:64px;height:30px;border-radius:4px;object-fit:cover;flex-shrink:0;
  background:#f1ecff;
}
.single-software.game-platform .xu5-related-list--games .related-info{
  flex:1 1 auto;min-width:0;overflow:hidden;
}
.single-software.game-platform .xu5-related-list--games .related-title{
  display:block;max-width:100%;
  font-size:14px;font-weight:500;line-height:1.4;color:#1f2330;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}


.xu5-game-guides.is-compact.xu5-sidebar-card{
  margin:0 0 10px;padding:10px 12px;
}
.xu5-game-guides-head{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  margin:0 0 6px;padding:0 0 6px;border-bottom:1px solid #eef0f3;
}
.xu5-page-sidebar .xu5-game-guides.is-compact .xu5-game-guides-head h3,
.xu5-game-guides.is-compact .xu5-game-guides-head h3{
  margin:0;padding:0;border:0;font-size:15px;font-weight:600;color:#1f2330;line-height:1.3;
}
.xu5-game-guides-more,
.xu5-game-guides-more:link,
.xu5-game-guides-more:visited{
  font-size:12px;color:#7c3aed;text-decoration:none;white-space:nowrap;
}
.xu5-game-guides-more:hover{text-decoration:underline}
.xu5-game-guide-list{
  list-style:none;margin:0;padding:0;
}
.xu5-game-guide-list li{margin:0;padding:0;border:0}
.xu5-page-sidebar .xu5-game-guides .xu5-game-guide-list a,
.xu5-page-sidebar .xu5-game-guides .xu5-game-guide-list a:link,
.xu5-page-sidebar .xu5-game-guides .xu5-game-guide-list a:visited,
.xu5-game-guides .xu5-game-guide-list a,
.xu5-game-guides .xu5-game-guide-list a:link,
.xu5-game-guides .xu5-game-guide-list a:visited{
  display:flex;align-items:center;gap:6px;padding:4px 0;
  color:#333;text-decoration:none;background:transparent;
}
.xu5-page-sidebar .xu5-game-guides .xu5-game-guide-list a:hover,
.xu5-game-guides .xu5-game-guide-list a:hover{
  color:#7c3aed;
}
.xu5-game-guide-num{flex-shrink:0;width:16px;color:#9aa1ac;font-size:12px}
.xu5-game-guide-title{flex:1;min-width:0;font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}
.xu5-game-guides.is-compact .xu5-game-guide-list li.is-current a,
.xu5-game-guides.is-compact .xu5-game-guide-list li.is-current a:visited{
  color:#7c3aed;
}
.xu5-game-guides.is-compact .xu5-game-guide-list li.is-current .xu5-game-guide-title{font-weight:700}
