
.content ul.layui-tab-title{
    margin: 0;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: none;
}
.layui-tab-title{
    width: 100%;
    height: 42px;
    overflow: visible;
    border-bottom: none;
}

.layui-tab-brief>.layui-tab-title .layui-this{
    color: rgba(116, 116, 116, 1);
    border: 0.5px solid transparent;
}
.layui-unselect{
    display: none;
}
.layui-tab-title li{
    display: table;
    float: left;
    white-space: initial;
    line-height: 20px;
    /* vertical-align: middle; */
    color:rgba(116, 116, 116, 1);
    height: 40px;
    margin-left: 12px;
    width: -webkit-calc(100%/3 - 10px);
    width: calc(100%/3 - 10px);
    padding: 0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    position: relative;
    min-width: 65px;
    text-align: center;
    cursor: pointer;
    border: 0.5px solid rgba(116, 116, 116, 1);
    border-radius: 6px;
    font-size: 0.14rem;
}
.layui-tab-title li>div,
.nl-transform>div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.nl-transform{
    line-height: 20px;
    display: table;
    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;
    height: 40px;
    width: -webkit-calc(100%/3 - 10px);
    width: calc(100%/3 - 10px);
    padding: 0;
    min-width: 65px;
    text-align: center;
    cursor: pointer;
    border: none;
    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);
}
.layui-tab-title li:first-child{
    margin-left: 0;
}
.layui-tab-title li i{
    color: #4394f9;
}
.countdown-time{
    color: #4394F9;
    font-size: 0.14rem;
    text-align: left;
    margin-top: -10px;
}
.content ul.flow-default{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
/* .content .nl-table td,.content table.nl-table{
     border:none;
} */

.content table.nl-table{
    border-collapse: separate;
    border-spacing: 0;
    position: relative;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    margin: auto;
}
.content .nl-table td.select-td{
    overflow: visible;
}
.content .nl-table tr.table-head td{
    color: #2484FE;
}
.nl-circle{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(38, 38, 38, 0.6);
    color:rgba(38, 38, 38, 0.6);  
    background: #fff;
    margin: auto;
}
.top3{
    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-table tbody tr:nth-child(1) td{
    color: #2484FE;
}
.nl-table tbody tr:nth-child(2) td{
    color: #2484FE;
}
.nl-table tbody tr:nth-child(3) td{
    color: #2484FE;
}
.nl-table tbody tr:nth-child(1) td .nl-circle{
    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-table tbody tr:nth-child(2) td .nl-circle{
    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-table tbody tr:nth-child(3) td .nl-circle{
    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;
}
tr.nl-me{
border:1px dashed #2484FE;
}
.content .nl-table tr.nl-me td{
    background: #eff6ff;
    border-top:1px dashed #2484FE;
    border-bottom:1px dashed #2484FE;
    color: #2484FE;
}
tr.nl-me td:first-child{
border-left:1px dashed #2484FE;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;

}
tr.nl-me td:last-child{
border-right:1px dashed#2484FE;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.match-title{
    font-size: 0.16rem;
    line-height: normal;
    padding: 10px 0;
}
.match-title .share{
    float: right;
    font-size: 0.14rem;
    color: #2484FE;
}
.layui-tab{
    margin-top: 0;
}
.btn-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 20px;
}
.btn-zoo{
    width: 100%;
    margin: auto;
    height: 30px;
    overflow: hidden;
}
.btn-window{
    position: relative;
    width: 100%;
    height: 49px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
}
.btn-inner-wrapper{
    position: absolute;
    /* width: 100000px; */
    left: 0;
    top: 0;
    height: 28px;
    /* border: 1px solid #f2f2f2; */
}
.classify-btn{
    display: block;
    float: left;
    /* width: 56px; */
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    margin-right: 20px;
}
.btn-inner-wrapper .classify-btn:last-child{
    margin-right: 0;
}
.btn-wrap{
    margin-right: 20px;
    height: 32px;
    float: left;
    text-align: center;
}
.btn-wrap:last-child{
    margin-right: 0;
}
.btn-wrapper .btn-wrap .classify-btn{
    margin: auto;
    float:none;
}
.btn-wrapper .btn-wrap:last-child .classify-btn{
    float: right;
}
.btn-wrapper .btn-wrap:first-child .classify-btn{
    float: left;
}
.classify-active{
    border-bottom: 2px solid #2484FE;
    color: #2484FE;
}
.content ul.ul-select{
    margin: 0;
}
.td-type{
    position: relative;
    width: 60px;
    display: block;
    margin: auto;
}
.td-type .ul-select{
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}
.td-type .ul-select.ul-select-show{
    display: block;
}
.td-type .ul-select li,.show-type{
    text-align: center;
    width: auto;
    height: 29px;
    margin: auto;
    line-height: 29px;
    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-radius: 6px;
    color: #fff;
    cursor: pointer;
}

.power{
    display: none;
}
.power.active{
    display: block;
}
.power-btn{
    display: none;
    margin-right: 10px;
}
.power-btn.active{
    display: inline-block;
}
.power-btn:last-child{
    margin-right: 0;
}
@media screen and (min-width: 1199px){
    .layui-tab-content .layui-tab-item:last-child{
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1199px){
    #page{
        padding-bottom: 50px;
    }
}