.ks-popup{
    z-index: 100000 !important;
}
.select-vip{
    width: 98%;
    position: fixed;
    /* height: 16.9rem; */
    left: 50%;
    top: 20%;
    margin-left: -49%;
    background: url(popup_bg.png) no-repeat center;
    background-size: cover;
    border-radius: 0.5rem;
    padding: 2rem 0.5rem 0.5rem;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10001;
    display: none;
    
}
.inner.select-vip{
    top:15%;
    /* height: 16.9rem; */
}
.select-vip ul{
    margin-right: -0.5rem;
    max-height: 18.5rem;
    overflow-y:auto;
}
.select-vip li{
    color: #fff;
    float: left;
    width: 50%;
}
.select-vip-item,.select-vip-item{
    margin-right: 0.5rem;
}
.select-item-top{
    border: 0.1rem solid #fff;
    box-sizing: border-box;
    border-radius: 0.5rem;
    text-align: center;
    padding: 0.5rem 0;
}
.select-item-top h3{
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 0.8rem;
}
.select-item__price{
    font-size: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.4rem;
}
.select-item__price span{
    font-size: 0.7rem;
}
.select-item-bottom{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    overflow-y: auto;
    border: 0.1rem solid #fff;
    padding: 0.25rem;
    border-radius: 0.5rem;
}
.select-item-bottom p{
    line-height: 0.9rem;
    font-size: 0.5rem;
}

.noscroll{
    height: 100%;
    overflow: hidden;
}
.select-btn{
    width:5.25rem;
    height:1.5rem;
    text-align: center;
    display:block;
    background: #f5891e;
    color: #fff;
    line-height: 1.5rem;
    font-size: 0.6rem;
    border-radius: 1.5rem;
    margin: auto;
    cursor: pointer;
}
.close-icon{
    position: absolute;
    width:2rem;
    height: 2rem;
    background: url(common_btn_close_w.png) no-repeat center;
    right: 0;
    top: 0;
}

.pay-vip-box{
    width: 94%;
    height: 10rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -47%;
    margin-top: -5rem;
    z-index: 10002;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    display: none;
    overflow: hidden;
}
.inner-pay.pay-vip-box{
    top: 30%;
}
.all-class-bg {
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: none;
    z-index: 10000;
}
.pay-vip-box h3{
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.5rem;
}
.pay-vip-box ul{
    margin-right: -0.5rem;
}
.pay-vip-box li{
    width: 33.33%;
    float: left;
}
.pay-box__item{
    margin-right: 0.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border: 0.05rem solid #BCC3CC;
    font-size: 0.8rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.pay-box__item i {
    width: 0.7rem;
    height: 0.7rem;
    background: url(/ks_inc/member-center/images/account/active.png);
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.pay-box__item.curr{
    border: 1px solid #3C81F9;
}
.pay-box__item.curr i{
    display: block;
}
.pay-box__item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.pay-btn {
    text-align: center;
    margin-top: 1rem;
    background: none;
    border: 0 !important;
}
.pay-btn span{
    display: inline-block;
    padding: 0 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin: 0 0.25rem;
    font-size: 0.6rem;
    border-radius: 1.5rem;
    cursor: pointer;
}
.pay-btn__pay{
    background: #f5891e;
    color: #fff;
}
.pay-btn__cancel{
    background:#eee;
    color: #666;
}