/* 主体内容部分 */
.wraps{
    position: absolute;
    top: .84rem;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 90%;
    padding: .2rem .22rem;
    margin-bottom: 0rem;
    background: #f0f0f0;
}
.tel_icon{
    width: 2.73rem;
    height: 2.6rem;
    margin: auto;
    margin-top: .4rem;
    background: url('../images/tel_icon.png') no-repeat;
    background-size: cover;
}
.conts{
    text-align: center;
}
.conts input{
    width: 3.58rem;
    height: .5rem;
    margin-top: .5rem;
    line-height: .5rem;
    text-align: center;
    color: #333;
    font-size: .24rem;
    border: .01rem solid #999;
    border-radius: .08rem;
    background: #fff;
}
.conts input::placeholder{
    color: #bbb;
}
.conts>p{
    margin-top: .3rem;
    font-size: .24rem;
    color: #666;
}
.conts .bth{
    width: 1.8rem;
    height: .5rem;
    margin-top: .5rem;
    text-align: center;
    line-height: .48rem;
    border: .01rem solid #f6594e;
    border-radius: .1rem;
    color: #f6594e;
    font-size: .22rem;
}