/* ========================================
   蜜桃 - 全新原创CSS样式
   配色方案：蜜桃专属配色方案
   ======================================== */
:root {
  --yvhmz: #1a1a2e;
  --vezqa0: #c0c0c0;
  --vux8baoq: #e63946;
  --g602fh8: #b8860b;
  --nld0v9ri: #0d0d1a;
  --y89ilhe: #f5f5f5;
  --jm1j4: #2d2d3a;
  --sm0kn: #8a8a9a;
  --s1cwpou6: #ffffff;
  --mlj45k: #e0e0e8;
  --wky3m: #1a1a2e;
  --q449dwiq: #16213e;
  --dnh9zl: 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(--jm1j4); background: var(--y89ilhe); line-height: 1.7; }
a { color: var(--vux8baoq); text-decoration: none; transition: color .3s; }
a:hover { color: var(--g602fh8); }
img { max-width: 100%; height: auto; display: block; }
.euuv7e7 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

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

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

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

/* === 通用板块 === */
.fn33jr2 { padding: 60px 0; }
.phs4cxt { background: #fff; }
.y84e5b5e { background: var(--yvhmz); color: #fff; }
.btmiy { text-align: center; margin-bottom: 45px; }
.btmiy h2 { font-size: 30px; font-weight: 700; color: var(--yvhmz); margin-bottom: 10px; }
.y84e5b5e .btmiy h2 { color: #fff; }
.btmiy h3 { font-size: 15px; color: var(--sm0kn); font-weight: 400; }
.btmiy::after { content: ''; display: block; width: 60px; height: 3px; background: var(--vux8baoq); margin: 14px auto 0; border-radius: 2px; }

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

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

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

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

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

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

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

/* === 用户评价 === */
.lcwlc { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.g5jkhoa { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 4px 16px var(--dnh9zl); border-left: 4px solid var(--vux8baoq); }
.g5jkhoa .t14ykq { color: var(--g602fh8); font-size: 14px; margin-bottom: 8px; }
.g5jkhoa p { font-size: 14px; color: var(--jm1j4); line-height: 1.7; margin-bottom: 10px; }
.g5jkhoa .yfldg { font-size: 13px; color: var(--sm0kn); }

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

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

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

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

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

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

/* === 响应式 === */
@media (max-width: 1024px) {
  .vestqu, .tnzwdp, .kx6ji, .xch4v { grid-template-columns: repeat(2, 1fr); }
  .uscmc32l, .lgkqv { grid-template-columns: repeat(2, 1fr); }
  .cd5sn { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .yllysx { display: none; position: absolute; top: 70px; left: 0; right: 0; background: var(--yvhmz); flex-direction: column; padding: 10px 0; box-shadow: 0 4px 16px var(--dnh9zl); }
  .yllysx.active { display: flex; }
  .yllysx li a { padding: 14px 24px; border-bottom: none; }
  .pcq13 { display: block; }
  .augu1y { height: 400px; }
  .w70g2 h1 { font-size: 28px; }
  .vestqu, .tnzwdp, .kx6ji, .xch4v, .lcwlc { grid-template-columns: 1fr; }
  .uscmc32l, .lgkqv { grid-template-columns: repeat(2, 1fr); }
  .cd5sn { grid-template-columns: 1fr; }
  .jur078 { flex-direction: column; align-items: center; gap: 30px; }
  .fn33jr2 { padding: 40px 0; }
  .btmiy h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .uscmc32l, .lgkqv { grid-template-columns: 1fr; }
  .augu1y { height: 340px; }
  .w70g2 { padding: 0 20px; }
  .w70g2 h1 { font-size: 24px; }
}
