/* 9p38iwq18527 | v6.67 */
/* ============================================
   游戏配音服务网站 - 主样式表
   ============================================ */

/* CSS变量定义 */
:root {
  --primary: #6c3ce0;
  --primary-dark: #4a1fb8;
  --primary-light: #9b7af0;
  --secondary: #e84393;
  --accent: #00cec9;
  --accent-dark: #00a8a3;
  --bg-dark: #0d0b1a;
  --bg-card: #1a1730;
  --bg-section: #12101f;
  --text-primary: #f0eef6;
  --text-secondary: #b8b5c8;
  --text-muted: #7a7790;
  --border-color: #2d2a45;
  --shadow-color: rgba(108, 60, 224, 0.15);
  --gradient-1: linear-gradient(135deg, #6c3ce0 0%, #e84393 100%);
  --gradient-2: linear-gradient(135deg, #00cec9 0%, #6c3ce0 100%);
  --gradient-3: linear-gradient(180deg, #0d0b1a 0%, #1a1730 100%);
  --font-heading: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* e5yq8pfhcd */
/* 重置样式 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: var(--font-body);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* 干扰标签区块隐藏样式 */
.st-rdz9g0 {
  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;
  z-index: -9999;
}

/* 链接样式 */
a {
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-light);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* rap4t3v */
ul, ol {
  list-style: none;
}

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

/* 区块标题 */
._5rzski {
  text-align: center;
  margin-bottom: 50px;
}

._5rzski h2 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

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

._5rzski p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto;
}
/* uc49hfwry2 */
/* ============================================
   导航栏
   ============================================ */
.tw-ujl7qk {
  background: rgba(13, 11, 26, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  padding: 0;
  z-index: 1000;
  position: relative;
}
/* uc2u81zi6 */
.sc-4l9w1v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.el-18ceke {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
}

.el-18ceke a {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-da9i0j {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sc-da9i0j a {
  color: var(--text-secondary);
  font-size: 0.95rem;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  font-weight: 500;
}

.sc-da9i0j a:hover,
.sc-da9i0j a.active {
  color: var(--text-primary);
  background: rgba(108, 60, 224, 0.15);
}

.css-cfp5vy {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  background: none;
  border: none;
}

.css-cfp5vy span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}
/* nrm6cm0 */
/* ============================================
   英雄板块
   ============================================ */
.tw-zack0l {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0 80px;
}

.el-ocmo9x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.el-ocmo9x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.el-ocmo9x::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13,11,26,0.6) 0%, rgba(13,11,26,0.95) 100%);
}

.o9y7p9b9t {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.o9y7p9b9t h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.o9y7p9b9t h1 span {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 11fn */
.o9y7p9b9t p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 35px;
  line-height: 1.9;
}

._yud7sub9 {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.ztr82gvm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(108, 60, 224, 0.12);
  border: 1px solid rgba(108, 60, 224, 0.3);
  padding: 8px 18px;
  border-radius: var(--radius-xl);
  font-size: 0.9rem;
  color: var(--primary-light);
}

._pencn5 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
/* 1z0u9ectn */
.vw9d2wmh5s {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-1);
  color: #fff;
  padding: 14px 32px;
  border-radius: var(--radius-xl);
  font-size: 1rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.vw9d2wmh5s:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--shadow-color);
  color: #fff;
}

._1c5f2lpy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text-primary);
  padding: 14px 32px;
  border-radius: var(--radius-xl);
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid var(--border-color);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

._1c5f2lpy:hover {
  border-color: var(--primary);
  background: rgba(108, 60, 224, 0.08);
  color: var(--text-primary);
}

.el-4pyyjs {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

._h2abas8s .el-kyu4i6 {
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._h2abas8s ._gm5iw9ra {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ============================================
   服务介绍
   ============================================ */
._dwha862b {
  padding: 90px 0;
  background: var(--bg-section);
}

.css-8nycrt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.kk7dpm3wo {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 35px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.kk7dpm3wo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-1);
  opacity: 0;
  transition: var(--transition);
}

.kk7dpm3wo:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  box-shadow: 0 15px 40px rgba(108, 60, 224, 0.1);
}

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

._y68dpl1 {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: rgba(108, 60, 224, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

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

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

.kk7dpm3wo .css-rjueci {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--primary-light);
  font-weight: 500;
}
/* rqfv88x */
/* ============================================
   价格与套餐
   ============================================ */
.el-uv2i8i {
  padding: 90px 0;
  background: var(--bg-dark);
}

.tw-i6didv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

._ag4el06 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}

._ag4el06.dbz8qsy {
  border-color: var(--primary);
  transform: scale(1.03);
}

._ag4el06.dbz8qsy::before {
  content: '推荐';
  position: absolute;
  top: -1px;
  right: 30px;
  background: var(--gradient-1);
  color: #fff;
  padding: 4px 18px;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 600;
}

._ag4el06:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(108, 60, 224, 0.1);
}

._ag4el06.dbz8qsy:hover {
  transform: scale(1.03) translateY(-5px);
}

