.leagueTable{
    width: 100%;
    min-height: 650px;
 }
/* 头部banner */
.leagueTable_banner{
    width: 100%;
    min-width: 1280px;
    height: 330px;
     
 }
 .leagueTable_banner .leagueTable_banner_box{
    width: 1280px;
    height: 330px;
    margin:0 auto;
    background-size: 100% auto;
    background-size: cover;
 }

 .leagueTable_banner_box .leagueTable_img_title{
     padding-right: 100px;
     width: 1280px;
     margin: 0 auto;
     position: relative;
 }
 .leagueTable_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;
 }
 .leagueTable_img_title>span:nth-child(2){
     padding-top: 18px;
     text-align: right;
     display: block;
   
     font-size: 24px;
     color: #FFFFFF;
     font-weight: bold;
     letter-spacing: 2px;
 }


 /* 选择选项 */
 .team_all_data_content {
    width: 1280px;
    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: 564px!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;
 }



 /* 表格部分A组标题 */

 .rankTop_main{
    display: none;
    padding-bottom: 80px;
 }
 .rankTop_main.isShow{
     display: block;
 }

 .leagueTable_content{
    width: 1280px;
    margin:0 auto;
 }
 .leagueTable_content .tableRecord .group-table{
    padding-bottom: 20px;
 }
 .leagueTable_content .tableRecord .group-table .group-header{
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px 10px; 
 }

 .scend_ranking_kong{
    display:none;
    width: 750px;
    height: auto;
    margin: 50px auto;
 }
 .scend_ranking_kong.isShow{
  display:block;
}
 .scend_ranking_kong>img{
    width: 100%;
    height: 100%;
 }
.leagueTable_content_A{
    width: 100%;
 }
 .leagueTable_content_A .leagueTable_content_A_title{
    padding-top: 75px;
    font-size:34px;
  
    font-weight:bold;
    color:rgba(36,42,47,1);
    line-height:44px;
 }

/* A组表格部分 */
.leagueTable_content_A .tableRecord{
margin-top: 30px;
}
.tableRecord .table_title {
    padding-top: 15px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    font-weight:bold;
    color:rgba(36,42,47,1);
}
.el-table {
    border:1px solid rgba(213,222,222,1);
    margin-bottom: 10px;  
}
.el-table__header-wrapper{
    color: #fff;
    font-size: 12px;
    background:rgba(42,47,52,1);
}
.el-table thead {
    color: #fff;
    height: 50px;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    }
