.index div[name="loading"] {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
}

.index div[name="loading"] img {
	width: 230px;
	position: fixed;
	top: calc(50% - 82px);
	left: calc(50% - 115px);
}

