/* ============================================
   高清动漫传媒 - 原创样式表
   品牌色系：深红 #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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- 响应式 --- */
@media (max-width: 768px) {
  .gygw0k { display: none; position: fixed; top: 70px; left: 0; width: 100%; background: rgba(26,26,46,.98); flex-direction: column; padding: 20px; gap: 5px; }
  .gygw0k.active { display: flex; }
  .gygw0k a { padding: 12px 16px; width: 100%; }
  .ptorze { display: flex; }
  .xpa43u h1 { font-size: 2rem; }
  .xpa43u p { font-size: 1rem; }
  .p024a7a { height: 50vh; min-height: 350px; }
  .wc2oq2 h2 { font-size: 1.5rem; }
  .yacoh8a { grid-template-columns: 1fr; }
  .cjkpou { grid-template-columns: 1fr; }
  .dag82eui { grid-template-columns: 1fr; }
  .tb7mjn { height: 60px; }
  .hput224g { margin-top: 60px; }
  .zzhqpn { height: 200px; margin-top: 60px; }
  .zzhqpn h1 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .xpa43u h1 { font-size: 1.6rem; }
  .ix0t16lk { grid-template-columns: 1fr 1fr; }
  .ajml2k6d { grid-template-columns: 1fr; }
  .bfz1v { grid-template-columns: 1fr; }
}

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

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

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

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

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