a {
    color: #111C30;
    background: transparent;
    text-decoration: none
}


.table-bar {
    position: fixed;
    bottom: 0;
    height: 0.98rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
    color: #9CA0B6 !important;
    background-color: #fff;
    z-index: 99;
}

.table-bar .active i {
    color: #0F8CFF;
}

.table-bar .active span {
    color: #182432;
}

.table-bar i {
    font-size: 0.395rem;
}

.table-bar div {
    flex: 1;
}

.table-bar div a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    height: 0.98rem;
    padding-top: 0.1rem;
    padding-bottom: 0.08rem;
    box-sizing: border-box;
    color: #9CA0B6 !important;
    position: relative;
}

.table-bar div span {
    font-size: 0.24rem;
    height: 0.28rem;
    padding-top: 0.02rem;
    line-height: 0.28rem;
    transform: scale(0.95);
    margin-top: 0.04rem;
}

#unreadBubble {
    display: block;
    min-width: 0.39rem;
    height: 0.39rem;
    line-height: 0.39rem;
    text-align: center;
    font-size: 12px;
    background-color: #F64D4D;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0.95rem;
    border-radius: 0.18rem;
    box-sizing: border-box;
}
