/* 2ef1x92jum2u | v2.16 */
/* ts7nvta551b4 | v1.67 */
/* ============================================
   全局样式 - 影视传媒网站
   独特配色: 深靛蓝 + 琥珀金 + 珊瑚红
   ============================================ */

:root {
  --color-primary: #1a1a3e;
  --color-secondary: #d4a017;
  --color-accent: #e74c5e;
  --color-bg-dark: #0d0d26;
  --color-bg-light: #f5f0e8;
  --color-bg-card: #1e1e4a;
  --color-text-main: #e8e4dc;
  --color-text-muted: #a09888;
  --color-text-dark: #2c2c2c;
  --color-border: rgba(212,160,23,0.3);
  --color-success: #2ecc71;
  --color-warning: #f39c12;
  --font-heading: "Noto Serif SC", "STSong", serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-card: 0 8px 32px rgba(0,0,0,0.3);
  --shadow-hover: 0 12px 48px rgba(212,160,23,0.2);
  --transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--color-bg-dark);
  color: var(--color-text-main);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--color-secondary);
  text-decoration: none;
  transition: var(--transition);
}
/* gbn9l7he */
a:hover {
  color: var(--color-accent);
}

/* ============ 导航栏 (非sticky) ============ */
._t26lnsa5 {
  background: linear-gradient(135deg, var(--color-primary) 0%, #12122e 100%);
  border-bottom: 2px solid var(--color-border);
  position: relative;
  z-index: 100;
}

.e65de12g {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

._mpwamr img {
  height: 48px;
  width: auto;
}
/* k2o85 */
._uzsa89o {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

._uzsa89o a {
  padding: 10px 16px;
  color: var(--color-text-main);
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  position: relative;
}
/* ei81 */
._uzsa89o a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color-secondary);
  transition: var(--transition);
  transform: translateX(-50%);
}
/* vq5lfa0li */
._uzsa89o a:hover::after,
._uzsa89o a.active::after {
  width: 60%;
}

._uzsa89o a:hover {
  color: var(--color-secondary);
}

._abpn1m6 {
  display: none;
  background: none;
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-size: 1.2rem;
  cursor: pointer;
}

/* ============ Hero区域 ============ */
._z0tv75f {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

._0nxcm89u {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.tw-lut518 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

.tw-lut518 h1 {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

.tw-lut518 p {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
  line-height: 1.7;
}

._b8tt36 {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--color-secondary), #e8b730);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 50px;
  box-shadow: 0 6px 24px rgba(212,160,23,0.4);
  transition: var(--transition);
}
/* ct72 */
._b8tt36:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(212,160,23,0.6);
  color: var(--color-primary);
}

/* ============ 通用容器 ============ */
.wnmesp3a {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* u2ss */
.jf30i9zovl {
  padding: 60px 0;
}
/* zc6evu0 */
.jf30i9zovl:nth-child(even) {
  background: rgba(30,30,74,0.4);
}

._vz7xd0 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-secondary);
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

._vz7xd0::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
  margin: 12px auto 0;
  border-radius: 2px;
}

.j65tai7tz6 {
  text-align: center;
  color: var(--color-text-muted);
  margin-bottom: 40px;
  font-size: 1rem;
}
/* rz7t */
/* ============ 电影卡片网格 ============ */
.css-btthnb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

._e6yd9y5 {
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  position: relative;
}

._e6yd9y5:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

._e6yd9y5 ._bqme39p {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/7;
}
/* lmjqdhpyi */
._e6yd9y5 ._bqme39p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* awal5t492 */
._e6yd9y5:hover ._bqme39p img {
  transform: scale(1.08);
}

._e6yd9y5 ._sj23kn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: var(--transition);
}

._e6yd9y5:hover ._sj23kn {
  opacity: 1;
}

._e6yd9y5 ._sj23kn img {
  width: 56px;
  height: 56px;
}

._e6yd9y5 ._r9l1did {
  padding: 14px 16px;
}
/* tqso */
._e6yd9y5 ._r9l1did h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
}

._e6yd9y5 ._r9l1did p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

._e6yd9y5 .a31ozr1qo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 0.9rem;
  margin-top: 6px;
}

.a31ozr1qo .el-yplano {
  color: var(--color-secondary);
}

/* ============ 服务模块 ============ */
._io5664 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.jcnsz3w {
  background: linear-gradient(180deg, var(--color-bg-card) 0%, rgba(26,26,62,0.8) 100%);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
}

.jcnsz3w:hover {
  border-color: var(--color-secondary);
  transform: translateY(-4px);
}
/* nsbc */
.jcnsz3w img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
}

