.tabbar-wrap{    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 1004;
}
.tabbar-box{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 1004;color: #8A8A8A;height: 56px;background: #f2f2f2;}
.tabbar-box .tabbar{display:flex;width: 100%;height: 55px;position: relative;border-top: 1px solid #e9e9e9;justify-content: space-between;}
.tabbar-plus{width: 66px;height: 84px;border: 1px solid #e9e9e9;border-bottom: none;background-color: #f2f2f2;border-radius: 66px 66px 0 0;position: absolute;z-index:1006;top: -30px;left: 50%;transform: translate(-50%,0);box-sizing: border-box;padding-top: 7px;}
.tabbar-plus:after{content: '';width: 66px;height: 100%;background: #f2f2f2;position: absolute;top: 30px;left: -1px;}
.tabbar-plus-text{text-align: center;position: absolute;z-index: 1;width: 100%;bottom: 0;font-size: 12px;color: #999;}
.release-icon-wrap{position: absolute;width: 52px;height: 52px;z-index: 1;left: -50%;right: -50%; margin: 0 auto 0;border-radius: 50px;}
.release-icon{transition: all .5s;height: 100%;width: 100%;}
.release-icon.active{transform: rotate(45deg);}
.tabbar-item{width: 33%;padding-top: 10px;}
.tabbar-item .img-wrap{justify-content: center;display: flex;}
.icon-red{height: 6px;width: 6px;background: red;border-radius: 50%;margin-right: -6px;display: none;}
.tabbar-wrap .border-none{border: none;}
.tabbar-wrap .weui-mask{
    opacity: 0;
    display: none;
    transition: all .5s;
}
.tabbar-wrap .weui-mask.active{
    opacity: 1;
    display: block;
}
.release-type{display:none;position: fixed;left: 0;bottom: 0; transform: translate(0, 1002%);backface-visibility: hidden;z-index: 1003;width: 100%;transition: all .3s;background-color: #f2f2f2;border-radius: 11px 11px;box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.34);padding: 40px 0 110px;text-align: center;}
.release-type.active{ transform: translate(0, 0%);}
.release-type .item-box{display: flex;}
.release-type .type-item{flex: 1;display: flex;flex-direction: column;align-items: center;}
.release-type img{height: 54px;width: 54px;}
.release-type p{font-size: 14px;color: #666;margin-top: 10px;}
.pTop8{padding-top: 8px;}