/**组件样式**/
/**组件样式**/
/**组件样式**/
.flbox {
        display: flex;
        height: auto;
        align-items: center;}

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

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

    .filter_a {
        font-weight: 600;
        font-size: 16px;
        color: #000000;
        padding: 9px 20px;
        background-color: #F1F1F1;
        margin-left: 16px;
        border-radius: 22px;
margin-top:20px;}

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

    .filter-item.current {
        background-color: rgb(1, 137, 144);}
