.team_all_data{
    width: 100%;
 }


.main{
    margin: 0 auto;
    width: 1280px;
    height: auto;
    min-height: 650px;
    overflow: hidden;
}


 /* 选择选项 */
 .team_all_data_content {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 30px 0;
 }
 .team_all_div .team_all_data_content_select{
    height: 66px;
    background:rgba(207,207,207,0.3);
    border-radius: 6px;
    border:1px solid rgba(206,206,206,0.3);
   
 }
 .team_all_data_content_select .select_left, .team_all_data_content_select .select_mid, .team_all_data_content_select .select_right{
    float: left;
    width: 180px;
    height: 64px;
    display: block;
    border-radius: 0;
    position: relative;
    background-color: #fff;
    border-right: 1px solid rgba(232, 232, 232, 1);
 }

.team_all_data_content_select .select_left{
    border-radius: 6px 0 0 6px;
}
.team_all_data_content_select .select_right{
    border-radius: 0 6px 6px 0;
}
.select_left>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    /* border-radius: 6px; */
}
.select_left>span:nth-child(1){
   width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
   border-radius: 6px 0 0 0 ;
}
.select_left>span:nth-child(2){
  height: 38px;
}

.select_left>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius:0 0 0 6px;
    height: 38px;
    line-height: 38px;
   
}
.select_mid>span:nth-child(1){
    width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
 }
.select_mid>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    border-radius: 0;

}
.select_mid>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius: 0;
    height: 38px;
    line-height: 38px;  
}

.select_right>span:nth-child(1){
    width: 100%;
   height: 26px;
   line-height: 35px;
   padding-left: 36px;
   background: #fff;
   border-radius: 0 6px 0 0;
 }
.select_right>span{
    float: left;
    font-size:12px;
    color:rgba(149,149,149,1);
    border-radius: 0 0 6px 0 ;

}
.select_right>span .el-input__inner{
    font-size:16px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding: 0 33px;
    border:none;
    border-radius: 0 0 6px 0;
    height: 38px;
    line-height: 38px;  
}
 .select_donw{
    top: 194px!important;
}
 .select_donw .popper__arrow{
    top: -8px!important;
    border:1px solid #fff!important;
    background: #fff;
    display:none!important;
}
 .el-select-dropdown__list{
     padding: 0;
 }
.el-select-dropdown__item.selected{
    background:rgba(41, 50, 137, 1)!important;
    color: #fff;
 }



.moreAfter_icon{
position: relative;
}
.moreIcon_child{
    display: block;
    position: absolute;
    top: 2px;
    right: 7px;
    z-index: 2;
    width: 56px;
    height: 26px;
    text-align: center;
    font-size: 0;
    padding: 10px 15px;
}


.moreIcon_child i{
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 1px 4px 1px 0;
    background-color: #D8D8D8;
    border-radius: 4px;
}
.moreIcon_child:hover{
    cursor: pointer;
}
.moreIcon_child:hover i{
    background-color: #3B3B6D;
}
.moreIcon_child i:nth-child(2n){
    margin: 0 4px 0 0;
    width: 6px;
    height: 6px;
}
.moreIcon_child i:last-child{
    margin-right: 0;
}



/* teamList 样式 start */
.teamList_div{
    display: none;
    margin: 10px 0 100px 0;
    width: 100%;
    height: auto;
    border: 1px solid rgba(206, 206, 206, 1);
    overflow: hidden;
}
.teamList_div.isShow{
    display: block;
}
.teamList_div .teamList_ul{
    width: 1300px;
    height: auto;
}
.teamList_ul .teamList_li{
    float: left;
    padding: 25px 20px 0 20px;
    width: 256px;
    height: 122px;
    border-right: 1px solid #fff;
    border-top: 1px solid rgba(206, 206, 206, 1);
    cursor: pointer;
    
}
.teamList_ul .teamList_li:nth-child(5n){
    border-right: 0;
}
.teamList_ul .teamList_li:nth-child(10n-9),.teamList_ul .teamList_li:nth-child(10n-8),.teamList_ul .teamList_li:nth-child(10n-7),.teamList_ul .teamList_li:nth-child(10n-6),.teamList_ul .teamList_li:nth-child(10n-5){
    background-color: rgba(240, 240, 240, 1);
}
.teamList_ul .teamList_li:nth-child(10n-4),.teamList_ul .teamList_li:nth-child(10n-3),.teamList_ul .teamList_li:nth-child(10n-2),.teamList_ul .teamList_li:nth-child(10n-1),.teamList_ul .teamList_li:nth-child(10n){
    background-color: rgba(255, 255, 255, 1);
}
.teamList_ul .teamList_li:nth-child(1),.teamList_ul .teamList_li:nth-child(2),.teamList_ul .teamList_li:nth-child(3),.teamList_ul .teamList_li:nth-child(4),.teamList_ul .teamList_li:nth-child(5){
    border-top: 0;
}

