/* 8tce3itf3rg7 | v5.8 */
/* ===== 全局变量与基础样式 ===== */
: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;
}
/* wddqvu */
*, *::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;
}

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

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

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

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

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

.eu70f1h8y .tw-erphks {
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
/* h0a092 */
.eu70f1h8y .tw-erphks svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
/* fwmrmcrtrq */
.yd4jogqm4 {
  display: flex;
  list-style: none;
  gap: 30px;
}

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

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

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

._327f11x {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

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

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

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

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

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

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

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

.kwxrb7ckfu::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); }
}

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

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

.lhwhmrdw p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 35px;
  line-height: 1.8;
}
/* 5kbyt */
.css-hrakac {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

._14admgaw {
  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;
}

.ouj51lw {
  background: var(--accent);
  color: var(--white);
}

.ouj51lw:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233,69,96,0.4);
  color: var(--white);
}
/* npi9kn */
.sc-7r7vsu {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}

.sc-7r7vsu:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.1);
  color: var(--white);
}

/* ===== 下载输入框 ===== */
._w4l1wojq {
  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;
}

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

.css-pubf4g {
  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);
}
/* 402u8qe71w */
.css-pubf4g::placeholder {
  color: rgba(255,255,255,0.5);
}

.css-pubf4g:focus {
  border-color: var(--accent);
}

/* ===== 通用区块 ===== */
.sc-aj3prd {
  padding: 70px 0;
  position: relative;
}

.el-l0eh31 {
  background: var(--bg-alt);
}

.st-ink06l {
  background: var(--dark);
  color: var(--white);
}

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

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

.st-ink06l .sc-io3r30 h2 {
  color: var(--white);
}

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

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

.st-ink06l .sc-io3r30 p {
  color: rgba(255,255,255,0.7);
}

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

.fjmra4cj6 {
  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);
}

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

.fjmra4cj6 .uk1r40gao {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.fjmra4cj6 .uk1r40gao img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

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

._mvfim4 {
  flex: 1;
  text-align: center;
  position: relative;
}

._mvfim4::after {
  content: '';
  position: absolute;
  top: 100px;
  right: -15px;
  width: 30px;
  height: 2px;
  background: var(--border);
}

._mvfim4:last-child::after {
  display: none;
}

.sc-rzy74z {
  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;
}
/* m3ltua5po */
.f5s0i30pm {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: var(--shadow);
}

.f5s0i30pm img {
  width: 100%;
  height: auto;
}

._mvfim4 h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--dark);
}

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

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

.i156k34yo {
  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);
}

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

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

.i156k34yo h4 {
  font-size: 0.9rem;
  color: var(--dark);
}
/* wvxmjl */
/* ===== 用户评价 ===== */
.st-84qsto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

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

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

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

.sc-dnzcq6 h4 {
  font-size: 0.95rem;
  color: var(--dark);
}
/* qucx1ffu8 */
.sc-dnzcq6 ._q6n07xp {
  color: var(--warning);
  font-size: 0.85rem;
}

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

/* ===== 常见问题 ===== */
.rg8068m {
  max-width: 800px;
  margin: 0 auto;
}

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

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

.f61ljmq:hover {
  color: var(--primary);
}
/* dnu7y */
.f61ljmq .k9p546t {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary);
}
/* w13tm */
._vahk76x.active .k9p546t {
  transform: rotate(45deg);
}

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

._vahk76x.active ._7ljfq0 {
  padding: 0 25px 20px;
  max-height: 500px;
}

._7ljfq0 p {
  color: var(--text-light);
  line-height: 1.8;
}
/* i4dpbpvp */
/* ===== 博客/新闻 ===== */
._tn74i2x2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

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

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

.gnlnzp6 .rrtjvfmpn {
  height: 160px;
  overflow: hidden;
}

.gnlnzp6 .rrtjvfmpn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
/* whnv0wdgc */
.gnlnzp6:hover .rrtjvfmpn img {
  transform: scale(1.05);
}

.gnlnzp6 .kb2h1iqyt {
  padding: 20px;
}

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

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

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

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

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

.tw-7dgmdb .j9j6kwhr18 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

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

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

._2auve0 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;
}

._2auve0 a:hover {
  background: var(--primary);
}

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

.hft7woe8w ul {
  list-style: none;
}

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

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

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

.st-7ps32b {
  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;
}

.st-7ps32b p {
  font-size: 0.85rem;
}

.st-7ps32b .qsr1s6h3wi {
  display: flex;
  gap: 20px;
}

