/* ============================================
   香蕉视频 游戏解说视频社区 - 原创CSS样式表
   域名: ufzsqL.cn
   主题: 香蕉视频·热门游戏
   配色: 深蓝黑 + 金色 + 电光蓝 + 战斗红
   ============================================ */

/* === CSS变量 === */
:root {
  --gm-gold: #FFD700;
  --gm-cyan: #00E5FF;
  --gm-red: #FF4444;
  --gm-dark: #0F1923;
  --gm-dark2: #1A2634;
  --gm-card: #1E2D3D;
  --gm-text: #E8EDF2;
  --gm-muted: #8899AA;
  --gm-grad: linear-gradient(135deg, #FFD700, #FF8C00);
  --gm-grad2: linear-gradient(135deg, #00E5FF, #0088FF);
  --gm-radius: 10px;
  --gm-shadow: 0 4px 20px rgba(0,229,255,0.12);
}

/* === 重置与基础 === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
  background: var(--gm-dark);
  color: var(--gm-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gm-cyan); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--gm-gold); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.t0fob5o { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* === 容器 === */
.yexb5zic { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* === 头部导航 === */
.gm-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(15,25,35,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,229,255,0.15);
  transition: all 0.3s;
}
.eabbj {
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.q0fix8 { display: flex; align-items: center; gap: 10px; }
.q0fix8 img { height: 38px; width: auto; }
.qvk5x3 { font-size: 1.2rem; font-weight: 700; color: var(--gm-gold); letter-spacing: 1px; }
.gm-nav { display: flex; gap: 6px; align-items: center; }
.gm-nav a {
  padding: 8px 14px; border-radius: 6px; font-size: 0.92rem; font-weight: 500;
  color: var(--gm-text); transition: all 0.3s;
}
.gm-nav a:hover, .gm-nav a.active { background: rgba(0,229,255,0.12); color: var(--gm-cyan); }
.ac42t {
  display: none; background: none; border: none; color: var(--gm-gold);
  font-size: 1.5rem; cursor: pointer;
}

/* === 搜索框 === */
.pbaskdt3 {
  background: var(--gm-dark2); border-bottom: 1px solid rgba(0,229,255,0.1);
  padding: 12px 0; margin-top: 64px;
}
.pbaskdt3 form {
  max-width: 600px; margin: 0 auto; display: flex; gap: 8px; padding: 0 20px;
}
.pbaskdt3 input {
  flex: 1; padding: 10px 16px; border-radius: 8px; border: 1px solid rgba(0,229,255,0.25);
  background: var(--gm-card); color: var(--gm-text); font-size: 0.95rem;
  outline: none; transition: border-color 0.3s;
}
.pbaskdt3 input:focus { border-color: var(--gm-cyan); }
.pbaskdt3 input::placeholder { color: var(--gm-muted); }
.pbaskdt3 button {
  padding: 10px 24px; border-radius: 8px; border: none;
  background: var(--gm-grad2); color: #fff; font-weight: 600;
  cursor: pointer; transition: opacity 0.3s; font-size: 0.95rem;
}
.pbaskdt3 button:hover { opacity: 0.85; }

/* === Hero Banner === */
.m5ot8 {
  position: relative; min-height: 520px; display: flex; align-items: center;
  overflow: hidden;
}
.dogxtb {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  z-index: 0;
}
.d2wpgf9f {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(15,25,35,0.7) 0%, rgba(15,25,35,0.85) 60%, var(--gm-dark) 100%);
}
.eunogw4 {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 80px 20px 60px; text-align: center;
}
.eunogw4 h1 { font-size: 2.6rem; font-weight: 800; margin-bottom: 16px; line-height: 1.3; }
.eunogw4 h1 span { color: var(--gm-gold); }
.q5bi7 {
  font-size: 1.08rem; color: var(--gm-muted); max-width: 750px; margin: 0 auto 28px;
  line-height: 1.8;
}
.obqbnmrm { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
.obqbnmrm span {
  padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 500;
  background: rgba(0,229,255,0.1); color: var(--gm-cyan); border: 1px solid rgba(0,229,255,0.2);
}

/* === 按钮 === */
.ty01q {
  display: inline-block; padding: 12px 28px; border-radius: 8px;
  font-weight: 600; font-size: 0.95rem; transition: all 0.3s; cursor: pointer;
  border: none; text-align: center;
}
.w9840 { background: var(--gm-grad); color: #0F1923; }
.w9840:hover { opacity: 0.9; transform: translateY(-2px); color: #0F1923; }
.ziaofpks {
  background: transparent; color: var(--gm-cyan);
  border: 2px solid var(--gm-cyan);
}
.ziaofpks:hover { background: rgba(0,229,255,0.1); }
.cbwokwos { padding: 8px 18px; font-size: 0.85rem; }

/* === 通用区块 === */
.ion20z { padding: 64px 0; }
.xddrepv { background: var(--gm-dark2); }
.x25bs8 {
  text-align: center; margin-bottom: 40px;
}
.x25bs8 h2 {
  font-size: 1.8rem; font-weight: 700; margin-bottom: 10px;
  background: var(--gm-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.x25bs8 p { color: var(--gm-muted); font-size: 0.95rem; }

/* === 视频卡片网格 === */
.upg07tql {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.ctbx1b {
  background: var(--gm-card); border-radius: var(--gm-radius); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s; position: relative;
}
.ctbx1b:hover { transform: translateY(-6px); box-shadow: var(--gm-shadow); }
.ugs3xr {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.ugs3xr img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s;
}
.ctbx1b:hover .ugs3xr img { transform: scale(1.06); }
.x7qe3pjb {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(15,25,35,0.5); opacity: 0; transition: opacity 0.3s; z-index: 2;
}
.ctbx1b:hover .x7qe3pjb { opacity: 1; }
.x7qe3pjb::after {
  content: "▶"; font-size: 2.4rem; color: var(--gm-gold);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(255,215,0,0.2); display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--gm-gold);
}
.w09wg1 {
  position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75);
  color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 0.78rem; z-index: 3;
}
.zp2ax6 { padding: 14px; }
.zp2ax6 h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 6px; line-height: 1.4; }
.xhzgd {
  display: flex; gap: 12px; font-size: 0.8rem; color: var(--gm-muted);
}
.dz5xkwe { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.dz5xkwe span {
  padding: 2px 8px; border-radius: 4px; font-size: 0.72rem;
  background: rgba(0,229,255,0.08); color: var(--gm-cyan);
}

/* === 特色功能网格 === */
.eqw7dmss { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.luvr43k8 {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 28px 20px;
  text-align: center; transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0,229,255,0.08);
}
.luvr43k8:hover { transform: translateY(-4px); box-shadow: var(--gm-shadow); }
.dt7w04n4 {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.osmjae { background: rgba(255,215,0,0.15); color: var(--gm-gold); }
.lqjqpz { background: rgba(0,229,255,0.15); color: var(--gm-cyan); }
.j27momy { background: rgba(255,68,68,0.15); color: var(--gm-red); }
.jf5pndjb { background: rgba(138,43,226,0.15); color: #8A2BE2; }
.luvr43k8 h3 { font-size: 1.05rem; margin-bottom: 8px; }
.luvr43k8 p { font-size: 0.88rem; color: var(--gm-muted); line-height: 1.6; }

/* === 专家团队 === */
.ztsqio72 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.zhhja7v {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  text-align: center; transition: transform 0.3s;
  border: 1px solid rgba(255,215,0,0.08);
}
.zhhja7v:hover { transform: translateY(-4px); }
.v8wszh {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 12px;
  border: 3px solid var(--gm-gold); overflow: hidden;
}
.v8wszh img { width: 100%; height: 100%; object-fit: cover; }
.jmbp4k { color: var(--gm-cyan); font-size: 0.82rem; margin-bottom: 6px; }
.xjlexxl { font-size: 0.85rem; color: var(--gm-muted); line-height: 1.6; margin-bottom: 12px; }
.lt4k8sfw { display: flex; gap: 8px; justify-content: center; }

/* === FAQ === */
.xojoq { max-width: 800px; margin: 0 auto; }
.j3mav057 {
  background: var(--gm-card); border-radius: var(--gm-radius); margin-bottom: 12px;
  overflow: hidden; border: 1px solid rgba(0,229,255,0.08);
}
.gm-faq-q {
  padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; font-weight: 600; font-size: 0.95rem;
  transition: background 0.3s;
}
.gm-faq-q:hover { background: rgba(0,229,255,0.05); }
.zqmtssaz { color: var(--gm-cyan); font-size: 1.2rem; transition: transform 0.3s; }
.zqb7ssf1 {
  padding: 0 20px 18px; font-size: 0.9rem; color: var(--gm-muted); line-height: 1.7;
  display: none;
}
.j3mav057.active .zqb7ssf1 { display: block; }
.j3mav057.active .zqmtssaz { transform: rotate(180deg); }

/* === 用户评价 === */
.tzmj25o { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.n3gbkk {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  border: 1px solid rgba(255,215,0,0.08);
}
.z3qu62 { color: var(--gm-gold); font-size: 0.9rem; margin-bottom: 10px; }
.gxe7k { font-size: 0.9rem; color: var(--gm-text); line-height: 1.7; margin-bottom: 12px; font-style: italic; }
.xbmhx0h { display: flex; align-items: center; gap: 10px; }
.kzsjflv {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gm-grad2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700; color: #fff;
}
.th95nf { font-size: 0.82rem; color: var(--gm-muted); }
.th95nf strong { color: var(--gm-text); display: block; }

/* === 联系我们 === */
.wwagao { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.xdzvhkr {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  text-align: center; border: 1px solid rgba(0,229,255,0.08);
}
.ygq68 { font-size: 2rem; margin-bottom: 12px; }
.glp3bam { font-size: 0.88rem; color: var(--gm-muted); margin-bottom: 4px; }

/* === 品牌墙 === */
.mtgw2 {
  display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center;
}
.q0tpxim0 {
  background: var(--gm-card); border-radius: 8px; padding: 12px 20px;
  border: 1px solid rgba(0,229,255,0.08); transition: transform 0.3s;
}
.q0tpxim0:hover { transform: scale(1.05); }
.q0tpxim0 img { height: 36px; width: auto; opacity: 0.7; transition: opacity 0.3s; }
.q0tpxim0:hover img { opacity: 1; }

/* === How-To步骤 === */
.hyilw16 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.q0pdagx {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 24px;
  text-align: center; position: relative;
  border: 1px solid rgba(255,215,0,0.08);
}
.l0m58un {
  width: 40px; height: 40px; border-radius: 50%; background: var(--gm-grad);
  color: #0F1923; font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.q0pdagx h3 { font-size: 1rem; margin-bottom: 8px; }
.q0pdagx p { font-size: 0.85rem; color: var(--gm-muted); }

/* === 分享栏 === */
.ryfoy8b { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pqptdtx4 {
  padding: 10px 20px; border-radius: 8px; font-size: 0.88rem; font-weight: 500;
  transition: all 0.3s; border: 1px solid rgba(0,229,255,0.15);
  background: var(--gm-card); color: var(--gm-text);
}
.pqptdtx4:hover { background: rgba(0,229,255,0.1); color: var(--gm-cyan); }

/* === 面包屑 === */
.b8bava {
  padding: 12px 0; font-size: 0.85rem; color: var(--gm-muted);
}
.b8bava a { color: var(--gm-cyan); }
.b8bava span { margin: 0 6px; }

/* === 页脚 === */
.ty2tr {
  background: var(--gm-dark2); border-top: 1px solid rgba(0,229,255,0.1);
  padding: 48px 0 24px;
}
.ocv3q3lq { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.ex653dg9 { }
.ex653dg9 img { height: 36px; margin-bottom: 12px; }
.n8j5su h4 {
  font-size: 0.95rem; font-weight: 600; margin-bottom: 14px; color: var(--gm-gold);
}
.n8j5su a { display: block; font-size: 0.88rem; color: var(--gm-muted); margin-bottom: 8px; }
.n8j5su a:hover { color: var(--gm-cyan); }
.iqdua1 { display: flex; gap: 16px; margin-top: 12px; }
.iqdua1 img { width: 90px; height: 90px; border-radius: 6px; }
.pyl6sit { font-size: 0.78rem; color: var(--gm-muted); text-align: center; margin-top: 4px; }
.zocxg8wp {
  border-top: 1px solid rgba(0,229,255,0.08); padding-top: 20px;
  text-align: center; font-size: 0.82rem; color: var(--gm-muted);
}
.b64y4o { margin-top: 6px; font-size: 0.8rem; }

/* === MCP Widget === */
.b76r79 {
  background: var(--gm-card); border-radius: var(--gm-radius); padding: 20px;
  margin-top: 20px; border: 1px solid rgba(0,229,255,0.1);
  text-align: center; font-size: 0.85rem; color: var(--gm-muted);
}

/* === 页面Hero（内页） === */
.nvcy8 {
  background: var(--gm-dark2); padding: 100px 0 40px;
  text-align: center; border-bottom: 1px solid rgba(0,229,255,0.08);
}
.nvcy8 h1 { font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.nvcy8 p { color: var(--gm-muted); font-size: 0.95rem; }

/* === 内容区 === */
.fya6ept { padding: 40px 0; }
.fya6ept h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; color: var(--gm-gold); }
.fya6ept h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 12px; }
.fya6ept p { margin-bottom: 16px; line-height: 1.8; }

/* === 动画 === */
.gm-fade { opacity: 0; transform: translateY(24px); transition: opacity 0.6s, transform 0.6s; }
.gm-visible { opacity: 1; transform: translateY(0); }

/* === 响应式 === */
@media (max-width: 1024px) {
  .upg07tql { grid-template-columns: repeat(3, 1fr); }
  .eqw7dmss { grid-template-columns: repeat(2, 1fr); }
  .ztsqio72 { grid-template-columns: repeat(2, 1fr); }
  .ocv3q3lq { grid-template-columns: 1fr 1fr; }
  .hyilw16 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .gm-nav { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--gm-dark); flex-direction: column; padding: 20px; gap: 4px; border-bottom: 1px solid rgba(0,229,255,0.15); }
  .gm-nav.gm-open { display: flex; }
  .ac42t { display: block; }
  .eunogw4 h1 { font-size: 1.8rem; }
  .m5ot8 { min-height: 400px; }
  .upg07tql { grid-template-columns: repeat(2, 1fr); }
  .eqw7dmss { grid-template-columns: 1fr; }
  .ztsqio72 { grid-template-columns: 1fr; }
  .tzmj25o { grid-template-columns: 1fr; }
  .wwagao { grid-template-columns: 1fr; }
  .ocv3q3lq { grid-template-columns: 1fr; }
  .hyilw16 { grid-template-columns: 1fr; }
  .ion20z { padding: 40px 0; }
  .x25bs8 h2 { font-size: 1.4rem; }
}
@media (max-width: 480px) {
  .upg07tql { grid-template-columns: 1fr; }
  .eunogw4 h1 { font-size: 1.5rem; }
  .q5bi7 { font-size: 0.92rem; }
}
