.scorllBox{
    min-height: 650px;
}
.playerData_summary{
    width: 100%;
    height: auto;
}


/* banner 区域 start  */
.playerData_summary .playerData_banner{
    width: 100%;
    min-width: 1280px;
    padding-top: 34px;
    height: 330px;
    background-color: #F6F7FB;

}
.playerData_banner .playerData_bannerMain{
    margin: 0 auto;
    width: 1280px;
    height: auto;
}
.playerData_banner .playerData_personInfo{
    float: left;
    width: 640px;
    height: auto;
}
.playerData_personInfo .personInfo_imgSpan{
    float: left;
    width: 180px;
    height: 256px;
    overflow: hidden;

}
.playerData_personInfo .personInfo_imgSpan img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.playerData_personInfo .personInfo_main{
    position: relative;
    float: left;
    padding-left: 60px; 
    width: 460px;
    height: auto;
    color: #242A2F;
    font-weight: bold;
    text-align: left;
}
.personInfo_main .personInfo_name{
    padding-bottom: 14px;
    line-height: 50px;
    font-size: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.personInfo_main .personInfo_on{
    display: block;
    line-height: 24px;
    font-size: 18px;
}
.personInfo_main .personInfo_teamName{
    display: block;
    padding: 2px 0 27px 0;
    line-height: 24px;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.personInfo_main .personInfo_baseInfo{
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.personInfo_main .personInfo_country{
    position: absolute;
    right: 0;
    top: 141px;
    z-index: 2;
    display: block;
    width: 160px;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.playerData_banner .playerData_personData{
    position: relative;
    float: right;
    padding: 0 33px;
    width: 634px;
    height: 220px;
    background-color: #252B2F;
}
.playerData_personData .personData_main{
    float: left;
    padding-top: 10px;
    width: 360px;
    height: auto;
    overflow: hidden;

}

.personData_main .personData_ul{
    width: 420px;
    height: auto;
}
.personData_ul .personData_li{
    padding-top: 10px;
    width: 100%;
    height: auto;
}

.personData_li .personData_score{
    float: left;
    padding-right: 30px;
    width: 130px;
    height: auto;
}
.personData_score .personData_title{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.personData_score .personData_num{
    display: block;
    padding-top: 15px;
    font-family: 'DIN';
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.playerData_personData .personData_allDiv{
    position: relative;
    float: left;
    width: 168px;
    height: 168px;
    margin: 18px 0 0 30px;
    background-color: rgba(57, 59, 108, 1);
    border-radius: 50%;
    color: #fff;
}
.personData_allDiv .personData_allText{
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 2;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.personData_allDiv .personData_allNum{
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 2;
    width: 100%;
    font-family: "DIN";
    line-height: 84px;
    font-size: 70px;
    text-align: center;
}

.playerData_personData .allPlayerBtn{
    display: block;
    position: absolute;
    bottom: -50px;
    right: 20px;
    z-index: 100;
    width: auto;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px #ccc solid;
    line-height: 30px;
    font-size: 14px;
}



#pc .playerData_personData .allPlayerBtn:hover{
    background-color: rgba(57, 59, 108, 1);
    border-color: rgba(57, 59, 108, 1);
    color: #fff;
    cursor: pointer;
}

#pc .personInfo_main .allPlayerBtn{
    display: none;
}

#mobile .personInfo_main .allPlayerBtn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: .3rem;
    z-index: 100;
    transform: translateX(-50%);
    border: 1px solid #fff;
    background-color: rgba(57, 59, 108, .5);
    color: #fff;
    padding: 0 .3rem;
    height: calc(.68rem - 2px);
    line-height: calc(.68rem - 2px);
    font-size: .32rem;
    border-radius: .3rem;
}

/* banner 区域 end  */

/* 球员数据 start  */
.matchPlayer_main{
    margin: 0 auto;
    width: 1280px;
    height: auto;
}


.matchPlayer_main .matchPlayer_title{
    padding: 75px 0 28px 0;
    line-height: 44px;
    font-size:34px;
    font-weight:bold;
    color:rgba(36,42,47,1);
}


.matchPlayer_main .matchPlayer_table{
    position: relative;
    margin: 0 0 106px 0;
    width: 100%;
    height: auto;
    /* border-top: 1px solid #D5DEDE;
    border-bottom: 1px solid #D5DEDE; */
}

/* .matchPlayer_main .matchPlayer_table::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '\20';
    width: 1px;
    height: 100%;
    background-color: #D5DEDE;
}
.matchPlayer_main .matchPlayer_table::after{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    content: '\20';
    width: 1px;
    height: 100%;
    background-color: #D5DEDE;
} */
.matchPlayer_table .playerTable_header{
    padding: 15px 0 0 23px;
    width: 100%;
    height: 102px;
}
.matchPlayer_table .team_logo{
    float: left;
    padding: 5px 0;
    width: 80px;
    height: 50px;
    background-color: rgba(255,255,255,.1);
}
.matchPlayer_table .team_logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.matchPlayer_table .team_name{
    float: left;
    padding: 5px 0 5px 20px;
    width: auto;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.matchPlayer_table .playerTable_main{
    width: 100%;
}
.matchPlayer_table.awayTeam .playerTable_header{
    background-color: rgb(68, 71, 73);
}
.matchPlayer_table.awayTeam  .el-table {
    border:1px solid rgba(213,222,222,1);
    /* margin-bottom: 10px;   */
    border-radius:6px 6px 0px 0px;
    /* border-bottom: none; */
}
.matchPlayer_table.awayTeam .el-table thead th, .matchPlayer_table.awayTeam .el-table thead tr {
    background-color: #242A2F;
    color: #fff;
}
.matchPlayer_table.homeTeam .playerTable_header{
    background-color: rgba(57, 59, 108, 1);
}
.matchPlayer_table.homeTeam .el-table thead th, .matchPlayer_table.awayTeam .el-table thead tr {
    background-color: rgba(57, 59, 108, 1);
    color: #fff;
}

/* .matchPlayer_table .el-table .el-table__row:last-child>td {
    background:rgba(216,216,216,0.32);
    color: #000;
} */



/* 表格经过样式 start */


.matchPlayer_table .el-table .el-table__row>td:hover:first-child{
    color: rgba(57, 59, 108, 1);
    cursor: pointer;
}
.matchPlayer_table .el-table td, .matchPlayer_table .el-table th{
    color: #000;
    text-align: center;
}
/* .matchPlayer_table .el-table td:first-child, .matchPlayer_table .el-table th:first-child{
    text-align: left;
} */

.el-table .el-table__row .teamColumn_style .table_plr10{
    display: block;
    padding: 0 10px;
}

.el-table .el-table__row .teamColumn_style span{
    display: block;
}



/* .matchPlayer_table .el-table .el-table__row:last-child:hover >td {
    background:rgba(216,216,216,0.32);
    color: #000;
} */


.matchPlayer_table .el-table .el-table__row:nth-last-child(2) >td:hover:first-child, .matchPlayer_table .el-table .el-table__row:last-child >td:hover:first-child {
    color: #000;
    cursor: default;
}
/* 表格经过样式 end */


/* 球员数据 end  */


 /* 选择选项  start*/
 .teamAll_div {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
 }
 .teamAll_div .teamAll_select{
    height: 66px;
    background:rgba(207,207,207,0.3);
    border-radius: 6px;
    border:1px solid rgba(206,206,206,0.3);
   
 }
 .teamAll_select .select_left, .teamAll_select .select_mid, .teamAll_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);
 }

.teamAll_select .select_left{
    border-radius: 6px 0 0 6px;
}
.teamAll_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: 666px!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;
 }

  /* 选择选项  end*/




  /* A组表格部分 */
.leagueTable_content_A .tableRecord{
    margin-top: 30px;
    }
    .el-table {
        border:1px solid rgba(213,222,222,1);
        margin-bottom: 25px;  
    }
    .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:#A00000;cursor: pointer;} */

    .el-table .el-table__row .teamColumn_style .cell button{
        padding: 0 10px;
        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;
        cursor: default;
    }
    /* .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{
        color: rgba(57, 59, 108, 1);
    } */


#mobile .hideH5, #pc .showH5{
    display: none;
}
#mobile .scorllBox{
    width: 100%;
    padding: 0;
    height: calc(100vh);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* banner css start  */

#mobile .playerData_summary .playerData_banner{
    min-width: 100%;
    padding-top: 0;
    margin-top: 1.33rem;
    height: 4.533rem;
    background-image: url(../../img/youthsports/matchResult_banner.png);
    background-size: cover;
}

