/*--clearfix--*/
.clearfix { 
  *zoom: 1; 
} 
.clearfix:before, .clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 
.clearfix:after { 
  clear: both; 
} 
/*--clearfix end--*/
/*--iconfont--*/
.icon li{
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background-image: url(
https://7u2nlf.com1.z0.glb.clouddn.com/img/icon-sn.png
		);
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	-webkit-background-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.icon-ff0{
	background-color: #f00;
	background-position-x: -30px;
}
.icon-009{
	background-color: #0098E6;
	background-position-x: -60px;
}
/*--iconfont end--*/