/* edqm6wgfug76 | v5.61 */
/* ============================================
   游戏配音服务网站 - 主样式表
   ============================================ */

/* 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);
}

/* 重置样式 */
*, *::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;
}

/* 干扰标签区块隐藏样式 */
._4xjnd53 {
  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;
}
/* fc2rmhb81 */
ul, ol {
  list-style: none;
}

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

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

.sc-2i7nc4 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;
}
/* et73pz51f1 */
.sc-2i7nc4 h2 span {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-2i7nc4 p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto;
}
/* 8804 */
/* ============================================
   导航栏
   ============================================ */
.css-4owlp1 {
  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;
}

.tw-scj5fm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
/* xp3hbgl3 */
.sc-3xgars {
  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;
}

.sc-3xgars a {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.st-vzg3cx {
  display: flex;
  gap: 8px;
  align-items: center;
}

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

.st-vzg3cx a:hover,
.st-vzg3cx a.active {
  color: var(--text-primary);
  background: rgba(108, 60, 224, 0.15);
}
/* of2yfu */
.tdrkddcc {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  background: none;
  border: none;
}

.tdrkddcc span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}

/* ============================================
   英雄板块
   ============================================ */
._r9pove5w {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0 80px;
}
/* o4irzb */
.v5ztkvo9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

.v5ztkvo9::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%);
}
/* yrol5q */
._o9gciy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}
/* kpwsp1f3 */
._o9gciy h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}
/* mxup23 */
._o9gciy h1 span {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._o9gciy p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 35px;
  line-height: 1.9;
}
/* 2pt3 */
._6w2dkhgg {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

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

.sc-ih9cee {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
/* 0nsws4 */
._ayhh9m7 {
  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;
}
/* yu7ikfq */
._ayhh9m7:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--shadow-color);
  color: #fff;
}
/* ojlbh2wpr */
.tw-1o34nv {
  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;
}

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

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

.sc-hkhgzj .tw-p09v7k {
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

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

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

.el-qlj8hg {
  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;
}
/* igxvrhm4tl */
.el-qlj8hg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-1);
  opacity: 0;
  transition: var(--transition);
}

.el-qlj8hg:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  box-shadow: 0 15px 40px rgba(108, 60, 224, 0.1);
}
/* q710ph74 */
.el-qlj8hg:hover::before {
  opacity: 1;
}
/* syjalbs */
.st-w36tec {
  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;
}

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

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

.el-qlj8hg ._6pnlwpv6 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--primary-light);
  font-weight: 500;
}

/* ============================================
   价格与套餐
   ============================================ */
.zv4qyjul {
  padding: 90px 0;
  background: var(--bg-dark);
}

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

.n76z8ncbb4 {
  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;
}
/* edn2dy9asa */
.n76z8ncbb4.jj3i9xr8m {
  border-color: var(--primary);
  transform: scale(1.03);
}

.n76z8ncbb4.jj3i9xr8m::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;
}

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

.n76z8ncbb4.jj3i9xr8m:hover {
  transform: scale(1.03) translateY(-5px);
}

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

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

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

.sc-rf0ep6 {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 25px;
}

._q7lzmfk7 {
  text-align: left;
  margin-bottom: 30px;
}

._q7lzmfk7 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;
}

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

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

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

._lh5rpko {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

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

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

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

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

.sc-sz6m0k:hover ._lo8c89 img {
  transform: scale(1.05);
}

.uydy0bo {
  padding: 25px;
}

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

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

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

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

._vrdhhs .sc-orgadk {
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 600;
}

._vrdhhs ._arxmhnzi {
  font-size: 0.88rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 6px;
}
/* imrzx0k */
/* ============================================
   风险披露区
   ============================================ */
._bu634lz {
  padding: 70px 0;
  background: var(--bg-dark);
}

._i6v7rfv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* gsh0haxh */
.tw-ntsjrj {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 28px 22px;
}

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

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

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

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

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

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

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

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

._ux7t3oz .tw-bwyfv7 {
  font-size: 1.2rem;
  transition: var(--transition);
  color: var(--primary-light);
}
/* yob6o1wt */
.el-xhl93a.active .tw-bwyfv7 {
  transform: rotate(45deg);
}

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

.el-befj0l {
  padding: 0 25px 20px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

.el-xhl93a.active .css-kjn2sv {
  max-height: 500px;
}

/* ============================================
   面包屑导航
   ============================================ */
.ibcmj8d {
  padding: 15px 0;
  background: rgba(13, 11, 26, 0.5);
}
/* 59gvlug */
.tw-lbd9ey {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}
/* 2h7go */
.tw-lbd9ey li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
}

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

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

.tw-lbd9ey li .tw-1himwt {
  color: var(--text-muted);
}
/* btroh */
/* ============================================
   页脚
   ============================================ */
._4ci89l0f {
  background: var(--bg-card);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 0;
}

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

.ufochqyo .css-ml95o4 {
  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;
}

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

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

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

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

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

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

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

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

.ndad6xn {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

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

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

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

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

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

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

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

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

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

._d51oqiz {
  padding: 60px 0;
}

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

.el-8qinnk h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text-primary);
}

