/* 大宏直播 - 移动端样式 (仿蜘蛛直播网) */

/* 默认：隐藏移动端元素 */
.m-show { display: none !important; }
.m-hide { display: block !important; }

/* 移动端强制样式 - 通过JS添加html类名触发 */
html.is-mobile .m-show { display: block !important; }
html.is-mobile .m-hide { display: none !important; }
html.is-mobile .pc-hide { display: none !important; }
html.is-mobile .FFDGDDREsite-header { display: none !important; }
html.is-mobile { background: #f0f2f5; font-size: 14px; padding-bottom: 60px; margin: 0; }
html.is-mobile .FFDGDDREW_1200 { padding: 0; max-width: 100%; }
html.is-mobile .FFDGDDREdetail-layout { flex-direction: column !important; }
html.is-mobile .FFDGDDREdetail-sidebar { width: 100% !important; order: 2; }
html.is-mobile .FFDGDDREdetail-main { order: 1; }

/* 移动端UA强制样式（不依赖屏幕宽度）- 扁平选择器 */
html.is-mobile body { background: #f0f2f5; font-size: 14px; padding-bottom: 60px; margin: 0; }
html.is-mobile .FFDGDDREW_1200 { padding: 0; max-width: 100%; }
html.is-mobile .FFDGDDREsite-header { display: none !important; }
html.is-mobile .FFDGDDREm-header { background: #e91e63; padding: 12px 15px; position: sticky; top: 0; z-index: 100; }
html.is-mobile .FFDGDDREm-header-logo { text-align: center; margin-bottom: 10px; }
html.is-mobile .FFDGDDREm-header-logo img { height: 32px; }
html.is-mobile .FFDGDDREm-nav { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
html.is-mobile .FFDGDDREm-nav a { color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; padding: 4px 8px; border-radius: 3px; }
html.is-mobile .FFDGDDREm-nav a:hover, html.is-mobile .FFDGDDREm-nav a.active { background: rgba(255,255,255,0.2); }
html.is-mobile .FFDGDDREm-cate-bar { background: #fff; padding: 10px; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; border-bottom: 1px solid #eee; }
html.is-mobile .FFDGDDREm-cate-bar::-webkit-scrollbar { display: none; }
html.is-mobile .FFDGDDREm-cate-bar a { display: inline-block; padding: 6px 14px; background: #f5f5f5; color: #333; border-radius: 15px; font-size: 13px; margin-right: 8px; text-decoration: none; }
html.is-mobile .FFDGDDREm-cate-bar a:hover, html.is-mobile .FFDGDDREm-cate-bar a.active { background: #e91e63; color: #fff; }
html.is-mobile .FFDGDDREm-date-header { background: #f5f5f5; padding: 10px 15px; font-size: 15px; font-weight: bold; color: #333; text-align: center; border-bottom: 1px solid #eee; }
html.is-mobile .FFDGDDREm-tab-bar { display: flex; background: #e91e63; }
html.is-mobile .FFDGDDREm-tab-bar a { flex: 1; text-align: center; padding: 10px 0; color: #fff; font-size: 14px; font-weight: bold; text-decoration: none; }
html.is-mobile .FFDGDDREm-tab-bar a.active { background: #c2185b; }
html.is-mobile .FFDGDDREm-tab-bar a:first-child { background: #f9a825; }
html.is-mobile .FFDGDDREm-tab-bar a:first-child.active { background: #f57f17; }
html.is-mobile .FFDGDDREm-match-list { background: #fff; }
html.is-mobile .FFDGDDREm-match-item { display: flex; flex-wrap: wrap; align-items: center; padding: 12px 15px; border-bottom: 1px solid #f0f0f0; }
html.is-mobile .FFDGDDREm-match-item:active { background: #f5f5f5; }
html.is-mobile .FFDGDDREm-match-top { display: flex; align-items: center; width: 100%; margin-bottom: 8px; }
html.is-mobile .FFDGDDREm-match-time { font-size: 13px; color: #666; display: flex; align-items: center; gap: 4px; width: 90px; flex-shrink: 0; }
html.is-mobile .FFDGDDREm-match-time .FFDGDDREclock-icon { color: #e91e63; }
html.is-mobile .FFDGDDREm-match-league { flex: 1; text-align: center; font-size: 14px; font-weight: bold; color: #e91e63; }
html.is-mobile .FFDGDDREm-match-btn { width: 90px; flex-shrink: 0; text-align: right; }
html.is-mobile .FFDGDDREm-match-btn .FFDGDDREbtn-live { display: inline-block; padding: 5px 12px; background: #e91e63; color: #fff; border-radius: 3px; font-size: 12px; text-decoration: none; }
html.is-mobile .FFDGDDREm-match-btn .FFDGDDREbtn-upcoming { display: inline-block; padding: 5px 12px; background: #fce4ec; color: #e91e63; border-radius: 3px; font-size: 12px; text-decoration: none; }
html.is-mobile .FFDGDDREm-match-teams { width: 100%; text-align: center; font-size: 15px; font-weight: bold; color: #333; }
html.is-mobile .FFDGDDREm-match-teams .FFDGDDREvs { color: #999; margin: 0 8px; font-weight: normal; font-size: 13px; }
html.is-mobile .FFDGDDREm-bottom-tab { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; display: flex; border-top: 1px solid #eee; z-index: 100; height: 55px; }
html.is-mobile .FFDGDDREm-bottom-tab a { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; color: #999; font-size: 12px; gap: 3px; }
html.is-mobile .FFDGDDREm-bottom-tab a.active { color: #e91e63; }
html.is-mobile .FFDGDDREm-bottom-tab a .FFDGDDREtab-icon { font-size: 22px; }
html.is-mobile .FFDGDDREdetail-layout { flex-direction: column !important; }
html.is-mobile .FFDGDDREdetail-sidebar { width: 100% !important; order: 2; }
html.is-mobile .FFDGDDREdetail-main { order: 1; }
html.is-mobile .FFDGDDREmatch-list .FFDGDDREmatch-row, html.is-mobile .FFDGDDREmatch-row { display: block !important; padding: 12px 12px !important; border-bottom: 1px solid #f0f0f0 !important; flex-direction: unset !important; align-items: unset !important; }
html.is-mobile .FFDGDDREmatch-row:active { background: #f5f5f5 !important; }
html.is-mobile .FFDGDDREmatch-list .FFDGDDREmatch-league, html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-league { display: inline-block !important; font-size: 13px !important; color: #333 !important; vertical-align: middle !important; width: auto !important; flex-shrink: unset !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-league a { color: #333 !important; text-decoration: none !important; }
html.is-mobile .FFDGDDREmatch-list .FFDGDDREmatch-time, html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-time { display: inline-block !important; font-size: 13px !important; color: #333 !important; vertical-align: middle !important; margin-left: 6px !important; width: auto !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-time::before { content: "🕐"; font-size: 12px; color: #e91e63; margin-right: 2px; }
html.is-mobile .FFDGDDREmatch-list .FFDGDDREmatch-action, html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-action { display: inline-block !important; float: right !important; vertical-align: middle !important; width: auto !important; text-align: unset !important; margin-top: 0 !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-action .FFDGDDREbtn-live { display: inline-block !important; padding: 6px 14px !important; background: #e91e63 !important; color: #fff !important; border-radius: 18px !important; font-size: 12px !important; text-decoration: none !important; font-weight: bold !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-action .FFDGDDREbtn-upcoming { display: inline-block !important; padding: 6px 14px !important; background: #f5f5f5 !important; color: #999 !important; border-radius: 18px !important; font-size: 12px !important; text-decoration: none !important; }
html.is-mobile .FFDGDDREmatch-list .FFDGDDREmatch-teams-row, html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-teams-row { display: block !important; width: 100% !important; text-align: center !important; margin-top: 8px !important; clear: both !important; padding-top: 2px !important; justify-content: unset !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-teams-row .FFDGDDREteam-home,
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-teams-row .FFDGDDREteam-away { display: inline !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-teams-row img { display: none !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-teams-row span { font-size: 15px !important; font-weight: bold !important; color: #333 !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-score { display: inline !important; font-size: 13px !important; color: #999 !important; margin: 0 6px !important; }
html.is-mobile .FFDGDDREmatch-row .FFDGDDREmatch-score span { font-size: 13px !important; color: #999 !important; }
html.is-mobile .FFDGDDREmatch-item { display: block !important; padding: 12px 12px !important; border-bottom: 1px solid #f0f0f0 !important; }
html.is-mobile .FFDGDDREmatch-item:active { background: #f5f5f5 !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-time { display: inline-block !important; font-size: 13px !important; color: #333 !important; vertical-align: middle !important; width: auto !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-time::before { content: "🕐"; font-size: 12px; color: #e91e63; margin-right: 2px; }
html.is-mobile .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; background: transparent !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-status { display: inline-block !important; float: right !important; vertical-align: middle !important; }
html.is-mobile .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; text-decoration: none !important; font-weight: bold !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-status .FFDGDDREbtn-upcoming { display: inline-block !important; padding: 6px 14px !important; background: #f5f5f5 !important; color: #999 !important; border-radius: 18px !important; font-size: 12px !important; text-decoration: none !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-teams { display: block !important; width: 100% !important; text-align: center !important; font-size: 15px !important; font-weight: bold !important; color: #333 !important; margin-top: 8px !important; clear: both !important; padding-top: 2px !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-teams .FFDGDDREteam-logo { display: none !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-teams .FFDGDDREteam-name { font-size: 15px !important; font-weight: bold !important; color: #333 !important; text-decoration: none !important; }
html.is-mobile .FFDGDDREmatch-item .FFDGDDREm-teams .FFDGDDREvs-text { color: #999 !important; margin: 0 6px !important; font-weight: normal !important; font-size: 13px !important; }
html.is-mobile .FFDGDDREnews-list li { flex-direction: column; padding: 10px; }
html.is-mobile .FFDGDDREnews-img { width: 100% !important; height: 150px !important; }
html.is-mobile .FFDGDDREvideo-list { grid-template-columns: 1fr !important; }
html.is-mobile .FFDGDDREvideo-list li { padding: 10px 15px; }
html.is-mobile .FFDGDDREinter-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; }
html.is-mobile .FFDGDDREinter-header { flex-direction: column; padding: 15px; }
html.is-mobile .FFDGDDREinter-cover { width: 100%; height: 160px; }
html.is-mobile .FFDGDDREteam-profile { flex-direction: column; text-align: center; padding: 15px; }
html.is-mobile .FFDGDDREpagination { flex-wrap: wrap; }
html.is-mobile .FFDGDDREpagination li a, html.is-mobile .FFDGDDREpagination li span { min-width: 30px; height: 30px; line-height: 30px; font-size: 12px; }
html.is-mobile .FFDGDDREdetail-breadcrumb { font-size: 12px; padding: 10px 15px; }
html.is-mobile .FFDGDDREsidebar-box { margin-bottom: 10px; }
html.is-mobile .FFDGDDREarticle-title { font-size: 18px; }
html.is-mobile .FFDGDDREarticle-content { font-size: 14px; }
html.is-mobile .FFDGDDREarticle-cover img { max-height: 200px; }
html.is-mobile .FFDGDDREpagination { font-size: 12px; }
html.is-mobile .FFDGDDREdetail-breadcrumb { background: #fff; padding: 12px 15px; margin: 0; font-size: 13px; }
html.is-mobile .FFDGDDREdetail-layout { gap: 0; }
html.is-mobile .FFDGDDREdetail-main { padding: 0; }
html.is-mobile .FFDGDDREdetail-match-card { border-radius: 0; margin: 0; }
html.is-mobile .FFDGDDREdetail-teams { flex-direction: row; padding: 20px 15px; gap: 10px; align-items: center; justify-content: space-between; }
html.is-mobile .FFDGDDREdetail-team { flex: 1; text-align: center; }
html.is-mobile .FFDGDDREteam-logo-lg { width: 60px; height: 60px; border-radius: 50%; border: 3px solid #e91e63; margin: 0 auto 8px; }
html.is-mobile .FFDGDDREteam-name-lg { font-size: 14px; font-weight: bold; color: #333; display: block; }
html.is-mobile .FFDGDDREdetail-vs { flex: 1; text-align: center; padding: 0; order: 0; }
html.is-mobile .FFDGDDREvs-score { margin-bottom: 3px; }
html.is-mobile .FFDGDDREvs-score .FFDGDDREscore { font-size: 28px; font-weight: bold; color: #333; }
html.is-mobile .FFDGDDREvs-score .FFDGDDREvs-text { font-size: 14px; color: #999; margin: 0 5px; }
html.is-mobile .FFDGDDREvs-league { margin-bottom: 2px; }
html.is-mobile .FFDGDDREvs-league a { color: #e91e63; font-size: 13px; font-weight: bold; }
html.is-mobile .FFDGDDREvs-time { font-size: 12px; color: #999; margin-bottom: 3px; }
html.is-mobile .FFDGDDREstatus-live { color: #e91e63; font-weight: bold; font-size: 13px; }
html.is-mobile .FFDGDDREstatus-upcoming { color: #ff9800; font-size: 13px; }
html.is-mobile .FFDGDDREstatus-ended { color: #999; font-size: 13px; }
html.is-mobile .FFDGDDREdetail-info-box { border-radius: 0; margin: 0; padding: 15px; }
html.is-mobile .FFDGDDREdetail-info-box h3 { font-size: 15px; }
html.is-mobile .FFDGDDREdetail-info-content p { font-size: 13px; line-height: 1.8; }
html.is-mobile .FFDGDDREsignal-btn { padding: 5px 12px; font-size: 12px; }
html.is-mobile .FFDGDDREdetail-inter-box { padding: 15px; }
html.is-mobile .FFDGDDREdetail-inter-box h3 { font-size: 15px; }
html.is-mobile .FFDGDDREdetail-inter-box ul { display: flex; flex-wrap: wrap; gap: 8px; }
html.is-mobile .FFDGDDREdetail-inter-box li { width: auto; }
html.is-mobile .FFDGDDREdetail-inter-box li a { display: inline-block; padding: 5px 12px; background: #f5f5f5; border-radius: 15px; font-size: 13px; color: #333; text-decoration: none; }
html.is-mobile .FFDGDDREdetail-inter-box li a:hover { background: #e91e63; color: #fff; }
html.is-mobile .FFDGDDREsidebar-box { border-radius: 0; margin: 0; }
html.is-mobile .FFDGDDREsidebar-title { padding: 12px 15px; }
html.is-mobile .FFDGDDREsidebar-news-list li { padding: 8px 15px; font-size: 13px; }
html.is-mobile .FFDGDDREsidebar-live-list li { padding: 10px 15px; }
