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

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

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

/* 热门直播区 - 卡片网格布局 */
.DSFGDSHGFDHhot-live { background: #fff; margin-top: 10px; border-radius: 4px; overflow: hidden; }
.DSFGDSHGFDHhot-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; }
.DSFGDSHGFDHhot-live-title a { color: #fff; font-size: 13px; font-weight: normal; }
.DSFGDSHGFDHhot-live-cards { padding: 15px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.DSFGDSHGFDHhot-card { display: block; background: #fafafa; border: 1px solid #eee; border-radius: 8px; padding: 16px; transition: all 0.3s; text-decoration: none; position: relative; }
.DSFGDSHGFDHhot-card:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.1); border-color: #1a73e8; transform: translateY(-2px); }
.DSFGDSHGFDHhot-card-league { display: inline-block; padding: 3px 12px; background: #1a73e8; color: #fff; border-radius: 12px; font-size: 12px; font-weight: bold; margin-bottom: 10px; }
.DSFGDSHGFDHhot-card-time { font-size: 22px; font-weight: bold; color: #333; margin-bottom: 12px; }
.DSFGDSHGFDHhot-card-teams { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; }
.DSFGDSHGFDHhot-card-team { font-size: 14px; font-weight: bold; color: #333; flex: 1; text-align: center; }
.DSFGDSHGFDHhot-card-vs { color: #ff6600; font-size: 13px; font-weight: bold; flex-shrink: 0; }
.DSFGDSHGFDHhot-card-status { text-align: center; }
.DSFGDSHGFDHhot-card-status .DSFGDSHGFDHhot-card-live { display: inline-block; padding: 4px 14px; background: #ff4444; color: #fff; border-radius: 14px; font-size: 12px; font-weight: bold; }
.DSFGDSHGFDHhot-card-status .DSFGDSHGFDHhot-card-upcoming { display: inline-block; padding: 4px 14px; background: #e8f4fd; color: #1a73e8; border-radius: 14px; font-size: 12px; font-weight: bold; }

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

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

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

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

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

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

/* 底部 */
footer { background: #fff; margin-top: 20px; padding: 30px 0; border-top: 3px solid #1a73e8; }
.DSFGDSHGFDHfooter-nav { text-align: center; margin-bottom: 15px; }
.DSFGDSHGFDHfooter-nav a { margin: 0 10px; color: #333; font-size: 14px; }
.DSFGDSHGFDHfooter-nav a:hover { color: #1a73e8; }
.DSFGDSHGFDHfooter-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; }
.DSFGDSHGFDHfooter-links { text-align: center; font-size: 13px; color: #999; margin-bottom: 10px; }
.DSFGDSHGFDHfooter-links a { color: #1a73e8; }
.DSFGDSHGFDHfooter-copy { text-align: center; font-size: 12px; color: #bbb; }
.DSFGDSHGFDHfooter-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) {
    .DSFGDSHGFDHvideo-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .DSFGDSHGFDHtop_home .DSFGDSHGFDHW_1200 { flex-direction: column; height: auto; padding: 10px 15px; }
    .DSFGDSHGFDHQZ-nav { margin-left: 0; margin-top: 10px; }
    .DSFGDSHGFDHQZ-nav .nav { flex-wrap: wrap; height: auto; justify-content: center; }
    .DSFGDSHGFDHQZ-nav .nav li a { height: 36px; line-height: 36px; font-size: 14px; padding: 0 12px; }
    .DSFGDSHGFDHmatch-item { flex-wrap: wrap; gap: 5px; }
    .DSFGDSHGFDHmatch-item .DSFGDSHGFDHm-league, .DSFGDSHGFDHmatch-item .DSFGDSHGFDHm-time { width: auto; }
    .DSFGDSHGFDHvideo-list { grid-template-columns: 1fr; }
    .DSFGDSHGFDHnews-list li { flex-direction: column; }
    .DSFGDSHGFDHnews-list li .DSFGDSHGFDHnews-img { width: 100%; height: 150px; }
    .DSFGDSHGFDHhot-live-cards { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 12px 15px; }
    .DSFGDSHGFDHhot-card { padding: 12px; }
    .DSFGDSHGFDHhot-card-time { font-size: 18px; }
    .DSFGDSHGFDHhot-card-team { font-size: 13px; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 480px) {
    .DSFGDSHGFDHinter-grid { grid-template-columns: 1fr; }
    .DSFGDSHGFDHheader-nav ul li a { padding: 0 8px; font-size: 13px; }
    .DSFGDSHGFDHmatch-teams-row { flex-direction: column; align-items: flex-start; gap: 5px; }
    .DSFGDSHGFDHteam-home, .DSFGDSHGFDHteam-away { font-size: 13px; }
    .DSFGDSHGFDHmatch-score { font-size: 14px; }
    .DSFGDSHGFDHhot-live-cards { grid-template-columns: 1fr; gap: 8px; padding: 10px 12px; }
    .DSFGDSHGFDHhot-card { padding: 10px; }
    .DSFGDSHGFDHhot-card-time { font-size: 16px; margin-bottom: 8px; }
    .DSFGDSHGFDHhot-card-team { font-size: 12px; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== 专题详情页优化样式 ===== */
.DSFGDSHGFDHinter-header { display: flex; gap: 25px; background: #fff; padding: 25px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHinter-cover { flex-shrink: 0; width: 320px; height: 200px; border-radius: 8px; overflow: hidden; background: #f5f5f5; }
.DSFGDSHGFDHinter-cover img { width: 100%; height: 100%; object-fit: cover; }
.DSFGDSHGFDHinter-info { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.DSFGDSHGFDHinter-info h1 { font-size: 22px; font-weight: bold; color: #333; margin: 0 0 12px 0; line-height: 1.4; }
.DSFGDSHGFDHinter-meta { display: flex; gap: 20px; font-size: 13px; color: #999; margin-bottom: 12px; }
.DSFGDSHGFDHinter-desc { font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 15px; }
.DSFGDSHGFDHinter-more { color: #1a73e8; font-size: 14px; font-weight: bold; text-decoration: none; }
.DSFGDSHGFDHinter-more:hover { color: #ff6600; }

/* 直播信号按钮优化 */
.DSFGDSHGFDHsignal-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.DSFGDSHGFDHsignal-btn { display: inline-block; padding: 8px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; border-radius: 20px; font-size: 13px; text-decoration: none; transition: all 0.3s; box-shadow: 0 2px 6px rgba(102,126,234,0.3); }
.DSFGDSHGFDHsignal-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(102,126,234,0.4); color: #fff; }

/* 相关赛事标题优化 */
.DSFGDSHGFDHsection-title { background: linear-gradient(90deg, #ff9933, #ff6600); color: #fff; padding: 14px 20px; font-size: 16px; font-weight: bold; border-radius: 8px 8px 0 0; margin: 0; }

/* 赛事行优化 */
.DSFGDSHGFDHmatch-row { display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid #f0f0f0; background: #fff; transition: background 0.2s; }
.DSFGDSHGFDHmatch-row:hover { background: #f9f9f9; }
.DSFGDSHGFDHmatch-row:last-child { border-bottom: none; border-radius: 0 0 8px 8px; }
.DSFGDSHGFDHmatch-league { width: 120px; flex-shrink: 0; }
.DSFGDSHGFDHmatch-league a { font-size: 14px; color: #1a73e8; font-weight: bold; text-decoration: none; }
.DSFGDSHGFDHmatch-league a:hover { color: #ff6600; }
.DSFGDSHGFDHmatch-time { font-size: 12px; color: #999; margin-top: 4px; }
.DSFGDSHGFDHmatch-teams-row { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; }
.DSFGDSHGFDHteam-home, .DSFGDSHGFDHteam-away { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; }
.DSFGDSHGFDHteam-home:hover, .DSFGDSHGFDHteam-away:hover { color: #1a73e8; }
.DSFGDSHGFDHteam-home img, .DSFGDSHGFDHteam-away img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: #f5f5f5; }
.DSFGDSHGFDHteam-home span, .DSFGDSHGFDHteam-away span { font-size: 14px; font-weight: 500; }
.DSFGDSHGFDHmatch-score { font-size: 16px; font-weight: bold; color: #ff6600; min-width: 60px; text-align: center; }
.DSFGDSHGFDHmatch-score span { color: #333; }
.DSFGDSHGFDHmatch-action { width: 100px; flex-shrink: 0; text-align: right; }
.DSFGDSHGFDHbtn-live { display: inline-block; padding: 6px 16px; background: #ff4d4f; color: #fff; border-radius: 16px; font-size: 12px; text-decoration: none; }
.DSFGDSHGFDHbtn-live:hover { background: #ff7875; color: #fff; }
.DSFGDSHGFDHbtn-upcoming { display: inline-block; padding: 6px 16px; background: #e8f4fd; color: #1a73e8; border-radius: 16px; font-size: 12px; text-decoration: none; }
.DSFGDSHGFDHbtn-upcoming:hover { background: #bae0ff; color: #1a73e8; }

/* 侧边栏优化 */
.DSFGDSHGFDHsidebar-box { background: #fff; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHsidebar-title { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #f8f9fa; border-bottom: 1px solid #eee; font-size: 15px; font-weight: bold; }
.DSFGDSHGFDHsidebar-title a { font-size: 13px; color: #999; text-decoration: none; }
.DSFGDSHGFDHsidebar-title a:hover { color: #1a73e8; }
.DSFGDSHGFDHsidebar-inter-list { padding: 10px 0; }
.DSFGDSHGFDHsidebar-inter-list li { padding: 10px 20px; border-bottom: 1px dashed #f0f0f0; }
.DSFGDSHGFDHsidebar-inter-list li:last-child { border-bottom: none; }
.DSFGDSHGFDHsidebar-inter-list li a { color: #333; font-size: 14px; text-decoration: none; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.DSFGDSHGFDHsidebar-inter-list li a:hover { color: #1a73e8; }

/* ===== 搜索聚合页优化样式 ===== */
.DSFGDSHGFDHsearch-page-header { background: #fff; padding: 25px 30px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHsearch-page-header h1 { font-size: 22px; color: #333; margin-bottom: 12px; font-weight: bold; }
.DSFGDSHGFDHsearch-page-header p { font-size: 14px; color: #666; line-height: 1.6; }

.DSFGDSHGFDHsignal-section { background: #fff; padding: 20px 30px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHsignal-section p { font-size: 14px; color: #333; margin-bottom: 12px; font-weight: bold; }

.DSFGDSHGFDHmatches-container { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHdate-header-bar { background: linear-gradient(90deg, #4a9eff, #1a73e8); color: #fff; padding: 12px 20px; font-size: 15px; font-weight: bold; display: flex; align-items: center; gap: 10px; }
.DSFGDSHGFDHdate-header-bar .week { font-size: 13px; font-weight: normal; opacity: 0.9; }

.DSFGDSHGFDHmatch-item { display: flex; align-items: center; padding: 15px 20px; border-bottom: 1px solid #f0f0f0; transition: background 0.2s; }
.DSFGDSHGFDHmatch-item:last-child { border-bottom: none; }
.DSFGDSHGFDHmatch-item:hover { background: #f9f9f9; }

.DSFGDSHGFDHmatch-info-left { width: 100px; flex-shrink: 0; }
.DSFGDSHGFDHleague { font-size: 13px; color: #666; margin-bottom: 4px; }
.DSFGDSHGFDHtime { font-size: 14px; color: #1a73e8; font-weight: bold; }

.DSFGDSHGFDHmatch-teams-center { flex: 1; display: flex; align-items: center; justify-content: center; gap: 15px; }
.DSFGDSHGFDHteam-item { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #333; }
.DSFGDSHGFDHteam-item:hover { color: #1a73e8; }
.DSFGDSHGFDHteam-item img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; background: #f5f5f5; }
.DSFGDSHGFDHteam-item span { font-size: 14px; color: #333; font-weight: 500; }
.DSFGDSHGFDHvs-text { color: #ff6600; font-weight: bold; font-size: 14px; padding: 0 10px; }
.DSFGDSHGFDHscore-text { color: #ff6600; font-weight: bold; font-size: 16px; padding: 0 10px; }

.DSFGDSHGFDHmatch-status-right { width: 100px; flex-shrink: 0; text-align: right; }
.DSFGDSHGFDHbtn-live-status { display: inline-block; padding: 6px 16px; background: #ff4d4f; color: #fff; border-radius: 16px; font-size: 12px; text-decoration: none; }
.DSFGDSHGFDHbtn-live-status:hover { background: #ff7875; color: #fff; }
.DSFGDSHGFDHbtn-upcoming-status { display: inline-block; padding: 6px 16px; background: #e8f4fd; color: #1a73e8; border-radius: 16px; font-size: 12px; text-decoration: none; }
.DSFGDSHGFDHbtn-upcoming-status:hover { background: #bae0ff; color: #1a73e8; }

.DSFGDSHGFDHsidebar-widget { background: #fff; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHsidebar-widget-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #f8f9fa; border-bottom: 1px solid #eee; }
.DSFGDSHGFDHsidebar-widget-header span { font-size: 15px; font-weight: bold; color: #333; }
.DSFGDSHGFDHsidebar-widget-header a { font-size: 13px; color: #999; text-decoration: none; }
.DSFGDSHGFDHsidebar-widget-header a:hover { color: #1a73e8; }
.DSFGDSHGFDHsidebar-widget-list { padding: 10px 0; }
.DSFGDSHGFDHsidebar-widget-list li { padding: 10px 20px; border-bottom: 1px dashed #f0f0f0; }
.DSFGDSHGFDHsidebar-widget-list li:last-child { border-bottom: none; }
.DSFGDSHGFDHsidebar-widget-list li a { color: #333; font-size: 14px; text-decoration: none; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.DSFGDSHGFDHsidebar-widget-list li a:hover { color: #1a73e8; }

.DSFGDSHGFDHno-live-message { text-align: center; padding: 60px 20px; color: #999; }
.DSFGDSHGFDHno-live-message p:first-child { font-size: 16px; color: #666; }

.DSFGDSHGFDHrelated-matches-title { background: linear-gradient(90deg, #ff9933, #ff6600); color: #fff; padding: 14px 20px; font-size: 16px; font-weight: bold; }

/* 专题/搜索页响应式 */
@media (max-width: 768px) {
    .DSFGDSHGFDHinter-header { flex-direction: column; padding: 15px; }
    .DSFGDSHGFDHinter-cover { width: 100%; height: 180px; }
    .DSFGDSHGFDHmatch-row { flex-wrap: wrap; gap: 10px; padding: 12px 15px; }
    .DSFGDSHGFDHmatch-league { width: auto; }
    .DSFGDSHGFDHmatch-action { width: auto; text-align: left; }
    .DSFGDSHGFDHsearch-page-header { padding: 15px; }
    .DSFGDSHGFDHsignal-section { padding: 15px; }
    .DSFGDSHGFDHmatch-item { flex-wrap: wrap; gap: 10px; padding: 12px 15px; }
    .DSFGDSHGFDHmatch-info-left { width: auto; }
    .DSFGDSHGFDHmatch-status-right { width: auto; text-align: left; }
    .DSFGDSHGFDHteam-item img { width: 28px; height: 28px; }
}

/* ===== 球员详情页样式 ===== */
.DSFGDSHGFDHplayer-profile { display: flex; gap: 25px; background: #fff; padding: 25px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHplayer-avatar { flex-shrink: 0; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; background: #f5f5f5; border: 3px solid #1a73e8; }
.DSFGDSHGFDHplayer-avatar img { width: 100%; height: 100%; object-fit: cover; }
.DSFGDSHGFDHplayer-info { flex: 1; }
.DSFGDSHGFDHplayer-info h1 { font-size: 24px; font-weight: bold; color: #333; margin: 0 0 12px 0; }
.DSFGDSHGFDHplayer-team { font-size: 14px; color: #666; margin-bottom: 12px; }
.DSFGDSHGFDHplayer-team a { color: #1a73e8; text-decoration: none; font-weight: bold; }
.DSFGDSHGFDHplayer-team a:hover { color: #ff6600; }
.DSFGDSHGFDHplayer-desc { font-size: 14px; color: #666; line-height: 1.8; }

@media (max-width: 768px) {
    .DSFGDSHGFDHplayer-profile { flex-direction: column; align-items: center; text-align: center; padding: 15px; }
    .DSFGDSHGFDHplayer-avatar { width: 120px; height: 120px; }
}

/* 球队阵容网格 */
.DSFGDSHGFDHteam-players { background: #fff; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.DSFGDSHGFDHplayer-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; padding: 20px; }
.DSFGDSHGFDHplayer-card { display: flex; flex-direction: column; align-items: center; text-decoration: none; padding: 10px; border-radius: 8px; transition: all 0.3s; background: #fafafa; border: 1px solid #eee; }
.DSFGDSHGFDHplayer-card:hover { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,0.1); border-color: #1a73e8; transform: translateY(-2px); }
.DSFGDSHGFDHplayer-card-avatar { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; background: #f5f5f5; margin-bottom: 8px; }
.DSFGDSHGFDHplayer-card-avatar img { width: 100%; height: 100%; object-fit: cover; }
.DSFGDSHGFDHplayer-card-name { font-size: 13px; color: #333; text-align: center; font-weight: 500; }
.DSFGDSHGFDHplayer-card:hover .DSFGDSHGFDHplayer-card-name { color: #1a73e8; }

@media (max-width: 768px) {
    .DSFGDSHGFDHplayer-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 15px; }
    .DSFGDSHGFDHplayer-card-avatar { width: 50px; height: 50px; }
    .DSFGDSHGFDHplayer-card-name { font-size: 12px; }
}
@media (max-width: 480px) {
    .DSFGDSHGFDHplayer-grid { grid-template-columns: repeat(3, 1fr); }
}

/* 球员空状态 */
.DSFGDSHGFDHplayer-empty { text-align: center; padding: 40px 20px; color: #999; font-size: 14px; background: #fafafa; border-radius: 8px; margin: 10px 0; }
