@charset "UTF-8";

.dim {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity = 70)
}

.loading {
	position: fixed;
	left: 45%;
	top: 45%;
	z-index: 10;
}