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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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