/* PC 首页：优惠券悬浮钮贴在内容区右下，避免飞到浏览器最右侧空白处 */
.coupon-float-btn {
  z-index: 1200 !important;
}

@media (min-width: 960px) {
  .coupon-float-btn {
    right: max(24px, calc(100vw - 240px - min(1440px, 100vw - 240px) + 20px)) !important;
    bottom: 112px !important;
  }

  .coupon-float-img {
    width: 56px !important;
    height: 56px !important;
    --coupon-size: 56px;
  }
}
