/* dpufzyqrixpi | v1.95 */
/* ========================================
   全站样式 - 暗夜霓虹主题
   独特配色：深紫 + 霓虹粉 + 橙色渐变
   ======================================== */

/* CSS变量定义 */
:root {
  --bg-primary: #0d0b1a;
  --bg-secondary: #1a1530;
  --bg-card: #221d3a;
  --bg-card-hover: #2d2650;
  --text-primary: #f0edf7;
  --text-secondary: #b8b0d0;
  --text-muted: #8a80a8;
  --accent-pink: #ec4899;
  --accent-purple: #a855f7;
  --accent-orange: #f97316;
  --accent-blue: #6366f1;
  --gradient-main: linear-gradient(135deg, #6b21a8, #ec4899, #f97316);
  --gradient-card: linear-gradient(145deg, #221d3a, #1a1530);
  --gradient-btn: linear-gradient(90deg, #ec4899, #f97316);
  --border-color: rgba(168, 85, 247, 0.2);
  --shadow-glow: 0 0 20px rgba(236, 72, 153, 0.15);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --font-main: 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', sans-serif;
}

/* 全局重置 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
/* 6geq3pyrj */
body {
  font-family: var(--font-main);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.75;
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  color: var(--accent-pink);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--accent-orange);
}
/* 4t5hij2r2q */
/* 容器 */
._f5f9hkt4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ========== 导航栏 ========== */
._auiuht {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
  padding: 12px 0;
  position: relative;
  z-index: 100;
}

._rya9jp36 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.qvzcjig {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qvzcjig img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.qvzcjig span {
  font-size: 1.2rem;
  font-weight: 700;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 3b4jd1f */
.css-z5rfz9 {
  display: none;
  background: none;
  border: 2px solid var(--accent-purple);
  color: var(--text-primary);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.2rem;
}

._opbxfm87 {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

._opbxfm87 a {
  color: var(--text-secondary);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

._opbxfm87 a:hover,
._opbxfm87 a.active {
  color: var(--text-primary);
  background: rgba(168, 85, 247, 0.15);
}

/* ========== Hero区域 ========== */
.sc-jixa1k {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 60px 16px;
}

._okc7yul {
  position: absolute;
  inset: 0;
  z-index: 0;
}

._okc7yul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
/* vknjb32l */
._45lrwxj {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,11,26,0.6) 0%, rgba(13,11,26,0.95) 100%);
  z-index: 1;
}

.qv5i1l9mcw {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
}

.qv5i1l9mcw h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.qv5i1l9mcw p {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 28px;
  line-height: 1.8;
}

.sc-k1t6ny {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.st-77hcyj {
  background: rgba(168, 85, 247, 0.15);
  border: 1px solid var(--border-color);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* ========== 按钮 ========== */
._n3lm854 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-btn);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

._n3lm854:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(236, 72, 153, 0.35);
  color: #fff;
}

.sc-4num9l {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--accent-pink);
  padding: 11px 27px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid var(--accent-pink);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
/* glkfse */
.sc-4num9l:hover {
  background: var(--accent-pink);
  color: #fff;
}
/* 8p9p */
/* ========== 区块标题 ========== */
._q1u190qm {
  padding: 50px 0;
}

.tw-3owhhe {
  text-align: center;
  margin-bottom: 40px;
}

.tw-3owhhe h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.tw-3owhhe h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-btn);
  border-radius: 3px;
}

.tw-3owhhe p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 16px;
}

/* ========== 视频卡片网格 ========== */
._y7u3wcsl {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.gsnx9ff {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gsnx9ff:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}

.sc-ta13w4 {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.sc-ta13w4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
/* oym5fon5 */
.gsnx9ff:hover .sc-ta13w4 img {
  transform: scale(1.05);
}
/* 83tqqh9 */
.sc-p9hxwa {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 11, 26, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}
/* zb1ydjhh9 */
.gsnx9ff:hover .sc-p9hxwa {
  opacity: 1;
}

.sgbynla {
  width: 56px;
  height: 56px;
  background: var(--gradient-btn);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(236, 72, 153, 0.4);
}
/* lg6sju */
.sgbynla::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.xnbpjz0y {
  padding: 16px;
}

.xnbpjz0y h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.st-0nsj8q {
  display: flex;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.sc-k375z6 {
  display: inline-block;
  background: rgba(236, 72, 153, 0.12);
  color: var(--accent-pink);
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
  margin-top: 8px;
}

/* ========== 视频播放器模块 ========== */
._9j3yrp {
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 30px 0;
  border: 1px solid var(--border-color);
}

.sk0s44x {
  position: relative;
  aspect-ratio: 16/9;
  background: #000;
  cursor: pointer;
}

.sk0s44x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.j5e2ns6f {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i8fy07mv {
  width: 80px;
  height: 80px;
  background: var(--gradient-btn);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 30px rgba(236, 72, 153, 0.5);
  animation: pulse-glow 2s infinite;
}

.i8fy07mv::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 28px;
  border-color: transparent transparent transparent #fff;
  margin-left: 5px;
}

@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 6px 30px rgba(236, 72, 153, 0.5); }
  50% { box-shadow: 0 6px 50px rgba(236, 72, 153, 0.8); }
}

.h0q5cu8590 {
  padding: 24px;
}

.h0q5cu8590 h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}
/* jdh3e39zx6 */
.h0q5cu8590 p {
  color: var(--text-secondary);
  line-height: 1.9;
}

/* ========== 评论模块 ========== */
.bavk33mk0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.mneadby {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: transform 0.3s ease;
}

.mneadby:hover {
  transform: translateY(-3px);
}

.el-5ws95q {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.wqdfebq {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

._mpfrnwi h4 {
  font-size: 0.95rem;
  font-weight: 600;
}
/* lx38fx */
._mpfrnwi span {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.jjc94ydqs8 {
  color: #fbbf24;
  font-size: 0.9rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

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

.rtwklcbj {
  margin-top: 12px;
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ========== 注册模块 ========== */
.css-glkef8 {
  background: linear-gradient(135deg, var(--bg-secondary), rgba(107, 33, 168, 0.15));
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
}

.css-4ai6ek {
  max-width: 500px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.css-4ai6ek input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.css-4ai6ek input:focus {
  border-color: var(--accent-pink);
}

.css-4ai6ek input::placeholder {
  color: var(--text-muted);
}

/* ========== 授权模块 ========== */
.sc-ng49b6 {
  background: var(--bg-secondary);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.sc-2z5ewi {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
/* rniqk */
.st-sngizw {
  background: rgba(249, 115, 22, 0.08);
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 200px;
}

._yh5e1d1l {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background: var(--gradient-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.st-sngizw h4 {
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.st-sngizw p {
  font-size: 0.82rem;
  color: var(--text-muted);
}
/* x51sec9dbi */
/* ========== 上传模块 ========== */
.jipwltm3pw {
  border: 2px dashed var(--accent-purple);
  border-radius: var(--radius-lg);
  padding: 50px 30px;
  text-align: center;
  background: rgba(168, 85, 247, 0.04);
  transition: background 0.3s ease;
  cursor: pointer;
}
/* 772rxeddk */
.jipwltm3pw:hover {
  background: rgba(168, 85, 247, 0.08);
}

._v40hsb {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
}

.jipwltm3pw h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

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

/* ========== 新闻模块 ========== */
._x9tlzslk {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.css-pzxq93 {
  display: flex;
  gap: 16px;
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: transform 0.3s ease;
  align-items: center;
}

.css-pzxq93:hover {
  transform: translateX(4px);
}

.l4mzwrx17r {
  width: 120px;
  height: 80px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
}

.l4mzwrx17r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ow9xso6nr7 h3 {
  font-size: 0.95rem;
  margin-bottom: 6px;
  line-height: 1.4;
}

.ow9xso6nr7 p {
  font-size: 0.82rem;
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ow9xso6nr7 time {
  font-size: 0.75rem;
  color: var(--text-muted);
}
/* zznz */
/* ========== FAQ模块 ========== */
.css-6m1e6r {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._lvx3vj8 {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.lnt4dbmm {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.3s ease;
}

.lnt4dbmm:hover {
  background: rgba(168, 85, 247, 0.08);
}

.lnt4dbmm::after {
  content: '+';
  font-size: 1.3rem;
  color: var(--accent-pink);
  transition: transform 0.3s ease;
}

._lvx3vj8.open .lnt4dbmm::after {
  transform: rotate(45deg);
}

.ei5bpap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

._lvx3vj8.open .ei5bpap {
  max-height: 500px;
}
/* 9j12n7cvc */
.ua5i71rp9 {
  padding: 0 24px 18px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* ========== 关于我们 ========== */
.d2vd9y4sq2 {
  columns: 1;
  gap: 30px;
}

.d2vd9y4sq2 p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.9;
  break-inside: avoid;
}

.d2vd9y4sq2 h3 {
  font-size: 1.2rem;
  margin: 24px 0 12px;
  color: var(--text-primary);
}
/* ip9y */
/* ========== 客户支持 ========== */
.jxwal6t {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}

.ifs5pn3o {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  transition: transform 0.3s ease;
}
/* iqsem9 */
.ifs5pn3o:hover {
  transform: translateY(-3px);
}

.sc-mm423x {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

.ifs5pn3o h4 {
  font-size: 0.95rem;
  margin-bottom: 6px;
}
/* 587t0 */
.ifs5pn3o p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ========== 页脚 ========== */
.ofonhc1k6 {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-color);
  padding: 40px 0 20px;
  margin-top: 50px;
}

.wz14qjo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.st-ahzzmq h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  color: var(--text-primary);
  position: relative;
  padding-bottom: 8px;
}

.st-ahzzmq h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gradient-btn);
}
/* xh2r4qb20r */
.st-ahzzmq ul {
  list-style: none;
}

.st-ahzzmq ul li {
  margin-bottom: 8px;
}

.st-ahzzmq ul li a {
  color: var(--text-muted);
  font-size: 0.88rem;
  transition: color 0.3s ease;
}
/* 7eabn */
.st-ahzzmq ul li a:hover {
  color: var(--accent-pink);
}

.st-ahzzmq p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.7;
}

.z0ngcii6v {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.z0ngcii6v a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.z0ngcii6v a:hover {
  background: var(--gradient-btn);
  color: #fff;
}

._j143bv3w {
  border-top: 1px solid var(--border-color);
  padding-top: 20px;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.8rem;
}
/* dg7llc6e */
._j143bv3w a {
  color: var(--text-muted);
}

._j143bv3w a:hover {
  color: var(--accent-pink);
}

/* ========== 面包屑 ========== */
.tw-icv8lr {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* abwbxd */
.tw-icv8lr a {
  color: var(--text-muted);
}
/* 72oeiqrffw */
.tw-icv8lr a:hover {
  color: var(--accent-pink);
}

.tw-icv8lr span {
  margin: 0 6px;
}

/* ========== 内页样式 ========== */
.css-g3mzda {
  padding: 40px 16px;
  text-align: center;
  background: linear-gradient(180deg, var(--bg-secondary), var(--bg-primary));
}

.css-g3mzda h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
/* kpvintuv9 */
.css-g3mzda p {
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

._39ykmrez {
  padding: 30px 0;
}

._39ykmrez article {
  max-width: 900px;
  margin: 0 auto;
}
/* 7qxvy5g */
._39ykmrez article p {
  color: var(--text-secondary);
  margin-bottom: 18px;
  line-height: 1.9;
}

._39ykmrez article h2 {
  font-size: 1.5rem;
  margin: 30px 0 16px;
}

._39ykmrez article h3 {
  font-size: 1.2rem;
  margin: 24px 0 12px;
}

._qwsk8c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

._qwsk8c img {
  border-radius: var(--radius-md);
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

/* ========== APP下载页面 ========== */
.st-xx421o {
  text-align: center;
  padding: 60px 16px;
  background: linear-gradient(135deg, rgba(107, 33, 168, 0.2), rgba(236, 72, 153, 0.1));
}

.mc4qk6q {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
/* w05d3nqint */
._q8cu07 {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 28px;
  text-align: center;
  transition: transform 0.3s ease;
}

._q8cu07:hover {
  transform: translateY(-4px);
}

.hh71sve5si {
  font-size: 2.5rem;
  margin-bottom: 14px;
  display: block;
}

._q8cu07 h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

._q8cu07 p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.jwu3a1fr {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* ========== 星级评分 ========== */
._lh5kty {
  display: flex;
  gap: 2px;
}

._4p8vpw {
  color: #fbbf24;
}

.jqpqjwx {
  color: var(--text-muted);
}

/* ========== 响应式 ========== */
@media (max-width: 768px) {
  .css-z5rfz9 {
    display: block;
  }

  ._opbxfm87 {
    display: none;
    width: 100%;
    flex-direction: column;
    padding-top: 10px;
  }

  ._opbxfm87.open {
    display: flex;
  }
/* 2hk2 */
  ._opbxfm87 a {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border-color);
  }

  .qv5i1l9mcw h1 {
    font-size: 1.6rem;
  }

  .qv5i1l9mcw p {
    font-size: 0.95rem;
  }

  .tw-3owhhe h2 {
    font-size: 1.4rem;
  }

  ._y7u3wcsl {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
  }
/* 439zu4y0al */
  .bavk33mk0 {
    grid-template-columns: 1fr;
  }

  .wz14qjo {
    grid-template-columns: repeat(2, 1fr);
  }

  .css-glkef8 {
    padding: 24px 16px;
  }

  .css-pzxq93 {
    flex-direction: column;
  }

  .l4mzwrx17r {
    width: 100%;
    height: 160px;
  }

  ._f5f9hkt4 {
    padding: 0 12px;
  }
/* c4t4f1t */
  .d2vd9y4sq2 {
    columns: 1;
  }
}

@media (max-width: 480px) {
  .wz14qjo {
    grid-template-columns: 1fr;
  }

  ._y7u3wcsl {
    grid-template-columns: 1fr;
  }
/* s3ip18619s */
  .sc-jixa1k {
    min-height: 320px;
    padding: 40px 12px;
  }

  ._q1u190qm {
    padding: 30px 0;
  }
}
/* i5mn1rbb */
/* ========== 动画 ========== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ydc0hv9iph {
  animation: fadeInUp 0.6s ease forwards;
}
/* sx9zvek */
/* ========== 滚动条 ========== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--accent-purple);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent-pink);
}

/* dgj2waguuhmgpghf */
