.loading-indicator {
	height: 3.125rem;
	width: 4.0625rem;
	text-align: center;
	background: url( '../img/loading.gif?v=1.0' );
	background-repeat: no-repeat;
	background-position: center 0.625rem;
	background-color: #1b1b1b;
	background-size: 1.25rem 1.25rem;
	-moz-border-radius: 0.46875rem; /* Gecko browsers */
	-webkit-border-radius: 0.46875rem; /* Webkit browsers */
	border-radius: 0.46875rem;
	font-size: 0.375rem; /* W3C syntax */
	color: #ffffff;
	filter: alpha(opacity = 70);
	opacity: 1;
	top:50%;
	margin-top:-1.5625rem;
}
.loading-indicator>div{
	margin-top: 2.1875rem;
}

.message-alert {
	height: 1.875rem;
	width: auto;
	line-height: 1.875rem;
	text-align: center;
	color: #ffffff;
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity = 70);
	opacity: 0.7;
	/*background: url( '../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;*/
	background-color: #000000;
	-moz-border-radius: 0.46875rem; /* Gecko browsers */
	-webkit-border-radius: 0.46875rem; /* Webkit browsers */
	border-radius: 0.46875rem; /* W3C syntax */
	/*border: solid 1px #ffffff;*/
	font-size: 0.375rem;
	top:50%;
	margin-top:-0.9375rem;
}

.loading-indicator-overlay {
	background-color: #000000;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}


.loadingNow {
    width: 100%;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    color: #B4B4B4;
    font-size: 0.3125rem;
    background-color: #f6f6f6;
    margin-top:-0.03125rem;
}

.loadingNow1 {
    width: 100%;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.31125rem;
    background-color: #000000;
    margin-top:-0.03125rem;
}


.data {
	width: 100%;
    height: 100%;
    text-align: center;
    color: #B4B4B4;
    /*background-color: #f6f6f6;	9/19删
    padding-top: 1.25rem;*/
}

.data .datatext{
	width: 100%;
    height: 4.8125rem;
  	margin-top: 1.25rem;	/*9/20增加*/
  	background: url("../img/wunierong_304.png") no-repeat center;
  	background-size: 4.75rem;
   /* background: url(../img/nodata.png);	9/20修改
    background-size: 3.5625rem 3.15625rem;
    background-position: center center;
    background-repeat: no-repeat;*/
}
.data .text{
  	margin-top: 0.625rem;	/*9/20增加*/
	font-size: 0.375rem;
	color: #888;
	text-align:center;
}