/* 修改 SweetAlert2 容器样式 */
.swal2-popup {
  background: linear-gradient(135deg, #ffffff 100%, #ffffff 100%) !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}
/* 修改标题样式 */
.swal2-title {
  color: #000000 !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
}
/* 修改内容文字样式 */
.swal2-html-container {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
/* 修改确认按钮样式 */
.swal2-confirm {
  background: #db081a 100% !important;
  width: 100px;
  border-radius: 12px !important;
  font-size: 14px !important;
  padding: 12px 24px !important;
  border: 16px !important;
}
/* 自定义图片容器 */
.custom-swal-image {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  margin-bottom: 16px !important;
}