.tab-bar[data-v-9db71a15] {
    width: 100%;
    height: 3.125rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: .03125rem solid #f2f2f2;
    padding: 3px;
    z-index: 999;
    box-sizing: border-box
}

@media screen and (min-width: 400px) {
    .tab-bar[data-v-9db71a15] {
        left: 50%;
        transform: translate(-50%);
        max-width: 400px;
        width: 400px
    }
}

.tab-bar-item[data-v-9db71a15] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all .2s ease
}

.icon-wrapper[data-v-9db71a15] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease
}

.icon-wrapper[data-v-9db71a15]:active {
    transform: scale(.9)
}

.iconfont[data-v-9db71a15] {
    font-size: 1.5rem;
    transition: color .3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.active-icon[data-v-9db71a15] {
    color: #ff7900;
    transform: scale(1.05)
}

.inactive-icon[data-v-9db71a15] {
    color: #999
}

.scan-btn[data-v-9db71a15] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
    padding: 5px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    transition: transform .2s ease
}

.scan-btn[data-v-9db71a15]:active {
    transform: scale(.95)
}

.scan-icon[data-v-9db71a15] {
    width: 3.4375rem;
    height: 3.4375rem;
    background: linear-gradient(to bottom, #feae24, #ff7900);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: .15625rem;
    box-shadow: 0 3px 10px rgba(255, 121, 0, .3)
}