@charset "UTF-8";
.footer{
	width: 100%;
	height: 83px;
	line-height:83px;
	background-image: linear-gradient(#000000, #000000),linear-gradient(#362e2b, #362e2b);
	position:fixed;
	bottom:0;
	left:0;
    z-index:2;
}
.footer-content{
	width:88%;
	margin:0 auto;
	/* display:flex;
	justify-content: space-between; */
}
.footer-content p{
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #ffffff;
	float:left;
}
.footerLeft{
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #ffffff;
}
.footerRight{
	width: 41px;
	height: 42px;
	margin-top:20px;
}
@media only screen and (max-width: 1024px) {
	.footer{
	    height:60px;
	    line-height:60px;
	}
	.footerRight{
	    margin-top:9px;
	}
}