
.tabBar{ display:none;
	
	width: 100%;
	height: 55px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: flex;
	background-color: #fff;
	z-index: 99;
}
.tabactyellow{
	background-color: #ffac0a;
	color: #fff;
}
.tabBar-l{
	flex: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.tabBar-litem{
	font-size: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px;
	color: #333;
}
.tabBar-litem>img{
	width: 22px;
	height: 18px;
	margin-bottom: 5px;
}
.tabBar-phone{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabBar-phone>a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabBar-phone img{
	width: 30px;
	margin-right: 10px;
}
.tabBar-title{
	font-size:10px;
	color:#333333;
}
.tabBar-num{
	font-size:15px;
	color:#ff2727;
	font-weight: bold;
}
.tabBar-r{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f00;
	color: #fff;
}
.tabBar-tost{
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.tabBar-tost>img{
	margin-right: 16px;
}
.tabBar-tostnum{
	position: absolute;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 8px;
	top: 8px;
	background-color: #ffe400;
	color: #f00;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
}