@charset "UTF-8";

.PageOnLoadBG{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.9);
	position:fixed;
	top:0;
	left:0;
	z-index:99998;
}

.PageOnLoad{
	width:50px;
	height:50px;
	z-index: 1;
	background:url("img/loading.svg")no-repeat center center;
	background-size:50px 50px;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	position: fixed;
	z-index:99999;
}