.el-table thead th{padding-top: 18px;padding-bottom: 18px; };
.el-table thead th:nth-child(2){padding-left: 25px!important;}
.el-table td{text-align: center;padding: 12px 0; border-bottom: 1px solid rgba(213,222,222,1);}
.el-table td{padding: 18px 0;}
.el-table td:last-child{text-align: center;}
.el-table th{text-align: center;padding: 12px 0;}
.el-table .el-table__row .cell{padding-left: 0;padding-right: 0;font-size:15px;color:rgba(0,0,0,1);font-weight: bold;}
.el-table .guest-even-row{background:rgba(247,247,247,1);}
.el-table .guest-odd-row{background:#fff; }
.el-table__empty-block{text-align: center;border-bottom: 1px solid rgba(213,222,222,1);height: 50px;line-height: 50px;}
/* 鼠标滑过颜色 */

.el-table table .el-table__row>td:nth-child(2):hover>.cell{color:#4645D2;cursor: pointer;}


/* 进攻图 样式 start */
.scend_ranking_content{
    width: 1280px;
    margin:0 auto;
 }
 .scend_ranking_content .scend_ranking_content_imgRanking{
    margin-top:85px;
    width: 100%;
    height: auto;
 }
.scend_ranking_content_imgRanking>img{
    display: block;
    width: 100%;
    height: 100%;;
 }
 .scend_ranking_content .scend_ranking_div{
     width: 100%;
     padding:55px 0 0 95px;
 }
 .scend_ranking_div>ul>li{
     padding: 20px 10px;
     position: relative;
}
.scend_ranking_div>ul>li::before{
    position: absolute;
    top: 20px;
    right: 63px;
    z-index: 3;
    content: '\20';
    width:2px;
    height:87px;
    background: rgba(213,222,222,1);

}
.scend_ranking_div>ul>li::after{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '\20';
    width: 100%;
    height: 6px;
    background-color: rgba(19,18,18,1);
    border-radius: 0px 0px 6px 6px;

}
.scend_ranking_div>ul .score_desc{
    font-size: 22px;
    font-weight: 600;
    color: rgba(36,42,47,1);
    line-height: 30px;
    text-align: center;
    padding-top: 15px;
}

.scend_ranking_div>ul>li>p.mt15{
   margin-top: 15px;
}
.scend_ranking_div>ul>li>p>span{
    float: left;
    display: block;
}
.scend_ranking_div>ul>li>p>span:nth-child(1){
    margin-top: 6px;
    width: 50px;
    height: 30px;
    padding: 0 10px;
}
.scend_ranking_div>ul>li>p>span:nth-child(1)>img{
    width: 100%;
    height: 100%;
    display:block;
}
.scend_ranking_div>ul>li>p>span:nth-child(2){
    padding: 14px 10px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: rgba(36,42,47,1);
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scend_ranking_div>ul>li>p>span:nth-child(3){
    padding: 9px 0 0 13px;
    font-size:20px;
    font-family:'DIN';
    font-weight:bold;
    color:rgba(59, 59, 109, .8);
}
.scend_ranking_div>ul>li>p:nth-child(2)>span:nth-child(3){
    font-size:20px;
    font-family:'DIN';
    font-weight:bold;
    color:rgba(36,42,47,1);
}
 .scend_ranking_div .scend_ranking_content_4{
    float: left;
    width: 320px;
    height: auto;
}
.scend_ranking_content_4>li{
    margin-top: 30px;
    width: 320px;
    height: 130px;
    border-radius: 6px;
    border: 1px solid rgba(213,222,222,1);
}
.scend_ranking_content_4>li .scend_ranking_content_4_line{
    width: 295px;
    height: 56px;
    position: absolute;
    top: -57px;  
}
.scend_ranking_content_4 .scend_ranking_content_4_line2{
    width: 295px;
    height: 56px;
    position: absolute;
    bottom: -56px;
}
.scend_ranking_content_4>li:nth-child(3){  
    margin-top: 100px;
}
.scend_ranking_div .scend_ranking_content_2{
    width: 344px;
    float: left;
    padding: 110px 0 0 66px;
 }
.scend_ranking_content_2>li{
    width: 320px;
    height: 130px;
    border-radius:6px;
    border:1px solid rgba(213,222,222,1);
}
.scend_ranking_content_2>li:nth-child(2){
   margin-top: 263px;
}
.scend_ranking_content_2>li .scend_ranking_content_2_line{
    position: absolute;
    width: 66px;
    height: 165px;
    left: -66px;
    top:-20px;
}

.scend_ranking_div .scend_ranking_content_1{
    float: left;
    width: 260px;
    height: auto;
    margin: 305px 0 0 107px;
}
 .scend_ranking_content_1>li{
    width: 320px;
    height: 130px;
    border-radius:6px;
    border:1px solid rgba(213,222,222,1);
}
.scend_ranking_content_1 .scend_ranking_content_1_line2{
    position: absolute;
    width: 66px;
    height: 397px;
    top: -135px;
    left: -66px;
}
.scend_ranking_div .scend_ranking_content_0{
    float: right;
    padding-top:305px;
}
.scend_ranking_content_0>li{
    width: 260px;
    height: 130px;
    border-radius:6px;
    border:1px solid rgba(213,222,222,1);
}

/* 进攻图 样式 end */



/* 最终排名 start */
.finalRanking_content{
    width: 1280px;
    margin:0 auto;
    padding-bottom: 150px;
 }
 .finalRanking_content .finalRanking_content_ranking{
    background: url(/r/cms/www/default/img/youthsports/podium.png);
    background-size: cover;
    width: 1280px;
    margin:0 auto;
    height: 553px;
    margin-top: 16px;
    position: relative;
 }
 .finalRanking_content_ranking>div{
    width: 150px;
    text-align: center;
  }
 .finalRanking_content_ranking>div>p:nth-child(1){
   width: 150px;
   height: 150px;
   overflow: hidden;
   text-align: center;
 }
 .finalRanking_content_ranking>div>p>img{
    width: 100%;
    height: 100%;
    display: block;
  }
  .finalRanking_content_ranking>div>p:nth-child(2){
    font-size:20px;
    font-weight:bold;
    color:rgba(36,42,47,1);
    padding-top: 20px;
  }
 .finalRanking_content_ranking_1{
      position: absolute;
      left: 45%;
      top: 5%;
      cursor: pointer;
 }

 .finalRanking_content_ranking_2{
    position: absolute;
    left: 26%;
    top: 15%;
    cursor: pointer;
}
.finalRanking_content_ranking_3{
    position: absolute;
    left: 62%;
    top: 25%;
     cursor: pointer;
}


.finalRanking_content .finalRanking_content_list{
    padding-top: 42px;
}
.finalRanking_content_list .finalRanking_content_list_left{
    float: left;
    width:630px;
}
.finalRanking_content_list>div>p{
    width:630px;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size:15px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    background:rgba(42,47,52,1);
    border-radius:6px 6px 0px 0px;
}
.finalRanking_content_list>div>ul{
    width: 100%;
    height: auto;;
    border-radius:0px 0px 6px 6px;
    border-right:1px solid rgba(213,222,222,1);
    border-bottom:1px solid rgba(213,222,222,1);
    border-left:1px solid rgba(213,222,222,1);
}
.finalRanking_content_list>div>ul>li{
    width: 100%;
    height:64px;
    line-height: 64px;
 }
 .finalRanking_content_list>div>ul>li:last-child{
    border-radius:0px 0px 6px 6px;
 }
 .finalRanking_content_list>div>ul>li>span{
   display: block;
   float: left;
 }
 .finalRanking_content_list>div>ul>li:hover{
    background:rgba(160,0,0,.08);
   
 }
 .finalRanking_content_list>div>ul>li>span:nth-child(3):hover{
    font-size:14px;
    font-weight:bold;
    color:rgba(160,0,0,1);
    cursor: pointer;
   
 }
 .finalRanking_content_list>div>ul>li>span:nth-child(1){
    display: block;
    font-size:30px;
    font-family:'DIN';
    font-weight:bold;
    margin-left: 30px;
    color:rgba(36,42,47,1);
    width: 30px;
    
 }
 .finalRanking_content_list>div>ul>li:nth-child(2n)>span:nth-child(1){
    color:rgba(182,194,204,1);
 }
 .finalRanking_content_list>div>ul>li>span:nth-child(2){
    width: 45px;
    height: 45px;
    margin: 8px 5px 0 40px;
    overflow: hidden;
 }
 .finalRanking_content_list>div>ul>li>span:nth-child(2)>img{
    display: block;
    width: 100%;
    height: 100%;
 }
 .finalRanking_content_list>div>ul>li>span:nth-child(3){
    font-size:14px;
    color:rgba(36,42,47,1);
 }
.finalRanking_content_list .finalRanking_content_list_right{
    float: right;
    width:630px;
}
.kong_data{
    width: 100%;
    text-align: center;
    line-height: 62px;
    border: 1px solid rgba(213,222,222,1);
    border-radius: 0 0 6px 6px;
} 


.el-table .el-table__row .teamColumn_style .cell, .el-table tr .teamColumn_style{
    width: 180px;
    text-align: left;
}
.finalRanking_content_list .teamColumn_style{
    width: 428px;
}
.el-table .el-table__row .teamColumn_style .cell button, .finalRanking_content_list .teamColumn_style button{
    padding: 0;
    width: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
}
.el-table .el-table__row .teamColumn_style .cell:hover button, .el-table .el-table__row .teamColumn_style .cell:active button, .el-table .el-table__row .teamColumn_style .cell:focus button, .finalRanking_content_list .teamColumn_style button:hover, .finalRanking_content_list .teamColumn_style button:active, .finalRanking_content_list .teamColumn_style button:focus{
    color: #4645D2;
}
/* 最终排名 end */

#mobile .leagueTable{
    min-height: auto;
}

#mobile .notData{
    margin: 0;
    padding: .64rem 0 .8rem 0;
    line-height: .4rem;
    font-size: .32rem;
    background-color: #fff;
}
#mobile .leagueTable_banner, #mobile .tableRecord{
    display: none;
}
#mobile .team_all_data_content{
    width: 100%;
    padding: 0;
}
#mobile .rankTop_main{
    display: block;
    padding: 0;
    background-color: #fff;
}
#mobile .leagueTable_content{
    padding-top: calc(1.33rem + 1.68rem);
    width: 100%;
    min-height: calc(100vh);
}
    /* cell 空间不够换行 */
