footer{
	width: 100%;
	background: #181818;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1001;
}
.footer{
	width: 100%;
	margin-top: 0.35rem;
	margin-bottom: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer1{
	width: 0.25rem;
	margin-right: 2.55rem;
}
.footer1:last-child{
	margin-right: 0;
}
.footer1 img{
	width: 100%;
	display: block;
}




