/* 小程序tabBar */
.tabBox{width: 100%;background-color: #ffffff;padding: 0.2rem 0;box-sizing: border-box;display: flex; justify-content: space-around; position: fixed;bottom: 0;z-index: 300;}
.tabBox .tabBox-item{height: 0.7rem;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.tabBox .tabBox-item .tabBox-item-img{width: 0.4rem;height: 0.4rem;}
.tabBox .tabBox-item .tabBox-item-img img{width: 100%;height: 100%;}
.tabBox .tabBox-item .tabBox-item-title{font-weight: bold;font-size: 0.22rem;color: #78797D;}
.tabBox .tabBox-item .tabBox-item-titleActive{font-weight: bold;font-size: 0.22rem;color: #5888F4;}
