.userInfo-container-mask {
    user-select: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    top: 0;
    z-index: 5;
}

.login-container .submit .el-loading-spinner i {
    color: #dddddd;
}

.userInfo-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
}

.input {
    box-sizing: border-box;
    width: 300px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    outline: none;
    text-indent: 14px;
    display: block;
}
.input:focus {
    border: 1px solid #f15b1e;
}
.input::-webkit-input-placeholder {
    color: #999999;
}
.input::-moz-placeholder {
    color: #999999;
}
.input:-ms-input-placeholder {
    color: #999999;
}

.header {
    font-weight: 500;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: relative;
}
.header .iconfont {
    cursor: pointer;
    font-size: 13px;
    color: #8E9199;
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main {
    padding: 0 26px 21px;
}
.main .errorMessage {
    color: #ff0000;
    display: flex;
}
.main .errorMessage img {
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.submit {
    cursor: pointer;
    width: 300px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #F15B1E;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
}
.submit.disabled {
    background: #A5AAB2;
    cursor: not-allowed;
}
.login-container {
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    line-height: 1.3;
    width: 352px;
    height: 290px;
}
.login-container.error {
    height: 308px;
}
.login-container.error .main .submit {
    margin-top: 32px;
}
.login-container.error .main .errorMessage {
    top: 190px;
}
.login-container .main {
    position: relative;
    font-size: 14px;
    padding: 24px 26px 35px;
    border-radius: 6px;
    background-color: #FFFFFF;
}
.login-container .main .icon-btn_right_close_defa {
    position: absolute;
    cursor: pointer;
    font-size: 13px;
    color: #8E9199;
    right: 22px;
    top: 16px;
}
.login-container .main .logo {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-container .main .logo img {
    width: 151px;
    height: 26px;
}
.login-container .main .errorMessage {
    top: 44px;
    left: 14px;
}
.login-container .main .username {
    margin-top: 24px;
    position: relative;
}
.login-container .main .password, .login-container .main .code {
    margin-top: 16px;
    position: relative;
}
.login-container .main .code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-container .main .code input {
    width: 170px;
}
.login-container .main .code div {
    cursor: pointer;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #F15B1E;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
}
.login-container .main .code div.disabled {
    cursor: not-allowed;
    background-color: #A5AAB2;
}
.login-container .main .loginErrorMessage {
    padding-left: 19px;
    margin: 10px 0;
    text-align: left;
}
.login-container .main .toggleCode-forget-password-container {
    margin-top: 13px;
}
.login-container .main .toggleCode-forget-password-container span {
    cursor: pointer;
    color: #999999;
    float: right;
    overflow: hidden;
}
.login-container .main .toggleCode-forget-password-container span:after {
    content: "";
    overflow: hidden;
    clear: both;
    display: block;
}
.login-container .main .toggleCode-forget-password-container .forget-password {
    float: left;
}
.login-container .main .toggleCode-forget-password-container .toggleCode {
    float: right;
}