<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fixed_score_box {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fixed_score_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; /* 元素之间的间距 */
}

.score_name_left,
.score_name_right {
    flex: 1; /* 左右两侧平分剩余空间 */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.score_name_left img,
.score_name_right img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.score_name_left p,
.score_name_right p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.score_name {
    flex: 1; /* 中间部分平分剩余空间 */
    text-align: center;
}

.score_name p {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.score_name em.status {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #888;
}

.score_name #match_3817906_zhudui,
.score_name #match_3817906_kedui {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#tiao {
    height: 4px;
    background-color: #ddd;
    margin: 10px 0;
    border-radius: 2px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .fixed_score_box {
        width: 90%; /* 在小屏幕上占更大宽度 */
    }

    .score_name_left img,
    .score_name_right img {
        width: 60px;
        height: 60px;
    }

    .score_name_left p,
    .score_name_right p {
        font-size: 14px;
    }

    .score_name #match_3817906_zhudui,
    .score_name #match_3817906_kedui {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .fixed_score_box {
        width: 100%; /* 在超小屏幕上占满宽度 */
    }

    .score_name_left img,
    .score_name_right img {
        width: 50px;
        height: 50px;
    }

    .score_name_left p,
    .score_name_right p {
        font-size: 12px;
    }

    .score_name #match_3817906_zhudui,
    .score_name #match_3817906_kedui {
        font-size: 18px;
    }
}

.col-sm-10  {
	line-height: 200%;
}
.dateheader {
  background: #f5f5f5;
  float: left;
  width: 98%;
  margin: 0px 0 0 0%;
  color: #3977ac;
  padding-left: 2%;
  margin: 0;
  text-align: left;
  height: 39px;
  line-height: 39px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ul.list {
	line-height: 180%;
	margin-bottom: 0;
	padding: 0;
	margin-left: 0px;
	padding-top: 10px;
}
ul.list li{display:block;}
ul.listnews li{display:block; align-items: center; }
ul.listnews li a{width:calc(100% - 100px);display: inline-block;}

ol.breadcrumb {
	padding-left: 0;
}
.items p {margin-top:5px;word-wrap:break-word}
.items p a{padding:6px}
.flink li {display:inline}
.content img{display:block;max-width:100%;margin:0 auto}.content div img{text-align:center}

.qiuduiqiuyuan{display: flex;flex-wrap: wrap;padding:0;}
.qiuduiqiuyuan li{margin:0px 5px 5px 0;list-style-type: none;border:1px solid #ccc;border-radius: 3px}
.qiuduiqiuyuan li a{padding:2px 5px;display: block;}
.qiuduiqiuyuan li a:hover{text-decoration: none;background:red;color: #fff;background-color: #3280fc}

.qy_qyxx ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding:5px 0}
.qy_qyxx ul li{display: flex;width:32.333%;border:1px solid #EFEFEF;border-radius:8px;box-sizing: border-box;justify-content: center;flex-direction: column;align-items: center;padding:15px 0;font-size: 16px;font-weight: 400;color: #000;margin:5px 0;}
.qy_qyxx ul li span{color: #ADADAD;font-size: 12px;display:block;padding-top:5px;}



@media (max-width: 780px) {
.qy_qyxx ul {border:0;}
.qy_qyxx ul li{width:48%;margin:1% 0}
}


.zhibo_btn a{
background: #eb3030;
    color: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 3px 10px;
    /* line-height: 43px; */
    font-size: 16px;
    margin: 8px 2px;
    display: inline-block;
    text-indent: 0;  
    cursor:pointer; 
}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000; /* Optional: background color for when video is loading */
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.match_filter{background:#fff;display: flex;flex-wrap: wrap;margin:10px 0 0px 0;padding:0}
.match_filter li.tabs{line-height:28px;display: block;padding:0 10px;border-radius:14px;background:#3280fc;margin:0px 5px 5px 0px;}
.match_filter li a{margin:0;color:#fff}
.match_filter li a:hover{text-decoration:none}
.match_filter li.active{background: #FE0000;}
.match_filter li.active a{color: #fff;}
.match_list_item{width:100%;}
.match_list_item .item-content{width:100%;}






.item-content a.linkbtn{padding: 0px 16px;
    border-radius: 4px;
    background: #F0F0F0;
    float:right;
    color:#3280fc;
    border-radius: 16px;
    
}

.item-content a.linkbtn.start{
    background:#3280fc;
    color:#fff;
    
}




.match_list .item .item-content{display: flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
.match_list .item .item-content a{word-break:keep-all;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display:inline-block;line-height:1.5}
.match_list .item .item-content a.c1{width:80px;}
.match_list .item .item-content a.c2{width:350px;display:flex;justify-content:space-between}
.match_list .item .item-content a.c2 span{width:43%;word-break:keep-all;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display:inline-block}
.match_list .item .item-content a.c2 span:nth-child(1){text-align:right}
    
    
@media (max-width: 640px) {
.match_list .item .item-content a.c1{width:auto;}
.match_list .item .item-content a.c2{width:100%;display:flex;justify-content:space-between;padding:10px 0;}
.match_list .item .item-content a.linkbtn{margin:5px auto;text-align:center}
}
    
    

</pre></body></html>