/* 8qwtsijy57a7 | v4.41 */
/* ========================================
   影视演员百科网站 - 主样式表
   ======================================== */

/* 基础重置与变量 */
:root {
  --primary: #1a3a6b;
  --primary-light: #2d5aa0;
  --primary-dark: #0f2444;
  --accent: #d4a017;
  --accent-light: #f0c040;
  --accent-dark: #b8860b;
  --text-primary: #1a1a2e;
  --text-secondary: #4a4a6a;
  --text-light: #8a8aaa;
  --bg-main: #f5f6fa;
  --bg-white: #ffffff;
  --bg-dark: #0d1b2a;
  --bg-card: #ffffff;
  --border-color: #e2e6ef;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.15);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: "思源黑体", "Noto Sans SC", "微软雅黑", "PingFang SC", sans-serif;
  --font-heading: "思源宋体", "Noto Serif SC", "宋体", serif;
  --max-width: 1280px;
}

*, *::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);
  color: var(--text-primary);
  background: var(--bg-main);
  line-height: 1.8;
  overflow-x: hidden;
}

/* 干扰标签块 - 肉眼不可见 */
._cfl1s5y {
  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(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

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

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

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

/* ========================================
   导航栏
   ======================================== */
.gvbvzxy {
  background: var(--bg-white);
  border-bottom: 2px solid var(--accent);
  z-index: 1000;
  position: relative;
}

._s5xe1sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
/* 84lo */
.x496c7ehsu {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* pn8x1 */
.x496c7ehsu .tw-oaxl2v {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.x496c7ehsu .st-7y17xb {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
}

.css-a1plrg {
  display: flex;
  align-items: center;
  gap: 0;
}

.css-a1plrg a {
  padding: 10px 18px;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: var(--transition);
}

.css-a1plrg a:hover,
.css-a1plrg a.active {
  color: var(--accent-dark);
  border-bottom-color: var(--accent);
}

/* 移动端菜单按钮 */
.el-08ooyn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  background: none;
  border: none;
}

.el-08ooyn span {
  width: 28px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: var(--transition);
}
/* 19wi2k */
/* ========================================
   面包屑导航
   ======================================== */
._bzvjnd {
  background: var(--bg-white);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

._j8iopqd {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-light);
}

._j8iopqd li::after {
  content: "›";
  margin-left: 8px;
  color: var(--text-light);
}

._j8iopqd li:last-child::after {
  display: none;
}

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

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

/* ========================================
   轮播区域
   ======================================== */
._pep5gf {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-dark);
}

._f7oc8eq {
  display: flex;
  transition: transform 0.6s ease;
}

.hudftgj {
  min-width: 100%;
  position: relative;
}

.hudftgj img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

._1nx8ju4v {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 40px 40px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: #fff;
}

._1nx8ju4v h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 10px;
}

._1nx8ju4v p {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 600px;
}

.css-sqk32y {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}

.sc-9aql9q {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
  border: none;
}

.sc-9aql9q.active {
  background: var(--accent);
  transform: scale(1.2);
}

/* ========================================
   搜索模块
   ======================================== */
.sc-yj9mmy {
  background: var(--bg-white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border-color);
}

._z4ni7p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

._z4ni7p h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 20px;
}

.sc-as9983 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
/* 342e */
.sc-as9983 input,
.sc-as9983 select {
  padding: 12px 18px;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: var(--font-main);
  transition: var(--transition);
  background: var(--bg-main);
}

