/* ============================================
   蜜桃 - 原创样式表
   品牌色彩：活力橙 #FF6B35 / 深夜蓝 #1A1A2E / 樱花红 #E94560
   ============================================ */

/* === 基础重置 === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif; color: #2D2D2D; background: #F8F9FA; line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color .3s; }
a:hover { color: #FF6B35; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* === 头部导航 === */
.site-header { background: #1A1A2E; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0,0,0,.3); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; max-width: 1200px; margin: 0 auto; height: 68px; }
.logo-wrap { display: flex; align-items: center; gap: 10px; }
.logo-wrap img { width: 42px; height: 42px; border-radius: 50%; }
.logo-wrap .brand-name { color: #FF6B35; font-size: 1.4rem; font-weight: 700; letter-spacing: 1px; }
.main-nav { display: flex; gap: 6px; }
.main-nav a { color: #ccc; padding: 8px 14px; border-radius: 6px; font-size: .9rem; transition: all .3s; }
.main-nav a:hover, .main-nav a.active { color: #fff; background: linear-gradient(135deg, #FF6B35, #E94560); }
.mobile-menu-btn { display: none; background: none; border: none; color: #FF6B35; font-size: 1.6rem; cursor: pointer; }

/* === 搜索框 === */
.search-bar { background: linear-gradient(135deg, #1A1A2E 0%, #16213E 100%); padding: 14px 0; border-bottom: 1px solid rgba(255,107,53,.15); }
.search-bar .container { display: flex; justify-content: center; }
.search-form { display: flex; max-width: 580px; width: 100%; }
.search-form input { flex: 1; padding: 10px 18px; border: 2px solid rgba(255,107,53,.3); border-right: none; border-radius: 25px 0 0 25px; background: rgba(255,255,255,.08); color: #fff; font-size: .95rem; outline: none; transition: border-color .3s; }
.search-form input::placeholder { color: rgba(255,255,255,.4); }
.search-form input:focus { border-color: #FF6B35; }
.search-form button { padding: 10px 28px; background: linear-gradient(135deg, #FF6B35, #E94560); color: #fff; border: none; border-radius: 0 25px 25px 0; cursor: pointer; font-size: .95rem; transition: opacity .3s; }
.search-form button:hover { opacity: .85; }

/* === 面包屑 === */
.breadcrumb { padding: 14px 0; font-size: .85rem; color: #999; }
.breadcrumb a { color: #FF6B35; }
.breadcrumb span { margin: 0 6px; }

/* === 动漫分类导航 === */
.p1ubdfp { background: #fff; border-bottom: 1px solid #eee; padding: 12px 0; }
.q0w2c { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
.mq7k6 { display: inline-block; padding: 6px 18px; border-radius: 20px; font-size: .88rem; color: #666; background: #f5f5f5; white-space: nowrap; transition: all .3s; }
.mq7k6:hover, .mq7k6.active { background: linear-gradient(135deg, #FF6B35, #E94560); color: #fff; }

/* === Hero 横幅 === */
.hero-section { position: relative; height: 520px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(.6); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,26,46,.4) 0%, rgba(26,26,46,.85) 100%); }
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 0 20px; }
.hero-content h1 { font-size: 2.8rem; margin-bottom: 16px; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.hero-content h1 span { color: #FF6B35; }
.hero-content p { font-size: 1.15rem; max-width: 650px; margin: 0 auto 28px; opacity: .9; }
.uxc869e1 { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary { display: inline-block; padding: 12px 32px; background: linear-gradient(135deg, #FF6B35, #E94560); color: #fff; border-radius: 30px; font-weight: 600; transition: transform .3s, box-shadow .3s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,107,53,.4); color: #fff; }
.btn-outline { display: inline-block; padding: 12px 32px; border: 2px solid #FF6B35; color: #FF6B35; border-radius: 30px; font-weight: 600; transition: all .3s; }
.btn-outline:hover { background: #FF6B35; color: #fff; }

/* === 最新动态滚动条 === */
.erz0nt { padding: 0; background: #fff; border-bottom: 1px solid #eee; }
.da5bxp8 { display: flex; align-items: center; gap: 14px; padding: 12px 0; overflow: hidden; }
.ww210s { background: linear-gradient(135deg, #FF6B35, #E94560); color: #fff; padding: 3px 12px; border-radius: 4px; font-size: .8rem; font-weight: 600; white-space: nowrap; flex-shrink: 0; }
.b6kv79j { flex: 1; overflow: hidden; height: 24px; position: relative; }
.b6kv79j p { font-size: .88rem; color: #555; white-space: nowrap; position: absolute; animation: scrollNotice 12s linear infinite; }
.b6kv79j p:nth-child(2) { animation-delay: 4s; }
.b6kv79j p:nth-child(3) { animation-delay: 8s; }
@keyframes scrollNotice {
    0% { transform: translateX(100%); opacity: 0; }
    5% { opacity: 1; }
    30% { transform: translateX(0); opacity: 1; }
    35% { transform: translateX(0); opacity: 1; }
    40% { transform: translateX(-100%); opacity: 0; }
    100% { transform: translateX(-100%); opacity: 0; }
}

/* === 通用板块 === */
.section { padding: 70px 0; }
.section-dark { background: #1A1A2E; color: #fff; }
.section-alt { background: #f0f2f5; }
.section-title { text-align: center; margin-bottom: 45px; }
.section-title h2 { font-size: 2rem; color: #1A1A2E; margin-bottom: 10px; position: relative; display: inline-block; }
.section-dark .section-title h2 { color: #fff; }
.section-title h2::after { content: ""; display: block; width: 60px; height: 3px; background: linear-gradient(90deg, #FF6B35, #E94560); margin: 10px auto 0; border-radius: 2px; }
.section-title p { color: #666; font-size: 1rem; max-width: 600px; margin: 0 auto; }
.section-dark .section-title p { color: rgba(255,255,255,.6); }

/* === 动漫视频卡片网格 === */
.video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.video-card { position: relative; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; cursor: pointer; }
.video-card:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(0,0,0,.15); }
.video-thumb { position: relative; padding-top: 66.67%; overflow: hidden; }
.video-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.video-card:hover .video-thumb img { transform: scale(1.08); }
.play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.35); opacity: 0; transition: opacity .3s; z-index: 2; }
.video-card:hover .play-btn { opacity: 1; }
.play-btn i { width: 56px; height: 56px; background: rgba(255,107,53,.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.4rem; transition: transform .3s; }
.play-btn i::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 18px; border-color: transparent transparent transparent #fff; margin-left: 3px; }
.video-card:hover .play-btn i { transform: scale(1.1); }
.video-duration { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,.75); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: .75rem; z-index: 1; }
.video-info { padding: 14px 16px; }
.video-info h3 { font-size: .95rem; margin-bottom: 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.video-meta { display: flex; gap: 14px; color: #999; font-size: .8rem; flex-wrap: wrap; }
.video-meta span { display: flex; align-items: center; gap: 4px; }
.video-meta .video-author { color: #FF6B35; }
.video-meta-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 6px; }
.video-tag { display: inline-block; padding: 2px 8px; background: rgba(255,107,53,.1); color: #FF6B35; border-radius: 4px; font-size: .75rem; }
.video-date { color: #bbb; font-size: .75rem; }

/* === 直播卡片 === */
.aqa9m6j6 .video-thumb { border: 2px solid transparent; }
.aqa9m6j6:hover .video-thumb { border-color: #E94560; }
.y2hxq { position: absolute; top: 10px; left: 10px; background: #E94560; color: #fff; padding: 3px 10px; border-radius: 4px; font-size: .75rem; font-weight: 600; z-index: 3; animation: livePulse 2s ease-in-out infinite; }
@keyframes livePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .6; }
}

/* === 特色模块卡片 === */
.ietwr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.gycan { grid-template-columns: repeat(3, 1fr); }
.mt7sh { background: #fff; border-radius: 14px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,.06); transition: transform .3s; border-top: 3px solid transparent; }
.mt7sh:hover { transform: translateY(-5px); border-top-color: #FF6B35; }
.section-dark .mt7sh { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.section-dark .mt7sh:hover { border-top-color: #FF6B35; }
.section-dark .mt7sh h3 { color: #fff; }
.section-dark .mt7sh p { color: rgba(255,255,255,.6); }
.ebok22 { width: 64px; height: 64px; margin: 0 auto 18px; background: linear-gradient(135deg, rgba(255,107,53,.1), rgba(233,69,96,.1)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #FF6B35; }
.mt7sh h3 { font-size: 1.15rem; margin-bottom: 10px; color: #1A1A2E; }
.mt7sh p { color: #666; font-size: .9rem; line-height: 1.6; }

/* === 专家展示 === */
.xlo4sj { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fdmkc9hr { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 18px rgba(0,0,0,.07); transition: transform .3s; text-align: center; }
.fdmkc9hr:hover { transform: translateY(-5px); }
.lb844xsc { width: 100%; aspect-ratio: 1; object-fit: cover; }
.gsmxtk89 { padding: 18px 16px; }
.gsmxtk89 h3 { font-size: 1.05rem; color: #1A1A2E; margin-bottom: 4px; }
.gsmxtk89 .role { color: #FF6B35; font-size: .85rem; margin-bottom: 6px; }
.atzfr { font-size: .78rem; color: #999; margin-bottom: 8px; padding: 4px 0; border-top: 1px dashed #eee; border-bottom: 1px dashed #eee; }
.gsmxtk89 p { color: #666; font-size: .82rem; line-height: 1.5; margin-bottom: 12px; }
.tg9vykrm { display: flex; gap: 8px; justify-content: center; }
.tg9vykrm a { padding: 6px 14px; border-radius: 20px; font-size: .78rem; }
.qobwqfc { background: linear-gradient(135deg, #FF6B35, #E94560); color: #fff; }
.opopur { border: 1px solid #FF6B35; color: #FF6B35; }
.opopur:hover { background: #FF6B35; color: #fff; }

/* === 大图文模块 === */
.f1f9n { display: flex; align-items: center; gap: 50px; }
.f1f9n.reverse { flex-direction: row-reverse; }
.bwluzhl { flex: 1; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,.1); }
.bwluzhl img { width: 100%; display: block; }
.gnpnkku { flex: 1; }
.gnpnkku h3 { font-size: 1.5rem; color: #1A1A2E; margin-bottom: 16px; }
.section-dark .gnpnkku h3 { color: #fff; }
.gnpnkku p { color: #555; font-size: .95rem; line-height: 1.8; margin-bottom: 14px; }
.section-dark .gnpnkku p { color: rgba(255,255,255,.7); }
.ajozeb { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.ajozeb span { padding: 5px 14px; background: rgba(255,107,53,.1); color: #FF6B35; border-radius: 20px; font-size: .82rem; }
.section-dark .ajozeb span { background: rgba(255,107,53,.2); }

/* === 用户评论 === */
.m1w5x { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.xp4eq11 { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 3px 15px rgba(0,0,0,.06); }
.itiltke { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.xamvpj1 { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #FF6B35, #E94560); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 1rem; flex-shrink: 0; }
.hrzcgk { flex: 1; }
.hrzcgk strong { display: block; font-size: .95rem; }
.hrzcgk span { color: #999; font-size: .8rem; }
.felcc06 { color: #FF6B35; font-size: .9rem; letter-spacing: 2px; }
.b3azpmi { color: #555; font-size: .9rem; line-height: 1.7; }

/* === FAQ === */
.vt3mm { max-width: 800px; margin: 0 auto; }
.p9ydalqn { background: #fff; border-radius: 10px; margin-bottom: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.04); overflow: hidden; }
.e186jo { padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: .95rem; color: #1A1A2E; transition: background .3s; }
.e186jo:hover { background: rgba(255,107,53,.04); }
.e186jo .arrow { color: #FF6B35; font-size: 1.2rem; transition: transform .3s; }
.p9ydalqn.active .e186jo .arrow { transform: rotate(180deg); }
.puykpun { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; }
.p9ydalqn.active .puykpun { max-height: 300px; padding: 0 24px 18px; }
.puykpun p { color: #666; font-size: .9rem; line-height: 1.7; }

/* === 合作品牌 === */
.ycookp { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; align-items: center; }
.sk30b8j { width: 140px; height: 70px; background: rgba(255,255,255,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.1); transition: all .3s; }
.sk30b8j:hover { border-color: #FF6B35; color: #FF6B35; }

/* === 联系我们 === */
.pi39zj7 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.rx56a { background: #fff; border-radius: 12px; padding: 28px 22px; text-align: center; box-shadow: 0 3px 15px rgba(0,0,0,.06); }
.rx56a h3 { color: #1A1A2E; font-size: 1.05rem; margin-bottom: 12px; }
.rx56a p { color: #666; font-size: .88rem; line-height: 1.6; margin-bottom: 6px; }
.rx56a .highlight { color: #FF6B35; font-weight: 600; }

/* === How-To 指南 === */
.nqbcy1 { counter-reset: step; max-width: 700px; margin: 0 auto; }
.kilskm { display: flex; gap: 20px; margin-bottom: 24px; align-items: flex-start; }
.fxgh1n6 { width: 40px; height: 40px; background: linear-gradient(135deg, #FF6B35, #E94560); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; font-size: 1.1rem; }
.rogsh h3 { font-size: 1rem; color: #1A1A2E; margin-bottom: 4px; }
.rogsh p { color: #666; font-size: .9rem; }

/* === 页脚 === */
.site-footer { background: #0F0F23; color: rgba(255,255,255,.6); padding: 50px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .brand-name { color: #FF6B35; font-size: 1.3rem; font-weight: 700; margin-bottom: 12px; }
.footer-brand p { font-size: .85rem; line-height: 1.6; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 16px; position: relative; padding-bottom: 10px; }
.footer-col h4::after { content: ""; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #FF6B35; }
.footer-col a { display: block; color: rgba(255,255,255,.5); font-size: .85rem; margin-bottom: 8px; transition: color .3s; }
.footer-col a:hover { color: #FF6B35; }
.oypzwe { display: flex; gap: 20px; margin-top: 20px; }
.oypzwe .mgenqg { text-align: center; }
.oypzwe .mgenqg img { width: 100px; height: 100px; border-radius: 8px; margin-bottom: 6px; }
.oypzwe .mgenqg span { font-size: .75rem; color: rgba(255,255,255,.4); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; text-align: center; font-size: .82rem; }
.footer-bottom a { color: #FF6B35; }
.footer-bottom .update-time { margin-top: 6px; color: rgba(255,255,255,.35); }

/* === 社交分享 === */
.qsple3 { display: flex; gap: 12px; justify-content: center; margin-top: 20px; }
.aexdgo { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .9rem; transition: transform .3s; }
.aexdgo:hover { transform: scale(1.15); }
.eya9i6lr { background: #07C160; }
.dtwb71 { background: #E6162D; }
.rlvqdz { background: #161823; }
.igfx7d { background: #00A1D6; }

/* === 内页横幅 === */
.page-banner { height: 280px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.page-banner .hero-bg { filter: brightness(.45) blur(2px); }
.page-banner h1 { position: relative; z-index: 2; color: #fff; font-size: 2.2rem; text-shadow: 0 2px 15px rgba(0,0,0,.5); }

/* === 内页内容 === */
.page-content { padding: 40px 0 70px; }
.content-card { background: #fff; border-radius: 14px; padding: 36px; box-shadow: 0 4px 20px rgba(0,0,0,.06); margin-bottom: 28px; }
.content-card h2 { font-size: 1.5rem; color: #1A1A2E; margin-bottom: 16px; border-left: 4px solid #FF6B35; padding-left: 14px; }
.content-card h3 { font-size: 1.15rem; color: #333; margin: 18px 0 10px; }
.content-card p { color: #555; line-height: 1.8; margin-bottom: 12px; }

/* === 信任徽章 === */
.mtfdp { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; padding: 20px 0; }
.a3cu8k9 { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: #666; }
.a3cu8k9 .cvq473e { width: 32px; height: 32px; background: linear-gradient(135deg, #FF6B35, #E94560); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: .9rem; }

/* === 联系表单 === */
.ovi7skg { max-width: 600px; margin: 0 auto; }
.ugooea { margin-bottom: 18px; }
.ugooea label { display: block; font-size: .9rem; color: #333; margin-bottom: 6px; font-weight: 600; }
.ugooea input, .ugooea textarea { width: 100%; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: .9rem; transition: border-color .3s; outline: none; font-family: inherit; }
.ugooea input:focus, .ugooea textarea:focus { border-color: #FF6B35; }
.ugooea textarea { min-height: 120px; resize: vertical; }
.sgx9wq0 { display: inline-block; padding: 12px 40px; background: linear-gradient(135deg, #FF6B35, #E94560); color: #fff; border: none; border-radius: 30px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: transform .3s, box-shadow .3s; }
.sgx9wq0:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(255,107,53,.4); }

/* === 时间线 === */
.hq0nm { max-width: 700px; margin: 0 auto; position: relative; padding-left: 30px; }
.hq0nm::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, #FF6B35, #E94560); }
.d14ypya { position: relative; margin-bottom: 30px; padding-left: 20px; }
.d14ypya::before { content: ""; position: absolute; left: -26px; top: 4px; width: 12px; height: 12px; background: #FF6B35; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 3px rgba(255,107,53,.2); }
.d14ypya h4 { color: #FF6B35; font-size: .9rem; margin-bottom: 4px; }
.d14ypya p { color: #666; font-size: .88rem; line-height: 1.6; }

/* === 响应式 === */
@media (max-width: 1024px) {
    .video-grid { grid-template-columns: repeat(3, 1fr); }
    .xlo4sj { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .gycan { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .header-inner { padding: 0 15px; }
    .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #1A1A2E; flex-direction: column; padding: 16px; gap: 4px; box-shadow: 0 8px 20px rgba(0,0,0,.3); z-index: 999; }
    .main-nav.show { display: flex; }
    .mobile-menu-btn { display: block; }
    .hero-section { height: 400px; }
    .hero-content h1 { font-size: 1.8rem; }
    .video-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .ietwr, .gycan { grid-template-columns: 1fr; }
    .f1f9n, .f1f9n.reverse { flex-direction: column; gap: 24px; }
    .m1w5x { grid-template-columns: 1fr; }
    .pi39zj7 { grid-template-columns: 1fr; }
    .xlo4sj { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; }
    .section { padding: 45px 0; }
    .section-title h2 { font-size: 1.5rem; }
    .page-banner { height: 200px; }
    .page-banner h1 { font-size: 1.6rem; }
    .q0w2c { gap: 6px; }
    .mtfdp { gap: 20px; }
}
@media (max-width: 480px) {
    .video-grid { grid-template-columns: 1fr; }
    .xlo4sj { grid-template-columns: 1fr; }
    .hero-content h1 { font-size: 1.5rem; }
    .uxc869e1 { flex-direction: column; align-items: center; }
}
