
.weui-tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-around;
    padding: 0;
    height: 59px;
    align-items: center;
}
.footer .weui-tabbar__item {
    text-decoration: none;
    color: #A1A1A1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.weui-tabbar__item img{
    width: 20px;
    height: 20px;
    margin-bottom: 3px;	
}

.weui-tabbar__item .normal {
    display: block;
}

.weui-tabbar__item .on {
    display: none;
}

.weui-bar__item_on .normal {
    display: none;
}

.weui-bar__item_on .on {
    display: block;
}

.weui-tabbar .weui-tabbar__item .weui-tabbar__label {
    color: #A1A1A1;
}

.weui-tabbar .weui-bar__item_on .weui-tabbar__label {
    color: #0dc8f1;
}