<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header__welcome{
    line-height: 50px;
}

.header__top,.header__content,.footer{
    /*padding: 0 8%;*/
}
.g-container{
    min-width: 1100px;
}
.newlist {
    width: 323px;
}

@media(max-width: 992px) {
    body, .header, .header__top, .g-container, .h5, .navbar-expand-lg,
    .container-fluid, .banner, .swiper, #swiper-wrapper-e8a575579c7c67e3,
    .swiper-slide, .swiper-slide img, .swiper-pagination, .page-main,
    .page-content, .footer, .a_list {
        width: 100vw !important;
        min-width: 0 !important;
    }
    .banner {
        margin-top: 28px;
    }
    .leftNav {
        display: none;
    }
    .relate-product .ivu-row a {
        width: 48%;
        display: flex;
        justify-content: center;
    }
    .ivu-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .ivu-col-span-8 {
        width: 90%;
    }
}
@media(max-width: 768px) {
    .relate-product .ivu-row a {
        width: 100%;
    }
}
@media(max-width: 576px) {
    .site-logo {
        width: 85px;
        height: 35px;
    }
    .swiper-slide img {
        height: 140px !important;
         object-fit: fill !important;
    }
    .detail-pn div a {
        width: 52%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .relate-history .item, .his-title {
        width: 100%;
    }
}
@media(max-width: 375px) {
    .saleItem {
        width: 110%;
        margin-left: -15px;
    }
}
</pre></body></html>