/* ============================================================
   91 改装 - 原创汽车改装主题样式
   配色：碳纤维黑 #0d0d0d + 赛车红 #e8001d + 金属银 #c0c0c0
   ============================================================ */

/* ---------- CSS 变量 ---------- */
:root {
  --c-black:    #0d0d0d;
  --c-dark:     #141414;
  --c-panel:    #1a1a1a;
  --c-border:   #2a2a2a;
  --c-red:      #e8001d;
  --c-red2:     #ff1a35;
  --c-silver:   #c0c0c0;
  --c-gold:     #d4a843;
  --c-white:    #f5f5f5;
  --c-muted:    #888;
  --c-text:     #ddd;
  --font-main:  'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
  --radius:     6px;
  --shadow:     0 4px 24px rgba(0,0,0,.6);
  --transition: .25s ease;
}

/* ---------- 重置 ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-main);
  background: var(--c-black);
  color: var(--c-text);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--c-red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--c-red2); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; outline: none; }

/* ---------- 通用工具 ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 70px 0; }
.xs5dp1bz {
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.xs5dp1bz::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--c-red);
  margin-top: 8px;
}
.r95ma3l {
  color: var(--c-muted);
  font-size: .95rem;
  margin-bottom: 40px;
}
.emh85k {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 600;
  background: rgba(232,0,29,.15);
  color: var(--c-red);
  border: 1px solid rgba(232,0,29,.3);
}
.emh85k.qzc5vpw7 { background: rgba(192,192,192,.1); color: var(--c-silver); border-color: rgba(192,192,192,.3); }
.emh85k.pb626xx   { background: rgba(212,168,67,.1);  color: var(--c-gold);   border-color: rgba(212,168,67,.3); }

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius);
  font-size: .95rem;
  font-weight: 600;
  transition: all var(--transition);
}
.ye9e5cl {
  background: var(--c-red);
  color: #fff;
}
.ye9e5cl:hover { background: var(--c-red2); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,0,29,.4); }
.vhs7wjn0 {
  background: transparent;
  color: var(--c-silver);
  border: 1px solid var(--c-border);
}
.vhs7wjn0:hover { border-color: var(--c-red); color: var(--c-red); }
.nfjy96 { padding: 8px 18px; font-size: .85rem; }

/* ---------- 顶部公告栏 ---------- */
.mp3jqrki {
  background: var(--c-red);
  color: #fff;
  text-align: center;
  font-size: .8rem;
  padding: 6px 0;
  letter-spacing: .5px;
}
.mp3jqrki a { color: #fff; text-decoration: underline; }

/* ---------- 导航 ---------- */
.fyzgs9r {
  background: rgba(13,13,13,.97);
  border-bottom: 1px solid var(--c-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}
.kkw8u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 20px;
}
.h6aut {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.h6aut img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--c-red);
}
.cqbx879l {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--c-white);
  letter-spacing: -0.5px;
}
.cqbx879l span { color: var(--c-red); }
.bmmfr {
  font-size: .7rem;
  color: var(--c-muted);
  display: block;
  margin-top: -4px;
}
.kht5g { display: flex; align-items: center; gap: 4px; }
.kht5g a {
  color: var(--c-silver);
  font-size: .9rem;
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}
.kht5g a:hover,
.kht5g a.active { color: var(--c-white); background: rgba(232,0,29,.15); }
.o5vlp2 {
  display: flex;
  align-items: center;
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 24px;
  padding: 6px 16px;
  gap: 8px;
  flex: 0 0 220px;
}
.o5vlp2 input {
  background: none;
  border: none;
  outline: none;
  color: var(--c-text);
  font-size: .85rem;
  width: 100%;
}
.o5vlp2 input::placeholder { color: var(--c-muted); }
.o5vlp2 button {
  background: none;
  color: var(--c-muted);
  font-size: 1rem;
  padding: 0;
  transition: color var(--transition);
}
.o5vlp2 button:hover { color: var(--c-red); }
.i5uxv63k {
  display: none;
  background: none;
  color: var(--c-white);
  font-size: 1.4rem;
  padding: 4px;
}

