.login-wrap {
    width: 100%;
    height: 576px;
    background: url(../images/login/login_bg.png) no-repeat center top;
}

.login-wrap .login-box {
    position: absolute;
    top: 80px;
    right: 70px;
    width: 360px;
    height: 400px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
}

.login-wrap .login-box .hd {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #00932F;
}

.login-wrap .login-box .el-input {
    height: 40px;
}

.login-wrap .login-box .btn {
    width: 100%;
    height: 40px;
    background: #00932F;
    border: 0;
}

.login-wrap .login-box .no-login {
    text-align: center;
    font-size: 14px;
    color: #767676;
}

.login-wrap .login-box .no-login a:hover {
    color: #2366fd;
}

.login-form .code-box .el-input {
    width: 190px;
}

.login-form .code-box .code-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 38px;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    cursor: pointer;
}








.register-wrap {
    background: #fff;
}

.register-wrap .register-hd {
    text-align: center;
    padding: 30px 0;
    height: 150px;
    box-sizing: border-box;
    background: #DC3B1A;
    color: #fff;
}

.register-wrap .register-hd .tit {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.register-wrap .register-hd .desc {
    font-size: 16px;
    color: #fff;
}

.register-wrap .register-hd .login-txt {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
}

.register-wrap .register-hd .login-txt a {
    color: #fff;
}

.register-wrap .register-box {
    padding: 50px 120px;
    min-height: 400px;
}

.register-box .el-cascader {
    width: 100%;
}

.register-box .el-button--large {
    margin-top: 30px;
    padding: 12px 100px;
    background: #009B3F;
    border: 0;
}

.register-box .el-dialog .el-dialog__body img {
    width: 100%;
}

.register-box .input-short {
    width: 160px;
    height: 32px;
}

.register-box .slider-btn {
    width: 260px;
    height: 34px;
    background: #E2E2E2;
    border: 1px solid #D8D8D8;
    text-align: center;
    font-size: 14px;
    color: #aaa;
}

.register-box .long-btn {
    width: 260px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    background: linear-gradient(180deg, #00932F 0%, #44A93A 100%);
    cursor: pointer;
    border: 0;
}

.register-box .captcha {
    position: relative;
    margin-left: -2px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #009B3F;
    text-align: center;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
}

.register-box .captcha-djs {
    background: #dedede;
    color: #999;
}