/*
.sc(@size, @color){
	font-size: @size;
	color: @color;
}
*/
.sale-head { display: flex; align-items: center; justify-content: space-between; padding: 0.5rem; width: 100%; height:2.2rem; box-sizing: border-box;background-color:#fff;z-index:9999;}
.sale-title { font-size: 0.8rem;  font-weight:bold; color: rgba(0, 0, 0, 1); }

/*tabbar*/

.tabbar-container {
	position: fixed !important;
	bottom: 0;
	left: 0;
	height: 1.306666rem;
	background: #fff;
}

.tabbar-container .weui-tabbar__icon {
	width: 0.58666667rem;
	height: 0.58666667rem;
	text-align: center;
	/* line-height: 0.58666667rem; */
	/* color:#999; */
}

.tabbar-container .weui-tabbar__item {
	padding: 0.13333333rem 0;
}

.tabbar-container .home {
	background: url(../img/home.png?v=1.0) no-repeat;
	background-size: 100%, 100%;
}

.tabbar-container .weui-tabbar__item.weui-bar__item--on .home {
	/* background: url(../img/home_selected.png?v=1.0) no-repeat; */
	background: url(../img/index_home.png?v=1.0) no-repeat;
	background-size: 100%, 100%;
}

.tabbar-container .market {
	background: url(../img/market.png?v=1.0);
	background-size: 100%, 100%;
}

.tabbar-container .weui-tabbar__item.weui-bar__item--on .market {
	background: url(../img/market_selected.png?v=1.0) no-repeat;
	background-size: 100%, 100%;
}

.tabbar-container .my {
	background: url(../img/my.png?v=1.0) no-repeat;
	background-size: 100%, 100%;
}

.tabbar-container .weui-tabbar__item.weui-bar__item--on .my {
	background: url(../img/my_selected.png?v=1.0) no-repeat;
	background-size: 100%, 100%;
}

.tabbar-container .shop {
    background: url(../img/shop.png?v=1.0) no-repeat;
    background-size: 100%, 100%;
}

.tabbar-container .weui-tabbar__item.weui-bar__item--on .shop {
	background: url(../img/shop_selected.png?v=1.0) no-repeat;
    background-size: 100%, 100%;
}

.tabbar-container .warehouse {
    background: url(../img/tea_warehouse.png?v=1.0) no-repeat;
    background-size: 100%, 100%;
}

.tabbar-container .weui-tabbar__item.weui-bar__item--on .warehouse {
	background: url(../img/tea_warehouse_selected.png?v=1.0) no-repeat;
    background-size: 100%, 100%;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
	color: #13A067 !important;
	/* color: #FC8131 !important; */
}

.weui-tab {
	-webkit-overflow-scrolling: touch;
}

.weui-tabbar__label {
	font-size: 0.266666rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
}

.weui-tabbar:before {
	/* border: 0; */
	border-color: #F2F2F2;
}

.tab_content {
	padding-top: 0.986666rem;
}

.tab_content>img {
	display: block;
	width: 100%;
	height: auto;
}

.container {
	padding-bottom: 1.306666rem;
}

.common_head {
	width: 100%;
	height: 0.986666rem;
	background: #1672FA;
	font-size: 0.506666rem;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 0.986666rem;
	text-align: center;
	color: #FFFFFF;
	position: fixed;
	z-index: 999;
}

.weui-tabbar__item .iconfont{font-size:22px;}
.weui-bar__item--on .iconfont{color:#13A067;}