/* azifchqmhibw | v3.61 */
/* ========================================
   影视演员百科网站 - 主样式表
   ======================================== */

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

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

/* 容器 */
.tw-zkj3iv {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}
/* t8ewfezhou */
/* ========================================
   导航栏
   ======================================== */
.lqxgzh6 {
  background: var(--bg-white);
  border-bottom: 2px solid var(--accent);
  z-index: 1000;
  position: relative;
}

.st-wu8o81 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

._u0rhza8 {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* gask8kg */
._u0rhza8 ._hjb3ygg {
  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;
}

._u0rhza8 .tw-333dyo {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
}
/* pkdnexy */
.sc-uu2q4j {
  display: flex;
  align-items: center;
  gap: 0;
}

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

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

/* 移动端菜单按钮 */
._mx8ganz {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  background: none;
  border: none;
}
/* jvlha */
._mx8ganz span {
  width: 28px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: var(--transition);
}

/* ========================================
   面包屑导航
   ======================================== */
.s3sjuf0e {
  background: var(--bg-white);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pvohozm select {
  min-width: 150px;
}

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

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

/* ========================================
   通用区块标题
   ======================================== */
.el-ktn1w9 {
  text-align: center;
  margin-bottom: 40px;
}
/* qqcp6mv */
.el-ktn1w9 h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.el-ktn1w9 h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}

.el-ktn1w9 p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 15px;
}

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

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

.css-533ea6 {
  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);
}

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

