html,body{
    height: 100%;
    width: 100%;
}

#login {
    position: absolute;
    padding-top: 36px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../login/imgs/bg_login.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

#login h1{
    width: auto;
    height: 70px;
    line-height: 70px;
    background: url("../login/imgs/bg_logo.png") no-repeat;
    color: #fff;
    padding-left: 100px;
    margin-left: 66px;
}
#login .main{
    width: 505px;
    height: 410px;
    background: transparent;
    opacity: 0.8;
    padding: 20px 0 20px 20px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%);
    background: url(../login/imgs/login_btn.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login .main .main-left {
    float: left;
    width: 330px;
    height: 240px;
    padding: 15px 10px 10px;
    position: relative;
    top: 100px;
    left: 55px;
}

#login .main .main-left div {
    margin-bottom: 24px;
}

#login .main .main-left div:nth-child(3) {
    margin-bottom: 5px;
    position: relative;
}

#login .main .main-left div:nth-child(4) {
    margin-top: 24px;
    margin-bottom: 5px;
    position: relative;
}

#login .main .main-left i {
    display: block;
    width: 35px;
    height: 35px;
    background: #0ea5f3;
    float: left;
}

#login .main .main-left div:nth-child(1) i {
    background-image: url("../login/imgs/icon_username.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#login .main .main-left div:nth-child(2) i {
    background-image: url("../login/imgs/icon_password.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#login .main .main-left div:nth-child(3) i {
    background-image: url("../login/imgs/icon_yanzhengma.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#login .main .main-left div:nth-child(4) i {
    background-image: url("../login/imgs/icon_yanzhengma.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#login .main .main-left div input {
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #0ea5f3;
}

#login .main .main-left .uee-field-req {
    padding: 0px;
    margin: 0px;
}

#login .main .main-left .uee-field-label {
    padding: 0px;
    margin: 0px;
    width: 0;
}

#login .main .main-left .uee-field {
    height: 35px;
    margin: 0;
}

#login .main .main-left .uee-field-body {
    width: 248px;
}

#login .main .main-left .check-code {
    width: 80px;
    height: 33px;
    background-size: 80px 33px !important;
    position: absolute;
    right: 108px;
    top: 1px;
    cursor: pointer;
}

#login .main .main-left .check-img input {
    width: 168px;
    padding-right: 100px;
}
#login .main .main-left .change-check-img {
    font-size: 14px;
    color: #0ea5f3;
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: 28px;
    text-decoration: underline;
}

.check-radomnum {
    width: 70%;
}

#login .main .main-left .get-radomnum {
    font-size: 14px;
    background: #0ea5f3;
    color: #f0f0f0;
    cursor: pointer;
    position: absolute;
    margin-top: -34px;
    right: -60px;
    height: 35px;
    border-radius: 5px;
    width: 50px;
}

#login .main .main-left .get-sms-radomnum {
    cursor: pointer;
    position: relative;
    bottom: 29px;
    left: 202px;
    font-size: 14px;
    color: #0ea5f3;
}

#login .forget-pwd {
    color: #0ea5f3;
    text-decoration: underline;
    text-align: center;
    margin-top: 50px;
    /*padding-right: 60px;*/
    padding-left: 24px;
}

#login .forget-pwd span {
    padding: 10px;
    cursor: pointer;
}
/*登录错误时提示信息*/
#login .main .main-left .error-tip {
    font-size: 12px;
    color: red;
    position: absolute;
    left: 0;
    height: 45px;
    overflow: hidden;
    padding: 0 30px 0 10px;
    margin-bottom: 0;
}

#login .main .main-right {
    float: right;
    width: 110px;
    height: 210px;
    /*background: url(../login/imgs/login_btn.png) no-repeat -393px -100px;*/
    font-size: 24px;
    padding: 82px 0 0 22px;
    margin-top: 82px;
    color: #fff;
    cursor: pointer;
}

/*登录页遮罩层和弹窗*/
.login_masker {
    position: fixed;
    /*z-index: 5000 !important;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    background-color: rgba(0, 0, 0, 0.3);
}

#login_model {
    width: 400px;
    height: 300px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

#login_model .login_model_middle .check-img {
    position: relative;
}

#login_model .login_model_middle .check-img input {
    width: 154px;
}

#login_model .login_model_middle .check-code {
    width: 80px;
    height: 26px;
    background-size: 80px 26px !important;
    position: absolute;
    right: 88px;
    top: 1px;
    cursor: pointer;
}

#login_model .login_model_top {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background-color: #2196f3;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.login_model_top .model_close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%);
    cursor: pointer;
    background: url("../login/imgs/popwin_close.png") no-repeat;
}

#login_model .login_model_middle {
    height: 280px;
    padding: 28px 30px;
    background-color: #fff;
}

.login_model_middle .model_middle_center {
    width: 100%;
    height: 160px;
    margin-left: 40px;
}

.model_middle_center .forget_pwd_tip {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #36383c;
}

.login_model_middle .model_middle_center .tip_icon {
    width: 30px;
    height: 30px;
    float: left;
    background: url("../login/imgs/icon_tip.png") no-repeat;
    margin-right: 15px;
}

.model_middle_bottom .con_btn {
    margin-left: 100px;
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background-color: #2196f3;
    font-size: 14px;
    cursor: pointer;
}

.popwin_model {
    width: 500px;
    height: 155px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

.popwin_model .login_model_top {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background-color: #2196f3;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.popwin_model .login_model_middle {
    height: 150px;
    padding: 28px 30px;
    background-color: #fff;
}

.login_model_middle .popwim_middle_center {
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.popwim_middle_center .popwim_tip {
    font-family: Roboto-Regular, Microsoft YaHei, Arial, serif;
    font-size: 14px;
    background: none;
    color: #36383c;
    line-height: 17px;
    min-height: 50px;
    width: auto;
    max-height: 60px;
    overflow: auto;
}

.login_model_middle .popwim_middle_center .tip_icon {
    width: 30px;
    height: 40px;
    float: left;
    background: url("../login/imgs/icon_tip.png") no-repeat;
    margin-right: 15px;
}

.model_middle_bottom .ok_btn {
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background-color: #2196f3;
    font-size: 14px;
    cursor: pointer;
}

.resetPwdField .uee-field-req, .uee-field-label{
    padding-bottom: 0;
}

.radomNumSms {
    font-size: 14px;
    background: #0ea5f3;
    color: #f0f0f0;
    cursor: pointer;
    position: absolute;
    margin-top: -43px;
    right: 80px;
    height: 28px;
    border-radius: 5px;
}

.errorTip {
    font-size: 12px;
    color: red;
    width: 300px;
    height: 30px;
}

#pwd_model {
    width: 400px;
    height: 50px;
    position: relative;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

#pwd_model .pwd_model_top {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background-color: #2196f3;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.pwd_model_top .model_close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%);
    cursor: pointer;
    background: url("../login/imgs/popwin_close.png") no-repeat;
}

#pwd_model .pwd_model_middle {
    height: 125px;
    padding: 28px 30px;
    background-color: #fff;
}

.pwd_model_middle .model_middle_center {
    width: 100%;
    height: 42px;
}

.model_middle_bottom .true_btn {
    float: right;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background-color: #2196f3;
    font-size: 14px;
    cursor: pointer;
}

.spinner {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .5);
}

.spinner img {
    width: 28px;
    padding-bottom: 10px;
}

.loadingText {
    color: white;
}