.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 {
    font-size: 14px;
    cursor: pointer;
    color: #666;
    line-height: 20px;
}
.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: 25px 50px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
}

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

.drygoods_bg .list_filter .active {
    color: #ff6a00;
}
.drygoods_bg .drygoods_banner {
    width: 1200px;
    height: 78px;
    margin: 10px auto 0 auto;
    position: relative;
}
.drygoods_bg .drygoods_banner img{
    width: 1200px;
    height: 78px;
}
.drygoods_bg .drygoods_banner .drygoods_banner_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 137px;
    transform: translateY(-50%);
}
.drygoods_bg .drygoods_banner .drygoods_banner_box .drygoods_banner_left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.drygoods_bg .drygoods_banner .drygoods_banner_box .drygoods_banner_left .banner_left_name{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight:700;
    color: #FF5100;
    margin-bottom: 8px;
}
.drygoods_bg .drygoods_banner .drygoods_banner_box .drygoods_banner_left .banner_left_bottom{
    display: flex;
    align-items: center;
}
.drygoods_bg .drygoods_banner .drygoods_banner_box .drygoods_banner_left .banner_left_bottom .bottom_phone{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #886E44;
    margin-right: 22px;
}
.drygoods_bg .drygoods_banner .drygoods_banner_box .drygoods_banner_left .banner_left_bottom .bottom_btn{
    width: 84px;
    height: 25px;
    background: #FF6B01;
    border-radius: 13px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
}

.drygoods_bg .drygoods_banner .drygoods_banner_box .drygoods_banner_content{
    font-size: 22px;
    font-family: OPPOSans;
    font-weight: 500;
    color: #FFFFFF;
    width: 349px;
    height: 48px;
    background: linear-gradient(0deg, #FF4E00 17%, #FF7200 83%);
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    margin:  0 63px 0 54px;
}

.drygoods_bg .drygoods_banner .drygoods_banner_box .drygoods_banner_right{
    width: 311px;
    height: 58px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #886E44;
}

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

.drygoods_bg .drygoods_main .dm_left .dl_one {
    box-sizing: border-box;
    padding: 30px;
    background: #ffffff;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .dl_tle {
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .dl_tip {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 19px;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .dl_tip .dlt_date {
    margin: 0 20px 0 10px;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .dl_msgbox {
    margin-top: 15px;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 40px;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .dl_msgbox img {
    width: 605px;
    height: 100%;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .updown_article {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .updown_article .ua_button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .updown_article .ua_button .uab_top {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .updown_article .ua_button .uab_bottom {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

.drygoods_bg .drygoods_main .dm_left .dl_two {
    margin: 22px 0 0;
    position: relative;
}

.drygoods_bg .drygoods_main .dm_left .dl_two .dlt_banner {
    width: 100%;
}
.drygoods_bg .drygoods_main .dm_left .dl_two .dl_two_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 30px 0 36px;
}
.drygoods_bg .drygoods_main .dm_left .dl_two .dl_two_box .dl_two_left {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 28px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #5D2303;
}
.drygoods_bg .drygoods_main .dm_left .dl_two .dl_two_box .dl_two_right {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #976F53;
}
.drygoods_bg .drygoods_main .dm_left .dl_two .dl_two_box .dl_two_right img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.drygoods_bg .drygoods_main .dm_left .dl_three {
    width: 100%;
    /*height: 370px;*/
    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;
    background-color: #fff;
}

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

.drygoods_bg .drygoods_main .dm_left .dl_three .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_left .dl_three .dl_hot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    overflow: hidden;
}

.drygoods_bg .drygoods_main .dm_left .dl_three .dl_hot .dlh_item {
    cursor: pointer;
}

.drygoods_bg .drygoods_main .dm_left .dl_three .dl_hot .dlh_item:not(:first-child) {
    /*margin-left: 18px;*/
}

.drygoods_bg .drygoods_main .dm_left .dl_three .dl_hot .dlh_item .dlh_items{
    display: flex;
    margin-bottom: 10px;
}

.drygoods_bg .drygoods_main .dm_left .dl_three .dl_hot .dlh_item .dlh_items .dlhi_img {
    width: 134px;
    height: 100px;
    object-fit: cover;
}

.drygoods_bg .drygoods_main .dm_left .dl_three .dl_hot .dlh_item .dlh_items .dlhi_box .dlhi_tle {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    margin-top: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 268px;
}

.drygoods_bg .drygoods_main .dm_left .dl_three .dl_hot .dlh_item .dlh_items .dlhi_msg {
    width: 268px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.drygoods_bg .drygoods_main .dm_left .dl_four {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    height: 130px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 78px 0 22px;
    margin-bottom: 20px;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left{
    display: flex;
    align-items: center;
}
.drygoods_bg .drygoods_main .dm_left img{
    width: 88px;
    height:88px;
    margin-right: 15px;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .dl_four_left_box_top{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .dl_four_left_box_top .box_top_name{
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333333;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .dl_four_left_box_top .box_top_name_orange{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #292929;
    width: 136px;
    height: 28px;
    background: #FFE0A9;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    margin: 0 10px 0 12px;
    white-space: nowrap;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .dl_four_left_box_top .box_top_name_green{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    width: 88px;
    height: 28px;
    background: #24B374;
    border-radius: 4px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .dl_four_left_box_top .box_top_name_green span{
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .dl_four_left_box_top .box_top_name_ip{
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #292929;
    display: flex;
    align-items: center;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .dl_four_left_box_top .box_top_name_ip img{
    width: 10px;
    height: 12px;
    margin-right: 8px;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .box_bottom{
    display: flex;
    align-items: center;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_left .dl_four_left_box .box_bottom_item{
    display: flex;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    background: #F4F4F4;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 6px 10px;
    margin-right: 10px;
    cursor: pointer;
}
.drygoods_bg .drygoods_main .dm_left .dl_four .dl_four_right{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    width: 137px;
    height: 42px;
    background: linear-gradient(0deg, #FF5107 0%, #FF7800 100%);
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
}

.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: 456px;
    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: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item .aitem-img {
    width:96px;
    height: 78px;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item .aitem-box{
    max-width: 140px;
    margin-left: 6px;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item .aitem-box .aitem_desc {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item .aitem-box .aitem_time{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
.drygoods_bg .drygoods_main .dm_right .dmr_two_aside .aside_item:hover {

}

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

.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: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
}

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

.drygoods_bg .drygoods_main .dm_right .dmr_four_asides {
    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_asides img {
    width: 260px;
    height: 260px;
}

.drygoods_bg .drygoods_main .dm_right .dmr_four_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_four_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_four_asides .dmrf_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    cursor: pointer;
}

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

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

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

.drygoods_bg .drygoods_main .dm_right .dmr_four_asides .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_asides .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_asides .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;
}
.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_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;
    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;
}

.drygoods_bg .drygoods_main .dm_left .dl_one .dl_msgbox h2{
    font-size: 18px;
    margin: 20px 0px;
    letter-spacing: 1px;
    color: #ff6a00;
    font-weight: 600;
    border-left: 6px solid #ff6a00;
    margin-left: -30px;
    padding-left: 30px;
}
.drygoods_bg .drygoods_main .dm_left .dl_one .dl_msgbox p{
    padding-bottom: 15px;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    word-wrap: break-word;
    text-indent: 2em;
}
.drygoods_bg .drygoods_main .dm_left .dl_one .dl_msgbox p a{
    color:#ff6a00;
    text-decoration: none;
}
.drygoods_bg .drygoods_main .dm_left .dl_one .dl_msgbox p a:hover{
    color:#ff6a00;
    text-decoration: underline;
}
.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;
  }