/* xbilfdhe70y6 | v3.78 */
/* ========================================
   电子游艺评测平台 - 全站样式
   ======================================== */

/* CSS变量定义 */
:root {
  --primary-color: #1a0a3e;
  --secondary-color: #6c2bd9;
  --accent-color: #ff6b35;
  --accent-hover: #ff8c5a;
  --gold-color: #ffd700;
  --gold-dark: #c5a200;
  --text-color: #e8e0f0;
  --text-muted: #a89bc2;
  --bg-dark: #0d0520;
  --bg-card: #1e0f45;
  --bg-card-hover: #2a1560;
  --border-color: #3d2070;
  --success-color: #00c853;
  --warning-color: #ffab00;
  --danger-color: #ff1744;
  --font-main: "思源黑体", "Noto Sans SC", "微软雅黑", "黑体", sans-serif;
  --font-heading: "思源宋体", "Noto Serif SC", "宋体", serif;
  --shadow-sm: 0 2px 8px rgba(108, 43, 217, 0.15);
  --shadow-md: 0 4px 16px rgba(108, 43, 217, 0.25);
  --shadow-lg: 0 8px 32px rgba(108, 43, 217, 0.35);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 重置与基础 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-color);
  line-height: 1.8;
  min-height: 100vh;
  overflow-x: hidden;
}
/* vl8lve6 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent-hover);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--gold-color);
  line-height: 1.4;
  margin-bottom: 0.6em;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
/* hxp058 */h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }

p {
  margin-bottom: 1em;
  color: var(--text-color);
}

ul, ol {
  list-style: none;
}

/* 干扰标签区块 - 肉眼不可见 */
._xxxah2i {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -9999;
}

/* 容器 */
.wzftvqw {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 顶部导航 ========== */
.st-84lhmn {
  background: linear-gradient(135deg, var(--primary-color) 0%, #0d0520 100%);
  border-bottom: 2px solid var(--border-color);
  padding: 0;
  position: relative;
  z-index: 100;
}

.css-4agw9g {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.pznys0q {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pznys0q .tw-9259uf {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--gold-color), var(--accent-color));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.pznys0q .acqapvcw {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--gold-color);
  font-weight: 700;
}
/* n5i5x79lf */
.el-e55e0l {
  display: flex;
  align-items: center;
  gap: 8px;
}

.el-e55e0l input {
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 8px 16px;
  color: var(--text-color);
  font-size: 0.9rem;
  width: 220px;
  transition: var(--transition);
}

.el-e55e0l input:focus {
  outline: none;
  border-color: var(--secondary-color);
  background: rgba(255,255,255,0.12);
}

.el-e55e0l button {
  background: var(--secondary-color);
  border: none;
  border-radius: var(--radius-sm);
  padding: 8px 16px;
  color: #fff;
  cursor: pointer;
  transition: var(--transition);
}

.el-e55e0l button:hover {
  background: var(--accent-color);
}

/* 主导航 */
.ho6e93rwk {
  background: rgba(0,0,0,0.3);
  border-radius: var(--radius-sm);
  margin-bottom: 0;
}

.ho6e93rwk ul {
  display: flex;
  justify-content: center;
  gap: 0;
}

.ho6e93rwk li {
  position: relative;
}

.ho6e93rwk a {
  display: block;
  padding: 14px 24px;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 500;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
}

.ho6e93rwk a:hover,
.ho6e93rwk a.active {
  color: var(--gold-color);
  border-bottom-color: var(--gold-color);
  background: rgba(255, 215, 0, 0.05);
}

/* 移动端菜单按钮 */
.st-ic49m2 {
  display: none;
  background: none;
  border: 2px solid var(--gold-color);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  color: var(--gold-color);
  font-size: 1.2rem;
  cursor: pointer;
}

/* ========== 主视觉Banner ========== */
._qzo0f84 {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-color), var(--bg-dark));
}

._qzo0f84 .tw-nqdzim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.qw0n9e0uaz {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
}

.qw0n9e0uaz h1 {
  font-size: 2.8rem;
  color: var(--gold-color);
  text-shadow: 0 2px 20px rgba(255, 215, 0, 0.3);
  margin-bottom: 16px;
}

