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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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