/* ========================================
   精神小妹 - 全新原创CSS样式
   配色方案：精神小妹专属配色方案
   ======================================== */
:root {
  --bf3pu9q: #1a1a2e;
  --q26f2edr: #c0c0c0;
  --vwnsfn: #e63946;
  --iib84j: #b8860b;
  --w9zufos2: #0d0d1a;
  --kx7dnx93: #f5f5f5;
  --llqtn: #2d2d3a;
  --zz557e3: #8a8a9a;
  --oodzc40: #ffffff;
  --qvbdu: #e0e0e8;
  --nu7oxvvm: #1a1a2e;
  --ljtcm: #16213e;
  --lf353: rgba(26,26,46,0.12);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'PingFang SC','Microsoft YaHei','Helvetica Neue',Arial,sans-serif; color: var(--llqtn); background: var(--kx7dnx93); line-height: 1.7; }
a { color: var(--vwnsfn); text-decoration: none; transition: color .3s; }
a:hover { color: var(--iib84j); }
img { max-width: 100%; height: auto; display: block; }
.w4cd2h { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* === 顶部公告栏 === */
.ytynuo12 { background: var(--w9zufos2); color: var(--q26f2edr); font-size: 13px; padding: 6px 0; text-align: center; letter-spacing: 1px; }
.ytynuo12 a { color: var(--vwnsfn); }

/* === 导航栏 === */
.vn52g { background: var(--bf3pu9q); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 20px var(--lf353); }
.lfvkz8ef { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; max-width: 1200px; margin: 0 auto; height: 70px; }
.njm3g9 { display: flex; align-items: center; gap: 10px; }
.njm3g9 img { height: 42px; width: auto; border-radius: 6px; }
.o115m03 { color: #fff; font-size: 22px; font-weight: 700; letter-spacing: 2px; }
.kaif5oc { display: flex; list-style: none; gap: 0; }
.kaif5oc li a { color: #ccc; padding: 24px 18px; display: block; font-size: 15px; transition: all .3s; border-bottom: 3px solid transparent; }
.kaif5oc li a:hover, .kaif5oc li a.active { color: #fff; border-bottom-color: var(--vwnsfn); }
.jkcjfu { display: none; color: #fff; font-size: 26px; cursor: pointer; background: none; border: none; }

/* === Hero Banner === */
.m06hohsz { position: relative; height: 520px; overflow: hidden; display: flex; align-items: center; }
.trc12h6 { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.4); }
.i1lhw1m { position: relative; z-index: 2; color: #fff; max-width: 700px; padding: 0 40px; }
.i1lhw1m h1 { font-size: 42px; font-weight: 800; margin-bottom: 16px; text-shadow: 2px 2px 8px rgba(0,0,0,0.5); }
.i1lhw1m h2 { font-size: 20px; font-weight: 400; color: var(--q26f2edr); margin-bottom: 20px; }
.i1lhw1m p { font-size: 16px; color: #ddd; margin-bottom: 24px; line-height: 1.8; }
.t4xmt { display: inline-block; background: var(--vwnsfn); color: #fff; padding: 4px 14px; border-radius: 20px; font-size: 13px; margin-bottom: 12px; }
.anpifo { display: inline-block; background: var(--vwnsfn); color: #fff; padding: 12px 36px; border-radius: 30px; font-size: 16px; font-weight: 600; transition: all .3s; }
.anpifo:hover { background: var(--iib84j); color: #fff; transform: translateY(-2px); }

/* === 通用板块 === */
.iyjvnkn { padding: 60px 0; }
.qwajunos { background: #fff; }
.ky5hgma { background: var(--bf3pu9q); color: #fff; }
.fx0p6 { text-align: center; margin-bottom: 45px; }
.fx0p6 h2 { font-size: 30px; font-weight: 700; color: var(--bf3pu9q); margin-bottom: 10px; }
.ky5hgma .fx0p6 h2 { color: #fff; }
.fx0p6 h3 { font-size: 15px; color: var(--zz557e3); font-weight: 400; }
.fx0p6::after { content: ''; display: block; width: 60px; height: 3px; background: var(--vwnsfn); margin: 14px auto 0; border-radius: 2px; }

/* === 今日推荐 === */
.gvs2f { background: linear-gradient(135deg, var(--nu7oxvvm), var(--ljtcm)); padding: 18px 0; text-align: center; color: #fff; }
.gvs2f span { margin: 0 20px; font-size: 14px; }
.gvs2f strong { color: var(--vwnsfn); }

/* === 视频卡片网格 === */
.bf2on21 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.oyfjw4n9 { background: var(--oodzc40); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px var(--lf353); transition: transform .3s, box-shadow .3s; }
.oyfjw4n9:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(26,26,46,0.18); }
.vswlb { position: relative; padding-top: 56.25%; overflow: hidden; }
.vswlb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.oyfjw4n9:hover .vswlb img { transform: scale(1.08); }
.igm8w21 { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 56px; height: 56px; background: rgba(230,57,70,0.85); border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.igm8w21::after { content: ''; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 4px; }
.oyfjw4n9:hover .igm8w21 { opacity: 1; }
.hexxia { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.ing6r6b { padding: 16px; }
.ing6r6b h3 { font-size: 16px; font-weight: 600; margin-bottom: 6px; color: var(--llqtn); line-height: 1.4; }
.ing6r6b p { font-size: 13px; color: var(--zz557e3); }
.bcfnby { display: flex; justify-content: space-between; margin-top: 8px; font-size: 12px; color: var(--zz557e3); }
.bbnuzfje { display: inline-block; background: rgba(230,57,70,0.1); color: var(--vwnsfn); padding: 2px 10px; border-radius: 12px; font-size: 12px; margin-right: 6px; }

/* === 服务模块 === */
.wju4xl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ps6o8 { background: #fff; border-radius: 12px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 16px var(--lf353); transition: all .3s; border-top: 4px solid transparent; }
.ps6o8:hover { border-top-color: var(--vwnsfn); transform: translateY(-4px); }
.ctjls { font-size: 40px; margin-bottom: 16px; }
.ps6o8 h3 { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--bf3pu9q); }
.ps6o8 p { font-size: 14px; color: var(--zz557e3); line-height: 1.7; }

/* === 娱乐专区 === */
.y6674x34 { background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 100%); }
.y6674x34 .fx0p6 h2 { color: #fff; }
.y6674x34 .fx0p6 h3 { color: #aaa; }
.p6oge { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lz43wxp { background: rgba(255,255,255,0.06); border-radius: 12px; padding: 24px 16px; text-align: center; border: 1px solid rgba(255,255,255,0.08); transition: all .3s; }
.lz43wxp:hover { background: rgba(230,57,70,0.12); border-color: var(--vwnsfn); }
.lz43wxp h4 { color: #fff; font-size: 16px; margin-bottom: 8px; }
.lz43wxp p { color: #aaa; font-size: 13px; }
.ez2wq { font-size: 36px; margin-bottom: 12px; }

/* === AI赋能 === */
.mcdk35 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.otgout { background: #fff; border-radius: 12px; padding: 28px; box-shadow: 0 4px 16px var(--lf353); transition: all .3s; }
.otgout:hover { box-shadow: 0 8px 28px rgba(26,26,46,0.16); }
.otgout h4 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: var(--bf3pu9q); }
.otgout p { font-size: 14px; color: var(--zz557e3); line-height: 1.7; }

/* === 社区模块 === */
.yp82m { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.n8jj0 { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px var(--lf353); transition: all .3s; }
.n8jj0:hover { transform: translateY(-4px); }
.n8jj0 h4 { padding: 16px; font-size: 16px; color: var(--bf3pu9q); }
.n8jj0 p { padding: 0 16px 16px; font-size: 13px; color: var(--zz557e3); }

/* === 专家展示 === */
.qze0qmmy { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ublxn2 { background: #fff; border-radius: 12px; overflow: hidden; text-align: center; box-shadow: 0 4px 16px var(--lf353); transition: all .3s; }
.ublxn2:hover { transform: translateY(-4px); }
.ublxn2 img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.ublxn2 h4 { font-size: 16px; padding: 14px 12px 4px; color: var(--bf3pu9q); }
.ublxn2 h5 { font-size: 13px; color: var(--vwnsfn); font-weight: 500; padding: 0 12px; }
.ublxn2 h6 { font-size: 12px; color: var(--zz557e3); font-weight: 400; padding: 6px 12px 14px; }

/* === 用户评价 === */
.krfxfn { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.i0y9up { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px var(--lf353); border-left: 4px solid var(--vwnsfn); }
.i0y9up .hsjfxy3e { color: var(--iib84j); font-size: 14px; margin-bottom: 8px; }
.i0y9up p { font-size: 14px; color: var(--llqtn); line-height: 1.7; margin-bottom: 10px; }
.i0y9up .x6vk1g { font-size: 13px; color: var(--zz557e3); }

/* === FAQ === */
.jg66j { max-width: 800px; margin: 0 auto; }
.wwimhqsf { background: #fff; border-radius: 10px; margin-bottom: 12px; box-shadow: 0 2px 8px var(--lf353); overflow: hidden; }
.kst32b { padding: 18px 24px; font-size: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--bf3pu9q); transition: background .3s; }
.kst32b:hover { background: rgba(230,57,70,0.04); }
.kst32b::after { content: '+'; font-size: 22px; color: var(--vwnsfn); transition: transform .3s; }
.wwimhqsf.active .kst32b::after { transform: rotate(45deg); }
.mico5 { padding: 0 24px; max-height: 0; overflow: hidden; transition: all .3s; }
.wwimhqsf.active .mico5 { padding: 0 24px 18px; max-height: 300px; }
.mico5 p { font-size: 14px; color: var(--zz557e3); line-height: 1.7; }

/* === 搜索框 === */
.yv8vxl7v { max-width: 500px; margin: 0 auto 40px; position: relative; }
.yv8vxl7v input { width: 100%; padding: 14px 50px 14px 20px; border: 2px solid var(--qvbdu); border-radius: 30px; font-size: 15px; outline: none; transition: border-color .3s; }
.yv8vxl7v input:focus { border-color: var(--vwnsfn); }
.yv8vxl7v button { position: absolute; right: 6px; top: 6px; background: var(--vwnsfn); color: #fff; border: none; border-radius: 24px; padding: 8px 20px; cursor: pointer; font-size: 14px; }

/* === 二维码 === */
.bmqmo2 { display: flex; justify-content: center; gap: 60px; padding: 40px 0; }
.vrh89men { text-align: center; }
.vrh89men img { width: 140px; height: 140px; border-radius: 10px; margin-bottom: 10px; }
.vrh89men p { font-size: 13px; color: var(--zz557e3); }

/* === 页脚 === */
.txpfw { background: var(--w9zufos2); color: #aaa; padding: 50px 0 20px; }
.f4wzn4 { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 30px; }
.txpfw h4 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.txpfw p, .txpfw li { font-size: 13px; line-height: 2; }
.txpfw ul { list-style: none; }
.txpfw a { color: #aaa; }
.txpfw a:hover { color: var(--vwnsfn); }
.ws9mr { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; text-align: center; font-size: 12px; color: #666; }
.cfbf4i { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.cfbf4i img { height: 36px; border-radius: 6px; }
.cfbf4i span { color: #fff; font-size: 20px; font-weight: 700; }

/* === 面包屑 === */
.s6q313o { background: rgba(26,26,46,0.03); padding: 14px 0; font-size: 13px; }
.s6q313o a { color: var(--zz557e3); }
.s6q313o span { color: var(--vwnsfn); }

/* === 内页通用 === */
.urozg { background: linear-gradient(135deg, var(--nu7oxvvm), var(--ljtcm)); padding: 60px 0; text-align: center; color: #fff; }
.urozg h1 { font-size: 34px; font-weight: 700; margin-bottom: 10px; }
.urozg p { font-size: 15px; color: var(--q26f2edr); }
.g880kzn { padding: 40px 0; }
.g880kzn h2 { font-size: 24px; color: var(--bf3pu9q); margin: 30px 0 14px; }
.g880kzn h3 { font-size: 20px; color: var(--bf3pu9q); margin: 24px 0 12px; }
.g880kzn p { margin-bottom: 14px; line-height: 1.8; }

/* === 响应式 === */
@media (max-width: 1024px) {
  .bf2on21, .wju4xl, .mcdk35, .yp82m { grid-template-columns: repeat(2, 1fr); }
  .qze0qmmy, .p6oge { grid-template-columns: repeat(2, 1fr); }
  .f4wzn4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .kaif5oc { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--bf3pu9q); flex-direction: column; padding: 10px 0; box-shadow: 0 4px 16px var(--lf353); }
  .kaif5oc.active { display: flex; }
  .kaif5oc li a { padding: 14px 24px; border-bottom: none; }
  .jkcjfu { display: block; }
  .m06hohsz { height: 400px; }
  .i1lhw1m h1 { font-size: 28px; }
  .bf2on21, .wju4xl, .mcdk35, .yp82m, .krfxfn { grid-template-columns: 1fr; }
  .qze0qmmy, .p6oge { grid-template-columns: repeat(2, 1fr); }
  .f4wzn4 { grid-template-columns: 1fr; }
  .bmqmo2 { flex-direction: column; align-items: center; gap: 30px; }
  .iyjvnkn { padding: 40px 0; }
  .fx0p6 h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .qze0qmmy, .p6oge { grid-template-columns: 1fr; }
  .m06hohsz { height: 340px; }
  .i1lhw1m { padding: 0 20px; }
  .i1lhw1m h1 { font-size: 24px; }
}
