.offline-consult {
  align-items: center;
  background: #5d8ff7;
  border-radius: 4px 0 0 4px;
  bottom: 35%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  display: flex;
  font: 12px/30px "Microsoft YaHei", sans-serif;
  height: 30px;
  overflow: hidden;
  padding: 0 8px 0 3px;
  position: fixed;
  right: 0;
  text-decoration: none !important;
  z-index: 9998;
}

.offline-consult img {
  border-radius: 50%;
  height: 27px;
  margin-right: 4px;
  object-fit: cover;
  width: 27px;
}

.offline-consult:hover {
  background: #477de8;
}

