.hero {
  
}

.container,
.hero-grid {
  max-width: none;
  padding: 0;
  height: 100%;
}

.hero section {
  height: 100%;
}
.hero section .cms-tpl-carousel-stage {
  border-radius: 0;
  height: 100%;
}




/* .cms-tpl-carousel .cms-tpl-dot {
  min-width: 11px;
  height: 11px;
  font-size: 1px;
} */

.pay-alert-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.pay-alert-card {
  position: relative;
  width: 420px;
  max-width: calc(100vw - 32px);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  padding: 28px 24px 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.pay-alert-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  border-radius: 4px;
}
.pay-alert-close:hover {
  background: #f2f2f2;
  color: #333;
}

.pay-alert-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px;
}

.pay-alert-msg {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 20px;
}

.pay-alert-actions {
  display: flex;
  justify-content: flex-end;
}

.pay-alert-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #1677ff;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.pay-alert-btn:hover {
  background: #4096ff;
}
