.system-list{
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.div.system-list{
    position: relative;
}
div.system-list .nl-goback{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 50px;
    text-align: center;
}
div.system-list .center-detail{
    text-align: center;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    font-size: 0.16rem;
}
.system-list.small{
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 0;

}
.system-course{
    background:url(../image/system/course.png) 0 0 no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/course.png");
}
.system-teacher{
    background: url(../image/system/teacher.png) 0px 0 no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/teacher.png");
}
.system-match{
    background: url(../image/system/match.png) 0px 0 no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/match.png");
}
.system-test{
    background: url(../image/system/test.png) 0px 0 no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/test.png");
}

.item-wrapper{
    position: relative;
    width: 85%;
    margin: auto;
}
.left-icon{
    float: left;
}
.left-icon{
    width: 55px;
    height: 100%;
}
.left-font{
    width: 55px;
    height: 100%;
    text-align: left;
    color:RGBA(38, 38, 38, 0.8);
    font-size: 0.36rem;
}
.system-teacher .left-icon{
    background: url(../image/system/teachers.png) center center no-repeat ;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/teachers.png");
}
.system-match .left-icon{
    background: url(../image/system/match-icon-big.png) center center no-repeat ;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/match-icon-big.png");
}
.system-course .left-icon{
    background: url(../image/system/course-icon-big.png) center center no-repeat ;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/course-icon-big.png");
}
.system-test .left-icon{
    background: url(../image/system/test-icon-big.png) center center no-repeat ;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="../image/system/test-icon-big.png");
}
.center-detail{
    height: 100%;
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    text-align: left;
    font-size: 0.14rem;
    line-height: 15px;
}
.center-detail span{
    display: inline-block;
}
.center-detail span:first-child{
    margin-bottom: 15px;
}
.coach-detail .right-icon{
    line-height: 80px;
    color: RGBA(104, 170, 254, 0.8);
}
.center-detail,.right-icon,.left-font{
    /* height:80px ; */
    display: inline-block;
    vertical-align: middle;
}
.right-icon{
    width: 20px;
    text-align: center;
    color: #fff;
}
.small .right-icon{
    color: RGBA(38, 38, 38, 1);
}
p.content-p{
    margin-bottom: 0;
    font-size: 0.14rem;
    text-indent: 0.28rem;
    color: RGBA(38, 38, 38, 0.6)
}
.contentP-wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
}
.light-c{
    color: RGBA(116, 116, 116, 0.6)
}


.content .nl-table td{
    padding: 2px;
}
.content .nl-table td,.content table.nl-table{
    border-color:transparent;
}


