/* ============================================================
   抖音揭秘 改装 - 原创汽车改装主题样式
   配色：碳纤维黑 #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; }
.sg3azut {
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-white);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.sg3azut::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--c-red);
  margin-top: 8px;
}
.vqg2yb3 {
  color: var(--c-muted);
  font-size: .95rem;
  margin-bottom: 40px;
}
.vg0nnzn8 {
  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);
}
.vg0nnzn8.v444cd { background: rgba(192,192,192,.1); color: var(--c-silver); border-color: rgba(192,192,192,.3); }
.vg0nnzn8.ly6si   { 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);
}
.p7zgmxx5 {
  background: var(--c-red);
  color: #fff;
}
.p7zgmxx5:hover { background: var(--c-red2); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(232,0,29,.4); }
.e51fii {
  background: transparent;
  color: var(--c-silver);
  border: 1px solid var(--c-border);
}
.e51fii:hover { border-color: var(--c-red); color: var(--c-red); }
.bnzvv9yh { padding: 8px 18px; font-size: .85rem; }

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

/* ---------- 导航 ---------- */
.haag7y {
  background: rgba(13,13,13,.97);
  border-bottom: 1px solid var(--c-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}
.oasrsg3g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 20px;
}
.rs0zj {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.rs0zj img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--c-red);
}
.qrif6oz {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--c-white);
  letter-spacing: -0.5px;
}
.qrif6oz span { color: var(--c-red); }
.nm7x0 {
  font-size: .7rem;
  color: var(--c-muted);
  display: block;
  margin-top: -4px;
}
.eazkv { display: flex; align-items: center; gap: 4px; }
.eazkv a {
  color: var(--c-silver);
  font-size: .9rem;
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
}
.eazkv a:hover,
.eazkv a.active { color: var(--c-white); background: rgba(232,0,29,.15); }
.n9azeo {
  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;
}
.n9azeo input {
  background: none;
  border: none;
  outline: none;
  color: var(--c-text);
  font-size: .85rem;
  width: 100%;
}
.n9azeo input::placeholder { color: var(--c-muted); }
.n9azeo button {
  background: none;
  color: var(--c-muted);
  font-size: 1rem;
  padding: 0;
  transition: color var(--transition);
}
.n9azeo button:hover { color: var(--c-red); }
.re3c234 {
  display: none;
  background: none;
  color: var(--c-white);
  font-size: 1.4rem;
  padding: 4px;
}

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

/* ---------- 搜索栏（首页独立） ---------- */
.oq8x0kg {
  background: var(--c-panel);
  border-bottom: 1px solid var(--c-border);
  padding: 20px 0;
}
.h2t0spq3 {
  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;
}
.h2t0spq3 input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--c-text);
  font-size: 1rem;
}
.h2t0spq3 input::placeholder { color: var(--c-muted); }
.h2t0spq3 button {
  background: var(--c-red);
  color: #fff;
  padding: 8px 20px;
  border-radius: var(--radius);
  font-size: .9rem;
  font-weight: 600;
  transition: background var(--transition);
}
.h2t0spq3 button:hover { background: var(--c-red2); }

/* ---------- 视频卡片网格 ---------- */
.gcvbap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.ev1rz {
  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);
}
.ev1rz:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,.6);
  border-color: var(--c-red);
}
.tk8hna88 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #111;
}
.tk8hna88 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.ev1rz:hover .tk8hna88 img { transform: scale(1.06); }
.phpvd {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: opacity var(--transition);
}
.ev1rz:hover .phpvd { opacity: 1; }
.h19zl {
  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);
}
.ev1rz:hover .h19zl { transform: scale(1); }
.trda8y {
  position: absolute;
  bottom: 8px;
  right: 10px;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: .75rem;
  padding: 2px 7px;
  border-radius: 4px;
}
.x2t25ua7 {
  position: absolute;
  top: 8px;
  left: 10px;
}
.pdv4c { padding: 14px; }
.y5vh2 {
  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;
}
.auc8zst {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .8rem;
  color: var(--c-muted);
}
.gepa1mg { display: flex; gap: 12px; align-items: center; }
.t8yajv { display: flex; align-items: center; gap: 4px; }

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

/* ---------- 分类导航 ---------- */
.ngk9hcf1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.v1dzn5 {
  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);
}
.v1dzn5:hover,
.v1dzn5.active {
  background: var(--c-red);
  color: #fff;
  border-color: var(--c-red);
}

/* ---------- AI 功能卡片 ---------- */
.rhz75n1z {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.rhanjfih {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 28px 24px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.rhanjfih::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);
}
.rhanjfih:hover { border-color: var(--c-red); transform: translateY(-3px); }
.rhanjfih:hover::before { opacity: 1; }
.i7v34j {
  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);
}
.fplzbjfy { font-size: 1.05rem; font-weight: 700; color: var(--c-white); margin-bottom: 10px; }
.j8oop { font-size: .875rem; color: var(--c-muted); line-height: 1.7; }

