/* ============================================
   在线看片传媒 - 原创样式表
   品牌色系：深红 #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; }

/* --- 顶部导航 --- */
.iegghz {
  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;
}
.kn9hr {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 70px;
}
.fqek05w6 { display: flex; align-items: center; gap: 10px; }
.fqek05w6 img { height: 50px; width: auto; }
.fqek05w6 span { font-size: 1.4rem; font-weight: 700; color: #C9A96E; letter-spacing: 2px; }
.h44pzm { display: flex; align-items: center; gap: 0; }
.h44pzm a {
  color: #FFF8F0; font-size: .95rem; padding: 8px 16px;
  border-radius: 4px; transition: all .3s; position: relative;
}
.h44pzm a:hover, .h44pzm a.active {
  color: #C9A96E; background: rgba(139,26,26,.3);
}
.h44pzm a::after {
  content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px;
  background: #C9A96E; transition: all .3s; transform: translateX(-50%);
}
.h44pzm a:hover::after, .h44pzm a.active::after { width: 60%; }

/* 搜索框 */
.ior4gc0 {
  background: #1A1A2E; padding: 12px 0; border-bottom: 1px solid rgba(139,26,26,.3);
  margin-top: 70px;
}
.apji18 {
  max-width: 600px; margin: 0 auto; display: flex; gap: 10px; padding: 0 20px;
}
.ior4gc0 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;
}
.ior4gc0 input::placeholder { color: rgba(255,248,240,.5); }
.ior4gc0 input:focus { border-color: #C9A96E; }
.ior4gc0 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;
}
.ior4gc0 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 --- */
.bk1by0v {
  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;
}
.bk1by0v::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,46,.6) 0%, rgba(139,26,26,.3) 100%);
}
.hvezzf { position: relative; z-index: 2; color: #FFF8F0; max-width: 800px; padding: 0 20px; }
.hvezzf 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;
}
.hvezzf p { font-size: 1.2rem; opacity: .9; margin-bottom: 24px; text-shadow: 1px 1px 4px rgba(0,0,0,.5); }
.g3aq8q {
  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;
}
.g3aq8q:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(139,26,26,.5); color: #FFF8F0; }

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

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

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

/* --- 专家展示 --- */
.kxggr {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}
.du9lrn1d {
  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;
}
.du9lrn1d:hover { transform: translateY(-5px); }
.du9lrn1d img {
  width: 110px; height: 110px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 16px; border: 3px solid #C9A96E;
}
.du9lrn1d h3 { font-size: 1.15rem; color: #1A1A2E; margin-bottom: 4px; }
.du9lrn1d .role { color: #8B1A1A; font-size: .85rem; margin-bottom: 10px; }
.du9lrn1d p { font-size: .9rem; color: #666; line-height: 1.7; }
.du9lrn1d .zlebb125 { margin-top: 16px; display: flex; gap: 10px; justify-content: center; }
.du9lrn1d .zlebb125 a {
  padding: 6px 16px; border-radius: 20px; font-size: .85rem; transition: all .3s;
}
.g69pqe { background: #8B1A1A; color: #FFF8F0 !important; }
.g69pqe:hover { background: #C9A96E; }
.r6mg75b { border: 1px solid #8B1A1A; color: #8B1A1A !important; }
.r6mg75b:hover { background: #8B1A1A; color: #FFF8F0 !important; }

/* --- 社区功能 --- */
.pc2ym4f {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.me70152 {
  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;
}
.me70152:hover { border-bottom-color: #C9A96E; transform: translateY(-4px); }
.vx9iil {
  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;
}
.me70152 h3 { font-size: 1rem; color: #1A1A2E; margin-bottom: 6px; }
.me70152 p { font-size: .85rem; color: #888; }

/* --- 合作品牌 --- */
.su0gs {
  display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: center;
  padding: 20px 0;
}
.su0gs .njn1y7p {
  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;
}
.su0gs .njn1y7p:hover { box-shadow: 0 4px 20px rgba(139,26,26,.15); color: #8B1A1A; }

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

/* --- FAQ --- */
.lvz4prhv { max-width: 800px; margin: 0 auto; }
.ib2u5 {
  background: #fff; border-radius: 10px; margin-bottom: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04); overflow: hidden;
}
.t66xs {
  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;
}
.t66xs:hover { background: rgba(139,26,26,.03); }
.t66xs .arrow { transition: transform .3s; color: #8B1A1A; font-size: 1.2rem; }
.ib2u5.active .t66xs .arrow { transform: rotate(180deg); }
.wewm3wj {
  max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s;
  padding: 0 24px; color: #666; font-size: .95rem; line-height: 1.8;
}
.ib2u5.active .wewm3wj { max-height: 300px; padding: 0 24px 18px; }

/* --- How-To指南 --- */
.y9l63ty9 {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px; counter-reset: step;
}
.oc56ro {
  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;
}
.oc56ro::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;
}
.oc56ro h3 { margin-top: 10px; font-size: 1rem; color: #1A1A2E; margin-bottom: 8px; }
.oc56ro p { font-size: .85rem; color: #888; }

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

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

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

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

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

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

/* --- 响应式 --- */
@media (max-width: 768px) {
  .h44pzm { display: none; position: fixed; top: 70px; left: 0; width: 100%; background: rgba(26,26,46,.98); flex-direction: column; padding: 20px; gap: 5px; }
  .h44pzm.active { display: flex; }
  .h44pzm a { padding: 12px 16px; width: 100%; }
  .bmib87 { display: flex; }
  .hvezzf h1 { font-size: 2rem; }
  .hvezzf p { font-size: 1rem; }
  .bk1by0v { height: 50vh; min-height: 350px; }
  .hwkxt h2 { font-size: 1.5rem; }
  .xhxvzp7x { grid-template-columns: 1fr; }
  .kxggr { grid-template-columns: 1fr; }
  .bmind2o { grid-template-columns: 1fr; }
  .kn9hr { height: 60px; }
  .ior4gc0 { margin-top: 60px; }
  .h6p04w2 { height: 200px; margin-top: 60px; }
  .h6p04w2 h1 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .hvezzf h1 { font-size: 1.6rem; }
  .pc2ym4f { grid-template-columns: 1fr 1fr; }
  .y9l63ty9 { grid-template-columns: 1fr; }
  .arrx2o0 { grid-template-columns: 1fr; }
}

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

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

/* --- 最新动态模块 --- */
.wqubqynf { max-width: 900px; margin: 0 auto; }
.tyvwcohe {
  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;
}
.tyvwcohe:hover { transform: translateX(6px); box-shadow: 0 4px 20px rgba(139,26,26,.12); }
.lw7w4 {
  display: inline-block; font-size: .8rem; color: #FFF8F0; background: #8B1A1A;
  padding: 2px 12px; border-radius: 12px; margin-bottom: 8px;
}
.tyvwcohe h3 { font-size: 1.05rem; color: #1A1A2E; margin-bottom: 8px; line-height: 1.5; }
.tyvwcohe h3 a { color: #1A1A2E; }
.tyvwcohe h3 a:hover { color: #8B1A1A; }
.tyvwcohe p { font-size: .9rem; color: #666; line-height: 1.7; margin: 0; }

/* --- 专家凭证标签 --- */
.etqi7hm6 {
  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);
}

/* --- 视频时长标签 --- */
.n17zi {
  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修正 --- */
.t4lwf5t9 h4 { color: #C9A96E; font-size: 1.1rem; margin-bottom: 16px; position: relative; padding-bottom: 10px; }
.t4lwf5t9 h4::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #8B1A1A;
}
