        :root {
            --primary: #ea5b5a;
            --secondary: #cf7c7b;
            --accent: #333;
            --text: #333;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Microsoft YaHei', sans-serif;
        }
a {
  color: inherit; /* 继承父元素颜色 */
  text-decoration: none; /* 移除下划线 */
}
        body {
            background: #f5f5f5;
        }

        /* 头部导航 */
        .main-header {
            background: var(--primary);
            padding: 0 5%;
            display: flex;
            justify-content: space-between; /* 新增 */
            align-items: center;
            height: 60px;
            position: relative;
        }

        .nav-container {
            display: flex;
            justify-content: flex-end; /* 修改 */
            width: calc(100% - 120px); /* 新增 */
        }

        .logo {
            width: 180px;
            height: 60px;
            object-fit: contain;
        }

        .nav-container {
            display: flex;
            flex-grow: 1;
            justify-content: flex-end;
            align-items: center;
        }

        .main-nav {
            display: flex;
            gap: 20px;
        }
p.xinhaop {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    vertical-align: -5px;
    color: #333;
    background: #c6cad0;
        margin-top: 5px;
}
.start {
    background: #ea5b5a !important;
}
p img {
    vertical-align: -4px;
    margin-left: 5px;
}
.zhibo_btn a {
    background: #FF1B25;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 10px;
    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%;
}
        .nav-item {
            color: white;
            text-decoration: none;
            font-size: 14px;
            white-space: nowrap;
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
        }

        /* 次级导航 */
        .sub-nav {
            background: var(--secondary);
            padding: 10px 5%;
            display: flex;
            justify-content: center; /* 确保居中 */
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .sub-item:first-child { margin-left: auto; } /* 新增 */
        .sub-item:last-child { margin-right: auto; } /* 新增 */
        .sub-item {
            color: rgba(255,255,255,0.9);
            font-size: 12px;
            white-space: nowrap;
            padding: 0 15px;
        }

        /* 主体内容 */
        .main-content {
            padding: 20px 5% 1px;
            display: grid;
            grid-template-columns: 70% 30%;

        }

        /* 卡片样式 */
        .card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            padding: 15px;
        }
    .shysgs-card-titleimg{
            float: left;
    padding: 3px;
    margin-right: 5px;
    }
    .shysgs-jieshao{
        font-size: 16px;
    text-decoration: none;
        font-weight: 300;
    letter-spacing: 2px;
    }
        /* 选项卡 */
        .tab-header {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .tab-btn {
            padding: 6px 15px;
            border: none;
            border-radius: 15px;
            background: #eee;
            cursor: pointer;
            transition: all 0.3s;
        }

        .tab-btn.active {
            background: var(--primary);
            color: white;
        }
/* match */
#match_filter_top{background:#fff;display: flex;flex-wrap: wrap;padding:10px;}
#match_filter_top li.tabs{line-height: 32px;display: block;padding:0 15px;border-radius: 16px;background: #F0F0F0;margin:0px 10px 5px 0px;}
#match_filter_top li.tabs h1{font-weight:400;display:inline-block}
#match_filter_top li.active{background: #FE0000;}
#match_filter_top li.active a{color: #fff;}
.match .match_filte{background:#DEE9EE;}
.match .match_time{font-size: 14px;color:#888888;font-weight: 600;padding:10px 20px;display:block;background: #F7F7F7;}

.match .match_date {font-size: 16px;padding: 15px 0;margin-top: 15px}
.match .match-item {display: flex;align-items: center;font-size: 15px;padding:20px;border-bottom: solid 1px #dedede !important; justify-content: space-between;}

.match_date {font-size: 16px;padding: 15px 0;margin-top: 15px}
.match-item {display: flex;align-items: center;font-size: 15px;padding: 15px;border-bottom: solid 1px #dedede; justify-content: space-between;}
.match-item .info_left{display:flex;align-items:center}
.match-item .info_left .time{display:inline-block;min-width:55px;padding-right:10px;}
.match-item .info_left .time{font-weight: 600}
.match-item .info_left .time em{color:#9A9A9A; font-weight: 400;display:inline-block;padding-left:10px;}
.match-item .info_left .league{display:inline-block;width:100px;padding-right:10px;height:20px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-align:center}
.match-item .info_left .league a{color:#9A9A9A;}
.match-item .info_center{display:flex}
.match-item .info_center .home{display:flex;justify-content:center;align-items:center}
.match-item .info_center .home .left{display:flex;align-items:center;width:150px;text-align:right;justify-content:flex-start;flex-direction: row-reverse;}
.match-item .info_center .home .left > img{width:30px;max-height:30px;margin-left:5px}
.match-item .info_center .home .left .text{display:inline-block;height:20px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;padding-left:10px;text-align:left}
.match-item .info_center .score{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;width:100px}
.match-item .info_center .score .fenge{padding:0 10px;}
.match-item .info_center .away{display:flex;justify-content:center;align-items:center}
.match-item .info_center .away .right{display:flex;align-items:center;width:150px;justify-content:flex-end}
.match-item .info_center .away .right .text{display:inline-block;width:120px;height:20px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.match-item .info_center .away .right > img{width:30px;max-height:30px;margin-right:10px}
.match-item .info_right{border-radius: 16px;box-sizing:border-box;display:block;vertical-align:middle;font-size:14px;width: 80px;line-height: 32px;background:#E8EEF1;text-align: center;color:#Fff;overflow:hidden}
.match-item .info_right a{color:#000;display:block}
.match-item .info_right.start {}
.match-item .info_right.start a {background:#FF1B25;color: #fff;border-radius: 4px;}
.match-item .info_right.end {}
.match-item .info_right.end a {background:#081224;color: #fff;}
.match_list_more{width: 280px;height: 36px;background:#214351;margin:20px auto;text-align: center;line-height: 36px;}
.match_list_more a{color:#fff}
        /* 新闻列表 */
        .news-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
.news-grid a:hover {
    color: #ea5b5a;
}
        .news-item {
            padding: 10px;
            border-left: 3px solid var(--accent);
        }

        /* 赛事安排 */
        .schedule-list {
            display: grid;
            gap: 10px;
        }
        .news-item h3 {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.news-item h3 a:hover {
    color: #ea5b5a;
}
 .shysgs-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.shysgs-k-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

img.shysgs-k-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .news-item h4 {
    height: 40px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 5px;
    font-weight: 300;
}
        .match-item {
            grid-template-columns: 60px 80px 1fr 90px;
            align-items: center;
            padding: 10px;
            border-radius: 6px;
            border-bottom: 1px dotted #CCC;
        }

        .team {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .team-logo {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }

        .live-btn {
            text-align: center;
            padding: 4px 12px;
            border-radius: 15px;
            border: none;
            background: var(--accent);
            color: white;
            font-size: 12px;
        }
        .live-btn.end {
    background: #ccc;
        color: #333;
}
.live-btn.start
 {
    color: #ffff;
}
        /* 右侧栏 */
        .side-card {
            margin-bottom: 20px;
            margin-left: 20px;
        }

        .highlight-item {
            padding: 10px;
                margin-bottom: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    padding: 10px;
    border-left: 3px solid #333;
        }
 .highlight-item li {
                  height: 40px;
        line-height: 35px;
        border-bottom: 1px solid #f1f1f1;
        overflow: hidden;
        text-overflow: ellipsis;
        text-indent: 5px;
        font-weight: 300;
        }
        .tag {
            color: var(--accent);
            margin-right: 8px;
        }

        .more-btn {
            float: right;
            padding: 3px 12px;
            border: 1px solid var(--primary);
            border-radius: 15px;
            font-size: 12px;
        }

        /* 底部 */
        footer {
            background: var(--primary);
            color: white;
            text-align: center;
            padding: 15px;
            margin-top: 30px;
            font-size: 12px;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            .main-header {
                height: 50px;
                padding: 0 3%;
            }
            li{
                    list-style-type: none;
            }
            .luxiang-item{
                  margin-left: -10px !important;
            }
            .match-item{display:flex;padding:0}
.match-item .info_left{width:19%;display:flex;flex-direction: column;align-items: flex-start;}
.match-item .info_left .league{padding:0;width:auto;}
.match-item .info_left .time{width:auto;}
.match-item .info_left .time em{display:inline-block;margin-right:0px;font-weight:400;padding:0;font-size:12px;}
.match-item .info_center{width:62%;display:block}
.match-item .info_right{width:18%;}
.match-item .info_center .home{width:80%;float:left;justify-content: flex-start;padding:4px 0}
.match-item .info_center .away{width:80%;float:left;justify-content: flex-start;padding:4px 0}
.match-item .info_center .score{display:flex;flex-direction:column;float:right;width:30px;}
.match-item .info_center .home .left{display: flex;flex-direction: row;}
.match-item .info_center .away .right{display: flex;flex-direction:row;justify-content: flex-start;width:auto}
.match-item .info_center .score .fenge{display:none}
.match-item .info_center .home .left > img{margin:0;width:16px;height:16px;}
.match-item .info_center .away .right > img{margin:0;width:16px;height:16px;}
.match-item .info_center .home .left .text{padding-left:5px;width:100%;}
.match-item .info_center .away .right .text{padding-left:5px;width:100%;}

.match-item .info_center .home .left .text a{line-height:1.5;}
.match-item .info_center .home .right .text a{line-height:1.5;}
.match-item .info_center .score span{display:block;line-height:1.4;padding:4px 0}
.match-item{padding:10px;}
           .news-grid h4 {
                    height: 40px;
        line-height: 35px;
        border-bottom: 1px solid #f1f1f1;
        overflow: hidden;
        text-overflow: ellipsis;
        text-indent: 5px;
        font-weight: 300;
            }
     .side-card {
            margin-bottom: 20px;
                  margin-left: 0px;
        }
         .card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            padding: 15px;
            margin-bottom: 20px;
        }
            .logo {
                width: 180px;
            }
            .tab-btn{
                font-size: 16px;
            }
     .tab-btn.active{
                font-size: 16px;
            }
            .mobile-menu-btn {
                display: block;
            }
            .news-grid{
                gap: 1px;
                
            }

            .main-nav {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: var(--primary);
                padding: 10px;
                flex-direction: column;
                gap: 8px;
            }

            .main-content {
                grid-template-columns: 1fr;
                padding: 15px 3% 1px;
            }

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

            .match-item {
                grid-template-columns: 1fr;
                gap: 5px;
                padding: 8px;
            }

            .team {
                justify-content: center;
            }

            .tab-header {
                flex-wrap: wrap;
            }

            .sub-nav {
                padding: 8px 3%;
                display: inline-flex;
                display: flex;
        justify-content: left;
                
            }

            .more-btn {
                padding: 2px 10px;
            }
        }
        .H4line{
            margin-bottom:5px;
        }

        /* 新增选项卡相关样式 */
        .tab-content {
            display: none;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .tab-content.active {
            display: block;
            opacity: 1;
        }

        .news-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .match-list {
            display: none;
        }

        .match-list.active {
            display: block;
        }
        /* 新增切换相关样式 */
        .match-list {
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .match-list.active {
            display: block;
            opacity: 1;
        }

        .schedule-container {
            position: relative;
        }

        .tab-header {
            gap: 15px;
        }

        .tab-btn {
            padding: 8px 20px;
            border-radius: 20px;
            background: #f0f0f0;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 16px;
        }

        .tab-btn.active {
/*            background: #2E7D32;*/
            color: white;
        }
        	.tbtime {
		width: 14%;
	}
	.tbss {
		width: 14%;
	}
	.tbzd {
		width: 52%;text-indent: 10px; text-align: left;
		
		
	}
	
	.tbkd {
		width: 0%;text-indent: 10px; text-align: left;
	}
	
	.tbyc {
		width: 9%;text-align: left;
	}
	
	.tbzb {
		width: 20%;
	}
	.t-content li {    height: 72px;
    overflow: hidden;

    font-size: 13px;

	
}
	.table-time {
		text-align: center;
		font-size: 0.75rem;
	}

.table-tr {
	background-color: #ea5b5a;height: 100%;
    overflow: hidden;
}


.table-tr li{float: left;list-style-type: none;}
.t-content {height: 50px;line-height: 50px;width: 99.8%;font-size: 14px;border-bottom: 1px dotted #CCC;margin: auto;}
.t-content li{float: left;text-align: center;  }
.t-content:hover{background-color: #f5f8ff;}
.t-th {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "FS Industrie Nw", "FS Industrie", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.1em;
	
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 16px 0px 13px;
	
    border-bottom: 1px solid #CCC;
}
.t-hd {
    margin: 10px 0px 10px 0px;
}
.t-hd h3 {
    display: flex
;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 5px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.news-item h3 a {
    height: 40px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 5px;
    font-weight: 300;
    font-size: 16px;
}
.luxiang-item {
    margin-left: 20px;
}
li.racename.article_right_title {
        height: 40px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 5px;
    font-weight: 300;
}