/* 16ijujxdm03n | v8.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);
}
/* v8x6g */
a:hover {
  color: var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== 横幅区域 ===== */
.iujabczf8k {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 50%, #0f3460 100%);
  color: var(--white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
/* 7541up */
.iujabczf8k::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); }
/* gs8p */  50% { transform: translate(30px, -20px); }
}

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

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

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

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

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

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

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

._pnnzitgj {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.4);
}
/* 5uixold9n */
._pnnzitgj:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.1);
  color: var(--white);
}
/* hn7d1 */
/* ===== 下载输入框 ===== */
._dmdy4tx0 {
  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;
}

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

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

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

._tsppl0eu:focus {
  border-color: var(--accent);
}
/* 8b49z06 */
/* ===== 通用区块 ===== */
._3zxj65 {
  padding: 70px 0;
  position: relative;
}

.tw-4h0cuy {
  background: var(--bg-alt);
}

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

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

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

._6tgdcqta ._xldkvia2 h2 {
  color: var(--white);
}

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

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

._6tgdcqta ._xldkvia2 p {
  color: rgba(255,255,255,0.7);
}

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

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

.sc-rur87g:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
/* rre3l642z */
.sc-rur87g .tw-qnaiu7 {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.sc-rur87g .tw-qnaiu7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ha370lrw */
.sc-rur87g h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--dark);
}

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

/* ===== 步骤展示区 ===== */
.gx33cgao {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
/* rr68gcol */
.sc-f8g1s2 {
  flex: 1;
  text-align: center;
  position: relative;
}

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

.sc-f8g1s2:last-child::after {
  display: none;
}
/* ih57lde4 */
._hxm8y0j6 {
  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;
}

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

.st-md0rj9 img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.st-5mswae .iy7l54c {
  color: var(--warning);
  font-size: 0.85rem;
}

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

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

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

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

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

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

.t9jin5w6c.active .ie7jmq7bmh {
  transform: rotate(45deg);
}
/* y024xqi1 */
._xqtbahsv {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.t9jin5w6c.active ._xqtbahsv {
  padding: 0 25px 20px;
  max-height: 500px;
}
/* 7iesdpb */
._xqtbahsv p {
  color: var(--text-light);
  line-height: 1.8;
}
/* nswd */
/* ===== 博客/新闻 ===== */
.f7jjnt14qd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

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

.css-pv659n:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
/* uvafmazgug */
.css-pv659n .p0vp4ifyy {
  height: 160px;
  overflow: hidden;
}

.css-pv659n .p0vp4ifyy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.css-pv659n:hover .p0vp4ifyy img {
  transform: scale(1.05);
}
/* xko79y4 */
.css-pv659n ._ih5upn {
  padding: 20px;
}

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

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

.css-pv659n p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.6;
}
/* qz55 */
/* ===== 页脚 ===== */
.xh6sqe2n7b {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 60px 0 30px;
}

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

._27t8em ._hre6f2u {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}
/* grm1x6 */
._27t8em p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

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

.css-r9eo1k 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;
}

.css-r9eo1k a:hover {
  background: var(--primary);
}
/* 73u25c */
.tw-7s9n3h h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 600;
}
/* dhq7 */
.tw-7s9n3h ul {
  list-style: none;
}

.tw-7s9n3h ul li {
  margin-bottom: 10px;
}

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

.tw-7s9n3h ul a:hover {
  color: var(--white);
}

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

._3m3yy4fd p {
  font-size: 0.85rem;
}
/* puawk */
._3m3yy4fd ._lkyrzp {
  display: flex;
  gap: 20px;
}
/* c8j58qk7tu */
._3m3yy4fd ._lkyrzp a {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
}

._3m3yy4fd ._lkyrzp a:hover {
  color: var(--white);
}

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

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

.ulwvcd5n3m ._9bgt5pyj {
  position: relative;
  z-index: 2;
}

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

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

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

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

.f02r5vk h3 {
  font-size: 1.2rem;
  color: var(--dark);
  margin: 25px 0 10px;
}
/* mysf7 */
.f02r5vk p {
  margin-bottom: 15px;
  line-height: 1.9;
  color: var(--text);
}

