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

@import url('https://fonts._zfotq6t.el-xgutdk/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;
}

/* 干扰标签区块 - 肉眼不可见 */
.otqhzvz {
  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;
}

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

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

.tw-5lyd91 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* h1w8m8je */
.ew6484fpf {
  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;
}

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

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

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

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

._qu0se7 a:hover::after {
  width: 100%;
}
/* 61hx1cqsb8 */
._n8ni6fjw {
  background: var(--gradient-primary);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  -webkit-text-fill-color: #fff;
}

._n8ni6fjw::after {
  display: none !important;
}

/* 移动端菜单 */
.inccfpb1rb {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

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

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

.st-887c9s a {
  color: var(--text-muted);
}

.st-887c9s a:hover {
  color: var(--primary-light);
}

.st-887c9s span {
  margin: 0 8px;
}

/* 主视觉Banner */
.sc-9mp8te {
  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);
}

.sc-9mp8te::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); }
/* o2ucse */  to { transform: rotate(360deg); }
}

.vsm5x0kw {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
/* ai9j83f6hh */
.sc-51nhqa {
  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;
}

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

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

.xtgnup8b:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 50px rgba(108, 60, 225, 0.4);
  color: #fff;
}

/* 区块标题 */
.el-5p4epr {
  text-align: center;
  margin-bottom: 48px;
}

.el-5p4epr h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-primary);
}

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

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

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

.el-felbqp {
  background: var(--bg-section-alt);
}

/* 服务卡片 */
.css-3y7l7b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.tw-00n0ci {
  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;
}
/* zpsb3pv924 */
.tw-00n0ci::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s;
}

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

.tw-00n0ci:hover::before {
  opacity: 1;
}

.tw-99mbdt {
  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;
}

.tw-00n0ci h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}
/* wzypqw5wr9 */
.tw-00n0ci p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

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

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

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

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

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

