
.form-wrap .section{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.form-wrap .section .label{
    font-size: 0.3rem;
    color: #333;
}
.form-wrap .section .ipt{
    box-sizing: border-box;
    width: 100%;
    height: 0.9rem;
    line-height: 0.6rem;
    padding: 0.15rem;
    font-size: 0.3rem;
}
.form-wrap .section .check-code{
    width: 1.56rem;
    height: 0.56rem;
    position: relative;
}
.form-wrap .section .check-code:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.form-wrap .section .check-code img{
    display: block;
    width: 100%;
    height: 100%;
}
.form-wrap .btn-wrap .smt{
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #ff6f00;
    border-radius: 0.4rem;
    font-size: 0.3rem;
    color: #fff;
}