/* footer */
.footer-box{
	width: 100%;
	min-height:56px;
	padding: 14px 20px;
	background: linear-gradient(135deg, #0f172a 0%, #111827 52%, #0f766e 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(255,255,255,.08);
}
.footer-box span {
	font-size: 14px;
	color:rgba(226,232,240,.78);
}
.footer-box span a {
	font-size: 14px;
	color:rgba(255,255,255,.9);
}
.footer-box i {
	width: 1px;
	height: 12px;
	background-color: rgba(226,232,240,.24);
	margin: 0 30px;
}