* {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
}

body {
    padding-bottom: 2rem;
}

button {
    border: none;
}

.policy-info-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /*background: url("/static/wave.png") no-repeat;*/
    /*background-size: cover;*/
}

.policy-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 0.75rem;
    /*color: #FFFFFF;*/
    /*padding-bottom: 1.5rem;*/
}

.split-line {
    height: 1rem;
    width: 0.01rem;
    background: rgba(0, 0, 0, 0.6);
}

.term-label,
.policy-label {
    background-color: transparent;
    padding: 0.75rem 1.5rem 0.75rem;
}

.container-content {
    width: calc(100% - 4.8rem * 2);
    margin: 0 4.8rem;
}

.container-content-logo-icon {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 7.6rem calc((100% - 8rem) / 2) 1rem;
    background: url("/static/icon/logo.png") no-repeat;
    background-size: 100% 100%;
}

.container-content-title {
    font-family: SFPro, SFPro;
    font-weight: 900;
    font-size: 2rem;
    color: #000000;
    line-height: 2.4rem;
    text-align: center;
    font-style: normal;
}

.container-content-notic {
    font-family: SFPro, SFPro;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    margin: 2.2rem 0 2.5rem;
}

.container-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.container-model-form-title {
    font-family: SFPro, SFPro;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    margin-bottom: 3.5rem;
    background: transparent;
}

.container-model-form-item {
    background: #FFFFFF;
    border-radius: 0;
    border-bottom: 1px solid #656565;
    width: calc(100% - 1.5rem * 2);
    padding: 0 1.5rem;
    margin: 0 0 3rem;
    display: flex;
    align-items: center;
    position: relative;
}

.container-model-form-item-blue {
    border-color: #56A5FF;
}

.container-model-form-email-icon, .container-model-form-key-icon, .container-model-form-eye-icon, .container-model-form-eyeclose-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
}

.container-model-form-email-icon {
    background: url("/static/icon/email_black.png") no-repeat;
    background-size: 100% 100%;
}

.container-model-form-item-input {
    height: 3.8rem;
    padding: 0;
    border: none;
    background: transparent;
    width: calc(100% - 2rem - 0.8rem);
    outline: none;
}

.container-model-form-item-user::after, .container-model-form-item-password::after {
    display: block;
    font-family: SFPro, SFPro;
    font-weight: normal;
    font-size: 1.2rem;
    color: #FF3E30;
    line-height: 1.4rem;
    text-align: left;
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: -2rem;
}

.container-model-form-item-user::after {
    content: 'Invalid email format';
}

.container-model-form-item-password::after {
    content: 'Incorrect password';
}

.container-model-form-key-icon {
    background: url("/static/icon/key.png") no-repeat;
    background-size: 100% 100%;
}

.container-model-form-item-input-pwd {
    width: calc(100% - 2rem * 2 - 0.8rem * 2);
}

.container-model-form-item-error {
    border-color: #FF3E30;
}

