/* 9p3zug6ioaom | v1.33 */
/* ========================================
   影视演员百科网站 - 主样式表
   ======================================== */

/* 基础重置与变量 */
: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;
}

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

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

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

.el-urwvoz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
/* r0mcbff */
.lylmuor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lylmuor .tw-8l4o8d {
  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;
}

.lylmuor .qc165z2 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
}

.tw-w89a1v {
  display: flex;
  align-items: center;
  gap: 0;
}

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

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

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

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

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

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

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

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

.ambi9alc a:hover {
  color: var(--accent);
}
/* 13xwihzy */
/* ========================================
   轮播区域
   ======================================== */
.jqu6iw2j {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-dark);
}

.mevebcvhp7 {
  display: flex;
  transition: transform 0.6s ease;
}
/* 8m45kz83 */
._q1qy4bjg {
  min-width: 100%;
  position: relative;
}

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

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

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

.jdbx9vh p {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 600px;
}
/* 6443bv */
.a550tcp {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 10px;
}
/* 8rfe2a */
.drlpkk6bl {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
  border: none;
}

.drlpkk6bl.active {
  background: var(--accent);
  transform: scale(1.2);
}

/* ========================================
   搜索模块
   ======================================== */
._vmwslrw {
  background: var(--bg-white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border-color);
}
/* kqwu */
.sc-1bbuju {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

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

.st-4d7rnb {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.st-4d7rnb input,
.st-4d7rnb 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);
}

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

.st-4d7rnb input[type="text"] {
  flex: 1;
  min-width: 250px;
}

.st-4d7rnb select {
  min-width: 150px;
}

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

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

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

._5b9c0qd h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
/* eqsyfcauv */
._5b9c0qd h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
/* 0m2yrs */
._5b9c0qd p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 15px;
}

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

