*{
    margin: 0;
    padding: 0;
}
html,body{
    user-select: none;

}
.vip_box{
    width: 100%;
    padding: 25px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.vip_box .user_info .tit{
    font-size: 24px;
    font-weight: bold;
}

.vip_box .user_info .mobile{
    margin-left: 3px;
    font-size: 24px;
    color: #F33636;
}

.vip_box .desc{
    font-size: 20px;
    color: #333333;
    margin-top: 5px;
}

.other_box{
    width: 100%;
    height: 13px;
    background-color: #F5F5F5;
}

.vip_time,.vip_type{
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.vip_time .tit,.vip_type .tit{
    font-size: 20px;
    font-family: '黑体';
    color: #333333;
    font-weight: bold;
    margin-right: 7px;
    margin-top: 38px;
    white-space: nowrap;
}

.vip_time .box,.vip_type .box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.vip_time .box .package ,.vip_type .box .type{
    width: 196px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    font-size: 18px;
    font-family: '黑体';
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    margin-top: 38px;

}

.vip_time .box .package:nth-child(2),.vip_type .box .type:nth-child(2){
    margin: 38px 47px 0;
}

.vip_type .box .type{
    margin-top: 58px;
}

.vip_type .box .type:nth-child(2){
    margin: 58px 47px 0;
}

.vip_type .tit{
    margin-top: 58px;
}

.vip_type .box .type {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip_type .box .type img{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.vip_type .box .type span{
    font-size: 18px;
}

.check{
    position: relative;
    border: 1px solid #C1A165 !important;
}

.check::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background-image: url(../../img/check.png);
    background-size: cover;
}
.change_btn{
    width: 400px;
    margin: 50px auto;
    background-color: #F33636;
    text-align: center;
    color: #fff;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    font-family: "黑体";
    cursor: pointer;
}

.warp_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.warp_box .left{
    /* width: 80%; */
}

.warp_box .right{
    margin-top: 38px;
}

.warp_box .right img{
    width: 130px;
    height: 130px;
}

.warp_box .right p{
    font-size: 18px;
    font-family: '黑体';
    color: #333;
    text-align: center;
    margin-top: 3px;
}

.toast-center-center{
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    top: -30%!important;
    margin: auto!important;
    display: flex;
    justify-content: center;

    flex-direction: column;
    align-items: center;
}

.box_s{
    width: 100%;
    padding: 38px 0;
    box-sizing: border-box;
}

.we_chat_box{
    padding: 31px 0 31px 30px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    display: flex;
}

.boxs{
    width: 200px;
    height: 200px;
    position: relative;
}

#expire{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.boxs img{
    width: 100%;
    height: 100%;
}

.conetent_text{
    margin-left: 52px;
    display: flex;
    flex-direction: column;
    /* padding-top: 40px; */
}

.conetent_text .tit{
    font-size: 20px;
    color: #333333;
    font-family: '黑体';
    margin-bottom: 25px;
    font-weight: bold;
    white-space: nowrap;
}

.conetent_text .tit .desc{
    color: #A3A3A3;
    font-size: 20px;
    font-weight: normal;
}

#time{
    font-size: 14px;
}

.money{
    font-size: 20px; 
    color: #E26A4A;
}
.money .num{
    font-size: 50px;
    font-family: 'Impact';
    margin:  0 5px;
}

#pay_box{
    display: none;
}

#success_box{
    display: none;
}


.warp_vip_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 70px; */
}

.forget_pwd{
    background-color: #F33636;
    color: #fff;
    box-sizing: border-box;
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.forget_pwd img{
    width: 18px;
    height: 23px;
    margin-right: 14px;
}

.forget_pwd span{
    font-weight: bold;
    font-size: 20px;
}

#lay_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    user-select: none;
    display: none;
}

#lay_box .warp_edit_pwd{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 576px;
    height: 372px;
    background-color: #fff;
    border-radius: 8px;
}

#lay_box  .edit_pwd_box{
    border-bottom: 1px solid #F1F1F2;
    padding: 16px;
    box-sizing: border-box;
}
#lay_box  .edit_pwd_box .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

#lay_box  .edit_pwd_box img{
    width: 12px;
    height: 12px;
    cursor: pointer;
}

#lay_box .ipt_box{
    padding: 17px;
    box-sizing: border-box;
}
#lay_box .ipt_box .ipt_boxs{
    display: flex;
    align-items: center;
    width: 100%;
}

#lay_box .ipt_box .ipt_boxs:nth-child(2){
    margin: 39px 0;
}

#lay_box .ipt_box .ipt_boxs img{
    width: 8px;
    height: 8px;
}

#lay_box .ipt_box .ipt_boxs p{
    margin: 0 7px;
    font-family: '黑体';
    font-size: 16px;
    width: 15%;
}
#lay_box .ipt_box .ipt_boxs input{
    width: 80%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #F1F1F2;
    border-radius: 6px;
    padding-left: 10px;
    box-sizing: border-box;
}

#lay_box .btn{
    margin-top: 21px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #F1F1F2;
    padding: 16px;
    box-sizing: border-box;
}

#lay_box .btn .hide{
    border: 1px solid #F1F1F2;
    color: #A1A3A4;
    font-size: 16px;
    font-family: '黑体';
    width: 66px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    margin-right: 6px;
    text-align: center;
    cursor: pointer;

}

#lay_box .btn .sure{
    background-color: #F33636;
    color: #fff;
    font-size: 16px;
    font-family: '黑体';
    width: 66px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;

}

/* #lay_box img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 420px;
    height: 400px;
} */
@media screen and (max-width:1400px){
   .warp_vip_box,.warp_box{
	   padding:0 30px;
	   box-sizing: border-box;
   }
}

