@charset "utf-8";#loading{	position: absolute;	top: 0;	left: 0;	right: 0;	bottom: 0;	margin: auto;	width: 31px;	height: 31px;	} #loaderBg {	position: fixed;	width: 100%;	height: 100%;	top: 0px;	left: 0px;	background: #fff;	z-index: 10000;	}