* {

	font-family: Source Han Sans CN;
}

.foots {
	position: fixed;
	bottom: 0px;
	width: 100%;
	box-shadow: 0px -3px 10px 0px rgba(254, 144, 85, 0.11);
	padding: 15px 0px;
	background-color: #ffffff;
}

.foots-main {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	text-align: center;
	font-size: 14px;
}

.foot-img {
	width: 40px;
	margin-bottom: -5px;
}

a {
	color: #333333;
}
img{
    image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
