@CHARSET "UTF-8";
.num-style {
	color: #eb8031;
	font-family: 微软雅黑;
    line-height: 40px;
    font-size: 18px;

}
.num-style span{
	font-size:26px;
}
.num-text {
	display:inline-block;
	margin-left:10px;
	font-size:16px;
	vertical-align:top;
	
}
.row {
    margin: 0px;
}
.singlelogon {
	height:60px;
	line-height:60px;
	overflow:hidden;
}
.num-pic {
	display:inline-block;
	width:35px;
	height:35px;
}
.num-pic>img {
	width:100%;
	height:100%;
	vertical-align:top;
	margin-top:-4px;
}
.num-unit {
	display: inline-block; 
    vertical-align: top;
}

@media ( max-width : 500px) {
	html,body {
		font-size:13px;
	}
	/* 统计数字 */
	.singlelogon {
	    height: 34px;
    	line-height: 34px;
		text-align: left;
	}
	.num-style {
		line-height: 34px;
		font-size: 14px;
		font-style:normal;
		/*滚动数字溢出*/
		display: inline-block;
		height: 27px;
		overflow: hidden;
	}
	.num-pic {
		width: 27px;
    	height: 27px;
	}
	.num-pic>img {
	    width: 100%;
    	height: 100%;
		margin-top: -8px;
	}
	.num-text {
		font-size:14px;
	}
	.mt-number-animate {
		height: 32px;
    	line-height: 25px;
	}
	.mt-number-animate .mt-number-animate-dom {
		font-size:14px;
		
	}
}
@media ( max-width : 400px){
	html,body {
		font-size:13px;
	}
	/* 统计数字 */
	.singlelogon {
	    height: 34px;
    	line-height: 34px;
		text-align: left;
	}
	.num-style {
		line-height: 34px;
    	font-size: 14px;
    	font-style:normal;
	}
	.num-pic {
		width: 27px;
    	height: 27px;
	}
	.num-pic>img {
	    width: 100%;
    	height: 100%;
		margin-top: -8px;
	}
	.num-text {
		font-size:13px;
	}
	.mt-number-animate {
		height: 32px;
    	line-height: 25px;
	}
	.mt-number-animate .mt-number-animate-dom {
		font-size:13px;
		
	}
}
@media ( max-width : 350px) {
	html,body {
		font-size:12px;
	}
	/* 统计数字 */
	.singlelogon {
	    height: 30px;
    	line-height: 30px;
		text-align: left;
	}
	.num-style {
		line-height: 30px;
    	font-size: 14px;
    	font-style:normal;
	}
	.num-pic {
		width: 25px;
    	height: 25px;
	}
	.num-pic>img {
	    width: 100%;
    	height: 100%;
		margin-top: -10px;
	}
	.num-text {
		font-size:13px;
	}
	.mt-number-animate {
		height: 32px;
    	line-height: 25px;
	}
	.mt-number-animate .mt-number-animate-dom {
		font-size:13px;
		
	}
}