@charset "utf-8";
#waitdiv{
	display: none;
	width: 100%;height: 100vh;
	position: fixed;
	z-index: 1000;
	background-color: rgba(255,255,255,0.3);
	background-image: url("load.png");
	background-position: center;
	background-size: 182px auto;
	background-repeat: no-repeat;
}