/*客服弹窗*/
.customer_service{
    font-size: 1.13rem;
    width: 21.5rem;
    height: 29.88rem;
    padding:2rem;
    text-align: center;
}
.customer_service .close{
    width: 1.63rem;
    height: 1.63rem;
    float: left;
}
.customer_service h5{
    color: #101010;
    font-size: 1.13rem;
    width: 90%;
}
.customer_service p{
    font-size: 0.88rem;
}
.customer_service img{
    width: 16.88rem;
    height: 16.88rem;
}
.customer_service_dialog{
    border-radius: 1.25rem;

}