.site-whatsapp-btn {
  border: 0;
  background: #25D366;
  color: #fff;
  cursor: pointer;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}
.site-whatsapp-btn:hover { box-shadow: 0 10px 26px rgba(0, 0, 0, .24); }
.site-whatsapp-side:hover { transform: translateY(-2px); }
.site-whatsapp-side {
  width: calc(100% - 20px);
  margin: 10px auto 0;
  padding: 9px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.site-whatsapp-float {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 10000001;
  min-width: 138px;
  border-radius: 999px;
  padding: 10px 18px;
  line-height: 1.15;
}
.site-whatsapp-float:hover { transform: translate(-50%, -2px); }
.site-whatsapp-float span { display: block; font-size: 12px; opacity: .92; }
.site-whatsapp-float strong { display: block; font-size: 15px; }
.site-whatsapp-inline {
  color: #ff0000;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.site-toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  transform: translate(-50%, 18px);
  opacity: 0;
  z-index: 10000002;
  background: rgba(0, 0, 0, .78);
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
  transition: all .22s ease;
  pointer-events: none;
  max-width: 86vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-toast.show { opacity: 1; transform: translate(-50%, 0); }
.kefuQrcodeNew img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.ozpVSQRK, .gotowx, .dj-open-wechat { cursor: pointer; }
@media (max-width: 768px) {
  .site-whatsapp-float {
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%);
    min-width: 128px;
    padding: 9px 16px;
  }
  .site-whatsapp-float:hover { transform: translate(-50%, -2px); }
  .fixed-right-itzjj,
  .fixed-right-itzjj.hide-minscren,
  .site-whatsapp-side {
    display: none !important;
  }
}
.site-swiper-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: rgba(0,0,0,.25); margin: 0 3px; cursor: pointer; }
.site-swiper-dot.active { background: rgba(0,0,0,.65); }
