.tabbar {
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 100%); */
    background: #E60103;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    margin: 0px;
    padding: 0px;
    height: 55px;
    box-shadow: 0px 4px 1px #f2f2f2, 0px -1px 4px #ccc;
}

.tabbar .tabbar-item {
    padding: 0px;
    margin: 0px;
}

.tabbar .tabbar-item-text {
    margin-top: -8px;
    font-size: 10pt;
}
.tabbar .icon {
    font-size: 20pt;
}

.tabbar .tabbar-item a {
    color: #ff9696;
    text-align: center;
}
.tabbar .tabbar-item a.active {
    color: #fff;
}

.tabbar .tabbar-item a.active img {
    border-color: #fff !important;
    opacity: 1 !important;
}