/* nltuhqyhyxo2 | v7.15 */
/* 9jg7fmsg1kc5 | v8.54 */
/* ============================================
   全站样式 - 影视传媒网站
   独特配色：深紫 + 玫红 + 暗金
   ============================================ */

/* 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;
}

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

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

a:hover {
  color: var(--clr-accent-dark);
}
/* ds5d */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--clr-text);
  line-height: 1.4;
}

/* ============ Layout ============ */
.pbrel1xpwe {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.rar4ssu5jd {
  padding: 48px 0;
}

.rar4ssu5jd:nth-child(even) {
  background: var(--clr-bg-section);
}

._ote2ylre {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 16px;
}

._ote2ylre::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 ============ */
._ihrxqfa {
  background: linear-gradient(135deg, var(--clr-bg-dark) 0%, #1A1028 100%);
  border-bottom: 1px solid var(--clr-border);
  position: relative;
  z-index: 100;
}

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

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

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

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

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

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

/* ============ Hero ============ */
._ulebcf31 {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 7xge35 */
.wis6dj6o2t {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wis6dj6o2t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.35);
}

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

.el-gc2mbb 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;
}
/* wgs965iw */
.el-gc2mbb p {
  font-size: 1.1rem;
  color: var(--clr-text-muted);
  margin-bottom: 24px;
}

._9u7st1 {
  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);
}
/* h87dlvdr *//* e25ozuyhz */
._9u7st1:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(107, 29, 94, 0.6);
  color: #fff;
}
/* 1gbryuz */
/* ============ Breadcrumb ============ */
._pmdghh {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

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

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

/* ============ Movie Cards Grid ============ */
.dgvd5yh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

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

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

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

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

._sjhedow:hover ._xa1fmhfm img {
  transform: scale(1.06);
}
/* jl9kegg8wa */
.nn923jjqou {
  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;
}

.tw-hllafz {
  padding: 12px;
}
/* dnaz42t */
.tw-hllafz h3 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tw-hllafz 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 ============ */
._6cgpggt {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
/* xt655n */
.iwhqw5l5c {
  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);
}
/* 9tsj02ufw */
.iwhqw5l5c:hover {
  border-color: var(--clr-accent);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

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

.iwhqw5l5c h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}

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

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

.st-4mbmu5 {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}
/* mowd87n */
.st-4mbmu5:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}
/* rs5fab */
.st-4mbmu5 img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

._02uo9i {
  padding: 16px;
}
/* fdomj29 */
._02uo9i h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}
/* 30shshqxr1 *//* bew8tt6 */
._02uo9i p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}

/* ============ International Stars ============ */
._zbo56a {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

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

._yy3zu1c:hover {
  border-color: var(--clr-primary-light);
  box-shadow: var(--shadow-card);
}
/* xlbh7nzet */
._yy3zu1c img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
}

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

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

/* ============ About Section ============ */
._tixwab {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
}

._tixwab h3 {
  font-size: 1.3rem;
  margin: 24px 0 12px;
  color: var(--clr-accent);
}

._tixwab p {
  margin-bottom: 14px;
  text-indent: 2em;
}
/* 1b8907 */
/* ============ Payment ============ */
._8392dn {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

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

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

.tw-oi18qq {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}
/* fugm */
.x419gqq {
  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);
}

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

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

.tw-oi18qq.open .x419gqq::after {
  content: "−";
}

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

.tw-oi18qq.open .gzbchzc7 {
  max-height: 500px;
  padding: 0 20px 20px;
}

/* ============ Reviews ============ */
._hhoat8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
/* jfc0h */
._wrcra1sn {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
}
/* ev6nm1 */
._y3wsep7 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

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

.css-pfh20j h4 {
  font-size: 0.95rem;
}

.css-pfh20j small {
  color: var(--clr-text-muted);
  font-size: 0.8rem;
}

._9jie3clv {
  color: var(--clr-star);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

._wrcra1sn p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
  line-height: 1.7;
}
/* s70lv5 */
/* ============ Video Player ============ */
.sc-bep7h1 {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 24px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.sc-bep7h1 video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.el-tgngv8::before {
  content: "▶";
  font-size: 3rem;
  margin-right: 12px;
  color: var(--clr-accent);
}

/* ============ Author Info ============ */
.tw-6xb4xv {
  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;
}
/* uj8e8riio5 */
.tw-6xb4xv img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}
/* imdk6wrel */
.jeasy894 h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

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

/* ============ Support ============ */
._gb0sjjy9 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
/* y3dju */
.t4ufwy80k6 {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}
/* 7ri95zp5 */
.t4ufwy80k6 h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--clr-accent);
}