.tw-3yrj03 {
  background: var(--white);
  border-radius: var(--radius);
  padding: 25px;
  margin-bottom: 20px;
  border-left: 4px solid var(--primary);
  box-shadow: var(--shadow);
}
/* 8yr0 */
.tw-3yrj03 ._3zawdcif {
  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;
}

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

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

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

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

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

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

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

.el-funfn7 h3 {
  margin-bottom: 15px;
}
/* o2jtku */
._mn98ps {
  margin-top: 40px;
}

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

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

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

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

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

.el-plaepu {
  margin-top: 40px;
}
/* cvl0k1we */
.wgqqwpz8qr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

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

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

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

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

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

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

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

.st-2ppbof {
  text-align: center;
}

.st-2ppbof .sc-nvveih {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}

.st-2ppbof .st-mj4mnt {
  font-size: 0.85rem;
  color: var(--text-light);
}

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

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

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

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

.j2ruhf8mam ul {
  margin: 10px 0 20px 25px;
}
/* wwxa0inxyi */
.j2ruhf8mam ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.twwx3hxna {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
}
/* bj0e5f */
.el-17lcoq {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.el-17lcoq h3 {
  margin-bottom: 15px;
}

.el-17lcoq p {
  margin-bottom: 10px;
}

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

.tw-iwifph {
  margin-bottom: 18px;
}
/* q2j6jy */
.tw-iwifph label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 0.9rem;
}
/* s63ey */
.tw-iwifph input,
.tw-iwifph 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);
}

.tw-iwifph input:focus,
.tw-iwifph textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(67,97,238,0.1);
}
/* 57nso */
.tw-iwifph textarea {
  height: 120px;
  resize: vertical;
}

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

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

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

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

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

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

.f2omqiuj.visible {
  opacity: 1;
  transform: translateX(0);
}
/* 8i1x */
/* ===== 响应式设计 ===== */
@media (max-width: 992px) {
  .jcpzv2sib {
    grid-template-columns: repeat(2, 1fr);
  }
  .st-s94iti {
    grid-template-columns: repeat(3, 1fr);
  }
  .dyufh0cj {
    grid-template-columns: repeat(2, 1fr);
  }
  .f7jjnt14qd {
    grid-template-columns: repeat(2, 1fr);
  }
  .dg9k3v7v21 {
    grid-template-columns: repeat(2, 1fr);
  }
  .dh1ubtex {
    grid-template-columns: 1fr;
  }
  .twwx3hxna {
    grid-template-columns: 1fr;
  }
  .gx33cgao {
    flex-direction: column;
  }
  .sc-f8g1s2::after {
    display: none;
  }
  .wgqqwpz8qr {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  ._4hnbzwq {
    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);
  }
  ._4hnbzwq.active {
    display: flex;
  }
  .k6clqhtl1h {
    display: block;
  }
  ._fj0awo h1 {
    font-size: 1.8rem;
  }
  ._d9x9zbpn {
    flex-direction: column;
  }
  .jcpzv2sib {
    grid-template-columns: 1fr;
  }
  .st-s94iti {
    grid-template-columns: repeat(3, 1fr);
  }
  .dyufh0cj {
    grid-template-columns: 1fr;
  }
  .f7jjnt14qd {
    grid-template-columns: 1fr;
  }
/* jfsx91j79 */  .dg9k3v7v21 {
    grid-template-columns: 1fr;
  }
  ._3zxj65 {
    padding: 50px 0;
  }
  ._xldkvia2 h2 {
    font-size: 1.5rem;
  }
/* glemfavf */  .wgqqwpz8qr {
    grid-template-columns: 1fr;
  }
  ._3m3yy4fd {
    flex-direction: column;
    text-align: center;
  }
/* hjsgw */}

@media (max-width: 480px) {
  .st-s94iti {
    grid-template-columns: repeat(2, 1fr);
  }
  ._fj0awo h1 {
    font-size: 1.5rem;
  }
  .iujabczf8k {
    padding: 50px 0;
  }
/* xsxpl */}

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

/* xrqk4wtp0iu9fcwa */
