/*底部报价计算器 end

/*数字滚动插件的CSS可调整样式*/
.mt-number-animate {
	/* font-family: '微软雅黑'; */
	line-height: 25px;
	height: 25px;
	/*设置数字显示高度*/
	;
	/* font-size: 14px; */
	/*设置数字大小*/
	overflow: hidden;
	display: inline-block;
	position: relative;
 
}

.mt-number-animate .mt-number-animate-dot {
	width: 15px;
	/*设置分割符宽度*/
	line-height: 20px;
	float: left;
	text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
	width: 19px;
	/*设置单个数字宽度*/
	text-align: center;
	float: left;
	position: relative;
	top: 0;
	font-weight: bold;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
	width: 100%;
	float: left;
 
}
 
.numberRun0 .mt-number-animate .mt-number-animate-dom .mt-number-animate-span{
	font-size: 30px;
}

.p1 .mt-number-animate .mt-number-animate-dom {
	width: 12px;
}
 