html,
body {
    height: 100%;
}

.sign__warp {
    height: 100%;
    position: relative;
}

.sign__warp .sign_background {
    background: url(/image/sign_bj_1.webp) no-repeat;
    background-size: cover;
    width: 60%;
    height: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15%;
}

.sign__warp .sign_warpper {
    background: #fff;
    border-radius: 30px 0 0 30px;
    height: 100%;
    width: 41.5%;
    position: absolute;
    right: 0;
    top: 0;
}


.sign__warp .sign__logo {
    position: fixed;
    left: 300px;
    top: 10%;
}

.sign__warp .sign__logo img {
    width: 254px;
}

.sign__form {
    display: none;
    position: relative;
    text-align: center;
    width: 380px;
}

.sign__form.display {
    display: block;
}

.sign__form .logo {
    width: 238px;
}

.sign__form h2 {
    color: #141414;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.sign__form .input__box {
    position: relative;
    margin-bottom: 22px;
}

.sign__form .input__box input {
    height: 44px;
    border: 1px solid #D8D8D8;
    background: none;
    border-radius: 30px 30px 30px 30px;
    width: 100%;
    padding-left: 24px;
    font-size: 16px;
}

.sign__form .input__box input.required {
    border: 1px solid #fa5246;
}

.sign__form .input__box input::placeholder {
    color: #D8D8D8;
    font-size: 14px;
}

.sign__form .input__box img {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
}

.sign__form .input__box i.iconfont {
    position: absolute;
    right: 24px;
    color: #01c30e;
    top: 14px;
    font-size: 16px;
    display: none;
}

.sign__form .sign__tips {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    color: #fa5246;
    background-color: #fff1f0;
    margin-bottom: 10px;
    opacity: 0;
    border-radius: 20px;
}

.sign__form .sign__tips img {
    width: 20px;
    margin-right: 10px;
}

.sign__form .sign__tips.show {
    opacity: 1;
}

.sign__form .forgotPassword {
    text-align: right;
    display: block;
    color: #6E7B84;
}

.sign__form .forgotPassword:hover {
    color: #0088FF;
}

.sign__form .submit {
    height: 57px;
    background: #141414;
    border-radius: 57px;
    width: 100%;
    margin-top: 19px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 4px;
    cursor: pointer;
}

.sign__form .submit:hover {
    background: #000;
}

.sign__form .submit img {
    display: none;
    width: 60px;
}

.sign__form .submit.loading img {
    display: block;
}

.sign__form .submit.loading span {
    display: none;
}

.sign__form .toLogin:hover,
.sign__form .toLogin:hover,
.sign__form .createAccount:hover {
    text-decoration: underline;

}
.sign__form .toLogin,
.sign__form .createAccount,
.sign__form .remember {
    color: #999999;
    font-size: 12px;
    cursor: pointer;
}

.sign__form .remember span {
    width: 14px;
    height: 14px;
    border: 1px solid #D8D8D8;
    border-radius: 14px;
    margin-right: 5px;
}
.sign__form .remember span i {
    display: none;
}
.sign__form .remember.active span {
    color: #3DB044;
    border: none;
}
.sign__form .remember.active span i{
    display: block;
}
.sign__form .remember:hover {
    color: #3DB044;
}
.beian {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    text-align: center
}

.beian:hover {
    color: #0088FF;
}