/* djpei4bcmeyy | v9.2 */
/* ===== 全局变量与基础样式 ===== */
: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;
}
/* m8un6o */
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);
}
/* 4mvrow5ck */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

.obxndz7 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 6pxi4r288 */
.obxndz7 .u5ru0qz4ao {
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

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

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

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

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

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

.el-wzxi1o {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

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

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

._ozo0uy {
  display: flex;
  list-style: none;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-light);
  flex-wrap: wrap;
}

._ozo0uy li::after {
  content: '>';
  margin-left: 8px;
  color: var(--border);
}

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

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

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

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

.css-f7iue8::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;
}
/* 7ur1kzc9r */
@keyframes heroFloat {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, -20px); }
}

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

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

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

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

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

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

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

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

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

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

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

.css-uq3o0c::placeholder {
  color: rgba(255,255,255,0.5);
}

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

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

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

.sc-pai2hc {
  background: var(--dark);
  color: var(--white);
}

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

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

.sc-pai2hc ._cwud18xp h2 {
  color: var(--white);
}

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

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

.sc-pai2hc ._cwud18xp p {
  color: rgba(255,255,255,0.7);
}

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

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

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

.el-l328ck .el-s1x24s {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
/* w4d1810yw */
.el-l328ck .el-s1x24s img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

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

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

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

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

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

.vsey5b9zk8 {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: var(--shadow);
}
/* r2crb */
.vsey5b9zk8 img {
  width: 100%;
  height: auto;
}

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

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

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

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

.css-el3bbb:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}
/* pldvbnak */
.css-el3bbb img {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 12px;
}

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

/* ===== 用户评价 ===== */
.tw-6zcq20 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
/* pag88q2k */
.xx1ypmc50 {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

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

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

.tw-d4tq2l h4 {
  font-size: 0.95rem;
  color: var(--dark);
}

.tw-d4tq2l ._yfyy887 {
  color: var(--warning);
  font-size: 0.85rem;
}

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

.css-nulebn {
  background: var(--white);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
}
/* 6zeln7afhh */
.exalep41jh {
  padding: 18px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--dark);
  transition: var(--transition);
}

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

.exalep41jh .u7sgwlsele {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary);
}

.css-nulebn.active .u7sgwlsele {
  transform: rotate(45deg);
}

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

.css-nulebn.active .el-kresln {
  padding: 0 25px 20px;
  max-height: 500px;
}

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

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

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

._ejqvhcoc:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
/* 7o513 */
._ejqvhcoc .css-u2zkf2 {
  height: 160px;
  overflow: hidden;
}
/* 44axb */
._ejqvhcoc .css-u2zkf2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

._ejqvhcoc:hover .css-u2zkf2 img {
  transform: scale(1.05);
}

._ejqvhcoc .c80brqpx {
  padding: 20px;
}

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

._ejqvhcoc h3 {
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.5;
}
/* gc3ku */
._ejqvhcoc p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.6;
}

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

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

.st-xdsgmm .sc-eov907 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

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

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

.s4br151cz 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;
}
/* 8ngnih7t4 */
.s4br151cz a:hover {
  background: var(--primary);
}
/* eg4re0go */
.st-fmvcgs h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 600;
}

.st-fmvcgs ul {
  list-style: none;
}

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

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

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

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

.xs9qcct4p p {
  font-size: 0.85rem;
}

.xs9qcct4p .msjuant {
  display: flex;
  gap: 20px;
}

.xs9qcct4p .msjuant a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
}

.xs9qcct4p .msjuant a:hover {
  color: var(--white);
}

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

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

.tw-i65853 .cnk4qa4 {
  position: relative;
  z-index: 2;
}

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

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

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

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

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

.tw-tjqcm2 p {
  margin-bottom: 15px;
  line-height: 1.9;
  color: var(--text);
}
/* akxt7d3h */
.css-77rk5i {
  background: var(--white);
  border-radius: var(--radius);
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid var(--primary);
  box-shadow: var(--shadow);
}

.css-77rk5i .css-wornqu {
  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;
}
/* z1frr */
.css-77rk5i h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--dark);
}

.css-77rk5i p {
  color: var(--text-light);
  margin-bottom: 10px;
}

