
        /* 全局响应式容器 */
        .live-responsive {
            width: 100%;
            box-sizing: border-box;
        }

        /* ========== 录像/集锦区域美化 ========== */
        .record-section {
            margin-bottom: 30px;
            width: 100%;
        }
        
        .record-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            width: 100%;
        }
        
        .record-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid #f0f0f0;
        }
        
        .record-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        }
        
        /* 录像/集锦标题美化 */
        .record-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 18px;
            padding-bottom: 12px;
            border-bottom: 2px solid #f5f5f5;
        }
        
        .record-title-text {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
        }
        
        .record-title-text::before {
            content: "";
            display: inline-block;
            width: 4px;
            height: 20px;
            background: #5f9ea0;
            margin-right: 10px;
            border-radius: 2px;
        }
        
        /* 足球/篮球图标区分 */
        .football-tag::after {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1ZjlldTAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjAgMTMuOTJDMTkgMTcuMzQgMTUuOSAyMCAxMiAyMFM1IDE3LjM0IDQgMTMuOTJDNCAxMS41IDUuNSA5LjUgOC4wNiA4LjUyQzExLjYgOS41OCAxNiA5LjE4IDE4IDEyQzE2IDE0IDExLjYgMTcuMDcgOC4wNiAxOC4wOEM1LjUgMTcuMDIgNCAxNS41IDQgMTMuOTJDMCAxMCA0IDQgMTIgMFMyNCAxMCAyMCAxMy45MnoiLz48L3N2Zz4=") no-repeat center;
            margin-left: 8px;
        }
        
        .basketball-tag::after {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1ZjlldTAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cmVjdCB4PSI0IiB5PSI0IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIzIiByeT0iMyI+PC9yZWN0PjxwYXRoIGQ9Ik0xMiA2YTYgNiAwIDEgMCAwIDEyIi8+PC9zdmc+") no-repeat center;
            margin-left: 8px;
        }
        
        .record-more {
            color: #5f9ea0;
            font-size: 14px;
            text-decoration: none;
            display: flex;
            align-items: center;
            transition: color 0.3s ease;
        }
        
        .record-more:hover {
            color: #4a8080;
            text-decoration: none;
        }
        
        .record-more i {
            margin-left: 5px;
            font-size: 12px;
        }
        
        /* 录像/集锦列表美化 */
        .record-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .record-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px dashed #f0f0f0;
            transition: background-color 0.2s ease;
        }
        
        .record-item:last-child {
            border-bottom: none;
        }
        
        .record-item:hover {
            background-color: #fafafa;
            padding-left: 5px;
            border-radius: 4px;
        }
        
        .record-item a {
            color: #333;
            text-decoration: none;
            font-size: 15px;
            flex: 1;
            transition: color 0.3s ease;
        }
        
        .record-item a:hover {
            color: #5f9ea0;
            text-decoration: none;
        }
        
        .record-date {
            color: #999;
            font-size: 13px;
            margin-left: 15px;
            white-space: nowrap;
        }

        /* ========== 直播列表标题美化 ========== */
        .live-panel {
            background: #ffffff;
            border-radius: 12px;
            margin-bottom: 25px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            border: 1px solid #f0f0f0;
            overflow: hidden;
        }
        
        .live-panel-header {
            background: linear-gradient(135deg, #5f9ea0 0%, #4a8080 100%);
            color: white;
            padding: 18px 25px;
            position: relative;
            display: flex;
            align-items: center;
        }
        
        /* 折叠按钮样式 */
        .collapse-btn {
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .collapse-btn:hover {
            background: rgba(255, 255, 255, 0.25);
        }
        
        .collapse-btn::after {
            content: "\v";
            font-family: "FontAwesome";
            color: white;
            font-size: 16px;
            transition: transform 0.3s ease;
        }
        
        .panel-close .collapse-btn::after {
            transform: rotate(180deg);
        }
        
        .live-panel-title {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
            display: flex;
            align-items: center;
        }
        
        /* 日期标签美化 */
        .date-badge {
            display: inline-block;
            padding: 4px 12px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            font-size: 14px;
            margin-left: 10px;
            font-weight: normal;
        }
        
        /* 直播内容区域 */
        .live-panel-body {
            padding: 20px 25px;
            list-style: none;
            margin: 0;
        }
        
        .live-match-item {
            display: flex;
            align-items: center;
            padding: 15px 0;
            border-bottom: 1px dashed #f0f0f0;
            flex-wrap: wrap;
        }
        
        .live-match-item:last-child {
            border-bottom: none;
        }
        
        /* 直播时间样式 */
        .match-time {
            width: 70px;
            min-width: 70px;
            font-size: 15px;
            font-weight: 600;
            color: #2c3e50;
            margin-right: 20px;
            text-align: center;
            background: #f8f9fa;
            padding: 6px 0;
            border-radius: 6px;
        }
        
        /* 赛事信息样式 */
        .match-info {
            flex: 1;
            display: flex;
            align-items: center;
        }
        
        .league-name {
            font-size: 13px;
            color: #777;
            margin-right: 15px;
            white-space: nowrap;
        }
        
        /* 对阵队伍样式 */
        .teams-container {
            display: flex;
            align-items: center;
            flex: 1;
        }
        
        .team-wrapper {
            display: flex;
            align-items: center;
        }
        
        .home-team {
            justify-content: flex-end;
            text-align: right;
            flex: 1;
        }
        
        .away-team {
            justify-content: flex-start;
            flex: 1;
        }
        
        .team-logo {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin: 0 10px;
            border: 2px solid #f0f0f0;
        }
        
        .team-name {
            font-size: 16px;
            font-weight: 500;
            color: #333;
        }
        
        /* 热门标签样式 - 文字版 */
        .hot-match .team-name {
            font-weight: 700;
            color: #5f9ea0;
        }
        
        .hot-text {
            display: inline-block;
            font-size: 12px;
            padding: 2px 6px;
            background: #5f9ea0;
            color: white;
            border-radius: 4px;
            margin-left: 6px;
            font-weight: normal;
        }
        
        .vs-divider {
            margin: 0 15px;
            font-size: 14px;
            color: #999;
            font-weight: 600;
            position: relative;
        }
        
        .vs-divider::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 1px;
            background: #eee;
            left: -25px;
            top: 50%;
        }
        
        .vs-divider::after {
            content: "";
            position: absolute;
            width: 20px;
            height: 1px;
            background: #eee;
            right: -25px;
            top: 50%;
        }
        
        /* 直播状态标签 */
        .status-tag {
            margin-left: 20px;
            font-size: 13px;
            padding: 6px 14px;
            border-radius: 20px;
            white-space: nowrap;
            text-decoration: none;
            font-weight: 500;
        }
        
        .status-not-start {
            background: #e8f4f8;
            color: #0778b8;
        }
        
        .status-live {
            background: #ffebee;
            color: #e53935;
            animation: pulse 2s infinite;
        }
        
        .status-ended {
            background: #f5f5f5;
            color: #999;
        }
        
        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.7; }
            100% { opacity: 1; }
        }

        /* ========== 响应式布局适配 ========== */
        @media (max-width: 768px) {
            .record-grid {
                grid-template-columns: 1fr;
            }
            
            .record-card {
                padding: 15px;
            }
            
            .live-panel-header {
                padding: 15px 20px;
            }
            
            .live-panel-body {
                padding: 15px 20px;
            }
            
            .match-time {
                width: 60px;
                min-width: 60px;
                margin-right: 15px;
                font-size: 14px;
            }
            
            .league-name {
                display: none;
            }
            
            .team-logo {
                width: 28px;
                height: 28px;
                margin: 0 8px;
            }
            
            .team-name {
                font-size: 14px;
            }
            
            .vs-divider {
                margin: 0 10px;
            }
            
            .vs-divider::before,
            .vs-divider::after {
                display: none;
            }
            
            .status-tag {
                margin-left: 10px;
                padding: 4px 10px;
                font-size: 12px;
                margin-top: 10px;
                width: 100%;
                text-align: center;
            }
            
            .hot-text {
                font-size: 11px;
                padding: 1px 4px;
            }
        }
        
        @media (max-width: 480px) {
            .record-title-text {
                font-size: 16px;
            }
            
            .live-panel-title {
                font-size: 16px;
            }
            
            .date-badge {
                font-size: 12px;
                padding: 2px 8px;
            }
            
            .match-item {
                padding: 12px 0;
            }
        }
