.content-box {
    width: 100%;
}

.auth-box {
    padding: 32px 40px;
    margin: 55px auto 120px;
    max-width: 400px;
    border-radius: 8px;
    opacity: 1;
    background: #ffffffff;
}

.tag-box {
    display: flex;
    justify-content: center;
}

.tag {
    margin: 0 20px;
    color: #00000099;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.tag-active {
    color: #000000ff;
    font-size: 18px;
    font-weight: 500;
}

.tab-line-active {
    width: 29px;
    height: 4px;
    opacity: 1;
    background: #063c92ff;
    margin-top: 9px;
}

.form-box {
    margin-top: 24px;
}

.form-item {
    margin-top: 16px;
}

.form-item input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d9d9d9ff;
    background: #ffffffff;
    text-indent: 12px;
}

.form-item input::placeholder {
    color: #d9d9d9ff;
    font-size: 14px;
    font-weight: 400;
}

.form-item-password {
    display: none;
}

.form-sms-code-box {
    display: flex;
    align-items: center;
}

.form-sms-code-box label {
    width: 100%;
}

.form-sms-code-box input {
    width: calc(100% - 16px);
}

.get-sms-code {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #063c92ff;
    background: #063c92ff;
    color: #ffffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    cursor: pointer;
}

.login-notice {
    color: #0000004d;
    font-size: 13px;
    font-weight: 400;
    margin-top: 12px;
}

.login-button {
    width: 100%;
    border-radius: 4px;
    background: #dbdee2ff;
    padding: 9px 186px;
    color: #ffffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-top: 40px;
    cursor: not-allowed;
}

.privacy-policy {
    color: #00000099;
    font-size: 12px;
    font-weight: 400;
    margin-top: 16px;
}

.privacy-policy label {
    display: flex;
    align-items: center;
}

.privacy-policy input {
    margin-right: 8px;
}

.privacy-policy a {
    color: #c8a903;
}

.not-register {
    color: #0000004d;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
    text-align: center;
}

.not-register a {
    color: #063c92ff;
}

@media (max-width: 512px) {
    .auth-box {
        margin: 55px 16px 120px;
    }

    .login-button {
        padding: 9px 0;
    }
}
