.drygoods_bg {
    background: #f7f9fd;
    box-sizing: border-box;
    padding-top: 10px;
}

.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: '>'; /* 添加 ">" 符号 */
    padding-left: 3px;
}


.drygoods_bg .list_filter {
    width: 1200px;
    margin: 20px 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 {

    color: #666666;

}
.drygoods_bg .list_filter .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: 900px;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #ffffff;
}

.drygoods_bg .drygoods_main .dm_left .dml_item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
    padding-top: 22.5px;
}
.drygoods_bg .drygoods_main .dm_left .dml_item:hover {
    transform: translateY(-5px);
    /*box-shadow: inset 0px 0px 1px 1px #e9e9e9a1;*/
}
.drygoods_bg .drygoods_main .dm_left .dml_item:first-child {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
    padding-top: 0px;
}

.drygoods_bg .drygoods_main .dm_left .dml_item .item_left {
    width: 190px;
    height: 144px;
    margin-right: 20px;
    line-height: 144px;
    text-align: center;
    font-size: 20px;
    font-family: DOUYU;
    font-weight: normal;
    color: #ffffff;
}

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

.drygoods_bg .drygoods_main .dm_left .dml_item .item_right {
    max-width: 625px;
    padding: 9px 0 7px;
}

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


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

.drygoods_bg .drygoods_main .dm_left .dml_item .item_right .itemr_time {
    height: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin: 10px 0;
}

.drygoods_bg .drygoods_main .dm_left .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_pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.drygoods_bg .drygoods_main .dm_left .dml_pagination .pagination {
    display: flex;
    justify-content: center;
    /*margin-top: 60px;*/
    width: 900px;
    overflow-x: auto;
    overflow-y: hidden;
}
.drygoods_bg .drygoods_main .dm_left .dml_pagination .pagination .page-item{
}
.drygoods_bg .drygoods_main .dm_left .dml_pagination .pagination .page-items a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg) 8px 7px no-repeat;
}
.drygoods_bg .drygoods_main .dm_left .dml_pagination .pagination .page-itemss a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg)  8px 7px no-repeat;
    background-position: -21px 7px;
}
.drygoods_bg .drygoods_main .dm_left .dml_pagination .pagination .page-item-prev a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg) 8px 7px no-repeat;
    background-position: 7px -21px;
}
.drygoods_bg .drygoods_main .dm_left .dml_pagination .pagination .page-item-next a{
    background: white url(https://oss.71go.com/newsite0610/img/page_bg.jpg) 8px 7px no-repeat;
    background-position: -21px -21px;
}
.drygoods_bg .drygoods_main .dm_left .dml_pagination .pagination .page-item .active{
    border-color: #ff6a00;
    color: #ff6a00;
}

.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;
}

