.component_cate_list {
    display: flex;
    gap: 4px;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

#center1_category_list {
    padding-left: 0;
}

#center1_group_category {
    padding: 0;
}

#center2_collector_category {
    padding: 0;
}

.component_cate_list::-webkit-scrollbar {
    display: none;
}

.component_cate_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    min-width: 70px;
    padding: 8px;
    border: 1px solid #e0d5c1;
    border-radius: 8px;
    background: #fff;
}

.component_cate_img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    margin-bottom: 4px;
}

.component_cate_name {
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
}
