/* 3q5fl94k44aw | v4.29 */
/* ========================================
   影视演员百科网站 - 主样式表
   ======================================== */

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

/* 干扰标签块 - 肉眼不可见 */
.css-uh3q0v {
  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;
}
/* 08anskcj */
/* 链接样式 */
a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent);
}
/* 1gwrazne8 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* ltw0ji */
/* 容器 */
.ru0n5em7 {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

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

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

.el-mt305x {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.el-mt305x ._f7n2d2h {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary);
}

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

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

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

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

.st-n587pi span {
  width: 28px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: var(--transition);
}

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

._efvsugb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-light);
}
/* bchvipxwg */
._efvsugb li::after {
  content: "›";
  margin-left: 8px;
  color: var(--text-light);
}

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

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

._efvsugb a:hover {
  color: var(--accent);
}
/* 04lkaam9sc */
/* ========================================
   轮播区域
   ======================================== */
._49v4ro7p {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--bg-dark);
}

.css-40dcms {
  display: flex;
  transition: transform 0.6s ease;
}

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

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

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

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

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

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

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

.pkfqrzw5.active {
  background: var(--accent);
  transform: scale(1.2);
}
/* tikx */
/* ========================================
   搜索模块
   ======================================== */
.el-5mz1fh {
  background: var(--bg-white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

._k4gpp61o p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 15px;
}
/* 6zlas */
/* ========================================
   试镜/招聘公告区
   ======================================== */
.css-g623wh {
  padding: 60px 0;
  background: var(--bg-main);
}
/* kl4w791m */
._me4ch10l {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

.st-iq770v {
  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-iq770v:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

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

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

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

.st-iq770v ._5ykn2s0 {
  padding: 0 24px 20px;
}
/* w2c4l5l */
.st-iq770v h3 {
  font-size: 1.15rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}

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

.st-iq770v ._7nw5l2x span::before {
  margin-right: 4px;
}

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

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

.css-gt05fi {
  padding: 8px 20px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
}
/* xhkjt */
.css-gt05fi:hover {
  background: var(--accent);
}

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

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

._3018rx {
  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);
}
/* 47hisop */
._3018rx:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

._3018rx .css-7318ya {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

._3018rx .tw-gxl9n0 {
  padding: 18px;
}

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

._3018rx .tw-fytwca {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

._3018rx .spwhge38z {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

._nno7gj {
  color: var(--accent);
  font-size: 0.9rem;
}
/* h20v9o */
.el-52ej0p {
  font-weight: 700;
  color: var(--accent-dark);
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.e4smhx42 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.e4smhx42 ._gyjxn0 {
  padding: 20px;
}

.e4smhx42 h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.5;
}
/* 9t7el8 */
.e4smhx42 .ujdhicz {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

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

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

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

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

.q92c975a2:hover {
  border-color: var(--accent);
}
/* gvtdwkdwxt */
.x3rcsbkxep {
  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);
}

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

.q92c975a2.active .x3rcsbkxep::after {
  content: "－";
}

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

.q92c975a2.active ._16e5g2 {
  padding: 18px 24px;
  max-height: 500px;
}

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

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

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

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

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

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

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

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

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

.tw-73d06k 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);
}

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

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

.otxi90fotu a {
  color: #999;
}

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

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

.svt2xch6u h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.svt2xch6u p {
  font-size: 1.05rem;
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto;
}

._z8zdqf3 {
  padding: 50px 0;
}

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

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

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

._jpzzad6 .hta89oe {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

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

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

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

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

._k4plq1hd:hover {
  background: var(--bg-white);
  box-shadow: var(--shadow-sm);
}
/* 680ve1mx8 */
.rrb9dmepf {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
/* zjbnuntdw */
.tw-q7mjri { background: #e74c3c; }
.lkkvkabogl { background: #3498db; }
.css-tioiwd { background: #2ecc71; }
/* r327co9y */
/* 评论区 */
._cdygq606 {
  margin-top: 40px;
}
/* z03isl */
.z5628sxltr {
  padding: 20px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  margin-bottom: 15px;
}

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

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

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

.sozr5nuww {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* gj8yuzz6sk */
/* 招聘详情页 */
.zrojnuw {
  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;
}
/* rwtjcmy19 */
.zrojnuw h2 {
  font-size: 1.4rem;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--accent);
}

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

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

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

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

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

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

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

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

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

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

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

._8npttiji .css-p5cwmh {
  font-size: 2.5rem;
  color: var(--text-light);
  margin-bottom: 10px;
}
/* 9c2ij6j1h */
._8npttiji p {
  color: var(--text-secondary);
}

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

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

._75cz3dt:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
}
/* hnd1 */
._cfqn11e {
  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;
}

/* 社区页 */
.rqk101fj {
  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);
}
/* qp3p0fndd6 */
.rqk101fj:hover {
  box-shadow: var(--shadow-md);
}

.rqk101fj ._j9t6n3v3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
/* u2fyey */
.rqk101fj .st-z261zg {
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}

._gbn30c3o { background: #9b59b6; }
.sc-desevt { background: #3498db; }
.sc-ebjubi { background: #e74c3c; }
.tw-yebkvj { background: #2ecc71; }

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

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

.rqk101fj .j154emq {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 10px;
  line-height: 1.6;
}

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

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

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

.kcq75v6r ._h8y93xf {
  padding: 20px;
}
/* ofron2hh */
.kcq75v6r h3 {
  font-size: 1.1rem;
  color: var(--text-primary);
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  html { font-size: 15px; }
/* ghgd985w */  
  .st-n587pi { display: flex; }
  
  .css-alnw7o {
    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-alnw7o.open { display: flex; }
/* 9546cyn */  
  .css-alnw7o a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
  }
  
  ._5xnmrxt1 img { height: 300px; }
  
  ._93r5suj h2 { font-size: 1.4rem; }
  
  ._me4ch10l { grid-template-columns: 1fr; }
/* 9fm9cgy */  
  .st-r5w7qx { grid-template-columns: repeat(2, 1fr); }
  
  ._udmul2i { grid-template-columns: 1fr; }
  
  ._5wt8ry {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  ._fwt69w {
    max-width: 300px;
    margin: 0 auto;
  }
  
  .kcq75v6r {
    grid-template-columns: 1fr;
  }
  
  .kcq75v6r img {
    height: 200px;
  }
  
  ._u99lo6t { padding: 24px; }
  
  ._ztu1vba { grid-template-columns: repeat(2, 1fr); }
/* nsw0ui */}

@media (max-width: 480px) {
  html { font-size: 14px; }
  
  .st-r5w7qx { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  
  ._3018rx .css-7318ya { height: 180px; }
  
  ._8xe0n2z { flex-direction: column; }
  
  ._8xe0n2z input[type="text"] { min-width: 100%; }
/* phebbs */  
  ._ztu1vba { grid-template-columns: 1fr; }
  
  .svt2xch6u h1 { font-size: 1.6rem; }
  
  .tw-ucsdc4 h2 { font-size: 1.5rem; }
}

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

.j7laghm h2 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--primary);
  margin: 30px 0 15px;
}
/* dgc8b6y6uy */
.j7laghm p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 15px;
}

/* 返回顶部 */
._z1akleo {
  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;
}

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

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

/* 加载动画 */
.hptj0ru1 {
  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; }
}

/* 统计数据展示 */
.h7zzz5pu {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  padding: 30px 0;
  color: #fff;
}
/* rktxjrp9 */
.saiq5t9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

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

.jyn2hm0 .tw-u8jjhz {
  font-size: 0.9rem;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .saiq5t9 { grid-template-columns: repeat(2, 1fr); }
}
/* x7gr */
@media (max-width: 480px) {
  .saiq5t9 { grid-template-columns: 1fr; }
}
/* kudedhmp25 */
/* gjxtediw9ovhd9ol */
