.footerlist {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	border-top: 1px solid #ccc;
	justify-content: space-around;
	padding: 6px 0;
}
.footerlist .footera {
	display: block;
	align-items: center;
	width: 25%;
}
.footerlist a img {
	display: block;
	width: 25%;
	margin: 0 auto;
}
.footerlist a span {
	display: block;
	color: #8a8a8a;
	text-align: center;
	font-size: 12px;
}
.footerone {
	position: relative;
}
.footerlist .footerone>img {
	position: absolute;
	width: 100%;
	bottom: -6px;
}
.footerlist .footerone>span {
	color: #fff;
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	bottom: 18%;
	font-size: 15px;
	/*position: absolute;
	display: block;
	left: 15%;
	bottom: 17%;
	width: 70%;
	height: 150%;
	text-align: center;
	line-height: 22px;
	padding-top: 5.5px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: red;
	color: #fff;*/
}