.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.9rem;
    min-height: 5rem;
}
.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;
    padding: 0 0.4rem;
}
.card-head .tool a{
    color: #007AFF;
}
.code-body{
    padding: 0.5rem 0.66rem 0.5rem 0.74rem;
}
.card-body .pub-form{
    font-size: 0.18rem;
}
.card-body .form-agree-item{
    font-size: 0.15rem;
}
.card-body .pub-form .pub-form-item-label{
    min-width: 90px;
}
.pub-form-item-content{
    position: relative;
}
/* 协议复现框 */
.checkbox{
    cursor: pointer;
}
.checkbox label{
    cursor: pointer;
}
.checkbox label a{
    color: #007AFF;
}
#agreement{
    margin-right: 0.12rem;
    cursor: pointer;
}
/* 提交按钮 */
.card-body .login-btn{
    width: 2.8rem;
    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;
}
