.customer-service {
  width: 60px;
  position: fixed;
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 20;
}
.customer-service .customer-service-items {
  width: 44px;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin: auto;
  border-radius: 8px;
  padding: 6px;
}
.customer-service .customer-service-items .item {
  width: 32px;
  height: 32px;
  padding-top: 6px;
  position: relative;
}
.customer-service .customer-service-items .item a {
  width: 100%;
  height: 100%;
}
.customer-service .customer-service-items .item a .item-icon {
  width: 20px;
  height: 20px;
  margin: auto;
}
.customer-service .customer-service-items .item a .item-icon.icon1 {
  background: url("/images/customerservice/kefu-01.png") no-repeat center;
  background-size: 20px;
}
.customer-service .customer-service-items .item a .item-icon.icon2 {
  background: url("/images/customerservice/kefu-02.png") no-repeat center;
  background-size: 20px;
}
.customer-service .customer-service-items .item a .item-icon.icon3 {
  background: url("/images/customerservice/kefu-03.png") no-repeat center;
  background-size: 20px;
}
.customer-service .customer-service-items .item a .item-icon.icon4 {
  background: url("/images/customerservice/kefu-04.png") no-repeat center;
  background-size: 20px;
}
.customer-service .customer-service-items .item a .item-icon.icon5 {
  background: url("/images/customerservice/kefu-05.png") no-repeat center;
  background-size: 20px;
}
.customer-service .customer-service-items .item a .item-icon.icon6 {
  background: url("/images/customerservice/kefu-06.png") no-repeat center;
  background-size: 20px;
}
.customer-service .customer-service-items .item a .item-icon.icon7 {
  background: url("/images/customerservice/kefu-07.png") no-repeat center;
  background-size: 20px;
}
.customer-service .customer-service-items .item .qr-code-box {
  display: none;
  position: absolute;
  left: -175px;
  top: 0;
  height: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
}
.customer-service .customer-service-items .item .item-line {
  position: absolute;
  left: 6px;
  bottom: -6px;
  width: 20px;
  height: 1px;
  background-color: #dcdcdc;
}
.customer-service .customer-service-items .item:not(:first-child) {
  margin-top: 12px;
}
.customer-service .customer-service-items .item.item5 .qr-code-pic {
  width: 140px;
  height: 140px;
  background-size: 140px;
  margin-left: 5px;
  margin-top: 5px;
  background: url("/images/footer/whatsapp.png") no-repeat 0 0 / 100% 100%;
}
.customer-service .customer-service-items .item.item6 .qr-code-pic {
  width: 140px;
  height: 140px;
  background-size: 140px;
  margin-left: 5px;
  margin-top: 5px;
  background: url("/images/footer/f_telegram.png") no-repeat -5px -5px / 150px 150px;
}
.customer-service .customer-service-items .item:hover {
  background-color: #f6f5f7;
  border-radius: 6px;
}
.customer-service .online111 {
  width: 44px;
  height: 94px;
  margin: 16px auto 0;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 8px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.customer-service .online111 .online-text {
  text-align: center;
  font-weight: 350;
  font-size: 14px;
  color: #7532A3;
  line-height: 18px;
}
.customer-service .online111 .customer-service-icon {
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
  background: url("../images/customerservice/customer-service-icon.png") no-repeat center;
  background-size: 28px;
}
.entrance-btn {
  display: none !important;
}
@media screen and (max-width: 993px) {
  .customer-service {
    display: none;
  }
}
