.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .title-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .title-ul .list {
    padding-bottom: 1px;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    margin: 0 20px;
}

.header .title-ul .list.active {
    padding-bottom: -1px;
    border-bottom: 2px solid;
    color: #C88900;
    font-size: 15px;
}

.header .aui-iconfont {
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
}