/* ========================================
   每日大赛 - 全新原创CSS样式
   配色方案：每日大赛专属配色方案
   ======================================== */
:root {
  --n1lrx: #1a1a2e;
  --oqeyr: #c0c0c0;
  --fgdi8: #e63946;
  --j68bx3: #b8860b;
  --x7yb4g: #0d0d1a;
  --s56godw: #f5f5f5;
  --lzvplan: #2d2d3a;
  --zlaq0lav: #8a8a9a;
  --iv4xpu: #ffffff;
  --sw6bg5: #e0e0e8;
  --pfi5d: #1a1a2e;
  --y4hpxdj: #16213e;
  --j5ipq: 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(--lzvplan); background: var(--s56godw); line-height: 1.7; }
a { color: var(--fgdi8); text-decoration: none; transition: color .3s; }
a:hover { color: var(--j68bx3); }
img { max-width: 100%; height: auto; display: block; }
.bpsl8x { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

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

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

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

/* === 通用板块 === */
.t5tt5f4n { padding: 60px 0; }
.rxsa7k { background: #fff; }
.syz6jvp { background: var(--n1lrx); color: #fff; }
.zyvmlg { text-align: center; margin-bottom: 45px; }
.zyvmlg h2 { font-size: 30px; font-weight: 700; color: var(--n1lrx); margin-bottom: 10px; }
.syz6jvp .zyvmlg h2 { color: #fff; }
.zyvmlg h3 { font-size: 15px; color: var(--zlaq0lav); font-weight: 400; }
.zyvmlg::after { content: ''; display: block; width: 60px; height: 3px; background: var(--fgdi8); margin: 14px auto 0; border-radius: 2px; }

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

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

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

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

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

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

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

/* === 用户评价 === */
.m3gbb { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.l2wvt0c { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px var(--j5ipq); border-left: 4px solid var(--fgdi8); }
.l2wvt0c .c3fso { color: var(--j68bx3); font-size: 14px; margin-bottom: 8px; }
.l2wvt0c p { font-size: 14px; color: var(--lzvplan); line-height: 1.7; margin-bottom: 10px; }
.l2wvt0c .erxf7h7t { font-size: 13px; color: var(--zlaq0lav); }

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

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

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

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

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

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

/* === 响应式 === */
@media (max-width: 1024px) {
  .srbal, .s996z, .iffg08, .axh1j { grid-template-columns: repeat(2, 1fr); }
  .u0r16kvm, .z5pawzvl { grid-template-columns: repeat(2, 1fr); }
  .fvpff { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .kw2jr { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--n1lrx); flex-direction: column; padding: 10px 0; box-shadow: 0 4px 16px var(--j5ipq); }
  .kw2jr.active { display: flex; }
  .kw2jr li a { padding: 14px 24px; border-bottom: none; }
  .kvclj { display: block; }
  .g9p40jr { height: 400px; }
  .z3ajtsc h1 { font-size: 28px; }
  .srbal, .s996z, .iffg08, .axh1j, .m3gbb { grid-template-columns: 1fr; }
  .u0r16kvm, .z5pawzvl { grid-template-columns: repeat(2, 1fr); }
  .fvpff { grid-template-columns: 1fr; }
  .a1td32od { flex-direction: column; align-items: center; gap: 30px; }
  .t5tt5f4n { padding: 40px 0; }
  .zyvmlg h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .u0r16kvm, .z5pawzvl { grid-template-columns: 1fr; }
  .g9p40jr { height: 340px; }
  .z3ajtsc { padding: 0 20px; }
  .z3ajtsc h1 { font-size: 24px; }
}