.jcnsz3w h3 {
  font-size: 1.05rem;
  color: var(--color-secondary);
  margin-bottom: 10px;
}

.jcnsz3w p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ============ 案例模块 ============ */
.css-1p5dbj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tw-7g8nzg {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-bg-card);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
/* cjf7llh */
.tw-7g8nzg:hover {
  transform: scale(1.02);
}

.tw-7g8nzg img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tw-7g8nzg ._2ku7llw6 {
  padding: 20px;
}

.tw-7g8nzg h3 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 8px;
}

.tw-7g8nzg p {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}
/* yyb2c7i */
/* ============ 国际合作模块 ============ */
.kdomohqj8b {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.e74txsv {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-bg-card);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  text-align: center;
}

.e74txsv:hover {
  transform: translateY(-6px);
}

.e74txsv img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.e74txsv ._rd2rcb {
  padding: 16px;
}

.e74txsv h4 {
  color: var(--color-secondary);
  font-size: 1rem;
  margin-bottom: 6px;
}

.e74txsv p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

/* ============ 视频播放模块 ============ */
.el-pfa6rm {
  max-width: 800px;
  margin: 0 auto;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-card);
}

.el-pfa6rm video {
  width: 100%;
  display: block;
}

._ngt2yi {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #111, #222);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

._ngt2yi img {
  width: 80px;
  height: 80px;
  opacity: 0.8;
  transition: var(--transition);
}

._ngt2yi:hover img {
  opacity: 1;
  transform: scale(1.15);
}

/* ============ 评论模块 ============ */
._623yccp {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.pb5q4g6rpf {
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  border-left: 4px solid var(--color-secondary);
  box-shadow: var(--shadow-card);
}

.el-jzh7sj {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

._lksl0g {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-secondary);
}

._xkav2uh h4 {
  color: #fff;
  font-size: 1rem;
}
/* hwedkf */
._xkav2uh span {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}
/* 7xsz */
.fl8qbr8c {
  color: var(--color-secondary);
  font-size: 0.95rem;
  margin-bottom: 8px;
}
/* atqezys *//* 7sxb4za */
.pb5q4g6rpf p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.tw-bi70w0 {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin-top: 10px;
  text-align: right;
}

/* ============ FAQ手风琴 ============ */
.jgy53h7s8 {
  max-width: 800px;
  margin: 0 auto;
}

._xua83r {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.el-lj0eex {
  width: 100%;
  background: var(--color-bg-card);
  color: #fff;
  border: none;
  padding: 18px 24px;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  font-family: var(--font-body);
}

.el-lj0eex:hover {
  background: rgba(212,160,23,0.1);
}
/* bayviciyzb */
.el-lj0eex ._vbbtje {
  transition: transform 0.3s ease;
  color: var(--color-secondary);
  font-size: 1.2rem;
}

._xua83r.open .el-lj0eex ._vbbtje {
  transform: rotate(180deg);
}

._ah1z0t0 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: rgba(13,13,38,0.6);
}

._xua83r.open ._ah1z0t0 {
  max-height: 500px;
}

.el-zoqo3f {
  padding: 18px 24px;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}

/* ============ 关于我们 ============ */
._buj1lm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

._4v2snd2f h3 {
  color: var(--color-secondary);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

._4v2snd2f p {
  margin-bottom: 16px;
  line-height: 1.9;
  color: var(--color-text-muted);
}
/* 6ffip */
._f59vjzh5 img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}
/* 9xx9mupoy9 */
/* ============ 支付方式 ============ */
.st-iyksnm {
  text-align: center;
}

._p8y6r05v {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
/* 87y79w */
._p8y6r05v img {
  height: 48px;
  width: auto;
  border-radius: var(--radius-sm);
}

/* ============ 面包屑 ============ */
._8nwra2 {
  padding: 14px 0;
  font-size: 0.88rem;
}
/* 1g8w */
._8nwra2 a {
  color: var(--color-text-muted);
}

._8nwra2 a:hover {
  color: var(--color-secondary);
}

._8nwra2 span {
  color: var(--color-text-muted);
  margin: 0 8px;
}

._8nwra2 ._qbdyrs {
  color: var(--color-secondary);
}
/* addkw */
/* ============ 页脚 ============ */
._7e99vqjr {
  background: linear-gradient(180deg, var(--color-primary) 0%, #090920 100%);
  border-top: 2px solid var(--color-border);
  padding: 50px 0 20px;
}

._bklpxj {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
/* d1t8t5 *//* 9ipywjp78 */
._zjqd10 h4 {
  color: var(--color-secondary);
  font-size: 1.05rem;
  margin-bottom: 16px;
  font-family: var(--font-heading);
}

._zjqd10 a {
  display: block;
  color: var(--color-text-muted);
  padding: 4px 0;
  font-size: 0.9rem;
}
/* 08mlytdco */
._zjqd10 a:hover {
  color: var(--color-secondary);
  padding-left: 6px;
}

._zjqd10 p {
  color: var(--color-text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}
/* 30atzdv */
.rfju1he8 {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
/* tm9dyxiitj */
.rfju1he8 img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  transition: var(--transition);
}

.rfju1he8 img:hover {
  transform: scale(1.15);
}

.qoryark344 {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  text-align: center;
  font-size: 0.82rem;
  color: var(--color-text-muted);
}
/* 7kiphe */
.qoryark344 .mvcykd0 {
  display: inline-block;
  margin: 10px 0;
}

.qoryark344 .mvcykd0 img {
  width: 48px;
  height: 48px;
  display: inline-block;
}

.phajcla9 {
  margin: 12px 0;
}
/* ec4gh5pdy *//* qa4zmzkvl */
.phajcla9 img {
  height: 36px;
  display: inline-block;
}

/* ============ 作者信息 ============ */
._xa8s3t49 {
  display: flex;
  gap: 20px;
  align-items: center;
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--color-border);
  margin: 30px 0;
}

._xa8s3t49 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--color-secondary);
}

._kavjrliu h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

._kavjrliu p {
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

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

.tummx1iw9 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
}

._m2uw82sd {
  position: relative;
  z-index: 2;
  text-align: center;
}
/* ht4r1t7f */
._m2uw82sd h1 {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 0 3px 16px rgba(0,0,0,0.5);
}

._mpt0yx9l {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
/* 3o5r */
._mpt0yx9l h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--color-secondary);
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-border);
}

._mpt0yx9l h3 {
  font-size: 1.2rem;
  color: #fff;
  margin: 24px 0 12px;
}

._mpt0yx9l p {
  margin-bottom: 16px;
  line-height: 1.9;
  color: var(--color-text-muted);
}

._mpt0yx9l ul, ._mpt0yx9l ol {
  margin: 12px 0 20px 24px;
  color: var(--color-text-muted);
}

._mpt0yx9l li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.oso4xpx4e {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.oso4xpx4e img {
  border-radius: var(--radius-sm);
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* ============ APP下载页 ============ */
.st-m3351n {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--color-primary), #2a1a5e);
}

.st-m3351n h1 {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 20px;
}
/* ydrmbbt1 */
.st-m3351n p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto 30px;
}
/* iqna5 */
._nxgk89 {
  max-width: 300px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

._7yjdnzc0 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
/* mdxfrh8 */
._11nsselu {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--color-secondary);
  color: var(--color-primary);
  font-weight: 700;
  border-radius: 50px;
  font-size: 1rem;
  transition: var(--transition);
}
/* 9eyl64 */
._11nsselu:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212,160,23,0.5);
  color: var(--color-primary);
}

