/* 大宏直播 - 仿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; }

/* 顶部导航 */
.AFEEWSFEtop_home { background: #fff; border-bottom: 2px solid #1a73e8; }
.AFEEWSFEW_1200 { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.AFEEWSFEtop_home .AFEEWSFEW_1200 { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.AFEEWSFEQZ-LOGO { flex-shrink: 0; }
.AFEEWSFEQZ-LOGO h1 { font-size: 0; line-height: 0; }
.AFEEWSFEQZ-LOGO h1 a { display: block; }
.AFEEWSFEQZ-LOGO h1 img { height: 50px; }
.AFEEWSFEQZ-nav { flex: 1; margin-left: 30px; }
.AFEEWSFEQZ-nav .nav { display: flex; align-items: center; height: 70px; gap: 5px; }
.AFEEWSFEQZ-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; }
.AFEEWSFEQZ-nav .nav li a:hover, .AFEEWSFEQZ-nav .nav li.active a { color: #1a73e8; background: #f0f7ff; }
.AFEEWSFEQZ-nav .nav li a i { display: inline-block; width: 10px; height: 10px; background: #1a73e8; border-radius: 50%; margin-right: 6px; vertical-align: middle; }

/* 赛事分类标签 */
.AFEEWSFEnav-zb { background: #fff; padding: 12px 0; margin-top: 10px; border-radius: 4px; }
.AFEEWSFEnav-zb ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.AFEEWSFEnav-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; }
.AFEEWSFEnav-zb ul a:hover { background: #1a73e8; color: #fff; }

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

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

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

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

/* 录像区 */
.AFEEWSFEvideo-section { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.AFEEWSFEvideo-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; }
.AFEEWSFEvideo-title a { color: #fff; font-size: 13px; font-weight: normal; }
.AFEEWSFEvideo-list { padding: 15px 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.AFEEWSFEvideo-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; }
.AFEEWSFEvideo-list li a:hover { background: #e3f2fd; color: #1a73e8; }

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

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

/* 底部 */
footer { background: #fff; margin-top: 20px; padding: 30px 0; border-top: 3px solid #1a73e8; }
.AFEEWSFEfooter-nav { text-align: center; margin-bottom: 15px; }
.AFEEWSFEfooter-nav a { margin: 0 10px; color: #333; font-size: 14px; }
.AFEEWSFEfooter-nav a:hover { color: #1a73e8; }
.AFEEWSFEfooter-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; }
.AFEEWSFEfooter-links { text-align: center; font-size: 13px; color: #999; margin-bottom: 10px; }
.AFEEWSFEfooter-links a { color: #1a73e8; }
.AFEEWSFEfooter-copy { text-align: center; font-size: 12px; color: #bbb; }
.AFEEWSFEfooter-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) {
    .AFEEWSFEvideo-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .AFEEWSFEtop_home .AFEEWSFEW_1200 { flex-direction: column; height: auto; padding: 10px 15px; }
    .AFEEWSFEQZ-nav { margin-left: 0; margin-top: 10px; }
    .AFEEWSFEQZ-nav .nav { flex-wrap: wrap; height: auto; justify-content: center; }
    .AFEEWSFEQZ-nav .nav li a { height: 36px; line-height: 36px; font-size: 14px; padding: 0 12px; }
    .AFEEWSFEmatch-item { flex-wrap: wrap; gap: 5px; }
    .AFEEWSFEmatch-item .AFEEWSFEm-league, .AFEEWSFEmatch-item .AFEEWSFEm-time { width: auto; }
    .AFEEWSFEvideo-list { grid-template-columns: 1fr; }
    .AFEEWSFEnews-list li { flex-direction: column; }
    .AFEEWSFEnews-list li .AFEEWSFEnews-img { width: 100%; height: 150px; }
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-row { flex-wrap: wrap; gap: 5px; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .AFEEWSFEdetail-layout { flex-direction: column; }
    .AFEEWSFEdetail-sidebar { width: 100%; }
    .AFEEWSFEdetail-teams { flex-direction: column; gap: 15px; }
    .AFEEWSFEteam-logo-lg { width: 60px; height: 60px; }
    .AFEEWSFEteam-name-lg { font-size: 15px; }
    .AFEEWSFEvs-score .AFEEWSFEscore { font-size: 28px; }
    /* 导航栏移动端 */
    .AFEEWSFEheader-inner { flex-direction: column; height: auto; padding: 10px 0; }
    .AFEEWSFEheader-logo { margin-bottom: 10px; }
    .AFEEWSFEheader-logo img { height: 40px; }
    .AFEEWSFEheader-nav { margin-left: 0; }
    .AFEEWSFEheader-nav ul { flex-wrap: wrap; height: auto; justify-content: center; gap: 0; }
    .AFEEWSFEheader-nav ul li a { height: 36px; line-height: 36px; font-size: 14px; padding: 0 10px; }
    /* 赛事列表移动端 - 两行布局（覆盖所有结构） */
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-row, .AFEEWSFEtoday-live .AFEEWSFEmatch-row, .AFEEWSFEmatch-list .AFEEWSFEmatch-row, .AFEEWSFEinter-matches .AFEEWSFEmatch-row, .AFEEWSFEmatch-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; }
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-league, .AFEEWSFEtoday-live .AFEEWSFEmatch-league, .AFEEWSFEmatch-list .AFEEWSFEmatch-league, .AFEEWSFEinter-matches .AFEEWSFEmatch-league, .AFEEWSFEmatch-league { display: inline-block !important; width: auto !important; font-size: 13px !important; color: #333 !important; flex-shrink: unset !important; }
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-time, .AFEEWSFEtoday-live .AFEEWSFEmatch-time, .AFEEWSFEmatch-list .AFEEWSFEmatch-time, .AFEEWSFEinter-matches .AFEEWSFEmatch-time, .AFEEWSFEmatch-time { display: inline-block !important; width: auto !important; font-size: 13px !important; color: #333 !important; flex-shrink: unset !important; }
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-status, .AFEEWSFEtoday-live .AFEEWSFEmatch-status, .AFEEWSFEmatch-list .AFEEWSFEmatch-action, .AFEEWSFEinter-matches .AFEEWSFEmatch-action, .AFEEWSFEmatch-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; }
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-teams, .AFEEWSFEtoday-live .AFEEWSFEmatch-teams, .AFEEWSFEmatch-list .AFEEWSFEmatch-teams-row, .AFEEWSFEinter-matches .AFEEWSFEmatch-teams-row, .AFEEWSFEmatch-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; }
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-teams img, .AFEEWSFEtoday-live .AFEEWSFEmatch-teams img, .AFEEWSFEmatch-list .AFEEWSFEmatch-teams-row img, .AFEEWSFEinter-matches .AFEEWSFEmatch-teams-row img { display: none !important; }
    .AFEEWSFEhot-live-list .AFEEWSFEmatch-teams .AFEEWSFEteam-name, .AFEEWSFEtoday-live .AFEEWSFEmatch-teams .AFEEWSFEteam-name, .AFEEWSFEmatch-list .AFEEWSFEmatch-teams-row span, .AFEEWSFEinter-matches .AFEEWSFEmatch-teams-row span { font-size: 15px !important; font-weight: bold !important; }
    .AFEEWSFEmatch-list .AFEEWSFEmatch-score, .AFEEWSFEinter-matches .AFEEWSFEmatch-score { display: inline !important; font-size: 13px !important; color: #999 !important; }
    .AFEEWSFEmatch-item { display: block !important; padding: 12px 12px !important; border-bottom: 1px solid #f0f0f0 !important; overflow: hidden !important; }
    .AFEEWSFEmatch-item .AFEEWSFEm-time { display: inline-block !important; font-size: 13px !important; color: #333 !important; vertical-align: middle !important; }
    .AFEEWSFEmatch-item .AFEEWSFEm-time::before { content: ""; font-size: 12px; color: #e91e63; margin-right: 2px; }
    .AFEEWSFEmatch-item .AFEEWSFEm-league { display: inline-block !important; font-size: 14px !important; color: #e91e63 !important; font-weight: bold !important; vertical-align: middle !important; margin: 0 6px !important; }
    .AFEEWSFEmatch-item .AFEEWSFEm-status { display: inline-block !important; float: right !important; vertical-align: middle !important; margin-top: 0 !important; }
    .AFEEWSFEmatch-item .AFEEWSFEm-status .AFEEWSFEbtn-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; }
    .AFEEWSFEmatch-item .AFEEWSFEm-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; }
    .AFEEWSFEmatch-item .AFEEWSFEm-teams .AFEEWSFEteam-logo { display: none !important; }
    .AFEEWSFEmatch-item .AFEEWSFEm-teams .AFEEWSFEteam-name { font-size: 15px !important; font-weight: bold !important; color: #333 !important; }
    .AFEEWSFEmatch-item .AFEEWSFEm-teams .AFEEWSFEvs-text { color: #999 !important; margin: 0 6px !important; font-size: 13px !important; }
    /* 新闻列表移动端 */
    .AFEEWSFEnews-list li { flex-direction: column; }
    .AFEEWSFEnews-img { width: 100% !important; height: 150px !important; }
    /* 录像列表移动端 */
    .AFEEWSFEvideo-list { grid-template-columns: 1fr !important; }
    /* 专题网格移动端 */
    .AFEEWSFEinter-grid { grid-template-columns: repeat(2, 1fr); }
    /* 专题详情移动端 */
    .AFEEWSFEinter-header { flex-direction: column; }
    .AFEEWSFEinter-cover { width: 100%; height: 160px; }
    /* 球队详情移动端 */
    .AFEEWSFEteam-profile { flex-direction: column; text-align: center; }
    /* 分页移动端 */
    .AFEEWSFEpagination { flex-wrap: wrap; }
    .AFEEWSFEpagination li a, .AFEEWSFEpagination li span { min-width: 30px; height: 30px; line-height: 30px; font-size: 12px; }
    /* 侧边栏排行移动端 */
    .AFEEWSFEsidebar-news-list li { font-size: 13px; }
    /* 面包屑移动端 */
    .AFEEWSFEdetail-breadcrumb { font-size: 12px; padding: 10px 15px; }
    /* 赛事分类标签移动端 */
    .AFEEWSFEnav-zb ul { flex-wrap: wrap; }
    .AFEEWSFEnav-zb ul a { padding: 5px 12px; font-size: 13px; }
    /* W_1200 移动端 */
    .AFEEWSFEW_1200 { padding: 0 10px; }
}

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

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

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

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

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

/* ===== Tags 页面优化样式 ===== */
/* 视频列表改为单列布局 */
.AFEEWSFEvideo-list { 
    padding: 15px 20px !important;
    display: grid !important;
    grid-template-columns: 1fr !important; 
    gap: 10px !important;
}
.AFEEWSFEvideo-list li { 
    background: #f8f9fa !important; 
    border-radius: 4px !important; 
    padding: 12px 15px !important; 
    transition: all 0.3s !important; 
    border: 1px solid #eee !important;
}
.AFEEWSFEvideo-list li:hover { 
    background: #e3f2fd !important; 
    border-color: #1a73e8 !important;
}
.AFEEWSFEvideo-list li a { 
    color: #333 !important; 
    display: block !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}
.AFEEWSFEvideo-list li a:hover { 
    color: #1a73e8 !important;
}
.AFEEWSFEvideo-item-title { 
    font-size: 14px; 
    font-weight: bold; 
    line-height: 1.5; 
    margin-bottom: 6px;
    color: #333;
}
.AFEEWSFEvideo-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;
}

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

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

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

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

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

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

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

/* H1 主标题 */
.AFEEWSFEsite-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;
}

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

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

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

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