/* footer */
.footer-box{
	width: 100%;
	height:40px;
	background: #222222;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-box span {
	font-size: 14px;
	color:#888;
}
.footer-box span a {
	font-size: 14px;
	color:#888;
}
.footer-box i {
	width: 1px;
	height: 12px;
	background-color: #888;
	margin: 0 30px;
}