/* m31ba7mm8ipr | v8.22 */
/* 0a43rfjxir9f | v4.86 */
/* ============================================
   全站样式 - 影视传媒网站
   独特配色：深紫 + 玫红 + 暗金
   ============================================ */

/* CSS Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --clr-primary: #6B1D5E;
  --clr-primary-light: #9C3587;
  --clr-accent: #D4A843;
  --clr-accent-dark: #A8832F;
  --clr-bg-dark: #0E0B14;
  --clr-bg-section: #16111F;
  --clr-bg-card: #1E1729;
  --clr-text: #E8E2F0;
  --clr-text-muted: #A89BBF;
  --clr-border: #2E2640;
  --clr-success: #4CAF50;
  --clr-warning: #FF9800;
  --clr-star: #FFD700;
  --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 4px 24px rgba(107, 29, 94, 0.18);
  --shadow-hover: 0 8px 40px rgba(107, 29, 94, 0.3);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
  font-family: var(--font-body);
  background: var(--clr-bg-dark);
  color: var(--clr-text);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}
/* pd9zupms */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--clr-accent);
  text-decoration: none;
  transition: color var(--transition);
}
/* r8v7s *//* 05d3z6767 */
a:hover {
  color: var(--clr-accent-dark);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--clr-text);
  line-height: 1.4;
}
/* j2vuk */
/* ============ Layout ============ */
._tw2gk9u {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

._3uby9uth {
  padding: 48px 0;
}
/* vcoumo4z2g */
._3uby9uth:nth-child(even) {
  background: var(--clr-bg-section);
}
/* b5phkt */
._fhsqwc {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 16px;
}
/* b3v54rd */
._fhsqwc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
  border-radius: 2px;
}

/* ============ Header / Nav ============ */
._afuyajz {
  background: linear-gradient(135deg, var(--clr-bg-dark) 0%, #1A1028 100%);
  border-bottom: 1px solid var(--clr-border);
  position: relative;
  z-index: 100;
}

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

.o76fihm img {
  height: 44px;
  width: auto;
}
/* o0v3th4jh */
.el-i2uciw {
  display: none;
  background: none;
  border: 2px solid var(--clr-accent);
  color: var(--clr-accent);
  font-size: 1.5rem;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
}

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

._9g5jkxga a {
  color: var(--clr-text-muted);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  transition: all var(--transition);
  white-space: nowrap;
}

._9g5jkxga a:hover,
._9g5jkxga a.active {
  color: var(--clr-accent);
  background: rgba(212, 168, 67, 0.08);
}

/* ============ Hero ============ */
.tw-emurc9 {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-64dlc0 {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.el-64dlc0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
}
/* wti1nzciu4 */
._28k9938 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

._28k9938 h1 {
  font-size: 2.4rem;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--clr-accent), #F0D878);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._28k9938 p {
  font-size: 1.1rem;
  color: var(--clr-text-muted);
  margin-bottom: 24px;
}
/* h6k81hh */
.d17v82w {
  display: inline-block;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 700;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(107, 29, 94, 0.4);
}

.d17v82w:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(107, 29, 94, 0.6);
  color: #fff;
}

/* ============ Breadcrumb ============ */
._f0wj5dx {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

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

._f0wj5dx a:hover {
  color: var(--clr-accent);
}
/* 6dn8n *//* xs5uqnvw */
._f0wj5dx span {
  margin: 0 6px;
  opacity: 0.5;
}

/* ============ Movie Cards Grid ============ */
.el-j06ewx {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
/* qr3c */
.z57wa550 {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
  border: 1px solid var(--clr-border);
}

.z57wa550:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--clr-primary-light);
}

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

._rb07497b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

.z57wa550:hover ._rb07497b img {
  transform: scale(1.06);
}
/* gbwprbu */
.vzou90f1gn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: var(--clr-star);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 700;
}
/* 1zdkj */
.st-t5fm8f {
  padding: 12px;
}

.st-t5fm8f h3 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* jsl8r */
.st-t5fm8f p {
  font-size: 0.8rem;
  color: var(--clr-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============ Service Modules ============ */
._se65xs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

._r7rn0w1 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  transition: all var(--transition);
}

._r7rn0w1:hover {
  border-color: var(--clr-accent);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

._r7rn0w1 img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
}
/* 2pyn9je */
._r7rn0w1 h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}

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

/* ============ Cases ============ */
._kpmqwluy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._6arkgu {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}

._6arkgu:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

._6arkgu img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.f2r3e167mi {
  padding: 16px;
}

.f2r3e167mi h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}
/* 9ewsmzs */
.f2r3e167mi p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}
/* zg0bxg */
/* ============ International Stars ============ */
._s038h7xi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

