.jw-kf-float {
  font-size: 100%;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  z-index: 20;
}
.jw-kf-float a {
  opacity: 0.6;
  margin-top: -3px;
  display: block;
  position: relative;
}
.jw-kf-float a:hover {
  opacity: 1;
}
.jw-kf-float a:hover > .phone {
  display: flex;
}
.jw-kf-float a:hover > .qrcode {
  display: block;
}
.jw-kf-float a img {
  width: 5rem;
  height: 5rem;
}
.jw-kf-float .phone {
  position: absolute;
  background-color: #f78616;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0.2rem;
  left: -10rem;
  align-items: center;
  padding: 0 0.4rem;
  display: none;
}
.jw-kf-float .phone img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.4rem;
}
.jw-kf-float .phone span {
  color: white;
  font-size: 1.4rem;
}
.jw-kf-float .qrcode {
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 6rem;
  background-color: white;
  border: 1px solid #ccc;
  padding: 1rem;
}
/*# sourceMappingURL=kf.css.map */