*{

	padding: 0px;

	margin: 0px;

	font-family: "Microsoft YaHei";

}

 body,html{

	width: 100%;

	max-width: 640px;

	height: 100%;

	margin: auto;

	font-family: "Microsoft YaHei";

	-moz-user-select: none;

	-webkit-user-select: none;

	user-select: none;

}

#list{

	width: 100%;

	height: 50px;

	position: fixed;

	left: 0;

	bottom:0;

	z-index: 99;

	background-color: rgb(247,246,251)

}

.item-footer{

	width: 25%;

	float: left;

	text-align: center;

	font-size: var(--smallSize);

	color: var(--color)

}

.item-footer img{

	width: 20px;

	margin-top: 5px

}

