/*your custom css goes here*/
/* 客服浮动 */
.customer_fix {
    position: fixed;
    top: 30%;
    right: 5%;
    animation: eleShow .5s ease both;
    flex-direction: column;
}