/* ============================================
   香蕉视频 - 原创样式表
   品牌：香蕉视频 | 域名：lkznx12.cn
   定位：影视传媒公司 + 视频社区
   ============================================ */

/* --- CSS Variables --- */
:root {
  --cd912e: #E8456B;
  --midf53n: #2D1B69;
  --fi9lx0a: #FF8C42;
  --93ciw4: #0F0A1E;
  --vwgxz: #1A1230;
  --h8aw1t4: #F0E6FF;
  --aynjms7s: #A89CC8;
  --dds7f: #2E2050;
  --7au74680: linear-gradient(135deg, #E8456B, #FF8C42);
  --8k264ewl: 0 4px 24px rgba(232,69,107,0.15);
  --w12rcvki: 12px;
  --in6zej8: all 0.3s ease;
}

/* --- Reset & Base --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: var(--93ciw4);
  color: var(--h8aw1t4);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--cd912e); text-decoration: none; transition: var(--in6zej8); }
a:hover { color: var(--fi9lx0a); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; }

/* --- Container --- */
.cgrm21z { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.xa7rg { padding: 60px 0; }
.w6jf0e {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 16px;
  background: var(--7au74680);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.o7r4jo {
  text-align: center;
  color: var(--aynjms7s);
  margin-bottom: 40px;
  font-size: 1rem;
}

/* --- Header / Navigation --- */
.hrm7kx91 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(15,10,30,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--dds7f);
  transition: var(--in6zej8);
}
.4e1xokb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.dlqlpgyd { display: flex; align-items: center; gap: 10px; }
.dlqlpgyd img { height: 42px; width: auto; }
.8woj8 { height: 42px; width: auto; border-radius: 6px; }
.05du66y2 { font-size: 1.3rem; font-weight: 700; background: var(--7au74680); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.v83i8y6 { display: flex; align-items: center; gap: 28px; }
.v83i8y6 a {
  color: var(--h8aw1t4);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}
.v83i8y6 a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--7au74680);
  transition: var(--in6zej8);
}
.v83i8y6 a:hover::after, .v83i8y6 a.active::after { width: 100%; }
.v83i8y6 a:hover { color: var(--cd912e); -webkit-text-fill-color: unset; }

/* Mobile menu toggle */
.791pn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}
.791pn span {
  width: 24px;
  height: 2px;
  background: var(--h8aw1t4);
  transition: var(--in6zej8);
}

/* --- Search Bar --- */
.8cyze9 {
  background: var(--vwgxz);
  border-bottom: 1px solid var(--dds7f);
  padding: 12px 0;
  margin-top: 68px;
}
.36o3b {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.xc304fa {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--dds7f);
  border-radius: 24px;
  padding: 10px 48px 10px 20px;
  color: var(--h8aw1t4);
  font-size: 0.95rem;
  outline: none;
  transition: var(--in6zej8);
}
.xc304fa::placeholder { color: var(--aynjms7s); }
.xc304fa:focus { border-color: var(--cd912e); box-shadow: 0 0 0 3px rgba(232,69,107,0.15); }
.gnc85 {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--7au74680);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}

