<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.drygoods_bg {
    background: #f7f9fd;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 43px;
}

.drygoods_bg .bread_crumbs {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    box-sizing: border-box;
}

.drygoods_bg .bread_crumbs .bc_span {
    cursor: pointer;
    color: #666;
}
.drygoods_bg .bread_crumbs .bc_span:hover {
    cursor: pointer;
    color: #ff6c03;
}
.drygoods_bg .bread_crumbs .bc_span:not(:last-child)::after {
    content: '&gt;'; /* 娣诲姞 "&gt;" 绗﹀彿 */
    padding-left: 3px;
}

.drygoods_bg .list_filter {
    width: 1200px;
    margin: 10px auto 0;
    height: 70px;
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    padding: 10px 50px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 77px;
    transition: all 0.5s;
}

.drygoods_bg .list_filter .show_all_filters {
    border: 1px solid #ececec;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 23px;
    right: 30px;
    padding: 5px;
    cursor: pointer;
    user-select: none;
}

.drygoods_bg .list_filter .lf_item {
    max-width: 120px;
    height: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 40px;
    font-size: 16px;
    cursor: pointer;
    line-height: 50px;
}
.drygoods_bg .list_filter .lf_item a {

    color: #666666;

}

.drygoods_bg .list_filter .lf_item .active {
    color: #ff6a00;
}

.drygoods_bg .list_filter_autoheight {
    height: auto;
}

.drygoods_bg .drygoods_main {
    width: 1200px;
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.drygoods_bg .drygoods_main .dm_left {
    width: 1200px;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
}

.drygoods_bg .drygoods_main .dm_left .dml_box {
    display: flex;
    flex-wrap: wrap;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item {
    width: 277px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_left {
    width: 277px;
    height: 169px;
    border-radius: 4px;
    overflow: hidden;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_left .il_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_right {
    width: 100%;
    padding: 9px 0 7px;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_right .itemr_tle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    max-width: 277px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_right .itemr_tle .new_falge {
    color: #ff793b;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_right .itemr_desc {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_right .itemr_desc .itemr_price {
    height: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff4200;
    line-height: 18px;
    margin: 10px 0;
}
.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_right .itemr_desc .itemr_look {
    color: #666;
    font-size: 12px;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item .item_right .itemr_main {
    height: 72px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drygoods_bg .drygoods_main .dm_left .dml_box .dml_item:not(:nth-of-type(4n + 1)) {
    margin-left: 15px;
}

.drygoods_bg .drygoods_main .dm_left .dml_pagination {
    margin: 40px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.drygoods_bg .drygoods_main .dm_left .dml_pagination .el-pagination.is-background .btn-next,
.drygoods_bg .drygoods_main .dm_left .dml_pagination .el-pagination.is-background .btn-prev,
.drygoods_bg .drygoods_main .dm_left .dml_pagination .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #fff;
    color: #888;
    min-width: 30px;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
}

.drygoods_bg .drygoods_main .dm_left .dml_pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ff6a00;
    color: #fff;
}
</pre></body></html>