
.content .nl-table td,.content table.nl-table{
    border:none;
}
.content table.nl-table{
    border-bottom: none;
    position: relative;
    margin-top: 20px;
}

.player-img{
    width: 30px;
    height: 30px;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.player-img img{
    width: 100%;
    height: auto;
    margin :auto;
}

.content .nl-table td{
    text-align: center;
}
.content ul.flow-default{
    width: 100%;
    margin: auto;
    overflow: hidden;
    font-size: 16px;
}
.nl-match{
    float: left;
    width:100%;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}
.nl-match-people{
    position: absolute;
    top: 0;
    right: 0;
}
.nl-match-header,.nl-match-body{
    padding: 0;
}
.nl-match-header{
    position: relative;
    margin-top: 17px;
}
.noMargin{
    margin-top: 0;
    margin-bottom: 10px;
}
.nl-match-name{
    text-align: left;
}
.nl-match-type{
    margin-left: 11px;
    font-size: 0.12rem;
}

.nl-match-label{
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.nl-match-label div{
    display: inline;
}
.nl-match-info{
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.nl-match-info div,.nl-match-info a,.nl-match-info span{
    display: inline;
}

p.long-name{
    margin-bottom: 0;
    padding-top: 5px;
}
.nl-match-footer{
  height:43px;
}

.nl-badge{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    left: 2%;
    line-height: 20px;
    text-align: center;
    background: -webkit-linear-gradient(#68AAFE, #4394F9);
    background: -o-linear-gradient(#68AAFE, #4394F9);
    background: -moz-linear-gradient(#68AAFE, #4394F9);
    background: linear-gradient(#68AAFE, #4394F9);
    color: #fff;
    border-radius: 50%;
}
.nl-match-style {
    color: #333;
    padding-left: 15px;
}
.nl-match-name {
    padding-left: 15px;
}
.nl-match-people {
    padding-right: 15px;
}
/* .a-two{
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    background: rgba(67, 148, 249, 1);
    border:1px solid rgba(67, 148, 249, 1);
    float: left;
}

.left{
    border-radius: 125px 0 0  125px;
    border-right:1px solid #fff;
}
.right{
    border-left:1px solid #fff;
    border-radius:  0 125px 125px 0;
}
.a-btn.two{
    background: transparent;
} */
@media screen and (min-width: 1200px){
    .a-btn{
        position: relative;
    }
}
@media screen and (max-width: 1199px){
    #page{
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 374px){
    /* iphone6以下 */
    /* .nl-match-info{
        display:block;
    } */

    .nl-match-info .one-item:last-child{
        text-indent: 0;
    }
}