.product-category-section {
    width: 100%;
    background-color: #f7f7f7;
}

.product-category-section .product-category-top {
    background-image: url(/dist/img/background/bg_23.webp);
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: repeat;
}

.product-category-section .product-category-top .product-category-top-contain {
    width: 1400px;
    margin: 0 auto;
    color: #fff;
    padding-top: 50px;
}

.product-category-section .product-category-top .product-category-top-contain p {
    line-height: 1.8;
}

.product-category-container {
    width: 100%;
}

.product-category-container .product-category-contain {
    width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
}

.product-category-container .product-category-contain .product-category-item{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.product-category-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    align-items: center;
}

.product-category-title img{
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.product-category-title h2{
    margin-left: 5px;
}

.product-category-item-contain{
    padding: 15px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;

}

.product-category-item-contain-name{
    /* margin-bottom: 30px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-name{
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.product-name:hover{
    color: #007bff;
    text-decoration: underline;
}

.product-category-num{
    color: #848383;
    font-size: 13px;
}
