.back {
	background-color: #000000;
	color:#fff;
	box-sizing: border-box;
	padding:20px;
}
.back p {
	color:#ccc;
}
#foot ul {
	overflow: hidden;
	transition: .3s;
	border-bottom: 1px solid #ddd;
}
#foot ul li {
	line-height: 28px;
	padding:10px 0;
}

#foot a {
	color: rgba(255,255,255,0.90);
}
#foot div p {
	margin-bottom: 0;
	height:56px;
	line-height: 56px;
}
.statement {
	margin-top:30px;
	text-align: center;
	line-height: 28px;
	color: rgba(255,255,255,0.90);
}