#footer {
	width: 100%;
	height: 119px;
	background: #E9E9E9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#footer>p {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 8px;
}

#footer>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer>div img {
	width: 20px;
	height: 21px;
	margin-right: 6px;
}

#footer>div p {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}