.tw-oh5fsl {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 15px;
}

.e5zntm2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.e5zntm2 small {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
}

._9awoefm {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 25px;
}
/* v946qt2o */
.el-xdmquv {
  text-align: left;
  margin-bottom: 30px;
}

.el-xdmquv li {
  padding: 8px 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
  border-bottom: 1px solid rgba(45, 42, 69, 0.5);
  display: flex;
  align-items: center;
  gap: 10px;
}

.el-xdmquv li::before {
  content: '✓';
  color: var(--accent);
  font-weight: 700;
  font-size: 0.85rem;
}

._my449s5z {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
  line-height: 1.6;
}

/* ============================================
   案例展示
   ============================================ */
._kw8tn0 {
  padding: 90px 0;
  background: var(--bg-section);
}

._my5ecp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
/* quv9 */
._k0zrhb {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}

._k0zrhb:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(108, 60, 224, 0.1);
}

.p4xme059 {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

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

._k0zrhb:hover .p4xme059 img {
  transform: scale(1.05);
}

.sc-lnnk52 {
  padding: 25px;
}

.el-b3d3ek {
  display: inline-block;
  background: rgba(108, 60, 224, 0.12);
  color: var(--primary-light);
  padding: 4px 12px;
  border-radius: var(--radius-xl);
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.sc-lnnk52 h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sc-lnnk52 p {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

._xmtth4fs {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}

._xmtth4fs .z7w4v7w {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
}
/* n37xmrtn */
._xmtth4fs ._zx645xo6 {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 6px;
}

/* ============================================
   风险披露区
   ============================================ */
._6cj67ax {
  padding: 70px 0;
  background: var(--bg-dark);
}

.b4xn2d6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

._enx620uy h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary);
}

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

._enx620uy a {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.85rem;
  color: var(--accent);
}

/* ============================================
   常见问题
   ============================================ */
._ydhs69g {
  padding: 90px 0;
  background: var(--bg-section);
}

.yg59sqpsvw {
  max-width: 800px;
  margin: 0 auto;
}

.cj9mfsx {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

._b4uwy9 {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-primary);
  transition: var(--transition);
}

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

._b4uwy9 .css-fmpn5f {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary-light);
}

.cj9mfsx.active .css-fmpn5f {
  transform: rotate(45deg);
}

.h1oooxn {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

._pt4hi1 {
  padding: 0 25px 20px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
}
/* l4kwa5srh9 */
.cj9mfsx.active .h1oooxn {
  max-height: 500px;
}

/* ============================================
   面包屑导航
   ============================================ */
.el-1kfoxu {
  padding: 15px 0;
  background: rgba(13, 11, 26, 0.5);
}

.pxeo9c93hn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}

.pxeo9c93hn li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
}

.pxeo9c93hn li a {
  color: var(--text-secondary);
}

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

.pxeo9c93hn li .sc-fhbzfi {
  color: var(--text-muted);
}
/* 97d2qnfam */
/* ============================================
   页脚
   ============================================ */
.sc-3li5c6 {
  background: var(--bg-card);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 0;
}

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

.el-az77j2 .st-zw5dr2 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

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

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

._wj3p7oj a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(108, 60, 224, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
  font-size: 0.9rem;
  transition: var(--transition);
}

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

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

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

.vcmf2asd ul li a {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

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

.st-1brw3m {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
/* d5at1qjrv */
.st-1brw3m p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

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

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

._wd9biefm a:hover {
  color: var(--primary-light);
}

.ujg5j1cfo0 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(232, 67, 147, 0.15);
  border: 1px solid rgba(232, 67, 147, 0.3);
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  color: var(--secondary);
  font-weight: 600;
}

/* ============================================
   内页通用样式
   ============================================ */
._j3yw6i7 {
  padding: 100px 0 60px;
  background: var(--bg-section);
  text-align: center;
  position: relative;
}

._j3yw6i7 h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 15px;
}

._j3yw6i7 h1 span {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.ntpjxgryb {
  padding: 60px 0;
}

.sc-74zptw {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px;
  margin-bottom: 30px;
}

.sc-74zptw h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text-primary);
}

.sc-74zptw h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--primary-light);
}

.sc-74zptw p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 15px;
}

.sc-74zptw ul li,
.sc-74zptw ol li {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}
/* 1est */
.sc-74zptw ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary-light);
}

/* 配音演员卡片 */
.tw-o50h69 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

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

.mdhima4:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(108, 60, 224, 0.1);
}

.js9xtash {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

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

.mdhima4:hover .js9xtash img {
  transform: scale(1.05);
}

._3qnlm1wi {
  padding: 22px;
}
/* ep7occ */
._3qnlm1wi h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
}
/* lc40sj8qir */
._3qnlm1wi .css-91ljgs {
  font-size: 0.85rem;
  color: var(--primary-light);
  margin-bottom: 10px;
}
/* xr6qs97c8 */
._3qnlm1wi p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.yf4kn48sxl {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.yf4kn48sxl span {
  display: inline-block;
  background: rgba(0, 206, 201, 0.1);
  color: var(--accent);
  padding: 3px 10px;
  border-radius: var(--radius-xl);
  font-size: 0.78rem;
}

/* 博客卡片 */
.xm37rqajng {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.sc-svuk10 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}

.sc-svuk10:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(108, 60, 224, 0.1);
}

