/* 大宏直播 - 仿zxiucq.com风格 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", sans-serif; background: #f5f5f5; color: #333; font-size: 14px; }
a { text-decoration: none; color: #1a73e8; }
a:hover { color: #ff6600; }
ul, li { list-style: none; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: ""; display: block; clear: both; }

/* 顶部导航 */
.KLLFHUJtop_home { background: #fff; border-bottom: 2px solid #1a73e8; }
.KLLFHUJW_1200 { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.KLLFHUJtop_home .KLLFHUJW_1200 { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.KLLFHUJQZ-LOGO { flex-shrink: 0; }
.KLLFHUJQZ-LOGO h1 { font-size: 0; line-height: 0; }
.KLLFHUJQZ-LOGO h1 a { display: block; }
.KLLFHUJQZ-LOGO h1 img { height: 50px; }
.KLLFHUJQZ-nav { flex: 1; margin-left: 30px; }
.KLLFHUJQZ-nav .nav { display: flex; align-items: center; height: 70px; gap: 5px; }
.KLLFHUJQZ-nav .nav li a { display: block; padding: 0 18px; height: 70px; line-height: 70px; font-size: 16px; color: #333; font-weight: bold; white-space: nowrap; }
.KLLFHUJQZ-nav .nav li a:hover, .KLLFHUJQZ-nav .nav li.active a { color: #1a73e8; background: #f0f7ff; }
.KLLFHUJQZ-nav .nav li a i { display: inline-block; width: 10px; height: 10px; background: #1a73e8; border-radius: 50%; margin-right: 6px; vertical-align: middle; }

/* 赛事分类标签 */
.KLLFHUJnav-zb { background: #fff; padding: 12px 0; margin-top: 10px; border-radius: 4px; }
.KLLFHUJnav-zb ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.KLLFHUJnav-zb ul a { display: inline-block; padding: 6px 18px; background: #f0f7ff; color: #1a73e8; border-radius: 20px; font-size: 14px; transition: all 0.3s; white-space: nowrap; }
.KLLFHUJnav-zb ul a:hover { background: #1a73e8; color: #fff; }

/* 热门直播区 */
.KLLFHUJhot-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.KLLFHUJhot-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; }
.KLLFHUJhot-live-title a { color: #fff; font-size: 13px; font-weight: normal; }
.KLLFHUJhot-live-list { padding: 0 20px; }
.KLLFHUJhot-live-list .KLLFHUJmatch-row { display: flex; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; }
.KLLFHUJhot-live-list .KLLFHUJmatch-row:last-child { border-bottom: none; }
.KLLFHUJhot-live-list .KLLFHUJmatch-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; }
.KLLFHUJhot-live-list .KLLFHUJmatch-time { width: 70px; font-size: 14px; font-weight: bold; color: #333; flex-shrink: 0; }
.KLLFHUJhot-live-list .KLLFHUJmatch-teams { flex: 1; text-align: center; font-size: 15px; }
.KLLFHUJhot-live-list .KLLFHUJmatch-teams .KLLFHUJteam-name { font-weight: bold; }
.KLLFHUJhot-live-list .KLLFHUJmatch-teams .KLLFHUJvs { color: #999; margin: 0 12px; }
.KLLFHUJhot-live-list .KLLFHUJmatch-status { width: 100px; text-align: right; flex-shrink: 0; }
.KLLFHUJhot-live-list .KLLFHUJmatch-status .KLLFHUJlive { color: #ff4444; font-weight: bold; font-size: 14px; }
.KLLFHUJhot-live-list .KLLFHUJmatch-status .KLLFHUJupcoming { color: #999; font-size: 14px; }

/* 今日直播 */
.KLLFHUJtoday-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.KLLFHUJtoday-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; }
.KLLFHUJtoday-live-title a { color: #fff; font-size: 13px; font-weight: normal; }
.KLLFHUJdate-header { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 10px 20px; font-size: 15px; font-weight: bold; margin: 0; }
.KLLFHUJtoday-live .KLLFHUJmatch-row { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; }
.KLLFHUJtoday-live .KLLFHUJmatch-row:hover { background: #f8f9fa; }
.KLLFHUJtoday-live .KLLFHUJmatch-row:last-child { border-bottom: none; }
.KLLFHUJtoday-live .KLLFHUJmatch-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; }
.KLLFHUJtoday-live .KLLFHUJmatch-time { width: 70px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; }
.KLLFHUJtoday-live .KLLFHUJmatch-teams { flex: 1; text-align: center; font-size: 15px; }
.KLLFHUJtoday-live .KLLFHUJmatch-teams .KLLFHUJteam-name { font-weight: bold; }
.KLLFHUJtoday-live .KLLFHUJmatch-teams .KLLFHUJvs { color: #999; margin: 0 12px; }
.KLLFHUJtoday-live .KLLFHUJmatch-status { width: 100px; text-align: right; flex-shrink: 0; }
.KLLFHUJtoday-live .KLLFHUJmatch-status .KLLFHUJlive { color: #ff4444; font-weight: bold; font-size: 14px; }
.KLLFHUJtoday-live .KLLFHUJmatch-status .KLLFHUJupcoming { color: #999; font-size: 14px; }

/* 直播分类页（NBA/足球/篮球） */
.KLLFHUJinter-matches { background: #fff; border-radius: 4px; overflow: hidden; }
.KLLFHUJsection-title { background: linear-gradient(90deg, #ff6600, #ff9933); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; }
.KLLFHUJdate-group { margin-bottom: 0; }
.KLLFHUJdate-group .KLLFHUJdate-header { background: linear-gradient(90deg, #1a73e8, #4a9eff); color: #fff; padding: 10px 20px; font-size: 15px; font-weight: bold; margin: 0; }
.KLLFHUJdate-week { font-weight: normal; margin-left: 8px; }
.KLLFHUJmatch-list { padding: 0; }
.KLLFHUJmatch-list .KLLFHUJmatch-row { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; }
.KLLFHUJmatch-list .KLLFHUJmatch-row:hover { background: #f8f9fa; }
.KLLFHUJmatch-list .KLLFHUJmatch-row:last-child { border-bottom: none; }
.KLLFHUJmatch-list .KLLFHUJmatch-league { width: 100px; flex-shrink: 0; }
.KLLFHUJmatch-list .KLLFHUJmatch-league a { font-size: 13px; color: #666; }
.KLLFHUJmatch-list .KLLFHUJmatch-league a:hover { color: #1a73e8; }
.KLLFHUJmatch-list .KLLFHUJmatch-time { font-size: 14px; font-weight: bold; color: #1a73e8; margin-top: 2px; }
.KLLFHUJmatch-list .KLLFHUJmatch-teams-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; }
.KLLFHUJmatch-list .KLLFHUJmatch-teams-row .KLLFHUJteam-home,
.KLLFHUJmatch-list .KLLFHUJmatch-teams-row .KLLFHUJteam-away { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; }
.KLLFHUJmatch-list .KLLFHUJmatch-teams-row .KLLFHUJteam-home:hover,
.KLLFHUJmatch-list .KLLFHUJmatch-teams-row .KLLFHUJteam-away:hover { color: #1a73e8; }
.KLLFHUJmatch-list .KLLFHUJmatch-teams-row img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.KLLFHUJmatch-list .KLLFHUJmatch-teams-row span { font-size: 14px; font-weight: bold; }
.KLLFHUJmatch-list .KLLFHUJmatch-score { font-size: 16px; font-weight: bold; color: #ff4444; min-width: 60px; text-align: center; }
.KLLFHUJmatch-list .KLLFHUJmatch-action { width: 100px; text-align: right; flex-shrink: 0; }
.KLLFHUJmatch-list .KLLFHUJmatch-action .KLLFHUJbtn-live { display: inline-block; padding: 5px 14px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 13px; }
.KLLFHUJmatch-list .KLLFHUJmatch-action .KLLFHUJbtn-live:hover { background: #e63333; color: #fff; }
.KLLFHUJmatch-list .KLLFHUJmatch-action .KLLFHUJbtn-upcoming { display: inline-block; padding: 5px 14px; background: #eee; color: #666; border-radius: 3px; font-size: 13px; }

/* 直播分类页 match-item 样式（实际使用的类名） */
.KLLFHUJmatch-item { display: flex; align-items: center; padding: 12px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; }
.KLLFHUJmatch-item:hover { background: #f8f9fa; }
.KLLFHUJmatch-item:last-child { border-bottom: none; }
.KLLFHUJmatch-item .KLLFHUJm-time { width: 70px; font-size: 14px; font-weight: bold; color: #1a73e8; flex-shrink: 0; }
.KLLFHUJmatch-item .KLLFHUJm-league { width: 100px; font-size: 13px; color: #666; flex-shrink: 0; }
.KLLFHUJmatch-item .KLLFHUJm-status { width: 100px; text-align: right; flex-shrink: 0; }
.KLLFHUJmatch-item .KLLFHUJm-status .KLLFHUJbtn-live { display: inline-block; padding: 5px 14px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 13px; text-decoration: none; }
.KLLFHUJmatch-item .KLLFHUJm-status .KLLFHUJbtn-live:hover { background: #e63333; color: #fff; }
.KLLFHUJmatch-item .KLLFHUJm-status .KLLFHUJbtn-upcoming { display: inline-block; padding: 5px 14px; background: #eee; color: #666; border-radius: 3px; font-size: 13px; text-decoration: none; }
.KLLFHUJmatch-item .KLLFHUJm-teams { flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; }
.KLLFHUJmatch-item .KLLFHUJm-teams .KLLFHUJteam-logo { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.KLLFHUJmatch-item .KLLFHUJm-teams .KLLFHUJteam-name { font-size: 14px; font-weight: bold; color: #333; text-decoration: none; }
.KLLFHUJmatch-item .KLLFHUJm-teams .KLLFHUJteam-name:hover { color: #1a73e8; }
.KLLFHUJmatch-item .KLLFHUJm-teams .KLLFHUJvs-text { color: #999; font-size: 13px; }

/* 录像区 */
.KLLFHUJvideo-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.KLLFHUJvideo-title { background: linear-gradient(90deg, #28a745, #5cb85c); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; display: flex; justify-content: space-between; align-items: center; }
.KLLFHUJvideo-title a { color: #fff; font-size: 13px; font-weight: normal; }
.KLLFHUJvideo-list { padding: 15px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.KLLFHUJvideo-list li a { display: block; padding: 10px 12px; background: #f8f9fa; border-radius: 4px; font-size: 14px; color: #333; transition: all 0.2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.KLLFHUJvideo-list li a:hover { background: #e3f2fd; color: #1a73e8; }

/* 资讯区 */
.KLLFHUJnews-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.KLLFHUJnews-title { background: linear-gradient(90deg, #6f42c1, #9b6dd7); color: #fff; padding: 12px 20px; font-size: 16px; font-weight: bold; }
.KLLFHUJnews-list { padding: 15px 20px; }
.KLLFHUJnews-list li { padding: 12px 0; border-bottom: 1px dashed #eee; display: flex; gap: 15px; }
.KLLFHUJnews-list li:last-child { border-bottom: none; }
.KLLFHUJnews-list li .KLLFHUJnews-img { width: 120px; height: 80px; flex-shrink: 0; border-radius: 4px; overflow: hidden; background: #eee; }
.KLLFHUJnews-list li .KLLFHUJnews-img img { width: 100%; height: 100%; object-fit: cover; }
.KLLFHUJnews-list li .KLLFHUJnews-info { flex: 1; }
.KLLFHUJnews-list li .KLLFHUJnews-info h3 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; }
.KLLFHUJnews-list li .KLLFHUJnews-info h3 a { color: #333; }
.KLLFHUJnews-list li .KLLFHUJnews-info h3 a:hover { color: #1a73e8; }
.KLLFHUJnews-list li .KLLFHUJnews-info p { font-size: 13px; color: #999; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.KLLFHUJnews-list li .KLLFHUJnews-date { font-size: 12px; color: #bbb; margin-top: 5px; }

/* 专题区 */
.KLLFHUJinter-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; padding: 15px 20px; }
.KLLFHUJinter-section .KLLFHUJinter-title { font-size: 16px; font-weight: bold; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.KLLFHUJinter-section ul { display: flex; flex-wrap: wrap; gap: 10px; }
.KLLFHUJinter-section ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.KLLFHUJinter-section ul li a:hover { background: #1a73e8; color: #fff; }

/* 底部 */
footer { background: #fff; margin-top: 20px; padding: 30px 0; border-top: 3px solid #1a73e8; }
.KLLFHUJfooter-nav { text-align: center; margin-bottom: 15px; }
.KLLFHUJfooter-nav a { margin: 0 10px; color: #333; font-size: 14px; }
.KLLFHUJfooter-nav a:hover { color: #1a73e8; }
.KLLFHUJfooter-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; }
.KLLFHUJfooter-links { text-align: center; font-size: 13px; color: #999; margin-bottom: 10px; }
.KLLFHUJfooter-links a { color: #1a73e8; }
.KLLFHUJfooter-copy { text-align: center; font-size: 12px; color: #bbb; }
.KLLFHUJfooter-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: none; z-index: 999; font-size: 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
#totop:hover { background: #ff6600; }

/* 响应式 */
@media (max-width: 1200px) {
    .KLLFHUJvideo-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .KLLFHUJtop_home .KLLFHUJW_1200 { flex-direction: column; height: auto; padding: 10px 15px; }
    .KLLFHUJQZ-nav { margin-left: 0; margin-top: 10px; }
    .KLLFHUJQZ-nav .nav { flex-wrap: wrap; height: auto; justify-content: center; }
    .KLLFHUJQZ-nav .nav li a { height: 36px; line-height: 36px; font-size: 14px; padding: 0 12px; }
    .KLLFHUJmatch-item { flex-wrap: wrap; gap: 5px; }
    .KLLFHUJmatch-item .KLLFHUJm-league, .KLLFHUJmatch-item .KLLFHUJm-time { width: auto; }
    .KLLFHUJvideo-list { grid-template-columns: 1fr; }
    .KLLFHUJnews-list li { flex-direction: column; }
    .KLLFHUJnews-list li .KLLFHUJnews-img { width: 100%; height: 150px; }
    .KLLFHUJhot-live-list .KLLFHUJmatch-row { flex-wrap: wrap; gap: 5px; }
}

/* ===== 详情页样式 ===== */
.KLLFHUJdetail-breadcrumb { background: #fff; padding: 12px 20px; margin-top: 10px; border-radius: 4px; font-size: 13px; color: #999; }
.KLLFHUJdetail-breadcrumb a { color: #1a73e8; }
.KLLFHUJdetail-breadcrumb a:hover { color: #ff6600; }

.KLLFHUJdetail-layout { display: flex; gap: 15px; margin-top: 10px; }
.KLLFHUJdetail-main { flex: 1; min-width: 0; }
.KLLFHUJdetail-sidebar { width: 300px; flex-shrink: 0; }

/* 赛事信息卡片 */
.KLLFHUJdetail-match-card { background: #fff; border-radius: 4px; overflow: hidden; }
.KLLFHUJdetail-teams { display: flex; align-items: center; justify-content: space-around; padding: 30px 20px; }
.KLLFHUJdetail-team { text-align: center; flex: 1; }
.KLLFHUJteam-logo-lg { width: 80px; height: 80px; border-radius: 50%; display: block; margin: 0 auto 10px; }
.KLLFHUJteam-name-lg { font-size: 18px; font-weight: bold; color: #333; }
.KLLFHUJdetail-vs { text-align: center; padding: 0 20px; }
.KLLFHUJvs-score { margin-bottom: 8px; }
.KLLFHUJvs-score .KLLFHUJscore { font-size: 36px; font-weight: bold; color: #333; }
.KLLFHUJvs-score .KLLFHUJvs-text { font-size: 20px; color: #999; margin: 0 10px; }
.KLLFHUJvs-league { margin-bottom: 5px; }
.KLLFHUJvs-league a { color: #1a73e8; font-size: 14px; }
.KLLFHUJvs-time { font-size: 14px; color: #666; margin-bottom: 8px; }
.KLLFHUJstatus-live { color: #ff4444; font-weight: bold; font-size: 14px; }
.KLLFHUJstatus-upcoming { color: #ff9933; font-size: 14px; }
.KLLFHUJstatus-ended { color: #999; font-size: 14px; }

/* 赛事说明 */
.KLLFHUJdetail-info-box { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; }
.KLLFHUJdetail-info-box h3 { font-size: 16px; font-weight: bold; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.KLLFHUJdetail-info-content p { font-size: 14px; line-height: 2; color: #333; }
.KLLFHUJdetail-info-content a { color: #1a73e8; }
.KLLFHUJdetail-info-content a:hover { color: #ff6600; }
.KLLFHUJsignal-btns { margin: 8px 0; }
.KLLFHUJsignal-btn { display: inline-block; padding: 6px 16px; background: #6f42c1; color: #fff; border-radius: 3px; margin-right: 8px; margin-bottom: 5px; font-size: 13px; }
.KLLFHUJsignal-btn:hover { background: #5a32a3; color: #fff; }
.KLLFHUJdetail-info-content .KLLFHUJtip { color: #999; font-size: 13px; margin-top: 10px; }

/* 专题 */
.KLLFHUJdetail-inter-box { background: #fff; border-radius: 4px; padding: 20px; margin-top: 10px; }
.KLLFHUJdetail-inter-box h3 { font-size: 16px; font-weight: bold; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.KLLFHUJdetail-inter-box ul { display: flex; flex-wrap: wrap; gap: 10px; }
.KLLFHUJdetail-inter-box ul li a { display: inline-block; padding: 6px 14px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.KLLFHUJdetail-inter-box ul li a:hover { background: #1a73e8; color: #fff; }

/* 侧边栏 */
.KLLFHUJsidebar-box { background: #fff; border-radius: 4px; margin-top: 10px; overflow: hidden; }
.KLLFHUJsidebar-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; }
.KLLFHUJsidebar-title a { font-size: 13px; color: #999; font-weight: normal; }
.KLLFHUJsidebar-title a:hover { color: #1a73e8; }

.KLLFHUJsidebar-live-list li { padding: 12px 15px; border-bottom: 1px solid #f0f0f0; }
.KLLFHUJsidebar-live-list li:last-child { border-bottom: none; }
.KLLFHUJsl-header { display: flex; justify-content: space-between; margin-bottom: 6px; }
.KLLFHUJsl-time { font-size: 12px; color: #999; }
.KLLFHUJsl-league { font-size: 12px; color: #1a73e8; }
.KLLFHUJsl-teams { font-size: 14px; color: #333; margin-bottom: 8px; }
.KLLFHUJsl-btn { display: inline-block; padding: 4px 12px; background: #ff4444; color: #fff; border-radius: 3px; font-size: 12px; }
.KLLFHUJsl-btn:hover { background: #e63333; color: #fff; }

.KLLFHUJsidebar-news-list li { padding: 8px 15px; border-bottom: 1px solid #f0f0f0; }
.KLLFHUJsidebar-news-list li:last-child { border-bottom: none; }
.KLLFHUJsidebar-news-list li a { font-size: 13px; color: #333; line-height: 1.5; }
.KLLFHUJsidebar-news-list li a:hover { color: #1a73e8; }
.KLLFHUJsidebar-news-list li strong { color: #ff6600; margin-right: 5px; }

/* 新header样式 */
.KLLFHUJsite-header { background: #fff; border-bottom: 2px solid #1a73e8; }
.KLLFHUJheader-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.KLLFHUJheader-logo { flex-shrink: 0; }
.KLLFHUJheader-logo a { display: block; }
.KLLFHUJheader-logo img { height: 50px; }
.KLLFHUJheader-nav { flex: 1; margin-left: 30px; }
.KLLFHUJheader-nav ul { display: flex; align-items: center; height: 70px; gap: 5px; }
.KLLFHUJheader-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; }
.KLLFHUJheader-nav ul li a:hover { color: #1a73e8; background: #f0f7ff; }

/* 分页样式优化 */
.KLLFHUJpagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 5px; padding: 15px 0; }
.KLLFHUJpagination li { list-style: none; }
.KLLFHUJpagination li a, .KLLFHUJpagination 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 0.3s; }
.KLLFHUJpagination li a:hover { background: #1a73e8; color: #fff; }
.KLLFHUJpagination li.active span { background: #1a73e8; color: #fff; font-weight: bold; }
.KLLFHUJpagination li.disabled span { color: #ccc; background: transparent; }
/* 隐藏中间多余页码，只保留前5页+省略号+后2页 */
.KLLFHUJpagination li:nth-child(n+8):nth-child(-n+252) { display: none; }

/* 新闻列表卡片样式 */
.KLLFHUJnews-section { background: #fff; border-radius: 4px; padding: 20px; }
.KLLFHUJnews-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; }
.KLLFHUJnews-list { display: flex; flex-direction: column; gap: 15px; }
.KLLFHUJnews-list li { display: flex; gap: 15px; padding: 15px; background: #fafafa; border-radius: 6px; transition: all 0.3s; border: 1px solid #eee; }
.KLLFHUJnews-list li:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); border-color: #1a73e8; }
.KLLFHUJnews-img { flex-shrink: 0; width: 180px; height: 120px; border-radius: 4px; overflow: hidden; background: #eee; }
.KLLFHUJnews-img img { width: 100%; height: 100%; object-fit: cover; }
.KLLFHUJnews-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.KLLFHUJnews-info h3 { font-size: 16px; line-height: 1.5; color: #333; font-weight: bold; }
.KLLFHUJnews-info h3 a { color: #333; }
.KLLFHUJnews-info h3 a:hover { color: #1a73e8; }
.KLLFHUJnews-date { font-size: 13px; color: #999; margin-top: 8px; }

/* 录像/集锦列表样式 */
.KLLFHUJvideo-section { background: #fff; border-radius: 4px; padding: 20px; }
.KLLFHUJvideo-title { font-size: 18px; font-weight: bold; color: #fff; background: linear-gradient(135deg, #1a73e8, #42a5f5); padding: 12px 20px; border-radius: 4px; margin-bottom: 15px; }
.KLLFHUJvideo-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.KLLFHUJvideo-list li { background: #f8f9fa; border-radius: 4px; padding: 12px 15px; transition: all 0.3s; border: 1px solid #eee; }
.KLLFHUJvideo-list li:hover { background: #e3f2fd; border-color: #1a73e8; }
.KLLFHUJvideo-list li a { color: #333; font-size: 14px; line-height: 1.4; display: block; }
.KLLFHUJvideo-list li a:hover { color: #1a73e8; }

/* 文章详情页样式 */
.KLLFHUJdetail-article { background: #fff; border-radius: 4px; padding: 25px; }
.KLLFHUJarticle-title { font-size: 22px; font-weight: bold; color: #333; line-height: 1.5; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.KLLFHUJarticle-meta { display: flex; gap: 20px; font-size: 13px; color: #999; margin-bottom: 20px; }
.KLLFHUJarticle-cover { margin-bottom: 20px; border-radius: 4px; overflow: hidden; }
.KLLFHUJarticle-cover img { width: 100%; max-height: 400px; object-fit: cover; }
.KLLFHUJarticle-content { font-size: 15px; line-height: 1.8; color: #333; }
.KLLFHUJarticle-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 10px 0; }
.KLLFHUJarticle-content p { margin-bottom: 15px; }
.KLLFHUJarticle-tags { margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; }
.KLLFHUJarticle-tags h3 { font-size: 15px; color: #333; margin-bottom: 10px; }
.KLLFHUJarticle-tags div { display: flex; flex-wrap: wrap; gap: 8px; }
.KLLFHUJarticle-tags a { display: inline-block; padding: 4px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.KLLFHUJarticle-tags a:hover { background: #1a73e8; color: #fff; }
.KLLFHUJarticle-nav { margin-top: 20px; padding-top: 15px; border-top: 1px solid #eee; display: flex; flex-direction: column; gap: 10px; }
.KLLFHUJarticle-nav a { color: #1a73e8; }
.KLLFHUJarticle-nav a:hover { color: #ff6600; }
.KLLFHUJarticle-nav span { color: #999; }

/* 录像链接列表 */
.KLLFHUJvideo-links { background: #f8f9fa; border-radius: 4px; padding: 20px; margin-bottom: 20px; }
.KLLFHUJvideo-links h3 { font-size: 16px; color: #333; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.KLLFHUJvideo-links ul { display: flex; flex-direction: column; gap: 8px; }
.KLLFHUJvideo-links li { background: #fff; border-radius: 4px; padding: 10px 15px; border: 1px solid #eee; }
.KLLFHUJvideo-links li a { color: #1a73e8; font-size: 14px; }
.KLLFHUJvideo-links li a:hover { color: #ff6600; }

/* 侧边栏赛事列表 */
.KLLFHUJsidebar-match-list { display: flex; flex-direction: column; gap: 10px; }
.KLLFHUJsidebar-match-list li { background: #f8f9fa; border-radius: 4px; padding: 12px; border: 1px solid #eee; }
.KLLFHUJsidebar-match-list .KLLFHUJmatch-time { font-size: 12px; color: #999; margin-bottom: 5px; }
.KLLFHUJsidebar-match-list .KLLFHUJmatch-teams { font-size: 14px; color: #333; margin-bottom: 8px; }
.KLLFHUJsidebar-match-list .KLLFHUJmatch-teams span { font-weight: bold; }
.KLLFHUJsidebar-match-list .KLLFHUJmatch-btn { display: inline-block; padding: 4px 12px; background: #1a73e8; color: #fff; border-radius: 3px; font-size: 12px; }
.KLLFHUJsidebar-match-list .KLLFHUJmatch-btn:hover { background: #ff6600; color: #fff; }

/* 专题详情页样式 */
.KLLFHUJinter-header { background: #fff; border-radius: 4px; padding: 25px; display: flex; gap: 20px; margin-bottom: 15px; }
.KLLFHUJinter-cover { flex-shrink: 0; width: 280px; height: 180px; border-radius: 6px; overflow: hidden; background: #eee; }
.KLLFHUJinter-cover img { width: 100%; height: 100%; object-fit: cover; }
.KLLFHUJinter-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.KLLFHUJinter-info h1 { font-size: 22px; font-weight: bold; color: #333; line-height: 1.4; }
.KLLFHUJinter-meta { display: flex; gap: 20px; font-size: 13px; color: #999; }
.KLLFHUJinter-desc { font-size: 14px; color: #666; line-height: 1.6; }
.KLLFHUJinter-more { display: inline-block; color: #1a73e8; font-size: 14px; font-weight: bold; }
.KLLFHUJinter-more:hover { color: #ff6600; }

/* 赛事列表 */
.KLLFHUJinter-matches { background: #fff; border-radius: 4px; padding: 20px; margin-bottom: 15px; }
.KLLFHUJsection-title { font-size: 18px; font-weight: bold; color: #333; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid #1a73e8; }
.KLLFHUJmatch-list { display: flex; flex-direction: column; gap: 10px; }
.KLLFHUJmatch-row { display: flex; align-items: center; padding: 15px; background: #f8f9fa; border-radius: 6px; border: 1px solid #eee; transition: all 0.3s; }
.KLLFHUJmatch-row:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border-color: #1a73e8; }
.KLLFHUJmatch-league { width: 160px; flex-shrink: 0; }
.KLLFHUJmatch-league a { font-size: 14px; color: #1a73e8; font-weight: bold; }
.KLLFHUJmatch-league a:hover { color: #ff6600; }
.KLLFHUJmatch-time { font-size: 12px; color: #999; margin-top: 4px; }
.KLLFHUJmatch-teams-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; }
.KLLFHUJteam-home, .KLLFHUJteam-away { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; font-size: 14px; font-weight: bold; }
.KLLFHUJteam-home:hover, .KLLFHUJteam-away:hover { color: #1a73e8; }
.KLLFHUJteam-home img, .KLLFHUJteam-away img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.KLLFHUJmatch-score { font-size: 16px; font-weight: bold; color: #333; min-width: 60px; text-align: center; }
.KLLFHUJmatch-score span { color: #ff6600; }
.KLLFHUJmatch-action { width: 100px; flex-shrink: 0; text-align: center; }
.KLLFHUJbtn-live, .KLLFHUJbtn-upcoming { display: inline-block; padding: 6px 14px; border-radius: 4px; font-size: 13px; color: #fff; }
.KLLFHUJbtn-live { background: #e74c3c; }
.KLLFHUJbtn-live:hover { background: #c0392b; color: #fff; }
.KLLFHUJbtn-upcoming { background: #1a73e8; }
.KLLFHUJbtn-upcoming:hover { background: #1557b0; color: #fff; }

/* 专题内容 */
.KLLFHUJinter-content { background: #fff; border-radius: 4px; padding: 25px; margin-bottom: 15px; }

/* 侧边栏专题列表 */
.KLLFHUJsidebar-inter-list { display: flex; flex-direction: column; gap: 8px; }
.KLLFHUJsidebar-inter-list li { background: #f8f9fa; border-radius: 4px; padding: 10px 12px; border: 1px solid #eee; }
.KLLFHUJsidebar-inter-list li a { color: #333; font-size: 14px; display: block; }
.KLLFHUJsidebar-inter-list li a:hover { color: #1a73e8; background: #e3f2fd; border-radius: 4px; }

/* 专题合集网格 */
.KLLFHUJinter-grid-section { background: #fff; border-radius: 4px; padding: 20px; }
.KLLFHUJinter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.KLLFHUJinter-grid-card { display: block; border-radius: 6px; overflow: hidden; border: 1px solid #eee; transition: all 0.3s; background: #fff; }
.KLLFHUJinter-grid-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); transform: translateY(-3px); border-color: #1a73e8; }
.KLLFHUJinter-grid-img { width: 100%; height: 140px; overflow: hidden; background: #eee; }
.KLLFHUJinter-grid-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.KLLFHUJinter-grid-card:hover .KLLFHUJinter-grid-img img { transform: scale(1.05); }
.KLLFHUJinter-grid-title { padding: 10px 12px; font-size: 14px; color: #333; font-weight: bold; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.KLLFHUJinter-grid-card:hover .KLLFHUJinter-grid-title { color: #1a73e8; }

/* 球队详情页样式 */
.KLLFHUJteam-profile { background: #fff; border-radius: 4px; padding: 25px; display: flex; gap: 20px; align-items: center; margin-bottom: 15px; }
.KLLFHUJteam-logo-lg { flex-shrink: 0; width: 100px; height: 100px; border-radius: 50%; overflow: hidden; background: #f5f5f5; border: 3px solid #1a73e8; }
.KLLFHUJteam-logo-lg img { width: 100%; height: 100%; object-fit: cover; }
.KLLFHUJteam-profile-info { flex: 1; }
.KLLFHUJteam-profile-info h1 { font-size: 22px; font-weight: bold; color: #333; margin-bottom: 10px; }
.KLLFHUJteam-profile-desc { font-size: 14px; color: #666; line-height: 1.6; }

/* 赛事详情页样式 */
.KLLFHUJmatch-profile { background: #fff; border-radius: 4px; padding: 25px; margin-bottom: 15px; }
.KLLFHUJmatch-profile h1 { font-size: 22px; font-weight: bold; color: #333; margin-bottom: 10px; }
.KLLFHUJmatch-profile-desc { font-size: 14px; color: #666; line-height: 1.6; }
.KLLFHUJdate-group { margin-bottom: 20px; }
.KLLFHUJdate-header { background: linear-gradient(135deg, #1a73e8, #42a5f5); color: #fff; padding: 10px 20px; border-radius: 4px; font-size: 16px; font-weight: bold; margin-bottom: 10px; }
.KLLFHUJdate-week { font-size: 13px; font-weight: normal; margin-left: 10px; opacity: 0.9; }
.KLLFHUJhour-group { margin-bottom: 15px; }
.KLLFHUJhour-label { font-size: 13px; color: #999; padding: 5px 0; margin-bottom: 5px; border-bottom: 1px dashed #eee; }

@media (max-width: 768px) {
    .KLLFHUJdetail-layout { flex-direction: column; }
    .KLLFHUJdetail-sidebar { width: 100%; }
    .KLLFHUJdetail-teams { flex-direction: column; gap: 15px; }
    .KLLFHUJteam-logo-lg { width: 60px; height: 60px; }
    .KLLFHUJteam-name-lg { font-size: 15px; }
    .KLLFHUJvs-score .KLLFHUJscore { font-size: 28px; }
    /* 导航栏移动端 */
    .KLLFHUJheader-inner { flex-direction: column; height: auto; padding: 10px 0; }
    .KLLFHUJheader-logo { margin-bottom: 10px; }
    .KLLFHUJheader-logo img { height: 40px; }
    .KLLFHUJheader-nav { margin-left: 0; }
    .KLLFHUJheader-nav ul { flex-wrap: wrap; height: auto; justify-content: center; gap: 0; }
    .KLLFHUJheader-nav ul li a { height: 36px; line-height: 36px; font-size: 14px; padding: 0 10px; }
    /* 赛事列表移动端 - 两行布局（覆盖所有结构） */
    .KLLFHUJhot-live-list .KLLFHUJmatch-row, .KLLFHUJtoday-live .KLLFHUJmatch-row, .KLLFHUJmatch-list .KLLFHUJmatch-row, .KLLFHUJinter-matches .KLLFHUJmatch-row, .KLLFHUJmatch-row { display: block !important; padding: 12px 12px !important; border-bottom: 1px solid #f0f0f0 !important; flex-direction: unset !important; align-items: unset !important; overflow: hidden !important; }
    .KLLFHUJhot-live-list .KLLFHUJmatch-league, .KLLFHUJtoday-live .KLLFHUJmatch-league, .KLLFHUJmatch-list .KLLFHUJmatch-league, .KLLFHUJinter-matches .KLLFHUJmatch-league, .KLLFHUJmatch-league { display: inline-block !important; width: auto !important; font-size: 13px !important; color: #333 !important; flex-shrink: unset !important; }
    .KLLFHUJhot-live-list .KLLFHUJmatch-time, .KLLFHUJtoday-live .KLLFHUJmatch-time, .KLLFHUJmatch-list .KLLFHUJmatch-time, .KLLFHUJinter-matches .KLLFHUJmatch-time, .KLLFHUJmatch-time { display: inline-block !important; width: auto !important; font-size: 13px !important; color: #333 !important; flex-shrink: unset !important; }
    .KLLFHUJhot-live-list .KLLFHUJmatch-status, .KLLFHUJtoday-live .KLLFHUJmatch-status, .KLLFHUJmatch-list .KLLFHUJmatch-action, .KLLFHUJinter-matches .KLLFHUJmatch-action, .KLLFHUJmatch-action { display: inline-block !important; float: right !important; width: auto !important; text-align: unset !important; margin-top: -30px !important; flex-shrink: unset !important; order: 3 !important; }
    .KLLFHUJhot-live-list .KLLFHUJmatch-teams, .KLLFHUJtoday-live .KLLFHUJmatch-teams, .KLLFHUJmatch-list .KLLFHUJmatch-teams-row, .KLLFHUJinter-matches .KLLFHUJmatch-teams-row, .KLLFHUJmatch-teams-row { display: block !important; width: 100% !important; text-align: center !important; margin-top: 8px !important; justify-content: unset !important; flex: unset !important; clear: none !important; order: 4 !important; }
    .KLLFHUJhot-live-list .KLLFHUJmatch-teams img, .KLLFHUJtoday-live .KLLFHUJmatch-teams img, .KLLFHUJmatch-list .KLLFHUJmatch-teams-row img, .KLLFHUJinter-matches .KLLFHUJmatch-teams-row img { display: none !important; }
    .KLLFHUJhot-live-list .KLLFHUJmatch-teams .KLLFHUJteam-name, .KLLFHUJtoday-live .KLLFHUJmatch-teams .KLLFHUJteam-name, .KLLFHUJmatch-list .KLLFHUJmatch-teams-row span, .KLLFHUJinter-matches .KLLFHUJmatch-teams-row span { font-size: 15px !important; font-weight: bold !important; }
    .KLLFHUJmatch-list .KLLFHUJmatch-score, .KLLFHUJinter-matches .KLLFHUJmatch-score { display: inline !important; font-size: 13px !important; color: #999 !important; }
    .KLLFHUJmatch-item { display: block !important; padding: 12px 12px !important; border-bottom: 1px solid #f0f0f0 !important; overflow: hidden !important; }
    .KLLFHUJmatch-item .KLLFHUJm-time { display: inline-block !important; font-size: 13px !important; color: #333 !important; vertical-align: middle !important; }
    .KLLFHUJmatch-item .KLLFHUJm-time::before { content: ""; font-size: 12px; color: #e91e63; margin-right: 2px; }
    .KLLFHUJmatch-item .KLLFHUJm-league { display: inline-block !important; font-size: 14px !important; color: #e91e63 !important; font-weight: bold !important; vertical-align: middle !important; margin: 0 6px !important; }
    .KLLFHUJmatch-item .KLLFHUJm-status { display: inline-block !important; float: right !important; vertical-align: middle !important; margin-top: 0 !important; }
    .KLLFHUJmatch-item .KLLFHUJm-status .KLLFHUJbtn-live { display: inline-block !important; padding: 6px 14px !important; background: #e91e63 !important; color: #fff !important; border-radius: 18px !important; font-size: 12px !important; font-weight: bold !important; }
    .KLLFHUJmatch-item .KLLFHUJm-teams { display: block !important; width: 100% !important; text-align: center !important; font-size: 15px !important; font-weight: bold !important; margin-top: 8px !important; clear: both !important; }
    .KLLFHUJmatch-item .KLLFHUJm-teams .KLLFHUJteam-logo { display: none !important; }
    .KLLFHUJmatch-item .KLLFHUJm-teams .KLLFHUJteam-name { font-size: 15px !important; font-weight: bold !important; color: #333 !important; }
    .KLLFHUJmatch-item .KLLFHUJm-teams .KLLFHUJvs-text { color: #999 !important; margin: 0 6px !important; font-size: 13px !important; }
    /* 新闻列表移动端 */
    .KLLFHUJnews-list li { flex-direction: column; }
    .KLLFHUJnews-img { width: 100% !important; height: 150px !important; }
    /* 录像列表移动端 */
    .KLLFHUJvideo-list { grid-template-columns: 1fr !important; }
    /* 专题网格移动端 */
    .KLLFHUJinter-grid { grid-template-columns: repeat(2, 1fr); }
    /* 专题详情移动端 */
    .KLLFHUJinter-header { flex-direction: column; }
    .KLLFHUJinter-cover { width: 100%; height: 160px; }
    /* 球队详情移动端 */
    .KLLFHUJteam-profile { flex-direction: column; text-align: center; }
    /* 分页移动端 */
    .KLLFHUJpagination { flex-wrap: wrap; }
    .KLLFHUJpagination li a, .KLLFHUJpagination li span { min-width: 30px; height: 30px; line-height: 30px; font-size: 12px; }
    /* 侧边栏排行移动端 */
    .KLLFHUJsidebar-news-list li { font-size: 13px; }
    /* 面包屑移动端 */
    .KLLFHUJdetail-breadcrumb { font-size: 12px; padding: 10px 15px; }
    /* 赛事分类标签移动端 */
    .KLLFHUJnav-zb ul { flex-wrap: wrap; }
    .KLLFHUJnav-zb ul a { padding: 5px 12px; font-size: 13px; }
    /* W_1200 移动端 */
    .KLLFHUJW_1200 { padding: 0 10px; }
}

@media (max-width: 480px) {
    .KLLFHUJinter-grid { grid-template-columns: 1fr; }
    .KLLFHUJheader-nav ul li a { padding: 0 8px; font-size: 13px; }
    .KLLFHUJmatch-teams-row { flex-direction: column; align-items: flex-start; gap: 5px; }
    .KLLFHUJteam-home, .KLLFHUJteam-away { font-size: 13px; }
    .KLLFHUJmatch-score { font-size: 14px; }
}

/* 集锦/录像详情页样式 */
.KLLFHUJmain { background: #f5f5f5; min-height: 100vh; padding: 20px 0; }
.KLLFHUJcenter { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.KLLFHUJcrumbs { background: #fff; padding: 12px 20px; border-radius: 4px; margin-bottom: 15px; font-size: 13px; color: #666; }
.KLLFHUJcrumbs ul { display: flex; align-items: center; gap: 5px; }
.KLLFHUJcrumbs ul li { display: inline; }
.KLLFHUJcrumbs ul li a { color: #1a73e8; }
.KLLFHUJcrumbs ul li a:hover { color: #ff6600; }
.KLLFHUJindex-con { display: flex; gap: 20px; }
.KLLFHUJindex-left { flex: 1; min-width: 0; }
.KLLFHUJindex-right { width: 300px; flex-shrink: 0; }
.KLLFHUJindex-detail { background: #fff; padding: 25px; border-radius: 4px; }
.KLLFHUJindex-detail h1 { font-size: 22px; color: #333; margin-bottom: 15px; line-height: 1.4; }
.KLLFHUJindex-detail .KLLFHUJinfo { display: flex; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 20px; font-size: 13px; color: #999; }
.KLLFHUJindex-detail .KLLFHUJcontent { font-size: 15px; line-height: 1.8; color: #333; margin-bottom: 20px; }
.KLLFHUJvideo_cont_list { margin-bottom: 20px; }
.KLLFHUJvideo_cont_list p { margin-bottom: 10px; }
.KLLFHUJvideo_cont_list p a { color: #1a73e8; font-size: 14px; }
.KLLFHUJvideo_cont_list p a:hover { color: #ff6600; text-decoration: underline; }
.KLLFHUJnews_detail_page { border-top: 1px solid #eee; padding-top: 15px; margin-top: 20px; }
.KLLFHUJnews_detail_page li { margin-bottom: 10px; font-size: 14px; }
.KLLFHUJnews_detail_page li span { color: #666; }
.KLLFHUJnews_detail_page li a { color: #1a73e8; }
.KLLFHUJnews_detail_page li a:hover { color: #ff6600; }
.KLLFHUJtags { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.KLLFHUJtags h2 { font-size: 16px; color: #333; margin-bottom: 15px; }
.KLLFHUJtags ul { display: flex; flex-wrap: wrap; gap: 10px; }
.KLLFHUJtags ul li a { display: inline-block; padding: 5px 12px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; }
.KLLFHUJtags ul li a:hover { background: #1a73e8; color: #fff; }

/* 右侧边栏 */
.KLLFHUJhot-news { background: #fff; border-radius: 4px; margin-bottom: 15px; overflow: hidden; }
.KLLFHUJright_title { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 1px solid #eee; }
.KLLFHUJright_title .KLLFHUJtitle span { font-size: 16px; font-weight: bold; color: #333; }
.KLLFHUJright_title .KLLFHUJtitle p { font-size: 12px; color: #999; margin-top: 3px; }
.KLLFHUJright_title .KLLFHUJmore span { font-size: 13px; color: #999; }
.KLLFHUJright_title .KLLFHUJmore:hover span { color: #1a73e8; }
.KLLFHUJhot-news ul { padding: 10px 0; }
.KLLFHUJhot-news ul li { padding: 10px 20px; border-bottom: 1px dashed #f0f0f0; }
.KLLFHUJhot-news ul li:last-child { border-bottom: none; }
.KLLFHUJhot-news ul li a { display: flex; align-items: center; gap: 10px; color: #333; font-size: 14px; }
.KLLFHUJhot-news ul li a:hover { color: #1a73e8; }
.KLLFHUJhot-news ul li a .KLLFHUJicon { width: 24px; height: 24px; background: #f0f7ff; border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.KLLFHUJhot-news ul li a .KLLFHUJicon .KLLFHUJstrong { color: #1a73e8; font-size: 13px; font-weight: bold; }
.KLLFHUJhot-news ul li a p { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 相关赛事直播样式 */
.KLLFHUJrelated-matches-section { background: #fff; border-radius: 4px; overflow: hidden; margin-top: 15px; }
.KLLFHUJrelated-matches-title { background: linear-gradient(90deg, #ff9933, #ff6600); color: #fff; padding: 14px 20px; font-size: 16px; font-weight: bold; }
.KLLFHUJrelated-matches-list { padding: 0; }
.KLLFHUJrelated-match-item { display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; }
.KLLFHUJrelated-match-item:last-child { border-bottom: none; }
.KLLFHUJrelated-match-item:hover { background: #f9f9f9; }
.KLLFHUJrmi-info { width: 110px; flex-shrink: 0; }
.KLLFHUJrmi-league { font-size: 13px; color: #666; margin-bottom: 4px; }
.KLLFHUJrmi-date { font-size: 13px; color: #1a73e8; font-weight: bold; }
.KLLFHUJrmi-time { font-size: 13px; color: #1a73e8; font-weight: bold; }
.KLLFHUJrmi-teams { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; }
.KLLFHUJrmi-team { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; }
.KLLFHUJrmi-team:hover { color: #1a73e8; }
.KLLFHUJrmi-team img { width: 28px; height: 28px; border-radius: 50%; }
.KLLFHUJrmi-team span { font-size: 14px; font-weight: 500; }
.KLLFHUJrmi-score { color: #ff6600; font-weight: bold; font-size: 15px; padding: 0 10px; }
.KLLFHUJrmi-vs { color: #ff6600; font-weight: bold; font-size: 14px; padding: 0 10px; }
.KLLFHUJrmi-status { width: 100px; flex-shrink: 0; text-align: right; }
.KLLFHUJrmi-btn-live { display: inline-block; padding: 6px 16px; background: #ff4d4f; color: #fff; border-radius: 3px; font-size: 12px; text-decoration: none; }
.KLLFHUJrmi-btn-live:hover { background: #ff7875; color: #fff; }

/* 底部关键词集合 */
.KLLFHUJkeywords-footer { background: #fff; margin-top: 15px; border-radius: 4px; padding: 20px; }
.KLLFHUJkeywords-footer-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #1a73e8; }
.KLLFHUJkeywords-footer-list { display: flex; flex-wrap: wrap; gap: 10px; }
.KLLFHUJkeywords-footer-item { display: inline-block; padding: 8px 15px; background: #f0f7ff; color: #1a73e8; border-radius: 3px; font-size: 13px; transition: all 0.3s; }
.KLLFHUJkeywords-footer-item:hover { background: #1a73e8; color: #fff; }
.KLLFHUJrmi-btn-upcoming { display: inline-block; padding: 6px 16px; background: #f0f0f0; color: #666; border-radius: 3px; font-size: 12px; text-decoration: none; }
.KLLFHUJrmi-btn-upcoming:hover { background: #e0e0e0; color: #333; }

/* ===== Tags 页面优化样式 ===== */
/* 视频列表改为单列布局 */
.KLLFHUJvideo-list { 
    padding: 15px 20px !important;
    display: grid !important;
    grid-template-columns: 1fr !important; 
    gap: 10px !important;
}
.KLLFHUJvideo-list li { 
    background: #f8f9fa !important; 
    border-radius: 4px !important; 
    padding: 12px 15px !important; 
    transition: all 0.3s !important; 
    border: 1px solid #eee !important;
}
.KLLFHUJvideo-list li:hover { 
    background: #e3f2fd !important; 
    border-color: #1a73e8 !important;
}
.KLLFHUJvideo-list li a { 
    color: #333 !important; 
    display: block !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}
.KLLFHUJvideo-list li a:hover { 
    color: #1a73e8 !important;
}
.KLLFHUJvideo-item-title { 
    font-size: 14px; 
    font-weight: bold; 
    line-height: 1.5; 
    margin-bottom: 6px;
    color: #333;
}
.KLLFHUJvideo-item-desc { 
    font-size: 13px; 
    color: #666; 
    line-height: 1.6; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    margin-top: 5px;
}

/* 侧边栏新闻列表优化 */
.KLLFHUJsidebar-news-list li { 
    padding: 10px 15px; 
    border-bottom: 1px solid #f0f0f0;
}
.KLLFHUJsidebar-news-list li:last-child { 
    border-bottom: none;
}
.KLLFHUJsidebar-news-list li a { 
    font-size: 13px; 
    color: #333; 
    line-height: 1.6;
    display: block;
    word-wrap: break-word;
    white-space: normal;
}
.KLLFHUJsidebar-news-list li a:hover { 
    color: #1a73e8;
}
.KLLFHUJsidebar-news-list li strong { 
    color: #ff6600; 
    margin-right: 5px;
}

/* 标签描述区域样式 */
.KLLFHUJtag-description { 
    padding: 15px 20px; 
    background: #f8f9fa; 
    border-bottom: 1px solid #eee;
    font-size: 14px; 
    color: #666; 
    line-height: 1.8;
}
.KLLFHUJtag-description p {
    margin: 0;
}

/* H1 标签优化 */
h1.video-title {
    margin: 0;
    font-size: 18px;
}

/* 分页包装器 */
.KLLFHUJpagination-wrapper {
    background: #fff;
    padding: 15px 20px;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
}

/* 相关内容推荐 */
.KLLFHUJrelated-content {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px;
}
.KLLFHUJrelated-content .KLLFHUJsection-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a73e8;
}
.KLLFHUJrelated-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.KLLFHUJrelated-tags .KLLFHUJtag-link {
    display: inline-block;
    padding: 6px 14px;
    background: #f0f7ff;
    color: #1a73e8;
    border-radius: 3px;
    font-size: 13px;
    transition: all 0.3s;
}
.KLLFHUJrelated-tags .KLLFHUJtag-link:hover {
    background: #1a73e8;
    color: #fff;
}

/* 侧边栏标签云 */
.KLLFHUJsidebar-tags {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.KLLFHUJsidebar-tag-link {
    display: inline-block;
    padding: 4px 10px;
    background: #f0f7ff;
    color: #1a73e8;
    border-radius: 3px;
    font-size: 12px;
    transition: all 0.3s;
}
.KLLFHUJsidebar-tag-link:hover {
    background: #1a73e8;
    color: #fff;
}

/* ===== 首页 SEO 优化样式 ===== */
/* 面包屑导航 */
.KLLFHUJbreadcrumb {
    background: #fff;
    padding: 12px 20px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #999;
}
.KLLFHUJbreadcrumb a {
    color: #1a73e8;
}
.KLLFHUJbreadcrumb a:hover {
    color: #ff6600;
}

/* H1 主标题 */
.KLLFHUJsite-main-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 15px 20px;
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
    border-left: 4px solid #1a73e8;
}

/* 网站介绍区 */
.KLLFHUJsite-intro-section {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px;
    border-left: 4px solid #1a73e8;
}
.KLLFHUJsite-intro-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.KLLFHUJsite-intro-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* SEO内链导航区 */
.KLLFHUJseo-nav-section {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px;
}
.KLLFHUJseo-nav-section h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a73e8;
}
.KLLFHUJseo-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
/* 两列布局（足球+篮球） */
.KLLFHUJseo-nav-two-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.KLLFHUJseo-nav-col h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.KLLFHUJseo-nav-col h3 a {
    color: #333;
}
.KLLFHUJseo-nav-col h3 a:hover {
    color: #1a73e8;
}
.KLLFHUJseo-nav-col ul {
    list-style: none;
    padding: 0;
}
.KLLFHUJseo-nav-col ul li {
    margin-bottom: 6px;
}
.KLLFHUJseo-nav-col ul li a {
    font-size: 13px;
    color: #666;
    transition: color 0.2s;
}
.KLLFHUJseo-nav-col ul li a:hover {
    color: #1a73e8;
}
/* 赛事列表多列展示 */
.KLLFHUJseo-match-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px 15px;
}
.KLLFHUJseo-match-list li {
    margin-bottom: 4px;
}
.KLLFHUJseo-match-list li a {
    font-size: 13px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 3px 6px;
    border-radius: 3px;
    transition: all 0.2s;
}
.KLLFHUJseo-match-list li a:hover {
    color: #1a73e8;
    background: #f0f7ff;
}
@media (max-width: 768px) {
    .KLLFHUJseo-nav-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .KLLFHUJseo-nav-two-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .KLLFHUJseo-match-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 480px) {
    .KLLFHUJseo-nav-grid {
        grid-template-columns: 1fr;
    }
    .KLLFHUJseo-match-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 标签云 */
.KLLFHUJtags-cloud {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px;
}
.KLLFHUJtags-cloud h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a73e8;
}
.KLLFHUJtags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.KLLFHUJtags-list .KLLFHUJtag-item {
    display: inline-block;
    padding: 6px 14px;
    background: #f0f7ff;
    color: #1a73e8;
    border-radius: 3px;
    font-size: 13px;
    transition: all 0.3s;
}
.KLLFHUJtags-list .KLLFHUJtag-item:hover {
    background: #1a73e8;
    color: #fff;
}

/* 热门球队 */
.KLLFHUJhot-teams-section {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 10px;
}
.KLLFHUJhot-teams-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a73e8;
}
.KLLFHUJhot-teams-header h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0;
    padding: 0;
    border: none;
}
.KLLFHUJhot-teams-tabs {
    display: flex;
    gap: 10px;
}
.KLLFHUJtab-btn {
    padding: 6px 20px;
    border: 1px solid #1a73e8;
    background: #fff;
    color: #1a73e8;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}
.KLLFHUJtab-btn:hover {
    background: #f0f7ff;
}
.KLLFHUJtab-btn.active {
    background: #1a73e8;
    color: #fff;
}
.KLLFHUJhot-teams-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.KLLFHUJteam-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: all 0.3s;
    text-decoration: none;
}
.KLLFHUJteam-card:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-color: #1a73e8;
    transform: translateY(-2px);
}
.KLLFHUJteam-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.KLLFHUJteam-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.KLLFHUJteam-name {
    font-size: 13px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.KLLFHUJteam-card:hover .KLLFHUJteam-name {
    color: #1a73e8;
}
@media (max-width: 768px) {
    .KLLFHUJhot-teams-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .KLLFHUJhot-teams-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    .KLLFHUJteam-logo {
        width: 50px;
        height: 50px;
    }
    .KLLFHUJteam-name {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .KLLFHUJhot-teams-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .KLLFHUJteam-card {
        padding: 10px 6px;
    }
    .KLLFHUJteam-logo {
        width: 44px;
        height: 44px;
    }
}
