.van-tabbar-item{
    color:var(--van-gray-8)
}
.van-tabbar-item--active{
    color: var(--van-red);
}

.nut-noticebar-page{
    width: 92%;
    margin: 10px auto;
}

.van-share-sheet__option{
    width: 40%;
}

.van-sticky-bottom{
    position: absolute;
    bottom: 0;
}

.van-tabbar-item__icon{
    max-height: 30px;
    margin-bottom: 0 !important;
}
.van-tabbar-item--active{
    color: black;
}

.tabbar-icon-item{
    display: block;
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tabbar-icon-item-home-leave{
    background-image: url("https://p0.meituan.net/csc/9432c4e0478b964eba3f98a4a8bfa3861079.png");
}
.tabbar-icon-item-home-active{
    background-image: url("https://p0.meituan.net/csc/871ef3486d8b13b5f86e1a5cdca92ce01110.png");
}
.tabbar-icon-item-zhanli-leave{
    background-image: url("https://p0.meituan.net/csc/0ae75141c2149170f3dea24cb733d8701138.png");
}
.tabbar-icon-item-zhanli-active{
    background-image: url("https://p0.meituan.net/csc/92bbd2f831f0fb59daf178d225125b601140.png");
}
.tabbar-icon-item-share-leave{
    background-image: url("https://p0.meituan.net/csc/2f3691c847a847d7080ac43678fab9f4829.png");
}
.tabbar-icon-item-share-active{
    background-image: url("https://p1.meituan.net/csc/8b6564ae8cfe395e62d184009f460ae4844.png");
}
.tabbar-icon-item-user-leave{
    background-image: url("https://p0.meituan.net/csc/4a106867c76cc5b67bbef79207804529980.png");
}
.tabbar-icon-item-user-active{
    background-image: url("https://p0.meituan.net/csc/4b99368df6b7ae74a1299d1b3d5cfb741011.png");
}