/*--=========================================--
 *  tabbar样式
 *  loke 2018-06-27 17:23:19
 *--=========================================--*/

.sui-tabbar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 0 10px;
    a {
        text-decoration: none !important;
    }
    >span {
        flex: 1;
        flex-direction: row;
        text-align: center;
        display: inline-block;
        color: #999;
        line-height: 16px;
        font-size: 12px;
        >i {
            width: 100%;
            display: inline-block;
            font-size: 24px;
            margin-bottom: 5px;
        }
        >a {
            width: 100%;
            display: inline-block;
        }
        &.active {
            color: #1296db;
        }
    }
}
