body {
    background: #fff;
}

.register-top {
    height: 100px;
}

.register-top .register-logo {
    padding-left: 30px;
    width: 40%;
    line-height: 100px;
}

.register-top .register-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    max-height: 70px;
}

.register-top .logo-back {
    height: 100px;
    line-height: 100px;
    padding-right: 24px;
}

.register-content {
    padding-bottom: 16px;
    background: #ffffff;
    border: 1px solid rgba(182, 192, 219, 0.3);
    box-shadow: 0px 2px 12px 0px rgba(182, 192, 219, 0.4);
}

.register-content .reg-top {
    width: 960px;
    background: #ffffff !important;
    height: 50px;
    padding-left: 30px;
    text-align: left;
    margin: 0 auto; /* 水平居中 */
    padding-top: 40px;
}

.register-content .reg-top h3 {
    font-size: 20px;
    color: #454555;
    margin-right: 10px;
    line-height: 50px;
    display: inline-block;
}

.register-content .reg-top span {
    font-size: 12px;
    color: #454555;
    display: inline-block;
}

span.fl {}

.reg-content {
    padding-top: 60px;
}

.reg-content .reg-form {
    float: left;
}

.reg-content .reg-form .el-form-item {
    margin-bottom: 20px;
}

.reg-content .reg-form .el-form-item__content {
    width: 450px;
}

.reg-content .reg-form .reg-btn {
    display: block;
    text-align: center;
    width: 300px;
    height: 44px;
    background-color: #3369E3;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    line-height: 44px;
}

.reg-content .reg-form .reg-btn.disabled {
    background: rgba(206, 218, 238, 0.5); /* #cedaee 透明度 0.5 */
    color: rgba(43, 43, 43, 0.5) !important; /* #2b2b2b 透明度 0.5 */
    border: 1px solid rgba(206, 218, 238, 0.2); /* 边框颜色与背景一致，透明度 0.5 */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05); /* 小的阴影，透明度 0.1 */
}

.reg-login {
    width: 343px;
    float: right;
    height: 316px;
    padding-left: 80px;
    padding-right: 80px;
    border-left: 1px solid #dfe3f1;
}

.reg-login .login-title {
    height: 21px;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    margin-bottom: 56px;
}

.reg-login .login-title a {
    color: #3c7ee5;
}

.reg-login .login-other p {
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-bottom: 40px;
}

.reg-login .login-other a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 76px;
}

.reg-login .login-other a:last-child {
    margin-right: 0;
}
 .el-code-btn {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
            width: 95px;
        }

        .right-sidebar,
        .no-login-prompt,
        .friendly-link {
            display: none !important;
        }

        .footer {
            background: transparent;
            margin-top: 0;
        }

        .register-content {
            padding-bottom: 30px;
        }

        .footer .infomation {
            padding: 20px 0;
        }

        @media screen and (max-height: 880px) {

            .footer {
                position: static;
            }

        }