.t4ufwy80k6 p {
  font-size: 0.9rem;
  color: var(--clr-text-muted);
}
/* t10kwnpt */
/* ============ License ============ */
._z3gb10kf {
  text-align: center;
}

._z3gb10kf img {
  width: 120px;
  margin: 0 auto 16px;
}
/* ub69420blc */
/* ============ Footer ============ */
._xjgn58px {
  background: linear-gradient(180deg, var(--clr-bg-section), var(--clr-bg-dark));
  border-top: 1px solid var(--clr-border);
  padding: 40px 0 20px;
}

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

.pa07go9 h4 {
  font-size: 1rem;
  margin-bottom: 14px;
  color: var(--clr-accent);
}
/* dq4rd */
.pa07go9 a {
  display: block;
  color: var(--clr-text-muted);
  font-size: 0.88rem;
  padding: 3px 0;
}

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

.x249unz0 {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

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

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

.vkf00dgpv ._p2ny0j {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 8px;
}
/* hcq9n2wgy6 */
.el-nbheew {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
}

.el-nbheew img {
  height: 30px;
  width: auto;
}

/* ============ Inner Page ============ */
._wpu4wl09 {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

._wpu4wl09 .wis6dj6o2t img {
  filter: brightness(0.3) blur(2px);
}

._wpu4wl09 .el-gc2mbb h1 {
  font-size: 2rem;
}

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

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

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

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

._loc95e figure {
  margin: 20px 0;
  text-align: center;
}

._loc95e figure img {
  max-width: 100%;
  border-radius: var(--radius-md);
  margin: 0 auto;
}
/* 5szr3nu */
._loc95e figcaption {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
  margin-top: 8px;
}
/* 61hqg1u4 */
._loc95e 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);
}

/* ============ App Download Page ============ */
._53qapvte {
  text-align: center;
  padding: 48px 16px;
  background: linear-gradient(135deg, var(--clr-bg-dark), var(--clr-bg-section));
}

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

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

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

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

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

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

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

.o723x3wxvc:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(107, 29, 94, 0.5);
  color: #fff;
}

/* ============ Responsible Section ============ */
._4suyig6f {
  background: rgba(107, 29, 94, 0.06);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  margin: 24px 0;
}

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

._4suyig6f ul {
  list-style: none;
  padding: 0;
}

._4suyig6f li {
  padding: 6px 0;
  padding-left: 24px;
  position: relative;
  font-size: 0.92rem;
  color: var(--clr-text-muted);
}

._4suyig6f li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clr-success);
}
/* 2nej */
/* ============ Mobile Responsive ============ */
@media (max-width: 1024px) {
  ._6cgpggt {
    grid-template-columns: repeat(3, 1fr);
  }
  ._zbo56a {
    grid-template-columns: repeat(3, 1fr);
  }
/* s6gl5 */  .y34b7uop {
    grid-template-columns: repeat(2, 1fr);
  }
/* qq47 */}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
/* gsaub96qrg */
  .wy71xog {
    display: block;
  }
/* tv9kiw3g */
  .bqdtycu {
    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;
  }

  .bqdtycu.open {
    display: flex;
  }

  .bqdtycu a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--clr-border);
    width: 100%;
  }
/* 8hb6pkqmf */
  .el-gc2mbb h1 {
    font-size: 1.7rem;
  }

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

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

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

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

  ._hhoat8 {
    grid-template-columns: 1fr;
  }
/* rmqwzp */
  .y34b7uop {
    grid-template-columns: 1fr;
  }

  .rar4ssu5jd {
    padding: 32px 0;
  }

  ._ote2ylre {
    font-size: 1.4rem;
  }

  .tw-6xb4xv {
    flex-direction: column;
    text-align: center;
  }
/* 73trnh */
  ._wpu4wl09 {
    min-height: 180px;
  }

  ._wpu4wl09 .el-gc2mbb h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .dgvd5yh {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .el-gc2mbb h1 {
    font-size: 1.4rem;
  }

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

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

/* ============ Animations ============ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
/* xbqzbz1b2q */}
/* 8z22o */
._egynezdb {
  animation: fadeInUp 0.6s ease forwards;
}

/* ============ Utility ============ */
._hd55me0 { text-align: center; }
._laqsh1 { color: var(--clr-accent); }
._755mx0mi { margin-top: 16px; }
.ba4ru1a22 { margin-top: 24px; }
._qnoyl2s { margin-bottom: 16px; }
._bike8g { margin-bottom: 24px; }
/* o1lxpw2wbn */
/* qtxhuc0z0e60dhbv */

/* 8tr6rwi304pic60d */
