.wechat_work {
    height: 100% !important;
    width: 100% !important;
    position: fixed;
    top: 0!important;
    left: 0!important;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.bg{
    width: 52.0833vw;
    height: 35.8854vw;
    background: url('../images/bgw_v.png') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center top;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
}
.wechat_work_img_box{
    width: 12.5vw;
    height: 12.5vw;
    background: #FFFFFF;
    border-radius: 0.8333vw;
    border: 2px solid #EEEEEE;
    margin: 1.25vw auto;
    position: absolute;
    top: 15vw;
    left: 32.6vw;
}
.wechat_work_img{
    height: 11.4583vw;
    width: 11.4583vw;
    margin: .5208vw;
}
.wechat_work_img_box_text{
    height: 1.1458vw;
    font-size: .8333vw;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #ff6121;
    line-height: 1.1458vw;
    text-align: center;
    margin-top: 24px;
    position: absolute;
    left: 31.5vw;
    top: 28vw;
}
.register_success_201,
.register_success {
    width: 356px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    left: 50%!important;
    top: 87px;
    display: none;
    justify-content: space-between;
    z-index: 99999990;
    transform: translate(-50%,-50%);
}
.register_success_tip {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.register_success_text {
    padding-left: 7px;
    font-size: 15px;
}
.register_success_close {
    display: flex;
    align-items: center;
    padding-right: 15px;
}