.el-8qinnk h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--primary-light);
}

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

.el-8qinnk ul li,
.el-8qinnk ol li {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}

.el-8qinnk ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary-light);
}

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

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

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

.tw-jbh84d {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

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

.st-u9fsri:hover .tw-jbh84d img {
  transform: scale(1.05);
}

.np0pjfr {
  padding: 22px;
}

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

.np0pjfr .zo2uf85 {
  font-size: 0.85rem;
  color: var(--primary-light);
  margin-bottom: 10px;
}

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

.css-5uq6db {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}
/* imrtpcnz */
.css-5uq6db 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;
}
/* ice7jdkq */
/* 博客卡片 */
.b2s4w58 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
/* 7p3ezm3 */
.el-1mk2ke {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}

.el-1mk2ke:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(108, 60, 224, 0.1);
}
/* gwa2mytg */
.sc-hgto63 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

.el-1mk2ke:hover .sc-hgto63 img {
  transform: scale(1.05);
}

.tw-0grpqy {
  padding: 22px;
}

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

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

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

/* 评论卡片 */
._rnqjqkj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

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

.abvrroq {
  color: #ffc107;
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

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

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

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

.css-eppzo5 ._ymorsw {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
}
/* n551rk */
.css-eppzo5 .snpqlxwup {
  font-size: 0.8rem;
  color: var(--text-muted);
}

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

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

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

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

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

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

._ahwu6wru input,
._ahwu6wru textarea,
._ahwu6wru 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);
}

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

._ahwu6wru textarea {
  min-height: 120px;
  resize: vertical;
}

/* 价格表格 */
.st-sva8s9 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

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

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

.st-sva8s9 td {
  color: var(--text-secondary);
}

.st-sva8s9 tr:hover td {
  background: rgba(108, 60, 224, 0.04);
}

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

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

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

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

._8jmw3m {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* whdmo0nvf */
._8jmw3m.visible {
  opacity: 1;
  transform: translateX(0);
}
/* n2q2z1k */
/* 脉冲动画 */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(108, 60, 224, 0.2); }
/* 25thh */  50% { box-shadow: 0 0 40px rgba(108, 60, 224, 0.4); }
}

.sc-4wtuls {
  animation: pulse-glow 3s ease-in-out infinite;
}

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

.suwq20hhl {
  animation: float 4s ease-in-out infinite;
}

/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 1024px) {
  ._dfg7vo,
  .szef1yjt,
  .fppr5l6n,
  .b2s4w58 {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .n76z8ncbb4.jj3i9xr8m {
    transform: scale(1);
  }

  .n76z8ncbb4.jj3i9xr8m:hover {
    transform: translateY(-5px);
  }
}

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

  .st-vzg3cx {
    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;
  }
/* m5to30 */
  .st-vzg3cx.active {
    display: flex;
  }

  .tdrkddcc {
    display: flex;
  }

  ._r9pove5w {
    min-height: auto;
    padding: 80px 0 60px;
  }

  ._o9gciy h1 {
    font-size: 2rem;
  }

  ._paylbz1 {
    gap: 25px;
    flex-wrap: wrap;
  }

  ._dfg7vo,
  .szef1yjt,
  ._lh5rpko,
  ._i6v7rfv,
  .fppr5l6n,
  .b2s4w58,
  ._rnqjqkj {
    grid-template-columns: 1fr;
  }

  .css-x0j1dw {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ndad6xn {
    flex-direction: column;
    text-align: center;
  }

  .el-8qinnk {
    padding: 25px 20px;
  }

  .sc-2i7nc4 h2 {
    font-size: 1.8rem;
  }

  ._4u2bddy h1 {
    font-size: 1.9rem;
  }
/* 8tosf5ci */}

@media (max-width: 480px) {
  ._o9gciy h1 {
    font-size: 1.7rem;
  }
/* 79kp9pj6m6 */
  .sc-ih9cee {
    flex-direction: column;
  }

  ._6w2dkhgg {
    flex-direction: column;
  }

  ._ayhh9m7,
  .tw-1o34nv {
    width: 100%;
    justify-content: center;
  }
}

/* hk6axp16kgpzunxx */
