.matchResult_summary{
    width: 100%;
    height: auto;
}

.homeBg{
    background-color: rgba(59, 59, 109, 1);
}
.awayBg{
    background-color: rgba(100, 159, 171, 1);
}
.homeColor{
    color: rgba(59, 59, 109, 1);
}
.awayColor{
    color: rgba(100, 159, 171, 1);
}

.winColorBg{
    background-color: rgba(211, 62, 37, 1);
}
.lowColorBg{
    background-color: rgba(0, 0, 0, 1);
}

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

/* svg 共用样式 start  */
svg .awayColor {
    stroke: rgba(100, 159, 171, 1);
}

svg .homeColor {
    stroke: rgba(59, 59, 109, 1);
}

circle{
    -webkit-transition: stroke-dasharray .5s;
    transition: stroke-dasharray .5s;
}

.svgCircle_div{
    position: relative;
    overflow: hidden;
}



.svgCircle_div .teamData_info{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 240px;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.teamData_info .teamDataInfo_type{
    display: block;
    padding-bottom: 10px;
    width: 100%;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: rgba(66, 70, 72, 1);
}
.teamData_info .teamDataInfo_rateSpan{
    display: block;
    width: 100%;
    height: auto;
}

.teamDataInfo_rateSpan .homeRate_num{
    float: left;
    font-family: 'DIN';
    width: 43%;
    line-height: 55px;
    height: 55px;
    font-size: 47px;
    text-align: right;
    color: rgba(59, 59, 109, 1);
    font-weight: bold;
}
.teamDataInfo_rateSpan .rate_fenge{
    float: left;
    margin: 0 6%;
    width: 2%;
    height: 62px;
    background-color: #E1E3E7;

}
.teamDataInfo_rateSpan .awayRate_num{
    float: left;
    font-family: 'DIN';
    width: 43%;
    line-height: 55px;
    height: 55px;
    font-size: 47px;
    text-align: left;
    color: rgba(100, 159, 171, 1);
    font-weight: bold;
}

.teamData_info .teamDataInfo_tipSpan{
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: 3;
    display: block;
    width: 100%;
    height: auto;
}
.teamDataInfo_tipSpan .home_tipSpan, .teamDataInfo_tipSpan .away_tipSpan{
    float: left;
    width: 43%;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #ABB3B8;
    font-weight: bold;
}
.teamDataInfo_tipSpan .away_tipSpan{
    margin-left: 14%;
    text-align: left;
}
.teamDataInfo_tipSpan .home_tipSpan{
    text-align: right;
}


/* svg 共用样式 end  */



/* banner 区域 start  */
.matchResult_summary .matchResult_banner{
    position: relative;
    width: 100%;
    height: 330px;
    background-color: #242A2F;

}

.matchResult_banner .matchResult_bannerMain{
    position: relative;
    margin: 0 auto;
    width: 1280px;
    height: 330px;
    background-image: url(../../img/youthsports/matchResult_banner.png);
    background-color: rgb(36, 42, 47);
    background-position: center center;
    background-size: cover;

}

.matchResult_bannerMain .bannerMain_info{
    margin: 0 auto;
    width: 1260px;
    height: auto;
}

.bannerMain_info .team_floor1{
    float: left;
    padding-top: 40px;
    width: 140px;
    height: auto;
}

.bannerMain_info .team_floor1 .team_spanImg{
    display: block;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,.4);
    border-radius: 70px;
    overflow: hidden;
}
.team_spanImg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5%;
}

.bannerMain_info .team_floor1 .team_rank{
    display: block;
    margin-top: 10px;
    width: 100%;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(61, 64, 135, 1);
    color: #fff;
    border-radius: 18px;
}

