.box_top {
	width: 100%;
	height: 120px;
}

.box_top .title {
	color: #fff;
	font-size: 26px;
	padding: 5px 15px;
	font-weight: 600;
}


.box_top .count {
	color: #fff;
	font-size: 42px;
	text-align: center;
}

.box_top .icon {
	font-size: 100px;
	float: left;
	position: absolute;
	left: 25px;
	top: 19px;
	color: #42617F;
}

.mci {
	background: url('../../images/mci-logo.png');
	border: 1px solid #1A171B;
	border-radius: 15px;
	background-repeat: no-repeat;
}