.product-category-sec {
    height: auto;
    min-height: auto;
    margin-bottom: 1.07rem;
    color: #4a4a4a;
}

.product-category-sec h2 {
    text-align: center;
    font-size: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.48rem;
    font-weight: 400;
}

.product-category-sec .category-list {
    list-style: none;
    padding: 0;
}

.product-category-sec .category-list li {
    width: calc((100% - 0.66rem) / 3);
    float: left;
    margin-bottom: 0.4rem;
    padding: 0;
}

.product-category-sec .category-list li:not(:nth-child(3n)){
    margin-right: 0.33rem;
}

.product-category-sec .category-list li .product-img {
    background: #f4f5f7;
    font-size: 0;
}

.product-category-sec .category-list li img {
    width: 100%;
}

.product-category-sec .category-name {
    margin-top: 0.08rem;
    font-size: 0.2rem;
    height: 0.47rem;
    line-height: 0.47rem;
    text-align: center;
    color: #4a4a4a;
    border: 1px solid #dcdcdc;
}

.product-list-sec {
    height: auto;
    min-height: auto;
}

.product-list-sec .content-wrap .product-title {
    margin-bottom: 0.62rem;
}

.product-list-sec .content-wrap h3 {
    background: #c9c9c9;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #4a4a4a;
    font-size: 0.3rem;
    padding: 0 0.18rem;
    font-weight: 400;
}

.product-list-sec .product-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-list-sec .product-list li {
    width: calc((100% - 0.66rem) / 3);
    float: left;
    margin-bottom: 0.73rem;
}

.product-list-sec .product-list li:not(:nth-child(3n)){
    margin-right: 0.33rem;
}

.product-list-sec .product-list li .product-img {
    background: #fff;
    border: solid 1px #d2d2d2;
    font-size: 0;
}

.product-list-sec .product-list li img {
    width: 100%;
}

.product-list-sec .product-name {
    margin-top: 0.23rem;
    font-size: 0.18rem;
    text-align: center;
    color: #4a4a4a;
    padding: 0 0.05rem;
}

.recommend-sec {
    height: auto;
    min-height: auto;
    margin-top: 1.18rem;
    margin-bottom: 0.9rem;
}

.recommend-sec h2 {
    text-align: center;
    font-size: 0.4rem;
    color: #4a4a4a;
    margin-bottom: 0.58rem;
    font-weight: 400;
}

.recommend-sec .product-list {
    list-style: none;
    padding: 0;
}

.recommend-sec .product-list li {
    width: calc((100% - 0.22rem) / 2);
    float: left;
    margin-bottom: 0.4rem;
}

.recommend-sec .product-list li:nth-child(2n+1){
    margin-right: 0.22rem;
}

.recommend-sec .product-list li img {
    width: 100%;
}

.recommend-sec .product-list li .product-img {
    font-size: 0;
}

@media all and (-ms-high-contrast:none) {
    .product-category-sec .category-list li:not(:nth-child(3n)) {
        margin-right: 0.32rem;
    }

    .product-list-sec .product-list li:not(:nth-child(3n)) {
        margin-right: 0.32rem;
    }

    .product-list-sec .product-list li .product-img {
        border: solid 1.5px #d2d2d2;
    }

    .recommend-sec .product-list li:nth-child(2n+1) {
        margin-right: 0.21rem;
    }
}

@media screen and (max-width: 750px) {
    .product-category-sec {
        margin-bottom: 1.2rem;
    }

    .product-category-sec h2 {
        font-size: 0.4rem;
        margin-top: 0.77rem;
        margin-bottom: 0.55rem;
        padding: 0;
    }

    .product-category-sec .content-wrap {
        padding: 0 0.2rem;
    }

    .product-category-sec .category-list li:not(:nth-child(3n)) {
        margin-right: 0.2rem;
    }

    .product-category-sec .category-list li {
        width: calc((100% - 0.4rem) / 3);
        margin-bottom: 0.3rem;
    }

    .product-category-sec .category-name {
        height: 0.52rem;
        line-height: 0.52rem;
        font-size: 0.24rem;
        margin-top: 0.05rem;
    }

    .product-list-sec .content-wrap {
        padding: 0 0.2rem;
    }

    .product-list-sec .content-wrap .product-title {
        margin-bottom: 0.37rem;
    }

    .product-list-sec .product-list li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .product-list-sec .product-list li:not(:nth-child(2n)) {
        margin-right: 0.3rem;
    }

    .product-list-sec .product-list li {
        width: calc((100% - 0.3rem) / 2);
        margin-bottom: 0.9rem;
    }

    .recommend-sec {
        margin-top: 0.9rem;
        margin-bottom: 0.56rem;
    }

    .recommend-sec .content-wrap {
        padding: 0 0.2rem;
    }

    .recommend-sec .product-list li:nth-child(2n+1) {
        margin-right: 0.13rem;
    }

    .recommend-sec .product-list li {
        width: calc((100% - 0.13rem) / 2);
        margin-bottom: 0.3rem;
    }
}