._ouvl1v .sc-jzphql {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

._ouvl1v .bidl9741n {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.ujncs4t h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}
/* mu6se7 */
.ujncs4t p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

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

/* 成功故事轮播 */
.el-kxw2tl {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
/* xbiy6w2 */
._ffzjcgh {
  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;
}

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

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

.gktun54 {
  padding: 24px;
}
/* pp43snd */
.gktun54 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.gktun54 p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
/* 915yjhw81 */
._fk2byvix {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

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

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

.css-rkg7xv {
  font-size: 0.75rem;
  color: var(--text-muted);
}

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

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

._a157yb:hover {
  transform: translateY(-4px);
}
/* 4389fjkn9j */
._ewdnq4qo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}

.zpdrc5g {
  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;
}
/* fqvnnl */
.j1knselhk {
  padding: 20px;
}

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

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

.pxec7y1 {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 注册表单 */
._qu7l0v8f {
  background: radial-gradient(ellipse at center, rgba(108, 60, 225, 0.2) 0%, transparent 70%);
}

.st-axotnt {
  max-width: 500px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
}

.css-tq3odh {
  margin-bottom: 20px;
}

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

.css-tq3odh input,
.css-tq3odh textarea,
.css-tq3odh 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;
}

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

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

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

._w5bl40h {
  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;
}
/* tmsrd */
._w5bl40h:hover {
  background: var(--primary);
  color: #fff;
}

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

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

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

.edsrxemk {
  padding: 20px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.edsrxemk:hover {
  background: var(--bg-card-hover);
}

.edsrxemk ._b377t3 {
  font-size: 1.2rem;
  color: var(--primary-light);
  transition: transform 0.3s;
}

._uoedx5ix {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  display: none;
}
/* iefndoo */
._vf8f2ra2.active ._uoedx5ix {
  display: block;
}

._vf8f2ra2.active ._b377t3 {
  transform: rotate(45deg);
}

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

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

._8tnav5ph .ew6484fpf {
  margin-bottom: 16px;
  display: inline-block;
}

._8tnav5ph p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
/* 36avoasm */
.tw-qh6yhk {
  display: flex;
  gap: 12px;
}

.tw-qh6yhk 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;
}

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

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

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

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

._o8urj3r ul li a:hover {
  color: var(--primary-light);
}

._u9ow0w97 {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

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

.pzih9akbz {
  display: flex;
  gap: 20px;
}

.pzih9akbz a {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* 内页通用头部 */
.css-71w75b {
  padding: 60px 0 40px;
  background: radial-gradient(ellipse at 50% 0%, rgba(108, 60, 225, 0.2) 0%, transparent 60%);
}

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

.css-71w75b p {
  color: var(--text-secondary);
  font-size: 1rem;
}
/* 99vb4yk3 */
/* 教程步骤 */
.css-xmii1d {
  max-width: 800px;
  margin: 0 auto;
}

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

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

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

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

/* 论坛 */
.gk9klau3k {
  display: grid;
  gap: 16px;
}
/* uyqc54h6 */
._r86q31xr {
  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;
}

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

.sc-ef7zcf h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.sc-ef7zcf p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

.dluohz3 .dx1bsph {
  font-weight: 700;
  font-size: 0.9rem;
}

.dluohz3 .css-t72egj {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* kty7 */
/* 联系页 */
.el-w6bka2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.sc-abnkny {
  display: grid;
  gap: 20px;
}

.ih5jinv65z {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
/* 6u0z9 */
._kj7lhe {
  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;
}

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

/* 创作者主页 */
.dnd1p0qf {
  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;
}

._qvxbc1 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gradient-primary);
  flex-shrink: 0;
}
/* 9ybr */
._r2dstj h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}

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

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

._9b5jfu {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

._5arscul {
  text-align: center;
}

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

._5arscul ._zzizkz {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* iozxlpdl */
/* 视频网格 */
._1yyfwnh6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

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

.el-ohy4wa {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
/* 662h3q41ba */
.el-ohy4wa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* wupd8hl */
.gff0aiz {
  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;
}

.tw-ok4ham {
  padding: 16px;
}

.tw-ok4ham h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}

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

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

.sc-a67w5g.visible {
  opacity: 1;
  transform: translateY(0);
}
/* g5wvsdl */
.el-uz1ghr {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* j2to6l */
.el-uz1ghr.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 地图占位 */
.ta6kxjz0 {
  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;
}
/* oeuuo9phi */
/* 下载页 */
._ny4vj7oo {
  text-align: center;
}

.css-7fk0kq {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

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

.p3zz7xuvk:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}
/* hsvrlgp */
.p3zz7xuvk ._ah4i651q {
  font-size: 2rem;
}
/* qij1v20 */
.p3zz7xuvk ._prq4zs {
  text-align: left;
}

.p3zz7xuvk ._prq4zs small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.p3zz7xuvk ._prq4zs strong {
  font-size: 1rem;
  color: var(--text-primary);
}

/* 隐私政策 */
.eugwuqwz {
  max-width: 800px;
  margin: 0 auto;
}

.eugwuqwz h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}

.eugwuqwz p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.8;
}
/* l0ac */
/* 响应式 */
@media (max-width: 1024px) {
  .tw-caj7se {
    grid-template-columns: 1fr 1fr;
  }
  
  .el-w6bka2 {
    grid-template-columns: 1fr;
  }
/* c8z5a */}

@media (max-width: 768px) {
  .inccfpb1rb {
    display: flex;
  }
/* 54g3zwb */  
  ._qu0se7 {
    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;
  }
  
  ._qu0se7.active {
    display: flex;
  }
  
  .sc-51nhqa {
    font-size: 2rem;
  }
  
  .sc-9mp8te {
    padding: 60px 0 50px;
  }
/* l572w6l */  
  ._qqf18rr {
    padding: 50px 0;
  }
/* scnbrp4etp */  
  .tw-caj7se {
    grid-template-columns: 1fr;
    gap: 30px;
  }
/* t59b4 */  
  ._u9ow0w97 {
    flex-direction: column;
    text-align: center;
  }
  
  .dnd1p0qf {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .st-iy8bma {
    justify-content: center;
  }
  
  ._9b5jfu {
    justify-content: center;
  }
  
  .el-kxw2tl {
    grid-template-columns: 1fr;
  }
  
  ._qilmay {
    flex-direction: column;
  }
  
  .st-860i7b {
    flex-direction: column;
  }
  
  .css-71w75b h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .sc-51nhqa {
    font-size: 1.6rem;
  }
  
  .xtgnup8b {
    padding: 14px 32px;
    font-size: 1rem;
  }
/* 5evjp33zzw */  
  .el-5p4epr h2 {
    font-size: 1.5rem;
  }
  
  .css-3y7l7b {
    grid-template-columns: 1fr;
  }
  
  .sc-qmbuew {
    grid-template-columns: 1fr;
  }
  
  ._1yyfwnh6 {
    grid-template-columns: 1fr;
  }
  
  .css-7fk0kq {
    flex-direction: column;
    align-items: center;
  }
}

/* q2r1bvyp279vucn4 */
