<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* products */
.section-content-list .product-item {
    display: block;
    background-color: rgba(240, 240, 240, 1);
    width: 224px;
    /*height: 360px;*/
    position: relative;
    margin: 30px 8px 38px;
}

.section-content-list .product-item .product-img {
    width: 224px;
    height: 224px;
}

.section-content-list .product-item .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-content-list .product-item .product-txt {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 224px;*/
    /*height: 360px;*/
}

.section-content-list .product-item .product-txt .product-txt-views {
    height: 78px;
    width: 224px;
}

.section-content-list .product-item .product-txt .product-txt-views .product-txt-views-group {
    width: 59px;
    height: 78px;
    background: url(../img/4cd0b3f2e95f85368de637be95bdc8c5.png)
    100% no-repeat;
    background-size: 100% 100%;
    margin-left: 23px;
}

.section-content-list .product-item .product-txt .product-txt-views .product-txt-views-group .product-txt-views-icon {
    width: 47px;
    height: 17px;
    margin: 15px 0 0 6px;
}

.section-content-list .product-item .product-txt .product-txt-views .product-txt-views-group .product-txt-views-icon img {
    width: 13px;
    height: 17px;
}

.section-content-list .product-item .product-txt .product-txt-views .product-txt-views-group .product-txt-views-icon span {
    width: 31px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "PingFangSCMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
}

.section-content-list .product-item .product-txt .product-txt-views .product-txt-views-group .product-txt-views-txt {
    width: 59px;
    height: 13px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "PingFangSCMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    line-height: 13px;
    margin: 8px 0 0;
}

.section-content-list .product-item .product-txt .product-txt-group {
    width: 224px;
    height: 70px;
    padding: 10px;
}

.section-content-list .product-item .product-txt .product-txt-group .product-txt-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(17, 17, 17, 1);
    font-size: 16px;
    font-family: "PingFangSCMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: inherit;
}

.section-content-list .product-item .product-txt .product-txt-group .product-txt-attr .product-attr-price {
    overflow-wrap: break-word;
    color: rgba(246, 18, 1, 1);
    font-size: 14px;
    font-family: "PingFangSCMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

/* products */

.list-item {
    margin: 30px 5px 0;
}

.section-content-nav {
    margin-top: 30px;
}

.list-box {
    padding: 0 20px 30px;
}

.list-item .list-img {
  height: 179px;
}</pre></body></html>