/* ============================================
   猎奇 - 影视传媒与创意社区平台
   原创样式表 | shjiu92.cn
   ============================================ */

/* --- 基础重置与变量 --- */
:root {
  --t080w0f: #E8364F;
  --qmivqm: #1A1A2E;
  --tr3lm3ka: #FFB347;
  --zaic80vp: #F5F0EB;
  --fztmmu: #2D2D3A;
  --yi3jk: #E8E3DE;
  --l9gbv: #FAF8F5;
  --tj5ez0: 0 4px 20px rgba(26,26,46,0.08);
  --pmfrms: 12px;
  --wt48yjc: all 0.3s ease;
}

*, *::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: var(--fztmmu);
  background: var(--zaic80vp);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--t080w0f);
  text-decoration: none;
  transition: var(--wt48yjc);
}

a:hover {
  color: var(--qmivqm);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- 顶部导航 --- */
.tlz90n {
  background: var(--qmivqm);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 16px rgba(0,0,0,0.15);
}

.tlz90n .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 68px;
}

.qi9ld3kl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qi9ld3kl img {
  height: 44px;
  width: auto;
}

.qi9ld3kl span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.m8zyl7y {
  display: flex;
  align-items: center;
  gap: 6px;
}

.m8zyl7y a {
  color: rgba(255,255,255,0.85);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--wt48yjc);
}

.m8zyl7y a:hover,
.m8zyl7y a.active {
  background: var(--t080w0f);
  color: #fff;
}

.a5z0xtg8 {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 8px;
}

/* --- 搜索栏 --- */
.ialncac9 {
  background: linear-gradient(135deg, var(--qmivqm) 0%, #2d1b4e 100%);
  padding: 14px 0;
}

.ialncac9 .container {
  display: flex;
  justify-content: center;
}

.hbabn {
  display: flex;
  max-width: 600px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.hbabn input {
  flex: 1;
  border: none;
  padding: 12px 24px;
  font-size: 1rem;
  outline: none;
  color: var(--fztmmu);
  background: transparent;
}

.hbabn button {
  background: var(--t080w0f);
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--wt48yjc);
  font-weight: 600;
}

.hbabn button:hover {
  background: #c92a40;
}

/* --- Hero Banner --- */
.n0e8s {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n0e8s img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wmenvo10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26,26,46,0.7) 0%, rgba(232,54,79,0.4) 100%);
}

.j3myq3b {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.j3myq3b h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  line-height: 1.3;
}

.j3myq3b p {
  font-size: 1.2rem;
  max-width: 680px;
  margin: 0 auto 28px;
  opacity: 0.95;
  line-height: 1.8;
}

.tz2o1h {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  transition: var(--wt48yjc);
  cursor: pointer;
  border: none;
}

.bo1vdnuc {
  background: var(--t080w0f);
  color: #fff;
}

.bo1vdnuc:hover {
  background: #c92a40;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,54,79,0.4);
  color: #fff;
}

.kz7qy {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.kz7qy:hover {
  background: #fff;
  color: var(--qmivqm);
}

/* --- 通用区块标题 --- */
.acywes {
  padding: 70px 0;
}

.k7hlcy10 {
  background: var(--l9gbv);
}

.pkofaf {
  background: var(--qmivqm);
  color: #fff;
}

.fke0d {
  text-align: center;
  margin-bottom: 48px;
}

.fke0d h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--qmivqm);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.pkofaf .fke0d h2 {
  color: #fff;
}

.fke0d h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--t080w0f);
  margin: 12px auto 0;
  border-radius: 2px;
}

.fke0d p {
  color: #6b6b7b;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

.pkofaf .fke0d p {
  color: rgba(255,255,255,0.7);
}

/* --- 传媒视频卡片 --- */
.d3chyfvx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.kupjt {
  background: #fff;
  border-radius: var(--pmfrms);
  overflow: hidden;
  box-shadow: var(--tj5ez0);
  transition: var(--wt48yjc);
  cursor: pointer;
}

.kupjt:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(26,26,46,0.15);
}

.nh63g {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.nh63g img,
.nh63g video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.kupjt:hover .nh63g img,
.kupjt:hover .nh63g video {
  transform: scale(1.06);
}

.h0tjt5l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 64px;
  height: 64px;
  background: rgba(232,54,79,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--wt48yjc);
}

.kupjt:hover .h0tjt5l {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.h0tjt5l::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.nfrsaqn0 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}

.q0y7tri5 {
  padding: 16px;
}

.q0y7tri5 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--qmivqm);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mjsrsat {
  display: flex;
  gap: 16px;
  font-size: 0.82rem;
  color: #888;
}

