.banner{
    width: 100%;
    height: 9.2rem;
}

.main{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 忘记密码卡片 */
.main .card{
    width: 4.4rem;
    min-height: 3.6rem;
}
.card-head{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    background: #F5F5F5;
}
.card-body .pub-form{
    font-size: 0.18rem;
}
.card-body .pub-form .pub-form-item-label{
    min-width: 88px;
}

/* 提交按钮 */
.card-body .login-btn{
    width: 100%;
    height: 0.4rem;
    background: #007AFF;
    border: 0.01rem solid #007AFF;
    border-radius: 0.08rem;
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.2rem;
    cursor: pointer;
}
.card-body .login-btn:hover{
    background: #66b1ff;
    border-color: #66b1ff;
}
.card-body .register{
    margin-left: 0.2rem;
    cursor: pointer;
}
.card-body .forget-pwd{
    color: #007AFF;
    cursor: pointer;
}
.card-body .line{
    margin: 0 0.3rem;
}
.code-body{
    padding: 0.5rem 0.7rem 0.3rem 0.7rem;
}
.pub-form-item-content{
    position: relative;
}