.team_all_data{
    width: 100%;
 }
 /* 头部banner */
.team_all_data_banner{
    width: 100%;
    min-width: 1280px;
    height: 330px;
     
 }
 .team_all_data_banner .team_all_data_banner_box{
    width: 1280px;
    height: 330px;
    margin:0 auto;
    background-size: 100% auto;
    background-size: cover;
 }

 .team_all_data_banner_box .team_all_data_img_title{
     padding-right: 100px;
     width: 1280px;
     margin: 0 auto;
     position: relative;
 }
 .team_all_data_img_title>span:nth-child(1){
     padding-top: 100px;
     text-align: right;
     display: block;
     font-size: 36px;
     color: #FFFFFF;
     letter-spacing: 3px;
     font-weight: bold;
 }


.main{
    margin: 0 auto;
    width: 1280px;
    height: auto;
}

.main_left{
    position: relative;
    float: left;
    width: 930px;
    height: auto;
}

 /* 选择选项 */
 .team_all_data_content {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 46px;
 }
 .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_right,  .team_all_data_content_select .select_mid{
    border-right: 0;
}
.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: 499px!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;
 }

.matchRotation{
    display: block;
    position: relative;
    float: left;
    width: 388px;
    height: 64px;
    background-color: #fff;
    border-left: 10px solid rgba(232, 232, 232, 1);
    border-right: 10px solid rgba(232, 232, 232, 1);
    cursor: pointer;
}
.matchRotation .matchRotation_font{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    color: rgba(36,42,47,1);
    font-weight: bold;
}
.matchRotation .pre_icon, .matchRotation .next_icon{
    display: block;
    position: absolute;
    content: '\20';
    top: 0;
    z-index: 2;
    width: 64px;
    height: 64px;

}
.matchRotation .pre_icon::before, .matchRotation .next_icon::before{
    display: block;
    content: '\20';
    width: 20px;
    height: 20px;
    border-top: 1px solid rgba(232, 232, 232, 1);
    border-right: 1px solid rgba(232, 232, 232, 1);
    background-color: transparent;
}
.matchRotation .pre_icon{
    left: 0;
    padding: 20px 0 0 30px;
}
.matchRotation .pre_icon::before{
    transform: rotate(-135deg);
}


.matchRotation .next_icon{
    right: 0;
    padding: 20px 30px 0 0;
}
.matchRotation .next_icon::before{
    transform: rotate(45deg);
}

.matchRotation .pre_icon:hover::before, .matchRotation .next_icon:hover::before{
    border-top: 1px solid rgba(29, 53, 87, 1);
    border-right: 1px solid rgba(29, 53, 87, 1);
}


.matchRotation .pre_icon.notClick:hover::before, .matchRotation .next_icon.notClick:hover::before{
    border-top: 1px solid rgba(232, 232, 232, 1);
    border-right: 1px solid rgba(232, 232, 232, 1);
    cursor: default;
}

/* 比赛列表 list start */
.matchResult_content{
    display: none;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
}
.matchResult_content.isShow{
    display: block;
}
.matchResult_content .content_title{
    padding: 0 0 6px 0;
    width: 100%;
    height: auto;
}
.content_title .content_title_date{
    display: block;
    line-height: 22px;
    font-size: 16px;
    color: #D2D5DC;
    text-align: left;

}

