.inforInputBox{
    width:100%;
    margin-top:0.22rem;
    font-size: 0.28rem;
}
.inforwrapper{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    box-sizing: border-box;
    padding-left:0.3rem;
    background: #fff;
    position: relative;
}
.inforwrapper span{
    flex:2;
}
.inforwrapper input{
    flex:8;
    box-sizing: border-box;
}
.personName,.telphone{
    background: #fff;
    position: relative;
}
.border1px::after{
    content:'';
    display:block;
    width:100%;
    height:1px;
    background:#D8D8D8;
    position: absolute;
    left:0;
    bottom: 0;
    transform:scale3d(1,0.5,1);
    -webkit-transform: scale3d(1,0.5,1);
    -webkit-transform-origin:0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.inforInputBox input{
    background:#fff;
    height: 0.4rem;
    padding-left:0.3rem;
    padding-top:0.30rem;
    padding-bottom:0.30rem;
    display: block;
    box-sizing: content-box;
    font-size: 0.30rem;
}
input::-webkit-input-placeholder{
    color:#9B9B9B;
    font-size: 0.28rem;
}
.queryBtn{
    margin-top:0.4rem;
    padding:0 0.3rem;
}
.queryBtn button{
    background: #FF4760;
    color:#fff;
    width:100%;
    border-radius: 2px;
    height: 0.9rem;
    font-size:0.3rem;
}
.smsBtn{
     position: absolute;
     right:0.25rem;
     outline: none;
     background: #fff;
     color: #4A90E2;
     font-size: 0.28rem;
}
.inforBtnbox button:last-child{
    background:transparent;
    color: #666;
}