.bannerMain_info .team_floor2{
    float: left;
    padding: 75px 0 0 50px;
    width: 250px;
    height: auto;
}
.team_floor2 .team_name{
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.team_floor2 .team_matchData{
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 0;
}
.team_matchData .team_matchWin{
    display: inline-block;
    width: auto;
    font-size: 22px;
    color: #fff;
}
.team_matchData .team_matchLow{
    display: inline-block;
    width: auto;
    font-size: 22px;
    color: rgba(232, 95, 95, 1);
}

.bannerMain_info .team_floor3{
    float: left;
    padding: 60px 0 0 65px;
    width: 285px;
    height: 265px;
    color: #fff;
    text-align: left;
    overflow: hidden;
}
.team_floor3 .team_city{
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team_floor3 .team_city, .team_floor3 .team_championNum, .team_floor3 .team_timer, .team_floor3 .team_headCoach{
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team_floor3 .team_home{
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
}
.team_floor3 .team_home p{
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 2;
    line-height: 30px;
    font-size: 16px;
    height: auto;
    width: 140px;
}
.team_floor3 .team_tactical, .team_floor3 .team_assisCoach{
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
}
.bannerMain_info .team_floor5{
    float: left;
    padding: 50px 0 0 40px;
    width: 300px;
    height: 250px;
}
.team_floor5 .reboundPerfor_echarts{
    width: 100%;
    height: 200px;
}

.matchResult_banner .teamBottom_absolute{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 65px;
    border-top: 1px solid #979797;
}
.teamBottom_absolute .teamBottom_ul{
    margin: 0 auto;
    width: 1260px;
    height: auto;
    font-size: 0;
    color: #fff;
}
.teamBottom_ul .teamBottom_li{
    float: left;
    padding: 0 5px;
    width: 252px;
    line-height: 64px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* banner 区域 end  */

/* 球队数据 start  */
.matchTeam_main{
    margin: 0 auto 100px;
    width: 1280px;
    height: auto;
}

.matchTeam_title{
    padding: 75px 0 28px 0;
    line-height: 44px;
    font-size: 34px;
    color: #242A2F;
    text-align: left;
    font-weight: bold;
}




.matchTeam_floor{
    width: 100%;
    height: auto;
}

/* 图表第一层 样式 start */
.matchTeam_info{
    width: 100%;
    height: auto;
}
.matchTeam_info .matchTeamInfo_text{
    padding-bottom: 30px;
    /* text-indent: 32px; */
    color: #000;
    line-height: 30px;
    font-size: 16px;
}
.matchTeam_info .teamImage_span{
    display: block;
    margin: 24px auto 0;
    width: 60%;
    height: auto;
}
.matchTeam_info .teamImage_span img{
    display: block;
    width: 100%;
    height: auto;
}
/* 图表第一层 样式 end */

/* 图表第二层 样式 start */
.theBestPlayer_ul{
    padding-top: 20px; 
    width: 100%;
    height: auto;
}
.theBestPlayer_ul .theBestPlayer_one{
    position: relative;
    float: left;
    margin-right: 61px;
    width: 386px;
    height: 215px;
    
}
.theBestPlayer_ul .theBestPlayer_one:last-child{
    margin: 0;
}

.theBestPlayer_one .theBestPlayer_title{
    display: block;
    padding-bottom: 18px;
    line-height: 30px;
    font-size: 24px;
    color: #242A2F;
    font-weight: bold;
    text-align: left;
}

.theBestPlayer_one .theBestPlayer_main{
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}
 .theBestPlayer_main .theBestPlayer_imgSpan{
    float: left;
    width: 120px;
    height: 167px;; 
    overflow: hidden;   
}  
.theBestPlayer_main .theBestPlayer_imgSpan img{
    display: block;
    width:100%;
    height: 100%;    
}  
.theBestPlayer_main .theBestPlayer_infor{
    float: left;
    padding: 0 15px;
    width: 266px;
    background:rgba(42,47,52,1);
}  
.theBestPlayer_main:hover .theBestPlayer_infor{
    background:rgba(41, 50, 137, 1);
}
.theBestPlayer_main .theBestPlayer_infor>i{
    color: #fff;
    display: block;
    width: 100%;
    font-size:16px;
    color:rgba(255,255,255,1);
}
.theBestPlayer_main .theBestPlayer_infor>i:nth-child(1){
    font-weight:bold;
    line-height:20px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theBestPlayer_main .theBestPlayer_infor>i:nth-child(2){
    font-size:12px;
    color:rgba(255,255,255,1);
    line-height:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theBestPlayer_main .theBestPlayer_infor>i:nth-child(3){
    font-weight:bold;
    line-height:20px;
    padding-top: 10px;
    font-size: 14px;
}
.theBestPlayer_main .theBestPlayer_infor>i:nth-child(4){
    padding-top: 10px;
    font-size:70px;
    text-align: right;
    font-family:'DIN';
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:82px;
    
}



/* 图表第二层 样式 end */


/* 图表第三层 样式 start */

/* 近期战绩 svg 样式 start */
.historicalDuel{
    padding: 20px 0;
    width: 100%;
    height: 400px;
}
.historicalDuel .historicalDuel_title{
    padding: 75px 0 0 0;
    line-height: 44px;
    font-size: 34px;
    color: #242A2F;
    text-align: left;
    font-weight: bold;
}

.historicalDuel .svgCircle_div{
    float: left;
    margin: 63px 0 0 230px;
    width: 222px;
    height: 222px;

}

.historicalDuel .svgCircle_div .teamData_info{
    margin-top: -13px;
    width: 170px;

}
.historicalDuel .teamData_info .teamDataInfo_type{
    padding-bottom: 10px;
    line-height: 25px;
    font-size: 20px;
}

.historicalDuel .teamDataInfo_rateSpan .homeRate_num, .historicalDuel .teamDataInfo_rateSpan .awayRate_num{
    line-height: 55px;
    height: 55px;
    font-size: 47px;
}
.historicalDuel .teamDataInfo_rateSpan .rate_fenge{
    margin: 0 6%;
    width: 2%;
    height: 40px;

}

.historicalDuel .teamData_info .teamDataInfo_tipSpan{
    margin-top: -10px;
}

/* 近期战绩 svg 样式 end */


.winVsLow .winVsLow_title{
    padding-bottom: 60px;
    line-height: 30px;
    font-size: 24px;
    color: #242A2F;
    font-weight: bold;
    text-align: left;
}
.winVsLow_main{
    float: left;
    margin-right: 110px;
    padding: 63px 79px 0 220px;
    width: 716px;
    height: auto;
}
.winVsLow_main .winVsLow_ul{
    width: 100%;
    height: auto;
}

.winVsLow_ul .winVsLowLeft_li{
    display: block;
    padding: 0 18px 14px 18px;
    width: 100%;
    height: 44px;
    line-height: 30px;
}

.winVsLow_left .homeLi_score, .winVsLow_left .homeLi_teamName, .winVsLow_left .homeLi_teamLogo, .winVsLow_left .homeLi_home, .winVsLow_left .homeLi_stateSpan{
    float: left;
}
.winVsLow_left .homeLi_teamName{
    text-align: right
}
.winVsLow_left .homeLi_score i{
    float: right;
}

.winVsLow_right .homeLi_score, .winVsLow_right .homeLi_teamName, .winVsLow_right .homeLi_teamLogo, .winVsLow_right .homeLi_home, .winVsLow_right .homeLi_stateSpan{
    float: right;
}
.winVsLow_right .homeLi_teamName{
    text-align: left
}
.winVsLow_right .homeLi_score i{
    float: left;
}

.winVsLowLeft_li .homeLi_score{
    width: 110px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}
.plr5{
    padding: 0 5px;
}
#mobile .plr5{
    padding: 0;
}
.homeLi_score i{
    width: auto;
}
.winVsLowLeft_li .homeLi_teamName{
    padding: 0 20px;
    width: 140px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.winVsLowLeft_li .homeLi_teamLogo{
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.winVsLowLeft_li .homeLi_teamLogo img{
    display: block;
    width: 100%;
    height: 100%;
}
.winVsLowLeft_li .homeLi_home{
    padding: 0 20px;
    width: 70px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.winVsLowLeft_li .homeLi_stateSpan{
    position: relative;
    width: 30px;
    height: 30px;
    
}
.homeLi_stateSpan .homeLi_state{
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.homeLi_stateSpan .homeLi_stateIcon{
    display: block;
    position: absolute;
    bottom: -13px;
    left: 50%;
    z-index: 2;
    width: 1px;
    height: 12px;
    background-color: rgba(213, 222, 222, 1);
}
.winVsLow_ul .winVsLowLeft_li:last-child .homeLi_stateSpan .homeLi_stateIcon{
    display: none;
}

/* 图表第三层 样式 end */


/* mobile banner info start  */
#mobile .hideH5, #pc .showH5{
    display: none;
}
#mobile .matchResult_summary{
    padding-top: 1.33rem;
    min-height: calc(100vh);
}

#mobile .matchResult_banner{
    height: 4.533rem;
}
#mobile .matchResult_banner .matchResult_bannerMain{
    width: 100%;
    height: calc(100%);
    background-size: cover;
}
#mobile .teamBottom_absolute, #mobile .bannerMain_info .team_floor5{
    display: none;
}
#mobile .bannerMain_info .team_floor1, #mobile .bannerMain_info .team_floor2, #mobile .bannerMain_info .team_floor3{
    float: none;
    padding: 0;
    width: 100%;
    height: calc(100%);
}
#mobile .bannerMain_info .team_floor1 .team_spanImg{
    position: absolute;
    top: .426rem;
    left: 50%;
    z-index: 2;
    margin-left: -.84rem;
    width: 1.68rem;
    height: 1.68rem;
    border-radius: 50%;
    border: .08rem solid rgba(91, 91, 91, .3);
}
#mobile .team_floor2 .team_name{
    position: absolute;
    top: 2.372rem;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 .4rem;
    line-height: .613rem;
    font-size: .48rem;
    text-align: center;
}
#mobile .team_floor2 .team_matchData, #mobile .bannerMain_info .team_floor1 .team_rank, #mobile .team_floor3 .team_headCoach{
    position: absolute;
    bottom: .4rem;
    z-index: 2;
    margin: 0;
    width: 33%;
    height: .533rem;
    line-height: .533rem;
    text-align: center;
    font-size: .346rem;
}
#mobile .team_floor2 .team_matchData{
    left: 0;
    font-size: 0;
}
#mobile .bannerMain_info .team_floor1 .team_rank{
    left: 33%;
    width: 34%;
    background-color: transparent;
    border-radius: 0;
    border-left: 1px solid rgba(153, 153, 153, 1);
    border-right: 1px solid rgba(153, 153, 153, 1);
}
#mobile .team_floor3 .team_headCoach{
    right: 0;
}
#mobile .team_matchData .team_matchWin, #mobile .team_matchData .team_matchLow{
    font-size: .346rem;
    color: #fff;
}