#mobile .wordBreak{ 
    word-break:break-all
}
/* 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 */

/* h5 table list css start  */
#pc .tableH5List_box{
    display: none;
}
#mobile .tableH5List_box{
    width: 100%;
    height: auto;
    background-color: rgba(249, 249, 249, 1);
}
#mobile .tableH5List_box .tableH5List_table{
    padding-top: 1.107rem;
    display: table;
    width: 100%;
    height: auto;
}
#mobile .tableH5List_box .group-table{
   padding-bottom: 0.4rem;
}
#mobile .tableH5List_box .group-table .group-header{
   font-size: 0.5rem;
   font-weight: bold;
   padding: 0.2rem 0 0 0.4rem; 
   margin-bottom: -1rem;
}

#mobile .tableH5List_table .tableH5List_thead{
    display: table-header-group;
    top: calc(1.33rem + 1.68rem);
    left: 0;
    z-index: 300;
    width: 100%;
    height: auto;
    background-color: rgba(249, 249, 249, 1);
}
#mobile .tableH5List_thead .thead_row{
    display: table-row;
    width: 100%;
    height: auto;
    color: rgba(102, 102, 102, 1);
}
#mobile .tableH5List_table .tableH5List_tbody{
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
}
#mobile .tableH5List_table .tableH5List_tbody.isShow{
    display: table-row-group;
}
#mobile .tableH5List_tbody .tbody_row{
    display: table-row;
    width: 100%;
    height: auto;
    color: rgba(51, 51, 51, 1);
}

