
.content ul.layui-tab-title{
    margin: 0;
}
.countdown-time{
    text-align: center;
}
.content ul.flow-default{
    width: 100%;
    margin: auto;
    overflow: hidden;
}


.flow-default .nl-match:nth-child(odd){
    margin-left: 0;
}
.nl-match-people{
    position: absolute;
    top: -2px;
    right: 17px;
    color: #747474;
}
.nl-match-header,.nl-match-body{
    padding: 0 17px;
}
.nl-match-name{
    text-align: left;
}
.nl-match-type{
    margin-left: 11px;
    font-size: 0.12rem;
}

.nl-match-body{
    padding-top: 15px;
    padding-bottom: 15px;
}
p.long-name{
    margin-bottom: 0;
}
.nl-match-footer{
  width: 100%;
}
.nl-match-button{
    border-top:1px solid #EEEEEE;
    text-align: center;
    color: #2484FE;
    cursor: pointer;
    padding: 10px 0;
}
.nl-match-button button{
    display: block;
    width: 90%;
    height: 40px;
    line-height: normal;
    text-align: center;
    margin: auto;
    border-radius: 23px;
    color: #2484FE;
    border: 1px solid #2484FE;
    outline: none;
    background:#fff;
    font-weight: normal;
}

.nl-match-button button.onBtn{
    width: 50%;
}
.nl-match-button button:hover{
    color: #2484FE;
}
.nl-match-footer .last-btn button{
    color: #fff;
    background: -webkit-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -o-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -moz-linear-gradient(90deg,#68AAFE, #4394F9);
    background: linear-gradient(90deg,#68AAFE, #4394F9);
    border: none;
}
.nl-match-footer .last-btn button.bg_gradient_orange{
    border: none;
    color: #fff;
    background: -webkit-linear-gradient(90deg,#F9A9B8, #FB8E8E);
    background: -o-linear-gradient(90deg,#F9A9B8, #FB8E8E);
    background: -moz-linear-gradient(90deg,#F9A9B8, #FB8E8E);
    background: linear-gradient(90deg,#F9A9B8, #FB8E8E);
}
.nl-match-footer .last-btn button.bg_gradient_grey{
    color: #fff;
    background: -webkit-linear-gradient(90deg,#b8bcbe,#919191);
    background: -o-linear-gradient(90deg,#b8bcbe,#919191);
    background: -moz-linear-gradient(90deg,#b8bcbe,#919191);
    background: linear-gradient(90deg,#b8bcbe,#919191);
    border: none;
}
.nl-match-footer .last-btn button:hover{
    color: #fff;
}
.nl-badge{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 2%;
    line-height: 20px;
    text-align: center;
    background: -webkit-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -o-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -moz-linear-gradient(90deg,#68AAFE, #4394F9);
    background: linear-gradient(90deg,#68AAFE, #4394F9);
    color: #fff;
    border-radius: 50%;
}
.nl-match-detail {
    margin-bottom: 5px;
}
.nl-match-label{
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    float: left;
}
.nl-match-label div{
    display: inline;
}
.nl-match-info{
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    padding-left: 10px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    float: left;
}
.nl-match-info div,.nl-match-info a,.nl-match-info span{
    display: inline;
}
.door_wraper{
    display: block;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}
.door_wraper:first-child{
    margin-top: 10px;
}
.door_wraper img{
    width:100%;
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (min-width: 1200px){
    .nl-border{
        padding-top: 0;
    }
    #content{
        background:#fff;
    }
    .nl-match{
        border-radius: 6px;
        border: 1px solid #EEEEEE;
        position: relative;
        background: #fff;
        /* margin-bottom: 10px; */
        padding-top: 15px;
    }
    .layui-tab-title li{
        font-size: 0.16rem;
        color:#fff;
        height: 91px;
        width: -webkit-calc(99.9999% / 3);
        width: calc(99.9999% / 3);
        line-height: 91px;
        padding: 0;
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    .layui-tab-brief>.layui-tab-title .layui-this{
        color: #262626;
        border:none;
    }
    .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
        border-bottom:none;
    }
    .nl-transform{
        display: none;
    }
}
@media screen and (max-width: 1199px){
    #content{
        background:#f6f6f6;
    }
    .nl-match{
        border-radius: 6px;
        border: 1px solid #EEEEEE;
        position: relative;
        background: #fff;
        /* margin-bottom: 10px; */
        padding-top: 15px;
    }
    .layui-tab-title li{
        color:#262626;
        height: 44px;
        width: -webkit-calc(99.9999% / 3);
        width: calc(99.9999% / 3);
        line-height: 44px;
        padding: 0;
        position: relative;
        text-align: center;
        cursor: pointer;
    }
    .layui-tab-brief>.layui-tab-title .layui-this{
        color: #2484FE;
        border:none;
    }
    .nl-transform{
        position: absolute;
        transform: translate3d(0px, -5px, 0px);
        transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
        height: 5px;
        width: -webkit-calc(99.9999% / 3);
        width: calc(99.9999% / 3);
        background: #2484FE;
    }
    .layui-tab-brief>.layui-tab-more li:after, .layui-tab-brief>.layui-tab-title li:after{
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 5px;
        border-width: 0;
        border: none;
        border-style: none;
        background: #a5ccff;
    }
    .layui-tab-title .layui-this:after{
        bottom: 0;
        top: -webkit-calc(100% - 5px);
        top: calc(100% - 5px);
    }
    .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 5px;
        border-width: 0;
        border: none;
        border-style: none;
        background: #a5ccff;
    }
    .countdown-time{
        padding-bottom: 10px;
    }
    .layui-tab-brief[overflow]>.layui-tab-title .layui-this:after{
        top: auto;
    }
}
@media screen and (min-width: 375px) and (max-width: 1199px){
    .nl-match-button{
        text-align: right;
    }
    .nl-match-button.last-btn{
        text-align: left;
    }
    .nl-match-button a{
        width: 160px;
        margin-right: 5px;
    }
    .nl-match-button.last-btn a{
        margin-right: 0;
        margin-left: 5px;
    }
    .nl-match-button a.onBtn{
        display: block;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 320px){
    /* iphone5以下 */

}
.tabs_head{
    position: relative;
    padding-top: 20px;
    left: 0;
    top: 0;
}
.tabs_head .tabs_btn{
    float: left;
    color:#262626;
    height: 42px;
    width: -webkit-calc(99.9999% / 3 - 20px / 3);
    width: calc(99.9999% / 3 - 20px / 3);
    line-height: 42px;
    padding: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(116, 116, 116, 1);
    border-radius: 6px;
    font-size: 0.14rem;
    box-sizing: border-box;
    margin-left: 10px;
}
.tabs_head .tabs_btn:first-child {
    margin-left: 0;
}
.tabs_body_item{
    display: none;
}
.tabs_body_item.active{
    display: block;
}
.tabs_btn.active{
    /* background: -webkit-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -o-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -moz-linear-gradient(90deg,#68AAFE, #4394F9);
    background: linear-gradient(90deg,#68AAFE, #4394F9); */
    color: #fff;
    border: none;
}
.activeTitle{
    display: table;
    width: -webkit-calc(99.9999% / 3 - 20px / 3);
    width: calc(99.9999% / 3 - 20px / 3);
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    float: left;
    white-space: initial;
    position: absolute;
    /* left: 0;
    top: 0; */
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s;
    transform: translate3d(0px, 0px, 0px);
    color: #fff;
   
    text-align: center;
    cursor: pointer;
    
    border-radius: 6px;
    font-size: 0.14rem;
    background: -webkit-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -o-linear-gradient(90deg,#68AAFE, #4394F9);
    background: -moz-linear-gradient(90deg,#68AAFE, #4394F9);
    background: linear-gradient(90deg,#68AAFE, #4394F9);
}
.tabs_body{
    position: relative;
    top: 0;
    margin-top: 20px;
}
.player-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    display: inline-block;
}
.matchs_btns_group{
    font-size: 0;
}
.matchs_btns_group .matchs_btns:nth-child(1){
    margin-right: 10px;
}
.matchs_btns{
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    background: #fff;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(112,112,112,1);
    padding: 8px 0;
    border-radius:4px;
    text-align: center;
}
.matchs_btns.active{
    color: #0071FE;
}
.matchs_btns_content{
    display: none;
}
.matchs_btns_content.active{
    display: block;
}
.matchs_search_input{
    font-size: 0;
}
.matchs_input_area{
    position: relative;
    width: -webkit-calc(100% - 68px);
    width: calc(100% - 68px);
    margin-right: 6px;
    font-size: 0.14rem;
}
.matchs_input_area input[type='text']{
    box-sizing: border-box;
    width: 100%;
    padding: 0 36px;
    margin: 0;
    height: 36px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    border: none;
}
.matchs_search_btn{
    width:62px;
    height:36px;
    line-height: 36px;
    background:rgba(0,113,254,1);
    opacity:1;
    border-radius:4px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:1;
    text-align: center;
}
.matchs_search_btn.disabled{
    background:#919191;
}
.nl_match{
    border-radius:4px;
    box-shadow:0px 3px 15px rgba(197,197,197,0.16);
    position: relative;
    background: #fff;
    padding: 12px 12px 0;
}
.nl_match_header{
    font-size:0.16rem;
    font-weight:400;
    line-height:22px;
    color:rgba(2,15,30,1);
}
.nl_match_name{
    font-size:0.16rem;
    font-weight:400;
    line-height:22px;
    color:rgba(2,15,30,1);
}
p.long_name{
    margin-bottom: 0;
    line-height: 12px;
    font-size: 0.12rem;
}
.nl_match_body{
    margin-top:12px;
    box-sizing: border-box;
    border-bottom:1px solid rgba(242,242,242,1);
}
.nl_match_detail{
    font-size: 0;
    margin-bottom: 8px;
    line-height: 20px;
}
.nl_match_label,.nl_match_info{
    display: inline-block;
    vertical-align: middle;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    /* line-height:20px; */
    color:rgba(2,15,30,0.60);
}
.nl_match_info{
    width: -webkit-calc(100% - 72px);
    width: calc(100% - 72px);
    /* padding-left: 10px; */
    text-align: left;
}
.nl_match_label{
    width: 72px;
}
.nl_match_type{
    margin-left: 8px;
}
.nl_match_button{
    cursor: pointer;
    font-size:0.14rem;
    font-weight:400;
    line-height:20px;
    color:rgba(2,15,30,0.60);
    padding:12px 0;
}
a.c_dark_green, .c_dark_green {
    color: #0AA86D;
}
a.c_dark_green:hover{
    color: #0AA86D;
}
a.c_dark_orange, .c_dark_orange {
    color: #F37057;
}
a.c_dark_orange:hover{
    color: #F37057;
}
.nl_match_icon{
    background-image: url(./image/matchs/nl_match_icon.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.nl_match_icon.gou{
    background-position: -20px 0px;
}
.nl_match_icon.add{
    background-position: 0 0px;
}
.nl_match_icon.time{
    background-position: -40px 0px;
}
.nl_match_icon.see{
    background-position: -60px 0px;
}