/* mobile banner info end  */


/* mobile third nav start   */
#mobile #third_header{
    position: relative;
    display: block !important;
    width: 100%;
    min-width: 100%;
    height: 1.173rem;
    line-height: 1.173rem;
    background: #fff;
    box-shadow: 0 .053rem .106rem rgba(238, 238, 238, 1);
}
#mobile #third_header ul{
    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;
    height: calc(100%);
}
#mobile #third_header>ul>li{
    float: none;
    width: 25%;
    height: calc(100%);

}
#mobile #third_header>ul>li>a{
    font-size: .373rem;
    line-height: 1.173rem;
    cursor: default;
}


/* mobile third nav end   */


#mobile .matchTeam_main{
    background-color: rgba(249, 249, 249, 1);
    width: 100%;
    margin: 0 auto .4rem;
}
#mobile .matchTeam_title{
    padding: .4rem .4rem .2rem .4rem;
    line-height: .56rem;
    font-size: .4rem;
}
#mobile .matchTeam_info{
    background-color: #fff;
}

#mobile .matchTeam_info .matchTeamInfo_text{
    padding: .4rem;
    color: rgba(51, 51, 51, 1);
    line-height: .613rem;
    font-size: .373rem;
}

#mobile .matchTeam_info .teamImage_span{
   margin: 0;
   width: 100%;
   padding: 0 .4rem .4rem .4rem;
}