._bayshxyh {
  text-align: center;
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}
/* 1b1rz */
._bayshxyh:hover {
  border-color: var(--clr-primary-light);
  box-shadow: var(--shadow-card);
}

._bayshxyh img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

._bayshxyh h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

._bayshxyh p {
  font-size: 0.82rem;
  color: var(--clr-text-muted);
}

/* ============ About Section ============ */
.t73pvun {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}
/* wzap38j8zx */
.t73pvun h3 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--clr-accent);
}

.t73pvun p {
  margin-bottom: 14px;
  text-indent: 2em;
}

/* ============ Payment ============ */
.jrrvh79uxp {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

.jrrvh79uxp img {
  height: 48px;
  width: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--clr-border);
}

/* ============ FAQ ============ */
._dnfib0 {
  max-width: 800px;
  margin: 0 auto;
}
/* nh89bnx */
.el-b739hk {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

._cniads {
  width: 100%;
  background: var(--clr-bg-card);
  color: var(--clr-text);
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-size: 1rem;
  font-family: var(--font-body);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background var(--transition);
}

._cniads:hover {
  background: rgba(107, 29, 94, 0.15);
}

._cniads::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--clr-accent);
  transition: transform var(--transition);
}

.el-b739hk.open ._cniads::after {
  content: "−";
}

._pr55og4o {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 0.92rem;
  color: var(--clr-text-muted);
  line-height: 1.8;
}

.el-b739hk.open ._pr55og4o {
  max-height: 500px;
  padding: 0 20px 20px;
}

/* ============ Reviews ============ */
.j1gdd8kh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.tw-fdnek2 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
}

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

.pz39kd4o {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

._ypa7v01n h4 {
  font-size: 0.95rem;
}
/* avz51h *//* wjxrm29x8 */
._ypa7v01n small {
  color: var(--clr-text-muted);
  font-size: 0.8rem;
}
/* s0okcf8xs */
._dwzx9we {
  color: var(--clr-star);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.tw-fdnek2 p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  line-height: 1.7;
}

/* ============ Video Player ============ */
._abl3qtx4 {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 24px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
}

._abl3qtx4 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 5g1fhvtr */
._fwij55i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1028, #0e0b14);
  color: var(--clr-text-muted);
  font-size: 1.2rem;
}

._fwij55i::before {
  content: "▶";
  font-size: 3rem;
  margin-right: 12px;
  color: var(--clr-accent);
}
/* np1g8r */
/* ============ Author Info ============ */
._4dpmgwfe {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 24px 0;
}

._4dpmgwfe img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.tw-jfo049 h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}
/* uqz9pf5 */
.tw-jfo049 p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

/* ============ Support ============ */
._eiilkn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

._sm2h054 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

._sm2h054 h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}
/* uvglsa */
._sm2h054 p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
}

/* ============ License ============ */
.inahtsss3i {
  text-align: center;
}
/* uo3798ifx */
.inahtsss3i img {
  width: 120px;
  margin: 0 auto 16px;
}

/* ============ Footer ============ */
.tw-2dh06i {
  background: linear-gradient(180deg, var(--clr-bg-section), var(--clr-bg-dark));
  border-top: 1px solid var(--clr-border);
  padding: 40px 0 20px;
}

._d9p2o7h {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.adek6ngl h4 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: var(--clr-accent);
}

.adek6ngl a {
  display: block;
  color: var(--clr-text-muted);
  font-size: 0.88rem;
  padding: 3px 0;
}

.adek6ngl a:hover {
  color: var(--clr-accent);
}
/* w9sz5e9bkg */
._0bxjhrin {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

._0bxjhrin img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform var(--transition);
}
/* 47s3moxh1 */
._0bxjhrin img:hover {
  transform: scale(1.15);
}

.youvrht {
  text-align: center;
  padding: 20px 16px 0;
  margin-top: 24px;
  border-top: 1px solid var(--clr-border);
  font-size: 0.82rem;
  color: var(--clr-text-muted);
}

.youvrht .n0i8xw9 {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 8px;
}
/* j8pudkr *//* ockm */
._v4wniz2y {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
}

