@charset "utf-8";
button{
    border-width:0px;
}
/*用户登录*/
.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.login-box {
    /* width: 500px; */
    margin: 180px auto;
    overflow: hidden;
    display: block;
    max-width: 937px;
    /* min-height: 587px; */
    /* display: flex; */
}

.login-bg-wap {
    display: none;
}
.login-user{
    display: flex;
}

#user-div {
    height: 475px;
    padding-left: 30%;
    padding-right: 30%;
    padding-top: 80px;
}
#user-div1{
    padding-top: 100px;
    height: 475px;
    width: 500px;
    padding-left: 80px;
    padding-right: 80px;

}

#code-div {
    margin-left: 80px;
    margin-top: 50px;
    text-align: center;
    max-width: 450px;
    /* float: right; */
}
.login-bg,
.login-bg-wap {
    background-color: #2E2D31;
    opacity: 0.71;
}

.login-box-body {
    background: #fff;
    padding: 0px;
    min-height: 587px;
    border-radius: 10px;
}

.login-head {
    display: flex;
    border-bottom: 1px solid rgba(210, 210, 210, 1);
}

.title-txt {
    color: rgba(16, 16, 16, 1);
    font-size: 22px;
    font-weight: 500;
    width: 70%;
    line-height: 56px;
    text-align: center;
}

.loginimg {
    margin: 10px;
    height: 36px;
}

.login-footer {
    position: relative;
    bottom: 0px;
    background-color: #F7F7F7;
    text-align: center;
    line-height: 56px;
}

.Login-But {
    margin-top: 30px;
    background-color: #F5AF1A;
    height: 44px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}

.div-input {
    border-bottom: 1px solid #D2D2D2;
    margin-top: 20px;
    height: 44px;
    font-size: 16px;
    line-height: 40px;

}

.div-input input {
    border: 0px;
    height: 40px;
    font-size: 16px;
    background-color: #ffffff !important;
    margin-left: 10px;

}

.vcode {
    float: right;
    color: #579F34 !important;
}

@media (max-width: 768px) {
    .login-box {
        /* width: 500px; */
        margin: 80px auto;
    }

    #user-div {
        height: 350px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    #user-div1{
        padding-top: 30px;
        height: 350px;
        padding-left: 15px;
        padding-right: 15px;
    
    }
    #code-div {
        display: none;
    }

    .login-box-body {
        min-height: 400px;
    }

    .login-bg,
    .regi-w em {
        display: none;
    }

    .login-bg-wap {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .jx-reg {
        display: none;
    }
}

.login-bg img,
.login-bg-wap img {
    height: 100%;
    width: 100%;
    border: 0;
}

.form-control-feedback {
    left: 0;
}

.form-group {
    margin-bottom: 20px;
}

.has-feedback .form-control {
    border: 1px solid #e6e6e6;
    padding: 6px 0 6px 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #969696;
}


.Login-But:hover {
    color: #ffffff;
}

.Login-Txt {
    line-height: 60px;
    height: 60px;
}

.Login-Txt strong {
    float: left;
    font-weight: normal;
}

.Login-Txt strong a {
    color: #579f34;
    padding-left: 8px;
}

.Login-Txt em {
    float: right;
    font-style: normal;
}

.Login-Txt em a {
    color: #999999;
}

.loginAlert {
    display: none;
}

@media (max-width: 767px) {
    .login-box {
        width: 90%;
    }

    /* .login-box-body {
        padding: 20px;
    } */

    .login-box-body h3 {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

/*用户注册*/
@media (max-width: 767px) {
    .form-horizontal .control-label {
        line-height: 24px !important;
    }
}

.com-re-bg {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.regi-w em {
    font-size: 24px;
    line-height: 40px;
    color: #666666;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 30px;
}

.regi-w {
    height: 100px;
    line-height: 100px;
}

.jx-reg {
    text-align: right;
    font-size: 12px;
    line-height: 100px;
}

.jx-reg a:hover {
    text-decoration: underline;
}

.regist-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    /*min-height: 300px;*/
    padding: 10px 10px 10px 10px;
    display: block;
    overflow: hidden;
}

.form-horizontal .control-label {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    padding-top: 0;
    padding-right: 0;
    line-height: 40px;
}

.form-horizontal .text_clput {
    height: 38px;
    width: 100%;
    padding-left: 5px;
    border: 1px solid #b3b4b6;
    float: left;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-phonecode {
    position: absolute;
    right: 16px;
    top: 1px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: #f2f2f2;
    color: #333333;
    padding: 0 10px;
    border-radius: 0px;
}

.items {
    margin-bottom: 2px;
}

.items input[type=checkbox] {
    margin-top: -1px;
}

.items a {
    color: #579f34;
}

a.button-rounded {
    margin-top: 5px;
    background-color: #579f34;
    border-color: #579f34;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 100%;
    display: inline-block;
    border: none;
    font-size: 18px;
}

.regi-login {
    line-height: 28px;
    padding: 0;
    font-size: 12px;
}

.regi-login:hover {
    color: #579f34;
    text-decoration: underline;
}

.footer-change-bg {
    border-top: 1px solid #e6e6e6;
    background: #fff;
}

.audit {
    display: block;
    overflow: hidden;
}

.audit-img {
    text-align: center
}

.audit-txt {
    text-align: center;
}

.audit-txt h2 {
    color: #000;
    margin: 0;
    line-height: 60px;
}

.audit-txt p {
    margin-top: 10px;
}
