.ks-popup{
    z-index: 100000 !important;
}
.select-vip{
    width: 748px;
    position: fixed;
    height: 424px;
    left: 50%;
    top: 50%;
    margin-left: -374px;
    margin-top: -212px;
    background: url(popup_bg.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    padding: 55px 75px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 10001;
    display: none;
}
.select-vip ul{
    margin-right:-100px;
}
.select-vip li{
    float: left;
    width: 50%;
    color: #fff;
}
.select-vip-item{
    margin-right: 100px;
}
.select-item-top{
    height: 120px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    padding: 25px 0;
}
.select-item-top h3{
    font-size: 23px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 20px;
}
.select-item__price{
    font-size: 18px;
}
.select-item__price span{
    font-size: 23px;
}
.select-item-bottom{
    margin-top: 25px;
    max-height: 144px;
    margin-bottom: 18px;
    overflow-y: auto;
}
.select-item-bottom p{
    line-height: 24px;
    letter-spacing: 1px;
}
.select-btn{
    width:105px;
    height:40px;
    text-align: center;
    display:block;
    background: #f5891e;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    border-radius: 40px;
    margin: auto;
    cursor: pointer;
}
.close-icon{
    position: absolute;
    width:50px;
    height: 50px;
    background: url(common_btn_close_w.png) no-repeat center;
    right: 0;
    top: 0;
}

.pay-vip-box{
    width: 500px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    z-index: 10002;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    display: none;
    overflow: hidden;
}
.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: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}
.pay-vip-box ul{
    margin-right: -20px;
}
.pay-vip-box li{
    width: 33.33%;
    float: left;
}
.pay-box__item{
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #BCC3CC;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.pay-box__item i {
    width: 16px;
    height: 16px;
    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: 30px;
}
.pay-btn span{
    display: inline-block;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 35px;
    cursor: pointer;
}
.pay-btn__pay{
    background: #f5891e;
    color: #fff;
}
.pay-btn__cancel{
    background:#eee;
    color: #666;
}


/* =========================2020.4.28添加的学员信息========================= */
.personal-info{
    position: fixed;
    width: 560px;
    left: 50%;
    background: #fff;
    top: 10%;
    margin-left: -280px;
    padding: 20px;
    border-radius: 10px;
    z-index: 10001;
    box-sizing: border-box;
}
.personal-info .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 13px;
    height: 13px;
    background: url(common_btn_close.png) no-repeat center;
}
.personal-info h3{
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 40px;
}

#form-info{
    min-height: 560px;
    max-height: calc(100vh - 500px);
    overflow-y: auto;
    padding: 0 40px;
}
.personal-info__item{
    margin-bottom: 30px;
}
.personal-info__title{
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 14px;
}
.input-box,.select-box{
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #bcc3cc;
    box-sizing: border-box;
    padding: 0 10px;
}
.radio-box{
    height: 40px;
    display: inline-block;
    border: 1px solid #bcc3cc;
    line-height: 40px;
    padding:0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 20px;
}
.checkbox-box{
    margin-right: 20px;
    font-size: 14px;
}
.checkbox-box font{
    vertical-align: middle;
}
.radio-box input[type="radio"]{
    display: none;
}
.personal-info__con .curr{
    background: #3c81fa;
    color: #fff;
    border: 1px solid #3c81fa;
}
.textarea-style{
    border: 1px solid #bcc3cc;
    width: 100%;
    box-sizing: border-box;
    height:120px ;
    border-radius: 5px;
    padding: 10px;
}
.red-tips{
    font-size: 12px;
    color: #f44336;
    margin-top: 5px;
    display: none;
}
.num-box{
    width: 33%;
    margin-right: 20px;
}
.noscroll{
    height: calc(100vh);
    overflow: hidden;
}
.save-btn{
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #3c81fa;
    margin: 30px 40px;
    border-radius: 5px;
    cursor: pointer;
}