/* 底部导航 */
li{
	list-style: none;
}
a{
	text-decoration: none;
}
/* 底部导航 */
.tabbar{
  width: 100%;
  padding: 5px 5px;
  box-shadow: 0 0 0.5px 0.5px #ccc;
  background: #fff;
  position: fixed;
  bottom: 0;
}
.tabbar ul{
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: space-between;
}
.tabbar ul li{
  width: 20%;
  text-align: center;
}
.tabbar ul li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
}
.tabbar ul li a i{
  display: block;
  font-size: 22px;
}
.tabbar ul li a p{
  font-size: 14px;
  margin: 0 !important;
}