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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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