.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(205,205,205,.6);
	z-index: 9999;
}

.loading>div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.loading>div>i {
	font-size: 64px;
}