.matchResult_content .content_list{
    padding: 14px 0;
    width: 100%;
    height: auto;
    background-color: #E1E3E7;
    border-left: 1px solid #D5DEDE;
    border-right: 1px solid #D5DEDE;
}
.content_list .content_list_ul{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.content_list_ul .content_list_li{
    position: relative;
    float: left;
    width: 100%;
    height: 120px;
}

.content_list_ul .content_list_li:hover{
    background:rgba(41, 68, 128, .1);
}

.content_list_li .list_li_main{
    display: block;
    padding: 0 30px;
    width: 928px;
    height: 120px;
    border-bottom: 1px solid #E8F1F1;
}

.content_list_ul .content_list_li:hover .list_li_main{
    border-bottom: 0;
    cursor: pointer;
}

.content_list_li .content_list_timer{
    float: left;
    padding-top: 25px;
    width: 235px;
    height: auto;
}
.content_list_timer span{
    display: block;
    text-align: left;
    color: #1D3557;
}
.content_list_timer .timer_group{
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.content_list_timer .timer_group span{
    display: inline-block;
}
.content_list_timer .timer_stage{
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.content_list_timer .timer_time{
    line-height: 33px;
    font-size: 24px;
    font-weight: bold;
    
}

.content_list_li .content_list_team{
    float: left;
    padding-top: 21px;
    width: 300px;
    height: auto;
}
.content_list_team .home_team{
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 12px;
}
.content_list_team .away_team{
    display: block;
    width: 100%;
    height: 30px;
}
.content_list_team .home_team .homeTeam_img, .content_list_team .away_team .awayTeam_img{
    float: left;
    width: 30px;
    height: 30px;
    overflow: hidden;

}
 .home_team .homeTeam_img img,  .away_team .awayTeam_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.content_list_team .home_team .home_name, .content_list_team .away_team .away_name{
    float: left;
    padding-left: 20px;
    width: auto;
    line-height: 30px;
    font-size: 16px;
    color: #1D3557;
    text-align: left;
    width: 270px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    

}




.content_list_li .content_list_score{
    float: left;
    padding: 21px 0 25px 0;
    width: 50px;
    height: auto;
}
.content_list_score span{
    display: block;
    line-height: 32px;
    font-size: 28px;
    text-align: left;
    font-weight: bold;
}
.content_list_score .home_score{
    color: #1D3557;
    padding-bottom: 12px;
}
.content_list_score .away_score{
    
    color: #1D3557;
}
.content_list_li .content_list_handle{
    display: none;
    position: absolute;
    top: 39px;
    right: 44px;
    z-index: 2;
    width: 240px;
    height: auto;
    color: #1D3557;
    font-size: 14px;
}
.content_list_li .content_list_handle.isShow{
    display: block;
}

.content_list_handle .list_handle_btn{
    float: right;
    margin-left: 8px;
    width: 106px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #D5DEDE; 
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}
.content_list_handle .list_handle_btn:last-child{
    margin: 0
}
.content_list_handle .list_handle_btn:hover{
    color: #fff;
    background-color: rgba(57, 59, 108, 1);
    border: 0; 
}

.content_list_handle .list_handle_font{
    display: block;
    padding: 13px 22px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #D33E25;
    text-align: right;
}

.content_list_handle .list_handle_font span{
    display: inline-block;
}



.main_right{
    float: right;
    padding-top: 160px;
    width: 330px;
    height: auto;
}


.rankTop_div{
    display: none;
    width: 100%;
    height: auto;
    
}
.rankTop_div.isShow{
    display: block;
}
.rankTop_div .rankTop_floorMain{
    margin-bottom: 40px;
    width: 100%;
    height: auto; 
}
    
.rankTop_floorMain .rankTop_floorTitle{
    display: block;
    padding-left: 15px;
    width: 100%;
    height: 75px;
    font-size: 0;
    background: #5D60A0;
}
.rankTop_floorMain .rankTop_subText{
    display: block;
    padding: 0 15px 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #5D60A0;
}
.rankTop_floorTitle .rankTop_title{
    display: block;
    padding-top: 52px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
.rankTop_floorTitle-with-tabs .rankTop_title{
    padding-top: 16px;
}
.rankTop_floorTitle .rankTop_floorTitle_tabs{
    line-height: 22px;
    font-size: 20px;
    padding-top: 14px;
}
.rankTop_floorTitle .rankTop_floorTitle_tabs span{
    color: #ddd;
    padding: 0 4px;
    margin-right: 8px;
    cursor: pointer;
}
.rankTop_floorTitle .rankTop_floorTitle_tabs span.active{
    color: white;
    border-bottom: 1px solid white;
    font-weight: bold;
}
.rankTop_floorMain .rankTop_ul{
    width: 100%;
    height: auto;
    background-color: #F9FAFA;
    border: 1px solid #F1F5F5;
    border-top: 0;
}
.rankTop_ul .rankTop_notData{
    line-height: 64px;
    font-size: 16px;
    color: #999;
    text-align: center;
    width: 100%;
}
.rankTop_ul .rankTop_li{
    margin: 0 11px;
    padding: 7px 0;
    border-left: 4px solid #F9FAFA;
    height: auto;
}
.rankTop_li .rankTop_menu{
    display: block;
    width: 100%;
    line-height: 16px;
    font-size: 0;
    color: #333;
}
.rankTop_li .rankTop_menu span{
    float: left;
    font-size: 12px;
}
.rankTop_li .rankTop_data{
    display: block;
    width: 100%;
    font-size: 0;
    color: #333;
    cursor: pointer;
}
.rankTop_li .rankTop_data span{
    float: left;
    line-height: 30px;
   
}
.rankTop_cell1{
    width: 172px;
    text-align: left;
}
.rankTop_cell2, .rankTop_cell3{
    width: 36px;
    font-family: "DIN";
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    
}
.rankTop_cell4{
    width: 58px;
    font-family: "DIN";
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.rankTop_data .rankTop_cell1{
    font-size: 0;
}

.rankTop_li .table_title {
    display: block;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    line-height: 30px;  
}
/* .rankTop_ul .rankTop_li:nth-child(2){
    margin-bottom: 1px;
    background-color: #fff;
    border-color: #9A3E2E;

}
.rankTop_ul .rankTop_li:nth-child(3){
    margin-bottom: 1px;
    background-color: #fff;
    border-color: #D34F25;
}
.rankTop_ul .rankTop_li:nth-child(4){
    margin-bottom: 1px;
    background-color: #fff;
    border-color: #E9A154;
} */

.rankTop_ul .rankTop_li:hover{
    background-color: rgba(41, 68, 128, .1);
}
.rankTop_ul .rankTop_li:first-child:hover, .rankTop_ul .rankTop_li.notHover:hover{
    background-color: #F9FAFA;
}
/* .rankTop_ul .rankTop_li:nth-child(2) .rankTop_cell1 .rankTop_rankNo, .rankTop_ul .rankTop_li:nth-child(3) .rankTop_cell1 .rankTop_rankNo, .rankTop_ul .rankTop_li:nth-child(4) .rankTop_cell1 .rankTop_rankNo{
    color: #D33E25;
} */
.rankTop_cell1 .rankTop_rankNo{
    width: 48px;
    font-family: "DIN";
    font-size: 20px;
    text-align: center;
    color: rgba(40, 46, 50, 1);

}
.rankTop_cell1 .rankTop_teamLogo{
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.rankTop_cell1 .rankTop_teamLogo img{
    display: block;
    width: 100%;
    height: 100%;
}
.rankTop_cell1 .rankTop_teamName{
    padding-left: 10px;
    width: 88px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

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

.rankTop_floorTitle .moreIcon_child{
    top: 49px;
    right: 0;
}
.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;
}


/* 轮次 弹层 样式 start */
.matchRotationPop{
    opacity: 0;
    position: absolute;
    top: 92px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
	box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 3px 8px #aaa;
    -moz-box-shadow: 0 3px 8px #aaa;
    -o-box-shadow: 0 3px 8px #aaa;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: transform .15s ease-in-out;
    -webkit-transition: transform .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
}
.matchRotationPop.open{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.matchRotationPop::before{
    position: absolute;
    top: -24px;
    left: 50%;
    z-index: 8;
    content: '\20';
    margin-left: 90px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 24px solid rgba(115, 116, 151, 1);
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.matchRotationPop .rotationList_ul{
    padding: 3px 30px 38px 30px;
    width: 100%;
    height: auto;
    background-color: rgba(115, 116, 151, 1);
}
.rotationList_ul .rotationList_li{
    position: relative;
    float: left;
    margin-top: 15px;
    padding: 0 23px 3px 22px;
    width: 87px;
    height: 48px;
    border-bottom: 1px solid rgba(151, 151, 151, 1);
    text-align: center;
    cursor: pointer;
}
.rotationList_ul .rotationList_li.stage2_li{
    padding: 0 23px 3px 22px;
    width: auto;
}
.rotationList_ul .rotationList_li span{
    display: block;
    width: 44px;
    line-height: 44px;
    font-size: 26px;
    color: rgba(221, 221, 221, 1);
    text-align: center;
}
.rotationList_ul .rotationList_li.stage2_li span{
    display: inline-block;
    padding: 0 15px;
    width: auto;
    font-size: 18px;
}
.rotationList_ul .rotationList_li.act span, .rotationList_ul .rotationList_li:hover span{
    background-color: rgba(74, 76, 127, 1);
    border-radius: 9px;
}
.rotationList_ul .rotationList_li::before{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    content: '\20';
    width: 1px;
    height: 22px;
    background-color: rgba(90, 91, 133, 1);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);

}

#pc .rotationList_ul .rotationList_li:nth-child(10n)::before, #pc.rotationList_ul .rotationList_li:last-child::before{
    visibility: hidden;
}

/* 轮次 弹层 样式 end */


#mobile .team_all_data_banner, #mobile .main_right{
    display: none;
}

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

#mobile .main_left{
    float: none;
    width: 100%;
    height: auto;
}

#mobile .matchResult_content{
    padding: 0;
}
#mobile .matchResult_content .content_title{
    padding: 0;
    background-color: rgba(249, 249, 249, 1);
}
#mobile .content_title .content_title_date{
    padding: .32rem 0 .16rem .4rem;
    line-height: .533rem;
    font-size: .373rem;
    color: rgba(51, 51, 51, 1);

}
#mobile .matchResult_content .content_list{
    padding: 0;
    border: 0;
    background-color: #fff;
}

