/* 底部CSS */
.copyright-container {
	height: 60px;
	background-color: #eaebeb;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright-info{
	text-align: center;
}
.copyright{
	margin-bottom: 10px;
}
.link-image:nth-of-type(1){
	margin-left: 30px;
}