#mobile .tableH5List_table .cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: .507rem;
    font-size: .347rem;
}
#mobile .tableH5List_table .table_title{
    display: block;
    width: 100%;
    text-align: left;
    line-height: .507rem;
    font-size: .347rem;
    padding: 0.4rem;
}
#mobile .tableH5List_table .tableH5List_thead .cell{
    padding: .4rem .133rem .2rem .133rem;
}
#mobile .tableH5List_table .tableH5List_tbody .cell{
    padding: .4rem .133rem;
}
#mobile .tableH5List_thead .thead_row>span:first-child, #mobile .tableH5List_tbody .tbody_row>span:first-child{
    padding-left: .4rem;
}
#mobile .tableH5List_thead .thead_row>span:last-child, #mobile .tableH5List_tbody .tbody_row>span:last-child{
    padding-right: .4rem;
}
#mobile .tableH5List_table .cell.textAlign_left{
    text-align: left;
}

#mobile .tableH5List_tbody .cell .solt_span{
    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;
    width: 100%;
    height: calc(100%);
}

#mobile .solt_span .rankNo{
    width: .507rem;
    height: .507rem;
    border-radius: 50%;
    background-color: rgba(223, 223, 223, 1);
    text-align: center;
    font-size: .32rem;
}

#mobile .tbody_row:first-child .solt_span .rankNo{
    background-color: rgba(217, 31, 48, 1);
    color: #fff;
}
#mobile .tbody_row:nth-child(2) .solt_span .rankNo{
    background-color: rgba(250, 193, 28, 1);
    color: #fff;
}
#mobile .tbody_row:nth-child(3) .solt_span .rankNo{
    background-color: rgba(240, 107, 46, 1);
    color: #fff;
}


