#server {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 1%;
}

.online_one li {
  margin-bottom: 3px;
  font-size: 0;
  width: 70px;
  height: 70px;
  right: 0;
  position: relative;
  border-radius: 4px;
  padding: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
}

.online_one li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #00c184;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0;
  border-radius: 4px;
  padding: 10px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.icon-font {
  display: block;
  height: 28px;
  width: 100%;
}

.icon-font:after {
  content: '';
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 30px);
  background-position: -30px -208px;
  background-image: url('../image/kf.png');
}

.wz {
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 5px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tel_phone {
  position: absolute;
  z-index: 1;
  padding: 5px;
  width: 110px;
  right: calc(100% + 5px);
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
  box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
  color: #fff;
  font-size: 14px;
  line-height: 60px;
}

.show {
  right: calc(100% + 118px);
  opacity: 1;
  visibility: visible;
}

.icon-top:after {
  background-image: url('../image/icon_spirit.png');
  background-position: -30px -60px;
}

.icon-message:after {
  background-position: -30px -170px;
}

@media screen and (min-width: 601px) {
  #_aihecong_chat_container_body ._aihecong_chat_iframe {
    right: 90px !important;
  }
}