.qw0n9e0uaz p {
  font-size: 1.2rem;
  color: var(--text-color);
  max-width: 700px;
  margin-bottom: 30px;
}

._1lcmgx {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

._vb7yjtug {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-color), var(--gold-color));
  color: var(--primary-color);
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1.05rem;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow-md);
}

._vb7yjtug:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  color: var(--primary-color);
}

._olw5f29l {
  display: inline-block;
  background: transparent;
  color: var(--gold-color);
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1.05rem;
  border: 2px solid var(--gold-color);
  transition: var(--transition);
  cursor: pointer;
}

._olw5f29l:hover {
  background: var(--gold-color);
  color: var(--primary-color);
}

/* ========== 通用区块 ========== */
.sc-ng6e01 {
  padding: 60px 0;
}

._3pkn76l {
  background: linear-gradient(180deg, rgba(30, 15, 69, 0.5), rgba(13, 5, 32, 0.8));
}
/* iubs */
._u3q0u9 {
  text-align: center;
  margin-bottom: 40px;
}

._u3q0u9 h2 {
  font-size: 2rem;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

._u3q0u9 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), var(--gold-color));
  border-radius: 2px;
}

._u3q0u9 h2 span {
  color: var(--accent-color);
}

._u3q0u9 p {
  color: var(--text-muted);
  margin-top: 12px;
  font-size: 1.05rem;
}