.teamList_li .teamLogo_span{
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
}
.teamList_li .teamLogo_span img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.teamList_li .teamInfor_span{
    float: left;
    padding: 10px 4px;
    width:  143px;
    height: 72px;
}
.teamInfor_span .teamInfor_name{
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: rgba(36, 42, 47, 1);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.teamInfor_span .teamInfor_winOrLow{
    display: block;
    width: 100%;
    line-height: 22px;
    text-align: center;
    font-size: 0;

}
.teamInfor_winOrLow .teamInfor_winText{
    display: inline-block;
    width: auto;
    text-align: right;
    font-size: 16px;
    color: rgba(36, 42, 47, 1);

}
.teamInfor_winOrLow .teamInfor_lowText{
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 16px;
    color: rgba(232, 95, 95, 1);
    
}


.teamList_ul .teamList_li:hover{
    background-color: rgba(134, 136, 202, 1);
    
}
.teamList_li:hover .teamInfor_span .teamInfor_name, .teamList_li:hover .teamInfor_winOrLow .teamInfor_winText{
    color: rgba(255, 255, 255, 1);
    
}

/* teamList 样式 end */


#mobile .main{
    width: 100%;
    min-height: calc(100vh);
}
#mobile .team_all_data_content{
    padding: 0;
}

#mobile .teamList_div{
    margin: 3.01rem 0 0 0;
    padding: .4rem .853rem;
    border: 0;
}

#mobile .teamList_div .teamList_ul{
    width: 100%;

}

#mobile .teamList_ul .teamList_li{
    margin-bottom: .4rem;
    width: 3.76rem;
    height: 4.16rem;
    padding: .4rem;
    background-color: #fff;
    border: 1px solid rgba(213, 222, 222, 1);
    border-radius: .0533rem;
    cursor: default;

}
#mobile .teamList_ul .teamList_li:nth-child(2n){
    float: right;

}

#mobile .teamList_li .teamLogo_span{
    float: none;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    margin: 0 auto;
    width: 2.2rem;
    height: 2.2rem;
}

#mobile .teamList_li .teamInfor_span{
    float: none;
    display: block;
    width: 100%;
    padding: .2rem .4rem 0 .4rem;
}
#mobile .teamInfor_span .teamInfor_name{
    line-height: .48rem;
    font-size: .346rem;
    color: rgba(36, 42, 47, 1);
}
#mobile .teamInfor_span .teamInfor_winOrLow{
    line-height: .453rem;

}
#mobile .teamInfor_winOrLow .teamInfor_winText, #mobile .teamInfor_winOrLow .teamInfor_lowText{
    font-size: .32rem;
    color: rgba(153, 153, 153, 1);
}
/* mobile 筛选框 start */

#mobile .team_all_div .team_all_data_content_select{
    position: fixed;
    top: calc(1.33rem);
    left: 0;
    z-index: 290;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding: .267rem .4rem 0 .4rem;
    width: 100%;
    height: 1.68rem;
    background-color: rgba(249, 249, 249, 1);
    border: 0;
 }
 #mobile .team_all_data_content_select>span{
    display: none;
 }
 #mobile .team_all_data_content_select>span.h5{
    float: none;
    display: block;
    position: relative;
    margin-left: 5%;
    padding: 0;
    width: 30%;
    height: .88rem;
    border-radius: .053rem;
    font-size: 0;
    background-color: #fff;
    border: 1px solid rgba(213, 222, 222, 1);
    overflow: hidden;
 }
 #mobile .team_all_data_content_select>span.h5:first-child{
    margin: 0;
 }
 #mobile .team_all_data_content_select>span.h5>span:first-child{
    display: none;
 }
 #mobile .team_all_data_content_select>span.h5>span:nth-child(2){
    height: calc(.88rem - 2px);
 }
 #mobile .h5>span .el-input__inner{
    padding: 0 .4rem;
    height: calc(.88rem - 2px);
    line-height: calc(.88rem - 2px);
    font-size: .347rem;
    border-radius: .053rem;
 }
 #mobile .el-select .el-input .el-select__caret{
    width: .4rem;
    text-align: center;
    font-size: .32rem;
    line-height: calc(.88rem - 2px);
    color: rgba(59, 59, 109, 1);
 }
 #mobile .el-input__icon:after{
    content: none;
 }
 #mobile .el-input__suffix{
    right: .04rem;
 }

 #mobile .select_donw{
    top: calc(1.33rem + .88rem + .533rem) !important;
    margin: 0 !important;
 }

 #mobile .el-select-dropdown__item{
    font-size: .32rem;
    line-height: .88rem;
    height: .88rem;
 }
#mobile .el-select-dropdown__item.hover, #mobile .el-select-dropdown__item:hover{
    background-color: #fff;
}
 #mobile .el-select-dropdown__wrap{
    max-height: 4.84rem;
 }
/* mobile 筛选框 end */