/* 9ft7t9cllsk8 | v2.64 */
/* yvd2nm98cv4f | v8.76 */
/* ============================================
   全站样式 - 影视传媒网站
   独特配色：深紫 + 玫红 + 暗金
   ============================================ */

/* 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%;
}
/* gm0d2 */
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;
}
/* cs94088m6 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* 2x26kw7y */
a {
  color: var(--clr-accent);
  text-decoration: none;
  transition: color var(--transition);
}

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

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

._g4pw0f4x {
  padding: 48px 0;
}

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

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

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

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

.st-jqkayb img {
  height: 44px;
  width: auto;
}

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

._wtlxkmn {
  display: flex;
  align-items: center;
  gap: 4px;
}
/* hyyk9fe */
._wtlxkmn 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;
}
/* ridj */
._wtlxkmn a:hover,
._wtlxkmn a.active {
  color: var(--clr-accent);
  background: rgba(212, 168, 67, 0.08);
}

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

._xgglyqrw {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.tw-c5g5fx {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}
/* p9qwq5e */
.tw-c5g5fx 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;
}

.tw-c5g5fx p {
  font-size: 1.1rem;
  color: var(--clr-text-muted);
  margin-bottom: 24px;
}

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

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

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

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

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

._b6i9xi span {
  margin: 0 6px;
  opacity: 0.5;
}
/* 00jzcpvo97 */
/* ============ Movie Cards Grid ============ */
._jvfk1b8f {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
/* ng9s */
._l01q78 {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
  border: 1px solid var(--clr-border);
}
/* u0nm2 *//* ofl3j4 */
._l01q78:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--clr-primary-light);
}

.css-u7mel3 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5/7;
}
/* 3xr0n3vx */
.css-u7mel3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

._l01q78:hover .css-u7mel3 img {
  transform: scale(1.06);
}

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

._39dx2vc {
  padding: 12px;
}

._39dx2vc h3 {
  font-size: 0.95rem;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

._39dx2vc 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 ============ */
._4x8yxv {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

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

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

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

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

/* ============ Cases ============ */
._bm7og52 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* lvrinhfur */
.el-rvaqvt {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}

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

.el-rvaqvt img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
/* w16p */
.e5gq9mdg5 {
  padding: 16px;
}
/* lqp878v *//* 15h1 */
.e5gq9mdg5 h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}

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

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

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

.st-u4sw0s:hover {
  border-color: var(--clr-primary-light);
  box-shadow: var(--shadow-card);
}

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

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

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

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

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

/* ============ Payment ============ */
._ozdri8h {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
/* 95eptvdz */
._ozdri8h img {
  height: 48px;
  width: auto;
  border-radius: var(--radius-sm);
  border: 1px solid var(--clr-border);
}
/* 1hhf9iec */
/* ============ FAQ ============ */
._u1cva3jb {
  max-width: 800px;
  margin: 0 auto;
}

.css-7os3x4 {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

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

.pvsenzt:hover {
  background: rgba(107, 29, 94, 0.15);
}
/* 7gs5x4p */
.pvsenzt::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--clr-accent);
  transition: transform var(--transition);
}
/* c1un3xo */
.css-7os3x4.open .pvsenzt::after {
  content: "−";
}
/* 37clc40z */
.el-d564cu {
  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;
}

.css-7os3x4.open .el-d564cu {
  max-height: 500px;
  padding: 0 20px 20px;
}

/* ============ Reviews ============ */
.tw-qgadv4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
/* 4rgmcg */
._jgwmsh {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
}

.oe3ngdy {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
/* rhbw */
._0dprb4fy {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.zjf2rl4vco h4 {
  font-size: 0.95rem;
}

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

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

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

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

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

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

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

/* ============ Author Info ============ */
._7oeb478 {
  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;
}
/* 31aa */
._7oeb478 img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.el-33d2l5 h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.el-33d2l5 p {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
}
/* 8375 */
/* ============ Support ============ */
._mvmqwj2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
/* qlkvv71 */
._wjof7f {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

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

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

/* ============ License ============ */
._lfshu1 {
  text-align: center;
}

._lfshu1 img {
  width: 120px;
  margin: 0 auto 16px;
}

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

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

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

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

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

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

.sc-i1g68b img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform var(--transition);
}

.sc-i1g68b img:hover {
  transform: scale(1.15);
}

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

.css-nnj4mj .tw-ok4jei {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: 0 8px;
}

._fgromoa {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 12px 0;
}

._fgromoa img {
  height: 30px;
  width: auto;
}

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

.el-53k5i7 ._xgglyqrw img {
  filter: brightness(0.3) blur(2px);
}
/* 8ene */
.el-53k5i7 .tw-c5g5fx h1 {
  font-size: 2rem;
}

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

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

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

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

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

.bukzaxp figure img {
  max-width: 100%;
  border-radius: var(--radius-md);
  margin: 0 auto;
}

.bukzaxp figcaption {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
  margin-top: 8px;
}
/* e4enpsy3 */
.bukzaxp 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);
}
/* 936gvsy */
/* ============ App Download Page ============ */
.k9lmlx4z {
  text-align: center;
  padding: 48px 16px;
  background: linear-gradient(135deg, var(--clr-bg-dark), var(--clr-bg-section));
}

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

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

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

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

.st-mt4405 {
  text-align: center;
  margin: 32px 0;
}
/* ckbgtimglj */
.st-mt4405 img {
  width: 200px;
  margin: 16px auto;
  border-radius: var(--radius-md);
  border: 2px solid var(--clr-border);
}

._z9et5ru {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 24px 0;
}
/* o1fmsuh565 */
._waxs9q {
  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);
}

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

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

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

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

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

