

.footer-cont{
	width: 100%;
	background: #333333;
	font-size: .14rem;
	color: #fff;
	box-sizing: border-box;
	padding: .41rem 0 .26rem;
}
.footer-cont a{
	color: #fff;
	margin: 0 .21rem;
	animation: .5s;
}
.footer-cont a:hover{
	color: #dadada;
}
.menu-link-item{
	margin-bottom: .14rem;
}
.footer-cont .line{
	width: 1px;
	height: .16rem;
	background: #FFFFFF;
}
.logo2{
	width: 1.07rem;
	height: .37rem;
	display: block;
	/* margin: .24rem auto .33rem; */
	margin: 0 auto .33rem;
}
.footer-cont .copy{
	color: #E7E7E7;
	font-size: .12rem;
	line-height: .2rem;
	text-align: center;
}