.drygoods_bg .drygoods_main .dm_right {
    width: 285px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside {
    width: 285px;
    height: 350px;
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_banner {
    height: 86px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dgl3.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_banner .dmrob_tleone {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 11px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_banner .dmrob_tletwo {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main {
    padding: 20px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_type {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_type .type_item {
    width: 46px;
    height: 46px;
    background: #f5f7fb;
    border: 1px solid #efefef;
    border-radius: 4px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    box-sizing: border-box;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_type .type_active {
    background: #ff6a00;
    border: 1px px solid #e94700;
    border-radius: 4px;
    color: #ffffff;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_fitem {
    margin-top: 14px;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_citem {
    margin-top: 14px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_citem .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #8c8c8c;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_citem .el-checkbox .el-checkbox__label {
    color: #8c8c8c;
    font-size: 14px;
    line-height: 22px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_citem .el-checkbox__input.is-checked .el-checkbox__inner,
.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_citem .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    border-color: #ff6a00;
    background-color: #ff6a00;
    border-radius: 50%;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_citem .el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #ff6a00;
    border-radius: 50%;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .dmrom_citem .el-checkbox__inner:hover {
    border-color: #ff6a00;
}

.drygoods_bg .drygoods_main .dm_right .dmr_one_aside .dmro_main .sub_btn {
    width: 245px;
    height: 46px;
    background: #ff6a00;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    margin-top: 18px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside {
    width: 285px;
    height: 406px;
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .section_tle {
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    line-height: 30px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .section_tle .scm_tle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    height: 100%;
    margin-right: 10px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item {
    margin-top: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item a {
    display: flex;
    align-items: center;

}
.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg4.png);
    display: inline-block;
    color: #333333;
    text-align: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    padding-right: 4px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item .aitem_msg {
    margin-left: 4px;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item:nth-child(2) .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg1.png);
    display: inline-block;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 13px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item:nth-child(3) .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg2.png);
    display: inline-block;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 13px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item:nth-child(4) .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg3.png);
    display: inline-block;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 13px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item:hover .aitem_msg {

    text-decoration-color: #333333;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_asides {
    width: 285px;
    /*height: 406px;*/
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .section_tle {
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    line-height: 30px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .section_tle .scm_tle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    height: 100%;
    margin-right: 10px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item {
    margin-top: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item a {
    display: flex;
    align-items: flex-start;

}
.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item a img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg4.png);
    display: inline-block;
    color: #333333;
    text-align: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    padding-right: 4px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}


.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item .aitem_box  {
    height: 80px;
   display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item .aitem_box .aitem_msg {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    max-width: 128px;
    height: 42px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item .aitem_box .itemr_time {
    height: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin: 10px 0;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item:nth-child(2) .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg1.png);
    display: inline-block;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 13px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item:nth-child(3) .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg2.png);
    display: inline-block;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 13px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item:nth-child(4) .rank_other {
    width: 20px;
    height: 20px;
    background: url(https://oss.71go.com/newindex/seo/drygoods/dg3.png);
    display: inline-block;
    color: #ffffff;
    text-align: left;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 13px;
    width: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}

.drygoods_bg .drygoods_main .dm_right .dmr_two_asides .aside_item:hover .aitem_box .aitem_msg {

    text-decoration-color: #333333;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside {
    width: 285px;
    height: 406px;
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .section_tle {
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    line-height: 30px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .section_tle .scm_tle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    height: 100%;
    margin-right: 10px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item .item_left {
    width: 122px;
    height: 64px;
    overflow: hidden;
    position: relative;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item .item_left .il_shadow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item .item_left .il_shadow img {
    width: 25px;
    height: 25px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item .item_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item .item_right {
    width: 112px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item .item_right .ir_tle {
    width: 112px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.drygoods_bg .drygoods_main .dm_right .dmr_three_aside .dmrt_item .item_right .ir_lable {
    margin-top: 13px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside {
    width: 285px;
    height: 285px;
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

}
.drygoods_bg .drygoods_main .dm_right .dmr_four_aside img {
    width: 260px;
    height: 260px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .section_tle {
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    line-height: 30px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .section_tle .scm_tle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    height: 100%;
    margin-right: 10px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .dmrf_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .dmrf_item .item_left {
    width: 69px;
    height: 69px;
    overflow: hidden;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .dmrf_item .item_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .dmrf_item .item_right {
    width: 161px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .dmrf_item .item_right .ir_tle {
    width: 161px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .dmrf_item .item_right .ir_price {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ff6a00;
    margin-top: 9px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_aside .dmrf_item .item_right .ir_lable {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
.dgfooter {
    height: 100px;
    bottom: 0;
    left: 0;
    position: sticky;
    z-index: 9;
    margin-left: -11%;
    background: rgba(0, 0, 0, .7);
    min-width: 100vw;
        background-color: rgba(0, 0, 0, 0.774); /* 背景颜色，您可以根据需要更改 */
        padding: 10px;
        text-align: center;
        box-shadow: 0 -2px 4px rgba(0,0,0,0.1); /* 底部阴影效果 */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    margin-top: 75px;
  }
  .dgfooter .mm{
    width: 147px;
    transform: translateY(-34px);
  }
  .dgf_tips{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0 20px;
  }
  .dgf_tips span{
    color: #e61;
  }
  .ask_btn{
    height: 40px;
    border-radius: 4px;
    background: #e61;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
  }
  .ask_btn:hover{
    background: rgb(231, 127, 62)
  }
  .footer a {
    color: #007bff; /* 文字颜色，您可以根据需要更改 */
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
  }
  .footer a:hover {
    text-decoration: underline;
  }
.drygoods_bg .drygoods_main .dm_right .dmr_six_aside {
    width: 285px;
    /*height: 285px;*/
    background: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_right .dmr_six_aside .section_tle {
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    line-height: 30px;
}
.drygoods_bg .drygoods_main .dm_right .dmr_six_aside ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}
.drygoods_bg .drygoods_main .dm_right .dmr_six_aside ul .aside_item{
   margin: 0 6px 6px 0;
}
.drygoods_bg .drygoods_main .dm_right .dmr_six_aside ul .aside_item a{
   
}
.drygoods_bg .drygoods_main .dm_right .dmr_six_aside ul .aside_item a .aitem_msg{
   box-sizing: border-box;
    padding: 4px 8px;
    background-color: #f1f1f1;
    color: #333333;
    border-radius: 10px;
}