.xj-customer-float {
  position: fixed;
  right: 12px;
  bottom: 105px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #315f49, #b6a15f);
  color: #fff;
  box-shadow: 0 10px 24px rgba(31, 63, 43, .28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.xj-customer-service {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.xj-customer-service.is-open {
  display: block;
}

.xj-customer-service__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .48);
}

.xj-customer-service__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78vw;
  max-width: 320px;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  background: #fff;
  padding: 22px 18px 18px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
  text-align: center;
}

.xj-customer-service__close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #999;
  font-size: 24px;
  line-height: 28px;
}

.xj-customer-service__title {
  color: #1f3f2b;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 6px;
}

.xj-customer-service__desc {
  color: #6f6a5e;
  font-size: 13px;
  margin-bottom: 14px;
}

.xj-customer-service__qr-wrap {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border-radius: 12px;
  background: #f7f2e9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.xj-customer-service__qr {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.xj-customer-service__phone {
  display: block;
  margin-top: 14px;
  color: #1f3f2b;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.xj-customer-service__tips {
  color: #9a8b70;
  font-size: 12px;
  margin-top: 10px;
}
