.footer {
	width: 100%;
	border-top: 1px solid #ECE1CD;
	height: 30%;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	/*position: fixed;*/
	/*bottom: 0;*/
}

.footer-row {
	display: flex;
	flex-flow: row;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #A1A1A1;
}
.footer>div{
	width: 33.3%;
	text-align: center;
}