.popularIndex{
    width: 100%;
    background:url(../image/popular/popularIndex.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.popular{
    background:url(../image/popular/popular.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.vote_bg{
    padding-top: 30px;
    background:url(../image/popular/vote_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.popular_flex_wrap{
    padding: 20px 10px;
}
.popular_btn_wrapper{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
}
.popular_btn{
    display: block;
    width: 90%;
    height: 44px;
    /* color: #ffffff; */
    margin: auto;
    text-align: center;
    font-size: 0.14rem;
    line-height: 20px;
    border-radius: 22px;
    cursor: pointer;
}
.bg_vote{
    background: #E15B33;
}
.vote_wrap{
    text-align: center;
    color: #ffffff;
    font-size: 0.14rem;
    width: 100%;
}
.vote_wrap span{
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    line-height: 20px;
    cursor: pointer;
}
.layui-layer-content{
    padding: 0 20px;
}
.vote_otice{
    text-align: left
}
#certificationx{
    max-height: 250px;
    overflow-y: scroll;
}

.vote_top{
    width: 100%;
    height: auto;
    position: relative;
}
.vote_top img{
    width: 100%;
}
.vote_num{
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.18rem;
    position: absolute;
    bottom:22px;
    left: 0;
}
.mui-pull-left.nl-goback{
    z-index: 1;
    color: #ffffff;
}
.vote_tips{
    background: rgba(246, 250, 255, 1);
    padding-top: 5px;
    padding-bottom: 5px;
}
.vote_search{
    padding-top: 10px;
    padding-bottom: 10px;
}
.yellow_circle{
    background: #fef102;
    color: #fb9486;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}
.voting{
    height: 36px;
    width: 60px;
    border-radius: 6px;
    background: #68AAFE;
    margin: auto;
}
.voting.disabled{
    background:#919191
}
.vote_content_wrap{
    padding: 30px 20px;
    text-align: center;
}
.popular_player_info{
    margin: auto;
    width: 250px;
    padding-bottom: 10px;
    margin-top: 91px;
    /* height: 280px; */
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 0px 0px;
}
.popular_user_img{
    width: 86px;
    height: 86px;
    padding: 5px;
    border-radius: 50%;
    position: relative;
    top: -48px;
    left: 50%;
    margin-left: -48px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 0px 0px;
}
.popular_user_head{
    width: 86px;
    height: 86px;
    /* margin-top: 5px;
    margin-left: 5px; */
    border-radius: 50%;
    overflow: hidden;
    /* background: red; */
}
.popular_player_c{
    text-align: center;
    margin-top: -48px;
}
.player_honer{
    width: 110px;
    margin: auto;
}
.votes{
    width: 216px;
    height: 48px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    background: #fff;
    border-radius: 24px;
    margin-top: 5px;
}
.votes.disabled{
    background: -webkit-linear-gradient(90deg,#b8bcbe,#919191);
    background: -o-linear-gradient(90deg,#b8bcbe,#919191);
    background: -moz-linear-gradient(90deg,#b8bcbe,#919191);
    background: linear-gradient(90deg,#b8bcbe,#919191);
    color: #fff;
}
.thisBage{
    color: rgba(92, 183, 64, 1);
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -14px;
}
.xingClass{
    position: relative;
}
.vote_img_row{
    margin: auto;
}
.vote_img_row img{
    width: 100%;
}
.w_1{
    width: 90%;
    /* margin-top: 30px; */
}
.w_2{
    width: 70%;
    margin-top: 45px;
}
.x_2{
    width: 70%;
    margin-top: 30px;
}
.w_3{
    width: 70%;
    margin-top: 22px;
}
.w_4{
    width: 80%;
    margin-top: 22px;
}
.w_5{
    width: 90%;
    margin-top: 50px;
    font-size: 0.16rem;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
}
.w_6{
    margin-top: 20px;
}
.player-img {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.player-img.img-box{
    display: block;
}
.ainao_item{
    display:block;
    box-sizing:border-box;
    float:left;
    margin-right:10px;
    width:-webkit-calc(99.9999% / 3 - 20px / 3);
    width:calc(99.9999% / 3 - 20px / 3);
    margin-top:15px;
    padding:8px 8px 11px;
    background-color:#fff;
    border-radius:6px;
}
.ainao_item:nth-child(3n){
    margin-right:0;
}
.ainao_name,.ainao_id{
    font-size:0.12rem;
    font-family:Source Han Sans SC;
    font-weight:500;
    line-height:17px;
    color:rgba(38,38,38,1);
    text-align:center;
    margin-top:8px;
}
.ainao_img_wrapper{
    border-radius:4px;
    overflow:hidden;
}
.ainao_img_wrapper img{
    width:100%;
    height: 100%;
    object-fit:cover;
}
.download_bg{
    position: relative;
    background: url(../image/popular/download_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.download_logo_wrapper{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
}
.download_logo{
    width: 142px;
    margin: auto;
}
.download_logo_text{
    font-size:0.16rem;
    font-family:FZZhengHeiS-EL-GB;
    font-weight:400;
    line-height:19px;
    letter-spacing:3px;
    text-align: center;
    margin-top: 9px;
}
.download_logo_text1{
    color: #F6C789;
}
.download_logo_text2{
    color: #fff;
}
.download_btns{
    position: absolute;
    width: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.download_btns a{
    display: block;
}
.android{
    margin-top: 15px;
}
.download_logo img,
.apple img,
.android img{
    width: 100%;
}
@media screen and (min-width: 1200px){
    .popular_btn_wrapper{
        width: 100%;
        position: absolute;
        z-index: 9999;
        left: 0;
        bottom: 0;
        /* box-sizing: border-box; */
        border: 1px solid #f2f2f2;
    }
}
@media screen and (max-width: 1199px){
    #page{
        top:0;
    }
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
    .popular_btn_wrapper{
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}