/* 6gi8y0cuvscv | v3.54 */
/* ===== 全局变量与基础样式 ===== */
:root {
  --primary: #4361ee;
  --primary-dark: #3451de;
  --accent: #e94560;
  --accent-dark: #d93550;
  --success: #28a745;
  --warning: #ffc107;
  --dark: #1a1a2e;
  --dark-light: #16213e;
  --text: #2d3436;
  --text-light: #636e72;
  --bg: #f8f9fa;
  --bg-alt: #f0f4f8;
  --white: #ffffff;
  --border: #e9ecef;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
  --font-main: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  color: var(--text);
  background: var(--bg);
  line-height: 1.8;
  overflow-x: hidden;
}

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

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.css-y8hxya {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== 干扰标签区块样式 - 肉眼不可见 ===== */
._7ybuva {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* ===== 导航栏 ===== */
.mmroa8dtqw {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 15px 0;
  position: relative;
  z-index: 100;
}

.m1oodew33w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._djmao7qq {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

._djmao7qq .yqcq5krkmn {
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

._djmao7qq .yqcq5krkmn svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

.dxsd5lg1w {
  display: flex;
  list-style: none;
  gap: 30px;
}

.dxsd5lg1w a {
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 0;
  position: relative;
}

.dxsd5lg1w a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}

.dxsd5lg1w a:hover::after,
.dxsd5lg1w a.active::after {
  width: 100%;
}

.st-uvlybn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.st-uvlybn span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
  transition: var(--transition);
}

/* ===== 面包屑导航 ===== */
._sjq34svi {
  padding: 12px 0;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
}

.tw-xh369q {
  display: flex;
  list-style: none;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-light);
  flex-wrap: wrap;
}
/* ptc0 */
.tw-xh369q li::after {
  content: '>';
  margin-left: 8px;
  color: var(--border);
}

.tw-xh369q li:last-child::after {
  display: none;
}

.tw-xh369q a {
  color: var(--text-light);
}

.tw-xh369q a:hover {
  color: var(--primary);
}
/* bxoqdgyr */
/* ===== 横幅区域 ===== */
.st-fumm59 {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 50%, #0f3460 100%);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.st-fumm59::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(67,97,238,0.1) 0%, transparent 70%);
  animation: heroFloat 15s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -20px); }
}

.st-thwpf7 {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.st-thwpf7 h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}

.st-thwpf7 p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 35px;
  line-height: 1.8;
}

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

._6jp69j {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-decoration: none;
}
/* 4y99 */
._u5fv25 {
  background: var(--accent);
  color: var(--white);
}

._u5fv25:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233,69,96,0.4);
  color: var(--white);
}

.znb40myv {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}

.znb40myv:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.1);
  color: var(--white);
}
/* h9und2dep */
/* ===== 下载输入框 ===== */
._s5o843 {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  padding: 25px;
  margin-top: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

._0pmssf {
  display: flex;
  gap: 12px;
}

.c0n93vq {
  flex: 1;
  padding: 14px 20px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.1);
  color: var(--white);
  font-size: 1rem;
  outline: none;
  transition: var(--transition);
}

.c0n93vq::placeholder {
  color: rgba(255,255,255,0.5);
}

.c0n93vq:focus {
  border-color: var(--accent);
}
/* elsq0 */
/* ===== 通用区块 ===== */
._mgyemw {
  padding: 70px 0;
  position: relative;
}

.css-6ce4m6 {
  background: var(--bg-alt);
}

.tw-fain6w {
  background: var(--dark);
  color: var(--white);
}

.sfzdzl7y7 {
  text-align: center;
  margin-bottom: 50px;
}

.sfzdzl7y7 h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--dark);
}

.tw-fain6w .sfzdzl7y7 h2 {
  color: var(--white);
}

.sfzdzl7y7 h2 span {
  color: var(--primary);
}

.sfzdzl7y7 p {
  color: var(--text-light);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.tw-fain6w .sfzdzl7y7 p {
  color: rgba(255,255,255,0.7);
}

/* ===== 功能模块 ===== */
.sc-oxt6nw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

._72vgr66c {
  background: var(--white);
  border-radius: var(--radius);
  padding: 35px 25px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border);
}
/* hnvus9jsb7 */
._72vgr66c:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

._72vgr66c ._q0wfau91 {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

._72vgr66c ._q0wfau91 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

._72vgr66c h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--dark);
}