._2d4uswey {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

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

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

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

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

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

.nel0hnmnln .css-ykghmw {
  padding: 0 24px 20px;
}
/* hi2et1vq7 */
.nel0hnmnln h3 {
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.nel0hnmnln ._d9qiaz {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.nel0hnmnln ._d9qiaz span::before {
  margin-right: 4px;
}

.nel0hnmnln .tw-u5yzi2 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 15px;
}

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

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

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

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

.st0rt0ksw {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}

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

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

.sc-ngf9ka .txijq7jqqy {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.sc-ngf9ka .fc8vntt {
  padding: 18px;
}

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

.sc-ngf9ka .p4v38pbsj {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.sc-ngf9ka .kea7put {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

._6y9op6 {
  color: var(--accent);
  font-size: 0.9rem;
}
/* 826lu */
._efbqt1q {
  font-weight: 700;
  color: var(--accent-dark);
  font-size: 1rem;
}

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

.el-x4ztmv h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: 15px;
}

.el-x4ztmv p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 30px;
}

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

._9jujym:hover {
  background: var(--accent-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: var(--primary-dark);
}

/* ========================================
   行业资讯区
   ======================================== */
._v40j8dc {
  padding: 60px 0;
  background: var(--bg-main);
}

.zo65k9qxvj {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

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

._1a5qnw:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
/* hv5f3ljv */
._1a5qnw img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

._1a5qnw ._uywu2cg {
  padding: 20px;
}
/* x4acd9qao */
._1a5qnw h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

._06nhw2.active .lelsgp6fm6::after {
  content: "－";
}

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

._06nhw2.active .ng0ohvrm {
  padding: 18px 24px;
  max-height: 500px;
}

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

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

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

.m5cr4jm ul {
  list-style: none;
}
/* b5jii4 */
.m5cr4jm ul li {
  margin-bottom: 10px;
}

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

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

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

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

.tw-k1xp0g 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);
}
/* xk57and2h */
.tw-k1xp0g a:hover {
  background: var(--accent);
  color: var(--primary-dark);
}

.el-fyljf5 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: #777;
}
/* i9xkv4 */
.el-fyljf5 a {
  color: #999;
}

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

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

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

.c8ar470s6x {
  padding: 50px 0;
}

/* 演员详情页 */
.st-4mz94u {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* 2ake */
._x3v5bai {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

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

.el-06lvjp ._0qs8xvu {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.el-06lvjp ._0qs8xvu td {
  padding: 10px 15px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}

.el-06lvjp ._0qs8xvu td:first-child {
  width: 120px;
  color: var(--text-light);
  font-weight: 600;
}

/* 作品列表 */
._b006jz {
  margin: 30px 0;
}

._seds6ovn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px;
  background: var(--bg-main);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  transition: var(--transition);
}

._seds6ovn:hover {
  background: var(--bg-white);
  box-shadow: var(--shadow-sm);
}
/* kj2rl0vt */
._fn9gqb6 {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}

._qzlxo2k { background: #e74c3c; }
.agzgnnc3qc { background: #3498db; }
.tw-tyeq06 { background: #2ecc71; }

/* 评论区 */
.css-pm7pny {
  margin-top: 40px;
}
/* 44vsg7 */
.tw-wa48a1 {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 15px;
}

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

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

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

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

/* 招聘详情页 */
._tffl9o {
  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;
}

._tffl9o h2 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent);
}
/* 9eczy */
.tw-e7j2hz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

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

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

.e0ucbyz5d .e6qygfx {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

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

._2rfloz {
  margin-bottom: 20px;
}

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

._2rfloz input,
._2rfloz select,
._2rfloz 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);
}

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

._2rfloz textarea {
  min-height: 120px;
  resize: vertical;
}
/* qdu6il4 */
.l2vjtaun {
  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);
}

.l2vjtaun:hover {
  border-color: var(--accent);
  background: rgba(212, 160, 23, 0.05);
}

.l2vjtaun ._hwhysua {
  font-size: 2.5rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

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

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

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

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

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

/* 社区页 */
.css-4sgvbv {
  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);
}

.css-4sgvbv:hover {
  box-shadow: var(--shadow-md);
}

.css-4sgvbv ._b0o2ujj7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.css-4sgvbv ._ve7v8ubb {
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}

.g23enlk { background: #9b59b6; }
.el-27jwzy { background: #3498db; }
/* ozhteohb7 */.kzqp7rw { background: #e74c3c; }
.rrd95a6hf { background: #2ecc71; }

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

.css-4sgvbv .ez6vjk9 {
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 15px;
}

.css-4sgvbv .css-tlvxo1 {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 10px;
  line-height: 1.6;
}

/* 专栏文章 */
.css-nq18e1 {
  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);
}

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

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

.css-nq18e1 .el-snnfsl {
  padding: 20px;
}

.css-nq18e1 h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 8px;
}
/* 1nd2l1xr */
.css-nq18e1 ._z860ct {
  font-size: 0.85rem;
  color: var(--accent-dark);
  margin-bottom: 8px;
}

.css-nq18e1 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}
/* khrnvbd */
/* ========================================
   动画效果
   ======================================== */
._av1mfgdi {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

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

._qxrt3ado.visible {
  opacity: 1;
  transform: translateX(0);
}
/* zuf7ba8 */
._8w7tv2 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

._8w7tv2.visible {
  opacity: 1;
  transform: scale(1);
}

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1024px) {
  .st-4mz94u {
    grid-template-columns: 250px 1fr;
  }
  
  .css-nq18e1 {
    grid-template-columns: 160px 1fr;
  }
}

@media (max-width: 768px) {
  html { font-size: 15px; }
  
  .xn1bich5sg { display: flex; }
  
  .tw-w89a1v {
    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);
  }
  
  .tw-w89a1v.open { display: flex; }
  
  .tw-w89a1v a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
  }
  
  ._q1qy4bjg img { height: 300px; }
  
  .jdbx9vh h2 { font-size: 1.4rem; }
  
  ._2d4uswey { grid-template-columns: 1fr; }
/* ryg2j */  
  .st0rt0ksw { grid-template-columns: repeat(2, 1fr); }
  
  .zo65k9qxvj { grid-template-columns: 1fr; }
  
  .st-4mz94u {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  ._x3v5bai {
    max-width: 300px;
    margin: 0 auto;
  }
/* lsfcm8 */  
  .css-nq18e1 {
    grid-template-columns: 1fr;
  }
  
  .css-nq18e1 img {
    height: 200px;
  }
  
  ._b16xus { padding: 24px; }
  
  ._njj11lnq { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  
  .st0rt0ksw { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  
  .sc-ngf9ka .txijq7jqqy { height: 180px; }
  
  .st-4d7rnb { flex-direction: column; }
  
  .st-4d7rnb input[type="text"] { min-width: 100%; }
  
  ._njj11lnq { grid-template-columns: 1fr; }
  
  .st-shf916 h1 { font-size: 1.6rem; }
  
  .el-x4ztmv h2 { font-size: 1.5rem; }
}

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

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

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

/* 返回顶部 */
._4o6t97 {
  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;
}
/* ghj9b */
._4o6t97.show {
  opacity: 1;
  visibility: visible;
}

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

/* 加载动画 */
.tw-h46vuo {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
/* i8oapomi5 */
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

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

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

.st-31e33q .el-mlmpve {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  display: block;
}

.st-31e33q ._gmx0mib {
  font-size: 0.9rem;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .l47s17en { grid-template-columns: repeat(2, 1fr); }
/* ptzi */}

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

/* vsqfdxj29usddesm */
