.item-text,
.item-text-active {
	font-size: 10px;
	margin-top: 4px
}

.tabbar {
	height: 53px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-top: 1px solid #ccc;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tabbar-item {
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}


.item-text {
	color: #999
}

.item-text-active {
	color: #1581fc;
	font-size: 14px;
}


.icon-home,
.icon-home-active {
	width: 25px;
	height: 25px;
	background-size: 100% 100%
}

.icon-home {
	background-image:url(../images/tab_index.png)
}
.icon-home-active {
	background-image:url(../images/tab_index-select.png)
}

.icon-category,
.icon-category-active{
	width: 25px;
	height: 25px;
	background-size: 100% 100%
}
.icon-category {
 background-image:url(../images/tab_fenlei.png)
}
.icon-category-active {
 background-image:url(../images/tab_fenlei-select.png)
}

.icon-order,
.icon-order-active{
	width: 25px;
	height: 25px;
	background-size: 100% 100%
}
.icon-order {
	background-image: url(../images/tab_dingdan.png);
}
.icon-order-active {
	background-image: url(../images/tab_dingdan-select.png);
}

.icon-center,
.icon-center-active {
	width: 25px;
	height: 25px;
	background-size: 100% 100%
}
.icon-center {
 background-image:url(../images/tab_users.png)
}
.icon-center-active {
 background-image:url(../images/tab_users-select.png)
}