._72vgr66c p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ===== 步骤展示区 ===== */
._o8u5ah {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.st-t2gazk {
  flex: 1;
  text-align: center;
  position: relative;
}
/* bvezaap3 */
.st-t2gazk::after {
  content: '';
  position: absolute;
  top: 100px;
  right: -15px;
  width: 30px;
  height: 2px;
  background: var(--border);
}

.st-t2gazk:last-child::after {
  display: none;
}

.opm8vyjld {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto 15px;
}

.el-3r966l {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: var(--shadow);
}

.el-3r966l img {
  width: 100%;
  height: auto;
}

.st-t2gazk h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--dark);
}
/* qhjzpclcko */
.st-t2gazk p {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* ===== 平台入口 ===== */
._96fek85z {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.b059ukwozs {
  background: var(--white);
  border-radius: var(--radius);
  padding: 25px 15px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border);
}

.b059ukwozs:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.b059ukwozs img {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 12px;
}

.b059ukwozs h4 {
  font-size: 0.9rem;
  color: var(--dark);
}

/* ===== 用户评价 ===== */
.bks7r8ou {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.css-ftnd5h {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.pe43p3pi12 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

._347qhq {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.st-0kc3zl h4 {
  font-size: 0.95rem;
  color: var(--dark);
}

.st-0kc3zl .mc5fcvn {
  color: var(--warning);
  font-size: 0.85rem;
}

.css-ftnd5h p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
}
/* bw9a */
/* ===== 常见问题 ===== */
.hqk92fzvs {
  max-width: 800px;
  margin: 0 auto;
}

.el-9464ev {
  background: var(--white);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
}

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

._b1km9qz:hover {
  color: var(--primary);
}

._b1km9qz .css-zpg0un {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary);
}

.el-9464ev.active .css-zpg0un {
  transform: rotate(45deg);
}

.uwcpgks2s {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.el-9464ev.active .uwcpgks2s {
  padding: 0 25px 20px;
  max-height: 500px;
}

.uwcpgks2s p {
  color: var(--text-light);
  line-height: 1.8;
}

/* ===== 博客/新闻 ===== */
._3gfjite {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.sc-xieeub {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border);
}

.sc-xieeub:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
/* ipk43i9 */
.sc-xieeub ._5wfz64 {
  height: 160px;
  overflow: hidden;
}
/* xx6tip4 */
.sc-xieeub ._5wfz64 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
/* rfa7c8p8y7 */
.sc-xieeub:hover ._5wfz64 img {
  transform: scale(1.05);
}
/* etnq */
.sc-xieeub .el-o2sm91 {
  padding: 20px;
}

.sc-xieeub .tw-vx3odn {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 8px;
}

.sc-xieeub h3 {
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.5;
}

.sc-xieeub p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* ===== 页脚 ===== */
.tw-axrpg6 {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 60px 0 30px;
}

.muvnb026 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.ibbzr29o .m1n1vz3ay {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.ibbzr29o p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.tw-76f06g {
  display: flex;
  gap: 12px;
}

.tw-76f06g a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: var(--transition);
  font-size: 0.85rem;
}

.tw-76f06g a:hover {
  background: var(--primary);
}

.el-xnxtbk h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 600;
}

.el-xnxtbk ul {
  list-style: none;
}

.el-xnxtbk ul li {
  margin-bottom: 10px;
}

.el-xnxtbk ul a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}

.el-xnxtbk ul a:hover {
  color: var(--white);
}

.m34gs20bh {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
/* ts5s */
.m34gs20bh p {
  font-size: 0.85rem;
}

.m34gs20bh ._wjjj79 {
  display: flex;
  gap: 20px;
}

.m34gs20bh ._wjjj79 a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
}
/* 0m6o52 */
.m34gs20bh ._wjjj79 a:hover {
  color: var(--white);
}
/* eh2djn9 */
/* ===== 内页样式 ===== */
._n7pyfo {
  padding: 50px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

._n7pyfo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26,26,46,0.7);
}

._n7pyfo .css-y8hxya {
  position: relative;
  z-index: 2;
}

._n7pyfo h1 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 12px;
}

._n7pyfo p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
}

/* ===== 教程页面 ===== */
.cx688w6llq {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.cx688w6llq h2 {
  font-size: 1.5rem;
  color: var(--dark);
  margin: 35px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
}

.cx688w6llq h3 {
  font-size: 1.2rem;
  color: var(--dark);
  margin: 25px 0 10px;
}

.cx688w6llq p {
  margin-bottom: 15px;
  line-height: 1.9;
  color: var(--text);
}

.sc-v95trj {
  background: var(--white);
  border-radius: var(--radius);
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid var(--primary);
  box-shadow: var(--shadow);
}

.sc-v95trj .el-dq3fng {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.sc-v95trj h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--dark);
}

.sc-v95trj p {
  color: var(--text-light);
  margin-bottom: 10px;
}

.sc-v95trj img {
  border-radius: var(--radius-sm);
  margin-top: 10px;
  box-shadow: var(--shadow);
}

._72i5x0uz {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin: 20px 0;
}

._72i5x0uz h4 {
  color: #856404;
  margin-bottom: 8px;
}

._72i5x0uz p {
  color: #856404;
  margin-bottom: 0;
}

._l1yq8i {
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  margin: 30px 0;
  border: 2px dashed var(--primary);
}

._l1yq8i h3 {
  margin-bottom: 15px;
}

.ef0yxp4i {
  margin-top: 40px;
}

