/* ============================================
   51动漫 - 原创样式表
   品牌：51动漫 | c3tuqzj.cn
   配色：虎红 #E84530 / 深夜蓝 #1A1A2E / 琥珀橙 #FF8C42
   ============================================ */

/* --- CSS Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background-color: #0F0F1A;
  color: #F0F0F5;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: #FF8C42; text-decoration: none; transition: color .3s; }
a:hover { color: #E84530; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* --- Header / Navigation --- */
.kqgkov {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(15,15,26,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232,69,48,.15);
  transition: background .3s;
}
.p5og0zo {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: 0 20px; height: 68px;
}
.pah90t { display: flex; align-items: center; gap: 10px; }
.pah90t img { height: 42px; width: auto; }
.pah90t span {
  font-size: 1.3rem; font-weight: 700;
  background: linear-gradient(135deg, #E84530, #FF8C42);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.xb25g9fp { display: flex; align-items: center; gap: 6px; }
.xb25g9fp a {
  color: #A0A0B8; font-size: .95rem; padding: 8px 14px;
  border-radius: 6px; transition: all .3s;
}
.xb25g9fp a:hover, .xb25g9fp a.active {
  color: #F0F0F5; background: rgba(232,69,48,.12);
}
.j8nr2 { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.j8nr2 span {
  display: block; width: 24px; height: 2px; background: #F0F0F5;
  margin: 5px 0; transition: .3s;
}

/* --- Search Bar --- */
.ywbhqvk {
  max-width: 1200px; margin: 0 auto; padding: 12px 20px;
  background: rgba(28,28,48,.6);
}
.ywbhqvk form {
  display: flex; max-width: 600px; margin: 0 auto;
  background: #1C1C30; border: 1px solid rgba(232,69,48,.25);
  border-radius: 30px; overflow: hidden;
}
.ywbhqvk input {
  flex: 1; padding: 10px 20px; background: transparent;
  border: none; color: #F0F0F5; font-size: .95rem; outline: none;
}
.ywbhqvk input::placeholder { color: #6B6B80; }
.ywbhqvk button {
  padding: 10px 24px; background: linear-gradient(135deg, #E84530, #FF8C42);
  border: none; color: #fff; font-size: .95rem; cursor: pointer;
  transition: opacity .3s;
}
.ywbhqvk button:hover { opacity: .85; }

/* --- Hero Banner --- */
.z66a9y2 {
  position: relative; margin-top: 68px;
  height: 520px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.z66a9y2-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(.45);
}
.z66a9y2-content {
  position: relative; z-index: 2; text-align: center;
  padding: 0 20px; max-width: 800px;
}
.z66a9y2-content h1 {
  font-size: 2.8rem; font-weight: 800; margin-bottom: 16px;
  background: linear-gradient(135deg, #F0F0F5, #FF8C42);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.z66a9y2-content p {
  font-size: 1.15rem; color: #C8C8D8; margin-bottom: 28px; line-height: 1.8;
}
.z66a9y2-btn {
  display: inline-block; padding: 14px 36px;
  background: linear-gradient(135deg, #E84530, #FF8C42);
  color: #fff; font-size: 1.05rem; font-weight: 600;
  border-radius: 30px; transition: transform .3s, box-shadow .3s;
}
.z66a9y2-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232,69,48,.4);
  color: #fff;
}

/* --- Section Common --- */
.section {
  padding: 70px 0;
}
.d5vrri {
  background: rgba(28,28,48,.4);
}
.hknl646r {
  text-align: center; margin-bottom: 50px;
}
.hknl646r h2 {
  font-size: 2rem; font-weight: 700; margin-bottom: 12px;
  color: #F0F0F5;
}
.hknl646r h2 span {
  background: linear-gradient(135deg, #E84530, #FF8C42);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hknl646r p {
  color: #A0A0B8; font-size: 1rem; max-width: 600px; margin: 0 auto;
}

/* --- Video Card Grid --- */
.gpgewg1i {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.nzfc4f8x {
  background: #1C1C30;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
  border: 1px solid rgba(232,69,48,.08);
}
.nzfc4f8x:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(232,69,48,.15);
}
.oauu53dl {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.oauu53dl img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s;
}
.nzfc4f8x:hover .oauu53dl img {
  transform: scale(1.06);
}
.ea8wk {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px; height: 60px;
  background: rgba(232,69,48,.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s;
  z-index: 3;
}
.ea8wk::after {
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
.nzfc4f8x:hover .ea8wk {
  transform: translate(-50%, -50%) scale(1);
}
.fr3rndio {
  padding: 16px;
}
.fr3rndio h3 {
  font-size: 1rem; font-weight: 600; margin-bottom: 8px;
  color: #F0F0F5;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.z1xr6j9q {
  display: flex; gap: 16px; font-size: .82rem; color: #6B6B80;
}
.z1xr6j9q span { display: flex; align-items: center; gap: 4px; }
.telny7a {
  display: inline-block; padding: 3px 10px; margin-top: 8px;
  background: rgba(232,69,48,.12); color: #E84530;
  border-radius: 12px; font-size: .78rem;
}

/* --- Service / Feature Cards --- */
.fqdiz1nr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.lss8e {
  background: #1C1C30;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid rgba(232,69,48,.08);
  transition: transform .3s, border-color .3s;
}
.lss8e:hover {
  transform: translateY(-4px);
  border-color: rgba(232,69,48,.3);
}
.b5m2xfja {
  width: 64px; height: 64px; margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(232,69,48,.15), rgba(255,140,66,.15));
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.lss8e h3 {
  font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; color: #F0F0F5;
}
.lss8e p {
  font-size: .9rem; color: #A0A0B8; line-height: 1.6;
}

/* --- Expert Team --- */
.xgsjwj7 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.y6eora {
  background: #1C1C30;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid rgba(232,69,48,.08);
  transition: transform .3s;
}
.y6eora:hover { transform: translateY(-4px); }
.rrvcb {
  width: 100px; height: 100px; border-radius: 50%;
  margin: 0 auto 16px; overflow: hidden;
  border: 3px solid rgba(232,69,48,.3);
}
.rrvcb img { width: 100%; height: 100%; object-fit: cover; }
.y6eora h3 { font-size: 1.05rem; font-weight: 600; color: #F0F0F5; margin-bottom: 4px; }
.y6eora .t907z { font-size: .85rem; color: #FF8C42; margin-bottom: 10px; }
.y6eora p { font-size: .85rem; color: #A0A0B8; line-height: 1.5; margin-bottom: 14px; }
.gblt6 { display: flex; justify-content: center; gap: 10px; }
.gblt6 a {
  padding: 6px 16px; font-size: .82rem; border-radius: 20px;
  border: 1px solid rgba(232,69,48,.3); color: #E84530;
  transition: all .3s;
}
.gblt6 a:hover {
  background: #E84530; color: #fff;
}

/* --- Partner Logo Wall --- */
.kp6e6a {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 30px; align-items: center;
}
.naycl4j {
  padding: 16px 28px;
  background: #1C1C30;
  border-radius: 10px;
  font-size: 1rem; font-weight: 600;
  color: #6B6B80;
  border: 1px solid rgba(232,69,48,.08);
  transition: all .3s;
}
.naycl4j:hover {
  color: #FF8C42; border-color: rgba(255,140,66,.3);
}

/* --- Reviews --- */
.xlmf1h54 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.c81sc {
  background: #1C1C30;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(232,69,48,.08);
}
.va89fa { color: #FF8C42; margin-bottom: 12px; font-size: 1rem; letter-spacing: 2px; }
.c81sc p { font-size: .92rem; color: #C8C8D8; line-height: 1.6; margin-bottom: 14px; font-style: italic; }
.di05thk { display: flex; align-items: center; gap: 10px; }
.di05thk-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #E84530, #FF8C42);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: .9rem;
}
.di05thk-info span { display: block; }
.di05thk-info .q65vy { font-size: .9rem; font-weight: 600; color: #F0F0F5; }
.di05thk-info .b6ks6ijz { font-size: .78rem; color: #6B6B80; }

/* --- FAQ --- */
.nxultold { max-width: 800px; margin: 0 auto; }
.jtz3i {
  background: #1C1C30;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid rgba(232,69,48,.08);
  overflow: hidden;
}
.nq4x3 {
  padding: 18px 24px;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 1rem; font-weight: 600; color: #F0F0F5;
  transition: background .3s;
}
.nq4x3:hover { background: rgba(232,69,48,.06); }
.nq4x3::after {
  content: '+'; font-size: 1.4rem; color: #E84530;
  transition: transform .3s;
}
.jtz3i.active .nq4x3::after {
  content: '−';
}
.pgxkg1 {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease;
}
.pgxkg1-inner {
  padding: 0 24px 18px;
  font-size: .92rem; color: #A0A0B8; line-height: 1.7;
}

/* --- Contact Section --- */
.djlvf9yy {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.q4ywl {
  background: #1C1C30;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid rgba(232,69,48,.08);
}
.q4ywl h3 { font-size: 1.05rem; font-weight: 600; color: #F0F0F5; margin-bottom: 12px; }
.q4ywl p { font-size: .9rem; color: #A0A0B8; line-height: 1.6; }
.q4ywl img { max-width: 160px; margin: 12px auto 0; border-radius: 8px; }

/* --- How-To Guide --- */
.slym1m5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  counter-reset: step;
}
.f6xbqol {
  background: #1C1C30;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  border: 1px solid rgba(232,69,48,.08);
  position: relative;
}
.f6xbqol::before {
  counter-increment: step;
  content: counter(step);
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; margin: 0 auto 16px;
  background: linear-gradient(135deg, #E84530, #FF8C42);
  border-radius: 50%; color: #fff; font-weight: 700; font-size: 1.1rem;
}
.f6xbqol h4 { font-size: 1rem; font-weight: 600; color: #F0F0F5; margin-bottom: 8px; }
.f6xbqol p { font-size: .85rem; color: #A0A0B8; }

/* --- Footer --- */
.a5cczo {
  background: #0A0A14;
  border-top: 1px solid rgba(232,69,48,.1);
  padding: 50px 0 0;
}
.tkiipvtw {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.zzb6ko h4 {
  font-size: 1rem; font-weight: 600; color: #F0F0F5;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #E84530;
  display: inline-block;
}
.zzb6ko p, .zzb6ko a {
  font-size: .88rem; color: #6B6B80; line-height: 2;
}
.zzb6ko a:hover { color: #FF8C42; }
.zzb6ko img { max-width: 120px; border-radius: 6px; margin-top: 8px; }
.dcmz7 { display: flex; gap: 16px; }
.dcmz7 div { text-align: center; }
.dcmz7 img { width: 100px; height: 100px; }
.dcmz7 span { display: block; font-size: .78rem; color: #6B6B80; margin-top: 6px; }
.dkuo8 { display: flex; gap: 12px; margin-top: 12px; }
.dkuo8 a {
  width: 36px; height: 36px;
  background: rgba(232,69,48,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #E84530; font-size: .85rem; font-weight: 700;
  transition: all .3s;
}
.dkuo8 a:hover { background: #E84530; color: #fff; }
.dp93lyk {
  text-align: center; padding: 20px 0;
  border-top: 1px solid rgba(232,69,48,.08);
  font-size: .82rem; color: #6B6B80;
}
.dp93lyk a { color: #6B6B80; }
.dp93lyk a:hover { color: #FF8C42; }

/* --- Breadcrumb --- */
.qhdmaj4h {
  padding: 16px 0;
  font-size: .85rem; color: #6B6B80;
}
.qhdmaj4h a { color: #A0A0B8; }
.qhdmaj4h a:hover { color: #FF8C42; }
.qhdmaj4h span { margin: 0 8px; }

/* --- Inner Page Hero --- */
.vr4jj1wo {
  margin-top: 68px;
  padding: 60px 0 40px;
  background: linear-gradient(135deg, rgba(232,69,48,.08), rgba(255,140,66,.05));
  text-align: center;
}
.vr4jj1wo h1 {
  font-size: 2.2rem; font-weight: 700; color: #F0F0F5; margin-bottom: 12px;
}
.vr4jj1wo p {
  font-size: 1rem; color: #A0A0B8; max-width: 600px; margin: 0 auto;
}

/* --- Content Article --- */
.vrwso {
  max-width: 800px; margin: 0 auto;
  padding: 40px 20px;
}
.vrwso h2 {
  font-size: 1.6rem; font-weight: 700; color: #F0F0F5;
  margin: 32px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(232,69,48,.2);
}
.vrwso h3 {
  font-size: 1.2rem; font-weight: 600; color: #F0F0F5;
  margin: 24px 0 12px;
}
.vrwso p {
  font-size: .95rem; color: #C8C8D8; line-height: 1.8;
  margin-bottom: 16px;
}

/* --- Lazy Load Placeholder --- */
.bg0zinii {
  background: #1C1C30;
  transition: opacity .5s;
}
.bg0zinii[data-src] { opacity: .6; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .xb25g9fp {
    position: fixed; top: 68px; left: 0; right: 0;
    background: rgba(15,15,26,.98);
    flex-direction: column;
    padding: 20px;
    transform: translateY(-120%);
    transition: transform .3s;
  }
  .xb25g9fp.open { transform: translateY(0); }
  .j8nr2 { display: block; }
  .z66a9y2 { height: 400px; }
  .z66a9y2-content h1 { font-size: 1.8rem; }
  .z66a9y2-content p { font-size: 1rem; }
  .section { padding: 50px 0; }
  .hknl646r h2 { font-size: 1.5rem; }
  .gpgewg1i { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
  .tkiipvtw { grid-template-columns: 1fr 1fr; }
  .p5og0zo { height: 58px; }
  .z66a9y2 { margin-top: 58px; }
  .xb25g9fp { top: 58px; }
}
@media (max-width: 480px) {
  .z66a9y2 { height: 320px; }
  .z66a9y2-content h1 { font-size: 1.5rem; }
  .gpgewg1i { grid-template-columns: 1fr; }
  .fqdiz1nr { grid-template-columns: 1fr; }
  .tkiipvtw { grid-template-columns: 1fr; }
  .dcmz7 { flex-direction: column; align-items: center; }
}

/* --- Utility --- */
.vp9er1 {
  background: linear-gradient(135deg, #E84530, #FF8C42);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.vrvkicdp { margin-bottom: 0; }
.l6lklmnf { margin-top: 20px; }
.gmx7at0r { text-align: center; }

/* --- Latest Updates / News --- */
.if8rz8 { max-width: 800px; margin: 0 auto; }
.gu9z8 {
  display: flex; gap: 20px; align-items: flex-start;
  background: #1C1C30; border-radius: 10px; padding: 20px;
  margin-bottom: 14px; border: 1px solid rgba(232,69,48,.08);
  transition: transform .3s;
}
.gu9z8:hover { transform: translateX(4px); }
.r65ia9wy {
  min-width: 70px; text-align: center;
  background: linear-gradient(135deg, rgba(232,69,48,.15), rgba(255,140,66,.15));
  border-radius: 8px; padding: 10px 8px;
}
.r65ia9wy .day { display: block; font-size: 1.6rem; font-weight: 700; color: #E84530; }
.r65ia9wy .month { display: block; font-size: .75rem; color: #A0A0B8; }
.zi5elpby h4 { font-size: 1rem; font-weight: 600; color: #F0F0F5; margin-bottom: 6px; }
.zi5elpby p { font-size: .88rem; color: #A0A0B8; line-height: 1.6; }

/* --- Stats Counter --- */
.sy2lm {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px; text-align: center;
}
.wd31y {
  background: #1C1C30; border-radius: 12px; padding: 28px 16px;
  border: 1px solid rgba(232,69,48,.08);
}
.lvb9jj {
  font-size: 2.2rem; font-weight: 800;
  background: linear-gradient(135deg, #E84530, #FF8C42);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.s6bftnys { font-size: .9rem; color: #A0A0B8; margin-top: 6px; }

/* --- Awards / Certifications --- */
.y713q2f {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.hbn6pexz {
  background: #1C1C30; border-radius: 10px; padding: 24px 18px;
  text-align: center; border: 1px solid rgba(232,69,48,.08);
}
.hbn6pexz .d6ow1ik { font-size: 2rem; margin-bottom: 12px; }
.hbn6pexz h4 { font-size: .95rem; font-weight: 600; color: #F0F0F5; margin-bottom: 6px; }
.hbn6pexz p { font-size: .82rem; color: #A0A0B8; }
