/* ============================================
   国产主播传媒 - 原创样式表
   品牌色系：深红 #8B1A1A | 金色 #C9A96E | 深蓝 #1A1A2E | 暖白 #FFF8F0
   ============================================ */

/* --- 基础重置与全局 --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  color: #2D2D2D;
  background: #FFF8F0;
  line-height: 1.8;
  overflow-x: hidden;
}
a { color: #8B1A1A; text-decoration: none; transition: color .3s; }
a:hover { color: #C9A96E; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- 顶部导航 --- */
.fk6i88a2 {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(26,26,46,.95); backdrop-filter: blur(10px);
  border-bottom: 2px solid #8B1A1A;
  transition: background .3s;
}
.fcub4 {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 70px;
}
.vos39be { display: flex; align-items: center; gap: 10px; }
.vos39be img { height: 50px; width: auto; }
.vos39be span { font-size: 1.4rem; font-weight: 700; color: #C9A96E; letter-spacing: 2px; }
.wa7zie { display: flex; align-items: center; gap: 0; }
.wa7zie a {
  color: #FFF8F0; font-size: .95rem; padding: 8px 16px;
  border-radius: 4px; transition: all .3s; position: relative;
}
.wa7zie a:hover, .wa7zie a.active {
  color: #C9A96E; background: rgba(139,26,26,.3);
}
.wa7zie a::after {
  content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px;
  background: #C9A96E; transition: all .3s; transform: translateX(-50%);
}
.wa7zie a:hover::after, .wa7zie a.active::after { width: 60%; }

/* 搜索框 */
.z3u4sn {
  background: #1A1A2E; padding: 12px 0; border-bottom: 1px solid rgba(139,26,26,.3);
  margin-top: 70px;
}
.yz5iqp {
  max-width: 600px; margin: 0 auto; display: flex; gap: 10px; padding: 0 20px;
}
.z3u4sn input {
  flex: 1; padding: 10px 18px; border: 2px solid #8B1A1A; border-radius: 25px;
  background: rgba(255,248,240,.1); color: #FFF8F0; font-size: .95rem;
  outline: none; transition: border-color .3s;
}
.z3u4sn input::placeholder { color: rgba(255,248,240,.5); }
.z3u4sn input:focus { border-color: #C9A96E; }
.z3u4sn button {
  padding: 10px 24px; background: linear-gradient(135deg, #8B1A1A, #C9A96E);
  color: #FFF8F0; border: none; border-radius: 25px; cursor: pointer;
  font-size: .95rem; font-weight: 600; transition: transform .3s, box-shadow .3s;
}
.z3u4sn button:hover { transform: scale(1.05); box-shadow: 0 4px 15px rgba(139,26,26,.4); }

/* 面包屑 */
.breadcrumb {
  padding: 12px 0; font-size: .85rem; color: #888;
}
.breadcrumb a { color: #8B1A1A; }
.breadcrumb span { margin: 0 6px; }

/* --- Hero Banner --- */
.dc557d {
  position: relative; height: 70vh; min-height: 450px;
  background-size: cover; background-position: center; background-attachment: fixed;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.dc557d::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,46,.6) 0%, rgba(139,26,26,.3) 100%);
}
.adgi9qs { position: relative; z-index: 2; color: #FFF8F0; max-width: 800px; padding: 0 20px; }
.adgi9qs h1 {
  font-size: 3rem; font-weight: 800; margin-bottom: 16px;
  text-shadow: 2px 2px 8px rgba(0,0,0,.5);
  background: linear-gradient(135deg, #FFF8F0, #C9A96E);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.adgi9qs p { font-size: 1.2rem; opacity: .9; margin-bottom: 24px; text-shadow: 1px 1px 4px rgba(0,0,0,.5); }
.tqwcxjin {
  display: inline-block; padding: 14px 36px;
  background: linear-gradient(135deg, #8B1A1A, #C9A96E);
  color: #FFF8F0; border-radius: 30px; font-size: 1.1rem; font-weight: 600;
  transition: transform .3s, box-shadow .3s;
}
.tqwcxjin:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(139,26,26,.5); color: #FFF8F0; }

/* --- 通用区块标题 --- */
.tc49lp0 {
  text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 16px;
}
.tc49lp0 h2 {
  font-size: 2rem; color: #1A1A2E; font-weight: 700;
}
.tc49lp0 h2 em { font-style: normal; color: #8B1A1A; }
.tc49lp0 p { color: #666; margin-top: 8px; font-size: 1rem; }
.tc49lp0::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 60px; height: 3px; background: linear-gradient(90deg, #8B1A1A, #C9A96E);
  border-radius: 2px;
}

/* --- 传媒视频卡片 --- */
.zm799o3p {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px; padding: 20px 0;
}
.kpsz34d {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s;
}
.kpsz34d:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(139,26,26,.15); }
.ikult {
  position: relative; overflow: hidden; aspect-ratio: 16/9; cursor: pointer;
}
.ikult img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.kpsz34d:hover .ikult img { transform: scale(1.08); }
.j0syzmoc {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0);
  width: 60px; height: 60px; background: rgba(139,26,26,.85); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s, background .3s;
}
.j0syzmoc::after {
  content: ''; width: 0; height: 0;
  border-left: 20px solid #FFF8F0; border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.kpsz34d:hover .j0syzmoc { transform: translate(-50%, -50%) scale(1); }
.j0syzmoc:hover { background: rgba(201,169,110,.9); }
.rptft2 { padding: 16px; }
.rptft2 h3 { font-size: 1.05rem; color: #1A1A2E; margin-bottom: 8px; line-height: 1.5; }
.c5ih3 { display: flex; gap: 16px; font-size: .8rem; color: #999; flex-wrap: wrap; }
.c5ih3 span { display: flex; align-items: center; gap: 4px; }
.jwwnumgd { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.jwwnumgd span {
  padding: 3px 10px; background: rgba(139,26,26,.08); color: #8B1A1A;
  border-radius: 12px; font-size: .75rem;
}

/* --- 区块通用 --- */
.nk8g9 { padding: 60px 0; }
.nk8g9:nth-child(even) { background: #F5EDE0; }
.nk8g9:nth-child(odd) { background: #FFF8F0; }

/* --- 专家展示 --- */
.z5edizuy {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}
.gjye4 {
  background: #fff; border-radius: 12px; padding: 30px 20px; text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: transform .3s;
  border-top: 3px solid #8B1A1A;
}
.gjye4:hover { transform: translateY(-5px); }
.gjye4 img {
  width: 110px; height: 110px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 16px; border: 3px solid #C9A96E;
}
.gjye4 h3 { font-size: 1.15rem; color: #1A1A2E; margin-bottom: 4px; }
.gjye4 .role { color: #8B1A1A; font-size: .85rem; margin-bottom: 10px; }
.gjye4 p { font-size: .9rem; color: #666; line-height: 1.7; }
.gjye4 .gi09zw { margin-top: 16px; display: flex; gap: 10px; justify-content: center; }
.gjye4 .gi09zw a {
  padding: 6px 16px; border-radius: 20px; font-size: .85rem; transition: all .3s;
}
.mg8x5g41 { background: #8B1A1A; color: #FFF8F0 !important; }
.mg8x5g41:hover { background: #C9A96E; }
.vutwivi { border: 1px solid #8B1A1A; color: #8B1A1A !important; }
.vutwivi:hover { background: #8B1A1A; color: #FFF8F0 !important; }

/* --- 社区功能 --- */
.o6dbl {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.jbh89 {
  background: #fff; border-radius: 12px; padding: 28px 20px; text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,.05); transition: all .3s;
  border-bottom: 3px solid transparent;
}
.jbh89:hover { border-bottom-color: #C9A96E; transform: translateY(-4px); }
.kkcx73z {
  width: 56px; height: 56px; margin: 0 auto 14px;
  background: linear-gradient(135deg, #8B1A1A, #C9A96E);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: #FFF8F0;
}
.jbh89 h3 { font-size: 1rem; color: #1A1A2E; margin-bottom: 6px; }
.jbh89 p { font-size: .85rem; color: #888; }

/* --- 合作品牌 --- */
.jhera6 {
  display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: center;
  padding: 20px 0;
}
.jhera6 .envpir {
  width: 140px; height: 70px; background: #fff; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.06); padding: 10px;
  font-size: 1rem; font-weight: 700; color: #666;
  transition: all .3s;
}
.jhera6 .envpir:hover { box-shadow: 0 4px 20px rgba(139,26,26,.15); color: #8B1A1A; }

/* --- 用户评论 --- */
.cs49kcjq {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.ft2rl {
  background: #fff; border-radius: 12px; padding: 24px;
  box-shadow: 0 2px 15px rgba(0,0,0,.06); position: relative;
  border-left: 4px solid #C9A96E;
}
.ft2rl::before {
  content: '\201C'; position: absolute; top: 10px; left: 16px;
  font-size: 3rem; color: rgba(139,26,26,.1); font-family: Georgia, serif;
}
.ft2rl .stars { color: #C9A96E; margin-bottom: 10px; font-size: 1rem; }
.ft2rl p { font-size: .95rem; color: #444; line-height: 1.7; margin-bottom: 12px; }
.ft2rl .wkmjyb { font-size: .85rem; color: #999; font-weight: 600; }

/* --- FAQ --- */
.ffhu5c { max-width: 800px; margin: 0 auto; }
.q7tnkl {
  background: #fff; border-radius: 10px; margin-bottom: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04); overflow: hidden;
}
.p5w3xwb {
  padding: 18px 24px; font-size: 1rem; font-weight: 600; color: #1A1A2E;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  transition: background .3s;
}
.p5w3xwb:hover { background: rgba(139,26,26,.03); }
.p5w3xwb .arrow { transition: transform .3s; color: #8B1A1A; font-size: 1.2rem; }
.q7tnkl.active .p5w3xwb .arrow { transform: rotate(180deg); }
.b0pjv5 {
  max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s;
  padding: 0 24px; color: #666; font-size: .95rem; line-height: 1.8;
}
.q7tnkl.active .b0pjv5 { max-height: 300px; padding: 0 24px 18px; }

/* --- How-To指南 --- */
.yaowwba {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px; counter-reset: step;
}
.t6thlyrr {
  background: #fff; border-radius: 12px; padding: 28px 20px; text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,.05); position: relative; counter-increment: step;
}
.t6thlyrr::before {
  content: counter(step); position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 32px; height: 32px; background: linear-gradient(135deg, #8B1A1A, #C9A96E);
  color: #FFF8F0; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .9rem;
}
.t6thlyrr h3 { margin-top: 10px; font-size: 1rem; color: #1A1A2E; margin-bottom: 8px; }
.t6thlyrr p { font-size: .85rem; color: #888; }

/* --- 联系信息 --- */
.iqxmp4c {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}
.c9l010 {
  background: #fff; border-radius: 12px; padding: 24px; text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,.05);
}
.c9l010 h3 { font-size: 1.05rem; color: #1A1A2E; margin-bottom: 10px; }
.c9l010 p { font-size: .9rem; color: #666; }

/* --- 社交分享 --- */
.fvxkn { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; padding: 20px 0; }
.viysrqd {
  padding: 10px 20px; border-radius: 25px; font-size: .9rem; font-weight: 600;
  color: #FFF8F0; transition: transform .3s, box-shadow .3s; cursor: pointer; border: none;
}
.viysrqd:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,.2); }
.ees8z { background: #07C160; }
.kacj6 { background: #E6162D; }
.cqa20kg5 { background: #161823; }
.mxng3r1x { background: #00A1D6; }

/* --- 页脚 --- */
.d2z6nqz {
  background: #1A1A2E; color: rgba(255,248,240,.7); padding: 50px 0 0;
}
.niozu8ni {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px; margin-bottom: 30px;
}
.z6lupuv h3 { color: #C9A96E; font-size: 1.1rem; margin-bottom: 16px; position: relative; padding-bottom: 10px; }
.z6lupuv h3::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #8B1A1A;
}
.z6lupuv p, .z6lupuv a { font-size: .9rem; color: rgba(255,248,240,.6); line-height: 2; display: block; }
.z6lupuv a:hover { color: #C9A96E; }
.z6lupuv img { width: 120px; border-radius: 8px; margin-top: 8px; }
.lng23oo {
  border-top: 1px solid rgba(255,248,240,.1); padding: 20px 0; text-align: center;
  font-size: .85rem;
}
.lng23oo a { color: #C9A96E; }

/* --- 移动端汉堡菜单 --- */
.ao14ulz {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 5px;
}
.ao14ulz span { width: 24px; height: 2px; background: #FFF8F0; transition: all .3s; }

/* --- 内页Banner --- */
.ctnfaygr {
  height: 300px; background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center; text-align: center;
  position: relative; margin-top: 70px;
}
.ctnfaygr::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,46,.7), rgba(139,26,26,.4));
}
.ctnfaygr h1 { position: relative; z-index: 2; color: #FFF8F0; font-size: 2.4rem; text-shadow: 2px 2px 8px rgba(0,0,0,.5); }

/* --- 内页内容 --- */
.m5ztca { padding: 40px 0 60px; }
.m5ztca h2 { font-size: 1.6rem; color: #1A1A2E; margin-bottom: 16px; border-left: 4px solid #8B1A1A; padding-left: 14px; }
.m5ztca h3 { font-size: 1.2rem; color: #8B1A1A; margin: 20px 0 10px; }
.m5ztca p { margin-bottom: 16px; color: #444; }
.tjkrr {
  background: #fff; border-radius: 12px; padding: 30px; margin-bottom: 24px;
  box-shadow: 0 2px 15px rgba(0,0,0,.06);
}

/* --- 响应式 --- */
@media (max-width: 768px) {
  .wa7zie { display: none; position: fixed; top: 70px; left: 0; width: 100%; background: rgba(26,26,46,.98); flex-direction: column; padding: 20px; gap: 5px; }
  .wa7zie.active { display: flex; }
  .wa7zie a { padding: 12px 16px; width: 100%; }
  .ao14ulz { display: flex; }
  .adgi9qs h1 { font-size: 2rem; }
  .adgi9qs p { font-size: 1rem; }
  .dc557d { height: 50vh; min-height: 350px; }
  .tc49lp0 h2 { font-size: 1.5rem; }
  .zm799o3p { grid-template-columns: 1fr; }
  .z5edizuy { grid-template-columns: 1fr; }
  .niozu8ni { grid-template-columns: 1fr; }
  .fcub4 { height: 60px; }
  .z3u4sn { margin-top: 60px; }
  .ctnfaygr { height: 200px; margin-top: 60px; }
  .ctnfaygr h1 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .adgi9qs h1 { font-size: 1.6rem; }
  .o6dbl { grid-template-columns: 1fr 1fr; }
  .yaowwba { grid-template-columns: 1fr; }
  .cs49kcjq { grid-template-columns: 1fr; }
}

/* --- 懒加载 --- */
img[data-src] { opacity: 0; transition: opacity .5s; }
img[data-src].azqt2m4 { opacity: 1; }

/* --- 动画 --- */
.zbt94681 { opacity: 0; transform: translateY(20px); transition: all .6s ease; }
.zbt94681.lus1svw { opacity: 1; transform: translateY(0); }

/* --- 最新动态模块 --- */
.s2elif { max-width: 900px; margin: 0 auto; }
.f7zq0 {
  background: #fff; border-radius: 12px; padding: 24px 28px; margin-bottom: 16px;
  box-shadow: 0 2px 15px rgba(0,0,0,.05); border-left: 4px solid #8B1A1A;
  transition: transform .3s, box-shadow .3s;
}
.f7zq0:hover { transform: translateX(6px); box-shadow: 0 4px 20px rgba(139,26,26,.12); }
.cl514bhn {
  display: inline-block; font-size: .8rem; color: #FFF8F0; background: #8B1A1A;
  padding: 2px 12px; border-radius: 12px; margin-bottom: 8px;
}
.f7zq0 h3 { font-size: 1.05rem; color: #1A1A2E; margin-bottom: 8px; line-height: 1.5; }
.f7zq0 h3 a { color: #1A1A2E; }
.f7zq0 h3 a:hover { color: #8B1A1A; }
.f7zq0 p { font-size: .9rem; color: #666; line-height: 1.7; margin: 0; }

/* --- 专家凭证标签 --- */
.jstpn9 {
  display: inline-block; font-size: .78rem; color: #C9A96E; background: rgba(201,169,110,.1);
  padding: 3px 12px; border-radius: 12px; margin-bottom: 10px; border: 1px solid rgba(201,169,110,.3);
}

/* --- 视频时长标签 --- */
.hogh0 {
  position: absolute; bottom: 8px; right: 8px;
  background: rgba(0,0,0,.75); color: #FFF8F0; font-size: .75rem;
  padding: 2px 8px; border-radius: 4px; z-index: 2;
}

/* --- 页脚h4修正 --- */
.z6lupuv h4 { color: #C9A96E; font-size: 1.1rem; margin-bottom: 16px; position: relative; padding-bottom: 10px; }
.z6lupuv h4::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #8B1A1A;
}
