
.login-container {
    box-sizing: border-box;
    padding-top: 110px;
    padding-bottom: 116px;
    background: url(../images/login/bg-login.png) no-repeat 10px center;
    background-size: 100%;
}

.login-container .login-wrap {
    position: relative;
    width: 384px;
    height: 374px;
    padding: 35px 32px 0 32px;
    background-color: #fff;
    box-shadow: 0 1px 9px 0 rgba(204, 204, 204, .42);
    line-height: 1;
    font-family: PingFang-SC-Medium;
}

.login-container .login-wrap h3 {
    font-size: 18px;
    color: #333;
}

.err-msg {
    position: absolute;
    top: 66px;
    padding-left: 20px;
    width: 320px;
    height: 20px;
    font-size: 12px;
    color: #df3028;
}

.err-msg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(../images/login-icon.png) no-repeat center;
    background-size: 100%;
}

.login-wrap .content {
    margin-top: 39px;
}

.login-wrap .input-wrap {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 17px;
    width: 320px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
    font-size: 14px;
    color: #333;
}

.input-wrap input {
    padding-left: 16px;
    width: calc(100% - 30px);
    border: none;
    height: 38px;
    line-height: 38px;
}

input:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.account-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/login-close.png) no-repeat;
    right: 8px;
    top: 11px;
    cursor: pointer;
}

.pwd-show-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/pwd_hide.png) no-repeat;
    background-size: 100%;
    right: 5px;
    top: 8px;
    cursor: pointer;
}

.pwd-hide-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/pwd_show.png) no-repeat;
    background-size: 100%;
    right: 5px;
    top: 8px;
    cursor: pointer;
}

#nc {
    margin-bottom: 17px;
    width: 320px;
    height: 40px;
}

#loginBtn,
#ipValidateBtn {
    border: none;
    width: 320px;
    height: 40px;
    background-color: #ff7200;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}

#loginBtn:hover,
#ipValidateBtn:hover,
#sendCodeBtn:hover {
    background-color: #ff831f;
}


.login-wrap .foot {
    margin-top: 20px;
}

.foot a {
    margin: 0;
}

#register {
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #ff7200;
}

#register:hover {
    color: #ff831f;
}

#forgetPwd {
    float: right;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

#forgetPwd:hover {
    color: #333;
}

#ipModal {
    padding-bottom: 54px;
    display: none;
}

#ipModal .content {
    margin: 0 auto;
    width: 320px;
}

.ip-tip {
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

#ipModal .input-wrap {
    margin-bottom: 17px;
    width: 320px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}

#ipModal .code-input-wrap {
    float: left;
    width: 196px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}

.code-input-wrap input {
    padding-left: 16px;
    width: calc(100% - 30px);
    border: none;
    height: 38px;
    line-height: 38px;
}

#sendCodeBtn {
    float: right;
    width: 94px;
    height: 40px;
    background-color: #ff7200;
    border-radius: 2px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

#ipNc {
    margin-top: 17px;
    width: 320px;
    height: 40px;
}

.validate-warp {
    position: relative;
    padding-top: 34px;
}

.ip-err-msg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 7px 0;
    padding-left: 20px;
    width: 320px;
    height: 20px;
    font-size: 12px;
    color: #df3028;
}

.ip-err-msg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(../images/login-icon.png) no-repeat center;
    background-size: 100%;
}

/* 阿里滑动验证码样式自定义 */
/*.nc_scale {*/
/*    height: 40px !important;*/
/*}*/

/*.nc-lang-cnt {*/
/*    line-height: 40px !important;*/
/*}*/

/*.nc_iconfont.btn_slide,*/
/*.nc_iconfont.btn_ok {*/
/*    height: 40px !important;*/
/*    line-height: 40px !important;*/
/*}*/

/* layer 弹窗样式 */
.layui-layer-title {
    font-size: 18px !important;
}

.layui-layer-content {
    height: auto !important;
}

.slogan-container {
    position: relative;
}

.slogan-title {
    position: absolute;
    left: 110px;
    top: 10px
}

.ali-captcha-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    border-radius: 4px;
    background-color: #f1f1f2;
    color: #aaa;
}