/* xneoxqzytclx | v1.67 */
/* =============================================
   主样式表 - 自媒体创作与服务网站
   独特配色：深紫+珊瑚橙+金色点缀
   ============================================= */

/* CSS变量定义 */
:root {
  --primary-deep: #1a0a2e;
  --primary-mid: #2d1b4e;
  --accent-coral: #ff6b4a;
  --accent-gold: #f0c040;
  --accent-teal: #2ec4b6;
  --text-light: #f5f0ff;
  --text-muted: #b8a9d4;
  --bg-card: rgba(45, 27, 78, 0.85);
  --bg-overlay: rgba(26, 10, 46, 0.92);
  --border-glow: rgba(255, 107, 74, 0.3);
  --shadow-deep: 0 8px 32px rgba(0, 0, 0, 0.4);
  --radius-lg: 16px;
  --radius-md: 10px;
  --radius-sm: 6px;
  --font-main: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --font-heading: "PingFang SC", "STHeiti", "Microsoft YaHei", sans-serif;
  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1140px;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-main);
  background: var(--primary-deep);
  color: var(--text-light);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}

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

a {
  color: var(--accent-coral);
  text-decoration: none;
  transition: var(--transition-smooth);
}
/* 99osl */
a:hover {
  color: var(--accent-gold);
}

/* 容器 */
.ovzqr34is {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ==================== 顶部导航 ==================== */
.z7byt77t {
  background: var(--bg-overlay);
  border-bottom: 1px solid var(--border-glow);
  padding: 12px 0;
  position: relative; /* 非sticky */
  z-index: 100;
}

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

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

.scyeuofst img {
  height: 42px;
  width: auto;
}

.scyeuofst span {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--accent-coral);
  font-family: var(--font-heading);
}

/* 移动端菜单按钮 */
.nmulw7db5a {
  display: none;
  background: none;
  border: 2px solid var(--accent-coral);
  color: var(--accent-coral);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.1rem;
}

.ubxy8brt88 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ubxy8brt88 a {
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.ubxy8brt88 a:hover,
.ubxy8brt88 a.active {
  background: var(--accent-coral);
  color: #fff;
}

._ignv40jx {
  background: linear-gradient(135deg, var(--accent-coral), #e04530);
  color: #fff !important;
  padding: 8px 20px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 15px rgba(255, 107, 74, 0.4);
}

._ignv40jx:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 74, 0.6);
}
/* pa9evcd */
/* ==================== 英雄横幅 ==================== */
._4b9j46 {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary-mid) 50%, #0d0520 100%);
}

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

._5ay8xn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.sc-zn8n94 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 20px;
  max-width: 800px;
}
/* ak96ea */
.sc-zn8n94 h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 16px;
  background: linear-gradient(90deg, var(--accent-coral), var(--accent-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}
/* fkpmvh917 */
.sc-zn8n94 p {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.7;
}

.zc7vwixn {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

._zlceepy {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-coral), #e04530);
  color: #fff;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 20px rgba(255, 107, 74, 0.4);
  transition: var(--transition-smooth);
}

._zlceepy:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 107, 74, 0.6);
  color: #fff;
}

.eyozdcl {
  display: inline-block;
  border: 2px solid var(--accent-teal);
  color: var(--accent-teal);
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition-smooth);
}

.eyozdcl:hover {
  background: var(--accent-teal);
  color: var(--primary-deep);
}

/* ==================== 面包屑 ==================== */
._5chrsfgt {
  padding: 12px 0;
  font-size: 0.85rem;
}

._5chrsfgt ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
/* hauxxcf */
._5chrsfgt li::after {
  content: "›";
  margin-left: 6px;
  color: var(--text-muted);
}

._5chrsfgt li:last-child::after {
  content: "";
}

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

._5chrsfgt a:hover {
  color: var(--accent-coral);
}

._5chrsfgt .el-bftpsu {
  color: var(--accent-gold);
}
/* z8gj */
/* ==================== 通用模块 ==================== */
.css-3v5mex {
  padding: 50px 0;
}

.css-3v5mex:nth-child(even) {
  background: rgba(45, 27, 78, 0.3);
}