#mobile .content_list_ul{
    padding: 0 .4rem;
}

#mobile .content_list_ul .content_list_li{
    float: none;
    height: auto;
}

#mobile .content_list_ul .content_list_li:hover{
    background:#fff;
}

#mobile .content_list_li .list_li_main{
    padding: 0;
    width: 100%;
    height: 2rem;
    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;
}

#mobile .content_list_li .content_list_timer{
    position: relative;
    float: none;
    padding: 0;
    width: 2.16rem;
    height: auto;
}

#mobile .content_list_timer .timer_group{
    padding-top: .507rem;
    width: 100%;
    line-height: .373rem;
    font-size: .267rem;
    color: rgba(150, 155, 163, 1);
}
#mobile .content_list_timer .timer_round{
    width: 100%;
    line-height: .373rem;
    font-size: .267rem;
    color: rgba(150, 155, 163, 1);
}
#mobile .content_list_timer .timer_group span{
    display: block;
    width: 100%;
    color: rgba(150, 155, 163, 1);
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mobile .content_list_timer .timer_time{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: .4rem;
    font-size: .293rem;
    color: rgba(51, 51, 51, 1);
}

#mobile .content_list_team{
    float: none;
    padding: 0;
    flex: 1;
    width: auto;
}

#mobile .content_list_team .home_team{
    margin-bottom: .266rem;
    height: .506rem;
    width: 100%;
}
#mobile .content_list_team .away_team{
    height: .506rem;
}

