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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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