.service-btn-wrap[data-v-f8a3ec12] {
  width: 6rem;
  height: 6rem;
  position: fixed;
  z-index: 499;
  border-radius: 2.6rem;
  background: none;
  padding: .5rem;
  text-align: center;
  cursor: pointer;
}
.service-btn-wrap .kefu[data-v-f8a3ec12] {
    width: 100%;
    display: block;
    margin: auto;
}
.service-btn-wrap .down[data-v-f8a3ec12] {
    position: absolute;
    left: 50%;
    top: -3rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1.4rem;
    -webkit-animation: 0.4s float-data-v-f8a3ec12 linear infinite alternate;
    animation: 0.4s float-data-v-f8a3ec12 linear infinite alternate;
}
@-webkit-keyframes float-data-v-f8a3ec12 {
from {
    top: -1.8rem;
}
to {
    top: -1.1rem;
}
}
@keyframes float-data-v-f8a3ec12 {
from {
    top: -1.8rem;
}
to {
    top: -1.1rem;
}
}

