.ui-loading{position:absolute;left:0;top:0;z-index: 9999;}
.ui-loading .ui-loading-mask{ position:absolute;top:0;left:0;background:rgba(0,0,0,0.1);z-index: 1}
.ui-loading i{height:78px;width:100px; display: block;background:rgba(100,100,100,0.7);border-radius: 8px;position: absolute;z-index: 2;overflow: hidden;text-align: center;padding-top:15px;}
.ui-loading i em{font-size:12px;display: block;padding-top:6px;font-style:normal;color:#FFF;}
.ui-loading i span{display:inline-block;width:4px;height:0;border-radius:4px;background: #009cf2;-webkit-animation: load 0.6s ease infinite; margin: 0 2px;}
@-webkit-keyframes load{
	0%,100%{
		height:15px;
		background: #009cf2;
	}
	50%{
		height:25px;
		margin: -5px 2px;
		background: #7fcdf8;
	}
}
.ui-loading i span:nth-child(2){
	-webkit-animation-delay:0.1s;
}
.ui-loading i span:nth-child(3){
	-webkit-animation-delay:0.3s;
}
.ui-loading i span:nth-child(4){
	-webkit-animation-delay:0.45s;
}
.ui-loading i span:nth-child(5){
	-webkit-animation-delay:0.5s;
}