body {
    background: #fff;
}

#app {
    background: url(../../../img/bg.png) no-repeat center top;
    background-size: cover;
}

.qr-code-wx .el-dialog__body {
    padding-top: 0;
}

.ksdl {
    margin-top: 10px;
}

.ksdl a {
    font-size: 24px;
}

.login-top {
    height: 48px;
    background-color: rgb(255 255 255 / 100%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.link {
    width: 1000px;
    line-height: 48px;
    text-align: right;
}
.link a {
    margin-left: 20px;
}
.link span {
    margin-left: 10px;
    color: #ccc;
}
.link .st_0 {
    display: none;
}

.login-top .login-logo {
    padding-left: 30px;
}

.login-top .login-logo img {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
}

.login-top .logo-back {
    height: 70px;
    line-height: 70px;
    padding-right: 24px;
}

.login-content {
    overflow: hidden;
    padding-bottom: 60px;
    box-shadow: 0px 2px 12px 0px rgba(182, 192, 219, 0.2);
    padding-top: 20%;
    padding-right: 140px;
}

.login-content .login-banner {
    width: 410px;
    height: 345px;
    box-shadow: 0px 2px 12px 0px rgba(182, 192, 219, 0.2);
    margin-left: 140px;
}

.login-content .login-form {
    width: 380px;
    overflow: hidden;
    padding-bottom: 30px;
    background: #ffffff;
    border: 1px solid #dfe3f1;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 1px 2px 5px 4px #eaeaea;
}

.login-content .login-form h3 {
    height: 31px;
    font-size: 24px;
    color: #333333;
    line-height: 31px;
    text-align: center;
    margin-bottom: 25px;
}

.login-content .login-form .input-box {
    margin-bottom: 20px;
    width: 300px;
    height: 44px;
    border-radius: 2px;
    border: 1px solid #dfe3f1;
}

.login-content .login-form .input-box:last-child {
    margin-bottom: 0;
}

.login-content .login-form .input-box .input-icon {
    width: 42px;
    height: 42px;
    background: #f1f6fe;
    border-radius: 2px 0px 0px 2px;
    text-align: center;
    line-height: 42px;
    float: left;
}

.login-content .login-form .input-box .input-icon i {
    display: inline-block;
    vertical-align: middle;
}

.login-content .login-form .input-box .input-text {
    width: 255px;
    float: left;
}

.login-content .login-form .input-box .input-text.el-input {
    height: 42px;
    line-height: 42px;
}

.login-content .login-form .input-box .input-text.el-input input {
    height: 42px;
    line-height: 42px;
    border: none;
}

.login-content .login-form .reset-psd {
    text-align: right;
    margin-top: 17px;
    margin-bottom: 18px;
}

.login-content .login-form .reset-psd a {
    font-size: 14px;
    color: #3c7ee5;
    line-height: 19px;
}

.login-content .login-form .input-submit {
    width: 300px;
    height: 44px;
    background: #3c7ee5;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    display: block;
    font-size: 16px;
}

.login-content .login-form .input-reg {
    margin-top: 17px;
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    text-align: left;
}

.login-content .login-form .input-reg a {
    color: #3c7ee5;
}
.check-box {
    width: 200px;
    display: inline;
}
.check-box .tip {
    padding: 2px 8px;
    color: #8fa2d2;
    border: 1px solid #96b7ea;
    background-color: #f1f5ff;
    position: absolute;
    display: inline-block;
    margin-left: 97px;
}
.check-box .tip:before {
    position: absolute;
    top: 5px;
    right: -6px;
    content: "";
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #96b7ea;
}
.check-box .img {
    position: relative;
    cursor: pointer;
    float: right;
}
.check-box .img .cover {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -2px;
    border-width: 60px 0 0 60px;
    border-style: solid;
    border-color: transparent #fff;
}
.check-box .img img {
    width: 70px;
}
.qrcode-box {
    clear: both;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.qrcode-box .tip {
    font-size: 12px;
    text-align: center;
}
.qrcode-box img {
    width: 220px;
}
