.number-animate {
	line-height:30px;
	height: 30px;
	font-size: 30px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.number-animate .number-animate-dot {
	width: 10px;
	float: left;
	text-align: center;
}
.number-animate .number-animate-dom {
	width: 16px;
	text-align: center;
	float: left;
	position: relative;
	top: 0;
}
.number-animate .number-animate-dom span, .number-animate .number-animate-dot span {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 1.1;
}