#bd-one-click-rebate {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 2147483000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 48px;
  padding: 0 18px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 236, 204, 0.82);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe3b8 0%, #c9904d 52%, #f4c994 100%);
  color: #21160f !important;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34), 0 0 0 2px rgba(199, 142, 73, 0.18);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

#bd-one-click-rebate[hidden] {
  display: none !important;
}

#bd-one-click-rebate:hover {
  color: #160f0a !important;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.4), 0 0 0 3px rgba(224, 175, 109, 0.2);
}

#bd-one-click-rebate:active {
  transform: translateY(0);
}

#bd-one-click-rebate:focus-visible {
  outline: 3px solid rgba(255, 223, 174, 0.88);
  outline-offset: 3px;
}

#bd-one-click-rebate .bd-rebate-shortcut__icon {
  margin-right: 7px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 768px) {
  #bd-one-click-rebate {
    right: 12px;
    bottom: 74px;
    min-width: 102px;
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.36);
  }

  #bd-one-click-rebate .bd-rebate-shortcut__icon {
    margin-right: 5px;
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #bd-one-click-rebate {
    transition: none;
  }
}