.container-model-form-eye-icon {
    background: url("/static/icon/eye_1.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0.8rem;
    margin-right: 0;
}

.container-model-form-eyeclose-icon {
    background: url("/static/icon/eye.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 0.8rem;
    margin-right: 0;
}

.container-model-form-btn {
    width: 100%;
    height: 4rem;
    background: #FF8902;
    border-radius: 0.8rem;
    opacity: 0.5;
    font-family: SFPro, SFPro;
    font-weight: normal;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
}

.container-model-form-btn-submit, .container-model-form-btn-google {
    background: #FF6800;
    opacity: 1;
}

.container-model-form-btn-google {
    margin-top: 2rem;
}

.container-content-hr {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem;
}

.container-content-hr span {
    display: inline-block;
}

.container-content-hr span:first-child, .container-content-hr span:last-child {
    width: calc((100% - 1.5rem) / 2);
    height: 1px;
    background: #979797;
}

.container-content-hr span:nth-child(2) {
    width: 1.5rem;
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.2rem;
    color: #999999;
    line-height: 1.4rem;
    text-align: center;
    font-style: normal;
}

.container-content-google-icon {
    display: block;
    width: 3.38rem;
    height: 3.38rem;
    margin: 1.5rem auto 0;
    background: url("/static/icon/google.png") no-repeat;
    background-size: 100% 100%;
}

.container-model-remind {
    background: rgba(242, 242, 242, 0.8);
    border-radius: 1.4rem;
    backdrop-filter: blur(2rem);
    height: 19.4rem;
    width: calc(100% - 5.3rem * 2);
    margin: 30.9rem 5.3rem 0;
    overflow: hidden;
}

.container-model-remind p {
    background: transparent;
}

.container-model-remind-title {
    font-family: SFPro, SFPro;
    font-weight: 600;
    font-size: 1.7rem;
    color: #000000;
    line-height: 2.2rem;
    text-align: center;
    font-style: normal;
    padding-top: 1.9rem;
}

.container-model-remind-content {
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    padding: 2.5rem 4rem 4.8rem;
}

.container-model-remind-btn {
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.7rem;
    color: #007AFF;
    line-height: 2.2rem;
    text-align: center;
    font-style: normal;
    padding-top: 1.2rem;
}

.container-model-tips {
    margin: 11.3rem 4.8rem 17.2rem;
    background: #FFFFFF;
    border-radius: 1.2rem;
    overflow: hidden;
}

.container-model-tips-title {
    padding-top: 1.5rem;
    margin: 0 1.5rem 0.5rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 1.7rem;
    color: #000000;
    line-height: 2.2rem;
    text-align: center;
    font-style: normal;
}

.container-model-tips-notic {
    margin: 0 0rem 2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: left;
    font-style: normal;
}

.container-model-tips-p {
    margin: 0 0rem 1.5rem;
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: left;
    font-style: normal;
}

.container-model-tips-footer {
    display: flex;
    align-items: center;
    height: 4.4rem;
    box-shadow: inset 0 1px 0 0 #DDDDDD;
    border-radius: 0 0 1rem 1rem;
    background: #FFFFFF;
    border-top: 1px solid #DDDDDD;
}

.container-model-tips-footer span {
    display: inline-block;
    width: 1px;
    height: 4.4rem;
    background: #DDDDDD;
}

.container-model-tips-footer p {
    width: calc((100% - 1px) / 2);
    height: 4.4rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 1.7rem;
    color: #000000;
    line-height: 4.4rem;
    text-align: center;
    font-style: normal;
}

.container-model-tips-footer p:last-child {
    color: #0091FF;
}

.container-success-p {
    font-family: SFPro, SFPro;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    width: 100%;
    margin: 4rem 0 0;
}

.success-icon {
    display: block;
    width: 15.8rem;
    height: 9rem;
    background: url("/static/icon/success.png") no-repeat;
    background-size: 100% 100%;
    margin: 6rem calc((100% - 15.8rem) / 2) 0;
}

.error-icon {
    display: block;
    width: 21.9rem;
    height: 9.5rem;
    background: url("/static/icon/error.png") no-repeat;
    background-size: 100% 100%;
    margin: 6rem calc((100% - 21.9rem) / 2) 0;
}

.container-error-title {
    font-family: SFPro, SFPro;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    margin: 4rem 0rem 0;
    width: 100%;
}

.container-error-notic {
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.4rem;
    text-align: center;
    font-style: normal;
    margin: 3rem 8rem 0;
}

.container-error-btn {
    background: #FF6800;
    border-radius: 0.8rem;
    height: 4rem;
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    width: calc(100% - 4.8rem * 2);
    margin: 7.3rem 4.8rem 0;
}

.next-btn {
    width: 100%;
    height: 4rem;
    background: #FF8902;
    border-radius: 0.8rem;
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 4rem;
    text-align: center;
    font-style: normal;
    margin-top: 2.4rem;
}