
.verification_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #999999;
    opacity: 0.95
}

.verification_form {
    position: fixed;
    background: #fff;
    z-index: 100000;
    width: 384px;
    padding: 10px 10px 30px 10px;
    left: 50%;
    top: 50%;
    box-shadow: 0 12px 24px 0 rgba(28, 31, 33, .1);
    margin: -192px 0 0 -192px;
    border-radius: 5px;
}

.form_header {
    font-size: 16px;
    line-height: 49px;
    font-weight: 700;
    height: 49px;
    color: #787d82;
}

.form_header #wechat, #msg {
    display: none;
}

.form_header h4 {
    float: left;
    width: 130px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
    color: #333333;
}

.form_header .active_title {
    color: #4f75f2;
}

.form_header .active_title:after {
    content: " ";
    width: 100px;
    height: 4px;
    line-height: 4px;
    background: #4f75f2;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
}

.form_header .r-locse {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 17px;
    height: 17px;
    border: 0;
    cursor: pointer;
    background: url(m-close.png) no-repeat;
    background-size: 80% 80%;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
}

.form_footer {
    display: flex;
    justify-content: space-around;
    height: 35px;
    padding: 20px;
}

.form_footer button {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding: 0px 25px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.form_footer .form_footer_confirm {
    background: #2a4fca;
    color: #FFFFFF;
}

.form_footer .form_footer_cancel {
    color: #2343ac;
}

.form_content {
    display: none;
    padding: 20px 40px;
}

.form_content .tip {
    font-size: 14px;
    padding: 10px 0;
    display: inline-block;
}

.form_content .input {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #666666;
    border-radius: 3px;
}

.form_content .btn {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 15px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
}