.loading-indicator {
	height: 110px;
	width: 110px;
	background: url( https://wbjxf.sh.gov.cn/share/js/jquery.showLoading/css/'../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #a4a4a4;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}