.player-img{
    width: 30px;
    height: 30px;
    /* border: 1px solid rgba(236, 236, 236, 1); */
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

.content ul.flow-default{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.content .nl-table td.nl-blue-font{
    color: rgba(67, 148, 249, 1);
}
.dir_zone_list{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(246, 250, 255, 1);
    border-bottom: 1px solid rgba(246, 250, 255, 1);
    margin-top: 10px;
    background: transparent;
    position: relative;
}
.dir_zone_list:first-child{
    margin-top: 0;
}
.dir_tab_row{
    font-size: 0;
}
.dir_table_name{
    color: #262626;
    font-weight: bold;
    font-size: 0.16rem;
    letter-spacing: 1px;
}
.dir_tab_label{
    display: inline-block;
    vertical-align: middle;
    color: #262626;
    line-height: 20px;
    font-size: 0.14rem;
    width: 100px;
    text-align: right;
}
.dir_tab_info{
    display: inline-block;
    vertical-align: middle;
    color: #262626;
    line-height: 20px;
    font-size: 0.14rem;
    padding-left: 5px;
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
}
.ainao_item{
    display:block;
    box-sizing:border-box;
    float:left;
    margin-right:10px;
    width:-webkit-calc(99.9999% / 3 - 20px / 3);
    width:calc(99.9999% / 3 - 20px / 3);
    margin-top:8px;
    /* padding:8px 8px 11px; */
    background-color:#fff;
    border-radius:6px;
}
.ainao_item:nth-child(3n){
    margin-right:0;
}
.ainao_name,.ainao_id{
    font-size:0.18rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:25px;
    color:rgba(38,38,38,1);
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ainao_img_wrapper{
    border-radius:4px;
    overflow:hidden;
}
.ainao_img_wrapper img{
    width:100%;
    height: 100%;
    object-fit:cover;
}
.directoryMeritoriousUnit{
    box-sizing: border-box;
    padding: 16px;
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:22px;
    color:rgba(0,0,0,1);
    opacity:1;
    background: #fff;
}
.directoryMeritoriousUnit:nth-child(odd){
    background:rgba(234,145,147,0.05);
}

.d_item{
    position: relative;
    height: 47px;
    line-height: 47px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
}
.d_item.active::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -12px;
    width:24px;
    height:2px;
    background:rgba(27,127,252,1);
}
.d_item_w{
    left: 0;
    top: 46px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    background: #fff;
    box-sizing: border-box;
    border-bottom:1px solid rgba(235,235,235,1);
    z-index: 101;
}
.d_box_item{
    display: none;
}
.d_box_item.active{
    display: block;
}
.d_row{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}
div>.d_row:first-child{
    margin-top: 0;
}
.d_title{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:22px;
    color:rgba(0,0,0,1);
}
.d_info{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(0,0,0,0.5);
    margin-top: 17px;
}
.d_flex{
    display: box;              /* OLD - Android 4.4- */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /* 09版 */
    -webkit-box-orient: horizontal;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content : space-between;
    flex-wrap:wrap;
}
.d_flex.d_flex1{
    justify-content : flex-start;
}
.d_a_item{
    box-sizing: border-box;
    width: calc(50% - 5px);
    padding: 10px 0;
    text-align: center;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:22px;
    margin-top: 20px;
    border-radius:4px;
    background: #fff;
}
.d_bg{
    width:28px;
    height:15px;
}
.d_bg_blue{
    background: #0071FE;
}
.d_bg_green{
    background: #28B28B;
}
.d_bg_red{
    background: #E50618;
}
.d_bg_black{
    background: #000000;
}
.d_text_blue{
    color: #0071FE;
}
.d_text_green{
    color: #28B28B;
}
.d_text_red{
    color: #E50618;
}
.d_text_black{
    color: #000000;
}
.d_text{
    font-size:12px;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:15px;
    color:rgba(188,188,188,1);
    margin-left: 8px;
}
.d_d_w{
    margin-top: 20px;
}
div>.d_city_w:first-child{
    margin-top: 0;
}
.d_city_w{
    margin-top: 36px;
}
.d_city_title{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:22px;
    color:rgba(0,0,0,1);
}
.d_qu_text{
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    margin-right: 15px;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
}
.d_qu_w{
    font-size: 0;
}
.directory_bg{
    background:linear-gradient(290deg,rgba(149,98,8,1) 0%,rgba(236,204,148,1) 100%);
}
.directory_r{
    display: block;
    position: relative;
    width: calc(100% - 8px);
    box-sizing: border-box;
    margin-top: 18px;
}
.directory_r_w{
    position: relative;
    font-size: 0;
    padding: 16px 12px;
    background:rgba(255,250,240,1);
    box-shadow:0px 3px 9px rgba(51,51,51,0.16);
    z-index: 2;
}
.directory_r_l{
    width: 44px;
    height: 44px;
}
.directory_r_l img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.directory_r_r{
    font-size: 0.2rem;
    width: 20px;
    height: 20px;
    color: #82561D;
    line-height: 20px;
}
.directory_r_c{
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 80px);
}
.directory_r_c_w{
    min-height: 44px;
}
.directory_r_c_t{
    font-size:0.16rem;
    font-family:Source Han Sans SC;
    font-weight:bold;
    line-height:22px;
    color:rgba(134,90,33,1);
}
.directory_r_c_b{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:17px;
    color:rgba(135,90,33,1);
    margin-top: 5px;
}
.directory_r::after{
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background:rgba(255,252,253,0.2);
    border:2px solid rgba(246,246,246,1);
    top: 8px;
    left: 8px;
}
.index_search{
    position: relative;
}
.d_padding{
    padding-left: 15px;
    padding-right: 15px;
}
.search_row{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#f6f6f6;
}
.d_bts_w{
    background: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
}
input[type="search"].index_input, input[type="tel"].index_input, input[type="text"].index_input {
    box-sizing: border-box;
    width: 100%;
    padding-left: 40px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    border: none;
    margin-bottom: 0;
}
.index_icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px;
}
.d_bts{
    position: relative;
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(38,38,38,1);
}
.d_bts.active{
    color:rgba(40,178,139,1);
}
.d_bts.active::after{
    position: absolute;
    left: 0;
    bottom: -5px;
    content: '';
    width: 100%;
    height: 2px;
    border-width: 0;
    border-radius: 0;
    background: rgba(40,178,139,1);
}
.d_bts_area{
    display: none;
}
.d_bts_area.active{
    display: block;
}
.content .d_bts_area .nl-table tr td
{
    font-size:0.14rem;
    font-family:Source Han Sans SC;
    line-height:20px;
    padding: 16px 2px;
}
.content .d_bts_area .nl-table thead tr td{
    font-weight:bold;
    color:rgba(38,38,38,1);
}
.content .d_bts_area .nl-table tbody tr td{
    font-weight:400;
    color:rgba(29,25,25,1);
}
.team-join
{
    position: absolute;
    right: 15px;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;

}
.c_d_green{
    color:rgba(40,178,139,1);
}
.team_i_row{
    margin-top: 10px;
    font-family:Source Han Sans SC;
    font-weight:400;
    line-height:20px;
    color:rgba(107,107,107,1);
}
@media screen and (min-width: 1200px){
    .nl-border {
        padding-top: 0;
    }

}
@media screen and (max-width: 1199px){
    div.system-list{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .dir_zone_list{
        background: #ffffff;
    }
}
