.fade-three-enter-active[data-v-5bcc7ca0],
.fade-three-leave-active[data-v-5bcc7ca0] {
    -webkit-transition: opacity .15s;
    transition: opacity .15s
}

.fade-three-enter[data-v-5bcc7ca0],
.fade-three-leave-to[data-v-5bcc7ca0] {
    opacity: 0
}

.footBox[data-v-5bcc7ca0] {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000
}

.footBox .navFoot[data-v-5bcc7ca0] {
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center
}

.footBox .navFoot .tab-item[data-v-5bcc7ca0],
.footBox .navFoot[data-v-5bcc7ca0] {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center
}

.footBox .navFoot .tab-item[data-v-5bcc7ca0] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 8vh;
    -ms-flex-align: center
}

.footBox .navFoot .tab-item>img[data-v-5bcc7ca0] {
    width: 7vw;
    height: 7vw
}

.footBox .navFoot .tab-item>span[data-v-5bcc7ca0] {
    font-size: 3.2vw;
    font-weight: 400;
    color: #999
}

.footBox .navFoot .tab-item .on[data-v-5bcc7ca0] {
    color: #f13b10
}

.footBox .navFoot .bigItem[data-v-5bcc7ca0] {
    z-index: 1
}

.footBox .navFoot .bigItem>img[data-v-5bcc7ca0] {
    -webkit-animation: animateImg-data-v-5bcc7ca0 .9s ease-in-out;
    animation: animateImg-data-v-5bcc7ca0 .9s ease-in-out
}

@-webkit-keyframes animateImg-data-v-5bcc7ca0 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    25% {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes animateImg-data-v-5bcc7ca0 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    25% {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@supports (bottom:env(safe-area-inset-bottom)) {
    .footBox[data-v-5bcc7ca0] {
        padding-bottom: env(safe-area-inset-bottom)
    }
}

@supports (bottom:constant(safe-area-inset-bottom)) {
    .footBox[data-v-5bcc7ca0] {
        padding-bottom: constant(safe-area-inset-bottom)
    }
}

[data-v-5bcc7ca0] .van-tabbar {
    height: 8vh
}

[data-v-5bcc7ca0] .van-tabbar .van-tabbar-item__icon>img {
    width: 7vw;
    height: 7vw
}