/* ---------- 专家展示 ---------- */
.bytlht1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}
.zx03jah {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
}
.zx03jah:hover { border-color: var(--c-red); transform: translateY(-3px); }
.v9b4e {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--c-red);
}
.h64g7u { font-size: 1.05rem; font-weight: 700; color: var(--c-white); margin-bottom: 4px; }
.bsccztx { font-size: .8rem; color: var(--c-red); margin-bottom: 12px; }
.y658g { font-size: .85rem; color: var(--c-muted); line-height: 1.6; margin-bottom: 16px; }
.mb2yi { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 16px; }
.ef909q8d { display: flex; gap: 10px; justify-content: center; }
.m450izhx {
  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);
}
.m450izhx:hover { border-color: var(--c-red); color: var(--c-red); }

/* ---------- 合作品牌墙 ---------- */
.z6q3m004 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.fnwm0w9 {
  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;
}
.fnwm0w9:hover { border-color: var(--c-red); color: var(--c-white); }

/* ---------- 用户评论 ---------- */
.k43guwo {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.lfl0rag {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 24px;
  transition: border-color var(--transition);
}
.lfl0rag:hover { border-color: rgba(232,0,29,.4); }
.a1t83us { color: var(--c-gold); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.j19kkvf8 { font-size: .9rem; color: var(--c-text); line-height: 1.7; margin-bottom: 16px; }
.f9kh5r { display: flex; align-items: center; gap: 12px; }
.vk9gs {
  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;
}
.lbos7 { font-size: .9rem; font-weight: 600; color: var(--c-white); }
.bbbgm { font-size: .75rem; color: var(--c-muted); }

/* ---------- FAQ ---------- */
.uehmx { display: flex; flex-direction: column; gap: 12px; }
.c22o448h {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color var(--transition);
}
.c22o448h.open { border-color: var(--c-red); }
.c34b38 {
  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;
}
.c34b38:hover { color: var(--c-red); }
.pckz89yr {
  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);
}
.c22o448h.open .pckz89yr { background: var(--c-red); border-color: var(--c-red); color: #fff; transform: rotate(45deg); }
.mty02u {
  display: none;
  padding: 0 22px 18px;
  font-size: .9rem;
  color: var(--c-muted);
  line-height: 1.8;
}
.c22o448h.open .mty02u { display: block; }

/* ---------- 联系我们 ---------- */
.kzg8u {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.h9cjrvz {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  padding: 32px;
}
.h9cjrvz h3 { font-size: 1.1rem; color: var(--c-white); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--c-border); }
.wm1c42 { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; }
.rxtp02w { font-size: 1.1rem; color: var(--c-red); flex-shrink: 0; margin-top: 2px; }
.tk9kx { font-size: .8rem; color: var(--c-muted); }
.pt9yr5 { font-size: .9rem; color: var(--c-text); }
.ptjte5 { display: flex; gap: 20px; margin-top: 16px; }
.ebpgu { text-align: center; }
.fedfgtbv {
  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;
}
.l2yzfjg { font-size: .75rem; color: var(--c-muted); }

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

/* ---------- 分享按钮 ---------- */
.liote {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.ddqhsmk {
  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);
}
.ddqhsmk:hover { border-color: var(--c-red); color: var(--c-red); }
.ddqhsmk.irqzs:hover  { border-color: #07c160; color: #07c160; }
.ddqhsmk.s19pp3o:hover   { border-color: #e6162d; color: #e6162d; }
.ddqhsmk.g5nct4v5:hover  { border-color: #00f2ea; color: #00f2ea; }
.ddqhsmk.nhi7d:hover{ border-color: #00a1d6; color: #00a1d6; }

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

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

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

/* ---------- 弹幕区 ---------- */
.w0l4y {
  background: var(--c-panel);
  border: 1px solid var(--c-border);
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}
.vug2n { display: flex; gap: 10px; }
.ndpdy8u {
  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;
}
.ndpdy8u:focus { border-color: var(--c-red); }

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

/* ---------- 统计数字 ---------- */
.se4b4yls {
  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);
}
.je613 { text-align: center; }
.vzgkzjb {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--c-white);
  line-height: 1;
  margin-bottom: 8px;
}
.vzgkzjb em { color: var(--c-red); font-style: normal; }
.fhu9o { font-size: .8rem; color: var(--c-muted); }

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

/* ---------- 动画 ---------- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.wbf3bxsb { 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); }
}
.vnvxc4tw { animation: pulse-red 2s infinite; }

/* ---------- 响应式 ---------- */
@media (max-width: 1024px) {
  .rp90l1nl { grid-template-columns: 1fr 1fr; }
  .kzg8u { grid-template-columns: 1fr; }
  .pyrq5 { grid-template-columns: 1fr; }
  .srk3tw1 { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .lfsttzm { font-size: 2rem; }
  .r9a32 { height: 440px; }
  .mqx17 { gap: 20px; }
  .eazkv { 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; }
  .eazkv.open { display: flex; }
  .re3c234 { display: block; }
  .n9azeo { display: none; }
  .se4b4yls { grid-template-columns: repeat(2, 1fr); }
  .rp90l1nl { grid-template-columns: 1fr; }
  .section { padding: 48px 0; }
  .sg3azut { font-size: 1.6rem; }
  .gcvbap { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
@media (max-width: 480px) {
  .lfsttzm { font-size: 1.6rem; }
  .r9a32 { height: 380px; }
  .pcake { flex-direction: column; }
  .gcvbap { grid-template-columns: 1fr; }
  .se4b4yls { grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 20px; }
}
