.header-menu-bar,
.new-login-page-body {
    width: 1130px;
    margin: 0 auto;
}

.come-back-homePage-link {
    color: #666666;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.banner1 {
    /*position: absolute;*/
    width: 100%;
    height: 58vh;
    background: url(${pageContext.request.contextPath}/img/img002.png) no-repeat;
    background-position: center;
    background-size: 100%;
}

.new-login-welcome-sumbit {
    margin-left: 30px;
    font-size: 28px;
}

.new-login-page-banner {
    width: 100%;
    height: 550px;
    background: url('../img/new-login/new-login-banner.jpg') no-repeat;
    background-position: center;
    /*background-color: #fe6f33;*/
    background-size: cover;
}

.new-login-form-box {
    float: right;
    width: 400px;
    height: 504px;
    margin-top: 23px;
    background: #fff;
    border-radius: 10px;
}

.new-login-form-box .body {
    padding: 33px 58px;
    text-align: center;
}

.new-login-form-box .el-tabs__active-bar {
    display: none;
}

.new-login-form-box .el-tabs__item {
    width: 50%;
    padding: 0;
    text-align: center;
    line-height: 82px;
    height: 82px;
    font-size: 18px;
}

.new-login-form-box .el-tabs__nav {
    width: 100%;
}

.new-login-form-box .el-tabs__item[id="tab-first"]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: #EDEDED;
}

.new-login-form-box .el-tabs__nav-wrap::after {
    height: 1px;
    background-color: #EDEDED;
}

.new-register-form-box {
    padding: 45px;
}

.new-register-form-box .el-input__inner,
.new-login-form-box .el-input__inner {
    background: #F3F3F4;
    height: 34px;
    border: none;
    border-radius: 4px;
    line-height: 34px;
}

.new-register-form-box .el-input__inner:focus,
.new-login-form-box .el-input__inner:focus {
    outline: 1px solid #DCDCDC;
}

.new-register-form-box .el-button + .el-button,
.new-login-form-box .el-button + .el-button {
    margin-left: 0;
}

.login-getCode-button-box .el-input-group__append,
.register-getCode-button-box .el-input-group__append {
    right: 4px;
    top: 50%;
    padding: 0;
    width: 82px;
    border: none;
    position: absolute;
    transform: translateY(-50%);
}

.login-getCode-button-box .el-input-group__append .el-button,
.register-getCode-button-box .el-input-group__append .el-button {
    padding: 0;
    margin: 0;
    width: 100%;
}

.login-getCode-button-box .el-input-group__append .el-button:hover,
.register-getCode-button-box .el-input-group__append .el-button:hover {
    border: none;
    background: transparent;
}

.new-login-form-other .el-checkbox__label {
    font-size: 13px;
}



.new-register-page-body {
    position: relative;
    width: 518px;
    padding-top: 130px;
    margin: 0 auto;
}

.new-register-page-body .header-title {
    font-size: 23px;
    margin-bottom: 50px;
    color: #333333;
}

.new-register-page-body .el-card {
    border-radius: 10px;
}