footer{
	width: 100%;
	background: #000000;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1001;
}
.footer{
	width: 100%;
	height: 1rem;
	display: flex;
	justify-content: space-between;
}
.footer1{
	width: 32%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer1 img{
	height: 0.55rem;
	display: block;
}