/* --- Hero Banner --- */
.kb5al7p {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.97022 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}
.tr70zsg {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding-left: 60px;
}
.kb5al7p h1 {
  font-size: 2.6rem;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.kb5al7p p {
  font-size: 1.1rem;
  color: rgba(240,230,255,0.85);
  margin-bottom: 28px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}
.ukcts3 {
  display: inline-block;
  padding: 12px 32px;
  background: var(--7au74680);
  color: #fff;
  border-radius: 28px;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--in6zej8);
  border: none;
  cursor: pointer;
}
.ukcts3:hover { transform: translateY(-2px); box-shadow: var(--8k264ewl); color: #fff; }
.7ffm6gz {
  background: transparent;
  border: 2px solid var(--cd912e);
  color: var(--cd912e);
}
.7ffm6gz:hover { background: var(--cd912e); color: #fff; }

/* --- Video Cards Grid --- */
.q3684 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.5i36rth4 {
  background: var(--vwgxz);
  border-radius: var(--w12rcvki);
  overflow: hidden;
  border: 1px solid var(--dds7f);
  transition: var(--in6zej8);
  position: relative;
}
.5i36rth4:hover { transform: translateY(-6px); box-shadow: var(--8k264ewl); border-color: var(--cd912e); }
.5eg8knwx {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.5eg8knwx img { width: 100%; height: 100%; object-fit: cover; transition: var(--in6zej8); }
.5i36rth4:hover .5eg8knwx img { transform: scale(1.05); }
.0ka0m {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 60px;
  height: 60px;
  background: rgba(232,69,107,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--in6zej8);
}
.0ka0m::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
.5i36rth4:hover .0ka0m { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.4860t5pi { padding: 16px; }
.srhrg { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.h0rpfo { display: flex; gap: 16px; color: var(--aynjms7s); font-size: 0.82rem; }
.h0rpfo span { display: flex; align-items: center; gap: 4px; }
.tuenffd {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--7au74680);
  color: #fff;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 3;
}
.hno0sf0h {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  z-index: 3;
}

/* --- Feature Modules --- */
.35hlxz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.4iog0i {
  background: var(--vwgxz);
  border: 1px solid var(--dds7f);
  border-radius: var(--w12rcvki);
  padding: 32px 24px;
  text-align: center;
  transition: var(--in6zej8);
}
.4iog0i:hover { border-color: var(--cd912e); transform: translateY(-4px); }
.dl2ivf {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: var(--7au74680);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.4iog0i h3 { font-size: 1.15rem; margin-bottom: 10px; }
.4iog0i p { color: var(--aynjms7s); font-size: 0.9rem; }

/* --- Expert Cards --- */
.h8w0ps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.23bwosu {
  background: var(--vwgxz);
  border: 1px solid var(--dds7f);
  border-radius: var(--w12rcvki);
  padding: 28px;
  text-align: center;
  transition: var(--in6zej8);
}
.23bwosu:hover { border-color: var(--cd912e); }
.6721gp1v {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 3px solid var(--cd912e);
}
.23bwosu h4 { font-size: 1.1rem; margin-bottom: 6px; }
.23bwosu .76671 { color: var(--fi9lx0a); font-size: 0.85rem; margin-bottom: 10px; }
.23bwosu p { color: var(--aynjms7s); font-size: 0.88rem; margin-bottom: 16px; }
.pi640ais { display: flex; gap: 10px; justify-content: center; }
.pi640ais a { font-size: 0.82rem; padding: 6px 16px; border-radius: 20px; }

/* --- FAQ Accordion --- */
.y1ly8bp { max-width: 800px; margin: 0 auto; }
.zynizahh {
  background: var(--vwgxz);
  border: 1px solid var(--dds7f);
  border-radius: var(--w12rcvki);
  margin-bottom: 12px;
  overflow: hidden;
}
.fwmjiy {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--in6zej8);
}
.fwmjiy:hover { color: var(--cd912e); }
.fwmjiy::after { content: '+'; font-size: 1.4rem; color: var(--cd912e); transition: var(--in6zej8); }
.zynizahh.active .fwmjiy::after { content: '-'; }
.qces6ce {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 24px;
  color: var(--aynjms7s);
  font-size: 0.92rem;
  line-height: 1.8;
}
.zynizahh.active .qces6ce { max-height: 300px; padding-bottom: 18px; }

/* --- Reviews --- */
.kolx28v {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.vtz7jz {
  background: var(--vwgxz);
  border: 1px solid var(--dds7f);
  border-radius: var(--w12rcvki);
  padding: 24px;
}
.qxpp3 { color: var(--fi9lx0a); font-size: 0.9rem; margin-bottom: 12px; letter-spacing: 2px; }
.a23dd051 { color: var(--aynjms7s); font-size: 0.92rem; margin-bottom: 16px; font-style: italic; line-height: 1.7; }
.jdd5z8 { font-weight: 600; font-size: 0.9rem; }
.rb7iaun { color: var(--aynjms7s); font-size: 0.78rem; }

/* --- Partner Logos --- */
.pgfzr4m {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  align-items: center;
}
.nzvuury {
  width: 120px;
  height: 60px;
  background: var(--vwgxz);
  border: 1px solid var(--dds7f);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: var(--in6zej8);
  color: var(--aynjms7s);
  font-size: 0.82rem;
  font-weight: 600;
}
.nzvuury:hover { border-color: var(--cd912e); }

/* --- Social Share --- */
.skgv34d {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.eax3ogn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  transition: var(--in6zej8);
}
.eax3ogn:hover { transform: translateY(-2px); color: #fff; }
.bqu5sa { background: #07C160; }
.2wzml { background: #E6162D; }
.qssj7 { background: #161823; border: 1px solid #333; }
.todgelo { background: #00A1D6; }

/* --- Footer --- */
.r71wv0 {
  background: #0A0716;
  border-top: 1px solid var(--dds7f);
  padding: 48px 0 24px;
}
.6tnmkq6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}
.r71wv0 h4 { font-size: 1.05rem; margin-bottom: 16px; background: var(--7au74680); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.r71wv0 p, .r71wv0 li { color: var(--aynjms7s); font-size: 0.88rem; line-height: 2; }
.r71wv0 a { color: var(--aynjms7s); }
.r71wv0 a:hover { color: var(--cd912e); }
.avhjo0f4 { display: flex; gap: 20px; }
.avhjo0f4 img { width: 100px; height: 100px; border-radius: 8px; border: 1px solid var(--dds7f); }
.ycg0h2rk { text-align: center; font-size: 0.78rem; color: var(--aynjms7s); margin-top: 6px; }
.8uqt2ko {
  border-top: 1px solid var(--dds7f);
  padding-top: 20px;
  text-align: center;
  color: var(--aynjms7s);
  font-size: 0.82rem;
}
.8uqt2ko a { color: var(--aynjms7s); }

/* --- Breadcrumb --- */
.hx8hn2z {
  padding: 16px 0;
  font-size: 0.85rem;
  color: var(--aynjms7s);
}
.hx8hn2z a { color: var(--aynjms7s); }
.hx8hn2z a:hover { color: var(--cd912e); }
.hx8hn2z span { margin: 0 8px; }

/* --- Page Header (inner pages) --- */
.ld4m6 {
  background: linear-gradient(135deg, var(--midf53n), var(--93ciw4));
  padding: 100px 0 40px;
  text-align: center;
}
.ld4m6 h1 { font-size: 2.2rem; margin-bottom: 12px; }
.ld4m6 p { color: var(--aynjms7s); font-size: 1rem; }

/* --- Content Area --- */
.ftkmwjv { padding: 40px 0; }
.ftkmwjv p { margin-bottom: 16px; color: var(--aynjms7s); font-size: 0.95rem; }
.ftkmwjv h2 { font-size: 1.6rem; margin: 32px 0 16px; color: var(--h8aw1t4); }
.ftkmwjv h3 { font-size: 1.3rem; margin: 24px 0 12px; color: var(--h8aw1t4); }
.ftkmwjv img { border-radius: var(--w12rcvki); margin: 20px 0; }

/* --- Contact Info --- */
.0lglxv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.gqnsq {
  background: var(--vwgxz);
  border: 1px solid var(--dds7f);
  border-radius: var(--w12rcvki);
  padding: 28px;
}
.gqnsq h3 { font-size: 1.1rem; margin-bottom: 16px; color: var(--cd912e); }
.gqnsq p { color: var(--aynjms7s); font-size: 0.9rem; margin-bottom: 8px; }

/* --- AI Section --- */
.6dqcjl {
  position: relative;
  border-radius: var(--w12rcvki);
  overflow: hidden;
  margin-bottom: 32px;
}
.6dqcjl img { width: 100%; height: 280px; object-fit: cover; filter: brightness(0.6); }
.j5xees3 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}
.j5xees3 h3 { font-size: 1.5rem; margin-bottom: 8px; }
.j5xees3 p { color: rgba(240,230,255,0.8); font-size: 0.95rem; }

/* --- How-To Guide --- */
.q44038 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  counter-reset: step;
}
.43ahit71 {
  background: var(--vwgxz);
  border: 1px solid var(--dds7f);
  border-radius: var(--w12rcvki);
  padding: 28px 20px;
  text-align: center;
  counter-increment: step;
  position: relative;
}
.43ahit71::before {
  content: counter(step);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--7au74680);
  border-radius: 50%;
  margin: 0 auto 16px;
  font-weight: 700;
  font-size: 1.1rem;
}
.43ahit71 h4 { margin-bottom: 8px; font-size: 1rem; }
.43ahit71 p { color: var(--aynjms7s); font-size: 0.88rem; }

/* --- Stats Bar --- */
.ktgxy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
  padding: 40px 0;
}
.tllozb9 { font-size: 2.4rem; font-weight: 700; background: var(--7au74680); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.iyx1d { color: var(--aynjms7s); font-size: 0.9rem; margin-top: 6px; }

/* --- Responsive --- */
@media (max-width: 768px) {
  .v83i8y6 { display: none; position: fixed; top: 68px; left: 0; width: 100%; background: rgba(15,10,30,0.98); flex-direction: column; padding: 20px; gap: 16px; border-bottom: 1px solid var(--dds7f); }
  .v83i8y6.active { display: flex; }
  .791pn { display: flex; }
  .kb5al7p { height: 380px; }
  .tr70zsg { padding-left: 20px; }
  .kb5al7p h1 { font-size: 1.8rem; }
  .w6jf0e { font-size: 1.5rem; }
  .ktgxy { grid-template-columns: repeat(2, 1fr); }
  .6tnmkq6 { grid-template-columns: 1fr; }
  .q3684 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .h8w0ps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .q3684 { grid-template-columns: 1fr; }
  .h8w0ps { grid-template-columns: 1fr; }
  .kb5al7p { height: 300px; }
  .kb5al7p h1 { font-size: 1.5rem; }
}

/* --- Lazy Load --- */
img[loading="lazy"] { opacity: 0; transition: opacity 0.5s; }
img[loading="lazy"].loaded, img[loading="lazy"][src] { opacity: 1; }

/* --- Scrollbar --- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--93ciw4); }
::-webkit-scrollbar-thumb { background: var(--midf53n); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--cd912e); }
