.list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.list ul li {
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list.list-2 ul li {
    flex: 0 1 50%;
    width: 50%;
    max-width: 50%;
}

.list.list-3 ul li {
    flex: 0 1 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
}

.list.list-4 ul li {
    flex: 0 1 25%;
    width: 25%;
    max-width: 25%;
}

.list.list-7 ul li {
    flex: 0 1 14.28571%;
    width: 14.28571%;
    max-width: 14.28571%;
}

.post-list.list {
    padding-bottom: 50px;
}
.post-list.list ul {
    margin-bottom: 50px;
}
.post-list.list ul li {
    margin-bottom: 50px;
}

.btn-show-more {
    height: 60px;
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #111111;
    background-color: #ffffff;
    display: block;
    letter-spacing: 0.5px;
    margin: 60px auto;
    -webkit-transition: border-color 300ms, background-color 300ms ease-out;
    -moz-transition: border-color 300ms, background-color 300ms ease-out;
    -ms-transition: border-color 300ms, background-color 300ms ease-out;
    -o-transition: border-color 300ms, background-color 300ms ease-out;
    transition: border-color 300ms, background-color 300ms ease-out;
    display: none;
}

.btn-show-more.active {
    display: block;
}

.btn-show-more:hover {
    border-color: #023586;
    background-color: rgba(2, 53, 134, 0.15);
}

.img .badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #023586;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 8px;
    color: #fff;
}


.category-block {
    margin-bottom: 100px;
}

.category-block .category-title {
    font-size: 18px;
    color: #023586;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #023586;
    margin-bottom: 60px;
}

.product-body .category-block {
    margin-bottom: 48px;
}

.page-list li {
    margin-bottom: 40px;
}

.page-list li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .list.list-4 ul li {
        flex: 0 1 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }
}

@media screen and (max-width:989px) {
    .list.list-3 ul li {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .list ul {
        margin: 0 -10px;
    }

    .list ul li {
        padding: 10px;
    }

    .list.list-2 ul li {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
    }

    .bread-now-list.list.list-2 ul li {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .list.list-4 ul li {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
    }

    .category-block {
        margin-bottom: 80px;
    }

    .category-block .category-title {
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 680px) {
    .list.list-3 ul li {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .list.list-2 ul li {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .category-block {
        margin-bottom: 60px;
    }

    .category-block .category-title {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .list.list-4 ul li {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .list.list-4.list-2-m ul li {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
    }

    .list.list-4-m ul li {
        flex: 0 1 25%;
        width: 25%;
        max-width: 25%;
    }

    .list.list-3-m ul li {
        flex: 0 1 33.333333%;
        width: 33.333333%;
        max-width: 33.333333%;
    }

    .product-slide-list-container {
        padding: 0;
    }

    .category-block {
        margin-bottom: 50px;
    }

    .category-block .category-title {
        margin-bottom: 30px;
    }
}