
.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: #fff;
    border: 1px solid rgba(104, 170, 254, 1);
    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{
    display: inline-block;
    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);
    line-height: 40px;
    padding: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    min-width: 65px;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(116, 116, 116, 1);
    border-radius: 6px;
    font-size: 0.16rem;
}
.layui-tab-title li:first-child{
    margin-left: 0;
}
.layui-tab-title li i{
    color: #4394f9;
}

.content ul.flow-default{
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.layui-tab{
    margin-top: 0;
}
.grid>a{
    margin-bottom: 10px;
}
.grid>a:last-child{
    margin-bottom: 0;
}
.team-listWrapper{
    padding: 0 2%;
}
.team-row{
    position: relative;
    display: block;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 5px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* #team-flow .team-row:nth-child(even){
    margin-left: 10px;
} */
.team-tips{
    font-size: 0.12rem;
    line-height: 0.18rem
}
.team-join{
   position: absolute;
   width: 50px;
   height: 50px; 
   right: 0;
   top: 0;
   border-radius: 0 0 0 100%;
   line-height: 50px;
}
.team-join.canJoin{
    background: -webkit-linear-gradient(135deg,rgba(39, 106, 255, 1),rgba(99, 193, 255, 0.7));
    background: -o-linear-gradient(135deg,rgba(39, 106, 255, 1),rgba(99, 193, 255, 0.7));
    background: -moz-linear-gradient(135deg,rgba(39, 106, 255, 1),rgba(99, 193, 255, 0.7));
    background: linear-gradient(135deg,rgba(39, 106, 255, 1),rgba(99, 193, 255, 0.7));
}
.team-join.myTeam{
    background: -webkit-linear-gradient(135deg,#fe6666,#fc8d8d);
    background: -o-linear-gradient(135deg,r#fe6666,#fc8d8d);
    background: -moz-linear-gradient(135deg,#fe6666,#fc8d8d);
    background: linear-gradient(135deg,#fe6666,#fc8d8d);
}
.team-join.waitting{
    background: -webkit-linear-gradient(135deg,rgba(123, 123, 123, 1),rgba(158, 158, 158, 1));
    background: -o-linear-gradient(135deg,rgba(123, 123, 123, 1),rgba(158, 158, 158, 1));
    background: -moz-linear-gradient(135deg,rgba(123, 123, 123, 1),rgba(158, 158, 158, 1));
    background: linear-gradient(135deg,rgba(123, 123, 123, 1),rgba(158, 158, 158, 1));
}
.team-join i{
    position: relative;
    font-size: 0.16rem;
    left: 25px;
    top: -5px;
    color: #fff; 
}
.addIcon{
    position: relative;
    color: #fff; 
    font-weight: bold;
    font-size: 0.22rem;
    left: 25px;
    top: -5px;
}
/* .team-detail{
    width: 100%;
    height: 100%;
    float: left;
} */

.team-detail-row{
    /* padding-left: 16px; */
    margin-top: 2px;
    /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; */
}
.team-row .team-detail-row:first-child{
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    margin-top: 0;
}
.team-info,.team-info-label{
    font-size: 0.14rem;
    color: rgba(38, 38, 38, 0.6);
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.team-info-label{
    text-align: left;
    width: 85px;
}
.team-info{
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}
.team-detail-row.waitting .team-info{
    font-size: 0.12rem;
    color: #FB8E8E;
}
.team-btn{
    width: 115px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    background: -webkit-linear-gradient(70deg,rgba(99, 147, 255, 1),rgba(99, 193, 255, 0.7));
    background: -o-linear-gradient(70deg,rgba(99, 147, 255, 1),rgba(99, 193, 255, 0.7));
    background: -moz-linear-gradient(70deg,rgba(99, 147, 255, 1),rgba(99, 193, 255, 0.7));
    background: linear-gradient(70deg,rgba(99, 147, 255, 1),rgba(99, 193, 255, 0.7));
    color: #fff;
    font-size: 0.14rem;
}
.nl-badge{
    position: relative;
    display: inline-block;
    /* font-size: 12px; */
    width: 20px;
    height: 20px;
    left: 2%;
    line-height: 20px;
    text-align: center;
    background: -webkit-linear-gradient(90deg,#FB8E8E,#FF6464);
    background: -o-linear-gradient(90deg,#FB8E8E,#FF6464);
    background: -moz-linear-gradient(90deg,#FB8E8E,#FF6464);
    background: linear-gradient(90deg,#FB8E8E,#FF6464);
    color: #fff;
    border-radius: 50%;
}
.c_blue{
    color: #4394f9;
}
.team-type{
    display: inline-block;
    width: -webkit-calc( 97% / 3 - 6px );
    width: calc( 97% / 3 - 6px );
    height: 17px;
    line-height: 17px;
    text-align: center;
    /* font-size: 10px; */
    border-radius: 2px;
    margin-right: 1.5%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #AFAFAF;
    border: 1px solid #AFAFAF;
}
.orange{
    color: #FF6464;
    border: 1px solid #FF6464;
}
.blue{
    color: #4394F9;
    border: 1px solid #5DA3FC;
}
.team-detail-footer .team-type:last-child{
    margin-right: 0;
}

@media screen and (max-width: 1199px){
    /* .team-row{
        width: -webkit-calc(100% - 2px);
        width: calc(100% - 2px);
    }
    #team-flow .team-row:nth-child(odd){
        margin-left: 0;
    }
    #team-flow .team-row:nth-child(even){
        margin-left: 0;
    } */
}