/* ========================================
   抖阴 - 全新原创CSS样式
   配色方案：抖阴专属配色方案
   ======================================== */
:root {
  --h0886m: #1a1a2e;
  --jc8chkc: #c0c0c0;
  --qk831b: #e63946;
  --z4mdm: #b8860b;
  --ofncekt: #0d0d1a;
  --th2m5f: #f5f5f5;
  --rwt6ly: #2d2d3a;
  --edd4z5d: #8a8a9a;
  --omyzyn2: #ffffff;
  --j6xu6745: #e0e0e8;
  --dwla2fxu: #1a1a2e;
  --l1x92x: #16213e;
  --hucp4jvp: 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(--rwt6ly); background: var(--th2m5f); line-height: 1.7; }
a { color: var(--qk831b); text-decoration: none; transition: color .3s; }
a:hover { color: var(--z4mdm); }
img { max-width: 100%; height: auto; display: block; }
.qg9ik { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

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

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

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

/* === 通用板块 === */
.p7kcl { padding: 60px 0; }
.rx204xu { background: #fff; }
.w0rcikxi { background: var(--h0886m); color: #fff; }
.d4337o { text-align: center; margin-bottom: 45px; }
.d4337o h2 { font-size: 30px; font-weight: 700; color: var(--h0886m); margin-bottom: 10px; }
.w0rcikxi .d4337o h2 { color: #fff; }
.d4337o h3 { font-size: 15px; color: var(--edd4z5d); font-weight: 400; }
.d4337o::after { content: ''; display: block; width: 60px; height: 3px; background: var(--qk831b); margin: 14px auto 0; border-radius: 2px; }

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

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

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

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

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

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

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

/* === 用户评价 === */
.b43u9ktw { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.nimar15z { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px var(--hucp4jvp); border-left: 4px solid var(--qk831b); }
.nimar15z .pb2kt0bn { color: var(--z4mdm); font-size: 14px; margin-bottom: 8px; }
.nimar15z p { font-size: 14px; color: var(--rwt6ly); line-height: 1.7; margin-bottom: 10px; }
.nimar15z .bowqk5t { font-size: 13px; color: var(--edd4z5d); }

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

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

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

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

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

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

/* === 响应式 === */
@media (max-width: 1024px) {
  .btcyp, .tzoucqy, .b2oql, .f47m9f8 { grid-template-columns: repeat(2, 1fr); }
  .idmjl9, .ii9za { grid-template-columns: repeat(2, 1fr); }
  .vb0nam { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .d8godcz { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--h0886m); flex-direction: column; padding: 10px 0; box-shadow: 0 4px 16px var(--hucp4jvp); }
  .d8godcz.active { display: flex; }
  .d8godcz li a { padding: 14px 24px; border-bottom: none; }
  .hewtqc { display: block; }
  .ofsi2ev { height: 400px; }
  .fr356 h1 { font-size: 28px; }
  .btcyp, .tzoucqy, .b2oql, .f47m9f8, .b43u9ktw { grid-template-columns: 1fr; }
  .idmjl9, .ii9za { grid-template-columns: repeat(2, 1fr); }
  .vb0nam { grid-template-columns: 1fr; }
  .u1s6tob8 { flex-direction: column; align-items: center; gap: 30px; }
  .p7kcl { padding: 40px 0; }
  .d4337o h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .idmjl9, .ii9za { grid-template-columns: 1fr; }
  .ofsi2ev { height: 340px; }
  .fr356 { padding: 0 20px; }
  .fr356 h1 { font-size: 24px; }
}
