/* p1kjql3lmlea | v8.57 */
/* ===== 全局变量与基础样式 ===== */
: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;
}

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

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

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

.el-9l5l20 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._nyc72h93 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
/* yd9ml */
._nyc72h93 .pp1ju31 {
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
/* esuav */
._nyc72h93 .pp1ju31 svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

.x58e9p8cz3 {
  display: flex;
  list-style: none;
  gap: 30px;
}
/* wfqpn0tl */
.x58e9p8cz3 a {
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 0;
  position: relative;
}

.x58e9p8cz3 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}
/* 50z30qsf */
.x58e9p8cz3 a:hover::after,
.x58e9p8cz3 a.active::after {
  width: 100%;
}

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

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

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

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

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

.st-au2zfa a {
  color: var(--text-light);
}
/* ol2rihm */
.st-au2zfa a:hover {
  color: var(--primary);
}

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

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

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

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

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

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

.sc-vw517h {
  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;
}
/* dtyuz */
._41yk831 {
  background: var(--accent);
  color: var(--white);
}

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

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

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

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

.css-b8muiv {
  display: flex;
  gap: 12px;
}

.st-9y3byh {
  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);
}

.st-9y3byh::placeholder {
  color: rgba(255,255,255,0.5);
}

.st-9y3byh:focus {
  border-color: var(--accent);
}

/* ===== 通用区块 ===== */
.el-8qb2ey {
  padding: 70px 0;
  position: relative;
}
/* o51hawuw */
.sc-2odpbq {
  background: var(--bg-alt);
}

.qm1ef5wauv {
  background: var(--dark);
  color: var(--white);
}
/* 7drt0 */
.css-l9l8dc {
  text-align: center;
  margin-bottom: 50px;
}

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

.qm1ef5wauv .css-l9l8dc h2 {
  color: var(--white);
}

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

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

.qm1ef5wauv .css-l9l8dc p {
  color: rgba(255,255,255,0.7);
}

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

.el-jkwion {
  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-jkwion:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.el-jkwion .tw-eerzbe {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.el-jkwion .tw-eerzbe img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-gnl90k .css-zws5ey {
  color: var(--warning);
  font-size: 0.85rem;
}

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

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

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

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

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

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

._gj1gdicl.active ._bcjky6 {
  transform: rotate(45deg);
}

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

._gj1gdicl.active .w1zhxji {
  padding: 0 25px 20px;
  max-height: 500px;
}

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

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

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

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

.sc-t2i4uf .ou5os2nd {
  height: 160px;
  overflow: hidden;
}

.sc-t2i4uf .ou5os2nd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.sc-t2i4uf:hover .ou5os2nd img {
  transform: scale(1.05);
}

.sc-t2i4uf .qhtvlvmt8m {
  padding: 20px;
}

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

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

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

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

._e04gt9m8 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* 4fu20mrd */
.css-8drblo ._6bbboz {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.css-8drblo p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
/* 43sitbeh */
._ry8898 {
  display: flex;
  gap: 12px;
}
/* 8lryrix */
._ry8898 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;
}

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

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

.pfkn1mvxo ul {
  list-style: none;
}

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

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

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

.css-1z2i0m {
  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;
}

.css-1z2i0m p {
  font-size: 0.85rem;
}

.css-1z2i0m .g6eagbe {
  display: flex;
  gap: 20px;
}

.css-1z2i0m .g6eagbe a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
}

.css-1z2i0m .g6eagbe a:hover {
  color: var(--white);
}

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

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

.jhfi6qm .tw-fd7pas {
  position: relative;
  z-index: 2;
}

.jhfi6qm h1 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 12px;
}
/* zkvtm84 */
.jhfi6qm p {
  color: rgba(255,255,255,0.8);
  font-size: 1.05rem;
}

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

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

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

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

._68hpuam .tw-l4x2rd {
  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;
}

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

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

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

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

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

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

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

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

.st-7282nj {
  margin-top: 40px;
}

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

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

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

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

.css-okoxgg {
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

._9z7qsl1a {
  text-align: center;
}

._9z7qsl1a .ma6idgz6 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}
/* fqdzzhva46 */
._9z7qsl1a ._k041gxrp {
  font-size: 0.85rem;
  color: var(--text-light);
}

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

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

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

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

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

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

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

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

.css-iunv5r h3 {
  margin-bottom: 15px;
}

.css-iunv5r p {
  margin-bottom: 10px;
}

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

.sc-b5u1v5 {
  margin-bottom: 18px;
}

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

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

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

.sc-b5u1v5 textarea {
  height: 120px;
  resize: vertical;
}

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

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

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

.el-3tskgp.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

/* ===== 响应式设计 ===== */
@media (max-width: 992px) {
  .gs2mab6sb {
    grid-template-columns: repeat(2, 1fr);
  }
/* iff1p */  .st-8li0ax {
    grid-template-columns: repeat(3, 1fr);
  }
  ._j1rgx1pa {
    grid-template-columns: repeat(2, 1fr);
  }
/* 7u5bpevvng */  .ft3dhypy2y {
    grid-template-columns: repeat(2, 1fr);
  }
/* mjmqm0 */  ._e04gt9m8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .el-1r31zc {
    grid-template-columns: 1fr;
  }
  .css-o1vbmc {
    grid-template-columns: 1fr;
  }
/* bqg7zb */  .sc-fcrrdv {
    flex-direction: column;
  }
  .mahdvccv::after {
    display: none;
  }
  ._h1vw6b {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .x58e9p8cz3 {
    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);
  }
/* rnkqybca */  .x58e9p8cz3.active {
    display: flex;
  }
/* vun4 */  ._me7ph7 {
    display: block;
  }
  ._xrsy5k6 h1 {
    font-size: 1.8rem;
  }
/* my5di476z3 */  .css-b8muiv {
    flex-direction: column;
  }
  .gs2mab6sb {
    grid-template-columns: 1fr;
  }
  .st-8li0ax {
    grid-template-columns: repeat(3, 1fr);
  }
  ._j1rgx1pa {
    grid-template-columns: 1fr;
  }
  .ft3dhypy2y {
    grid-template-columns: 1fr;
  }
  ._e04gt9m8 {
    grid-template-columns: 1fr;
  }
  .el-8qb2ey {
    padding: 50px 0;
  }
  .css-l9l8dc h2 {
    font-size: 1.5rem;
  }
  ._h1vw6b {
    grid-template-columns: 1fr;
  }
/* ex8gb8 */  .css-1z2i0m {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .st-8li0ax {
    grid-template-columns: repeat(2, 1fr);
  }
  ._xrsy5k6 h1 {
    font-size: 1.5rem;
  }
  ._aft03a {
    padding: 50px 0;
  }
/* 9ab9k2nkys */}
/* zpuqor */
/* ===== 懒加载占位 ===== */
img[loading="lazy"] {
  background: var(--bg-alt);
  min-height: 50px;
}

/* p5nzxf1vrkv37nvb */
