body{
	padding-bottom:120px;
	padding-top:36px;
}


.container{
	max-width:600px;
	margin: 0 auto;
	height:100%;
	/*box-shadow: 0 -6px 5px #e5e5e5;*/
}

.clearfix:after{
	content: "";
	display: block;
	line-height:0;
	height:0;
	overflow: hidden;
	clear:both;
}


.mui-action-back{
	color:#fff;
}

.mui-icon{
	background: url(../images/iconfont-home-active.png) no-repeat center / 90%;
}

.mui-bar{
	box-shadow:0 0 0px #e5e5e5;
	max-width:600px;
	left:50%;
	width:100%;
	transform:translateX(-50%);
}

.mui-bar-tab .mui-tab-item.mui-active  .mui-icon~.mui-tab-label{
	color:#f75152;
}


.tab-icon-home{
	background-image: url(../images/iconfont-home.png);
}
.mui-active .tab-icon-home{
	background-image:url(../images/iconfont-home-active.png);
}


.tab-icon-list{
	background-image: url(../images/iconfont-list.png);
}

.mui-active .tab-icon-list{
	background-image:url(../images/iconfont-list-active.png);
}

.tab-icon-cart{
	background-image: url(../images/iconfont-cart.png);
}

.mui-active .tab-icon-cart{
	background-image: url(../images/iconfont-cart-active.png);
}

.tab-icon-commit{
	background-image: url(../images/iconfont-order-default.png);
}

.mui-active .tab-icon-commit{
	background-image: url(../images/iconfont-order.png);
}

.tab-icon-order{
	background-image: url(../images/order.png);
}

.mui-active .tab-icon-order{
	background-image: url(../images/order-active.png);
}
.tab-icon-kefu{
	background-image: url(../images/iconfont-user.png);
}

.mui-active .tab-icon-kefu{
	background-image: url(../images/iconfont-user-active.png);
}

.tab-icon-taobao{
	background-image: url(../images/iconfont-taobao.png);
}
.mui-active .tab-icon-taobao{
	background-image:url(../images/iconfont-taobao-active.png);
}


.tab-icon-weixin{
	background-image: url(../images/iconfont-weixin.png);
}
.mui-active .tab-icon-weixin{
	background-image:url(../images/iconfont-weixin-active.png);
}







.mui-bar-nav{
	background: #f75152;
	color:#fff;
	height:36px;
	line-height:36px;
	overflow: hidden;
}


.mui-bar-nav .mui-title{
	color:#fff;
	line-height:36px;
}