/* ========== 保留原有PC端样式，仅修改移动端适配部分 ========== */
@media (max-width: 768px) {
    /* 1. 录像/集锦区域简约化 */
    .record-grid {
        grid-template-columns: 1fr;
        gap: 10px; /* 缩小间距更紧凑 */
    }
    
    .record-card {
        padding: 12px;
        border-radius: 8px; /* 更小圆角更简约 */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03); /* 弱化阴影 */
        border: 1px solid #f5f5f5;
    }
    
    .record-title {
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid #f5f5f5;
    }
    
    .record-title-text {
        font-size: 16px;
    }
    
    .record-title-text::before {
        width: 3px;
        height: 16px; /* 缩小左侧标识线 */
    }
    
    .record-item {
        padding: 8px 0;
    }
    
    .record-item a {
        font-size: 14px;
    }
    
    /* 2. 直播面板简约化 */
    .live-panel {
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
        border: 1px solid #f5f5f5;
    }
    
    .live-panel-header {
        padding: 12px 15px;
        background: #5f9ea0; /* 简化渐变背景为纯色 */
    }
    
    .live-panel-title {
        font-size: 15px;
        line-height: 1.3;
    }
    
    .date-badge {
        padding: 2px 8px;
        font-size: 11px;
        border-radius: 4px; /* 简约小圆角 */
        margin-left: 8px;
    }
    
    /* 折叠按钮简约化 */
    .collapse-btn {
        width: 24px;
        height: 24px;
        right: 15px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px; /* 方形按钮更简约 */
    }
    
    .live-panel-body {
        padding: 12px 15px;
    }
    
    /* 3. 直播条目核心简约化 */
    .live-match-item {
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5; /* 虚线改实线更简约 */
        flex-wrap: nowrap; /* 强制单行 */
        align-items: center;
    }
    
    /* 时间样式简约化 */
    .match-time {
        width: 50px;
        min-width: 50px;
        margin-right: 10px;
        font-size: 13px;
        padding: 4px 0;
        border-radius: 4px;
        background: #f5f5f5; /* 更浅背景 */
    }
    
    /* 隐藏联赛名称简化布局 */
    .league-name {
        display: none;
    }
    
    /* 队伍区域简约化 */
    .team-logo {
        width: 24px;
        height: 24px;
        margin: 0 6px;
        border: 1px solid #f5f5f5; /* 更细边框 */
    }
    
    .team-name {
        font-size: 13px;
        font-weight: 500;
    }
    
    /* 热门标签简约化 */
    .hot-text {
        font-size: 10px;
        padding: 1px 4px;
        border-radius: 2px;
        margin-left: 4px;
    }
    
    /* VS分隔符简约化 */
    .vs-divider {
        margin: 0 6px;
        font-size: 12px;
        font-weight: 500;
        color: #666;
    }
    
    .vs-divider::before,
    .vs-divider::after {
        display: none; /* 移除分隔线更简约 */
    }
    
    /* 状态标签简约化 */
    .status-tag {
        margin-left: 8px;
        padding: 3px 8px;
        font-size: 11px;
        border-radius: 4px; /* 小圆角 */
        flex-shrink: 0; /* 防止压缩 */
        margin-top: 0; /* 取消换行 */
        width: auto; /* 自适应宽度 */
    }
    
    /* 4. 友情链接区域简约化 */
    .friendlink {
        margin-top: 20px;
    }
    
    .box_title {
        font-size: 14px;
    }
    
    .friendlink_ruler {
        font-size: 12px;
        color: #999;
    }
}

/* ========== 修复移动端flex布局溢出问题 ========== */
@media (max-width: 768px) {
    .match-info {
        flex: 1;
        min-width: 0; /* 关键：解决flex子元素溢出 */
    }
    
    .teams-container {
        width: 100%;
        min-width: 0;
    }
    
    .team-wrapper {
        min-width: 0;
    }
    
    .team-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* 文字溢出显示省略号 */
    }
}

/* ========== PC端样式保持不变（769px以上） ========== */
@media (min-width: 769px) {
    /* 保留你原有PC端的所有样式，无需修改 */
}