/* ---------- 英雄区 ---------- */
.aa3nap9 {
  position: relative;
  height: 580px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hxs17 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(.5);
  transition: transform 8s ease;
}
.aa3nap9:hover .hxs17 { transform: scale(1.04); }
.m8r3g {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13,13,13,.85) 40%, transparent 100%);
}
.navfz {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.rh7pj8wf {
  font-size: .8rem;
  letter-spacing: 3px;
  color: var(--c-red);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rh7pj8wf::before {
  content: '';
  width: 30px;
  height: 2px;
  background: var(--c-red);
}
.iahbdj {
  font-size: 3rem;
  font-weight: 900;
  color: var(--c-white);
  line-height: 1.15;
  margin-bottom: 20px;
}
.iahbdj em { color: var(--c-red); font-style: normal; }
.z0bveg1o {
  color: var(--c-silver);
  font-size: 1rem;
  margin-bottom: 32px;
  line-height: 1.8;
}
.eoutd { display: flex; gap: 14px; flex-wrap: wrap; }
.lefzb {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.t1j012 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--c-white);
}
.t1j012 span { color: var(--c-red); }
.u4szeoc7 { font-size: .8rem; color: var(--c-muted); }

/* ---------- 搜索栏（首页独立） ---------- */
.wld7kf {
  background: var(--c-panel);
  border-bottom: 1px solid var(--c-border);
  padding: 20px 0;
}
.puiht4 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--c-dark);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 12px 20px;
  max-width: 700px;
  margin: 0 auto;
}
.puiht4 input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--c-text);
  font-size: 1rem;
}
.puiht4 input::placeholder { color: var(--c-muted); }
.puiht4 button {
  background: var(--c-red);
  color: #fff;
  padding: 8px 20px;
  border-radius: var(--radius);
  font-size: .9rem;
  font-weight: 600;
  transition: background var(--transition);
}
.puiht4 button:hover { background: var(--c-red2); }

/* ---------- 视频卡片网格 ---------- */
.npjg2e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.kt196y0 {
  background: var(--c-panel);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--c-border);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.kt196y0:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.6);
  border-color: var(--c-red);
}
.n6rz8s {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #111;
}
.n6rz8s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.kt196y0:hover .n6rz8s img { transform: scale(1.06); }
.xph20bw1 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: opacity var(--transition);
}
.kt196y0:hover .xph20bw1 { opacity: 1; }
.oqpvo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--c-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: 0 4px 20px rgba(232,0,29,.5);
  transform: scale(.85);
  transition: transform var(--transition);
}
.kt196y0:hover .oqpvo { transform: scale(1); }
.pokadwa {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: .75rem;
  padding: 2px 7px;
  border-radius: 4px;
}
.jof2cts {
  position: absolute;
  top: 8px;
  left: 10px;
}
.yip2by5 { padding: 14px; }
.uofk7gc {
  font-size: .95rem;
  font-weight: 600;
  color: var(--c-white);
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.j7mm2qg1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem;
  color: var(--c-muted);
}
.wu65a { display: flex; gap: 12px; align-items: center; }
.uafle { display: flex; align-items: center; gap: 4px; }

/* ---------- 特色视频（大卡片） ---------- */
.grp71et6 {
  background: var(--c-panel);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--c-border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.gtgzy5x {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.gtgzy5x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t5y8uzg {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ldr89dl {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--c-white);
  line-height: 1.4;
}

/* ---------- 分类导航 ---------- */
.ncfax4 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.wobyzyf5 {
  padding: 8px 20px;
  border-radius: 24px;
  font-size: .85rem;
  font-weight: 600;
  background: var(--c-panel);
  color: var(--c-muted);
  border: 1px solid var(--c-border);
  transition: all var(--transition);
}
.wobyzyf5:hover,
.wobyzyf5.active {
  background: var(--c-red);
  color: #fff;
  border-color: var(--c-red);
}

/* ---------- AI 功能卡片 ---------- */
.noeziog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.d7z09 {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 28px 24px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.d7z09::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c-red), var(--c-gold));
  opacity: 0;
  transition: opacity var(--transition);
}
.d7z09:hover { border-color: var(--c-red); transform: translateY(-3px); }
.d7z09:hover::before { opacity: 1; }
.rg52gmt {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(232,0,29,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
  border: 1px solid rgba(232,0,29,.2);
}
.c8fvmm { font-size: 1.05rem; font-weight: 700; color: var(--c-white); margin-bottom: 10px; }
.grl7v7 { font-size: .875rem; color: var(--c-muted); line-height: 1.7; }

/* ---------- 专家展示 ---------- */
.kq4hs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}
.hogajvdu {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
}
.hogajvdu:hover { border-color: var(--c-red); transform: translateY(-3px); }
.tykp3s {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--c-red);
}
.hpoe6g { font-size: 1.05rem; font-weight: 700; color: var(--c-white); margin-bottom: 4px; }
.eaxvnswr { font-size: .8rem; color: var(--c-red); margin-bottom: 12px; }
.b19bgu39 { font-size: .85rem; color: var(--c-muted); line-height: 1.6; margin-bottom: 16px; }
.gcve5we { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 16px; }
.c6k8br { display: flex; gap: 10px; justify-content: center; }
.j5z3u8 {
  padding: 6px 14px;
  border-radius: var(--radius);
  font-size: .8rem;
  font-weight: 600;
  border: 1px solid var(--c-border);
  color: var(--c-silver);
  transition: all var(--transition);
}
.j5z3u8:hover { border-color: var(--c-red); color: var(--c-red); }