#mobile .playerData_banner .playerData_bannerMain{
    width: 100%;
    height: calc(100%);
}

#mobile .playerData_banner .playerData_personInfo{
    position: relative;
    float: none;
    width: 100%;
    height: calc(100%);
}
#mobile .playerData_banner .playerData_personData{
    display: none;
}
#mobile .playerData_personInfo .personInfo_imgSpan{
    position: absolute;
    top: .88rem;
    right: .88rem;
    z-index: 2;
    width: 1.493rem;
    height: 1.493rem;
    border-radius: 50%;
    overflow: hidden;
}
#mobile .playerData_personInfo .personInfo_imgSpan img{
    height: auto;
}
#mobile .playerData_personInfo .personInfo_main{
    position: static;
    float: none;
    padding: 0;
    width: 100%;
    height: calc(100%);
}
#mobile .personInfo_main .personInfo_name{
    position: absolute;
    top: 2.6rem;
    right: .44rem;
    z-index: 2;
    padding: 0;
    width: 2.293rem;
    line-height: .613rem;
    font-size: .426rem;
    color: #fff;
    text-align: center;

}
#mobile .personInfo_onH5{
    position: absolute;
    bottom: .88rem;
    right: .44rem;
    z-index: 2;
    width: 2.293rem;
    color: rgba(187, 164, 95, 1);
    line-height: .453rem;
    font-size: .32rem;
    text-align: center;
}
#mobile .personInfo_main .personInfo_teamLogoH5{
    position: absolute;
    top: 1.33rem;
    left: .88rem;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    width: 1.173rem;
    height: 1.173rem;
    overflow: hidden;
}
#mobile .personInfo_main .personInfo_teamLogoH5 img{
    display: block;
    width: 100%;
    height: auto;
}
#mobile .personInfo_main .personInfo_teamName{
    position: absolute;
    top: 2.6rem;
    left: .44rem;
    z-index: 2;
    padding: 0;
    width: 2.293rem;
    line-height: .613rem;
    font-size: .426rem;
    color: #fff;
    text-align: center;
}
#mobile .personInfo_main .personInfo_baseInfo{
    position: absolute;
    left: 3.533rem;
    z-index: 2;
    padding: 0;
    width: 3rem;
    line-height: .533rem;
    font-size: .32rem;
    color: #fff;
    text-align: left;
    font-weight: normal;
}
#mobile .personInfo_main .personInfo_baseInfo.weightH5{
    top: 1.33rem;
}
#mobile .personInfo_main .personInfo_baseInfo.heightH5{
    top: 1.863rem;
}
#mobile .personInfo_main .personInfo_baseInfo.birthdayH5{
    top: 2.396rem;
}
/* banner css end  */