.mjsrsat span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.drr4ohja {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.k607rfi {
  background: var(--yi3jk);
  color: var(--fztmmu);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
}

/* --- 模块卡片网格 --- */
.xpl1t {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vtxmm6go {
  background: #fff;
  border-radius: var(--pmfrms);
  overflow: hidden;
  box-shadow: var(--tj5ez0);
  transition: var(--wt48yjc);
  padding: 28px;
  text-align: center;
}

.vtxmm6go:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(26,26,46,0.12);
}

.l7q0y {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--t080w0f), var(--tr3lm3ka));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.6rem;
  color: #fff;
}

.vtxmm6go h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--qmivqm);
  margin-bottom: 10px;
}

.vtxmm6go p {
  font-size: 0.92rem;
  color: #666;
  line-height: 1.7;
}

/* --- 两列布局 --- */
.xk6k0jo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.xk6k0jo img {
  border-radius: var(--pmfrms);
  box-shadow: var(--tj5ez0);
}

.boe4bnul h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--qmivqm);
  margin-bottom: 16px;
}

.boe4bnul p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.8;
}

/* --- 专家展示 --- */
.noi1j {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mxlin6 {
  background: #fff;
  border-radius: var(--pmfrms);
  overflow: hidden;
  box-shadow: var(--tj5ez0);
  text-align: center;
  padding: 28px 20px;
  transition: var(--wt48yjc);
}

.mxlin6:hover {
  transform: translateY(-4px);
}

.mxlin6 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--yi3jk);
}

.mxlin6 h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--qmivqm);
  margin-bottom: 4px;
}

.mxlin6 .ofqmnzd {
  color: var(--t080w0f);
  font-size: 0.88rem;
  margin-bottom: 10px;
}

.mxlin6 p {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.6;
  margin-bottom: 14px;
}

.in8i9nqq {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.in8i9nqq a {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

.in8i9nqq .cl2bq {
  background: var(--t080w0f);
  color: #fff;
}

.in8i9nqq .njiq7 {
  border: 1px solid var(--qmivqm);
  color: var(--qmivqm);
}

/* --- 合作品牌Logo墙 --- */
.n0yuhb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  align-items: center;
}

.n0yuhb .partner-item {
  background: #fff;
  padding: 18px 32px;
  border-radius: 10px;
  box-shadow: var(--tj5ez0);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--qmivqm);
  transition: var(--wt48yjc);
  min-width: 160px;
  text-align: center;
}

.n0yuhb .partner-item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(26,26,46,0.12);
}

/* --- FAQ --- */
.tp36i14 {
  max-width: 800px;
  margin: 0 auto;
}

.z4qovmbw {
  background: #fff;
  border-radius: var(--pmfrms);
  margin-bottom: 12px;
  box-shadow: var(--tj5ez0);
  overflow: hidden;
}

.t595ejg {
  padding: 18px 24px;
  font-weight: 600;
  color: var(--qmivqm);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--wt48yjc);
}

.t595ejg:hover {
  color: var(--t080w0f);
}

.t595ejg::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  transition: var(--wt48yjc);
}

.z4qovmbw.active .t595ejg::after {
  transform: rotate(45deg);
}

.oquo0x {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.8;
}

.z4qovmbw.active .oquo0x {
  padding: 0 24px 18px;
  max-height: 300px;
}

/* --- 用户评论 --- */
.afyg0s {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.whskj4m {
  background: #fff;
  border-radius: var(--pmfrms);
  padding: 24px;
  box-shadow: var(--tj5ez0);
}

.k2j7v {
  color: var(--tr3lm3ka);
  font-size: 1rem;
  margin-bottom: 10px;
}

.whskj4m blockquote {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
  font-style: italic;
}

.z69u3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.z69u3 .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--t080w0f);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.z69u3 .name {
  font-weight: 600;
  color: var(--qmivqm);
  font-size: 0.9rem;
}

.z69u3 .date {
  font-size: 0.8rem;
  color: #999;
}

/* --- 联系我们 --- */
.wr2v0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.awadi04a {
  background: #fff;
  border-radius: var(--pmfrms);
  padding: 32px;
  box-shadow: var(--tj5ez0);
}

.awadi04a h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--qmivqm);
  margin-bottom: 18px;
}

.rw61rv {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
}

.rw61rv .label {
  font-weight: 600;
  color: var(--qmivqm);
  min-width: 80px;
  font-size: 0.92rem;
}

.rw61rv .value {
  color: #555;
  font-size: 0.92rem;
}

