.hot-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2%;
    height: 30px;
}

.hot-news>p.header {
    background-position: left center !important;
    width: auto;
}

.hot-news>p.header::before {
    display: none;
}

p.header {
    color: var(--text-color);
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 28px;
}

.hot-news .viewAll {
    color: #0a94e4;
}

._line {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    height: 15px;
    height: 5px;
}

.hotMatchList {
    display: flex;
    flex-direction: column;
}

.hotMatchList li.viewAll {
    height: 40px;
    margin: 10px 5%;
    border: 0;
}

.hotMatchList li.viewAll a {
    display: inline-block;
    width: 100%;
    height: 2em;
    line-height: 2em;
    color: #E92724;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #E92724;
}

.hotMatchList li {
    height: 4.5em;
    border-bottom: 1px solid #EEEEEE;
    display: grid;
}

.hotMatchList .grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 18% 20% 40% 10%;
    grid-gap: 0.2em 4%;
    align-items: center;
    padding: 0.5em 0.5em;
    line-height: .8em;
}

.hotMatchList li .time {
    color: #999999;
    grid-row-start: 2;
    font-size: 12px;
}

.hotMatchList .grid .twoRow {
    grid-row: 1 / 3;
}

.hotMatchList li .video {
    grid-column-start: 4;
    width: 25px;
}

.hotMatchList li .team {
    grid-column-start: 3;
}

.hotMatchList li .team img {
    width: 0.85em;
    height: 0.85em;
    vertical-align: middle;
    margin-right: 0.6em;
}



/*比赛内容页*/
.match-con {
    padding: 0 !important;
}

.match_wrapper {
    position: relative;
    /*top: -10px;*/
}

.match_bg {
    height: 165px;
    background: linear-gradient(90deg, #292E2E 0%, #0a94e4 50%, #292E2E 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
}

.match_bg .match_bg_wrapper {
    width: 1200px;
    margin: auto;
}

.match_bg .match_bg_wrapper .match_bg_container {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.fixed_score_box .fixed_score_top {
    display: flex;
    justify-content: space-between;
    flex: 1;
    color: white;
    padding-top: 20px;
}

.score_name_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.score_name_left h1 {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 8px;
}

.score_name_left .image_container {}

.score_name_left.score_name_right .image_container {}

.score_name_right .image_container,
.score_name_left .image_container {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.score_name_right .image_container img,
.score_name_left .image_container img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.score_name_left.score_name_right {}

.score_name {
    text-align: center;
}

.league_name {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
}

.match_score {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    margin-bottom: 23px;
    height: 39px;
    padding: 0 12px;
}

.match_score>div {
    height: 39px;
    font-size: 32px;
    font-family: DIN;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}

.match_status {
    height: 28px;
    background: #FFFFFF;
    border-radius: 18px;
    font-family: Microsoft YaHei;
    line-height: 28px;
    margin: auto;
    color: #0a94e4;
    width: 100px;
    font-size: 14px;
    font-weight: 400;
}

.match_status.live {
    background: #FF2727;
    color: #fff;
}

.fixed_score_link {
    min-height: 124px;
    background: #FFFFFF;
    margin-top: 10px;
    border-radius: 10px 10px 0px 0px;
}

.fixed_score_taggle .signal {
    padding: 8px 16px;
}

.signalCon {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 1em;
}

.signalCon_listD,
.signalCon_list {
    /*background: #0a94e4;*/
    border:1px solid #166d9f;
    border-radius: 4px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #00a2ff;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.signalCon_list {
    flex-direction: column;
}

.signalCon_list p {
    margin-top: 3px;
    color:#166d9f;
}

.signalCon_list h5 {
    font-size: 16px;
    font-weight: normal;
    /*color: #fff;*/
}

.shadow {
    width: 100%;
    height: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 100%);
}

.playback_list {
    margin: 0 10px;
}

.playback_list .empty_data_container {
    margin-bottom: 10px;
}

.fixsco_tab_content li:first-child {
    padding-top: 0;
}

.fixsco_tab_content li:last-child {
    border: none;
}

.fixsco_tab_content li {
    border-bottom: 1px solid #D3E1E2;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.fixsco_tab_content li:last-of-type {
    margin-bottom: 0;
}

.fixsco_tab_content li:hover a {
    color: #0a94e4;
}

.fixsco_tab_content li a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.signal img {
    width: auto;
}

.fixsco_wrapper {
    margin: auto;
    min-height: 50vh;
}

.fixsco_block_nav {
    display: flex;
    height: 36px;
    border: 1px solid #0a94e4;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 10px;
}

.fixsco_tab {
    flex: 1;
    list-style: none;
    text-align: center;
}

.fixsco_tab:not(:last-child) {
    border-right: 1px solid #0a94e4;
}

.fixsco_tab.active {
    position: relative;
    background: #0a94e4;
    border: 1px solid #0a94e4;
}

.fixsco_tab.active a {
    color: #FFFFFF;
}

.fixsco_tab a {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0a94e4;
}

.fixsco_container {
    background: #FFFFFF;
    border-radius: 4px;
    height: -moz-fit-content;
}

#match_lineup.fixsco_tab_content {
    padding-top: 0px;
}

.fixsco_tab_content {
    padding: 6px 0;
    line-height: 2em;
}

#main {
    padding-bottom: unset !important;
    /*margin-top:8em;*/
}