._v4wniz2y img {
  height: 30px;
  width: auto;
}
/* 518tsqw06b */
/* ============ Inner Page ============ */
._jndcs2u {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

._jndcs2u .el-64dlc0 img {
  filter: brightness(0.3) blur(2px);
}

._jndcs2u ._28k9938 h1 {
  font-size: 2rem;
}

._rzbg9c {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px;
}

._rzbg9c h2 {
  font-size: 1.5rem;
  margin: 28px 0 14px;
  padding-left: 14px;
  border-left: 4px solid var(--clr-accent);
}

._rzbg9c h3 {
  font-size: 1.2rem;
  margin: 20px 0 10px;
  color: var(--clr-accent);
}

._rzbg9c p {
  margin-bottom: 14px;
  text-indent: 2em;
  line-height: 2;
}

._rzbg9c figure {
  margin: 20px 0;
  text-align: center;
}
/* 23d5 */
._rzbg9c figure img {
  max-width: 100%;
  border-radius: var(--radius-md);
  margin: 0 auto;
}

._rzbg9c figcaption {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
  margin-top: 8px;
}

._rzbg9c blockquote {
  border-left: 4px solid var(--clr-primary);
  padding: 12px 20px;
  margin: 16px 0;
  background: rgba(107, 29, 94, 0.08);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--clr-text-muted);
}
/* 4oj3p */
/* ============ App Download Page ============ */
._tnrkljpz {
  text-align: center;
  padding: 48px 16px;
  background: linear-gradient(135deg, var(--clr-bg-dark), var(--clr-bg-section));
}

.m1wifhlk {
  max-width: 280px;
  margin: 24px auto;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.saf86ootba {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 32px 0;
}
/* u7ja707 */
._sjt0qv {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

._sjt0qv h3 {
  color: var(--clr-accent);
  margin-bottom: 8px;
}

._f5q1wt2 {
  text-align: center;
  margin: 32px 0;
}

._f5q1wt2 img {
  width: 200px;
  margin: 16px auto;
  border-radius: var(--radius-md);
  border: 2px solid var(--clr-border);
}

._v0evode {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
}

._ohvyit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--clr-primary), var(--clr-primary-light));
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  transition: all var(--transition);
}

._ohvyit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(107, 29, 94, 0.5);
  color: #fff;
}
/* a9ladp0s6 */
/* ============ Responsible Section ============ */
.el-vpwqt6 {
  background: rgba(107, 29, 94, 0.06);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  margin: 24px 0;
}

.el-vpwqt6 h3 {
  color: var(--clr-warning);
  margin-bottom: 12px;
}

.el-vpwqt6 ul {
  list-style: none;
  padding: 0;
}
/* i7br8ggke */
.el-vpwqt6 li {
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
  font-size: 0.92rem;
  color: var(--clr-text-muted);
}

.el-vpwqt6 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clr-success);
}
/* 68ulgve */
/* ============ Mobile Responsive ============ */
@media (max-width: 1024px) {
  ._se65xs {
    grid-template-columns: repeat(3, 1fr);
  }
  ._s038h7xi {
    grid-template-columns: repeat(3, 1fr);
  }
  ._d9p2o7h {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
/* o6ac *//* e3mf0wn */
  .el-i2uciw {
    display: block;
  }
/* 2eoa81 */
  ._9g5jkxga {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--clr-bg-dark);
    flex-direction: column;
    padding: 12px;
    border-bottom: 1px solid var(--clr-border);
    z-index: 99;
  }
/* m54fks2 */
  ._9g5jkxga.open {
    display: flex;
  }
/* j836 */
  ._9g5jkxga a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--clr-border);
    width: 100%;
  }

  ._28k9938 h1 {
    font-size: 1.7rem;
  }

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

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

  ._s038h7xi {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-j06ewx {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

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

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

  ._3uby9uth {
    padding: 32px 0;
  }

  ._fhsqwc {
    font-size: 1.4rem;
  }

  ._4dpmgwfe {
    flex-direction: column;
    text-align: center;
  }

  ._jndcs2u {
    min-height: 180px;
  }

  ._jndcs2u ._28k9938 h1 {
    font-size: 1.5rem;
  }
}
/* 7p6xy02aeg */
@media (max-width: 480px) {
  .el-j06ewx {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  ._28k9938 h1 {
    font-size: 1.4rem;
  }

  .d17v82w {
    padding: 12px 28px;
    font-size: 0.95rem;
  }

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

/* ============ Animations ============ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cm38x56v8 {
  animation: fadeInUp 0.6s ease forwards;
}

/* ============ Utility ============ */
.el-yo33a6 { text-align: center; }
._78ckamoj { color: var(--clr-accent); }
/* ieaz1 */.st-i0gu70 { margin-top: 16px; }
.fyjd6h52z { margin-top: 24px; }
._d9f0psxo { margin-bottom: 16px; }
._pts3m4e { margin-bottom: 24px; }
/* bkrtnv */
/* 5r06wtbbsa3lsy2o */

/* a96srbi0tzouymqd */