.sc-as9983 input:focus,
.sc-as9983 select:focus {
  border-color: var(--accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
}

.sc-as9983 input[type="text"] {
  flex: 1;
  min-width: 250px;
}

.sc-as9983 select {
  min-width: 150px;
}
/* qio4t4ypq */
.h8h155a {
  padding: 12px 30px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.h8h155a:hover {
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* ========================================
   通用区块标题
   ======================================== */
.sbrx74jm4 {
  text-align: center;
  margin-bottom: 40px;
}

.sbrx74jm4 h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.sbrx74jm4 h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
/* im31ru */
.sbrx74jm4 p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 15px;
}

/* ========================================
   试镜/招聘公告区
   ======================================== */
.css-wj5jnv {
  padding: 60px 0;
  background: var(--bg-main);
}

.hlj2wn1q {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}
/* zoxt */
.n9g3nvm3 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

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

.n9g3nvm3 .e38g89qp6 {
  padding: 20px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.n9g3nvm3 ._ugupj51 {
  display: inline-block;
  padding: 4px 12px;
  background: var(--accent);
  color: #fff;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.n9g3nvm3 ._iy1g2w40 {
  padding: 4px 10px;
  background: #e74c3c;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
}

.n9g3nvm3 ._akax2q {
  padding: 0 24px 20px;
}

.n9g3nvm3 h3 {
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}
/* 87tcfnt8z */
.n9g3nvm3 .psqwc909rc {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.n9g3nvm3 .psqwc909rc span::before {
  margin-right: 4px;
}

.n9g3nvm3 .st-z1nlcz {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 15px;
}

.n9g3nvm3 .fye2k5tb6q {
  padding: 15px 24px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n936amo0 {
  padding: 8px 20px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
}

.n936amo0:hover {
  background: var(--accent);
}

/* ========================================
   明星演员推荐区
   ======================================== */
.u8zjl3fc {
  padding: 60px 0;
  background: var(--bg-white);
}

._nmpio3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}
/* 219dx5y */
.css-xs0d9p {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-align: center;
  border: 1px solid var(--border-color);
}

.css-xs0d9p:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.css-xs0d9p .el-blte5l {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
/* w607u */
.css-xs0d9p .tw-uwnjzi {
  padding: 18px;
}

.css-xs0d9p h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.css-xs0d9p ._engv8ku1 {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.css-xs0d9p .z1ybgj1ca2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sbisyktkg6 {
  color: var(--accent);
  font-size: 0.9rem;
}

._dzcii68s {
  font-weight: 700;
  color: var(--accent-dark);
  font-size: 1rem;
}

/* ========================================
   人才匹配入口
   ======================================== */
.css-v3i2kr {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  text-align: center;
}

.css-v3i2kr h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 15px;
}
/* pwmer36c */
.css-v3i2kr p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 30px;
}

.wnprq2o3es {
  display: inline-block;
  padding: 15px 40px;
  background: var(--accent);
  color: var(--primary-dark);
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.wnprq2o3es:hover {
  background: var(--accent-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--primary-dark);
}
/* euov9zbo5 */
/* ========================================
   行业资讯区
   ======================================== */
._v7pax4b {
  padding: 60px 0;
  background: var(--bg-main);
}
/* 09m1r4rj */
.zty8nqgjur {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

.st-q2i5qx {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

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

.st-q2i5qx img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* 7om9v4 */
.st-q2i5qx .u387yqf {
  padding: 20px;
}

.st-q2i5qx h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.5;
}

.st-q2i5qx ._ox3uxy9n {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

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

/* ========================================
   常见问题区
   ======================================== */
.uxgia4vgak {
  padding: 60px 0;
  background: var(--bg-white);
}

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

.q7tjq5g6 {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}

.q7tjq5g6:hover {
  border-color: var(--accent);
}

.muob52mq {
  padding: 18px 24px;
  background: var(--bg-main);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--text-primary);
  font-size: 1rem;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--font-main);
}

.muob52mq::after {
  content: "＋";
  font-size: 1.2rem;
  color: var(--accent);
  transition: var(--transition);
}

.q7tjq5g6.active .muob52mq::after {
  content: "－";
}

._3r4h5t8d {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

.q7tjq5g6.active ._3r4h5t8d {
  padding: 18px 24px;
  max-height: 500px;
}

/* ========================================
   页脚
   ======================================== */
.i3tdhxg {
  background: var(--bg-dark);
  color: #ccc;
  padding: 50px 0 0;
}

.v2k5dirghi {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.el-ey1495 h3 {
  color: var(--accent);
  font-size: 1.1rem;
  margin-bottom: 18px;
  font-family: var(--font-heading);
}

.el-ey1495 ul {
  list-style: none;
}

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

.el-ey1495 ul li a {
  color: #aaa;
  font-size: 0.9rem;
  transition: var(--transition);
}

.el-ey1495 ul li a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.el-ey1495 p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #999;
}

.pxe9nk7x2 {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.pxe9nk7x2 a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 0.85rem;
  transition: var(--transition);
}

.pxe9nk7x2 a:hover {
  background: var(--accent);
  color: var(--primary-dark);
}

.el-9uwake {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: #777;
}

.el-9uwake a {
  color: #999;
}

.el-9uwake a:hover {
  color: var(--accent);
}

/* ========================================
   内页通用样式
   ======================================== */
.sc-bi22yg {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.sc-bi22yg h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  margin-bottom: 12px;
}
/* ajeyu51on */
.sc-bi22yg p {
  font-size: 1.05rem;
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto;
}

.css-zwwdyu {
  padding: 50px 0;
}

/* 演员详情页 */
._7par8z {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

._k60osoy {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.wow5q94u9 h1 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.wow5q94u9 ._teb09n {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.wow5q94u9 ._teb09n td {
  padding: 10px 15px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}

.wow5q94u9 ._teb09n td:first-child {
  width: 120px;
  color: var(--text-light);
  font-weight: 600;
}

/* 作品列表 */
._zzqahot {
  margin: 30px 0;
}
/* ae38c */
.lw2z3ua9ro {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px;
  background: var(--bg-main);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  transition: var(--transition);
}

.lw2z3ua9ro:hover {
  background: var(--bg-white);
  box-shadow: var(--shadow-sm);
}

.sc-6qbw2h {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}

.sc-ihk4hd { background: #e74c3c; }
.tw-0wethp { background: #3498db; }
._ndgg6oq { background: #2ecc71; }

/* 评论区 */
.hw5ygdl {
  margin-top: 40px;
}

.sc-b1lls1 {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 15px;
}

.iwiru09dg5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

._b5oa9k {
  font-weight: 600;
  color: var(--primary);
}

._anyfmwoh {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

/* 招聘详情页 */
.x7beg77 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
/* 5ozz5b22tj */
.x7beg77 h2 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent);
}

._k0lbjk {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.tw-dxt95b {
  padding: 15px;
  background: var(--bg-main);
  border-radius: var(--radius-sm);
}

.tw-dxt95b .z7q04wwrm {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 5px;
}

.tw-dxt95b .tfyvynz {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* 人才匹配页 */
._x7m4ohfh {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 40px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 40px;
}

.sc-wjqj8x {
  margin-bottom: 20px;
}

.sc-wjqj8x label {
  display: block;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-size: 0.95rem;
}
/* f9rapv3b5a */
.sc-wjqj8x input,
.sc-wjqj8x select,
.sc-wjqj8x textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-family: var(--font-main);
  transition: var(--transition);
  background: var(--bg-main);
}
/* krpjdjr5 */
.sc-wjqj8x input:focus,
.sc-wjqj8x select:focus,
.sc-wjqj8x textarea:focus {
  border-color: var(--accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
}
/* w0xq */
.sc-wjqj8x textarea {
  min-height: 120px;
  resize: vertical;
}

.sc-lt997p {
  border: 2px dashed var(--border-color);
  border-radius: var(--radius-md);
  padding: 40px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  background: var(--bg-main);
}

.sc-lt997p:hover {
  border-color: var(--accent);
  background: rgba(212, 160, 23, 0.05);
}
/* bqa77y */
.sc-lt997p .el-o8kr3c {
  font-size: 2.5rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

.sc-lt997p p {
  color: var(--text-secondary);
}

/* 匹配结果 */
.st-dlkd63 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

._r824wccf {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

._r824wccf:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
}

.st-x1q387 {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  color: var(--primary-dark);
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 12px;
}

/* 社区页 */
.ghii2b6rsd {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.ghii2b6rsd:hover {
  box-shadow: var(--shadow-md);
}
/* p9w5y */
.ghii2b6rsd .ben6wo4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
/* 9uaejhjrz */
.ghii2b6rsd ._h5rmdpyp {
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}

._wmugky { background: #9b59b6; }
.el-fmoixs { background: #3498db; }
._sej59r6 { background: #e74c3c; }
/* i0ykvi1 */._yz9mxbfk { background: #2ecc71; }
/* utc9px */
.ghii2b6rsd h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.ghii2b6rsd ._y1fcf09 {
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 15px;
}

.ghii2b6rsd .b1gj9a3 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 10px;
  line-height: 1.6;
}
/* di7m */
/* 专栏文章 */
._klb0zl2 {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

._klb0zl2:hover {
  box-shadow: var(--shadow-md);
}

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

._klb0zl2 .st-vr5185 {
  padding: 20px;
}

._klb0zl2 h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 8px;
}

._klb0zl2 .tw-2leqzr {
  font-size: 0.85rem;
  color: var(--accent-dark);
  margin-bottom: 8px;
}

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

/* ========================================
   动画效果
   ======================================== */
._22d11wo8 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* mx0a2 */
._22d11wo8.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

.sc-w4kvt3 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.sc-w4kvt3.visible {
  opacity: 1;
  transform: scale(1);
}

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  ._7par8z {
    grid-template-columns: 250px 1fr;
  }
/* rt68xjo */  
  ._klb0zl2 {
    grid-template-columns: 160px 1fr;
  }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
/* 7oxh86s */  
  .el-08ooyn { display: flex; }
/* 3p93nxbg0d */  
  .css-a1plrg {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-white);
    flex-direction: column;
    border-bottom: 2px solid var(--accent);
    display: none;
    box-shadow: var(--shadow-md);
  }
  
  .css-a1plrg.open { display: flex; }
  
  .css-a1plrg a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
  }
/* vdwuslcbv */  
  .hudftgj img { height: 300px; }
  
  ._1nx8ju4v h2 { font-size: 1.4rem; }
  
  .hlj2wn1q { grid-template-columns: 1fr; }
  
  ._nmpio3 { grid-template-columns: repeat(2, 1fr); }
  
  .zty8nqgjur { grid-template-columns: 1fr; }
  
  ._7par8z {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  ._k60osoy {
    max-width: 300px;
    margin: 0 auto;
  }
  
  ._klb0zl2 {
    grid-template-columns: 1fr;
  }
  
  ._klb0zl2 img {
    height: 200px;
  }
  
  ._x7m4ohfh { padding: 24px; }
  
  .v2k5dirghi { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  
  ._nmpio3 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  
  .css-xs0d9p .el-blte5l { height: 180px; }
  
  .sc-as9983 { flex-direction: column; }
  
  .sc-as9983 input[type="text"] { min-width: 100%; }
  
  .v2k5dirghi { grid-template-columns: 1fr; }
  
  .sc-bi22yg h1 { font-size: 1.6rem; }
  
  .css-v3i2kr h2 { font-size: 1.5rem; }
}

/* ========================================
   隐私政策页面
   ======================================== */
.jseqeo36d {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.jseqeo36d h2 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--primary);
  margin: 30px 0 15px;
}

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

/* 返回顶部 */
._k74fasjf {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

._k74fasjf.show {
  opacity: 1;
  visibility: visible;
}

._k74fasjf:hover {
  background: var(--accent);
  transform: translateY(-3px);
}

/* 加载动画 */
.st-6pzh2p {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* 统计数据展示 */
.st-0vnblj {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  padding: 30px 0;
  color: #fff;
}

._gzoh2nda {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

._r6c42x6 .tw-6jre2v {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  display: block;
}

._r6c42x6 ._einzim {
  font-size: 0.9rem;
  opacity: 0.85;
}
/* q5fss */
@media (max-width: 768px) {
  ._gzoh2nda { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  ._gzoh2nda { grid-template-columns: 1fr; }
}

/* e81q7p32ryjpqslt */