/* ---------- 合作品牌墙 ---------- */
.p8qhby {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.ikr69z7 {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  font-weight: 600;
  color: var(--c-muted);
  transition: all var(--transition);
  min-height: 70px;
}
.ikr69z7:hover { border-color: var(--c-red); color: var(--c-white); }

/* ---------- 用户评论 ---------- */
.gz8mmt {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.o1rdo78 {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 24px;
  transition: border-color var(--transition);
}
.o1rdo78:hover { border-color: rgba(232,0,29,.4); }
.x6uol { color: var(--c-gold); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.kxp10qh { font-size: .9rem; color: var(--c-text); line-height: 1.7; margin-bottom: 16px; }
.iaq6t59 { display: flex; align-items: center; gap: 12px; }
.rzandv {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: .9rem;
  flex-shrink: 0;
}
.g8mshvpu { font-size: .9rem; font-weight: 600; color: var(--c-white); }
.gj406o6e { font-size: .75rem; color: var(--c-muted); }

/* ---------- FAQ ---------- */
.jllda { display: flex; flex-direction: column; gap: 12px; }
.phovpl {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color var(--transition);
}
.phovpl.open { border-color: var(--c-red); }
.nrqf3kow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  font-size: .95rem;
  font-weight: 600;
  color: var(--c-white);
  gap: 16px;
}
.nrqf3kow:hover { color: var(--c-red); }
.qxo521ji {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  color: var(--c-muted);
  flex-shrink: 0;
  transition: all var(--transition);
}
.phovpl.open .qxo521ji { background: var(--c-red); border-color: var(--c-red); color: #fff; transform: rotate(45deg); }
.lr0ckrz {
  display: none;
  padding: 0 22px 18px;
  font-size: .9rem;
  color: var(--c-muted);
  line-height: 1.8;
}
.phovpl.open .lr0ckrz { display: block; }

/* ---------- 联系我们 ---------- */
.iwkop2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.zu28r {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 32px;
}
.zu28r h3 { font-size: 1.1rem; color: var(--c-white); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--c-border); }
.u01txj { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; }
.rqb7i { font-size: 1.1rem; color: var(--c-red); flex-shrink: 0; margin-top: 2px; }
.qbiaz85u { font-size: .8rem; color: var(--c-muted); }
.wgtvpb { font-size: .9rem; color: var(--c-text); }
.eo2o8ddq { display: flex; gap: 20px; margin-top: 16px; }
.aef3tma { text-align: center; }
.lt3m3 {
  width: 90px;
  height: 90px;
  background: var(--c-dark);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  color: var(--c-muted);
  margin-bottom: 6px;
}
.mc8urw { font-size: .75rem; color: var(--c-muted); }

/* ---------- 社区功能 ---------- */
.bz5ugege {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.xjuc8w {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  transition: all var(--transition);
}
.xjuc8w:hover { border-color: var(--c-red); transform: translateY(-3px); }
.ae8uivx { font-size: 2rem; margin-bottom: 12px; }
.uxn4cy87 { font-size: .95rem; font-weight: 600; color: var(--c-white); margin-bottom: 6px; }
.ny2hn { font-size: .8rem; color: var(--c-muted); }

/* ---------- 分享按钮 ---------- */
.faypc {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.ke9bzmc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: .8rem;
  font-weight: 600;
  border: 1px solid var(--c-border);
  color: var(--c-silver);
  background: var(--c-panel);
  transition: all var(--transition);
}
.ke9bzmc:hover { border-color: var(--c-red); color: var(--c-red); }
.ke9bzmc.uwet9:hover  { border-color: #07c160; color: #07c160; }
.ke9bzmc.viqboe:hover   { border-color: #e6162d; color: #e6162d; }
.ke9bzmc.mrukst9:hover  { border-color: #00f2ea; color: #00f2ea; }
.ke9bzmc.m71v9t:hover{ border-color: #00a1d6; color: #00a1d6; }

/* ---------- 面包屑 ---------- */
.iwzem4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: var(--c-muted);
  padding: 16px 0;
  flex-wrap: wrap;
}
.iwzem4 a { color: var(--c-muted); }
.iwzem4 a:hover { color: var(--c-red); }
.gxugylji { color: var(--c-border); }
.qp6xqvu9 { color: var(--c-text); }

/* ---------- 页脚 ---------- */
.jsppqfzg {
  background: var(--c-dark);
  border-top: 1px solid var(--c-border);
  padding: 60px 0 0;
}
.x0sth {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--c-border);
}
.mxk7t .cqbx879l { font-size: 1.3rem; margin-bottom: 14px; display: block; }
.mxk7t p { font-size: .875rem; color: var(--c-muted); line-height: 1.8; margin-bottom: 20px; }
.txc3sw h4 { font-size: .95rem; font-weight: 700; color: var(--c-white); margin-bottom: 16px; }
.txc3sw ul li { margin-bottom: 10px; }
.txc3sw ul li a { font-size: .875rem; color: var(--c-muted); transition: color var(--transition); }
.txc3sw ul li a:hover { color: var(--c-red); }
.b5wb0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: .8rem;
  color: var(--c-muted);
  flex-wrap: wrap;
  gap: 10px;
}
.b5wb0 a { color: var(--c-muted); }
.b5wb0 a:hover { color: var(--c-red); }

/* ---------- 页面内视频播放器 ---------- */
.eivgju {
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.eivgju video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------- 弹幕区 ---------- */
.awp76v1d {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}
.zt05f7 { display: flex; gap: 10px; }
.gwlpvz4 {
  flex: 1;
  background: var(--c-dark);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 10px 14px;
  color: var(--c-text);
  font-size: .9rem;
  outline: none;
}
.gwlpvz4:focus { border-color: var(--c-red); }

/* ---------- 侧边栏 ---------- */
.sxskyvq7 { display: grid; grid-template-columns: 1fr 300px; gap: 32px; }
.sidebar { display: flex; flex-direction: column; gap: 24px; }
.n0rg4onv {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  padding: 20px;
}
.n0rg4onv h4 { font-size: .95rem; font-weight: 700; color: var(--c-white); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--c-border); }
.frzac6 li { padding: 10px 0; border-bottom: 1px solid var(--c-border); }
.frzac6 li:last-child { border-bottom: none; }
.frzac6 a { font-size: .875rem; color: var(--c-text); display: flex; justify-content: space-between; align-items: center; }
.frzac6 a:hover { color: var(--c-red); }
.c5vt00o { font-size: .75rem; color: var(--c-muted); }

/* ---------- 统计数字 ---------- */
.xzpah {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: var(--c-panel);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid var(--c-border);
}
.qmctpfxf { text-align: center; }
.wyzk8mug {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--c-white);
  line-height: 1;
  margin-bottom: 8px;
}
.wyzk8mug em { color: var(--c-red); font-style: normal; }
.dnyfn { font-size: .8rem; color: var(--c-muted); }

/* ---------- 懒加载 ---------- */
.lazy { opacity: 0; transition: opacity .5s; }
.lazy.ehvgy8 { opacity: 1; }

/* ---------- 动画 ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.yakbi8ur { animation: fadeUp .6s ease both; }

@keyframes pulse-red {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232,0,29,.4); }
  50%       { box-shadow: 0 0 0 8px rgba(232,0,29,0); }
}
.sbv09 { animation: pulse-red 2s infinite; }

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
  .x0sth { grid-template-columns: 1fr 1fr; }
  .iwkop2 { grid-template-columns: 1fr; }
  .sxskyvq7 { grid-template-columns: 1fr; }
  .grp71et6 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .iahbdj { font-size: 2rem; }
  .aa3nap9 { height: 440px; }
  .lefzb { gap: 20px; }
  .kht5g { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--c-dark); padding: 16px; border-bottom: 1px solid var(--c-border); z-index: 999; }
  .kht5g.open { display: flex; }
  .i5uxv63k { display: block; }
  .o5vlp2 { display: none; }
  .xzpah { grid-template-columns: repeat(2, 1fr); }
  .x0sth { grid-template-columns: 1fr; }
  .section { padding: 48px 0; }
  .xs5dp1bz { font-size: 1.6rem; }
  .npjg2e { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
@media (max-width: 480px) {
  .iahbdj { font-size: 1.6rem; }
  .aa3nap9 { height: 380px; }
  .eoutd { flex-direction: column; }
  .npjg2e { grid-template-columns: 1fr; }
  .xzpah { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 20px; }
}
