/* ========================================
   玩物社区 - 全新原创CSS样式
   配色方案：玩物社区专属配色方案
   ======================================== */
:root {
  --e7kozftx: #1a1a2e;
  --nbft6y: #c0c0c0;
  --ckmz3: #e63946;
  --q6i0u: #b8860b;
  --dooj1: #0d0d1a;
  --meepg: #f5f5f5;
  --qsl2e6: #2d2d3a;
  --quwl7tna: #8a8a9a;
  --tgv7lym: #ffffff;
  --fnpq58qh: #e0e0e8;
  --masa071z: #1a1a2e;
  --z1bimft7: #16213e;
  --u94aisq: 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(--qsl2e6); background: var(--meepg); line-height: 1.7; }
a { color: var(--ckmz3); text-decoration: none; transition: color .3s; }
a:hover { color: var(--q6i0u); }
img { max-width: 100%; height: auto; display: block; }
.ixua1rv { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

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

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

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

/* === 通用板块 === */
.duv9rgl { padding: 60px 0; }
.sgoavqo { background: #fff; }
.pwigqchy { background: var(--e7kozftx); color: #fff; }
.vwemvx { text-align: center; margin-bottom: 45px; }
.vwemvx h2 { font-size: 30px; font-weight: 700; color: var(--e7kozftx); margin-bottom: 10px; }
.pwigqchy .vwemvx h2 { color: #fff; }
.vwemvx h3 { font-size: 15px; color: var(--quwl7tna); font-weight: 400; }
.vwemvx::after { content: ''; display: block; width: 60px; height: 3px; background: var(--ckmz3); margin: 14px auto 0; border-radius: 2px; }

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

/* === 视频卡片网格 === */
.a3qhfv { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.k7dtarac { background: var(--tgv7lym); border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px var(--u94aisq); transition: transform .3s, box-shadow .3s; }
.k7dtarac:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(26,26,46,0.18); }
.ty5wm3 { position: relative; padding-top: 56.25%; overflow: hidden; }
.ty5wm3 img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.k7dtarac:hover .ty5wm3 img { transform: scale(1.08); }
.axl60z { 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; }
.axl60z::after { content: ''; border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 4px; }
.k7dtarac:hover .axl60z { opacity: 1; }
.ow2tuvu { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.q1y3to { padding: 16px; }
.q1y3to h3 { font-size: 16px; font-weight: 600; margin-bottom: 6px; color: var(--qsl2e6); line-height: 1.4; }
.q1y3to p { font-size: 13px; color: var(--quwl7tna); }
.ih6y12m { display: flex; justify-content: space-between; margin-top: 8px; font-size: 12px; color: var(--quwl7tna); }
.im80d51 { display: inline-block; background: rgba(230,57,70,0.1); color: var(--ckmz3); padding: 2px 10px; border-radius: 12px; font-size: 12px; margin-right: 6px; }

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

/* === 娱乐专区 === */
.yoyvac { background: linear-gradient(135deg, #0d0d1a 0%, #1a1a2e 100%); }
.yoyvac .vwemvx h2 { color: #fff; }
.yoyvac .vwemvx h3 { color: #aaa; }
.f4287ez3 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vhve3fz { 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; }
.vhve3fz:hover { background: rgba(230,57,70,0.12); border-color: var(--ckmz3); }
.vhve3fz h4 { color: #fff; font-size: 16px; margin-bottom: 8px; }
.vhve3fz p { color: #aaa; font-size: 13px; }
.gscpl0ei { font-size: 36px; margin-bottom: 12px; }

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

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

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

/* === 用户评价 === */
.crmgg1x1 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.u69ls4x { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px var(--u94aisq); border-left: 4px solid var(--ckmz3); }
.u69ls4x .ifagh4n { color: var(--q6i0u); font-size: 14px; margin-bottom: 8px; }
.u69ls4x p { font-size: 14px; color: var(--qsl2e6); line-height: 1.7; margin-bottom: 10px; }
.u69ls4x .iah10wg { font-size: 13px; color: var(--quwl7tna); }

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

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

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

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

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

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

/* === 响应式 === */
@media (max-width: 1024px) {
  .a3qhfv, .c3ssniy, .f8eg4g5, .fj57x { grid-template-columns: repeat(2, 1fr); }
  .telm6, .f4287ez3 { grid-template-columns: repeat(2, 1fr); }
  .fmrx3ea { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .g0j7vk { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--e7kozftx); flex-direction: column; padding: 10px 0; box-shadow: 0 4px 16px var(--u94aisq); }
  .g0j7vk.active { display: flex; }
  .g0j7vk li a { padding: 14px 24px; border-bottom: none; }
  .b9e4h { display: block; }
  .l843yb4 { height: 400px; }
  .l7dpixy h1 { font-size: 28px; }
  .a3qhfv, .c3ssniy, .f8eg4g5, .fj57x, .crmgg1x1 { grid-template-columns: 1fr; }
  .telm6, .f4287ez3 { grid-template-columns: repeat(2, 1fr); }
  .fmrx3ea { grid-template-columns: 1fr; }
  .nlpas6 { flex-direction: column; align-items: center; gap: 30px; }
  .duv9rgl { padding: 40px 0; }
  .vwemvx h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .telm6, .f4287ez3 { grid-template-columns: 1fr; }
  .l843yb4 { height: 340px; }
  .l7dpixy { padding: 0 20px; }
  .l7dpixy h1 { font-size: 24px; }
}
