#main{position: relative;}
.fixsco_table table tr th.right{text-align: right;}
.fixsco_wrapper {
        display: flex;
        margin: 20px 0;
    }
    .fixsco_wrapper .content_right {
        margin-left: 20px;
        max-width: 420px;
    }
    .fixsco_block_nav {
        display: flex;
        border-bottom: 1px solid #D3E1E2;
        height: 58px;
        box-sizing: border-box;
    }
    .fixsco_block_nav a{text-decoration: none;}
    .fixsco_tab {
        margin: 18px 28px;
        margin-bottom: 0;
    }
    .fixsco_tab.active {
        position: relative;
    }
    .fixsco_tab.active a {
        color: #F23632;
    }
    .fixsco_tab.active:after {
        content:"";
        background: linear-gradient(to right, #F73835 0%, #F73835 50%, #3B8EF4 50%, #3B8EF4 100%);
        display: block;
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .fixsco_tab a {
        height: 21px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 21px;
        color: #999999;
        cursor: pointer;
    }
    .fixsco_container {
        width: 800px;
        background: #FFFFFF;
        margin-right: 20px;
        /*border: 1px solid #D3E1E2;*/
        border-radius: 4px;
        height: -moz-fit-content;
    }
    .fixsco_tab_content {
        padding: 20px 16px;
    }



   .fixsco_tab_content p{ font-size: 14px; line-height: 22px; margin-bottom: 10px;}
   .fixsco_tab_content div p{display: inline-block;}
   .fixsco_tab_content h1{font-size: 14px;display:inline-block}
/*.fixsco_tab_content>div{display: flex;}*/
   .fixsco_tab_content p a{ margin-right:10px}


.match_bg {
        height: 280px;
        background: linear-gradient(90deg, #292E2E 0%, #166d9f 50%, #292E2E 100%);
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .match_bg .match_bg_wrapper {
        width: 1200px;
        margin: auto;
    }
    .match_bg .match_bg_wrapper .match_bg_container {
        position: absolute;
        display: flex;
        justify-content: center;
        bottom: 0;
        width: 1200px;
    }
    .fixed_score_box .fixed_score_top {
        display: flex;
        justify-content: space-between;
        flex: 1;
        color: white;
        padding-top: 30px;
    }
    .fixed_score_top h2{
        font-size: 18px;
        font-weight: bold;
    }
    .score_name_left {
        display: flex;
        align-items: center;
        flex: 1;
    }
    .score_name_left h1 {
        height: 26px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 26px;
        color: #FFFFFF;
    }
    .score_name_left .image_container {
        margin-right: 20px;
    }
    .score_name_left.score_name_right .image_container {
        margin-left: 20px;
    }
    .score_name_right .image_container,
    .score_name_left .image_container {
        width: 80px;
        height: 80px;
        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: 56px;
        height: 56px;
        border-radius: 50%;
    }
    .score_name_left.score_name_right {
        flex-direction: row-reverse;
    }
    .score_name {
        text-align: center;
    }
    .league_name {
        height: 28px;
        line-height: 28px;
        border: 1px solid #FFFFFF;
        border-radius: 18px;
        padding: 0px 27px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }
    .match_score {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0;
        height: 39px;
        padding: 0 12px;
    }
    .match_score > div {
        font-size: 32px;
        font-family: DIN;
        font-weight: bold;
        line-height: 39px;
        color: #FFFFFF;
    }
    .match_status {
        height: 36px;
        background: #FFFFFF;
        border-radius: 18px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 36px;
        width: 140px;
        margin: auto;
        color: #F23632;
    }
    .match_status.live {
        color: #FF2727;
    }
    .fixed_score_link {
      
        background: #FFFFFF;
        border: 1px solid #D3E1E2;
        border-radius: 4px;
        margin-top: 35px;
    }
    .fixed_score_taggle .signal {
        padding: 8px 16px;
        border-bottom: 1px solid #D3E1E2;
    }

    .signalCon{
        /* display: flex; */overflow:hidden
    }

    .signalCon_listD,  .signalCon_list{
        width: 160px;
        height: 64px;
        font-size: 16px;
        color: #333;
        border: 2px solid #166d9f;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px;
        margin-right: 0;  float:left; 
    }

    .signalCon_list{
        flex-direction: column;
    }

    .signalCon_list h5{
        font-size: 16px;
        color: #00a2ff;
    }

    .signalCon_list p{
        font-size: 12px;
        color: #166d9f;
        margin-top: 7px;
    }

    .signalCon_list:hover{
        border:2px solid #F23632;
        color:#F23632;
    }

    .signalCon_list:hover p{
        color:#D3E1E2;
    }















    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #F23632;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }

    
    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #F23632;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }








    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #F23632;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }

    
    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #F23632;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }










    .fixsco_table {
        padding: 20px 0;
        border-bottom: 1px dashed #D3E1E2;
    }
    .fixsco_table:first-of-type {
        padding-top: 0;
    }
    .fixsco_table:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fixsco_table table {
        border: 1px solid #D3E1E2;
        border-bottom: 0;
    }
    .fixsco_table table tr {
    }
    .fixsco_table table tr th:first-child {
        font-weight: bold;
        color: #F23632;
    }
    .fixsco_table table tr th {
        padding: 8px 16px;
        background: #F8F8F8;
        border-bottom: 1px solid #D3E1E2;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
    }
    .fixsco_table table tr td {
        padding: 16px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 19px;
        color: #292E2E;
        border-bottom: 1px solid #D3E1E2;
    }
    .fixsco_table table tr td.home {
        text-align: right;
    }
    .fixsco_table table tr td.score {
        text-align: center;
    }
    .fixsco_tab_content li {
        height: 48px;
        line-height: 48px;
        border: 1px solid #D3E1E2;
        padding: 0 20px;
        margin-bottom: 16px;
        color: #292E2E;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .fixsco_tab_content li:last-of-type {
        margin-bottom: 0;
    }
    .fixsco_tab_content li:hover {
        border-color: #F23632;
    }
    .fixsco_tab_content li:hover a {
        color: #F23632;
    }
    .fixsco_tab_content li a {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 21px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        display: inline-block;
    }
