@media(max-width: 992px) {
    .header, .header__top, .g-container, .h5, .navbar-expand-lg, .container-fluid,
    .popular, .page-navigation, .justify-content-center, .footer, .a_list, body {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .ivu-col-span-8 {
        width: 50%;
    }
    .saleItem {
        height: auto;
        padding: 0 25px 16px;
    }
    .saleItem .saleItem__type, .saleItem .saleItem__info dl dt span, .saleItem .saleItem__footer .saleItem__footer__button--price {
        font-size: 14px;
    }
    .saleItem .saleItem__intro, .saleItem .saleItem__info dl dd {
        font-size: 12px;
    }
    .saleItem__footer .saleItem__footer__collection {
        margin-top: -22px !important;
    }
    .saleItem__footer__button--detail {
        width: 100px;
        display: block !important;
    }
}
@media(max-width: 768px) {
    .popular .ivu-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ivu-col-span-8 {
        width: 80%;
    }
}
@media(max-width: 576px) {
    .site-logo {
        width: 90px;
        height: 35px;
    }
}
