.member-price-size{
	font-size: 14px;
}
.member-price-box{
	vertical-align:middle;
}
.member-price-bg{
	font-size: 9px;
	display: inline-block;
	background: #000;
	padding: 0 3px;
	position: relative;
	margin-left: 5px;
}
.member-price-bg::before{
	content: '';
	display: block;
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAKUlEQVQYV2PUVpdv/s/IlM/IwMD7//+/ViDNwKCmJiXCwsha9p+B4SYAmSIIyWAL9SAAAAAASUVORK5CYII=) no-repeat;
	top: 0;
	left: -3px;
	width: 4px;
	height: 2px;
}
.member-price{
	font-size: 9px;
	display: inline-block;
	color: #FFFFFF;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFC694), to(#FFE2C2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*特权省*/
.member-dis {
    font-size: 10px;
    height: 16px;
    line-height: 17px;
    border-radius:8px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 7px;
    white-space: nowrap;
}

.member-dis-bg {
    display: inline-block;
    background: #000;
    padding: 0 3px 0 8px;
    position: relative;
    height: 20px;
}

.member-dis-price {
    font-size: 9px;
    display: inline-block;
    color: #FFFFFF;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFC694), to(#FFE2C2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -0.5px;
}
.member-dis-fg{
    position: relative;
}
.member-dis-fg>span{
    display: block;
    height: 24px;
    width: 8px;
    background-color: #000;
    position: absolute;
    top: -4px;
    left: -5px;
    transform: rotate(10deg);
}
.member-dis-right{
    color: #FFFFFF;
    display: inline-block;
    height: 16px;
    padding: 0 10px 0 10px;
    background: -webkit-linear-gradient(left, #FFC1A2 , #FF6D25); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FFC1A2, #FF6D25); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FFC1A2, #FF6D25); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FFC1A2 , #FF6D25); /* 标准的语法（必须放在最后）*/
}

/*商品分组商城版本1.6.0*/
.display-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-1{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 50%;
}

.shop_group_container{
    position: relative;
}
.shop_group .shop_group_title{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 45px;
    /* 1/29 */
    z-index: 10;
    background: #fff;
}
.shop_group .shop_group_box{
    font-size: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
.shop_group .shop_group_box.shop_group_box_btn{
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
}
.shop_group .shop_group_list{
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}
.shop_group .shop_group_select{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding-left: 5px;
}
.shop_group .shop_group_sort{
    width: 40px;
}
.shop_group .shop_group_sort>img{
    width: 14px;
    height: 14px;
    margin: 13px;
}
.shop_group .shop_group_sort.rotate>img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
}
.shop_group .shop_group_list::-webkit-scrollbar {
    display: none;
}
.shop_group .shop_group_list li{
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
    font-size: 0;
    color: #333;
    /*1/28*/
    /* margin-right: 10px; */
}
.shop_group .shop_group_list li>span{
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 1;
	/*12/15*/
    padding: 14px 5px 5px;
    /*1/28*/
    font-weight:600;
}
/*1/21*/
.shop_group .shop_group_list li div{
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.shop_group .vice_back{
    position: absolute;
    background: #FF0036;
}
.shop_group .goods_super{
    display:flex;
    overflow: hidden;
}
/*1/21end*/
.shop_group .shop_group_list li div span{
    color: #999;
    font-size: 11.5px;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 59px;
    height: 18px;
     border-radius: 10px;
     padding: 0 3px;
}
.shop_group .shop_group_list li div span.active{
    font-size: 12px;
    color: #fff;
    /*background: #FF0036;*/
   
}
.shop_group .shop_group_list li .line{
	display: none;
	width: 15px;
	height: 3px;
	border-radius: 1.5px;
	background-color:#FF0036;
	margin: 0 auto;
}
.shop_group .shop_group_list li.active{
	color: #FF0036;
}
.shop_group .shop_group_list li.active .line{
	display: block;
}
.shop_group .shop_group_data{
    padding: 15px 15px 0;
}
.shop_group .shop_group_data>li{
    display: inline-block;
    height: 25px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 14px;
    color: #5d5d5d;
    border-radius: 4px;
    background-color: #F5F5F5;
    /*12/15*/
    line-height: 27px;
    text-align: center;
    padding: 0 15px;
}
.shop_group .shop_group_data li.active{
    background-color: #FF0036;
    color: #fff;
}

.shop_group .svod-mask{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    /* 1/29 */
    z-index: 9;
}

/* 商品列表start */
.shop_group .shop_group_content{
    /*1/28*/
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    /*1/28*/
    /*3/5*/
    padding-top: 0px;
    min-height: 80px;
}
.shop_group .shop_group_content::-webkit-scrollbar {
    display: none;
}
.shop_group .shop_group_content ul{
    font-size: 0;
    width: calc(50% - 5px);
}
.shop_group .shop_group_content .shop_group_ul_left{
    margin-right: 7px;
}
.shop_group .shop_group_content li{
    margin-bottom: 18.5px;
    background-color: #fff;
    overflow: hidden;
}
.shop_group .shop_group_content_bg{
    /*12/15*/
    height: 192px;
    position: relative;
    /*1/28*/
    border-radius: 4px;
    margin-bottom: 7px;
    overflow: hidden;
    /*1/28*/
       display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.shop_group .shop_group_content_bg .shop_group_img{
    height: 100%;
    /**1/28/
    /*background-color: #F5F5F5;*/
    align-items: center;
    justify-content: center;
    /*1/28*/
    border-radius: 4px;
}
.shop_group .shop_group_content_bg .shop_group_img>img{
    max-width: 100%;
    /*1/28*/
    width: 100%;
    /* max-height: 100%; */
    border-radius: 4px;
}
/*8/31*/
.shop_group .shop_group_content_bg .shop_group_img .sold_out_img{
    width: 100%;position: absolute;left: 0;top: 50%;z-index: 3;transform: translateY(-50%);background: rgba(0,0,0,0.4);height: 100%;display: flex;
    align-items: center;
    justify-content: center;
}
/*8/31end*/
.shop_group .goods_name{
    font-size: 14px;
    color: #5d5d5d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    /*1/28*/
    font-weight: 500;
    width: 94%;
}
/*商品标签*/
.shop_group .goods_tag{
    margin-bottom: 5px;
}
.shop_group .goods_tag div{
    display: inline-block;
    color: #F36889;
    font-size: 10px;
    background: #FDE1E7;
    border-radius: 15px;
    /*1/28*/
        padding: 0px 6px;
    margin: 5px 3px 0px 0;
}
/*12/15*/
.shop_group .goods_tag p{
    /*min-width: 30px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14px;
padding-top: 2px;
margin: 0;
}

/*商品标签end*/
.shop_group .goods_price{
    color: #333;
}
.shop_group .goods_price .big{
    /*1/28*/
    font-size: 13px;
}
.shop_group .goods_price .big_s{
    /*1/28*/
    font-size: 16px;
}
.shop_group .pro_count{
    color: #999;
    font-size: 11px;
}
/* 商品列表end */
/*商品分组end*/
/* 控制层的样式11/26 */
.trade6 p.tip{text-align:center}
.trade6 p.tip .red{color:red}
.position-r{position:relative}
.trade6 .list-img{
	position: absolute;
    display: none;
    width: 200px;
    top: -100px;
    left: 200px;
    border: 1px solid #e5e5e5;
    height: 300px;
    overflow: hidden;
}
.trade6 .control-list{overflow:visible}
.trade6 .position-r a:hover + .list-img{display:block}

.trade6 .dataset-add{ min-width: 40px;
    width: 40px;
    height: 40px;
    display: block;
    padding: 0;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.trade6 .control_list1{
    position: relative;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 45px 0;
    margin-bottom: 15px;
}
.trade6 .huodong_1{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #999;
}
.trade6 .edit-menu{
    position: absolute;
    top: 8px;
    right: 10px;
}
 .trade6 .edit-menu i{
       color: #e4eaec;
       font-size: 16px;
   }
   /*3/5*/
   .shop_group_list_content::-webkit-scrollbar{
       display: none;
   }
   
/*商品组件static*/
.border-dashed-hui{
   border: dashed 1px #f1f4f5;
}
.line-height-100{
   line-height: 100px;
}
.border-radius-5{
   border-radius: 5px;
}
.shop-remove{
   position: absolute !important;
   top: 5px;
   right: 5px;
   z-index: 10;
   font-size: 14px;
   cursor: pointer;
}
.shop-modul-ul{
    padding: 0 15px;
}
.shop-modul-ul.none-style{
    padding: 0;
}
.shop-modul-ul .shop-modul-li{
    background-color: #fff;
    overflow: hidden;
}
.shop-modul-ul.one-list .shop-modul-li{
    width: 100%;
    margin-bottom: 10px;
}
.shop-modul-ul.two-list .shop-modul-li{
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 8px;
}
.shop-modul-ul.two-list .shop-modul-li:nth-child(2n){
    margin-right: 0;
}
.shop-modul-ul.three-list .shop-modul-li{
    width: calc(33.33% - 6px);
    margin-right: 9px;
    margin-bottom: 10px;
}
.shop-modul-ul.three-list .shop-modul-li:nth-child(3n){
    margin-right: 0;
}
.shop-modul-ul.four-list .shop-modul-li{
    width: 100%;
    padding: 10px 0;
}
.shop-modul-ul .modul-img{
    width: 100%;
    position:relative;
    overflow: hidden;
    border-radius: 8px;
}
/*8/31*/
.shop-modul-ul .modul-img .sold_out_img{
    width: 100%;position: absolute;left: 0;top: 50%;z-index: 3;transform: translateY(-50%);background: rgba(0,0,0,0.4);height: 100%;
}
.custom-goods li .img .sold_out_img{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.45);
    width: 100%;
    height: 100%;
}
/*8/31end*/
.shop-modul-ul.four-list .modul-img{
    width: 120px;
    margin-right: 8px;
}
.shop-modul-ul.none-style .modul-img{
    border-radius: 0;
}
.shop-modul-ul .modul-img:after{
    position:relative;
	content:'';
	display:block;
	padding-bottom:100%;
}
.shop-modul-ul.one-list .modul-img.bg-height:after{
	padding-bottom:66.66%;
}
.shop-modul-ul .modul-img img{
    width: 100%;
    height: auto;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.shop-modul-ul.one-list .modul-title{
    font-size: 17px;
    color: #333;
    margin-top: 5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul.two-list .modul-title{
    font-size: 15px;
    color: #333;
    margin-top: 5px;
    line-height: 1.3;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul.three-list .modul-title{
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    line-height: 1.3;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul.four-list .modul-title{
    font-size: 15px;
    color: #333;
    line-height: 1.3;
    min-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul.one-list .modul-describe{
    font-size: 13px;
    color: #F1B465;
    margin-top: 5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul.two-list .modul-describe{
    font-size: 13px;
    color: #F1B465;
    margin-top: 5px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul.three-list .modul-describe{
    font-size: 12px;
    color: #F1B465;
    margin-top: 5px;
    line-height: 1.3;
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul.four-list .modul-describe{
    font-size: 13px;
    color: #F1B465;
    line-height: 1.3;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul .modul-label{
    margin-top: 8px;
}
.shop-modul-ul .modul-label li{
    font-size: 12px;
    padding: 2px 4px;
    border: solid 1px #FAE2E4;
    background-color: #FFEEF3;
    margin-right: 4px;
    color: #FF3445;
    line-height: 1;
    border-radius: 2px;
}
.shop-modul-ul.one-list .modul-price{
    margin-top: 12px;
    line-height: 1;
}
.shop-modul-ul.one-list .modul-price .modul-price-left .min-price{
    font-size: 17px;
    color: #F24F4C;
}
.shop-modul-ul.one-list .modul-price .modul-price-left .min-price span{
    font-size: 25px;
}
.shop-modul-ul.one-list .modul-price .modul-price-left .max-price{
    font-size: 14px;
    color: #999999;
    text-decoration: line-through;
    margin-left: 8px;
}
.shop-modul-ul.one-list .modul-price .modul-price-right{
    font-size: 13px;
    color: #999;
}
.shop-modul-ul.two-list .modul-price-left{
    margin-top: 8px;
    line-height: 1;
}
.shop-modul-ul.two-list .modul-price-left .min-price{
    font-size: 14px;
    color: #F24F4C;
}
.shop-modul-ul.two-list .modul-price-left .min-price span{
    font-size: 20px;
}
.shop-modul-ul.two-list .modul-price-left .max-price{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
}
.shop-modul-ul.two-list .modul-price-right{
    font-size: 12px;
    color: #999;
    margin-top: 6px;
    line-height: 1;
}
.shop-modul-ul.three-list .modul-price-left{
    margin-top: 6px;
    line-height: 1;
}
.shop-modul-ul.three-list .modul-price-left .min-price{
    font-size: 13px;
    color: #F24F4C;
}
.shop-modul-ul.three-list .modul-price-left .min-price span{
    font-size: 15px;
}
.shop-modul-ul.three-list .modul-price-left .max-price{
    font-size: 10px;
    color: #999;
    text-decoration: line-through;
    margin-top: 2px;
}
.shop-modul-ul.four-list .modul-price{
    line-height: 1;
}
.shop-modul-ul.four-list .modul-price .modul-price-left .min-price{
    font-size: 14px;
    color: #F24F4C;
}
.shop-modul-ul.four-list .modul-price .modul-price-left .min-price span{
    font-size: 20px;
}
.shop-modul-ul.four-list .modul-price .modul-price-left .max-price{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
}
.shop-modul-ul.four-list .modul-price .modul-price-right{
    font-size: 12px;
    color: #999;
}
/*商品组件end*/


/*重构组件样式start*/
.shop-list{
    width: 88px;
    height: 88px;
    border: 1px solid #EBEEF5;
    border-radius: 2px;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 12px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}
.shop-list .shop-list-img{
    display: block;
    width: 100%;
    height: 100%;
}
.shop-list .shop-list-del{
    display: none;
    width: 76px;
    height: 76px;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    padding-top: 29px;
    background-color: rgba(0, 0, 0, 0.63);
    text-align: center;
    line-height: 76px;
    font-size: 0;
}
.shop-list .shop-list-del img{
    width: 18px;
    height: 18px;
}
.shop-list:hover .shop-list-del{
    display: block;
}
.bg-tm{
    background: rgba(0, 0, 0, 0) !important;
}

.new_shop_group .shop_group_title{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 45px;
    z-index: 10;
}
.new_shop_group .shop_group_box{
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
}
.new_shop_group .shop_group_box.shop_group_box_btn{
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
    background-color: #fff;
}
.new_shop_group .shop_group_list{
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}
.new_shop_group .shop_group_select{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding-left: 5px;
}
.new_shop_group .shop_group_sort{
    width: 40px;
}
.new_shop_group .shop_group_sort>img{
    width: 14px;
    height: 14px;
    margin: 13px;
}
.new_shop_group .shop_group_sort.rotate>img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
}
.new_shop_group .shop_group_list::-webkit-scrollbar {
    display: none;
}
.new_shop_group .shop_group_list li{
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
    font-size: 0;
    color: #333;
}
.new_shop_group .shop_group_list li>span{
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 1;
    padding: 14px 5px 5px;
    font-weight: 600;
}
.new_shop_group .shop_group_list li div{
    position: relative;
}
.new_shop_group .vice_back{
    position: absolute;
    background: #FF0036;
}
.new_shop_group .goods_super{
    display:flex;
    overflow: hidden;
}
.new_shop_group .shop_group_list li div span{
    color: #999;
    font-size: 11.5px;
    width: 59px;
    height: 18px;
    border-radius: 10px;
    padding: 0 3px;
}
.new_shop_group .shop_group_list li div span.active{
    font-size: 12px;
}
.new_shop_group .shop_group_list li .line{
	width: 15px;
	height: 3px;
	margin: 0 auto;
}
.new_shop_group .shop_group_data{
    padding: 15px 15px 0;
}
.new_shop_group .shop_group_data>li{
    display: inline-block;
    height: 28px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 12px;
    color: #323233;
    border-radius: 14px;
    background-color: #F7F8FA;
    line-height: 28px;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
.new_shop_group .shop_group_data li.active{
    background-color: #FF0036;
    color: #fff;
}

.new_shop_group .svod-mask{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

/* 商品列表start */
.new_shop_group .shop_group_content{
    box-sizing: border-box;
    min-height: 80px;
    font-size: 0;
}
.new_shop_group .shop_group_content::-webkit-scrollbar {
    display: none;
}
.new_shop_group .shop_group_content ul{
    font-size: 0;
}
.new_shop_group .shop_group_content .shop_group_ul_left{
    margin-right: 7px;
}
.new_shop_group .shop_group_content li{
    margin-bottom: 7px;
    background-color: #fff;
    overflow: hidden;
}
.new_shop_group .shop_group_content_bg{
    height: 192px;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.new_shop_group .shop_group_content_bg .shop_group_img{
    height: 100%;
    align-items: center;
    justify-content: center;
    /* border-radius: 4px; */
}
.new_shop_group .shop_group_content_bg .shop_group_img>img{
    max-width: 100%;
    width: 100%;
    /* border-radius: 4px; */
}
.new_shop_group .shop_group_content_bg .shop_group_img .sold_out_img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new_shop_group .goods_content{
    padding: 0 10px 10px;
}
.new_shop_group .goods_name{
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    line-height: 1.3;
}
.new_shop_group .goods_tag{
    margin-bottom: 10px;
}
.new_shop_group .goods_tag div{
    display: inline-block;
    border: 1px solid #FAE2E4;
    color: #FF3445;
    font-size: 12px;
    background: #FFEEF3;
    border-radius: 2px;
    padding: 0 2px;
    margin: 4px 4px 0px 0;
}
.new_shop_group .goods_tag p{
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 14px;*/
    line-height: 1.3;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.new_shop_group .goods_price{
    color: #F24F4C;
    line-height: 1;
}
.new_shop_group .goods_price .big{
    font-size: 12px;
    margin-right: 2px;
}
.new_shop_group .goods_price .big_s{
    font-size: 18px;
}
.new_shop_group .pro_count{
    color: #999;
    font-size: 12px;
    line-height: 1;
}
/* 重构组件样式end */

.shop-modul-ul.one-list .modul-title-new{
    font-size: 17px;
    color: #333;
    margin-top: 12px;
    line-height: 1.3;
}
.shop-modul-ul.two-list .modul-title-new{
    font-size: 15px;
    color: #333;
    margin-top: 5px;
    line-height: 1.3;
}
.shop-modul-ul.three-list .modul-title-new{
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    line-height: 1.3;
}
.shop-modul-ul.four-list .modul-title-new{
    font-size: 15px;
    color: #333;
    line-height: 1.3;
}
.shop-modul-ul .modul-title-new.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.shop-modul-ul .modul-title-new.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.shop-modul-ul.new.four-list{
    padding: 10px;
    background-color: #fff;
}
.shop-modul-ul.new.four-list .shop-modul-li{
    padding: 0;
    position: relative;
}
.shop-modul-ul.new.four-list .shop-modul-li.style_1{
    padding: 5px;
    margin-bottom: 10px;
}
.shop-modul-ul.new.four-list .shop-modul-li.style_2{
    padding: 10px 0;
}
.shop-modul-ul.new.four-list .shop-modul-li.style_2::after{
    content: " ";
    display: block;
    height: 1px;
    width: calc(100% - 128px);
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.shop-modul-ul.new.four-list .shop-modul-li.style_2:nth-last-child(1)::after{
    display: none;
}
.shop-modul-ul.new.four-list .shop-modul-li:nth-last-child(1){
    margin-bottom: 0;
}
.shop-modul-ul.new.four-list .modul-img{
    border-radius: 4px;
    overflow: hidden;
    height: 120px;
}
.shop-modul-ul.new.four-list .modul-center{
    padding: 2px 5px 2px 0;
    min-height: 120px;
    box-sizing: border-box;
}
.shop-modul-ul .other-price{
    height: 16px;
    line-height: 1;
}
.shop-modul-ul .other-price .left{
    background-color: #2b2821;
    padding: 0 4px;
    font-size: 11px;
    color: #f1dfc9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.shop-modul-ul .other-price .right{
    padding: 0 4px 1px;
    background-color: #f3d0b4;
    background-image: -webkit-gradient(linear,left top,right top,from(#fcdcc1),to(#f3d0b4));
    background-image: linear-gradient(90deg,#fcdcc1,#f3d0b4);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #160f06;
    font-size: 10px;
}
.shop-modul-ul .other-price .right big{
    font-size: 13px;
}
.shop-modul-ul .other-price.one{
    margin-left: 12px;
    margin-bottom: 4px;
}
.shop-modul-ul .other-price.two{
    margin-top: 6px;
}
.shop-modul-ul.new.three-list .modul-describe{
    min-height: auto;
}
.margin-top-5{
    margin-top: 5px;
}
.shop-modul-ul.new.two-list .modul-price-left .min-price{
    font-size: 12px;
}
.shop-modul-ul.new.two-list .modul-price-left .min-price span{
    font-size: 18px;
}
.shop-modul-ul.new .shop-modul-li:nth-last-child(1){
    margin-bottom: 0;
}
.shop-modul-ul.new.two-list .bottom_0:nth-last-child(2){
    margin-bottom: 0;
}
.shop-modul-ul.new.three-list .bottom_0:nth-last-child(2){
    margin-bottom: 0;
}
.shop-modul-ul.new.three-list .bottom_0:nth-last-child(3){
    margin-bottom: 0;
}
.shop-modul-ul.new.three-list .bottom_2:nth-last-child(2){
    margin-bottom: 0;
}
.shop-modul-ul.new.four-list .modul-label li{
    margin-bottom: 2px;
}

/* 1.24.4让利比例 start */
.concession-ratio{
    margin-top: 4px;
    height: 17px;
    /*padding: 0 6px;*/
    box-sizing: border-box;
}
.concession-ratio .text{
    padding: 0 3px 0 4px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    font-size: 10px;
    line-height: 1;
    color: #FFDF00;
    background: linear-gradient(to bottom, #707070, #2E2727);
    position: relative;
}
.concession-ratio .text::before{
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -2px;
    z-index: 2;
}
.concession-ratio .ratio{
    padding: 0 4px 0 3px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    font-size: 12px;
    line-height: 1;
    color: #2E2727;
    background-color: #FFDF00;
    position: relative;
}
.concession-ratio .ratio::after{
    content: " ";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -2px;
    z-index: 2;
}
/* 1.24.4让利比例 end */
.shop-modul-load{
    height: 38px;
    background-color: #fff;
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
    border-radius: 4px;
}