/* ============================================
   玩物社区传媒 - 原创样式表
   品牌色系：深红 #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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- 响应式 --- */
@media (max-width: 768px) {
  .qqgul { display: none; position: fixed; top: 70px; left: 0; width: 100%; background: rgba(26,26,46,.98); flex-direction: column; padding: 20px; gap: 5px; }
  .qqgul.active { display: flex; }
  .qqgul a { padding: 12px 16px; width: 100%; }
  .hpxdoacu { display: flex; }
  .knxm7t h1 { font-size: 2rem; }
  .knxm7t p { font-size: 1rem; }
  .rpz4umf { height: 50vh; min-height: 350px; }
  .te0s5i5 h2 { font-size: 1.5rem; }
  .t88gdsym { grid-template-columns: 1fr; }
  .kvdpmwif { grid-template-columns: 1fr; }
  .qnvxbcuy { grid-template-columns: 1fr; }
  .mtxlkjk { height: 60px; }
  .bzgksq { margin-top: 60px; }
  .nwluf { height: 200px; margin-top: 60px; }
  .nwluf h1 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .knxm7t h1 { font-size: 1.6rem; }
  .a31oj6fy { grid-template-columns: 1fr 1fr; }
  .pi0bxgw { grid-template-columns: 1fr; }
  .zg1nv { grid-template-columns: 1fr; }
}

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

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

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

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

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