*{margin: 0;padding: 0;}
#signUp{
    height: 567px;
}
.subTable{
    width: 100%;
    /* border: 1px solid orange; */
    border-radius: 0.05rem;
    font-size: 0.18rem;
    padding: 0.05rem;
    /* color: #fff; */
}
.subTable div{
    margin: 0.1rem auto;
    height: 40px;
    border: 1px solid #0a83d7;
    border-radius: 0.05rem;
    line-height: 40px;
    /* background-color: #3aa4ef; */
}
.subTable div p,.subTable div span,.subTable div i{
    float: left;
}
.subTable div i{
        line-height: 42px;
        margin-left: 0.02rem;
        font-size: 27px;
}
.subTable div span{
    margin-left: 0.04rem;
    font-weight: bold;
}
.subTable div p input{
    font-size: 0.18rem;
    border: 0;
    outline: 0;
        padding-left: 14px;
    background-color: transparent;
}
.subTable>input{
    width: 100%;
    text-align: center;
    line-height: 0.3rem;
    margin: 0.1rem auto;
    font-size: 0.2rem;
    background: blue;
    color: #fff;
    border: 0;
    border-radius: 0.06rem;
}