.css-kizqo6 {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 12px;
  color: var(--accent-gold);
  font-family: var(--font-heading);
}

._59mjz5ri {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 36px;
  font-size: 1rem;
}

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

.b92oh3b {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-glow);
  transition: var(--transition-smooth);
}
/* c1ysav */
.b92oh3b:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-deep);
  border-color: var(--accent-coral);
}

.b92oh3b .mqbj701 {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.b92oh3b .mqbj701 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.b92oh3b:hover .mqbj701 img {
  transform: scale(1.08);
}

.sc-kk2tno {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(255, 107, 74, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-kk2tno::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: 4px;
}

.b92oh3b ._tdtwau4 {
  padding: 16px;
}

.b92oh3b h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--text-light);
  font-weight: 600;
}

.b92oh3b p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.b92oh3b .l5empooqy3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.css-ikds3d {
  display: inline-flex;
  gap: 2px;
}
/* i3nik5h */
.css-ikds3d .unmxihics {
  color: var(--accent-gold);
  font-size: 0.9rem;
}

.css-ikds3d .unmxihics.empty {
  color: #555;
}

/* ==================== 视频播放器 ==================== */
.sc-t0uzgb {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
  aspect-ratio: 16/9;
}

.sc-t0uzgb video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==================== 影评模块 ==================== */
.gukgrf3e0 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  border: 1px solid var(--border-glow);
  margin-bottom: 30px;
}

.gukgrf3e0 h3 {
  font-size: 1.4rem;
  color: var(--accent-gold);
  margin-bottom: 16px;
}

.gukgrf3e0 ._622nn9 {
  float: left;
  margin: 0 20px 15px 0;
  border-radius: var(--radius-md);
  max-width: 300px;
}

.gukgrf3e0 p {
  margin-bottom: 14px;
  text-align: justify;
}

/* ==================== 招聘模块 ==================== */
._wzuhwkn {
  background: linear-gradient(135deg, rgba(46, 196, 182, 0.15), rgba(255, 107, 74, 0.15));
  border: 2px dashed var(--accent-teal);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
}
/* 6e5b */
._wzuhwkn h2 {
  color: var(--accent-teal);
  font-size: 1.6rem;
  margin-bottom: 16px;
}

._wzuhwkn .ut7qnu80 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 20px 0;
}

._w712z1ou {
  background: rgba(46, 196, 182, 0.2);
  border: 1px solid var(--accent-teal);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  color: var(--accent-teal);
}

/* ==================== 案例模块 ==================== */
.st-weuljj {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.st-3uo699 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-glow);
  transition: var(--transition-smooth);
}

.st-3uo699:hover {
  border-color: var(--accent-gold);
  transform: translateY(-4px);
}

.st-3uo699 img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.st-3uo699 .el-3tex2r {
  padding: 20px;
}

.st-3uo699 h3 {
  font-size: 1.1rem;
  color: var(--accent-gold);
  margin-bottom: 8px;
}

/* ==================== 用户评论 ==================== */
.hb9fjrey {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

._3opzgpz {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--border-glow);
  position: relative;
}

._3opzgpz::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 3rem;
  color: var(--accent-coral);
  opacity: 0.3;
  line-height: 1;
}
/* aikhdp */
.rmbiowy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

._q2jo10nu {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--accent-coral);
}

._qeb9wfxa h4 {
  font-size: 0.95rem;
  color: var(--text-light);
}

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

._3opzgpz .sc-avu3rm {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 10px;
}

._3opzgpz .f470zjy2i {
  font-size: 0.78rem;
  color: #777;
  text-align: right;
}

/* ==================== FAQ ==================== */
.ry6dzsb {
  max-width: 800px;
  margin: 0 auto;
}

.css-xgjh3p {
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}
/* 6uephl7ox */
.css-bftmm6 {
  width: 100%;
  background: var(--bg-card);
  border: none;
  padding: 16px 20px;
  text-align: left;
  color: var(--text-light);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-main);
  transition: var(--transition-smooth);
}

.css-bftmm6:hover {
  background: rgba(255, 107, 74, 0.1);
}

.css-bftmm6 ._8ck7mhs {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-coral);
}

