﻿@media (max-width: 1199px) {
    .second-class, .topProductType {
        display: none;
    }

    .product-list
    {
        margin-bottom: 20px;
    }

    .product-list li {
        width: 50%;
        margin: 0px;
        box-sizing: border-box;
    }

    .product-list li .imgBox
    {
        width: 100%;
        padding-bottom: 61.6%;
        height: auto;
    }
}