.css-533ea6 .vsvv6o6 {
  padding: 20px 24px 12px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* lj6kpu8 */
.css-533ea6 .av68opk4s {
  display: inline-block;
  padding: 4px 12px;
  background: var(--accent);
  color: #fff;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
/* fpy981rkb */
.css-533ea6 ._a238xp {
  padding: 4px 10px;
  background: #e74c3c;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
}

.css-533ea6 ._9wq3np4 {
  padding: 0 24px 20px;
}

.css-533ea6 h3 {
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.css-533ea6 .sc-cqngu1 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.css-533ea6 .sc-cqngu1 span::before {
  margin-right: 4px;
}

.css-533ea6 .el-vdp95u {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 15px;
}

.css-533ea6 ._9mprdh {
  padding: 15px 24px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* wav690p */
._bf5k4xy {
  padding: 8px 20px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
}

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

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

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

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

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

.esckuddxm ._mo3bw14 {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.esckuddxm .css-47vazq {
  padding: 18px;
}

.esckuddxm h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 6px;
}
/* ticygkbk */
.esckuddxm ._e4tpaj {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}
/* p5quv30 */
.esckuddxm .k6zfkmpc51 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

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

.szjjjc0x5 {
  font-weight: 700;
  color: var(--accent-dark);
  font-size: 1rem;
}
/* c9ccj3ono */
/* ========================================
   人才匹配入口
   ======================================== */
._er4cmoq {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

.pn54na66t3:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
/* iajeg */
.pn54na66t3 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/* ttaj2ijlr0 */
.pn54na66t3 ._0m88v4w {
  padding: 20px;
}

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

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

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

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

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

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

.st-68rws5:hover {
  border-color: var(--accent);
}

.st-0idfgh {
  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);
}

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

.st-68rws5.active .st-0idfgh::after {
  content: "－";
}

._sakjq41r {
  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;
}
/* j04gt0ec */
.st-68rws5.active ._sakjq41r {
  padding: 18px 24px;
  max-height: 500px;
}

/* ========================================
   页脚
   ======================================== */
.tw-n93guc {
  background: var(--bg-dark);
  color: #ccc;
  padding: 50px 0 0;
}
/* wfe0t */
._v1emvav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

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

.dcu4mjtn ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

.sc-yr1opz a {
  color: #999;
}

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

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

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

._tfij97t8 {
  padding: 50px 0;
}

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

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

.css-3nshmu .ytelf3jhat {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/* j2qqqtpzt */
.css-3nshmu .ytelf3jhat td {
  padding: 10px 15px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.95rem;
}

.css-3nshmu .ytelf3jhat td:first-child {
  width: 120px;
  color: var(--text-light);
  font-weight: 600;
}

/* 作品列表 */
.st-p37drb {
  margin: 30px 0;
}

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

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

.clrt5mfd44 {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
/* ywfl7 */
.x2ybnhn1 { background: #e74c3c; }
/* 0utk7hhsq */.tw-tnhtnm { background: #3498db; }
.u3uqv4rvuk { background: #2ecc71; }

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

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

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

._4c2ak9c {
  font-weight: 600;
  color: var(--primary);
}
/* 3safq4my */
._5oy6rkk3 {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

.st-hevqiv h2 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent);
}

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

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

._vw6wb82n .st-0q462r {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 5px;
}
/* l1s1s2 */
._vw6wb82n .rxda3ya {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

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

.cmvgqfhypr {
  margin-bottom: 20px;
}

.cmvgqfhypr label {
  display: block;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-size: 0.95rem;
}
/* qq1gd */
.cmvgqfhypr input,
.cmvgqfhypr select,
.cmvgqfhypr 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);
}

.cmvgqfhypr input:focus,
.cmvgqfhypr select:focus,
.cmvgqfhypr textarea:focus {
  border-color: var(--accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
}
/* 9nyutrwuh */
.cmvgqfhypr textarea {
  min-height: 120px;
  resize: vertical;
}

.sc-vzdlql {
  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);
}
/* ppu8 */
.sc-vzdlql:hover {
  border-color: var(--accent);
  background: rgba(212, 160, 23, 0.05);
}

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

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

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

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

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

.ts3x60mje {
  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-izmt7h {
  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-izmt7h:hover {
  box-shadow: var(--shadow-md);
}

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

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

.glwxhnnw { background: #9b59b6; }
.css-uim53x { background: #3498db; }
/* kndpq */.fqwfnk4nu { background: #e74c3c; }
.tw-rf0jtd { background: #2ecc71; }

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

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

.css-izmt7h .sc-9j3dwb {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 10px;
  line-height: 1.6;
}

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

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

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

.eaazp7e7h .sc-5skjkp {
  padding: 20px;
}

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

.eaazp7e7h .el-qmcg8u {
  font-size: 0.85rem;
  color: var(--accent-dark);
  margin-bottom: 8px;
}

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

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

.tw-t7d97h.visible {
  opacity: 1;
  transform: translateY(0);
}

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

.el-e7a4tt.visible {
  opacity: 1;
  transform: translateX(0);
}

.st-myq4h9 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
/* 4xpz */
.st-myq4h9.visible {
  opacity: 1;
  transform: scale(1);
}

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

@media (max-width: 768px) {
  html { font-size: 15px; }
  
  ._mx8ganz { display: flex; }
  
  .sc-uu2q4j {
    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);
  }
  
  .sc-uu2q4j.open { display: flex; }
  
  .sc-uu2q4j a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
  }
/* v7qkr */  
  ._kq2z87yw img { height: 300px; }
  
  .bq8owpj4m6 h2 { font-size: 1.4rem; }
  
  .rq3co3st { grid-template-columns: 1fr; }
  
  .moisg5j { grid-template-columns: repeat(2, 1fr); }
/* lucz0rb1tw */  
  .el-yi6zm3 { grid-template-columns: 1fr; }
  
  ._qw2p196 {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  ._xxysmi8 {
    max-width: 300px;
    margin: 0 auto;
  }
  
  .eaazp7e7h {
    grid-template-columns: 1fr;
  }
/* d0guhc */  
  .eaazp7e7h img {
    height: 200px;
  }
/* ozre */  
  ._tj16y1l { padding: 24px; }
  
  ._v1emvav { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  html { font-size: 14px; }
  
  .moisg5j { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  
  .esckuddxm ._mo3bw14 { height: 180px; }
  
  .pvohozm { flex-direction: column; }
  
  .pvohozm input[type="text"] { min-width: 100%; }
  
  ._v1emvav { grid-template-columns: 1fr; }
  
  ._y96m7n h1 { font-size: 1.6rem; }
  
  ._er4cmoq h2 { font-size: 1.5rem; }
}

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

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

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

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

._xccy12s:hover {
  background: var(--accent);
  transform: translateY(-3px);
}
/* 28v61 */
/* 加载动画 */
._w6r7ka {
  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; }
}
/* l81atyma */
/* 统计数据展示 */
.sc-d3e7pu {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  padding: 30px 0;
  color: #fff;
}

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

.st-l061r0 ._ogdxe2u {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  display: block;
}

.st-l061r0 .el-6pmcej {
  font-size: 0.9rem;
  opacity: 0.85;
}
/* e1oyt */
@media (max-width: 768px) {
  .vdtbei3co { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .vdtbei3co { grid-template-columns: 1fr; }
}
/* 1e51iptz */
/* 8gcyp1cp7s3mo7ot */
