.show_more{
    font-size: 12px;
}
.show_block{
    display: flex;
    height: 32px;
    background: #fff;
    padding: 0 12px 0 12px;
    border-radius: 50px;
    position: relative;
    transition: background .2s linear;
    cursor: pointer;
    align-items: center;
    width: 110px;
}
.show_block:hover{
    background: #167C92;
    color: #fff;
}
.over{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 860px;


}

