.maskTier{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0)!important;
	background: #000;
	filter: Alpha(opacity=0);
	z-index: 99999;
	text-align: center;
}
.maskTier .small-container{
	position: relative;
	padding: 5px 15px 10px 15px;
	border-radius: 3px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.6);
}
.maskTier .small-container .loadingLogo{
	overflow: initial;
	display: block;
	background: initial;
}
.maskTier .small-container p{
	color: #fff;
	font-size: 14px;
}

/**/
.loadMsg{
	height: 42px;
	overflow: hidden;
	text-align: center;
	line-height: 42px;
	color: #999;
	position: relative;
	/*display: none;*/
}
.loadMsg .no-product-item{
	display: none;
}
.loadMsg .load-item{
	display: none;
}