#mobile .content_list_team .home_team .homeTeam_img, #mobile .content_list_team .away_team .awayTeam_img{
    width: .506rem;
    height: .506rem;
}

#mobile .content_list_team .home_team .home_name, #mobile .content_list_team .away_team .away_name{
    padding-left: .08rem;
    width: auto;
    line-height: .506rem;
    font-size: .347rem;
    color: #1D3557;
    width: calc(100% - .506rem - .08rem);
}

#mobile .content_list_score{
    float: none;
    margin-right: 2.4rem;
    padding: 0;
    width: .666rem;
    height: auto;
}
#mobile .content_list_score span{
    line-height: .506rem;
    font-size: .347rem;
}

#mobile .content_list_score .home_score{
    padding-bottom: .266rem;
}

#mobile .videoBtn{
    display: none !important;
}

#mobile .content_list_handle{
    top: 50%;
    right: 0;
    width: 2.4rem;
    color: #1D3557;
    font-size: .293rem;
    transform: translate(0, -50%);
}

#mobile .content_list_handle .list_handle_btn{
    float: right;
    margin-left: 0;
    width: 1.6rem;
    line-height: .72rem;
    border: 0;
    background-color: rgba(238, 238, 238, 1);
    border-radius: .08rem;
    font-size: .293rem;
    font-weight: normal;
    cursor: default;
}

