/* cnmam4phg8zc | v1.31 */
/* ===== 全局变量与基础样式 ===== */
: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);
}
/* 9thpc3fadp */
a:hover {
  color: var(--accent);
}

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

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

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

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

.zu449skp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* urciit0 */
._i6ykxzl {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
/* x1tp */
._i6ykxzl .kucb7o2zk {
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xu7lsh2s h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}
/* 4g6nr05003 */
.xu7lsh2s p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 35px;
  line-height: 1.8;
}

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

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

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

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

.wld4oslt {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}
/* gal66o */
.wld4oslt:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.1);
  color: var(--white);
}

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

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

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

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

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

/* ===== 通用区块 ===== */
._1kblbgy {
  padding: 70px 0;
  position: relative;
}
/* hbmdhom3 */
.hdptc1h8 {
  background: var(--bg-alt);
}
/* d1c15 */
._v6uvwu {
  background: var(--dark);
  color: var(--white);
}

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

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

._v6uvwu ._6ao3j9 h2 {
  color: var(--white);
}

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

._6ao3j9 p {
  color: var(--text-light);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}
/* ku0esr */
._v6uvwu ._6ao3j9 p {
  color: rgba(255,255,255,0.7);
}

/* ===== 功能模块 ===== */
.sc-37pnhh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
/* vvkyhw */
.tw-2zyp6n {
  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);
}

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

.tw-2zyp6n .tw-i7bh0z {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.tw-2zyp6n .tw-i7bh0z img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tw-2zyp6n h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--dark);
}
/* me6s745 */
.tw-2zyp6n p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
}

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

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

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

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

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

.tw-yia62g img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

.bpeqqpkv img {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 12px;
}
/* n8kl */
.bpeqqpkv h4 {
  font-size: 0.9rem;
  color: var(--dark);
}

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

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

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

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

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

._euj439 ._hxyo9a {
  color: var(--warning);
  font-size: 0.85rem;
}

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

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

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

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

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

.atb6lab3n7 .sc-du8vqw {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary);
}

.tw-8gakmd.active .sc-du8vqw {
  transform: rotate(45deg);
}
/* 9k2e8s */
.el-gzzk82 {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.tw-8gakmd.active .el-gzzk82 {
  padding: 0 25px 20px;
  max-height: 500px;
}
/* sisvj */
.el-gzzk82 p {
  color: var(--text-light);
  line-height: 1.8;
}

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

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

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

.el-a39www .rttv3g2 {
  height: 160px;
  overflow: hidden;
}

.el-a39www .rttv3g2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.el-a39www:hover .rttv3g2 img {
  transform: scale(1.05);
}
/* 9g6gzyvtk */
.el-a39www ._v0vnwfnf {
  padding: 20px;
}

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

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

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

/* ===== 页脚 ===== */
._48e66pm {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 60px 0 30px;
}
/* h000xgef */
.gosxn5u2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

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

._krfvn5 p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
/* wm5aj3 */
.st-k9p8oc {
  display: flex;
  gap: 12px;
}
/* c4pa9hw */
.st-k9p8oc 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;
}

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

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

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

.st-dncm5i ul li {
  margin-bottom: 10px;
}
/* zsl8fy */
.st-dncm5i ul a {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}

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

.el-q448ym {
  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;
}
/* 2idf4516f */
.el-q448ym p {
  font-size: 0.85rem;
}

.el-q448ym ._h5xn9pfr {
  display: flex;
  gap: 20px;
}
/* ltbcy */
.el-q448ym ._h5xn9pfr a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
}

.el-q448ym ._h5xn9pfr a:hover {
  color: var(--white);
}

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

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

.tw-g4q0da ._taq29n {
  position: relative;
  z-index: 2;
}
/* qkgyf1xa5p */
.tw-g4q0da h1 {
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 12px;
}

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

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

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

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

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

.el-t13gri .xg16ido1c {
  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;
}
/* kt9x */
.el-t13gri h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--dark);
}

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

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

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

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

._o9sh7eo7 p {
  color: #856404;
  margin-bottom: 0;
}
/* kllmwq */
.x79ze78 {
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  margin: 30px 0;
  border: 2px dashed var(--primary);
}

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

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

.joccp757y1 {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
/* 0jam */
.joccp757y1 img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

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

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

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

.h1g87i3 {
  margin-top: 40px;
}

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

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

._pdn6qt:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
/* xlwqdyfq2 */
._pdn6qt h4 {
  font-size: 0.95rem;
  color: var(--dark);
  margin-bottom: 8px;
}

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

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

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

.zssjoph5 p {
  margin-bottom: 15px;
  line-height: 1.9;
  color: var(--text);
}
/* bvw46ed7zc */
._6h7miu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.css-q4g7r9 {
  text-align: center;
}

.css-q4g7r9 .j279jupse {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}

.css-q4g7r9 .v7r1cvmf {
  font-size: 0.85rem;
  color: var(--text-light);
}

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

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

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

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

.st-kovkj9 ul {
  margin: 10px 0 20px 25px;
}

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

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

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

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

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

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

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

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

.sc-x5wf26 input,
.sc-x5wf26 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-x5wf26 input:focus,
.sc-x5wf26 textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(67,97,238,0.1);
}

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

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

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

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

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

.st-vkzkg0.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 3unaxbxck */
._gw5gs5d {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._gw5gs5d.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 1tjkoqs */
/* ===== 响应式设计 ===== */
@media (max-width: 992px) {
  .sc-37pnhh {
    grid-template-columns: repeat(2, 1fr);
  }
  ._r3zz44m {
    grid-template-columns: repeat(3, 1fr);
  }
  .tw-daayx3 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._0e4dmaz {
    grid-template-columns: repeat(2, 1fr);
  }
  .gosxn5u2 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._gltj8m {
    grid-template-columns: 1fr;
  }
  .zqedzjme {
    grid-template-columns: 1fr;
  }
  .sc-okkles {
    flex-direction: column;
  }
  .tw-d96q7q::after {
    display: none;
  }
  ._1g7ysy {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nlq5krr6t {
    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);
  }
  .nlq5krr6t.active {
    display: flex;
  }
  ._od0ijioa {
    display: block;
  }
  .xu7lsh2s h1 {
    font-size: 1.8rem;
  }
  .uidnyw0 {
    flex-direction: column;
  }
  .sc-37pnhh {
    grid-template-columns: 1fr;
  }
  ._r3zz44m {
    grid-template-columns: repeat(3, 1fr);
  }
  .tw-daayx3 {
    grid-template-columns: 1fr;
  }
  ._0e4dmaz {
    grid-template-columns: 1fr;
  }
  .gosxn5u2 {
    grid-template-columns: 1fr;
  }
  ._1kblbgy {
    padding: 50px 0;
  }
  ._6ao3j9 h2 {
    font-size: 1.5rem;
  }
  ._1g7ysy {
    grid-template-columns: 1fr;
  }
  .el-q448ym {
    flex-direction: column;
    text-align: center;
  }
}

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

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

/* y8uvsqgl0jwdtz3k */
