/* 5axww5axhour | v3.87 */
/* ========================================
   视频创作者社区 - 主样式表
   独特配色方案 & 响应式设计
   ======================================== */

@import url('https://fonts.us9gp9q266.st-zcf7io/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=ZCOOL+KuaiLe&display=swap');

:root {
  --primary: #6C3CE1;
  --primary-light: #8B5CF6;
  --primary-dark: #4C1D95;
  --secondary: #F59E0B;
  --secondary-light: #FCD34D;
  --accent: #10B981;
  --accent-dark: #059669;
  --bg-main: #0F0A1A;
  --bg-card: #1A1128;
  --bg-card-hover: #231740;
  --bg-section-alt: #130E20;
  --text-primary: #F3F0FF;
  --text-secondary: #B8A9D4;
  --text-muted: #7C6B9E;
  --border-color: #2D2145;
  --gradient-primary: linear-gradient(135deg, #6C3CE1 0%, #A855F7 50%, #EC4899 100%);
  --gradient-secondary: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
  --gradient-accent: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  --shadow-sm: 0 2px 8px rgba(108, 60, 225, 0.15);
  --shadow-md: 0 4px 20px rgba(108, 60, 225, 0.2);
  --shadow-lg: 0 8px 40px rgba(108, 60, 225, 0.3);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

/* 干扰标签区块 - 肉眼不可见 */
._zr6z3hi {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
  z-index: -9999;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Noto Sans SC', sans-serif;
  background-color: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  color: var(--secondary);
}

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

ul, ol {
  list-style: none;
}

/* 容器 */
.wyvzstqr9j {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 导航栏 - 非sticky */
.vdjqefq {
  background: rgba(15, 10, 26, 0.95);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
  position: relative;
  z-index: 100;
}

.wd1ub107 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 9soiiy08 */
._xjsxeutt {
  font-family: 'ZCOOL KuaiLe', cursive;
  font-size: 1.6rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}

.kmw0238 {
  display: flex;
  gap: 28px;
  align-items: center;
}

.kmw0238 a {
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  transition: color 0.3s;
}

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

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

.kmw0238 a:hover::after {
  width: 100%;
}

._oi32bio {
  background: var(--gradient-primary);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  -webkit-text-fill-color: #fff;
}

._oi32bio::after {
  display: none !important;
}
/* wr68mdrf */
/* 移动端菜单 */
.tw-mwgh9h {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.tw-mwgh9h span {
  width: 26px;
  height: 3px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: 0.3s;
}

/* 面包屑导航 */
.lwf1widfd {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

.lwf1widfd a:hover {
  color: var(--primary-light);
}
/* sfxo */
.lwf1widfd span {
  margin: 0 8px;
}

/* 主视觉Banner */
.azdi5673lt {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background: radial-gradient(ellipse at 30% 20%, rgba(108, 60, 225, 0.3) 0%, transparent 50%),
              radial-gradient(ellipse at 70% 80%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
              var(--bg-main);
}
/* lkhk7 */
.azdi5673lt::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(108, 60, 225, 0.05) 60deg, transparent 120deg);
  animation: heroRotate 30s linear infinite;
}

@keyframes heroRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

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

.tw-mrrct8 {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._4tosx39 {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.8;
}

.h51gfg99n {
  display: inline-block;
  background: var(--gradient-primary);
  color: #fff;
  padding: 16px 48px;
  border-radius: var(--radius-xl);
  font-size: 1.15rem;
  font-weight: 700;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: var(--shadow-lg);
}
/* 2hw2tuci7 */
.h51gfg99n:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 50px rgba(108, 60, 225, 0.4);
  color: #fff;
}

/* 区块标题 */
._6wr0e8dl {
  text-align: center;
  margin-bottom: 48px;
}
/* uxxpaln91 */
._6wr0e8dl h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-primary);
}

._6wr0e8dl h2 span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._6wr0e8dl p {
  color: var(--text-secondary);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* 通用区块 */
.rle37k4 {
  padding: 80px 0;
  position: relative;
}

.sc-lbxkq0 {
  background: var(--bg-section-alt);
}

/* 服务卡片 */
._ua3ycs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
/* doe59x */
.csixxpigi0 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
/* 2gcw */
.csixxpigi0::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s;
}

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

.csixxpigi0:hover::before {
  opacity: 1;
}

.m07qu915l {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.csixxpigi0 h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.csixxpigi0 p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.e02358g {
  color: var(--primary-light);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* y48h */
.e02358g:hover {
  color: var(--secondary);
}

/* 活动日历 */
._4bwpuq {
  display: grid;
  gap: 20px;
}

.ipmq42ti {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: border-color 0.3s, transform 0.3s;
}

.ipmq42ti:hover {
  border-color: var(--primary);
  transform: translateX(4px);
}

._ey840r {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

._ey840r ._ldtk00 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* do7pbgm8t */
._ey840r ._xkbkyn3p {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.ijjuzfl h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

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

._lbuy2pc {
  display: inline-block;
  background: rgba(108, 60, 225, 0.2);
  color: var(--primary-light);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  margin-top: 8px;
}

/* 成功故事轮播 */
._aaetjh {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.el-9i26mr {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.el-9i26mr:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

._1oap76hm {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.zz5ci88qw {
  padding: 24px;
}

.zz5ci88qw h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.zz5ci88qw p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

._8fejorp {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.sc-zqej2o {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gradient-primary);
}

.el-vpwwtj {
  font-size: 0.85rem;
  font-weight: 600;
}

.sc-5uq49c {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* 教程入口 */
.swxzb3k {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

._r8zva6 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s;
}

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

.n39wix7u {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}

._h8vlkm8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(108, 60, 225, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u96uyq1 {
  padding: 20px;
}

.u96uyq1 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.u96uyq1 p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}
/* bp4c44xmeh */
.tw-rc8a6z {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 注册表单 */
.el-gmz2nh {
  background: radial-gradient(ellipse at center, rgba(108, 60, 225, 0.2) 0%, transparent 70%);
}
/* yh52wu */
.famj2cmjr {
  max-width: 500px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
}

.zpq5m6x6w {
  margin-bottom: 20px;
}

.zpq5m6x6w label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.zpq5m6x6w input,
.zpq5m6x6w textarea,
.zpq5m6x6w select {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-main);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.3s;
}

.zpq5m6x6w input:focus,
.zpq5m6x6w textarea:focus,
.zpq5m6x6w select:focus {
  outline: none;
  border-color: var(--primary);
}

.tw-2qgfvg {
  display: inline-block;
  background: var(--gradient-primary);
  color: #fff;
  padding: 14px 36px;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 100%;
  text-align: center;
  font-family: inherit;
}

.tw-2qgfvg:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

._9o04ha {
  display: inline-block;
  background: transparent;
  color: var(--primary-light);
  padding: 12px 28px;
  border: 2px solid var(--primary);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

._9o04ha:hover {
  background: var(--primary);
  color: #fff;
}

.ai3qoemc {
  display: inline-block;
  background: var(--gradient-accent);
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s;
}

.ai3qoemc:hover {
  transform: translateY(-2px);
}

/* FAQ */
._g79ima8s {
  max-width: 800px;
  margin: 0 auto;
}
/* ak7hy8ykha */
.st-fc7wpj {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

._24x93rrz {
  padding: 20px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
/* ooln */
._24x93rrz:hover {
  background: var(--bg-card-hover);
}

._24x93rrz .el-3dp3qr {
  font-size: 1.2rem;
  color: var(--primary-light);
  transition: transform 0.3s;
}
/* pw0gl4 */
._o20clzq {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  display: none;
}
/* 58pm70p4id */
.st-fc7wpj.active ._o20clzq {
  display: block;
}
/* idpo7cki3u */
.st-fc7wpj.active .el-3dp3qr {
  transform: rotate(45deg);
}

/* 页脚 */
._cvbtzwm {
  background: #0A0612;
  border-top: 1px solid var(--border-color);
  padding: 60px 0 30px;
}

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

.vsord7c ._xjsxeutt {
  margin-bottom: 16px;
  display: inline-block;
}
/* kesvdpm73 */
.vsord7c p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

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

._bzu3nl a {
  width: 40px;
  height: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all 0.3s;
  font-size: 0.85rem;
}

._bzu3nl a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.g3j4omam3 h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
}

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

.g3j4omam3 ul li a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  transition: color 0.3s;
}

.g3j4omam3 ul li a:hover {
  color: var(--primary-light);
}
/* 0o1hu46 */
.el-aq0cmq {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.el-aq0cmq p {
  color: var(--text-muted);
  font-size: 0.85rem;
}
/* lqpnxrlw5x */
.ycauol76 {
  display: flex;
  gap: 20px;
}
/* b0o6uqw */
.ycauol76 a {
  color: var(--text-muted);
  font-size: 0.85rem;
}
/* 7r4ybg */
/* 内页通用头部 */
.lj9lnh6w {
  padding: 60px 0 40px;
  background: radial-gradient(ellipse at 50% 0%, rgba(108, 60, 225, 0.2) 0%, transparent 60%);
}

.lj9lnh6w h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.lj9lnh6w p {
  color: var(--text-secondary);
  font-size: 1rem;
}

/* 教程步骤 */
._ys2ucz {
  max-width: 800px;
  margin: 0 auto;
}

.st-60z3ww {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
}

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

._0jtra272 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

._0jtra272 p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* 论坛 */
.iuojsbd5xu {
  display: grid;
  gap: 16px;
}
/* mlk6o4 */
._cqumd6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  transition: border-color 0.3s;
}

._cqumd6:hover {
  border-color: var(--primary);
}
/* kgfj4 */
.rgdv96c8 h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
}
/* isqfe */
.rgdv96c8 p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.ejgtrmo {
  text-align: right;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.ejgtrmo strong {
  color: var(--primary-light);
}

/* 评价 */
._8k53iai1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.nrsdn4t {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.uaz3wy1pt5 {
  color: var(--secondary);
  margin-bottom: 12px;
  font-size: 1.1rem;
}

._k43dhrq {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
  font-style: italic;
}

.ezjh380g6 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ty808ulf0d {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-accent);
}

.tw-g8wetd .sc-x7ja48 {
  font-weight: 700;
  font-size: 0.9rem;
}

.tw-g8wetd .l6ypvqf7ya {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 联系页 */
.dlddpfn7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

._ja8hd1 {
  display: grid;
  gap: 20px;
}

._oyi48nra {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.css-fy56d4 {
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

._oyi48nra h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
/* k1agb */
._oyi48nra p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* 创作者主页 */
.sp7xts8v73 {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 40px;
}
/* y77q */
._6hf84e {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gradient-primary);
  flex-shrink: 0;
}

.el-lnvc0m h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.st-hqqvzo {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.el-lcxa9d {
  background: rgba(108, 60, 225, 0.2);
  color: var(--primary-light);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.q9a4x25xh {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
/* f6ax */
._c56ox3z {
  text-align: center;
}

._c56ox3z ._y8c6or4g {
  font-size: 1.4rem;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._c56ox3z ._4vqxhf {
  font-size: 0.8rem;
  color: var(--text-muted);
}

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

.el-84ipk1 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s;
}
/* xrqlhrepi */
.el-84ipk1:hover {
  transform: translateY(-4px);
}

._dl3ycig {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

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

.tw-6tw4pc {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.ojm1o2pzsy {
  padding: 16px;
}
/* p0un */
.ojm1o2pzsy h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}

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

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

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

._7xg6h5aa {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* ustvuluwga */
._7xg6h5aa.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 地图占位 */
.l1cyvt5 {
  width: 100%;
  height: 300px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1rem;
}

/* 下载页 */
.nkbtmjpahf {
  text-align: center;
}

.el-xcnalm {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.r4caj54 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px 32px;
  transition: all 0.3s;
}

.r4caj54:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.r4caj54 ._7k9b7j {
  font-size: 2rem;
}

.r4caj54 .tw-55io87 {
  text-align: left;
}

.r4caj54 .tw-55io87 small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.r4caj54 .tw-55io87 strong {
  font-size: 1rem;
  color: var(--text-primary);
}
/* r3vn6xo */
/* 隐私政策 */
.b8zjij59mx {
  max-width: 800px;
  margin: 0 auto;
}

.b8zjij59mx h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}
/* hwziaz7r */
.b8zjij59mx p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.8;
}

/* 响应式 */
@media (max-width: 1024px) {
  .el-j6dlbe {
    grid-template-columns: 1fr 1fr;
  }
  
  .dlddpfn7 {
    grid-template-columns: 1fr;
  }
/* jhc6 */}

@media (max-width: 768px) {
  .tw-mwgh9h {
    display: flex;
  }
  
  .kmw0238 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-main);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
  
  .kmw0238.active {
    display: flex;
  }
  
  .tw-mrrct8 {
    font-size: 2rem;
  }
  
  .azdi5673lt {
    padding: 60px 0 50px;
  }
/* an4k3fl4 */  
  .rle37k4 {
    padding: 50px 0;
  }
  
  .el-j6dlbe {
    grid-template-columns: 1fr;
    gap: 30px;
  }
/* e5i2 */  
  .el-aq0cmq {
    flex-direction: column;
    text-align: center;
  }
  
  .sp7xts8v73 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .st-hqqvzo {
    justify-content: center;
  }
  
  .q9a4x25xh {
    justify-content: center;
  }
  
  ._aaetjh {
    grid-template-columns: 1fr;
  }
  
  .st-60z3ww {
    flex-direction: column;
  }
  
  .ipmq42ti {
    flex-direction: column;
  }
  
  .lj9lnh6w h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .tw-mrrct8 {
    font-size: 1.6rem;
  }
/* m0vx */  
  .h51gfg99n {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  ._6wr0e8dl h2 {
    font-size: 1.5rem;
  }
  
  ._ua3ycs {
    grid-template-columns: 1fr;
  }
  
  .swxzb3k {
    grid-template-columns: 1fr;
  }
  
  ._ywgoa1h {
    grid-template-columns: 1fr;
  }
  
  .el-xcnalm {
    flex-direction: column;
    align-items: center;
  }
}

/* vuirif7zxrbvwfr9 */