#mobile .content_list_handle .list_handle_font span{
    display: block;
    font-size: .293rem;
    line-height: .4rem;
}

/* 轮次 css start  */
#mobile .matchRotationPop{
    position: fixed;
    top: calc(1.33rem + 1.68rem - .266rem);
    left: .4rem;
    z-index: 410;
    width: calc(100% - .8rem);
    height: auto;
    box-shadow: 0 0 .067rem #aaa;
    -webkit-box-shadow: 0 .04rem .106rem #aaa;
}
#mobile .matchRotationPop::before{
    top: -.16rem;
    left: 100%;
    margin-left: -.32rem;
    border-left: .133rem solid transparent;
    border-right: .133rem solid transparent;
    border-bottom: .16rem solid rgba(115, 116, 151, 1);
}

#mobile .matchRotation .pre_icon, #mobile .matchRotation .next_icon{
    display: none;
    width: .88rem;
    height: .88rem;
}
#mobile .matchRotation .pre_icon{
    left: 0;
    padding: .266rem 0 0 .4rem;
}
#mobile .matchRotation .next_icon{
    right: 0;
    padding: .266rem .4rem 0 0;
}
#mobile .matchRotation .pre_icon::before, #mobile .matchRotation .next_icon::before{
    width: .266rem;
    height: .266rem;
    border-top: 1px solid rgba(59, 59, 109, 1);
    border-right: 1px solid rgba(59, 59, 109, 1);
}

#mobile .matchRotation .matchRotation_font{
    line-height: calc(.88rem - 2px);
    font-size: .347rem;
}

#mobile .matchRotationPop .rotationList_ul{
    padding: .04rem .4rem .506rem .4rem;
}
#mobile .rotationList_ul .rotationList_li{
    margin-top: .2rem;
    padding: 0 .133rem .04rem .133rem;
    width: 1.16rem;
    height: .64rem;
}
#mobile .rotationList_ul .rotationList_li::before{
    height: .293rem;
}
#mobile .rotationList_ul .rotationList_li span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: .6rem;
}
#mobile .rotationList_ul .rotationList_li.act span{
    border-radius: .106rem;
}
#mobile .rotationList_ul .rotationList_li:hover span{
    background-color: transparent;
    border-radius: .106rem;
}
#mobile .rotationList_ul .rotationList_li:nth-child(7n)::before, #mobile.rotationList_ul .rotationList_li:last-child::before{
    visibility: hidden;
}
#pc .h5_icon{
    display: none;
}
#mobile .h5_icon{
    display: block;
    position: absolute;
    right: .04rem;
    top: 0;
    z-index: 2;
    width: .4rem;
    text-align: center;
    font-size: .32rem;
    line-height: calc(.88rem - 2px);
    color: rgba(59, 59, 109, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
#mobile .h5_icon_down{
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}
/* 轮次 css end  */

/* mobile 筛选框 start */
#mobile .team_all_data{
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh);
    overflow-x:hidden; 
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
 }
 #mobile .team_all_data .team_all_data_content{
    margin: 0;
    padding: 0;
    width: 100%;
    height:calc(1.33rem + 1.68rem) ;
 }

 #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;
    border-radius: 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);
    font-size: .347rem;
 }
 #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 */



#mobile .notData{
    margin: .4rem 0 .8rem 0;
    line-height: .4rem;
    font-size: .32rem;
}