* {
    padding: 0;
    margin: 0;
    background: #F2F3FF;
    font-size: 10px;
}

.container-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.container {
    /*align-items: center;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    flex: 1;
    padding: 0 2.8rem;
}

input {
    caret-color: #56A5FF;
}

.app-title {
    font-family: SFPro, SFPro;
    font-weight: 900;
    font-size: 2rem;
    background-image: linear-gradient(to right,#FF004A,#8560D6);
    background-clip: text;
    color: transparent;
    text-align: center;
    margin: 1.5rem 0;
}

.frame-bg {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 1.5rem;
    min-height: 50%;
}

.tips-title {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 900;
    margin: 1rem 0 2rem;
    background: #FFFFFF;
}

.tips-desc {
    font-size: 1.5rem;
    /*color: #FFFFFF;*/
    font-weight: 600;
    padding-bottom: 2rem;
    background: #FFFFFF;
}

.step2-desc {
    font-weight: 600;
    font-size: 1.5rem;
    /*color: #FFFFFF;*/
    margin-top: 4rem;
    margin-bottom: 12rem;
    display: none;
    background: none;
}
.step2-btn {
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    /*background: #FFFFFF;*/
    border-radius: 0.8rem;
    font-size: 1.5rem;
    display: none;
}

.tips1,
.tips2,
.tips3,
.tips4 {
    background: #FFFFFF;
    font-size: 1.2rem;
    /*color: #FFFFFF;*/
    /*margin-bottom: 2rem;*/
    padding-bottom: 2rem;
}

.email-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    background: #FFFFFF;
}
.ready-btn {
    /*margin-bottom: 2rem;*/
    height: 4rem;
    background: #FF004A;
    border-radius: .8rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8rem;
    line-height: 4rem;
}
.success-wrap {
    text-align: center;
}
.status-wrap {
    flex: 1;
    padding: 0 2.8rem;
}
.delete-tip1,
.success-tip {
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    color: #000000;
    background: #FFFFFF;
}

.delete-tip1{
    margin-top: 3rem;
}


.fail-wrap {
    text-align: center;
}

.fail-tip1 {
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    color:#FF004A;
    background: #FFFFFF;
}
.delete-tip2,
.fail-tip2 {
    padding: 0 2.6rem;
    margin: 5rem 0 9rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    color:#FF004A;
    background: #FFFFFF;
}
.delete-tip2{
    color:#000000;
    font-weight: 400;
}

.delete-btn,
.try-btn {
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    color: #FFFFFF;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    background: #FF004A;
}

.form-wrap {
    margin: 0 3rem;
}

.email-title{
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 1.5rem 0;
    background: #FFFFFF;
}

.email-wrap {
    margin-top: 4rem;
    background: #FFFFFF;
}
.email-input-wrap {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 1rem 2rem;
    height: 4rem;
    box-sizing: border-box;
    border-radius: 0.8rem;
    border: 1px solid #000000;
}
.password-tips,
.email-tips {
    font-size: 1.4rem;
    color: #FF3E30;
    margin: 0.2rem 0 1rem;
    visibility: hidden;
    background: #FFFFFF;
}
.code-input-wrap {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 1rem 2rem;
    height: 4rem;
    box-sizing: border-box;
    border-radius: 0.8rem;
}
.code-text {
    color: #56A5FF;
    font-size: 1.4rem;
    background-color: #FFFFFF;
}

.code-tips {
    font-size: 1.4rem;
    color: #FF3E30;
    margin: 0.2rem 0 3rem;
    visibility: hidden;
}

.form-input {
    background-color: #FFFFFF;
    border: none;
    outline: none;
    width: 100%;
    color: #999999;
    font-size: 1.4rem;
}
input::-webkit-input-placeholder
{
    /* WebKit browsers */
    color: #999999;
}

.password-input-wrap {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 1rem 2rem;
    height: 4rem;
    box-sizing: border-box;
    border-radius: 0.8rem;
    border: 1px solid #000000;
}

.ready-btn{
    border-radius: 1rem;
    height: 4rem;
    line-height: 4rem;
    background: #FF004A;
    color:#FFFFFF;
    font-size: 1.4rem;
    text-align: center;
}

.password-wrap {
    background: #FFFFFF;
}

.password-tips-wrap {
    text-align: right;
    font-size: 1.2rem;
    color: #999999;
}

.password-tips-wrap {
    display: flex;
    justify-content: flex-end;
}

.form-btn {
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    border-radius: 0.8rem;
    font-size: 1.5rem;
    color: #FFFFFF;
    opacity: 0.5;
    background: #FF004A;
}

.policy-frame{
    position: relative;
    height: 2rem;
    padding: 0 2.9rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: flex-end;
}

.policy-info{
    display: flex;
    justify-content: space-around;
    opacity: .6;
}

.policy-info div{
    line-height: 1.5rem;
    font-size: 1.2rem;
    color: #000000;
    margin: 0 .6rem;
}

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

/*.term-label,*/
/*.policy-label {*/
/*    background-color: transparent;*/
/*    padding: 0.75rem 1.5rem 0.75rem;*/
/*}*/
.divid-line{
    margin: 4rem 1rem 2rem 1rem;
    display: flex;
    justify-content: space-around;
    background: #FFFFFF;
    opacity: .3;
}
.segment-line{
    width: 40%;
    height: .1rem;
    background: #000000;
    transform: translateY(1rem);
}
.divid-font{
    background: #FFFFFF;
    font-size: 1.4rem;
}
.google-login{
    display: flex;
    justify-content: center;
    background: #FFFFFF;
}
.google-btn{
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.2);
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}
.google-logo{
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF;
}

.delete-warp{
    margin: 0 3rem;
}
.popup-box{
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-dialog{
    width: 27rem;
    height: 19rem;
    background: rgba(242,242,242,0.8);
    backdrop-filter: blur(2rem);
    border-radius: 1.4rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.dialog-tit{
    width: 24rem;
    height: 3rem;
    text-align: center;
    line-height: 2.2rem;
    font-weight: 600;
    color:#000000;
    font-size: 1.7rem;
    background: transparent;
}
.dialog-tips{
    width: 24rem;
    height: 4rem;
    text-align: center;
    line-height: 2.2rem;
    color:#000000;
    font-size: 1.3rem;
    background: transparent;
}

.dialog-line{
    width: 100%;
    background: rgba(60,60,67,0.29);
}

.dialog-btn{
    background: transparent;
    font-size: 1.7rem;
    color: #0476D0;
}
