/*footer*/
#base-footer {
  width: 100%;
 height: 70px;
	font-family: "微软雅黑";
	font-size: 14px;
  color: rgb(153,153,153);
	background: rgb(225,227,230);
  padding-top: 7px;
  padding-bottom: 11px;
}

#base-footer p {
  margin:0;
  padding: 0;
  height:26px;
	line-height: 26px;
	text-align: center;
}

#base-footer p span {
	margin-right: 15px;
}