#mobile .matchTeam_floor{
    background-color: #fff;
}
#mobile .theBestPlayer_ul{
    padding: .4rem;
}
#mobile .historicalDuel{
    position: relative;
    padding: 1.173rem 0 0 0;
    height: auto;
    background-color: rgba(249, 249, 249, 1);
}
#mobile .historicalDuel .historicalDuel_title{
    position: absolute;
    top: .4rem;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 .4rem;
    line-height: .56rem;
    font-size: .4rem;

}

#mobile .theBestPlayer_ul .theBestPlayer_one{
    margin: 0 0 .4rem 0;
    width: 100%;
    height: 2.84rem;
}
#mobile .theBestPlayer_ul .theBestPlayer_one:last-child{
    margin: 0;
}
#mobile .theBestPlayer_one .theBestPlayer_title{
    position: absolute;
    right: .4rem;
    top: .32rem;
    z-index: 2;
    color: #fff;
    font-weight: normal;
}
#mobile .theBestPlayer_one .theBestPlayer_main{
    height: 2.84rem;
    overflow: hidden;
}
#mobile .theBestPlayer_main .theBestPlayer_imgSpan{
    width: 2.133rem;
    height: 2.84rem;
}
#mobile .theBestPlayer_main .theBestPlayer_infor{
    width: calc(100% - 2.133rem);
    padding: .266rem .4rem;
    height: 2.84rem;
    background-color: rgba(59, 59, 109, 1);
}
#mobile .theBestPlayer_main:hover .theBestPlayer_infor{
    background-color: rgba(59, 59, 109, 1);
}
#mobile .theBestPlayer_main .theBestPlayer_infor>i:nth-child(1){
    padding: 0;
    font-size: .4rem;
    line-height: .56rem;
}
#mobile .theBestPlayer_main .theBestPlayer_infor>i:nth-child(2){
    font-size: .32rem;
    line-height: .4rem;
}
#mobile .theBestPlayer_main .theBestPlayer_infor>i:nth-child(3){
    padding-top: .133rem;
    line-height: .4rem;
    font-size: .32rem;
}
#mobile .theBestPlayer_main .theBestPlayer_infor>i:nth-child(4){
    position: absolute;
    right: .4rem;
    bottom: .133rem;
    z-index: 2;
    padding: 0;
    font-size: 1.173rem;
    line-height: 1.33rem;
}