.st-7ps32b .qsr1s6h3wi a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
}

.st-7ps32b .qsr1s6h3wi a:hover {
  color: var(--white);
}

/* ===== 内页样式 ===== */
.ih5skse9q {
  padding: 50px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

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

.ih5skse9q ._ujbuot {
  position: relative;
  z-index: 2;
}

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

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

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

.hg245vxty h2 {
  font-size: 1.5rem;
  color: var(--dark);
  margin: 35px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border);
}
/* 0nafjvi8o */
.hg245vxty h3 {
  font-size: 1.2rem;
  color: var(--dark);
  margin: 25px 0 10px;
}

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

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

.st-hi5omm .drlta0al {
  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;
}

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

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

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

.r8j2yxyd3 {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin: 20px 0;
}
/* 7iq5sjd622 */
.r8j2yxyd3 h4 {
  color: #856404;
  margin-bottom: 8px;
}

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

.kec5p33e2 {
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  margin: 30px 0;
  border: 2px dashed var(--primary);
}
/* ran98l */
.kec5p33e2 h3 {
  margin-bottom: 15px;
}

.dp6p0ue {
  margin-top: 40px;
}

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

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

._bgzibbi h5 {
  font-size: 0.9rem;
  color: var(--dark);
  margin-bottom: 5px;
}

._bgzibbi .el-7r0jcd {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 8px;
}

._bgzibbi p {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.7;
}

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

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

.sc-u3vsvh {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
}
/* a0ndlf */
.sc-u3vsvh:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

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

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

/* ===== 关于页面 ===== */
.r3f8u5yhgi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
/* e9iaf1i */
.tw-lxxc37 h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--dark);
}

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

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

._z97heuf {
  text-align: center;
}

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

._z97heuf .el-b43fkk {
  font-size: 0.85rem;
  color: var(--text-light);
}

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

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

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

._ky42nc p {
  margin-bottom: 15px;
  line-height: 1.9;
}
/* dju3acjwz */
._ky42nc ul {
  margin: 10px 0 20px 25px;
}

._ky42nc ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}

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

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

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

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

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

._xp8vce {
  margin-bottom: 18px;
}

._xp8vce label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 0.9rem;
}
/* 3ek6ogco */
._xp8vce input,
._xp8vce 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);
}

._xp8vce input:focus,
._xp8vce textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(67,97,238,0.1);
}

._xp8vce textarea {
  height: 120px;
  resize: vertical;
}

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

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

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

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

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

.tw-ydubml.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

/* ===== 响应式设计 ===== */
@media (max-width: 992px) {
  .st-oyvmn1 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._iuocnt {
    grid-template-columns: repeat(3, 1fr);
  }
  .st-84qsto {
    grid-template-columns: repeat(2, 1fr);
  }
  ._tn74i2x2 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._qks5lhj {
    grid-template-columns: repeat(2, 1fr);
  }
  .r3f8u5yhgi {
    grid-template-columns: 1fr;
  }
/* 9jrgwr9q1h */  .qzf4z618 {
    grid-template-columns: 1fr;
  }
  .i9di2ndm {
    flex-direction: column;
  }
/* kmbr */  ._mvfim4::after {
    display: none;
  }
  ._56y9gzo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .yd4jogqm4 {
    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);
  }
  .yd4jogqm4.active {
    display: flex;
  }
  ._327f11x {
    display: block;
  }
  .lhwhmrdw h1 {
    font-size: 1.8rem;
  }
  .z37mudky {
    flex-direction: column;
  }
  .st-oyvmn1 {
    grid-template-columns: 1fr;
  }
  ._iuocnt {
    grid-template-columns: repeat(3, 1fr);
  }
  .st-84qsto {
    grid-template-columns: 1fr;
  }
  ._tn74i2x2 {
    grid-template-columns: 1fr;
  }
  ._qks5lhj {
    grid-template-columns: 1fr;
  }
  .sc-aj3prd {
    padding: 50px 0;
  }
  .sc-io3r30 h2 {
    font-size: 1.5rem;
  }
  ._56y9gzo {
    grid-template-columns: 1fr;
  }
  .st-7ps32b {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  ._iuocnt {
    grid-template-columns: repeat(2, 1fr);
  }
  .lhwhmrdw h1 {
    font-size: 1.5rem;
  }
/* gd6l */  .kwxrb7ckfu {
    padding: 50px 0;
  }
}

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

/* ze33p9qndoqq18yx */