.css-77rk5i img {
  border-radius: var(--radius-sm);
  margin-top: 10px;
  box-shadow: var(--shadow);
}
/* u4x3 */
._bxajsk {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin: 20px 0;
}
/* w5guk45 */
._bxajsk h4 {
  color: #856404;
  margin-bottom: 8px;
}

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

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

.sc-mn0ngi {
  margin-top: 40px;
}

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

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

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

._mvetup38 .ctwgsva {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 8px;
}
/* goqgu */
._mvetup38 p {
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.7;
}

.tw-u1vpte {
  margin-top: 40px;
}

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

.d8jznq6 {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
}

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

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

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

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

.sxg43r50 h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--dark);
}
/* pcdqr6 */
.sxg43r50 p {
  margin-bottom: 15px;
  line-height: 1.9;
  color: var(--text);
}

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

.yvnnyzb {
  text-align: center;
}

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

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

/* ===== 隐私政策/联系页面 ===== */
.t3i13wp {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
/* hce89l5 */
.t3i13wp h2 {
  font-size: 1.5rem;
  color: var(--dark);
  margin: 30px 0 15px;
}

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

.t3i13wp p {
  margin-bottom: 15px;
  line-height: 1.9;
}

.t3i13wp ul {
  margin: 10px 0 20px 25px;
}

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

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

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

._q2zp94 h3 {
  margin-bottom: 15px;
}
/* 1dgo2 */
._q2zp94 p {
  margin-bottom: 10px;
}

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

.kktunxb {
  margin-bottom: 18px;
}

.kktunxb label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 0.9rem;
}

.kktunxb input,
.kktunxb 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);
}

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

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

/* ===== 移动端下载页 ===== */
._dtri4421 {
  text-align: center;
  padding: 50px 20px;
}
/* exscj */
.tw-kdmpna {
  max-width: 300px;
  margin: 30px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

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

.tw-0tgh43.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 1nc3dea */
.h31zyvd {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

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

/* ===== 响应式设计 ===== */
@media (max-width: 992px) {
  ._j5nvavr {
    grid-template-columns: repeat(2, 1fr);
  }
  .sc-sqqizc {
    grid-template-columns: repeat(3, 1fr);
  }
  .tw-6zcq20 {
    grid-template-columns: repeat(2, 1fr);
  }
  .taem8pxa5q {
    grid-template-columns: repeat(2, 1fr);
  }
/* w26e5 */  .jbtyrfs9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ojlgdzd {
    grid-template-columns: 1fr;
  }
  .tw-r94zdt {
    grid-template-columns: 1fr;
  }
  .q88wmovi1 {
    flex-direction: column;
  }
  ._unzgmg3p::after {
    display: none;
  }
  ._nw59ht24 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .f2qnf0s7 {
    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);
  }
  .f2qnf0s7.active {
    display: flex;
  }
  .el-wzxi1o {
    display: block;
  }
  .sc-l090cl h1 {
    font-size: 1.8rem;
  }
  ._p11zkn6 {
    flex-direction: column;
  }
  ._j5nvavr {
    grid-template-columns: 1fr;
  }
  .sc-sqqizc {
    grid-template-columns: repeat(3, 1fr);
  }
  .tw-6zcq20 {
    grid-template-columns: 1fr;
  }
/* at3dmmvm */  .taem8pxa5q {
    grid-template-columns: 1fr;
  }
  .jbtyrfs9 {
    grid-template-columns: 1fr;
  }
/* e3z9270c */  ._dvcxxep {
    padding: 50px 0;
  }
  ._cwud18xp h2 {
    font-size: 1.5rem;
  }
  ._nw59ht24 {
    grid-template-columns: 1fr;
  }
/* rfd9 */  .xs9qcct4p {
    flex-direction: column;
    text-align: center;
  }
}
/* 6cz4 */
@media (max-width: 480px) {
  .sc-sqqizc {
    grid-template-columns: repeat(2, 1fr);
  }
/* kjv7vaa */  .sc-l090cl h1 {
    font-size: 1.5rem;
  }
  .css-f7iue8 {
    padding: 50px 0;
  }
}

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

/* bmtxq0t80lgof7an */
