﻿/*loading 使用*/
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive { display: none; }
.pace .pace-progress {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
	
	background:rgba(255,255,255,0.5); background-color:#00a0e9 !important;
	background-image:-moz-linear-gradient(right,#00a0e9,#7c81ff) !important;
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#00a0e9),to(#7c81ff)) !important;
	background-image:-webkit-linear-gradient(right,#00a0e9,#7c81ff) !important;
	background-image:-o-linear-gradient(right,#00a0e9,#7c81ff) !important;
	background-image:linear-gradient(to right,#00a0e9,#7c81ff) !important;
	background-repeat:repeat-x;
	/*box-shadow: 0 2px 3px #ccc;*/
}