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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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