._xnnaxq6g {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

.sc-svuk10:hover ._xnnaxq6g img {
  transform: scale(1.05);
}

.tw-k2xbax {
  padding: 22px;
}

._tfqh6klh {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.tw-k2xbax h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}

.tw-k2xbax p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* 评论卡片 */
.sc-h63hct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
/* ejud */
.tw-7b8t4n {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 30px;
}

.veurgsx8s {
  color: #ffc107;
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
/* pi8c6n */
._zx645xo6 {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 18px;
  font-style: italic;
}

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

._1lv0kwx7 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
/* d8wrd55wn1 */
.el-lxd2mu .sc-71k7j8 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
}

.el-lxd2mu .u3cpgoefyf {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 评级系统 */
._1c3xc39s {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 35px;
  text-align: center;
  margin-bottom: 40px;
}

.css-5716w2 {
  font-size: 3.5rem;
  font-weight: 800;
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.irb2a2hem {
  color: #ffc107;
  font-size: 1.5rem;
  letter-spacing: 4px;
  margin: 8px 0;
}

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

/* 表单样式 */
._frjulatl {
  margin-bottom: 20px;
}

._frjulatl label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}
/* bk0ue */
._frjulatl input,
._frjulatl textarea,
._frjulatl select {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: var(--font-body);
  transition: var(--transition);
}

._frjulatl input:focus,
._frjulatl textarea:focus,
._frjulatl select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(108, 60, 224, 0.15);
}

._frjulatl textarea {
  min-height: 120px;
  resize: vertical;
}
/* 8ajt */
/* 价格表格 */
.bdujeu9hv3 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.bdujeu9hv3 th,
.bdujeu9hv3 td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.92rem;
}

.bdujeu9hv3 th {
  background: rgba(108, 60, 224, 0.08);
  color: var(--text-primary);
  font-weight: 600;
}

.bdujeu9hv3 td {
  color: var(--text-secondary);
}
/* 8082f8l */
.bdujeu9hv3 tr:hover td {
  background: rgba(108, 60, 224, 0.04);
}

/* ============================================
   动画效果
   ============================================ */
.tuw95qt6gj {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tuw95qt6gj.visible {
  opacity: 1;
  transform: translateY(0);
}

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

.sc-exmr01.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

/* 脉冲动画 */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(108, 60, 224, 0.2); }
  50% { box-shadow: 0 0 40px rgba(108, 60, 224, 0.4); }
}

.et17znnre {
  animation: pulse-glow 3s ease-in-out infinite;
}

/* 浮动动画 */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

._57zw9g {
  animation: float 4s ease-in-out infinite;
}
/* 3nct8fg8i */
/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 1024px) {
  .css-8nycrt,
  .tw-i6didv,
  .tw-o50h69,
  .xm37rqajng {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .o9y7p9b9t h1 {
    font-size: 2.4rem;
  }

  ._ag4el06.dbz8qsy {
    transform: scale(1);
  }

  ._ag4el06.dbz8qsy:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  .sc-da9i0j {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: var(--bg-dark);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    padding: 15px 20px;
    gap: 4px;
  }

  .sc-da9i0j.active {
    display: flex;
  }

  .css-cfp5vy {
    display: flex;
  }

  .tw-zack0l {
    min-height: auto;
    padding: 80px 0 60px;
  }
/* s12qmfwlb */
  .o9y7p9b9t h1 {
    font-size: 2rem;
  }

  .el-4pyyjs {
    gap: 25px;
    flex-wrap: wrap;
  }

  .css-8nycrt,
  .tw-i6didv,
  ._my5ecp,
  .b4xn2d6,
  .tw-o50h69,
  .xm37rqajng,
  .sc-h63hct {
    grid-template-columns: 1fr;
  }

  .fyvsraoo2n {
    grid-template-columns: 1fr;
    gap: 30px;
  }
/* 1vb937 */
  .st-1brw3m {
    flex-direction: column;
    text-align: center;
  }

  .sc-74zptw {
    padding: 25px 20px;
  }

  ._5rzski h2 {
    font-size: 1.8rem;
  }
/* 7wja0uc */
  ._j3yw6i7 h1 {
    font-size: 1.9rem;
  }
}

@media (max-width: 480px) {
  .o9y7p9b9t h1 {
    font-size: 1.7rem;
  }

  ._pencn5 {
    flex-direction: column;
  }

  ._yud7sub9 {
    flex-direction: column;
  }

  .vw9d2wmh5s,
  ._1c5f2lpy {
    width: 100%;
    justify-content: center;
  }
}

/* qtgpwg7hy98dajvd */
