.form-container {
    /*margin-top: 18rem;*/
    /*padding: 0 3rem;*/
}
.form-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #333333;
    line-height: 2.9rem;
    margin-bottom: 3rem;
    text-align: center;
}
.content-tip {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333333;
    line-height: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
}
.input-wrapper {
    position: relative;
    padding-bottom: 1.4rem;
}
.input-form-wrapper {
    height: 4.9rem;
    background: #F1F3F6;
    border-radius: 0.4rem;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    padding: 0 1rem;
}
.form-input {
    width: 100%;
    border: none;
    height: 2rem;
    background: rgba(241, 243, 246, 1);
    font-size: 1.4rem;
    color: #999999;
    outline: none;
}
input:hover,
input:focus {
    border: none;
}
input::-webkit-input-placeholder
 {
    /* WebKit browsers */
    color: #999999;
}
.input-tip {
    position: absolute;
    bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #FF3B30;
    line-height: 1.2rem;
}
.complete-btn {
    height: 4.8rem;
    background: rgba(0, 145, 255, 0.4);
    border-radius: 0.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 4.8rem;
    margin-top: 6rem;
    cursor: pointer;
}
@media screen and (max-width: 700px){
    .form-container {
        /*margin-top: 18rem;*/
    }
    .invite-title {
        font-size: 2rem;
        font-weight: 600;
    }
    .input-form-wrapper {
        width: 30rem;
    }
    .content-title {
        font-size: 2.4rem;
        color: #333333;
        line-height: 3.6rem;
    }
}
@media screen and (min-width: 701px){
    .input-wrapper {
        width: 410px;
    }
    .complete-btn {
        margin-top: 1rem;
    }
}
.complete-container {
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.success-container {
    text-align: center;
}
.success-tip1 {
    font-size: 2rem;
    font-weight: 600;
    color: #333333;
    line-height: 2.4rem;
    margin: 2rem 0 1rem;
}
.success-tip2 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #333333;
    line-height: 2.1rem;
}
.download-btn {
    margin: 3rem 0 1rem;
    height: 4.8rem;
    background: #0091FF;
    border-radius: 0.4rem;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
    /*max-width: 305px;*/
}
.link-btn {
    font-size: 1.4rem;
    font-weight: 400;
    color: #0091FF;
    line-height: 1.6rem;
    cursor: pointer;
}
.expired-tip {
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    line-height: 2.4rem;
    margin-top: 3rem;
}
.expired-container {
    text-align: center;
}
.status-img {
    width: 7rem;
    height: 7rem;
}