/* zdh8ox9ahv3k | v2.14 */
/* nxiuhbabnhcj | v5.74 */
/* ============================================
   全局样式 - 影视传媒网站
   独特配色: 深靛蓝 + 琥珀金 + 珊瑚红
   ============================================ */

: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);
}
/* c1w29gd */
*, *::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;
}
/* aa896o0i */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

.yozyutlt img {
  height: 48px;
  width: auto;
}

.zuinwn2 {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.zuinwn2 a {
  padding: 10px 16px;
  color: var(--color-text-main);
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  position: relative;
}

.zuinwn2 a::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color-secondary);
  transition: var(--transition);
  transform: translateX(-50%);
}
/* a1zcb230ge */
.zuinwn2 a:hover::after,
.zuinwn2 a.active::after {
  width: 60%;
}

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

._klbl2ctu {
  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区域 ============ */
._4aevbw {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

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

.css-aga8r7 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);
}

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

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

._02hwo2nq:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(212,160,23,0.6);
  color: var(--color-primary);
}
/* t86lb9o */
/* ============ 通用容器 ============ */
.tw-cv199l {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tw-j2r73h {
  padding: 60px 0;
}

.tw-j2r73h:nth-child(even) {
  background: rgba(30,30,74,0.4);
}

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

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

._rawvvof {
  text-align: center;
  color: var(--color-text-muted);
  margin-bottom: 40px;
  font-size: 1rem;
}

/* ============ 电影卡片网格 ============ */
._n4xldqo {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
/* qm9f */
._ikw7dgg {
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  position: relative;
}

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

._ikw7dgg ._m1x317c {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/7;
}

._ikw7dgg ._m1x317c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

._ikw7dgg:hover ._m1x317c img {
  transform: scale(1.08);
}

._ikw7dgg .css-umok40 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: var(--transition);
}
/* 3uesdfeo9 */
._ikw7dgg:hover .css-umok40 {
  opacity: 1;
}

._ikw7dgg .css-umok40 img {
  width: 56px;
  height: 56px;
}

._ikw7dgg ._nzu3g6wy {
  padding: 14px 16px;
}

._ikw7dgg ._nzu3g6wy h3 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 600;
}

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

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

._xunevj6 ._olmfxaa {
  color: var(--color-secondary);
}
/* 1fbf5x */
/* ============ 服务模块 ============ */
.sc-7sgld1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

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

._oat0w9:hover {
  border-color: var(--color-secondary);
  transform: translateY(-4px);
}

._oat0w9 img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
}

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

._oat0w9 p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}
/* 5yt46fji72 *//* uxbib */
/* ============ 案例模块 ============ */
.wi6z7d0e6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* ub6bry2h */
.ua5sjf61 {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-bg-card);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
}
/* asg1j *//* ldcxgtbl */
.ua5sjf61:hover {
  transform: scale(1.02);
}
/* rhb2bl4y *//* wkkp */
.ua5sjf61 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.ua5sjf61 .el-pxbjeo {
  padding: 20px;
}

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

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

._g7nc9bmf {
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--color-bg-card);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  text-align: center;
}
/* a9ks6 */
._g7nc9bmf:hover {
  transform: translateY(-6px);
}

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

._g7nc9bmf .el-f4y2am {
  padding: 16px;
}

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

._g7nc9bmf p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}
/* jjpjgfgobv *//* jjdo835fg */
/* ============ 视频播放模块 ============ */
._b3449yv {
  max-width: 800px;
  margin: 0 auto;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #000;
  box-shadow: var(--shadow-card);
}

._b3449yv video {
  width: 100%;
  display: block;
}

._9gkooh {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #111, #222);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* zb5b98 */
._9gkooh img {
  width: 80px;
  height: 80px;
  opacity: 0.8;
  transition: var(--transition);
}
/* jnsuz1o */
._9gkooh:hover img {
  opacity: 1;
  transform: scale(1.15);
}

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

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

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

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

._wpokxa h4 {
  color: #fff;
  font-size: 1rem;
}

._wpokxa span {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.css-r75snb {
  color: var(--color-secondary);
  font-size: 0.95rem;
  margin-bottom: 8px;
}

._taykv8a p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}
/* 0q3nh2fi *//* ym8h */
._wbe4vl {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin-top: 10px;
  text-align: right;
}

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

.wv75qjko0 {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}
/* ckz1 */
.ip8t7tulo {
  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);
}
/* ajlniem */
.ip8t7tulo:hover {
  background: rgba(212,160,23,0.1);
}
/* ahu8ebhi */
.ip8t7tulo ._245ata {
  transition: transform 0.3s ease;
  color: var(--color-secondary);
  font-size: 1.2rem;
}
/* gbxnvy *//* ao4kytzm */
.wv75qjko0.open .ip8t7tulo ._245ata {
  transform: rotate(180deg);
}

._uymxktx {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: rgba(13,13,38,0.6);
}
/* nzgef8 */
.wv75qjko0.open ._uymxktx {
  max-height: 500px;
}

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

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

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

._yftme6i p {
  margin-bottom: 16px;
  line-height: 1.9;
  color: var(--color-text-muted);
}
/* ak2vtg8c */
._0om8q7 img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