.st-c3dzxx {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.st-c3dzxx img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tw-01fiet h5 {
  font-size: 0.9rem;
  color: var(--dark);
  margin-bottom: 5px;
}
/* j2z3qihq */
.tw-01fiet .st-cmk1sw {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 8px;
}
/* yjtt */
.tw-01fiet p {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.7;
}

.el-c2d5qr {
  margin-top: 40px;
}

.el-z9v4pe {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* iiapa */
.nlw4p42 {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
}

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

.nlw4p42 h4 {
  font-size: 0.95rem;
  color: var(--dark);
  margin-bottom: 8px;
}

.nlw4p42 p {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ===== 关于页面 ===== */
.css-vlzvyc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

._wd7a7v h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--dark);
}

._wd7a7v p {
  margin-bottom: 15px;
  line-height: 1.9;
  color: var(--text);
}

._z51ustx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.vmyyh54 {
  text-align: center;
}

.vmyyh54 ._pqihabo {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}

.vmyyh54 .vw0f5idec {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ===== 隐私政策/联系页面 ===== */
.sc-7o8ka3 {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sc-7o8ka3 h2 {
  font-size: 1.5rem;
  color: var(--dark);
  margin: 30px 0 15px;
}

.sc-7o8ka3 h3 {
  font-size: 1.2rem;
  color: var(--dark);
  margin: 20px 0 10px;
}

.sc-7o8ka3 p {
  margin-bottom: 15px;
  line-height: 1.9;
}
/* 9lx13jiaq2 */
.sc-7o8ka3 ul {
  margin: 10px 0 20px 25px;
}

.sc-7o8ka3 ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}

._jh1dv9n {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}

.x43f0ty2 {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.x43f0ty2 h3 {
  margin-bottom: 15px;
}

.x43f0ty2 p {
  margin-bottom: 10px;
}

.cpgrxnunqe {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.st-3duwt9 {
  margin-bottom: 18px;
}
/* dguqenllz */
.st-3duwt9 label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 0.9rem;
}

.st-3duwt9 input,
.st-3duwt9 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: var(--font-main);
  transition: var(--transition);
}
/* lfi6lqihi */
.st-3duwt9 input:focus,
.st-3duwt9 textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(67,97,238,0.1);
}

.st-3duwt9 textarea {
  height: 120px;
  resize: vertical;
}

/* ===== 移动端下载页 ===== */
.tw-qvwjy4 {
  text-align: center;
  padding: 50px 20px;
}

._bs4svt {
  max-width: 300px;
  margin: 30px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

/* ===== 动画效果 ===== */
.sc-oj7ktw {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* 9di4r5d */
.sc-oj7ktw.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

/* ===== 响应式设计 ===== */
@media (max-width: 992px) {
  .sc-oxt6nw {
    grid-template-columns: repeat(2, 1fr);
  }
/* 8xv08 */  ._96fek85z {
    grid-template-columns: repeat(3, 1fr);
  }
  .bks7r8ou {
    grid-template-columns: repeat(2, 1fr);
  }
  ._3gfjite {
    grid-template-columns: repeat(2, 1fr);
  }
  .muvnb026 {
    grid-template-columns: repeat(2, 1fr);
  }
  .css-vlzvyc {
    grid-template-columns: 1fr;
  }
  ._jh1dv9n {
    grid-template-columns: 1fr;
  }
  ._o8u5ah {
    flex-direction: column;
  }
  .st-t2gazk::after {
    display: none;
  }
  .el-z9v4pe {
    grid-template-columns: repeat(2, 1fr);
  }
/* kya2phaxw */}

@media (max-width: 768px) {
  .dxsd5lg1w {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px;
    gap: 15px;
    box-shadow: var(--shadow);
    border-top: 1px solid var(--border);
  }
  .dxsd5lg1w.active {
    display: flex;
  }
  .st-uvlybn {
    display: block;
  }
  .st-thwpf7 h1 {
    font-size: 1.8rem;
  }
  ._0pmssf {
    flex-direction: column;
  }
  .sc-oxt6nw {
    grid-template-columns: 1fr;
  }
  ._96fek85z {
    grid-template-columns: repeat(3, 1fr);
  }
  .bks7r8ou {
    grid-template-columns: 1fr;
  }
  ._3gfjite {
    grid-template-columns: 1fr;
  }
  .muvnb026 {
    grid-template-columns: 1fr;
  }
/* e9bq5u99 */  ._mgyemw {
    padding: 50px 0;
  }
  .sfzdzl7y7 h2 {
    font-size: 1.5rem;
  }
  .el-z9v4pe {
    grid-template-columns: 1fr;
  }
  .m34gs20bh {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  ._96fek85z {
    grid-template-columns: repeat(2, 1fr);
  }
  .st-thwpf7 h1 {
    font-size: 1.5rem;
  }
  .st-fumm59 {
    padding: 50px 0;
  }
}

/* ===== 懒加载占位 ===== */
img[loading="lazy"] {
  background: var(--bg-alt);
  min-height: 50px;
}

/* 5bl351r4erd5tzxg */
