.fade-transform-enter-active,.fade-transform-leave-active{transition:all .3s}.fade-transform-enter{opacity:0;transform:translateY(1000px)}.fade-transform-leave-to{opacity:0;transform:translateY(-1000px)}.gropuSpace{width:100%;height:100%}.gropuSpace_content{width:100%;min-height:calc(100% - 50px);font-size:12px;padding-bottom:50px;transform-style:preserve-3d;background:#f5f5f5}.tabbar{position:fixed;bottom:0;width:100%;height:50px;display:flex;background-color:#fff}.tabbar .tabbar_item{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;font-size:12px;color:#b7b7b7}.tabbar .tabbar_item .icon{width:20px;height:18px;margin-bottom:4px}.tabbar .tabbar_item .active{color:#1b96ff;font-weight:500}