.customer-service-container {
    position: fixed;
    bottom: 20px;
    right: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999;
}
.service-phone {
    background-image: url("/mobile/wap/images/service_phone.png");
}
.service-online {
    background-image: url("/mobile/wap/images/service_online.png");
}
.customer-service-button {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    /*background-color: #00bfff;*/
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 8px;
}
.customer-service-icon {
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}