.css-xgjh3p.open .css-bftmm6 ._8ck7mhs {
  transform: rotate(45deg);
}

.sc-4g5jc6 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: rgba(26, 10, 46, 0.5);
}

.css-xgjh3p.open .sc-4g5jc6 {
  max-height: 500px;
}

.hpu6gz97fl {
  padding: 16px 20px;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ==================== 支付方式 ==================== */
.r8lwjxynju {
  text-align: center;
}

.css-la1cvs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
/* shss3 */
.e0sjpuh0y {
  background: var(--bg-card);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-md);
  padding: 16px 24px;
  min-width: 140px;
  text-align: center;
}

.e0sjpuh0y._94nq9ir {
  border-color: var(--accent-gold);
  background: rgba(240, 192, 64, 0.1);
}

.e0sjpuh0y h4 {
  font-size: 1rem;
  color: var(--accent-gold);
  margin-bottom: 4px;
}

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

/* ==================== 关于我们 ==================== */
.sc-woveyy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.wqvj92ouw {
  font-size: 0.95rem;
  line-height: 1.9;
}
/* vycli9hqch */
.wqvj92ouw h3 {
  color: var(--accent-gold);
  font-size: 1.3rem;
  margin: 20px 0 10px;
}

._haa6ryv {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

._haa6ryv img {
  width: 100%;
  border-radius: var(--radius-lg);
}

/* ==================== 客户支持 ==================== */
.css-w5jlxh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

._82mf5p3f {
  background: var(--bg-card);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
  transition: var(--transition-smooth);
}

._82mf5p3f:hover {
  border-color: var(--accent-teal);
  transform: translateY(-3px);
}

.oco0nl6o {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  background: rgba(46, 196, 182, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

._82mf5p3f h4 {
  color: var(--accent-teal);
  margin-bottom: 6px;
}

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

/* ==================== 视频制作方 ==================== */
.el-y8i03v {
  text-align: center;
}

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

.sc-9cuyqi {
  background: var(--bg-card);
  border: 1px solid var(--accent-gold);
  border-radius: var(--radius-md);
  padding: 20px;
  max-width: 280px;
  text-align: center;
}
/* sgobz */
.sc-9cuyqi img {
  margin: 0 auto 10px;
  max-height: 60px;
}
/* y2i5d */
.sc-9cuyqi h4 {
  color: var(--accent-gold);
  font-size: 0.95rem;
  margin-bottom: 6px;
}
/* 46da1cedf */
.sc-9cuyqi p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ==================== 负责任视频 ==================== */
._6teo84f {
  background: rgba(255, 107, 74, 0.05);
  border-left: 4px solid var(--accent-coral);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 30px;
}

._6teo84f h3 {
  color: var(--accent-coral);
  margin-bottom: 12px;
}

._hfk1wn7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.sc-u4d8dn {
  background: var(--bg-card);
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-glow);
}

.sc-u4d8dn h4 {
  font-size: 0.9rem;
  color: var(--accent-coral);
  margin-bottom: 4px;
}

.sc-u4d8dn p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ==================== 页脚 ==================== */
.sc-6pjf89 {
  background: #0d0520;
  border-top: 1px solid var(--border-glow);
  padding: 40px 0 20px;
  margin-top: 40px;
}

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

.ntkcwcr1 h4 {
  color: var(--accent-gold);
  font-size: 1rem;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--accent-coral);
  display: inline-block;
}

.ntkcwcr1 ul {
  list-style: none;
}

.ntkcwcr1 li {
  margin-bottom: 8px;
}

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

.ntkcwcr1 a:hover {
  color: var(--accent-coral);
  padding-left: 4px;
}

.d1ibu0bgp {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  color: #666;
}

.d1ibu0bgp ._1vr6zkt7 {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 10px 0;
}

.d1ibu0bgp ._1vr6zkt7 img {
  height: 28px;
  border-radius: 4px;
}

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

.c2bq4qcek a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 107, 74, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-coral);
  font-size: 0.9rem;
  border: 1px solid var(--border-glow);
}

.c2bq4qcek a:hover {
  background: var(--accent-coral);
  color: #fff;
}

