:root {
	--scale-factor: 0.65;
	/* 推荐默认缩放值 */

}

/* 弹窗容器 */
.sweet-alert {
	border-radius: 8px !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
	transform: scale(var(--scale-factor)) !important;
	transform-origin: center top !important;
	width: 320px !important;
	height: auto;
	position: fixed !important;
	left: calc(50% + (320px * var(--scale-factor) / 2)) !important;
	top: 50% !important;
}