.page-in { width: 50px; border: 0px; text-align: center; margin-left: 6px; margin-right: 6px}
.clearfix:after {content: ""; display: block; visibility: hidden; clear: both; height: 0; }
.clearfix {zoom: 1;}
.num {
	overflow: hidden;
	height: 60px;
    margin-left: 0px;
}
.num>div {
	 width: 110px; 
	float: left;
	height: 60px;
	line-height: 60px;
	background: #000;
	color: #fff;
	margin-right: 1px;
	padding: 0 5px;
	position: relative;
	text-align:center;
	font-size:36px;
}
.num>div span {
	display: inline-block;
}
.num>div img {
	width: 40px;
	height: 40px;
	display: block;
}
.num-left {
	height: 100%;
}
.num-left img {
	position: relative;
	float: left;
	top: 10px;
}
.num-left span {
	position: relative;
	float: left;
}
.num-right {
	height: 100%;
}
.num-right img {
	position: relative;
	float: right;
	top: 10px;
}
.num-right span {
	position: relative;
	float: right;
}