/* ========== 卡片网格 ========== */
.xfcrh53 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
/* rpveuui6ck */
.fduk9d8ff {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.fduk9d8ff:hover {
  transform: translateY(-4px);
  border-color: var(--secondary-color);
  box-shadow: var(--shadow-lg);
  background: var(--bg-card-hover);
}

.css-u1ii18 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.fcwms6y {
  padding: 20px;
}

.fcwms6y h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.fcwms6y p {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 12px;
}

._t73zf9o0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.el-2hecml {
  display: inline-block;
  background: rgba(108, 43, 217, 0.2);
  color: var(--secondary-color);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}

/* 评分星星 */
.el-uyeyad {
  color: var(--gold-color);
  font-size: 0.95rem;
  letter-spacing: 2px;
}

.tw-j7yle7 {
  color: var(--gold-color);
  font-weight: 700;
  font-size: 1.1rem;
}

/* ========== 快速入口模块 ========== */
._cuc8agj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.jcglkgghh {
  background: linear-gradient(135deg, var(--bg-card), var(--bg-card-hover));
  border-radius: var(--radius-md);
  padding: 30px 24px;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.jcglkgghh:hover {
  border-color: var(--gold-color);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

._nmmadnv {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.jcglkgghh h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.jcglkgghh p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* ========== 专题聚焦区 ========== */
.sc-tfnqqn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
/* e65vdse */
.sc-tfnqqn img {
  border-radius: var(--radius-md);
  width: 100%;
  height: 350px;
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.css-592xqo h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
/* fkp9j6g */
.css-592xqo p {
  margin-bottom: 20px;
  line-height: 1.9;
}

/* ========== 排行榜 ========== */
._yg1sotlb {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
}

._yg1sotlb thead {
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
}

._yg1sotlb th {
  padding: 14px 20px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

._yg1sotlb td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}

._yg1sotlb tbody tr:hover {
  background: var(--bg-card-hover);
}

.tw-e5lybf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.85rem;
}

.u3dr6dr6 { background: var(--gold-color); color: var(--primary-color); }
._xpd8ix { background: #c0c0c0; color: var(--primary-color); }
._4rxm7rr { background: #cd7f32; color: #fff; }
._6wde68i { background: var(--border-color); color: var(--text-color); }

/* ========== FAQ ========== */
.sc-cv49sj {
  max-width: 800px;
  margin: 0 auto;
}

.el-1ncjtg {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.st-ynwreu {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--gold-color);
  transition: var(--transition);
}

.st-ynwreu:hover {
  background: var(--bg-card-hover);
}

.st-ynwreu ._39skg86 {
  font-size: 1.2rem;
  transition: var(--transition);
}

.el-1ncjtg.active ._39skg86 {
  transform: rotate(45deg);
}
/* xyulsn3b */
.sc-fcrtda {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.el-1ncjtg.active .sc-fcrtda {
  max-height: 500px;
}

.pny653y4l {
  padding: 0 24px 18px;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ========== 面包屑导航 ========== */
.lpnz620g {
  padding: 16px 0;
  font-size: 0.9rem;
}

.lpnz620g a {
  color: var(--text-muted);
}

.lpnz620g a:hover {
  color: var(--gold-color);
}
/* zh65dp89gi */
.lpnz620g span {
  color: var(--text-muted);
  margin: 0 8px;
}

.lpnz620g .tw-auzn0s {
  color: var(--gold-color);
}

/* ========== 评论区 ========== */
.el-9wb5g6 {
  margin-top: 40px;
}

.css-1q08ha {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}

.css-1q08ha h4 {
  margin-bottom: 16px;
}

._g8qk0494 {
  margin-bottom: 16px;
}

._g8qk0494 label {
  display: block;
  margin-bottom: 6px;
  color: var(--text-muted);
  font-size: 0.9rem;
}

._g8qk0494 input,
._g8qk0494 textarea,
._g8qk0494 select {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-color);
  font-size: 0.95rem;
  font-family: var(--font-main);
  transition: var(--transition);
}

._g8qk0494 input:focus,
._g8qk0494 textarea:focus {
  outline: none;
  border-color: var(--secondary-color);
}

._g8qk0494 textarea {
  min-height: 100px;
  resize: vertical;
}

.fqlp3q56 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sc-4tcxiv {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--border-color);
}

.ou5tijq7w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.el-gv8ire {
  font-weight: 600;
  color: var(--accent-color);
}
/* er2uqifjjq */
._yfk1vemc {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.st-m9wg5j {
  color: var(--text-color);
  line-height: 1.7;
}

/* ========== 页脚 ========== */
._wtis3mtl {
  background: linear-gradient(180deg, var(--primary-color), #050210);
  border-top: 2px solid var(--border-color);
  padding: 50px 0 0;
}

.r04eshnba {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
/* 5wytiac */
.sc-gsqy3n h4 {
  color: var(--gold-color);
  font-size: 1.1rem;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border-color);
}

.sc-gsqy3n ul li {
  margin-bottom: 8px;
}
/* m67l */
.sc-gsqy3n ul li a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition);
}

.sc-gsqy3n ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}
/* a0clm */
.sc-gsqy3n p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

._9cw58t {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

._9cw58t a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--border-color);
  color: var(--text-color);
  font-size: 0.9rem;
  transition: var(--transition);
}

._9cw58t a:hover {
  background: var(--secondary-color);
  color: #fff;
}
/* j2crj4z */
._a03z93ye {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  text-align: center;
}
/* ugjwwsm6 */
._a03z93ye p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 4px;
}

._ddj00s {
  display: inline-block;
  background: var(--danger-color);
  color: #fff;
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 8px;
}

/* ========== 内页布局 ========== */
.xvgs3740g {
  background: linear-gradient(135deg, var(--primary-color), var(--bg-dark));
  padding: 60px 0 40px;
  text-align: center;
}

.xvgs3740g h1 {
  font-size: 2.4rem;
  margin-bottom: 12px;
}

.xvgs3740g p {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

._p9jk7v {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
  padding: 40px 0;
}

._ed6w1p {
  min-width: 0;
}

.rznze749 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tw-4qhhlv {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--border-color);
}

.tw-4qhhlv h4 {
  font-size: 1.05rem;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
}
/* zb3j177e */
.tw-4qhhlv ul li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(61, 32, 112, 0.3);
}

.tw-4qhhlv ul li:last-child {
  border-bottom: none;
}

.tw-4qhhlv ul li a {
  color: var(--text-muted);
  font-size: 0.9rem;
}
/* rbkuwcq60 */
.tw-4qhhlv ul li a:hover {
  color: var(--gold-color);
}

/* 文章内容 */
._498ncv {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 30px;
  border: 1px solid var(--border-color);
  line-height: 2;
}

._498ncv h2 {
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
}

._498ncv h3 {
  font-size: 1.2rem;
  margin-top: 24px;
  margin-bottom: 12px;
}

._498ncv p {
  margin-bottom: 16px;
  text-indent: 2em;
}

._498ncv img {
  border-radius: var(--radius-md);
  margin: 20px auto;
  box-shadow: var(--shadow-sm);
}
/* m2md */
/* 标签列表 */
._milfsko {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

._milfsko a {
  display: inline-block;
  background: rgba(108, 43, 217, 0.15);
  color: var(--secondary-color);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  border: 1px solid rgba(108, 43, 217, 0.3);
  transition: var(--transition);
}

._milfsko a:hover {
  background: var(--secondary-color);
  color: #fff;
}

/* ========== 新闻列表 ========== */
.xahu0abo4l {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.el-djlhf1 {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}
/* shkuokl */
.el-djlhf1:hover {
  border-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
}

.el-djlhf1 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.st-a4xmv7 {
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* qw5p4 */
.st-a4xmv7 h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.st-a4xmv7 p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 12px;
}

._20wlqr {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ========== 动画效果 ========== */
.kpmwllaoa {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.kpmwllaoa.visible {
  opacity: 1;
  transform: translateY(0);
}

.sc-6x86ta {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sc-6x86ta.visible {
  opacity: 1;
  transform: translateX(0);
}

._40tdkt {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._40tdkt.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 脉冲动画 */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 5px rgba(255, 215, 0, 0.3); }
  50% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.6); }
/* f70f */}

.gu3eqehtg {
  animation: pulse-glow 2s infinite;
}

/* 渐变文字 */
.el-fc5o3f {
  background: linear-gradient(135deg, var(--gold-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  ._p9jk7v {
    grid-template-columns: 1fr;
  }
  
  .r04eshnba {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .sc-tfnqqn {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
  
  .st-ic49m2 { display: block; }
  
  .ho6e93rwk {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--primary-color);
    z-index: 999;
    border-bottom: 2px solid var(--border-color);
  }
  
  .ho6e93rwk.active { display: block; }
  
  .ho6e93rwk ul {
    flex-direction: column;
  }
  
  .ho6e93rwk a {
    padding: 12px 20px;
    border-bottom: 1px solid var(--border-color);
  }
  
  ._qzo0f84 { height: 400px; }
/* cgi7ncw */  .qw0n9e0uaz h1 { font-size: 2rem; }
  
  ._cuc8agj {
    grid-template-columns: 1fr;
  }
  
  .xfcrh53 {
    grid-template-columns: 1fr;
  }
  
  .el-djlhf1 {
    grid-template-columns: 1fr;
  }
  
  .el-djlhf1 img {
    height: 200px;
  }
  
  .st-a4xmv7 {
    padding: 16px;
  }
/* 6p84s2 */  
  .r04eshnba {
    grid-template-columns: 1fr;
  }
  
  .el-e55e0l {
    display: none;
  }
  
  ._yg1sotlb {
    font-size: 0.85rem;
  }
  
  ._yg1sotlb th,
  ._yg1sotlb td {
    padding: 10px 12px;
  }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
/* imcn */  ._qzo0f84 { height: 340px; }
  .qw0n9e0uaz h1 { font-size: 1.7rem; }
  .sc-ng6e01 { padding: 40px 0; }
  .wzftvqw { padding: 0 15px; }
}
/* 1z2v */
/* ========== 回到顶部 ========== */
._auio4v {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  background: var(--secondary-color);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  box-shadow: var(--shadow-md);
}

._auio4v.show {
  opacity: 1;
  visibility: visible;
}

._auio4v:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

/* ========== 分页 ========== */
.l3o96rk {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.l3o96rk a,
.l3o96rk span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition);
}

.l3o96rk a:hover {
  border-color: var(--secondary-color);
  color: var(--gold-color);
}

.l3o96rk .active {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
/* svq8n279 */
/* ========== 下载页面 ========== */
.kg16jjf {
  text-align: center;
  padding: 80px 0;
}

.et5ie4h9jp {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.urbpudy1a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: var(--radius-md);
  font-size: 1.1rem;
  font-weight: 600;
  transition: var(--transition);
}

.urbpudy1a._3ayhl0k {
  background: linear-gradient(135deg, #333, #000);
  color: #fff;
}

.urbpudy1a._561lx8ti {
  background: linear-gradient(135deg, var(--success-color), #009624);
  color: #fff;
}

.urbpudy1a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: #fff;
}

/* nnww0umbcummyx26 */