._xu984v6 li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--clr-success);
}

/* ============ Mobile Responsive ============ */
@media (max-width: 1024px) {
  ._4x8yxv {
    grid-template-columns: repeat(3, 1fr);
  }
  .wyitfgis {
    grid-template-columns: repeat(3, 1fr);
  }
  ._xs5i2q {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  ._01g5tclt {
    display: block;
  }

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

  ._wtlxkmn.open {
    display: flex;
  }

  ._wtlxkmn a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--clr-border);
    width: 100%;
  }
/* eyy2mq */
  .tw-c5g5fx h1 {
    font-size: 1.7rem;
  }

  ._4x8yxv {
    grid-template-columns: 1fr;
  }
/* 64qpwa */
  ._bm7og52 {
    grid-template-columns: 1fr;
  }

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

  ._jvfk1b8f {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
/* 09omn6tz5g */
  .tw-qgadv4 {
    grid-template-columns: 1fr;
  }

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

  ._g4pw0f4x {
    padding: 32px 0;
  }

  ._sb9keb {
    font-size: 1.4rem;
  }

  ._7oeb478 {
    flex-direction: column;
    text-align: center;
  }
/* yrt0 */
  .el-53k5i7 {
    min-height: 180px;
  }
/* nnb4rh */
  .el-53k5i7 .tw-c5g5fx h1 {
    font-size: 1.5rem;
  }
}

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

  .tw-c5g5fx h1 {
    font-size: 1.4rem;
  }

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

  .wyitfgis {
    grid-template-columns: 1fr 1fr;
  }
/* 8akw451gj */}
/* 0lzkca */
/* ============ Animations ============ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
/* l0o95mcxh */}
/* 6uw8 */
._rwsv7hax {
  animation: fadeInUp 0.6s ease forwards;
}

/* ============ Utility ============ */
.d7jx7petg { text-align: center; }
._un1fd9gi { color: var(--clr-accent); }
._bzy8w2e { margin-top: 16px; }
._fgraprc { margin-top: 24px; }
/* fo9yto5 *//* ry5kh */._v88ka9 { margin-bottom: 16px; }
/* d6ciw9x48j */.i68ym70 { margin-bottom: 24px; }

/* 8982a1ogjq377v5a */

/* qyq3mgl6e3nzk8fv */