.fixsco_table .match_title {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    border-left: 5px solid #E92724;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.fixsco_table table {
    border-bottom: 0;
    width: 100%;
    table-layout: fixed;
}

.fixsco_table table tr th:first-child {
    font-weight: bold;
    color: #E92724;
}

.fixsco_table table tr th {
    padding: 8px 16px;
    background: #F8F8F8;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #292E2E;
}

.fixsco_table table tr td {
    border: 0;
    padding: 12px 10px;
    border-bottom: 1px solid #D3E1E2;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixsco_table table tr td.home {
    text-align: right;
}

.fixsco_table table tr td.score {
    text-align: center;
}

.fixsco_table {
    padding-bottom: 16px;
}

/*比赛列表*/
.content_match_fixed {
    overflow: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    background: #F8F8F8;
    margin-bottom: 0.8em;
}

.content_match_fixed a {
    display: block;
    width: 45px;
    text-align: center;
    margin: 0 5px;
    position: relative;
    font-size: 12px;
}

.content_match_fixed a.active .tagLine {
    display: block;
    width: 31px;
    height: 4px;
    background: #E92724;
    position: absolute;
    top: 36px;
    left: 22%;
}

.content_match_fixed a.today.active .tagLine {
    top: 26px;
}

.content_match_text>h6 {
    padding-left: 16px;
    padding-top: 2em;
    /*to offset from the fix header*/
    /*margin-top: -10em;*/
}

.tabs_container {
    margin: 2px 10px;
}
.content_match_tab li {
    display: table-cell;
    width: 1%;
}
.content_match_tab li a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    color: #E92724;
    border: 1px solid #E92724;
    padding: 10px 0;
    background: #ffffff;
}
.content_match_tab li a.active, .content_match_tab li.active a {
    background: #E92724;
    color: #fff;
}
.content_match_tab li:first-child a {
    border-radius: 5px 0px 0px 5px;
}
.content_match_tab li:last-child a {
    border-radius: 0px 5px 5px 0px;
}
.topic_match_list.match_list {
    padding: 0;
}
.topic_match_list.match_list .list_block .list_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #D3E1E2;
}
.topic_match_list.match_list .list_block .list_row .score_info{
    min-width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p{
    padding: 10px 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #000;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p.match_pre{
    color: #999;
}
.topic_match_list.match_list .list_block .list_row .score_info .score p span{
    padding: 0 8px;
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn{
    background: linear-gradient(270deg, #9A9A9A 0%, #E1E1E1 100%);
    opacity: 1;
    border-radius: 12px;
    text-align: center;
    padding: 4px 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn.red_left{
    background: linear-gradient(270deg, #FF3636 0%, #FC8F8F 100%);
}
.topic_match_list.match_list .list_block .list_row .score_info .stateBtn.gray_left{
    background: linear-gradient(270deg, #E92724 0%, #8FF5FC 100%);
}
.topic_match_list.match_list .list_block .list_row .score_info .competition{
    text-align: center;
}
.topic_match_list.match_list .list_block .list_row .score_info .competition p{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.topic_match_list.match_list .list_block .list_row .score_info .competition p span{
    margin-left: 5px;
}
.topic_match_list.match_list .list_block .list_row .home_info, .topic_match_list.match_list .list_block .list_row .away_info{
    text-align: center;
    width: 85px;
}
.topic_match_list.match_list .list_block .list_row .home_info p, .topic_match_list.match_list .list_block .list_row .away_info p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding-top: 5px;
    max-width: 85px;
}
.topic_match_list.match_list .list_block .list_row .home_info img, .topic_match_list.match_list .list_block .list_row .away_info img{
    width: auto;
}
.match-list .score{padding:0;}

/*球队*/
.team-list .tabs ul{
    margin-top:20px;
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #D3E1E2;
}
.team-list .tabs li{
    margin: 0 20px;
    padding-bottom: 6px;
    position: relative;
}
.team-list .tabs li.active .tab {
    font-weight: bold;
    color: #E92724;
}
.team-list .tabs li.active:after {
    content: "";
    background: linear-gradient(90deg, #E92724 0%, #6DD3DB 100%);
    display: block;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.teams_container a {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.teams_container .hot_team {
    text-align: center;
    width: 56px;
}
.teams_container .hot_team_name {
    height: 19px;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
}
.teams_container .hot_team_image {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border: 2px solid #D3E1E2;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.teams_container .hot_team_image img {
    width: 28px;
    height: 28px;
}
.team-con h1{text-align: center;}
.team-con .head-tit-img{text-align: center;margin-top:20px;margin-bottom:10px;}
.team-con .head-tit-img img{width: auto;max-width: 100%;}
.team-con .team-intro{   
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #292E2E;}