#mobile .historicalDuel .svgCircle_div{
    display: none;
}

/* 近期战绩 start  */
#mobile .winVsLow_main{
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
}
#mobile .winVsLow_main .winVsLow_ul{
    padding: .4rem;
}

#mobile .winVsLow_ul .winVsLowLeft_li{
    display: flex;
    display: -webkit-flex;
    height: 1.173rem;
    padding: 0 0 .64rem 0;
    line-height: .533rem;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}

#mobile .winVsLowLeft_li .homeLi_score{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 1.6rem;
    font-size: .4rem;
    line-height: .533rem;
}
#mobile .winVsLow_left .homeLi_score i:first-child, #mobile .winVsLow_left .homeLi_score i:last-child{
    width: .666rem;
}
#mobile .winVsLow_left .homeLi_score i:first-child{
    text-align: right;
}
#mobile .winVsLow_left .homeLi_score i:nth-child(2){
    flex: 1;
    text-align: center;
}
#mobile .winVsLowLeft_li .homeLi_teamName{
    padding: 0 .266rem;
    width: calc(100% - 1.6rem - .533rem - 2rem - .533rem);
    line-height: .533rem;
    font-size: .32rem;
    text-align: center;
}
#mobile .winVsLowLeft_li .homeLi_teamLogo{
    margin-right: 1rem;
    width: .533rem;
    height: .533rem;
}
#mobile .winVsLowLeft_li .homeLi_home{
    padding: 0 .266rem;
    width: 1rem;
    font-size: .347rem;
    line-height: .533rem;
}
#mobile .winVsLowLeft_li .homeLi_stateSpan{
    width: .533rem;
    height: .533rem;
}
#mobile .homeLi_stateSpan .homeLi_state{
    line-height: .533rem;
    font-size: .347rem;
}
#mobile .homeLi_stateSpan .homeLi_stateIcon{
    height: .64rem;
    bottom: -.64rem;
}
/* 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: .88rem;
 }
 #mobile .h5>span .el-input__inner{
    padding: 0 .4rem;
    height: .853rem;
    line-height: .853rem;
    font-size: .347rem;
    border-radius: .053rem;
 }
 #mobile .el-select .el-input .el-select__caret{
    width: .4rem;
    text-align: center;
    font-size: .32rem;
    line-height: .88rem;
    color: rgba(59, 59, 109, 1);
 }
 #mobile .el-input__suffix{
    right: .04rem;
 }

 #mobile .select_donw{
    top: calc(1.33rem + 1.173rem + .88rem + .533rem) !important;
    margin: 0 !important;
    z-index: 200 !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 */