/* mobile third nav start   */
#mobile #third_header{
    position: relative;
    display: block !important;
    width: 100%;
    min-width: 100%;
    height: 1.173rem;
    background-color: #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;
    flex: 1;
    height: calc(100%);

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


/* mobile third nav end   */


/* mobile 主体样式 start */
#pc .matchResult_content, #pc .notData, #mobile .matchPlayer_main{
    display: none;
}
#mobile .scrollListDiv{
    min-height: calc(100vh - 7.04rem);
    background-color: rgba(249, 249, 249, 1);;
}
#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{
    display: block;
    padding: .32rem 0 .16rem .4rem;
    line-height: .533rem;
    font-size: .373rem;
    color: rgba(51, 51, 51, 1);

}
#mobile .matchResult_content .content_list{
    padding: 0;
    width: 100%;
    height: auto;
    border: 0;
    background-color: #fff;
}

#mobile .content_list_ul{
    padding: 0 .4rem;
    width: 100%;
    height: auto;
    background-color: #fff;
}

#mobile .content_list_ul .content_list_li{
    float: none;
    position: relative;
    width: 100%;
    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_li .content_list_timer span{
    display: block;
    text-align: left;
}
#mobile .content_list_timer .timer_group{
    padding-top: .507rem;
    width: 100%;
    line-height: .373rem;
    font-size: .267rem;
    color: rgba(150, 155, 163, 1);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#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);
    font-weight: bold;
}

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

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

#mobile .content_list_team .home_team .homeTeam_img, #mobile .content_list_team .away_team .awayTeam_img{
    float: left;
    width: .506rem;
    height: .506rem;
    overflow: hidden;
}
#mobile .home_team .homeTeam_img img, #mobile .away_team .awayTeam_img img {
    display: block;
    width: 100%;
    height: 100%;
}

#mobile .content_list_team .home_team .home_name, #mobile .content_list_team .away_team .away_name{
    float: left;
    padding-left: .08rem;
    width: auto;
    line-height: .506rem;
    font-size: .347rem;
    color: #1D3557;
    width: calc(100% - .506rem - .08rem);
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mobile .content_list_score{
    float: none;
    margin-right: 2.4rem;
    padding: 0;
    width: .666rem;
    height: auto;
}
#mobile .content_list_score span{
    display: block;
    line-height: .506rem;
    font-size: .347rem;
    color: #1D3557;
    text-align: left;
    font-weight: bold;

}

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

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

.content_list_li .content_list_handle.isShow{
    display: block;
}
#mobile .content_list_handle{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    width: 2.4rem;
    height: auto;
    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;
    text-align: center;
    font-weight: normal;
    cursor: default;
}

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


/* mobile 主体样式 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);
    }
 }