.u04kb {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.hllwp8b {
  text-align: center;
}

.hllwp8b img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.hllwp8b span {
  font-size: 0.85rem;
  color: #666;
}

/* --- 社交分享 --- */
.oka1xg {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.unvjxdr {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 24px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #fff;
  transition: var(--wt48yjc);
}

.unvjxdr:hover {
  transform: translateY(-2px);
  color: #fff;
}

.ezlaxrc { background: #07C160; }
.hl2dfxg { background: #E6162D; }
.r18xdh { background: #161823; }
.c1tso8l5 { background: #00A1D6; }

/* --- 页脚 --- */
.folmsist {
  background: var(--qmivqm);
  color: rgba(255,255,255,0.7);
  padding: 48px 0 24px;
}

.hjb9q {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 36px;
}

.jyautq .qi9ld3kl {
  margin-bottom: 14px;
}

.jyautq p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.folmsist h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.soyuk8kj a {
  display: block;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  margin-bottom: 8px;
  transition: var(--wt48yjc);
}

.soyuk8kj a:hover {
  color: var(--t080w0f);
}

.p0lmo {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
}

.p0lmo a {
  color: rgba(255,255,255,0.6);
}

/* --- 面包屑 --- */
.th6ce {
  padding: 14px 0;
  font-size: 0.88rem;
  color: #888;
}

.th6ce a {
  color: var(--t080w0f);
}

.th6ce span {
  margin: 0 6px;
  color: #ccc;
}

/* --- How-To 指南 --- */
.hu6bz5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}

.pkf0jxrb {
  background: #fff;
  border-radius: var(--pmfrms);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--tj5ez0);
  position: relative;
  counter-increment: step;
}

.pkf0jxrb::before {
  content: counter(step);
  display: flex;
  width: 44px;
  height: 44px;
  background: var(--t080w0f);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 14px;
}

.pkf0jxrb h4 {
  font-size: 1rem;
  color: var(--qmivqm);
  margin-bottom: 8px;
}

.pkf0jxrb p {
  font-size: 0.88rem;
  color: #666;
}

/* --- 内页样式 --- */
.aq76w49 {
  position: relative;
  height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aq76w49 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.o0k2td0u {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26,26,46,0.75) 0%, rgba(232,54,79,0.35) 100%);
}

.zt28iq {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.zt28iq h1 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.zt28iq p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.k3jim8 {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 20px;
}

.k3jim8 h2 {
  font-size: 1.6rem;
  color: var(--qmivqm);
  margin: 32px 0 16px;
  font-weight: 700;
}

.k3jim8 h3 {
  font-size: 1.3rem;
  color: var(--qmivqm);
  margin: 24px 0 12px;
  font-weight: 600;
}

.k3jim8 p {
  margin-bottom: 16px;
  line-height: 1.9;
  color: #444;
}

.k3jim8 img {
  border-radius: var(--pmfrms);
  margin: 24px 0;
  box-shadow: var(--tj5ez0);
}

/* --- 懒加载占位 --- */
.zfulrubu {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.zfulrubu.loaded {
  opacity: 1;
}

/* --- 响应式 --- */
@media (max-width: 1024px) {
  .d3chyfvx {
    grid-template-columns: repeat(2, 1fr);
  }
  .xpl1t {
    grid-template-columns: repeat(2, 1fr);
  }
  .noi1j {
    grid-template-columns: repeat(2, 1fr);
  }
  .hjb9q {
    grid-template-columns: repeat(2, 1fr);
  }
  .hu6bz5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .m8zyl7y {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--qmivqm);
    flex-direction: column;
    padding: 16px;
    gap: 4px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  }

  .m8zyl7y.active {
    display: flex;
  }

  .a5z0xtg8 {
    display: block;
  }

  .n0e8s {
    height: 400px;
  }

  .j3myq3b h1 {
    font-size: 1.8rem;
  }

  .j3myq3b p {
    font-size: 1rem;
  }

  .d3chyfvx {
    grid-template-columns: 1fr;
  }

  .xpl1t {
    grid-template-columns: 1fr;
  }

  .xk6k0jo {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .noi1j {
    grid-template-columns: 1fr;
  }

  .afyg0s {
    grid-template-columns: 1fr;
  }

  .wr2v0 {
    grid-template-columns: 1fr;
  }

  .hjb9q {
    grid-template-columns: 1fr;
  }

  .hu6bz5 {
    grid-template-columns: 1fr;
  }

  .acywes {
    padding: 40px 0;
  }

  .fke0d h2 {
    font-size: 1.5rem;
  }

  .aq76w49 {
    height: 260px;
  }

  .zt28iq h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .n0e8s {
    height: 320px;
  }

  .j3myq3b h1 {
    font-size: 1.5rem;
  }

  .tz2o1h {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}
