        :root {
            --primary-color: #ff2a2a;
            --dark-bg: #0a0a0a;
            --card-bg: #1a1a1a;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Microsoft YaHei', sans-serif;
        }

        body {
            background: var(--dark-bg);
            color: #fff;
        }

        /* 导航栏 */
        .navbar {
            background: #111;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }
         .heibai-k-video_play{
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
}

.video_article_play_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}


img.heibai-k-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 50px;
        margin-top: 25px;
}

img.heibai-k-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
        .live-tab {
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    background: var(--primary-color);
}

        .logo {
            height: 40px;
        }

        .nav-menu {
            display: flex;
            gap: 25px;
        }

        .nav-item {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
            white-space: nowrap;
        }

        .nav-item:hover {
            color: var(--primary-color);
        }

        /* 汉堡菜单 */
        .hamburger {
            display: none;
            cursor: pointer;
            padding: 5px;
        }

        .bar {
            display: block;
            width: 25px;
            height: 3px;
            margin: 5px auto;
            background: #fff;
            transition: all 0.3s;
        }

        /* 主体布局 */
        .container {
            display: flex;
            gap: 20px;
            padding: 20px;
        }

        .left-column {
            width: 75%;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    p.xinhaop {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    vertical-align: -5px;
    background: var(--card-bg);
        margin-top: 5px;
}
p img {
    vertical-align: -4px;
    margin-left: 5px;
}
.zhibo_btn a {
    background: #FF1B25;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 15px;
    line-height: 43px;
    font-size: 16px;
    margin: 0px 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: transform 0.8s;
    animation: spring-animation 1s infinite alternate;
}
.zhibo_btn a:hover {
    background: #333;
}

.zhibo_btn {
    margin: 10px;
    width: 100%;
}
        .right-column {
            width: 25%;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        /* 通用卡片样式 */
        .card {
            background: var(--card-bg);
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        }

        /* 直播卡片 */
        .live-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
        }

        .match-tabs button {
            background: #2a2a2a;
            color: #fff;
            border: none;
            padding: 8px 20px;
            margin-right: 10px;
            border-radius: 4px;
            cursor: pointer;
        }

        .match-tabs button.active {
            background: var(--primary-color);
        }

        .match-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 15px;
            margin-bottom: 10px;
        }
        .lx-list {
            display: grid;
            gap: 15px;
        }

        .match-item {
            background: #2a2a2a;
            padding: 15px;
            border-radius: 6px;
            position: relative;
        }

        .teams {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin: 10px 0;
        }

        .team {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .team span {
    margin-left: 50px;
}

        .team img {
            width: 30px;
            height: 30px;
            object-fit: contain;
        }

        .live-btn {
            background: var(--primary-color);
            color: white;
            border: none;
            padding: 6px 15px;
            border-radius: 4px;
            cursor: pointer;
            float: right;
        }
        .live-btn.end {
    background: grey;
}

        /* 已结束比赛卡片 */
        .ended-match {
            height: 200px;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                        url('/images/zqbg.jpg') center/cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
        }
        .endedlq-match {
            height: 200px;
            background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                        url('/images/lqbg.jpg') center/cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
        }

        /* 新闻切换卡片 */
        .news-tabs {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
        }

        .news-tab {
            padding: 8px 20px;
            background: #2a2a2a;
            border-radius: 4px;
            cursor: pointer;
        }

        .news-tab.active {
            background: var(--primary-color);
        }

        .news-columns {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }
        .news-columns1 {
            display: grid;
            gap: 15px;
        }
        .lx-list{
                border-bottom: 1px solid #333;
    width: 100%;
    height: auto;
    line-height: 32px;
    padding: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        }
         .xwneirong{
padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 2.21;}

.xwneirong p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.xwneirong img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.shipneirong{
padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 2.21;}

.shipneirong p {
       border-bottom: 1px solid #333;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shipneirong img {
    max-width: 100%;
    object-fit: cover;
}
.xwtitle {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    text-align: center;
        margin-top: -30px;
}
.ftitle {
    font-size: 12px;
    color: grey;
    text-align: right;
}
.ftitle a {
    color: grey;
}
        .fenye {
    display: flex
;
    justify-content: center;
    padding: 20px 0;
}
.fenye ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 3px;
    line-height: 1.5;
    background: #F7F7F7;
}
.fenye ul li a {
    font-size: 12px;
    color: #9B9B9B;
    display: block;
    padding: 2px 8px;
}
        .live-columns {
            display: grid;
            gap: 5px;
        }

        .news-item {
               padding: 8px 0;
    border-bottom: 1px solid #333;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
        }
        .live-item {
               padding: 8px 0;
    border-bottom: 1px solid #333;

        }
        .news-item1 {
    border-bottom: 1px solid #333;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

        /* 球队展示 */
        .teams-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            gap: 15px;
        }

        .team-card {
            text-align: center;
        }

        .team-card img {
            width: 80px;
            height: 80px;
            object-fit: contain;
            margin-bottom: 8px;
        }

        /* 右边栏 */
        .right-card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

        .more-btn {
            color: var(--primary-color);
            text-decoration: none;
            font-size: 0.9em;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
                padding: 15px;
            }
            .heibai-k-video_play {
    position: relative;
    background: #000000;
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
}
.shipneirong p {
    border-bottom: 1px solid #333;
    line-height: 35px;
    font-size: 16px;
    height: auto;
}
.shipneirong img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
            .left-column,
            .right-column {
                width: 100%;
            }

            .hamburger {
                display: block;
            }

            .nav-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: #111;
                flex-direction: column;
                padding: 20px;
                text-align: center;
            }

            .nav-menu.active {
                display: flex;

                z-index: 999;
            }

            .news-columns {
                grid-template-columns: 1fr;
            }
        }

        /* 页脚 */
        footer {
            background: #111;
            padding: 20px;
            text-align: center;
            margin-top: 30px;
        }
        a{
          color:#fff;
          text-decoration: none;
        }