#mobile .solt_span .imgaeSpan{
    width: .507rem;
    height: .507rem;
    margin: 0 .267rem;
    overflow: hidden;
}
#mobile .solt_span .imgaeSpan img{
    display: block;
    width: 100%;
    height: 100%;
}
#mobile .solt_span .name{
    width: calc(100vw - 6.4rem - 1.014rem - .534rem - .4rem - .133rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* h5 table list css end  */

/* add scroll */
.loadingH5{ width: 100%; height: .8rem; position: relative; overflow: hidden; text-align: center; margin: .32rem 0 ; color: #999; font-size: .187rem;}
.loadingH5-icon{color: #707070;}
.loaderH5{
    display: none;
    position: relative;
    font-size: .133rem;
    margin: .106rem auto;
    text-indent: -9999em;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background: #999;
    background: -moz-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #999 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #999 10%, rgba(255, 255, 255, 0) 42%);
    -webkit-animation: scrollMoreLoaderH5An 1s infinite linear;
    -moz-animation: scrollMoreLoaderH5An 1s infinite linear;
    -o-animation: scrollMoreLoaderH5An 1s infinite linear;
    animation: scrollMoreLoaderH5An 1s infinite linear;
 }
 .loadingH5 .loaderH5{
     display: block;
 }
 .loadingH5 .loaderH5:before {
     width: 50%;
     height: 50%;
     background: #999;
     border-radius: 100% 0 0 0;
     position: absolute;
     top: 0;
     left: 0;
     content: '';
 }
 .loadingH5 .loaderH5:after {
     background: #fff;
     width: 72%;
     height: 75%;
     border-radius: 68%;
     content: '';
     margin: auto;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
 }
@-webkit-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-o-keyframes scrollMoreLoaderH5An {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
 
@keyframes scrollMoreLoaderH5An {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
 }

 /* mobile 晋级图 start  */
#pc .showH5, #mobile .hideH5{
    display: none;
}
#mobile  .scend_ranking_content .scend_ranking_content_imgRanking{
    margin-top: 3.41rem;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 3.41rem);
}
#mobile  .scend_ranking_kong{
    margin: 50% 20% 0;
    width: 60%;
    height: auto;
    min-height: calc(100vh - 3.41rem);
}
#mobile .scend_ranking_content{
    width: 100%;
    background-color: #fff;
}
#mobile .scend_ranking_content .secendRankDiv_h5{
    position: relative;
    margin-top: 3.01rem;
    padding-top: 0;
    width: 100%;
    min-height: calc(100vh - 3.01rem);
    height: auto;
}
#mobile .scend_ranking_content .secendRankDiv_h5.hasData{
    height: calc(3.04rem * 4 + 2.347rem + 1.2rem);
}

#mobile .secendRankDiv_h5 .team4{
    position: absolute;
    top: .4rem;
    left: .4rem;
    z-index: 5;
    width: calc(100% - .8rem);
    height: calc(3.04rem * 4 + 2.347rem);
}
#mobile .secendRankDiv_h5 .team2{
    position: absolute;
    top: 3.44rem;
    left: 1.5rem;
    z-index: 5;
    width: calc(100% - 3rem);
    height: calc(3.04rem * 2 + 2.347rem);
}
#mobile .secendRankDiv_rankUl .rankUl_li{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    height: 3.04rem;
}

#mobile .rankUl_li .rankUl_match{
    position: relative;
    flex: 1;
    height: calc(100%);
    padding-bottom: 1.174rem;
}
#mobile .rankUl_match .match_team{
    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;
    width: 100%;
    height: auto;
    background-color: #fff;
}
#mobile .secendRankDiv_h5 .team2 .match_team{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
#mobile .rankUl_li .rankUl_match:nth-child(2) .match_team{
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}
#mobile .rankUl_match .match_left, #mobile .rankUl_match .match_right{
    position: relative;
    margin: 0 .533rem 0 0;
    width: 1.68rem;
    height: 1.866rem;
    border-radius: .0533rem;
    border: 1px solid rgba(213, 222, 222, 1);
}

