body{
    background-image: ;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}
.login_bg {
    background-image: ;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.form-bg {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 351px;
    /*max-height: 574px;*/
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.97);
}

.form-bg .right-form .form-content {
    width: 268px;
    margin: 0 auto;
    padding-top: 20px;
}

.form-bg .right-form .form-content .tab-way {
    font-size: 18px;
    color: #313131;
    padding: 50px 0 14px;
    text-align: center;
    border-bottom: solid 1px #e62b00;
    margin-bottom: 10px;
}

.form-bg .right-form .form-content .tab-way span:first-child {
    margin-right: 25px;
}

.form-bg .right-form .form-content .tab-way span {
    cursor: pointer;
    display: inline-block;
    width: 75px;
    text-align: center;
}

.form-bg .right-form .form-content .tab-way span:hover {
    color: #e62b00;
    transition: .3s;
}

.form-bg .right-form .form-content .tab-way .active {
    color: #e62b00;
    transition: .3s;
}

.form-bg .right-form .not-user {
    margin: 125px auto 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.form-bg .right-form .not-user a {
    font-size: 14px;
    color: #588528;
}

.form-bg .right-form .have-user {
    margin: 125px auto 0;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

.form-bg .right-form .have-user a {
    font-size: 14px;
    color: #588528;
}

.layui-form-label {
    float: unset !important;
    display: unset !important;
    padding: 0 !important;
    color: #333333 !important;
    font-size: 14px !important;
    margin-bottom: 6px;
}

.layui-input-block {
    margin-left: 0 !important;
}

.login-input {
    border-radius: 4px !important;
    border: solid 1px #656565 !important;
    padding: 10px 5px;
    background: unset;
    width: 100%;
    box-sizing: border-box;
}

.verifycode {
    display: flex;
    align-items: center;
    /* width: 100%; */
}

.verifycode .login-input {
    width: 137px !important;
}

.code {
    width: 110px;
    height: 34px;
    display: block !important;
    margin-left: 10px;
}

.login-part {
    text-align: center !important;
}

.login-btn {
    margin-top: 48px;
    font-size: 18px !important;
    width: 100% !important;
    background: #588528 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 4px !important;
}