.footer-container {
	background: linear-gradient( 270deg, #7E77C0 0%, #2D7DC8 10%, #1062B4 50%, #0D3A97 100%);
	border-radius: 0px 0px 0px 0px;
}
.footer-container .footer-content{
	width: 1200px;
	height: 180px;
	margin: 0 auto;
}
.footer-content .logo{
	width: 439px;
	height: 72px;
}
.footer-content .info,
.footer-content .info a{
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}
.footer-content .info+.info{
	margin-top: 6px;
}