/* =====================================================
   青柠视频 - 主样式文件
   品牌色系：玫瑰红 #E8436A / 珊瑚橙 #FF7B54 / 深紫 #1A1A2E
   ===================================================== */

/* ---- CSS变量 ---- */
:root {
  --brand-primary: #E8436A;
  --brand-secondary: #FF7B54;
  --brand-dark: #1A1A2E;
  --brand-mid: #16213E;
  --brand-accent: #0F3460;
  --brand-light: #FFF0F3;
  --brand-pink: #FFB3C6;
  --text-primary: #1A1A2E;
  --text-secondary: #555;
  --text-light: #888;
  --white: #fff;
  --border: #eee;
  --shadow: 0 4px 20px rgba(232,67,106,0.12);
  --shadow-hover: 0 8px 32px rgba(232,67,106,0.22);
  --radius: 12px;
  --radius-sm: 6px;
  --transition: all 0.3s ease;
  --gradient: linear-gradient(135deg, #E8436A 0%, #FF7B54 100%);
  --gradient-dark: linear-gradient(135deg, #1A1A2E 0%, #16213E 100%);
}

/* ---- 重置与基础 ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
  color: var(--text-primary);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; outline: none; }
input, textarea { outline: none; border: none; }

/* ---- 容器 ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 20px; }

/* ---- 通用标题 ---- */
.npgfbq2s {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
  position: relative;
}
.npgfbq2s span { color: var(--brand-primary); }
.qtzy9yf {
  font-size: 1rem;
  color: var(--text-light);
  margin-bottom: 2.5rem;
}
.zw6w49v {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.zw6w49v .more-link {
  color: var(--brand-primary);
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.zw6w49v .more-link:hover { text-decoration: underline; }

/* ---- 按钮 ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
  cursor: pointer;
}
.btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 4px 15px rgba(232,67,106,0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(232,67,106,0.45);
  color: #fff;
}
.btn-outline {
  border: 2px solid var(--brand-primary);
  color: var(--brand-primary);
  background: transparent;
}
.btn-outline:hover {
  background: var(--brand-primary);
  color: #fff;
}
.btn-dark {
  background: var(--brand-dark);
  color: #fff;
}
.btn-dark:hover { background: var(--brand-accent); color: #fff; }

/* ---- 标签 ---- */
.tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  background: var(--brand-light);
  color: var(--brand-primary);
}
.tag-hot { background: #fff0f0; color: #e00; }
.tag-new { background: #f0fff4; color: #0a0; }

/* ============================================================
   顶部公告栏
   ============================================================ */
.wq6rokn {
  background: var(--gradient);
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.wq6rokn a { color: #ffe; text-decoration: underline; }

/* ============================================================
   导航栏
   ============================================================ */
.m9eood {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.exvk3ec {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 20px;
  max-width: 1400px;
  margin: 0 auto;
}
.kejrrt {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}
.rrqa9 { height: 44px; width: auto; }
.z2z3u { height: 32px; width: 32px; display: none; }
.x4h3ss6e {
  font-size: 1.35rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}
.jn0v2t1 {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}
.jn0v2t1 a {
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
  transition: var(--transition);
}
.jn0v2t1 a:hover,
.jn0v2t1 a.active {
  background: var(--brand-light);
  color: var(--brand-primary);
}
.m5e99 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.m5e99 .btn { padding: 8px 18px; font-size: 0.88rem; }

/* ---- 搜索框 ---- */
.q4htlf {
  background: #f7f8fa;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
}
.bnp6h7om {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mworf6v {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 50px;
  overflow: hidden;
  flex: 1;
  max-width: 600px;
  transition: var(--transition);
}
.mworf6v:focus-within { border-color: var(--brand-primary); }
.guf63 {
  flex: 1;
  padding: 9px 18px;
  font-size: 0.95rem;
  background: transparent;
  color: var(--text-primary);
}
.guf63::placeholder { color: #aaa; }
.t1otpoi {
  padding: 9px 20px;
  background: var(--gradient);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0 50px 50px 0;
  transition: var(--transition);
}
.t1otpoi:hover { opacity: 0.9; }
.i3dnt5i {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.i3dnt5i span { font-size: 0.82rem; color: var(--text-light); }
.i3dnt5i a {
  font-size: 0.82rem;
  color: var(--text-secondary);
  padding: 3px 10px;
  border-radius: 50px;
  background: #eee;
  transition: var(--transition);
}
.i3dnt5i a:hover { background: var(--brand-light); color: var(--brand-primary); }

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

/* ============================================================
   Hero 轮播区
   ============================================================ */
.fxbl9 {
  position: relative;
  overflow: hidden;
  background: var(--gradient-dark);
}
.apd049 { position: relative; height: 520px; }
.doie4 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-slide.active { opacity: 1; }
.doie4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.ylttul {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26,26,46,0.85) 40%, transparent 100%);
  display: flex;
  align-items: center;
}
.s8w72zng {
  max-width: 600px;
  padding: 0 60px;
  color: #fff;
}
.s8w72zng .badge {
  display: inline-block;
  background: var(--brand-primary);
  color: #fff;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.s8w72zng h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.s8w72zng p {
  font-size: 1.05rem;
  opacity: 0.85;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}
.k10in4 { display: flex; gap: 12px; flex-wrap: wrap; }
.smg13 {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.aiwl2o6 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: var(--transition);
}
.hero-dot.active { background: var(--brand-primary); width: 24px; border-radius: 4px; }

/* ============================================================
   统计数据区
   ============================================================ */
.dm9cr {
  background: var(--gradient-dark);
  padding: 40px 0;
}
.wu4cw3v1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.u13wnhnn {
  text-align: center;
  padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
  color: #fff;
}
.u13wnhnn:last-child { border-right: none; }
.tulvuj2s {
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}
.ghs0clfd { font-size: 0.9rem; color: rgba(255,255,255,0.65); }

/* ============================================================
   视频卡片
   ============================================================ */
.blyvi { padding: 60px 0; }
.vyagnbmk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sk42oyur {
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  transition: var(--transition);
  cursor: pointer;
}
.sk42oyur:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.h8lwt {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #111;
}
.h8lwt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.sk42oyur:hover .h8lwt img { transform: scale(1.08); }
.j6eig3g1 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  transition: var(--transition);
}
.sk42oyur:hover .j6eig3g1 { opacity: 1; }
.egnko {
  width: 52px;
  height: 52px;
  background: rgba(232,67,106,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
}
.hdy1ouab {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 7px;
  border-radius: 4px;
}
.xc5mv {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--brand-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 4px;
}
.l2o48 { padding: 14px; }
.z5ozc1 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.az7gi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--text-light);
}
.xxoow5d5 { display: flex; gap: 10px; }
.xxoow5d5 span { display: flex; align-items: center; gap: 3px; }

/* ============================================================
   分类导航标签
   ============================================================ */
.z0li9 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.vsldka {
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  background: #f5f5f5;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
}
.vsldka:hover,
.cat-tab.active {
  background: var(--brand-light);
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* ============================================================
   专家展示区
   ============================================================ */
.f1vnqzqu {
  padding: 60px 0;
  background: #f9f9fb;
}
.qvqi52x {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.m2wr6tc {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.m2wr6tc:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.kbixg {
  background: var(--gradient-dark);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.plna58kc {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--brand-primary);
}
.js93kw6 h3 { color: #fff; font-size: 1.1rem; font-weight: 700; }
.js93kw6 .title { color: var(--brand-pink); font-size: 0.85rem; margin-top: 2px; }
.zhtt8 { padding: 20px; }
.zhtt8 p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 12px; }
.p0k8a7v3 { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.x7m6fwy { display: flex; gap: 10px; }
.x7m6fwy .btn { padding: 7px 16px; font-size: 0.82rem; }

/* ============================================================
   社区功能区
   ============================================================ */
.ajypbjfv { padding: 60px 0; }
.h9jygw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gaarz {
  border-radius: var(--radius);
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-top: 4px solid transparent;
}
.gaarz:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-top-color: var(--brand-primary);
}
.ox633mz {
  width: 56px;
  height: 56px;
  border-radius: var(--radius);
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.gaarz h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.gaarz p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; }

/* ============================================================
   AI赋能区
   ============================================================ */
.k43lnix {
  padding: 60px 0;
  background: var(--gradient-dark);
  color: #fff;
}
.k43lnix .npgfbq2s { color: #fff; }
.k43lnix .qtzy9yf { color: rgba(255,255,255,0.6); }
.huypy9b8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.a1av8w {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 28px;
  transition: var(--transition);
}
.a1av8w:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--brand-primary);
  transform: translateY(-4px);
}
.vibecrt { font-size: 2rem; margin-bottom: 14px; }
.a1av8w h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: #fff; }
.a1av8w p { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.6; }

/* ============================================================
   合作品牌Logo墙
   ============================================================ */
.otn4wcg { padding: 50px 0; background: #f9f9fb; }
.qql36ssp {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.pcae248q {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 14px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: var(--transition);
  border: 1px solid #eee;
}
.pcae248q:hover { color: var(--brand-primary); border-color: var(--brand-primary); transform: translateY(-2px); }

/* ============================================================
   FAQ
   ============================================================ */
.hd5swn { padding: 60px 0; }
.ow99l45p { max-width: 800px; margin: 0 auto; }
.myq5ij {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.byv0u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  gap: 12px;
  transition: var(--transition);
}
.byv0u:hover { color: var(--brand-primary); }
.afs1j {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--brand-light);
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: var(--transition);
  font-weight: 700;
}
.faq-item.open .afs1j { background: var(--brand-primary); color: #fff; transform: rotate(45deg); }
.kqody3b {
  display: none;
  padding: 0 0 18px 0;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
}
.faq-item.open .kqody3b { display: block; }

/* ============================================================
   用户评价
   ============================================================ */
.c2cj207 { padding: 60px 0; background: #f9f9fb; }
.ly8f5t {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ru5aorg {
  background: #fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.ru5aorg:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.q7f1ycq {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.ezydzzv {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.r0e2hr { font-weight: 600; font-size: 0.95rem; }
.nipizc { font-size: 0.78rem; color: var(--text-light); }
.padpzx { color: #FFB800; font-size: 0.9rem; margin-bottom: 10px; }
.uno8gvu { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }

/* ============================================================
   联系我们
   ============================================================ */
.d058gd { padding: 60px 0; }
.sivd5a {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.mfx87s h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 20px; }
.n8l8m4 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.hol6ht {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--brand-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.wti8c .label { font-size: 0.8rem; color: var(--text-light); }
.wti8c .value { font-size: 0.95rem; font-weight: 500; color: var(--text-primary); }
.esdh47mw { display: flex; gap: 20px; margin-top: 20px; }
.kzilupc { text-align: center; }
.m93o0ye {
  width: 100px;
  height: 100px;
  border-radius: var(--radius-sm);
  border: 2px solid var(--border);
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #aaa;
  overflow: hidden;
}
.m93o0ye img { width: 100%; height: 100%; object-fit: cover; }
.cyyt6 { font-size: 0.78rem; color: var(--text-light); margin-top: 6px; }
.zmsaja {
  border-radius: var(--radius);
  overflow: hidden;
  height: 280px;
  background: #eee;
  position: relative;
}
.zmsaja img { width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   社交分享
   ============================================================ */
.wg7fa5gg { padding: 40px 0; background: var(--brand-light); }
.j115fxh { text-align: center; }
.j115fxh h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 16px; }
.qj12rmtp { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.rrhpz {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  transition: var(--transition);
}
.rrhpz:hover { transform: translateY(-2px); opacity: 0.9; color: #fff; }
.gh4zs { background: #07C160; }
.l462s8c { background: #E6162D; }
.c7frrs04 { background: #000; }
.umjac { background: #00A1D6; }
.aw8m0 { background: #12B7F5; }

/* ============================================================
   How-To加入社区指南
   ============================================================ */
.plchmmu4 { padding: 60px 0; background: #f9f9fb; }
.jfostz3q {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.hi1yqfix {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
}
.fe40zgv {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.hi1yqfix h4 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.hi1yqfix p { font-size: 0.85rem; color: var(--text-secondary); }

/* ============================================================
   页脚
   ============================================================ */
.bgketseg {
  background: var(--gradient-dark);
  color: rgba(255,255,255,0.75);
  padding: 60px 0 0;
}
.vf6yc76h {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.u9s7v6hw .x4h3ss6e { color: #fff; -webkit-text-fill-color: #fff; font-size: 1.4rem; margin-bottom: 12px; display: block; }
.u9s7v6hw p { font-size: 0.88rem; line-height: 1.8; margin-bottom: 16px; }
.bjvt2 h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 16px; }
.bjvt2 ul li { margin-bottom: 10px; }
.bjvt2 ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.65); transition: var(--transition); }
.bjvt2 ul li a:hover { color: var(--brand-primary); }
.uu5i89j {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
}
.uu5i89j a { color: rgba(255,255,255,0.5); }
.uu5i89j a:hover { color: var(--brand-primary); }
.a5tggp { height: 36px; opacity: 0.8; }

/* ============================================================
   视频播放页
   ============================================================ */
.wuuulm3 {
  background: #000;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 24px;
}
.wuuulm3 video,
.wuuulm3 iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.aron79 {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}
.zsjnv { font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
.qe3ujb8 { display: flex; gap: 16px; font-size: 0.85rem; color: var(--text-light); margin-bottom: 16px; flex-wrap: wrap; }
.shnl2 { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.8; }
.kjctdnr { font-size: 1rem; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--brand-primary); }
.ifnha7xv { display: flex; flex-direction: column; gap: 14px; }
.ayxnc { display: flex; gap: 12px; cursor: pointer; }
.ayxnc:hover .tzw3u { color: var(--brand-primary); }
.hu7vrn0n { width: 110px; height: 62px; border-radius: var(--radius-sm); overflow: hidden; flex-shrink: 0; }
.hu7vrn0n img { width: 100%; height: 100%; object-fit: cover; }
.tzw3u { font-size: 0.85rem; font-weight: 500; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ytmux6 { font-size: 0.75rem; color: var(--text-light); margin-top: 4px; }

/* ============================================================
   面包屑
   ============================================================ */
.oehfr {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.oehfr a { color: var(--text-light); }
.oehfr a:hover { color: var(--brand-primary); }
.oehfr .sep { color: #ccc; }
.oehfr .current { color: var(--text-primary); font-weight: 500; }

/* ============================================================
   分页
   ============================================================ */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.page-btn {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 500;
  background: #f5f5f5;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid #eee;
}
.page-btn:hover,
.page-btn.active {
  background: var(--brand-primary);
  color: #fff;
  border-color: var(--brand-primary);
}

/* ============================================================
   响应式
   ============================================================ */
@media (max-width: 1200px) {
  .vyagnbmk { grid-template-columns: repeat(3, 1fr); }
  .vf6yc76h { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 992px) {
  .s8w72zng h1 { font-size: 2rem; }
  .apd049 { height: 400px; }
  .s8w72zng { padding: 0 40px; }
  .wu4cw3v1 { grid-template-columns: repeat(2, 1fr); }
  .qvqi52x { grid-template-columns: repeat(2, 1fr); }
  .h9jygw { grid-template-columns: repeat(2, 1fr); }
  .huypy9b8 { grid-template-columns: repeat(2, 1fr); }
  .jfostz3q { grid-template-columns: repeat(2, 1fr); }
  .sivd5a { grid-template-columns: 1fr; }
  .aron79 { grid-template-columns: 1fr; }
  .ly8f5t { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .jn0v2t1 { display: none; }
  .main-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 16px;
    z-index: 999;
    gap: 4px;
  }
  .pxf1xfts { display: flex; }
  .exvk3ec { flex-wrap: wrap; position: relative; }
  .m5e99 .btn:not(.btn-primary) { display: none; }
  .apd049 { height: 320px; }
  .s8w72zng { padding: 0 24px; }
  .s8w72zng h1 { font-size: 1.6rem; }
  .s8w72zng p { font-size: 0.9rem; }
  .vyagnbmk { grid-template-columns: repeat(2, 1fr); }
  .qvqi52x { grid-template-columns: 1fr; }
  .h9jygw { grid-template-columns: 1fr; }
  .huypy9b8 { grid-template-columns: 1fr; }
  .jfostz3q { grid-template-columns: 1fr 1fr; }
  .ly8f5t { grid-template-columns: 1fr; }
  .vf6yc76h { grid-template-columns: 1fr; }
  .npgfbq2s { font-size: 1.6rem; }
  .i3dnt5i { display: none; }
  .wu4cw3v1 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .vyagnbmk { grid-template-columns: 1fr; }
  .jfostz3q { grid-template-columns: 1fr; }
  .k10in4 .btn:nth-child(2) { display: none; }
  .tulvuj2s { font-size: 1.8rem; }
}

/* ============================================================
   工具类
   ============================================================ */
.text-center { text-align: center; }
.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.py-section { padding: 60px 0; }
.bg-light { background: #f9f9fb; }
.bg-dark { background: var(--gradient-dark); }
.hidden { display: none; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-2 { gap: 16px; }

/* ============================================================
   动画
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-in-up { animation: fadeInUp 0.5s ease forwards; }

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.pulse { animation: pulse 2s infinite; }

/* 直播标签 */
.vdo1cjr {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e00;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: pulse 1s infinite;
}

/* ============================================================
   H1可见区
   ============================================================ */
.o6sebeow {
  background: linear-gradient(135deg, #fff0f3 0%, #fff 100%);
  padding: 28px 0 18px;
  border-bottom: 1px solid #ffd6e0;
}
.tx0l3w {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 8px;
  line-height: 1.4;
}
.lq076 {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================================
   页面Hero（内页顶部大标题区）
   ============================================================ */
.otlvmm {
  padding: 60px 0 50px;
  color: #fff;
}
.otlvmm h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
}
.otlvmm p {
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  max-width: 700px;
  line-height: 1.8;
}

/* ============================================================
   面包屑导航
   ============================================================ */
.d2ucozqk {
  background: #f9f9fb;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.oehfr {
  font-size: 0.85rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.oehfr a { color: var(--brand-primary); }
.oehfr a:hover { text-decoration: underline; }
.oehfr span { color: var(--text-secondary); font-weight: 600; }

/* ============================================================
   子导航标签（内页分类）
   ============================================================ */
.qdjms1o {
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
  padding: 0;
  position: sticky;
  top: 70px;
  z-index: 90;
}
.f4rjku {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.f4rjku::-webkit-scrollbar { display: none; }
.izb2qn {
  padding: 14px 22px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-secondary);
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: var(--transition);
}
.izb2qn:hover { color: var(--brand-primary); }
.sub-tab.active {
  color: var(--brand-primary);
  border-bottom-color: var(--brand-primary);
  font-weight: 700;
}

/* ============================================================
   直播专区
   ============================================================ */
.n3pd6b { padding: 60px 0; background: #fff; }
.y4rtnmc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.x9sos5q {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.x9sos5q:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.i599n60 {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.i599n60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.x9sos5q:hover .i599n60 img { transform: scale(1.05); }
.vdo1cjr {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FF4500;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  animation: livePulse 1.5s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.skq3tw {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
}
.kss43ah { padding: 16px; }
.kss43ah h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 6px; line-height: 1.4; }
.kyvz73l { font-size: 0.82rem; color: var(--text-light); }

/* 直播页全宽卡片 */
.a6bu6j {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.bk8tv1 {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.bk8tv1:hover { box-shadow: var(--shadow-hover); }
.bk8tv1 .i599n60 { aspect-ratio: 16/9; }
.bk8tv1 .kss43ah {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bk8tv1 .kss43ah h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.bk8tv1 .xtxz3f { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; margin: 10px 0; }
.wd0k5 { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.pzpvl {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pzpvl span {
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 0.72rem;
  padding: 3px 10px;
  border-radius: 12px;
  display: inline-block;
  width: fit-content;
}

/* ============================================================
   弹幕墙
   ============================================================ */
.n87dg {
  margin-top: 40px;
  padding: 30px;
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.1);
}
.b7g6f {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.d29untd {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  min-height: 80px;
  align-items: center;
}
.jx27wh {
  background: rgba(232,67,106,0.15);
  border: 1px solid rgba(232,67,106,0.3);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  animation: danmuFloat 3s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
@keyframes danmuFloat {
  0%, 100% { transform: translateY(0); opacity: 0.8; }
  50% { transform: translateY(-4px); opacity: 1; }
}
.dee32 .jx27wh {
  background: rgba(232,67,106,0.2);
  border-color: rgba(232,67,106,0.4);
}

/* ============================================================
   影视传媒专区
   ============================================================ */
.xymxi3 { padding: 60px 0; background: #f9f9fb; }
.wz7dwb4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.r1dzu843 {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-left: 4px solid transparent;
}
.r1dzu843:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-left-color: var(--brand-primary);
}
.oel3hg { font-size: 2rem; margin-bottom: 14px; }
.r1dzu843 h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.r1dzu843 p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.6; margin-bottom: 14px; }
.bksibvw { color: var(--brand-primary); font-size: 0.88rem; font-weight: 600; }
.bksibvw:hover { text-decoration: underline; }

/* ============================================================
   娱乐专区
   ============================================================ */
.vqm494ep { padding: 60px 0; }
.saz10sz2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.n4v0gl { border-radius: var(--radius); overflow: hidden; position: relative; }
.tfnsplda {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.tfnsplda img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.n4v0gl:hover .tfnsplda img { transform: scale(1.08); }
.cvbhy {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,46,0.95) 0%, rgba(26,26,46,0.3) 60%, transparent 100%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.cvbhy h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.cvbhy p { font-size: 0.85rem; color: rgba(255,255,255,0.75); margin-bottom: 14px; line-height: 1.6; }

/* ============================================================
   专家团队（5列）
   ============================================================ */
.f1vnqzqu { padding: 60px 0; background: #f9f9fb; }
.vzzeseb {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

/* ============================================================
   SEO文章区
   ============================================================ */
.b79kv { padding: 50px 0; background: #fff; }
.kr9fo {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
}
.kr9fo h3 { font-size: 1.3rem; font-weight: 700; color: var(--brand-dark); margin: 24px 0 12px; }
.kr9fo h4 { font-size: 1.1rem; font-weight: 700; color: var(--brand-dark); margin: 20px 0 10px; }
.kr9fo h5 { font-size: 1rem; font-weight: 700; color: var(--brand-primary); margin: 16px 0 8px; }
.kr9fo h6 { font-size: 0.95rem; font-weight: 700; color: var(--text-secondary); margin: 14px 0 8px; }
.kr9fo p { font-size: 0.95rem; color: var(--text-secondary); margin-bottom: 14px; }
.kr9fo strong { color: var(--brand-dark); }

/* ============================================================
   社区链接
   ============================================================ */
.ms4cq3n {
  display: inline-block;
  margin-top: 12px;
  color: var(--brand-primary);
  font-size: 0.88rem;
  font-weight: 600;
}
.ms4cq3n:hover { text-decoration: underline; }

/* ============================================================
   响应式补充
   ============================================================ */
@media (max-width: 1100px) {
  .vzzeseb { grid-template-columns: repeat(3, 1fr); }
  .bk8tv1 { grid-template-columns: 300px 1fr; }
}
@media (max-width: 900px) {
  .wz7dwb4 { grid-template-columns: repeat(2, 1fr); }
  .y4rtnmc { grid-template-columns: repeat(2, 1fr); }
  .vzzeseb { grid-template-columns: repeat(2, 1fr); }
  .bk8tv1 { grid-template-columns: 1fr; }
  .bk8tv1 .i599n60 { aspect-ratio: 16/9; }
  .saz10sz2 { grid-template-columns: 1fr; }
  .tx0l3w { font-size: 1.3rem; }
  .otlvmm h1 { font-size: 1.5rem; }
}
@media (max-width: 640px) {
  .wz7dwb4 { grid-template-columns: 1fr; }
  .y4rtnmc { grid-template-columns: 1fr; }
  .vzzeseb { grid-template-columns: 1fr 1fr; }
  .h9jygw { grid-template-columns: 1fr; }
  .huypy9b8 { grid-template-columns: 1fr; }
  .otlvmm { padding: 40px 0 30px; }
  .otlvmm h1 { font-size: 1.25rem; }
  .izb2qn { padding: 12px 14px; font-size: 0.85rem; }
}
