.right-floating-box {
  position: fixed;
  right: 10px;
  top: 250px;
  z-index: 10;
  display: none;
}
.right-floating-box .div {
  width: 70px;
  height: 70px;
  background: #e05f2b;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  position: relative;
}
.right-floating-box .div .floating {
  display: none;
  position: absolute;
  right: 75px;
  top: 0;
  z-index: 1;
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.right-floating-box .div .floating .mobile {
  color: #333;
  width: 150px;
  font-weight: bold;
  font-size: 20px;
}
.right-floating-box .div:hover .floating {
  display: block;
}
.right-floating-box .div .zsf-icon {
  font-size: 24px;
}
.right-floating-box .div .span {
  font-size: 12px;
  margin-top: 6px;
}
/*# sourceMappingURL=component-right-floating.css.map */