._11nsselu._kj30t3w {
  background: transparent;
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}

/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  ._io5664 {
    grid-template-columns: repeat(3, 1fr);
  }
/* m52a8qy2z *//* wp6x0 */  .kdomohqj8b {
    grid-template-columns: repeat(2, 1fr);
  }
  ._bklpxj {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  ._abpn1m6 {
    display: block;
  }
/* hi6wbphxk */
  ._uzsa89o {
    display: none;
    width: 100%;
    flex-direction: column;
    background: var(--color-primary);
    border-top: 1px solid var(--color-border);
    margin-top: 10px;
  }

  ._uzsa89o.open {
    display: flex;
  }

  ._uzsa89o a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .tw-lut518 h1 {
    font-size: 1.8rem;
  }

  ._z0tv75f {
    min-height: 360px;
  }

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

  .css-1p5dbj {
    grid-template-columns: 1fr;
  }

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

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

  .css-btthnb {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

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

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

  ._vz7xd0 {
    font-size: 1.5rem;
  }

  .tummx1iw9 {
    height: 200px;
  }

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

  ._xa8s3t49 {
    flex-direction: column;
    text-align: center;
  }
/* wrb5yk1 */}

@media (max-width: 480px) {
  .css-btthnb {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

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

  .tw-lut518 h1 {
    font-size: 1.5rem;
  }
/* 7ekj0yx */
  .jf30i9zovl {
    padding: 36px 0;
  }

  .wnmesp3a {
    padding: 0 14px;
  }
/* 2rae13wg5 */}
/* cb4dupuut */
/* e9zg4i7322kgg5mm */

/* x7bnwqpi3wb8scwo */
