/*右侧客服*/
.aside-bar {
  position: fixed;
  z-index: 10;
  bottom: 10%;
  right: 10px;
  width: 80px;
  height: 300px;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(89, 89, 89, 0.25);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.aside-bar > li:not(.aside-divider) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
.aside-bar > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.aside-bar > li > a:hover {
  background-color: #F2FAFF;
}
.aside-bar > li > a > img {
  width: 26px;
  height: auto;
  display: block;
  margin-top: 6px;
}
.aside-bar > li > a > img.aside-img-hover {
  display: none;
}
.aside-bar > li > a:hover > img.aside-img-default {
  display: none;
}
.aside-bar > li > a:hover > img.aside-img-hover {
  display: block;
}
.aside-bar > li > a > p {
  margin: 6px 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
.aside-bar > li > a:hover > p {
  color: #2178FF;
}
.aside-divider {
  height: 1px;
  background-color: #DDE1E7;
  padding: 0!important;
  margin: 0;
  border: none;
  list-style: none;
  flex-shrink: 0;
}
.complainTS {
  display: none;
}
.complainBox .complainForm,
.complainForm,
.complainRecord {
  right: 100px !important;
  z-index: 1000 !important;
  top: -98px !important;
}
/*# sourceMappingURL=kefu.css.map */