/* 24直播网 - 原站风格本地动态版 */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { min-height: 100%; }
body { font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; background: #f5f5f5; color: #333; font-size: 14px; line-height: 1.6; }
a { text-decoration: none; color: #1a73e8; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
a:hover { color: #ff6600; }
ul, li { list-style: none; }
img { display: block; max-width: 100%; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: ""; display: block; clear: both; }
.pc-hide { display: block; }
.m-show { display: none; }
.W_1200 { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
main.W_1200 { padding-top: 0; padding-bottom: 0; }

/* 顶部导航 */
.site-header { background: #fff; border-bottom: 2px solid #1a73e8; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.header-logo { flex-shrink: 0; }
.header-logo a { display: block; }
.header-logo img { height: 50px; width: auto; }
.header-nav { flex: 1; margin-left: 30px; }
.header-nav ul { display: flex; align-items: center; height: 70px; gap: 5px; }
.header-nav ul li a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 16px; color: #333; font-weight: bold; white-space: nowrap; }
.header-nav ul li a:hover,
.header-nav ul li a.is-active { color: #1a73e8; background: #f0f7ff; }

/* 移动端顶部默认隐藏，移动端文件覆盖 */
.m-header { background: #fff; border-bottom: 2px solid #1a73e8; padding: 10px 12px; }
.m-header-logo img { height: 40px; width: auto; }
.m-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.m-nav-link { display: inline-block; padding: 5px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 20px; font-size: 13px; white-space: nowrap; }
.m-nav-link:hover,
.m-nav-link.active { background: #1a73e8; color: #fff; }
.m-bottom-tab { position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; height: 58px; background: #fff; border-top: 1px solid #e8e8e8; box-shadow: 0 -2px 8px rgba(0,0,0,.05); }
.m-bottom-tab a { float: left; width: 33.333%; height: 58px; padding-top: 7px; text-align: center; color: #666; font-size: 12px; }
.m-bottom-tab a.active { color: #1a73e8; }
.m-bottom-tab .tab-icon { display: block; font-size: 18px; line-height: 20px; }

/* 首页 SEO 区 */
.breadcrumb,
.detail-breadcrumb { background: #fff; padding: 12px 20px; margin-top: 10px; border-radius: 4px; font-size: 13px; color: #999; }
.breadcrumb a,
.detail-breadcrumb a { color: #1a73e8; }
.breadcrumb a:hover,
.detail-breadcrumb a:hover { color: #ff6600; }
.site-intro-section { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; border-left: 4px solid #1a73e8; }
.site-intro-title { font-size: 20px; font-weight: bold; color: #333; margin: 0 0 12px 0; line-height: 1.4; }
.site-intro-desc { font-size: 14px; color: #666; line-height: 1.8; margin: 0; }
.seo-nav-section { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; }
.seo-nav-section h2 { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.seo-nav-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.seo-nav-two-col { grid-template-columns: repeat(2, 1fr); gap: 30px; }
.seo-nav-col h3 { font-size: 15px; font-weight: bold; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px solid #eee; }
.seo-nav-col h3 a { color: #333; }
.seo-nav-col h3 a:hover { color: #1a73e8; }
.seo-match-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px 15px; }
.seo-match-list li a { display: block; padding: 3px 6px; border-radius: 3px; color: #555; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.seo-match-list li a:hover { color: #1a73e8; background: #f0f7ff; }

/* 热门直播 */
.hot-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.hot-live-title { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; }
.hot-live-title a { color: #fff; font-size: 13px; font-weight: normal; }
.hot-live-list { padding: 0 20px; }
.hot-live-list .match-row { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; color: #333; }
.hot-live-list .match-row:last-child { border-bottom: none; }
.hot-live-list .match-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; }
.hot-live-list .match-time { width: 70px; font-size: 14px; font-weight: bold; color: #333; flex-shrink: 0; }
.hot-live-list .match-teams { flex: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 12px; font-size: 15px; text-align: center; min-width: 0; line-height: 1.5; }
.hot-live-list .match-teams .team-unit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.hot-live-list .match-teams .team-name { font-weight: bold; color: #333; white-space: normal; overflow: visible; text-overflow: clip; word-break: keep-all; }
.hot-live-list .match-teams .vs { color: #999; }
.hot-live-list .match-status { width: 100px; text-align: right; flex-shrink: 0; }
.hot-live-list .match-status .live { color: #ff4444; font-weight: bold; font-size: 14px; }
.hot-live-list .match-status .upcoming { color: #999; font-size: 14px; }

/* 今日直播与栏目直播列表 */
.today-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.today-live-title { background: linear-gradient(90deg, #ff6600, #ff9933); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; }
.today-live-title a { color: #fff; font-size: 13px; font-weight: normal; }
.date-header { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 10px 20px; font-size: 15px; font-weight: bold; margin: 0; }
.date-group { margin-bottom: 0; }
.date-group + .date-group { margin-top: 8px; }
.date-group > .match-row:last-child,
.date-group > .match-item:last-child { border-bottom: none; }
.today-live .match-row { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; color: #333; }
.today-live .match-row:hover { background: #f8f9fa; color: #333; }
.today-live .match-row:last-child { border-bottom: none; }
.today-live .match-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; }
.today-live .match-time { width: 70px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; }
.today-live .match-teams { flex: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 12px; font-size: 15px; text-align: center; min-width: 0; line-height: 1.5; }
.today-live .match-teams .team-unit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.today-live .match-teams .team-name { font-weight: bold; color: #333; white-space: normal; overflow: visible; text-overflow: clip; word-break: keep-all; }
.today-live .match-teams .vs { color: #999; }
.today-live .match-status { width: 100px; text-align: right; flex-shrink: 0; }
.today-live .match-status .live { color: #ff4444; font-weight: bold; font-size: 14px; }
.today-live .match-status .upcoming { color: #999; font-size: 14px; }
.match-item { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background .2s; }
.match-item:hover { background: #f8f9fa; }
.match-item:last-child { border-bottom: none; }
.match-item .m-time { width: 95px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; }
.match-item .m-league { width: 120px; font-size: 13px; color: #666; flex-shrink: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.match-item .m-teams { flex: 1; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 10px; min-width: 0; line-height: 1.5; }
.match-item .m-teams .team-name { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-size: 14px; font-weight: bold; color: #333; white-space: normal; overflow: visible; text-overflow: clip; word-break: keep-all; }
.match-item .m-teams .team-name:hover { color: #1a73e8; }
.match-item .m-teams .vs-text { color: #999; font-size: 13px; flex-shrink: 0; }
.match-item .m-status { width: 100px; text-align: right; flex-shrink: 0; }
.btn-live { display: inline-block; padding: 5px 14px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 13px; text-decoration: none; }
.btn-live:hover { background: #e63333; color: #fff; }
.btn-upcoming { display: inline-block; padding: 5px 14px; background: #eee; color: #666; border-radius: 3px; font-size: 13px; }

/* 录像区 */
.video-section,
.jijin-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 20px; }
.video-title { background: linear-gradient(90deg, #28a745, #5cb85c); color: #fff; padding: 12px 20px; border-radius: 4px; margin-bottom: 15px; font-size: 18px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; }
.video-title a { color: #fff; font-size: 13px; font-weight: normal; }
.video-list { padding: 0; display: grid; grid-template-columns: 1fr; gap: 10px; }
.video-list li { background: #f8f9fa; border-radius: 4px; padding: 12px 15px; border: 1px solid #eee; transition: all .3s; }
.video-list li:hover { background: #e3f2fd; border-color: #1a73e8; }
.video-list li a { display: block; color: #333; font-size: 14px; line-height: 1.5; white-space: normal; overflow: visible; text-overflow: clip; }
.video-list li a:hover { color: #1a73e8; }
.news-summary { margin-top: 6px; color: #666; font-size: 13px; line-height: 1.6; }

/* 资讯区 */
.news-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 20px; }
.news-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; }
.news-list { display: flex; flex-direction: column; gap: 15px; }
.news-list li { display: flex; gap: 15px; padding: 15px; background: #fafafa; border-radius: 6px; transition: all .3s; border: 1px solid #eee; }
.news-list li:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.1); border-color: #1a73e8; }
.news-img { flex-shrink: 0; width: 180px; height: 120px; border-radius: 4px; overflow: hidden; background: #eee; }
.news-img img { width: 100%; height: 100%; object-fit: cover; }
.news-info { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.news-info h3 { font-size: 16px; line-height: 1.5; color: #333; font-weight: bold; margin: 0; }
.news-info h3 a { color: #333; }
.news-info h3 a:hover { color: #1a73e8; }
.news-info p { color: #999; font-size: 13px; line-height: 1.6; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-date { font-size: 13px; color: #999; margin-top: 8px; }

/* 专题区 */
.inter-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 15px 20px; }
.inter-section .inter-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.inter-section ul { display: flex; flex-wrap: wrap; gap: 10px; }
.inter-section ul li { width: auto; }
.inter-section ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; max-width: 260px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inter-section ul li a:hover { background: #1a73e8; color: #fff; }
.team-unit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 0; }
.team-logo-sm { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; background: #f5f5f5; flex-shrink: 0; }
.hot-live-list .match-teams .team-unit,
.today-live .match-teams .team-unit { max-width: 42%; }
.match-item .m-teams .team-unit { max-width: 42%; }
.match-item .m-teams .team-unit span,
.hot-live-list .match-teams .team-unit .team-name,
.today-live .match-teams .team-unit .team-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* 专题合集与专题详情 */
.inter-grid-section { background: #fff; border-radius: 4px; padding: 20px; }
.inter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.inter-grid-card { display: block; border-radius: 6px; overflow: hidden; border: 1px solid #eee; transition: all .3s; background: #fff; }
.inter-grid-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,.1); transform: translateY(-3px); border-color: #1a73e8; }
.inter-grid-img { width: 100%; height: 140px; overflow: hidden; background: #eee; }
.inter-grid-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.inter-grid-card:hover .inter-grid-img img { transform: scale(1.05); }
.inter-grid-title { padding: 10px 12px; font-size: 14px; color: #333; font-weight: bold; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inter-grid-card:hover .inter-grid-title { color: #1a73e8; }
.inter-header { background: #fff; border-radius: 4px; padding: 25px; display: flex; gap: 20px; margin-bottom: 15px; }
.inter-cover { flex-shrink: 0; width: 280px; height: 180px; border-radius: 6px; overflow: hidden; background: #eee; }
.inter-cover img { width: 100%; height: 100%; object-fit: cover; }
.inter-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.inter-info h1 { font-size: 22px; font-weight: bold; color: #333; line-height: 1.4; margin: 0; }
.inter-meta { display: flex; gap: 20px; font-size: 13px; color: #999; }
.inter-desc { font-size: 14px; color: #666; line-height: 1.6; }
.inter-more { display: inline-block; color: #1a73e8; font-size: 14px; font-weight: bold; }
.inter-more:hover { color: #ff6600; }
.inter-matches { background: #fff; border-radius: 4px; padding: 20px; margin-bottom: 15px; }
.section-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; }
.inter-matches .match-list { display: flex; flex-direction: column; gap: 10px; }
.inter-matches .match-row { display: flex; align-items: center; padding: 15px; background: #f8f9fa; border-radius: 6px; border: 1px solid #eee; transition: all .3s; }
.inter-matches .match-row:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08); border-color: #1a73e8; }
.inter-matches .match-league { width: 160px; flex-shrink: 0; font-size: 14px; color: #1a73e8; font-weight: bold; }
.inter-matches .match-league a { color: #1a73e8; }
.inter-matches .match-league a:hover { color: #ff6600; }
.inter-matches .match-time { font-size: 12px; color: #999; margin-top: 4px; }
.inter-matches .match-teams-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; min-width: 0; }
.inter-matches .team-home,
.inter-matches .team-away { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; font-size: 14px; font-weight: bold; min-width: 0; }
.inter-matches .team-home:hover,
.inter-matches .team-away:hover { color: #1a73e8; }
.inter-matches .team-home img,
.inter-matches .team-away img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; background: #f5f5f5; flex-shrink: 0; }
.inter-matches .team-home span,
.inter-matches .team-away span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 120px; }
.inter-matches .match-score { font-size: 16px; font-weight: bold; color: #333; min-width: 60px; text-align: center; }
.inter-matches .match-score span { color: #ff6600; }
.inter-matches .match-action { width: 100px; flex-shrink: 0; text-align: center; }
.inter-matches .btn-live,
.inter-matches .btn-upcoming { display: inline-block; padding: 6px 14px; border-radius: 4px; font-size: 13px; color: #fff; }
.inter-matches .btn-live { background: #e74c3c; }
.inter-matches .btn-live:hover { background: #c0392b; color: #fff; }
.inter-matches .btn-upcoming { background: #1a73e8; }
.inter-matches .btn-upcoming:hover { background: #1557b0; color: #fff; }

/* 详情页布局 */
.detail-layout { display: flex; gap: 15px; margin-top: 10px; align-items: flex-start; }
.detail-main { flex: 1; min-width: 0; }
.detail-sidebar { width: 300px; flex-shrink: 0; }
.detail-match-card { background: #fff; border-radius: 4px; overflow: hidden; }
.detail-teams { display: flex; align-items: center; justify-content: space-around; padding: 30px 20px; }
.detail-team { text-align: center; flex: 1; min-width: 0; }
.team-logo-lg { width: 80px; height: 80px; border-radius: 50%; display: block; margin: 0 auto 10px; object-fit: cover; background: #f5f5f5; }
.team-name-lg { font-size: 18px; font-weight: bold; color: #333; }
.detail-vs { text-align: center; padding: 0 20px; flex-shrink: 0; }
.vs-score { margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.vs-score .score { font-size: 36px; font-weight: bold; color: #333; }
.vs-score .vs-text { font-size: 20px; color: #999; }
.vs-league { margin-bottom: 5px; }
.vs-league a { color: #1a73e8; font-size: 14px; }
.vs-time { font-size: 14px; color: #666; margin-bottom: 8px; }
.status-live { color: #ff4444; font-weight: bold; font-size: 14px; }
.status-upcoming { color: #ff9933; font-size: 14px; }
.status-ended { color: #999; font-size: 14px; }
.detail-info-box,
.detail-inter-box { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; }
.detail-info-box h3,
.detail-inter-box h3 { font-size: 16px; font-weight: bold; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.detail-info-content p { font-size: 14px; line-height: 2; color: #333; margin-bottom: 6px; }
.detail-info-content a { color: #1a73e8; }
.detail-info-content a:hover { color: #ff6600; }
.detail-info-content .tip { color: #999; font-size: 13px; margin-top: 10px; }
.signal-btns { margin: 8px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.signal-btn { display: inline-block; padding: 6px 16px; background: #6f42c1; color: #fff; border-radius: 3px; font-size: 13px; }
.signal-btn:hover { background: #5a32a3; color: #fff; }
.detail-info-content .signal-btn { color: #fff; font-weight: 700; line-height: 1.7; letter-spacing: .2px; background: #6736d9; text-shadow: 0 1px 1px rgba(0,0,0,.28); box-shadow: 0 2px 5px rgba(103,54,217,.22); }
.detail-info-content .signal-btn:visited { color: #fff; }
.detail-info-content .signal-btn:hover { color: #fff; background: #562bc2; box-shadow: 0 3px 8px rgba(86,43,194,.28); }
.detail-inter-box ul { display: flex; flex-wrap: wrap; gap: 10px; }
.detail-inter-box ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.detail-inter-box ul li a:hover { background: #1a73e8; color: #fff; }

/* 文章详情页 */
.detail-article { background: #fff; border-radius: 4px; padding: 25px; }
.article-title { font-size: 22px; font-weight: bold; color: #333; line-height: 1.5; margin: 0 0 15px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 20px; font-size: 13px; color: #999; }
.article-cover { margin-bottom: 20px; }
.article-cover img { width: 100%; border-radius: 4px; }
.article-cover-inline { margin: 18px auto 22px; text-align: center; }
.article-cover-inline img { display: block; max-width: 680px; margin: 0 auto; }
.article-content { font-size: 15px; line-height: 1.9; color: #333; }
.article-content p { margin-bottom: 12px; }
.article-topic-tags,
.article-news-list { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.article-topic-tags h3,
.article-news-list h3 { font-size: 16px; color: #333; margin-bottom: 15px; }
.article-topic-tags div { display: flex; flex-wrap: wrap; gap: 10px; }
.article-topic-tags a { display: inline-block; padding: 5px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.article-topic-tags a:hover { background: #1a73e8; color: #fff; }
.article-news-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; }
.article-news-items li { padding: 0 0 12px; border-bottom: 1px solid #f5f5f5; font-size: 14px; line-height: 1.5; }
.news-thumb-list .news-thumb-link { display: flex; gap: 10px; color: #333; line-height: 1.5; overflow: hidden; }
.news-thumb-list .news-thumb { flex: 0 0 96px; width: 96px; height: 64px; border-radius: 4px; overflow: hidden; background: #f2f2f2; }
.news-thumb-list .news-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.news-thumb-list .news-thumb-info { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 5px; }
.news-thumb-list .news-thumb-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #333; }
.news-thumb-list .news-thumb-title strong { color: #1a73e8; margin-right: 6px; font-family: Arial, sans-serif; }
.news-thumb-list .news-thumb-meta { font-size: 12px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-thumb-list .news-thumb-link:hover .news-thumb-title { color: #ff6600; }
.article-nav { display: flex; gap: 15px; margin-top: 20px; padding-top: 15px; border-top: 1px solid #eee; }
.article-nav > div { flex: 1; min-width: 0; font-size: 14px; color: #666; }
.article-nav span { color: #666; }
.article-nav a { color: #1a73e8; }
.article-nav a:hover { color: #ff6600; }

/* 侧边栏 */
.sidebar-box { background: #fff; border-radius: 4px; margin-top: 10px; overflow: hidden; }
.sidebar-title { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: #f8f9fa; border-bottom: 1px solid #eee; font-size: 15px; font-weight: bold; color: #333; }
.sidebar-title a { font-size: 13px; color: #999; font-weight: normal; }
.sidebar-title a:hover { color: #1a73e8; }
.sidebar-live-list li,
.sidebar-match-list li { padding: 12px 15px; border-bottom: 1px solid #f0f0f0; }
.sidebar-live-list li:last-child,
.sidebar-match-list li:last-child { border-bottom: none; }
.sl-header { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.sl-time { font-size: 12px; color: #999; }
.sl-league { font-size: 12px; color: #1a73e8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sl-teams { font-size: 14px; color: #333; margin-bottom: 8px; line-height: 1.5; }
.sl-btn,
.match-btn { display: inline-block; padding: 4px 12px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 12px; }
.sl-btn:hover,
.match-btn:hover { background: #e63333; color: #fff; }
.sidebar-news-list li,
.sidebar-inter-list li { padding: 10px 15px; border-bottom: 1px solid #f0f0f0; }
.sidebar-news-list li:last-child,
.sidebar-inter-list li:last-child { border-bottom: none; }
.sidebar-news-list li a,
.sidebar-inter-list li a { display: block; font-size: 13px; color: #333; line-height: 1.6; word-wrap: break-word; white-space: normal; }
.sidebar-news-list li a:hover,
.sidebar-inter-list li a:hover { color: #1a73e8; }
.sidebar-news-list li strong { color: #ff6600; margin-right: 5px; }
.sidebar-news-list.news-thumb-list li,
.sidebar-match-list.news-thumb-list li { padding: 10px 12px; }
.sidebar-news-list.news-thumb-list .news-thumb,
.sidebar-match-list.news-thumb-list .news-thumb { flex-basis: 82px; width: 82px; height: 56px; }
.sidebar-news-list.news-thumb-list .news-thumb-title,
.sidebar-match-list.news-thumb-list .news-thumb-title { font-size: 13px; }
.empty-state,
.empty-side { padding: 22px; text-align: center; color: #999; }

/* 404 */
.not-found-page { min-height: 470px; display: flex; align-items: center; justify-content: center; padding: 55px 15px 40px; }
.not-found-card { position: relative; width: 100%; max-width: 760px; padding: 44px 48px; text-align: center; background: radial-gradient(circle at 20% 0%, #eef6ff 0, #fff 42%, #fff 100%); border: 1px solid #e5efff; border-radius: 14px; box-shadow: 0 12px 35px rgba(26,115,232,.12); overflow: hidden; }
.not-found-card:before { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; top: -80px; border-radius: 50%; background: rgba(26,115,232,.10); }
.not-found-card:after { content: ""; position: absolute; width: 120px; height: 120px; left: -45px; bottom: -55px; border-radius: 50%; background: rgba(255,102,0,.10); }
.not-found-badge { position: relative; z-index: 1; width: 112px; height: 112px; line-height: 112px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(135deg, #1a73e8, #4a9eff); color: #fff; font-size: 34px; font-weight: 800; letter-spacing: 1px; box-shadow: 0 8px 22px rgba(26,115,232,.28); }
.not-found-card h1 { position: relative; z-index: 1; font-size: 26px; color: #222; margin-bottom: 12px; }
.not-found-desc { position: relative; z-index: 1; max-width: 560px; margin: 0 auto; color: #666; font-size: 15px; line-height: 1.9; }
.not-found-path { position: relative; z-index: 1; display: inline-block; margin-top: 16px; padding: 8px 14px; border-radius: 20px; background: #f5f8ff; color: #888; font-size: 13px; }
.not-found-path span { color: #1a73e8; word-break: break-all; }
.not-found-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
.not-found-actions a { min-width: 104px; padding: 9px 18px; border-radius: 22px; background: #f0f7ff; color: #1a73e8; font-weight: 700; border: 1px solid #d8e9ff; }
.not-found-actions a:hover,
.not-found-actions .not-found-primary { background: #1a73e8; color: #fff; border-color: #1a73e8; box-shadow: 0 5px 14px rgba(26,115,232,.22); }
.not-found-actions .not-found-primary:hover { background: #ff6600; border-color: #ff6600; box-shadow: 0 5px 14px rgba(255,102,0,.24); }

/* 分页 */
.pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px; padding: 15px 0; }
.pagination li a,
.pagination li span { display: inline-block; min-width: 36px; height: 36px; line-height: 36px; text-align: center; border-radius: 4px; font-size: 14px; color: #333; background: #f5f5f5; transition: all .3s; }
.pagination li a:hover { background: #1a73e8; color: #fff; }
.pagination li.active span { background: #1a73e8; color: #fff; font-weight: bold; }
.pagination li.disabled span { color: #ccc; background: transparent; }

/* 底部 */
.footer-spacer { height: 10px; }
footer { background: #fff; margin-top: 20px; padding: 30px 0; border-top: 3px solid #1a73e8; }
.footer-nav { text-align: center; margin-bottom: 15px; }
.footer-nav a { margin: 0 10px; color: #333; font-size: 14px; }
.footer-nav a:hover { color: #1a73e8; }
.footer-desc { text-align: center; color: #666; font-size: 13px; line-height: 1.8; margin-bottom: 15px; max-width: 900px; margin-left: auto; margin-right: auto; }
.footer-links { text-align: center; font-size: 13px; color: #999; margin-bottom: 10px; }
.footer-links a { color: #1a73e8; }
.footer-copy { text-align: center; font-size: 12px; color: #bbb; }
.footer-copy a { color: #999; }
#totop { position: fixed; bottom: 50px; right: 30px; width: 44px; height: 44px; background: #1a73e8; color: #fff; text-align: center; line-height: 44px; border-radius: 50%; cursor: pointer; display: block; z-index: 999; font-size: 18px; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,.15); }
#totop:hover { background: #ff6600; }
