@charset "utf-8";
.Hui-fotter-index{position:absolute;bottom:0px; right:0; left:0;
height:3%;z-index:999; padding:0 15px;
background: url("/core/h-ui.admin/images/newT/index_bottom.png") no-repeat;
background-size: cover;
}
 .devCount
    {
        height: 13%;width: 100%;
		background: url('../images/newT/dev_count.png') no-repeat;
		background-size:80% 100%;
		margin-top: 10%;
		
    }
     .online
    {
        height: 13% ;width: 100%;
		background: url('../images/newT/online.png') no-repeat;
		background-size:80% 100%;
		margin-top:2%;
    }
       .offLine
    {
        height: 13%;width: 100%;
		background: url('../images/newT/offLine.png') no-repeat;
		background-size:80% 100%;
		margin-top: 2%;
    }
    
    .waring
    {
        height: 13%;width: 100%;
		background: url('../images/newT/waring.png') no-repeat;
		background-size:80% 100%;
		margin-top:2%;
    }
   .exception
    {
        height: 13%;width: 100%;
		background: url('../images/newT/exception.png') no-repeat;
		background-size:80% 100%;
		margin-top: 2%;
    }