/* ==================== 内页通用 ==================== */
.jh4daq5s {
  background: linear-gradient(135deg, var(--primary-mid), var(--primary-deep));
  padding: 40px 0 30px;
  text-align: center;
}

.jh4daq5s h1 {
  font-size: 2rem;
  color: var(--accent-gold);
  margin-bottom: 10px;
}

.jh4daq5s p {
  color: var(--text-muted);
}
/* 4u99nyw */
.kjeos56xc {
  padding: 40px 0;
}

.kjeos56xc article {
  max-width: 800px;
  margin: 0 auto;
}
/* 2bgd6b */
.kjeos56xc article h2 {
  color: var(--accent-coral);
  font-size: 1.5rem;
  margin: 28px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border-glow);
}

.kjeos56xc article h3 {
  color: var(--accent-gold);
  font-size: 1.2rem;
  margin: 20px 0 10px;
}

.kjeos56xc article p {
  margin-bottom: 16px;
  text-align: justify;
  line-height: 1.9;
}

.kjeos56xc article img {
  border-radius: var(--radius-md);
  margin: 16px 0;
}
/* mnkl2667 */
.kjeos56xc .qcx4egl {
  margin: 24px 0;
}

/* ==================== APP下载页 ==================== */
._y5o9bwa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 50px 0;
}
/* aj16z5bbr */
.uw72hpr5f h2 {
  font-size: 2rem;
  color: var(--accent-gold);
  margin-bottom: 16px;
}

.st-kb6jc9 {
  list-style: none;
  margin: 20px 0;
}

.st-kb6jc9 li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  color: var(--text-muted);
}

.st-kb6jc9 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-teal);
  font-weight: 700;
}

.el-zovl87 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

._r07ux7q img {
  max-width: 100%;
  border-radius: var(--radius-lg);
}

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

  .ubxy8brt88 {
    display: none;
    width: 100%;
    flex-direction: column;
    background: var(--bg-overlay);
    padding: 10px 0;
    border-top: 1px solid var(--border-glow);
  }

  .ubxy8brt88.open {
    display: flex;
  }

  .ubxy8brt88 a {
    width: 100%;
    text-align: center;
    padding: 12px;
  }

  .sc-zn8n94 h1 {
    font-size: 1.6rem;
  }

  .sc-zn8n94 p {
    font-size: 0.95rem;
  }

  .sc-spckb2 {
    grid-template-columns: 1fr;
  }

  .sc-woveyy {
    grid-template-columns: 1fr;
  }

  .st-weuljj {
    grid-template-columns: 1fr;
  }

  .hb9fjrey {
    grid-template-columns: 1fr;
  }

  ._y5o9bwa {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sc-upi01w {
    grid-template-columns: 1fr 1fr;
  }

  .css-kizqo6 {
    font-size: 1.4rem;
  }

  .gukgrf3e0 ._622nn9 {
    float: none;
    max-width: 100%;
    margin: 0 0 15px 0;
  }

  ._wzuhwkn {
    padding: 24px 16px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .sc-upi01w {
    grid-template-columns: 1fr;
  }

  .css-la1cvs {
    flex-direction: column;
    align-items: center;
  }

  .sc-zn8n94 {
    padding: 40px 16px;
  }

  .ovzqr34is {
    padding: 0 14px;
  }
/* 45mrne */}

/* ==================== 动画 ==================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
/* ne15pw24yv */  to {
    opacity: 1;
    transform: translateY(0);
  }
/* 74487ttfl */}

.el-hkhsun {
  animation: fadeInUp 0.6s ease forwards;
}
/* mw1eh */
.i1sxsjq { animation-delay: 0.1s; }
._grj3w82 { animation-delay: 0.2s; }
/* rbzmt */.hblfwtb8xi { animation-delay: 0.3s; }
._k4pug3vh { animation-delay: 0.4s; }

/* ==================== 滚动条 ==================== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--primary-deep);
}
/* wpjt */
::-webkit-scrollbar-thumb {
  background: var(--accent-coral);
  border-radius: 4px;
}
/* 1o9irugm */
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-gold);
}

/* tr71sn81futz2eg6 */
