/*
 * syalert.css
 * Version - 1.0
 * Copyright (c) 2019 sy
 */
@charset "utf-8";

.sy-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	z-index: 1000
}

.sy-alert {
	position: fixed;
	display: none;
	overflow: hidden;
	width: 6.75rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1001
}

.sy-alert.animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}