/* ============================================
   溏心 - 影视传媒与创意社区平台
   原创样式表 | scvym45.cn
   ============================================ */

/* --- 基础重置与变量 --- */
:root {
  --wglp7nz: #E8364F;
  --pd3fpx9: #1A1A2E;
  --ruysfjn: #FFB347;
  --py4yoec: #F5F0EB;
  --bf8hluh: #2D2D3A;
  --vqnlbuw: #E8E3DE;
  --j79zpx31: #FAF8F5;
  --p5xw1it: 0 4px 20px rgba(26,26,46,0.08);
  --ekoyj1: 12px;
  --lvfyb: 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(--bf8hluh);
  background: var(--py4yoec);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--wglp7nz);
  text-decoration: none;
  transition: var(--lvfyb);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kcvkfpl {
  background: var(--wglp7nz);
  color: #fff;
}

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

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

.gjca6:hover {
  background: #fff;
  color: var(--pd3fpx9);
}

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

.fw9i2 {
  background: var(--j79zpx31);
}

.z4z2l1j {
  background: var(--pd3fpx9);
  color: #fff;
}

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

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

.z4z2l1j .mjx0re h2 {
  color: #fff;
}

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

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

.z4z2l1j .mjx0re p {
  color: rgba(255,255,255,0.7);
}

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

.izuoyah {
  background: #fff;
  border-radius: var(--ekoyj1);
  overflow: hidden;
  box-shadow: var(--p5xw1it);
  transition: var(--lvfyb);
  cursor: pointer;
}

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

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

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

.izuoyah:hover .prgxx5yj img,
.izuoyah:hover .prgxx5yj video {
  transform: scale(1.06);
}

.r6853j80 {
  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(--lvfyb);
}

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

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

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

.g80gpli {
  padding: 16px;
}

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

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

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

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

.bwqr5m {
  background: var(--vqnlbuw);
  color: var(--bf8hluh);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
}

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

.t7c70t4i {
  background: #fff;
  border-radius: var(--ekoyj1);
  overflow: hidden;
  box-shadow: var(--p5xw1it);
  transition: var(--lvfyb);
  padding: 28px;
  text-align: center;
}

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

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

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

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

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

.dxtieg img {
  border-radius: var(--ekoyj1);
  box-shadow: var(--p5xw1it);
}

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

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

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

.a10cgkzu {
  background: #fff;
  border-radius: var(--ekoyj1);
  overflow: hidden;
  box-shadow: var(--p5xw1it);
  text-align: center;
  padding: 28px 20px;
  transition: var(--lvfyb);
}

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

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

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

.a10cgkzu .y30tgh {
  color: var(--wglp7nz);
  font-size: 0.88rem;
  margin-bottom: 10px;
}

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

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

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

.ms84ufzw .usyuy {
  background: var(--wglp7nz);
  color: #fff;
}

.ms84ufzw .ps1i064q {
  border: 1px solid var(--pd3fpx9);
  color: var(--pd3fpx9);
}

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

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

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

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

.ppa0x6 {
  background: #fff;
  border-radius: var(--ekoyj1);
  margin-bottom: 12px;
  box-shadow: var(--p5xw1it);
  overflow: hidden;
}

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

.ms6puji:hover {
  color: var(--wglp7nz);
}

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

.ppa0x6.active .ms6puji::after {
  transform: rotate(45deg);
}

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

.ppa0x6.active .euqu1 {
  padding: 0 24px 18px;
  max-height: 300px;
}

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

.tr1jz {
  background: #fff;
  border-radius: var(--ekoyj1);
  padding: 24px;
  box-shadow: var(--p5xw1it);
}

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

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

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

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

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

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

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

.own9ax {
  background: #fff;
  border-radius: var(--ekoyj1);
  padding: 32px;
  box-shadow: var(--p5xw1it);
}

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

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

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

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

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

.pi17ia {
  text-align: center;
}

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

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

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

.syuw7xb3 {
  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(--lvfyb);
}

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

.yvxkjlrq { background: #07C160; }
.xbmuxpx { background: #E6162D; }
.zjsbgb { background: #161823; }
.frpk8 { background: #00A1D6; }

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

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

.ep5awcti .nj3t07k {
  margin-bottom: 14px;
}

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

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

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

.luj8xtk a:hover {
  color: var(--wglp7nz);
}

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

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

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

.bxp5ypm a {
  color: var(--wglp7nz);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lk481u img {
  border-radius: var(--ekoyj1);
  margin: 24px 0;
  box-shadow: var(--p5xw1it);
}

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

.p6gay.loaded {
  opacity: 1;
}

/* --- 响应式 --- */
@media (max-width: 1024px) {
  .k0we71b {
    grid-template-columns: repeat(2, 1fr);
  }
  .mduvls {
    grid-template-columns: repeat(2, 1fr);
  }
  .qyez94mc {
    grid-template-columns: repeat(2, 1fr);
  }
  .z5vtr {
    grid-template-columns: repeat(2, 1fr);
  }
  .it2tb {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .ozc3y8uv.active {
    display: flex;
  }

  .rg3wx {
    display: block;
  }

  .dvzi7 {
    height: 400px;
  }

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

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

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

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

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

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

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

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

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

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

  .bxoi3xgi {
    padding: 40px 0;
  }

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

  .wcz26 {
    height: 260px;
  }

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

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

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

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