.aui-navBar{
    background: #ffffff;
}

.aui-navBar-item{
    width: 15%;
    height: 100%;
    text-align: center;
    line-height: 0.9rem;
}

.aui-center{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.2rem;
}

.aui-active{
    color: #ff5e53;
    border-bottom: 2px solid #ff5e53;
}

.aui-content-title{
    height: 100%;
    line-height: 0.9rem;
}

.aui-header-item-icon{
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
    padding: 0;
    flex: 1;
}

.aui-header-item-icon img{
    width: 0.9rem;
}