/* ============================================
   陈美娇 - 影视传媒与创意社区平台
   原创样式表 | shgmffb.cn
   ============================================ */

/* --- 基础重置与变量 --- */
:root {
  --r13hj: #E8364F;
  --hpez8j1j: #1A1A2E;
  --m71ge7: #FFB347;
  --ozfyocw9: #F5F0EB;
  --now4x75w: #2D2D3A;
  --tqv7zi: #E8E3DE;
  --npi9r3: #FAF8F5;
  --tewyrh: 0 4px 20px rgba(26,26,46,0.08);
  --miyrl8: 12px;
  --a9rq0g: 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(--now4x75w);
  background: var(--ozfyocw9);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--r13hj);
  text-decoration: none;
  transition: var(--a9rq0g);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g40bpw {
  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);
}

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

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

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

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

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

.n01qalog {
  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%);
}

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

.txv2b6 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;
}

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

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

.dotqt {
  background: var(--r13hj);
  color: #fff;
}

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

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

.s3qjr:hover {
  background: #fff;
  color: var(--hpez8j1j);
}

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

.l2blqjr {
  background: var(--npi9r3);
}

.hkgs7bna {
  background: var(--hpez8j1j);
  color: #fff;
}

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

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

.hkgs7bna .k99s2 h2 {
  color: #fff;
}

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

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

.hkgs7bna .k99s2 p {
  color: rgba(255,255,255,0.7);
}

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

.q2wxoajw {
  background: #fff;
  border-radius: var(--miyrl8);
  overflow: hidden;
  box-shadow: var(--tewyrh);
  transition: var(--a9rq0g);
  cursor: pointer;
}

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

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

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

.q2wxoajw:hover .hiqikj img,
.q2wxoajw:hover .hiqikj video {
  transform: scale(1.06);
}

.sw9ohp5 {
  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(--a9rq0g);
}

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

.sw9ohp5::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;
}

.s7z7l9j {
  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;
}

.luqde {
  padding: 16px;
}

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

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

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

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

.z3tshan {
  background: var(--tqv7zi);
  color: var(--now4x75w);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
}

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

.rhqh7zj {
  background: #fff;
  border-radius: var(--miyrl8);
  overflow: hidden;
  box-shadow: var(--tewyrh);
  transition: var(--a9rq0g);
  padding: 28px;
  text-align: center;
}

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

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

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

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

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

.u4ukr4 img {
  border-radius: var(--miyrl8);
  box-shadow: var(--tewyrh);
}

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

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

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

.rejk5m {
  background: #fff;
  border-radius: var(--miyrl8);
  overflow: hidden;
  box-shadow: var(--tewyrh);
  text-align: center;
  padding: 28px 20px;
  transition: var(--a9rq0g);
}

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

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

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

.rejk5m .c11s6k {
  color: var(--r13hj);
  font-size: 0.88rem;
  margin-bottom: 10px;
}

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

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

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

.nix1kf .f4oih4nu {
  background: var(--r13hj);
  color: #fff;
}

.nix1kf .jy80q59 {
  border: 1px solid var(--hpez8j1j);
  color: var(--hpez8j1j);
}

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

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

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

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

.f6ga7w9 {
  background: #fff;
  border-radius: var(--miyrl8);
  margin-bottom: 12px;
  box-shadow: var(--tewyrh);
  overflow: hidden;
}

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

.p980wgo1:hover {
  color: var(--r13hj);
}

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

.f6ga7w9.active .p980wgo1::after {
  transform: rotate(45deg);
}

.y4suos {
  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;
}

.f6ga7w9.active .y4suos {
  padding: 0 24px 18px;
  max-height: 300px;
}

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

.rosmro0 {
  background: #fff;
  border-radius: var(--miyrl8);
  padding: 24px;
  box-shadow: var(--tewyrh);
}

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

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

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

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

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

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

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

.sbbkwx {
  background: #fff;
  border-radius: var(--miyrl8);
  padding: 32px;
  box-shadow: var(--tewyrh);
}

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

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

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

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

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

.yrg3vmr {
  text-align: center;
}

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

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

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

.dzeo3 {
  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(--a9rq0g);
}

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

.olncq9 { background: #07C160; }
.yn6cq9w { background: #E6162D; }
.p9tg3c { background: #161823; }
.wxiw6 { background: #00A1D6; }

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

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

.rkbmdrr9 .qymct {
  margin-bottom: 14px;
}

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

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

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

.g1t3se a:hover {
  color: var(--r13hj);
}

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

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

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

.w7tbk a {
  color: var(--r13hj);
}

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

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

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

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

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

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

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

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

.e4hdxix {
  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%);
}

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

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

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

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

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

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

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

.f56gkr img {
  border-radius: var(--miyrl8);
  margin: 24px 0;
  box-shadow: var(--tewyrh);
}

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

.eb2xh.loaded {
  opacity: 1;
}

/* --- 响应式 --- */
@media (max-width: 1024px) {
  .crhbx1ls {
    grid-template-columns: repeat(2, 1fr);
  }
  .cjiato {
    grid-template-columns: repeat(2, 1fr);
  }
  .wzb45nfz {
    grid-template-columns: repeat(2, 1fr);
  }
  .q4o1va {
    grid-template-columns: repeat(2, 1fr);
  }
  .pnm2ftvj {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .clmoyji.active {
    display: flex;
  }

  .rnqfno {
    display: block;
  }

  .nzqck {
    height: 400px;
  }

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

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

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

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

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

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

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

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

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

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

  .w3bjnt6 {
    padding: 40px 0;
  }

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

  .wl855iq {
    height: 260px;
  }

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

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

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

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