footer {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url('../img/bg_footer.png');
	background-repeat: no-repeat;
}

footer .code {
	width: 50%;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}

footer .code img {
	width: 20%;
}

footer .icp {
	display: flex;
	flex-flow: row;
	margin-top: 20px;
	color: #ffffff;
	font-size: 14px;
	width: 40%;
	align-items: center;
	justify-content: space-around;
}