#jw-cs-float {
  position: fixed !important;
  right: 12px;
  bottom: calc(140px + env(safe-area-inset-bottom, 0px));
  z-index: 100000 !important;
  width: 56px !important;
  height: 56px !important;
  border: none !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  background: linear-gradient(135deg, #ff6b00, #ff8533) !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(255, 107, 0, 0.42);
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.1;
  letter-spacing: 0.5px;
  cursor: grab;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
  box-sizing: border-box;
}
#jw-cs-float .jw-cs-ico {
  width: 18px;
  height: 18px;
  display: block;
}
#jw-cs-float.dragging {
  cursor: grabbing;
  transform: scale(1.06);
  box-shadow: 0 10px 24px rgba(255, 107, 0, 0.5);
}
#jw-cs-float:active {
  filter: brightness(0.96);
}
