.flbox {
        display: flex;
        height: 30px;
        align-items: center;
        margin-top:30px;
         margin-bottom:20px;}
    

    .filter_ul {
        display: flex;
        margin: 0px;}

    .fltitle {
        font-weight: bold;
        font-size: 18px;
        color: #000000;}

    .filter_a {
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        padding: 9px 27px;
        background-color: #F1F1F1;
        margin-left: 16px;
        border-radius: 26px;}

    .filter-item.current a {
        color: #fff;
        font-weight: 600;}

    .filter-item.current {
        background-color: #b21f24;}

