/*page-lr Begin*/
body, html {
    height: auto;
    background: #f3f3f3;
}
input:-webkit-autofill {  -webkit-box-shadow: 0 0 0px 1000px white inset;  -webkit-text-fill-color: #333; }
.page-login{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #f0f2f5;
    background-image: url(../images/bg-login.svg);
    width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
#Validform_msg{
    display: none!important;
}
.page-lr {
    position: absolute;
    max-width: 800px;
    border-radius: 3px;
    text-align: center;
    margin-bottom:-5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-lr>.sign-up-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}
.page-lr .sign-up-bg {
    position: relative;
    display: inline-block;
    height: 600px;
    width: 300px;
    border-radius: 3px 0 0 3px;
    vertical-align: middle;
    background: url(../images/bg-login-left.jpg) no-repeat center;
}
.page-lr .sign-up-bg .sign-up-content,
.page-lr .sign-up-formbox .message-box {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-lr .sign-up-bg .login-btn {
    display: inline-block;
    text-decoration: none;
    padding: 0 20px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
}
.page-lr .sign-up-formbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 100px 60px;
    width: 500px;
    height: 600px;
    border-radius: 0 3px 3px 0;
}
.page-lr .sign-up-formbox .message-box {
    font-size: 14px;
    padding: 12px 25px;
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, .6);
}
.page-lr .sign-up-logo a {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 31px;
}
.page-lr .sign-up-form .form-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    letter-spacing: 3px;
    text-align: left;
    border-left: 5px solid #000;
    padding-left: 20px;
}
.page-lr .sign-up-formbox ul li {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
}
.page-lr .sign-up-formbox ul li input {
    width: 100%;
    float: left;
    border: none;
    line-height: 30px;
    padding: 15px 0;
    color: #666666!important;
    outline: none;
}
.page-lr .sign-up-formbox .zc-list li .btn-yzm {
    width: 110px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #38f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #666666;
}
.page-lr .sign-up-formbox .protocol {
    padding: 20px 0;
    line-height: 30px;
}
.page-lr .protocol label {
    float: left;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}
.protocol input[type="checkbox"]{
    position: relative;
    width: 15px;
    height: 15px;
    margin: -1px 5px 0 0;
    -webkit-appearance: none;
    padding: 0;
    opacity: 0;
    filter:alpha(opacity=0);
    display: inline-block;
    vertical-align: middle;
}
.protocol input[type="checkbox"]+span.check-bg{
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -7px 5px 0 0;
    -webkit-appearance: none;
    padding: 0;
    top: 50%;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #999;
    background: #fff !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.protocol input:checked+span.check-bg:before{
    display: none;
}
.protocol input:checked+span.check-bg:after {
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    color: #38f;
    top: -8px;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    width: 14px;
    height: 14px;
}
.page-lr .protocol.register-btn-box {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
}
.page-lr .protocol.register-btn-box p text {
    font-size: 12px;
}
.page-lr .protocol button {
    display: inline-block;
    width: 100%;
    height: 45px;
    cursor: pointer;
    background-color: #3eb94e;
    font-size: 24px;
    color: #fff;
    border: none;
    border-image: initial;
    border-radius: 36px;
    outline: none;
}
.page-lr .protocol button.next {
    margin-top: -18px;
}
.page-lr .protocol.register-prevnext-box {
    overflow: hidden;
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
}
.page-lr .protocol button.prev,
.page-lr .protocol button.submit,
.page-lr .protocol button.reg-success {
    width: 100px;
    height: 30px;
}
.page-lr .register-content.login .forget {
    color: #38f;
}
.page-lr .success-message {
    background: #efefef;
    padding: 20px 0;
}
.page-lr .success-des text {
    display: block;
}
.page-lr .register-content.current {
    display: block;
}
.page-lr .layer-animate {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.page-lr .layer-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
@media (max-width: 992px) {
    .page-lr .sign-up-bg {
        width: 225px;
        height: 500px;
    }

    .page-lr .sign-up-form .form-title {
        margin-top: 20px;
    }

    .page-lr .sign-up-formbox {
        width: 375px;
        height: 500px;
        padding: 45px 50px;
    }

    .page-lr .sign-up-formbox ul li input {
        padding: 10px 0;
    }

    .page-lr .sign-up-formbox .zc-list li .btn-yzm {
        width: 90px;
        height: 35px;
    }

    .page-lr .protocol.register-prevnext-box {
        padding: 20px;
    }

    .page-lr .protocol button.prev,
    .page-lr .protocol button.submit,
    .page-lr .protocol button.reg-success {
        width: 80px;
    }
}
@media (max-width: 667px) {
    .page-lr .sign-up-bg {
        width: 120px;
        height: 350px;
    }

    .page-lr .sign-up-form .form-title {
        margin-top: 0;
    }

    .page-lr .sign-up-formbox {
        width: 200px;
        height: 350px;
        padding: 15px;
    }

    .page-lr .sign-up-formbox ul li {
        margin-top: 10px;
    }

    .page-lr .protocol button {
        width: 100px;
        height: 30px;
    }

    .page-lr .sign-up-formbox {
        padding: 40px 20px;
    }

    .page-lr .sign-up-formbox .zc-list li .btn-yzm {
        height: 25px;
        padding: 0;
        white-space: nowrap;
        width: 70px;
        font-size: 12px;
        line-height: 25px;
        margin-top: -15px;
    }

    .page-lr .sign-up-formbox .register-content.prev-next {
        margin-top: 50px!important;
    }

    .page-lr .sign-up-formbox ul li input {
        padding: 0;
    }

    .page-lr .sign-up-formbox .protocol {
        padding: 10px 0;
    }

    .page-lr .register-content.success {
        margin-top: 90px;
    }

    .page-lr .register-content.login {
        margin-top: 60px!important;
    }
    .page-lr .register-content.forget {
        margin-top: 50px!important;
    }
    .page-lr .sign-up-bg .login-btn {
        width: 60px;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        white-space: nowrap;
        padding: 0;
    }

    .page-lr .sign-up-logo a {
        width: 100px;
        height: 25px;
        background-size: 100px 25px;
    }

    .page-lr .protocol button.prev,
    .page-lr .protocol button.submit,
    .page-lr .protocol button.reg-success {
        width: 60px;
        font-size: 12px;
        height: 25px;
        line-height: 25px;
    }
}

/*page-lr End*/

/*base*/
.float-center{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*base*/