/* ============ 支付方式 ============ */
.tbui7ek {
  text-align: center;
}

._xe4uub {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

._xe4uub img {
  height: 48px;
  width: auto;
  border-radius: var(--radius-sm);
}

/* ============ 面包屑 ============ */
.jud14rg8q {
  padding: 14px 0;
  font-size: 0.88rem;
}

.jud14rg8q a {
  color: var(--color-text-muted);
}

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

.jud14rg8q span {
  color: var(--color-text-muted);
  margin: 0 8px;
}
/* mq8fx4 */
.jud14rg8q ._kcjfan6 {
  color: var(--color-secondary);
}
/* ui9fa69c */
/* ============ 页脚 ============ */
._70ul01 {
  background: linear-gradient(180deg, var(--color-primary) 0%, #090920 100%);
  border-top: 2px solid var(--color-border);
  padding: 50px 0 20px;
}

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

._48jiec a {
  display: block;
  color: var(--color-text-muted);
  padding: 4px 0;
  font-size: 0.9rem;
}

._48jiec a:hover {
  color: var(--color-secondary);
  padding-left: 6px;
}

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

.fpwxy5v {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
/* 54dev */
.fpwxy5v img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  transition: var(--transition);
}

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

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

.bsit56186n .tw-lnulyn {
  display: inline-block;
  margin: 10px 0;
}

.bsit56186n .tw-lnulyn img {
  width: 48px;
  height: 48px;
  display: inline-block;
}

._zftshk {
  margin: 12px 0;
}
/* qydch81q0b */
._zftshk img {
  height: 36px;
  display: inline-block;
}

/* ============ 作者信息 ============ */
._0nvpklw {
  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;
}
/* 89cz9 */
._0nvpklw img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--color-secondary);
}
/* y12e9q */
.ct9p3qw71 h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

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

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

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

._ejd00z8 {
  position: relative;
  z-index: 2;
  text-align: center;
}

._ejd00z8 h1 {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  color: #fff;
  text-shadow: 0 3px 16px rgba(0,0,0,0.5);
}
/* o4rziesotx */
.edi4fp0gt {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

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

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

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

.edi4fp0gt ul, .edi4fp0gt ol {
  margin: 12px 0 20px 24px;
  color: var(--color-text-muted);
}
/* b33qfsysrf */
.edi4fp0gt li {
  margin-bottom: 8px;
  line-height: 1.7;
}

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

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

/* ============ APP下载页 ============ */
.st-lqzf7z {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--color-primary), #2a1a5e);
}
/* finactrl */
.st-lqzf7z h1 {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 20px;
}

.st-lqzf7z p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 600px;
  margin: 0 auto 30px;
}
/* q98lrf */
.tw-fp1kq7 {
  max-width: 300px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
/* k4fb69ibm */
._l4yofvs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
/* i4g1rj */
.sc-onu5ow {
  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);
}

.sc-onu5ow:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(212,160,23,0.5);
  color: var(--color-primary);
}
/* 2lhc */
.sc-onu5ow._v2dmkqdu {
  background: transparent;
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}
/* dbjp4wcsv */
/* ============ 响应式 ============ */
@media (max-width: 1024px) {
  .sc-7sgld1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .bf6cu40 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sc-w94odt {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  ._klbl2ctu {
    display: block;
  }

  .zuinwn2 {
    display: none;
    width: 100%;
    flex-direction: column;
    background: var(--color-primary);
    border-top: 1px solid var(--color-border);
    margin-top: 10px;
  }

  .zuinwn2.open {
    display: flex;
  }

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

  .css-aga8r7 h1 {
    font-size: 1.8rem;
  }

  ._4aevbw {
    min-height: 360px;
  }

  .sc-7sgld1 {
    grid-template-columns: 1fr;
  }

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

  .bf6cu40 {
    grid-template-columns: 1fr 1fr;
  }
/* 1sww10 */
  .el-8xc7qp {
    grid-template-columns: 1fr;
  }

  ._n4xldqo {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
/* db69ffo70x */
  ._5ighd0y {
    grid-template-columns: 1fr;
  }

  .sc-w94odt {
    grid-template-columns: 1fr;
  }

  ._35gyrvw {
    font-size: 1.5rem;
  }

  .zcdrd42v3u {
    height: 200px;
  }

  ._ejd00z8 h1 {
    font-size: 1.6rem;
  }
/* rierar */
  ._0nvpklw {
    flex-direction: column;
    text-align: center;
  }
}
/* th8e5jeke */
@media (max-width: 480px) {
  ._n4xldqo {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .bf6cu40 {
    grid-template-columns: 1fr;
  }
/* 9hb6tlamqz */
  .css-aga8r7 h1 {
    font-size: 1.5rem;
  }
/* zvef4dyanz *//* hx6vgkm8v2 */
  .tw-j2r73h {
    padding: 36px 0;
  }
/* lv60hktm */
  .tw-cv199l {
    padding: 0 14px;
  }
/* 61raapfu */}

/* 2s4a297bcas43nol */

/* 766ymfljo4qs64va */