#mobile .rankUl_match .match_right{
    margin: 0;
}
#mobile .rankUl_match .teamImageSpan{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    margin: .266rem auto 0;
    padding:  0;
    width: .8rem;
    height: .8rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.2);
}
#mobile .teamImageSpan img{
    display: block;
    width: 100%;
    height: auto;
}
#mobile .rankUl_match .teamName{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0 .133rem;
    width: 100%;
    height: .533rem;
    background-color: rgba(59, 59, 109, 1);
    border-radius: 0 0 .0533rem .0533rem;
    color: #fff;
    line-height: .533rem;
    font-size: .32rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mobile .rankUl_match .match_score{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    position: absolute;
    top: 1.626rem;
    left: .84rem;
    z-index: -10;
    padding: .64rem .133rem 0 .133rem;
    width: 2.213rem;
    height: 1.066rem;
    background-color: #fff;
    border-radius: .08rem;
    border: 1px solid rgba(213, 222, 222, 1);
}
#mobile .secendRankDiv_h5 .team2 .match_score{
    width: calc(100% - 1.68rem);
}
#mobile .rankUl_li .rankUl_match:nth-child(2) .match_score{
    left: calc(100% - 3.013rem);
}
#mobile .secendRankDiv_h5 .home{
    color: rgba(36, 42, 47, 1);
}
#mobile .secendRankDiv_h5 .away{
    color: rgba(182, 194, 204, 1);
}
#mobile .match_score .matchScore_num{
    width: calc(50% - .173rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: bold;
}
#mobile .match_score .matchScore_num.home{
    text-align: right;
}
#mobile .match_score .matchScore_num.away{
    text-align: left;
}
#mobile .match_score .matchScore_Vs{
    width: .533rem;
    text-align: center;
    font-size: .346rem;
}
#mobile .rankUl_match::after{
    position: absolute;
    top: 0;
    left: 1.94rem;
    z-index: -12;
    content: '\20';
    height: 100%;
    width: 1px;
    background-color: rgba(213, 222, 222, 1);
}
#mobile .team2 .rankUl_match::after{
    left: 3.5rem;
}
#mobile .team4 .rankUl_li:nth-child(2){
    margin-top:calc(3.04rem * 2 + 2.347rem);
}
#mobile .team2 .rankUl_li:nth-child(2){
    margin-top:2.347rem;
}
#mobile .rankUl_li .rankUl_match:nth-child(2)::after{
    left: calc(100% - 1.92rem);
}

#mobile .rankUl_li:nth-child(2) .rankUl_match{
    padding-top: 1.174rem;
}
#mobile .rankUl_li:nth-child(2) .rankUl_match .match_score{
    top: .346rem;
    padding: 0 .133rem .64rem .133rem;
}
#mobile .secendRankDiv_h5 .finalsMatchDiv{
    position: absolute;
    top: 6.48rem;
    left: 50%;
    z-index: 10;
    margin-left: -2.12rem;
    width: 4.24rem;
    height: 2.347rem;
    border-radius: .0533rem;
    
}
#mobile .secendRankDiv_h5 .finalsMatchDiv .finalsMatchDiv_main{
    position: relative;
    display: block;
    width: 100%;
    height: calc(100%);
    border-radius: .0533rem;
    background-color: #fff;
}
#mobile .secendRankDiv_h5 .finalsMatchDiv .finalsMatchDiv_main::after{
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    content: '\20';
    border-radius: .0533rem;
    background:-webkit-linear-gradient(left, rgba(250, 0, 0, 1), rgba(2, 0, 132, 1));
    background:-o-linear-gradient(left, rgba(250, 0, 0, 1), rgba(2, 0, 132, 1));
    background:-moz-linear-gradient(left, rgba(250, 0, 0, 1), rgba(2, 0, 132, 1));
    background:linear-gradient(left, rgba(250, 0, 0, 1), rgba(2, 0, 132, 1));
}
#mobile .finalsMatchDiv_main .finalsMatchDiv_title{
    display: block;
    padding-top: 0.08rem;
    line-height: .427rem;
    font-size: .32rem;
    text-align: center;
    color: rgba(59, 59, 109, 1);
}
#mobile .finalsMatchDiv_main .teamLogoRow{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: .12rem 0;
    width: 100%;
    height: 1rem;
}
#mobile .finalsMatchDiv_main .VS{
    margin: 0 .28rem;
    width: .32rem;
    text-align: center;

}
#mobile .finalsMatchDiv_main .VsIcon{
    background-image: url(../../img/cba/rank_vs_icon.png);
    height: .533rem;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#mobile .teamLogoRow .finallTeamLogo{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    width: 1rem;
    height: 1rem;
    -webkit-box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 .08rem 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
#mobile .teamLogoRow .finallTeamLogo img{
    display: block;
    width: 100%;
    height: auto;
}
#mobile .finalsMatchDiv_main .teamScoreRow{
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    height: .48rem;
}
#mobile .teamScoreRow .finallTeamScore{
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .347rem;
}
#mobile .teamScoreRow .finallTeamScore.home{
    text-align: right;
}
#mobile .teamScoreRow .finallTeamScore.away{
    text-align: left;
}
 /* mobile 晋级图 end  */