.tabbar {
	width: 100%;
	height: 49px;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #757474;
	background-color: #FFFFFF;
	font-size: 12px;
	z-index: 9999;
	box-shadow: 0 0 1px darkgray;
}

.tabbar>a {
	flex: 1;
	text-align: center;
	height: 100%;
	line-height: normal;
}
.tabbar a img {
	width: 34%;
	height: 50%;
	margin-top: 2px;
}

