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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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