/*flex兼容写法*/
/* 定义 */
.flex-def {display: -webkit-flex; display: flex; }
/* 主轴居中 */
.flex-zCenter {-webkit-justify-content: center;justify-content: center;}
/* 主轴居中 */
.flex-zAround {-webkit-justify-content: space-around;justify-content: space-around;}
/* 主轴两端对齐 */
.flex-zBetween {-webkit-justify-content: space-between;justify-content: space-between;}
/* 主轴end对齐 */
.flex-zEnd {-webkit-justify-content: flex-end;justify-content: flex-end;}
/* 主轴start对齐 */
.flex-zStart {-webkit-justify-content: start;justify-content: start;}
/* 侧轴居中 */
.flex-cCenter {-webkit-align-items: center;align-items: center;}
/* 侧轴start对齐 */
.flex-cStart {-webkit-align-items: start;align-items: start;}
/* 侧轴底部对齐 */
.flex-cEnd {-webkit-align-items: flex-end;align-items: flex-end;}
/* 侧轴文本基线对齐 */
.flex-cBaseline {-webkit-align-items: baseline;align-items: baseline;}
/* 侧轴上下对齐并铺满 */
.flex-cStretch {-webkit-align-items: stretch;align-items: stretch;}
/* 主轴从上到下 */
.flex-zTopBottom {-webkit-flex-direction: column;flex-direction: column;}
/* 主轴从下到上 */
.flex-zBottomTop {-webkit-flex-direction: column-reverse;flex-direction: column-reverse;}
/* 主轴从左到右 */
.flex-zLeftRight {-webkit-flex-direction: row;flex-direction: row;}
/* 主轴从右到左 */
.flex-zRightLeft {-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}
/* 是否允许子元素伸缩 */
.flex-item {-webkit-flex-grow: 1;flex-grow: 1;}
/*子元素换行*/
.flex-wrap {-moz-flex-wrap:wrap;flex-wrap:wrap;}
/* 子元素的显示次序 */
.flex-order{-webkit-order: 1;order: 1;}
/*元素比例*/
.flex-one{-webkit-flex: 1; flex: 1;}

/* WebKit browsers */ 
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc;}
/* Mozilla Firefox 4 to 18 */ 
input:-moz-placeholder,textarea:-moz-placeholder{color:#ccc;}
/* Mozilla Firefox 19+ */  
input::-moz-placeholder,textarea::-moz-placeholder{color:#ccc;}   
/* Internet Explorer 10+ */
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#ccc;} 
.page-tab-main{height:45px;position:relative;font-size:0;
/*box-shadow:0 0 5px 5px rgba(0,0,0,0.1);*/
}
.page-tab-list{height:45px;width:100%;background-color:#fff;position:relative;z-index:10;}
.page-tab-list .list{font-size:14px;color:#5D5D5D;width:33.33%;text-align:center;}
.page-tab-list .list .arrow{width:16px;height:16px;margin-left:8px;display:inline-block;background-color:#B2B2B2;}
.page-tab-list .list .arrow>img{width:100%;height:100%;}
.page-tab-list .list.skin-color .arrow{transform:rotate(180deg);}
.industry-main{position:fixed;bottom:0;left:0;width:100%;height:100vh;font-size:0;z-index:1000;}
.industry-shadow{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);}
.industry-content{position:absolute;bottom: 0px;left:0;background-color:#fff;padding-left:5%;width:100%;height:200px;
/*max-height:100%;*/
z-index:9;overflow-y:auto;box-sizing: border-box;}
.industry-content .list{padding-right:4%;border-bottom:solid 1px #f1f1f1;height:50px;box-sizing: border-box;}
.industry-content .list:last-child{border-bottom:0;}
.industry-content .list .name{font-size:14px;color:#5D5D5D;}
.industry-content .list .check-btn{width:20px;height:20px;}

.mescroll-main{
    /*min-height:calc(100vh - 45px);*/
}
.mescroll-list{font-size:0;overflow:hidden;}
.mescroll-list .list,.mescroll-list .list-new{background-color:#fff;padding:15px 4%;}
.mescroll-list .list .center,.mescroll-list .list-new .center{justify-content:flex-start;-webkit-justify-content:flex-start;}
.mescroll-list .list .img-box,.mescroll-list .list-new .img-box{width:70px;height:70px;border-radius:4px;overflow:hidden;}
.mescroll-list .list .img-box>img,.mescroll-list .list-new .img-box>img{max-width:100%;width:100%;height:100%;object-fit: cover;}
.mescroll-list .list .text-box,.mescroll-list .list-new .text-box{margin-left:12px;width:calc(100% - 82px);}
.mescroll-list .list .name,.mescroll-list .list-new .name{font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.mescroll-list .list .score,.mescroll-list .list-new .score{width:60px;height:10px;position:relative;}
.mescroll-list .list .score-bg,.mescroll-list .list-new .score-bg{background-size:100% 100%;display:block;height:100%;background-repeat:no-repeat;background-size:auto 100%;}
.mescroll-list .list .score-up,.mescroll-list .list-new .score-up{position:absolute;top:0;left:0;background-image:url(../../../../web/static/images/score_2.png);}
.mescroll-list .list .score-down,.mescroll-list .list-new .score-down{background-image:url(../../../../web/static/images/score_1.png);width:100%;}
.mescroll-list .list .num,.mescroll-list .list-new .num{font-size:10px;color:#5D5D5D;margin-left:7px;}
.mescroll-list .list .small,.mescroll-list .list-new .small{font-size:12px;color:#999;}
.mescroll-list .list .small .address,.mescroll-list .list-new .small .address{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.mescroll-list .list .position>span:last-child,.mescroll-list .list-new .position>span:last-child{margin-left:5px;}
.mescroll-list .list .position>span:nth-child(1),.mescroll-list .list-new .position>span:nth-child(1){max-width: 120px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}


/*右侧控制器*/
.shop-league-store{
    border: 1px solid #eee;
    border-radius: 5px;
}
.shop-league-list{
    font-size: 0;
    width: 361px;
}
.shop-league-list>li{
    width: 82px;
    margin-right: 10px;
    height: 82px;
    margin-bottom: 10px;
    border: 2px dashed #eee;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
    padding: 2px;
}
.shop-league-list>li .shop-league-img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.shop-league-list>li:nth-child(4n){
    margin-right: 0;
}
.shop-league-list>li:last-child{
    text-align: center;
    background-color: #FAFAFA;
}
.shop-league-del{
    color: #B1B1B1;
    font-size: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #B1B1B1;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.shop-league-list>li:last-child>span{
    color: #D6D6D6;
    font-size: 20px;
    display: inline-block;
    margin-top: 25%;
}
.shop-league-list>li:last-child>div{
    font-size: 14px;
}

.shop-league-not{
    padding: 100px 0 100px;
    text-align: center;
}
.shop-league-not>img{
    width: 170px;
    height: 170px;
    margin-bottom: 8px;
}
.shop-league-not .shop-league-text{
    font-size: 13px;
    color: #999;
    line-height: 1;
}
/*新门店列表*/
.mescroll-list .list-new .text-box{margin-left:12px;width: calc(100% - 90px);}
.mescroll-list .list-new{
    border-radius: 8px;
    margin: 6px 0;
}
.mescroll-list .list-new .img-box{
    min-width: 78px;
    height:78px;
}
.promotion-shop-box{
    border-top: 1px solid #F1F1F1;
}
.promotion-shop{
    font-size: 10px;
    padding-top: 6px;
}
.promotion-shop .icon{
    background: #FDF1ED;
    color: #EB592D;
    border-radius: 50%;
    font-size: 10px;
    width: 14px;
    height: 14px;
}
.promotion-shop .shop-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    margin-left: 10px;
}
.promotion-shop .discount{
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    color: #EB592D;
}
.promotion-shop .price{
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    color: #999999;
    text-decoration: line-through;
}
.margin-bottom-0{
    margin-bottom: 0px!important;
}
.margin-bottom-22{
    margin-bottom: 22px!important;
}
.new-trade100361-draw-proportion-box{
    position: relative;
    font-size: 10px;
    color: #FF384B;
    min-height: 14px;
    line-height: 14px;
    border-radius: 4px;
    background: #FAEDB8;
    margin: 4px 0;
}
.new-trade100361-draw-proportion-box .new-trade100361-draw-proportion-icon{
    position: relative;
    z-index: 2;
    width: 9px;
    height: 9px;
    margin:2.5px 8px 0 5px;
}
.new-trade100361-draw-proportion-box .new-trade100361-draw-proportion-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 14px;
    z-index: 1;
}
.new-trade100361-draw-proportion-box .new-trade100361-draw-proportion-title{
    border-radius:0 4px 4px 0;
    padding:0 5px 0 0;
    background: #FAEDB8;
}
/*商品列表start*/
.mescroll-shop-list{
    font-size: 0;
    overflow: hidden;
}
.mescroll-shop-list .shop-list-new{
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
    width: calc(50% - 5px);
    margin-right: 10px;
}
.mescroll-shop-list .shop-list-new:nth-child(2n){
    margin-right: 0;
}
.mescroll-shop-list .shop-list-new .img-box{
    position: relative;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.mescroll-shop-list .shop-list-new .img-box::after {
    content: " ";
    display: block;
    padding-top: 100%;
}
.mescroll-shop-list .shop-list-new .img-box .state{
    height: 16px;
    position: absolute;
    left: 0;
    top: 8px;
}
.mescroll-shop-list .shop-list-new .img-box .state .type{
    line-height: 16px;
    background: -webkit-linear-gradient(to right, #FF5050, #FF7700);
    background: -moz-linear-gradient(to right, #FF5050, #FF7700);
    background: linear-gradient(to right, #FF5050, #FF7700);
    border-top-left-radius: 6px;
    padding: 0 4px 0 6px;
    font-size: 12px;
    color: #fff;
}
.mescroll-shop-list .shop-list-new .img-box .state .num{
    line-height: 16px;
    background: -webkit-linear-gradient(to right, #FFC8C7, #FFE2C9);
    background: -moz-linear-gradient(to right, #FFC8C7, #FFE2C9);
    background: linear-gradient(to right, #FFC8C7, #FFE2C9);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 6px;
    padding: 0 6px 0 3px;
    font-size: 12px;
    color: #FF5A3D;
}
.mescroll-shop-list .shop-list-new .text-box{
    padding: 8px;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
}
.mescroll-shop-list .shop-list-new .text-box .discount{
    position: absolute;
    left: 8px;
    top: -14px;
    z-index: 1;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: -webkit-linear-gradient(to right, #F9D423, #FF4E50);
    background: -moz-linear-gradient(to right, #F9D423, #FF4E50);
    background: linear-gradient(to right, #F9D423, #FF4E50);
    font-size: 12px;
    color: #fff;
}
.mescroll-shop-list .shop-list-new .text-box .name{
    height: 39px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.mescroll-shop-list .shop-list-new .text-box .store{
    margin-top: 6px;
    line-height: 1;
}
.mescroll-shop-list .shop-list-new .text-box .store .text{
    font-size: 12px;
    color: #999;
    margin-left: 2px;
    max-width: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.mescroll-shop-list .shop-list-new .text-box .store .store-distance{
    font-size: 12px;
    color: #999;
}
.mescroll-shop-list .shop-list-new .text-box .price{
    margin-top: 10px;
    line-height: 1;
    align-items: baseline;
}
.mescroll-shop-list .shop-list-new .text-box .price .now-price{
    font-size: 17px;
    color: #F24F4C;
}
.mescroll-shop-list .shop-list-new .text-box .price .now-price span{
    font-size: 14px;
}
.mescroll-shop-list .shop-list-new .text-box .price .original_price{
    margin-left: 4px;
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}
.mescroll-shop-list .shop-list-new .text-box .price .sold{
    margin-left: 4px;
    font-size: 12px;
    color: #5D5D5D;
}
.mescroll-shop-list .shop-list-new .text-box .num{
    font-size: 12px;
    color: #5D5D5D;
    line-height: 1;
    margin-top: 8px;
}
.mescroll-shop-list .shop-list-new .text-box .integral-box{
    font-size: 11px;
    line-height: 1;
    margin-top: 10px;
    border-radius: 3px;
}
.mescroll-shop-list .shop-list-new .text-box .integral-box-left{
    font-size: 11px;
    color: #ffffff;
    background: linear-gradient(to right, #FF8F4E, #FF6D0C);
    line-height: 1;
    padding: 0px 4px;
    height: 15px;
    border-radius: 3px 0 0 3px;
}
.mescroll-shop-list .shop-list-new .text-box .integral-box-right{
    font-size: 11px;
    color: #FF6500;
    background: #FFEEDC;
    line-height: 1;
    padding: 0px 4px;
    height: 15px;
    border-radius:0 3px 3px 0;
}
.page-tab-list.new{
    background-color: #f8f8f8;
}
.page-tab-list.new .list .arrow{
    background-color: #f8f8f8;
}
/*商品列表end*/
/*新分类列表*/
.bg-transparent{
    background: transparent!important;
    border: 1px solid #377EF6!important;
}
.new_shop_league_shop_group ,.new_shop_league_shop_group .shop_group_content{
    position: relative;
}
.new_shop_league_shop_group .page-tab-main{
    width: 100%;
}
.new_shop_league_shop_group .industry-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    background-color: rgba(0,0,0,0.6);
}
.new_shop_league_shop_group .industry-content {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fff;
    padding-left: 5%;
    width: 100%;
    max-height: 200px;
    border-radius: 0 0 12px 12px;
    z-index: 9;
    overflow-y: auto;
    box-sizing: border-box;
}
.shop_league_shop_group_industry-main {
    position: absolute;
    top: 80px;
    height: 100vh;
    font-size: 0;
    z-index: 10;
}
.new_shop_league_shop_group .shop_group_title{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 44px;
    z-index: 10;
}
.new_shop_league_shop_group ::-webkit-scrollbar {
    display: none;
}
.new_shop_league_shop_group .shop_league_shop_group_list li{
    margin-right: 15px;
}
.new_shop_league_shop_group .shop_league_shop_group_list li>span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 1;
    padding: 14px 0px 5px 0px;
    /*font-weight: 600;*/
}
.new_shop_league_shop_group .shop_league_shop_group_list li .line {
    width: 15px;
    height: 3px;
    margin: 0 auto;
}
.new_shop_league_shop_group .shop_group_box{
    font-size: 0;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
}
.new_shop_league_shop_group .shop_group_box.shop_group_box_btn{
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
    z-index: 11;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}
.new_shop_league_shop_group .page-tab-list.new .list .arrow ,.new_shop_league_shop_group .page-tab-list.new{
    background: transparent;
}
.new_shop_league_shop_group .page-tab-list.new .list .arrow{
    width: 9px;
    height: 9px;
    display: flex;
}
.new_shop_league_shop_group .page-tab-main,.new_shop_league_shop_group .page-tab-list {
    height: 36px;
}
.new_shop_league_shop_group .page-tab-list .list>div{
    background: #F1F1F1;
    font-size: 12px;
    min-width: 81px;
    padding: 6px 10px;
    border-radius: 6px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.new_shop_league_shop_group .page-tab-list .list>div .text{
    max-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new_shop_league_shop_group .page-tab-list{
    z-index: 0;
}
.new_shop_league_shop_group .svod-mask {
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.new_shop_league_shop_group .shop_league_shop_group_list{
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}
.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%;
}
.new_shop_league_shop_group .shop_group_sort{
    width: 40px;
    background: linear-gradient(to right, transparent, #ffffff);
}
.new_shop_league_shop_group .shop_group_sort>img{
    width: 14px;
    height: 14px;
    margin: 13px;
}
.new_shop_league_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_league_shop_group .goods_super{
    display:flex;
    overflow: hidden;
}
.new_shop_league_shop_group .shop_group_data {
    padding: 15px 15px 0;
}
.new_shop_league_shop_group .shop_group_data li.active {
    background-color: #FF0036;
    color: #fff;
}
.new_shop_league_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;
}
/*瀑布流*/
.clearfloat:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.WaterfallsLeft {
    width: 171px;
    float: left;
}
.WaterfallsRight {
    width: 171px;
    float: right;
}
/*定位搜索*/
.trade100365-navigation-box{
    padding: 16px 0;
}
.trade100365-navigation-title{
    padding: 0px 0 16px 13px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.city{
    font-size: 14px;
}
.icon-tooltip{
    position: absolute;
    top: -40px;
    left: 0px;
    text-align: center;
    font-size: 14px;
    display: none;
    width: 200px;
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.icon-position:hover + .icon-tooltip{display:block}
.trade100365-navigation-box .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    border-radius: 4px;
}
.trade100365-navigation-box .swiper-pagination-bullet-active{
    width: 12px;
    height: 4px;
    border-radius: 4px;
}
/*定位弹窗*/
.new_trade100365_city_pop{
    font-size: 16px;
    background: white;
    z-index: 1;
    text-align: center;
    padding: 25px;
    border-radius: 12px;
}
.new_trade100365_city_pop .title{
    font-weight: bold;
    margin-bottom: 28px;
}
.new_trade100365_city_pop .btn{
    width: 234px;
    background: #cccccc;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 20px;
    margin-bottom: 16px;
    color: white;
}
.new_trade100365_city_pop .nobtn{
     background: white;
     border: 1px solid #F0F0F0;
     color: #999999;
}
.custom-lbs .city .city-width{
    max-width: 3em;
    white-space: nowrap;
    overflow: hidden;
}
/*门店组件start*/
.trade100366-title-box{
    padding: 13.5px 11px 3.5px 15px;
    line-height: 1;
}
.trade100366-icon{
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.trade100366-icon>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trade100366-more-title{
    font-size: 12px;
}
.trade100366-dataset-box{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    padding:10px 0 10px 12px;
    box-sizing: border-box;
    line-height: 1;
}
.trade100366-dataset-box::-webkit-scrollbar,.trade100366-product-box::-webkit-scrollbar {
    display: none;
}
.trade100366-store-box1{
    width: 328px;
    height: 202px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0px 8px 0.5px rgba(0,0,0,0.06);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: linear-gradient(to bottom,#FFF9F1,#FFFFFF);
}
.trade100366-store-box2{
    width: 328px;
    height: 202px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 0px 8px 0.5px rgba(0,0,0,0.06);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: linear-gradient(to bottom,#FFF5F5,#FFFFFF);
}
.trade100366-store-img{
    width: 56px;
    height: 56px;
    border-radius: 4px;
    margin-right: 10px;
    overflow: hidden;
}
.trade100366-store-title{
    width: 169px;
    font-size: 14px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trade100366-store-type-name,.trade100366-store-month-sale,.trade100366-store-distance{
    font-size: 12px;
    color: #999999;
}
.trade100366-store-score{
    color: #EA1212;
    font-size: 12px;
    margin-right: 4px;
}
.trade100366-store-labels1{
    background: #FFF1EC;
    color: #FF4B10;
    padding: 2px 4px;
    font-size: 10px;
    box-sizing: border-box;
    border-radius: 8.5px 8.5px 8.5px 0;
    margin-right: 2px;
}
.trade100366-store-labels2{
    background: #F5F5F5;
    color: #666666;
    padding: 2px 4px;
    font-size: 10px;
    box-sizing: border-box;
    border-radius: 8.5px 8.5px 8.5px 0;
}
.trade100366-product-box{
    padding-top: 12px;
    box-sizing: content-box;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    height: 114px;
}
.trade100366-product-box-li{
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    width: 78px;
    height: 114px;
}
.trade100366-product-box-li-img{
    width: 78px;
    height: 78px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 5px;
}
.trade100366-store-img>img,.trade100366-product-box-li-img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trade100366-product-box-li-name{
    width: 100%;
    font-size: 13px;
    padding: 0 2px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trade100366-product-box-li-price{
    font-size: 14px;
    color: #FF4B10;
    font-weight: bold;
    margin-top: 3px;
}
.trade100366-product-box-li-secondPrice{
    font-size: 12px;
}
/*门店组件end*/
/*拼团商品组件start*/
.new-trade100367-list{
    background: #FFFFFF;
}
.new-trade100367-list .list{
    padding: 12px 0px 6px;
    margin: 0 10px;
    font-size: 15px;
}
.new-trade100367-list .list:nth-last-child(1){
    border-bottom: none;
}
.new-trade100367-list .new-trade100367-list-img-box{
    width: 103px;
    height: 103px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
}
.new-trade100367-list .new-trade100367-list-img-box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-trade100367-list .new-trade100367-list-img-title{
    position: absolute;
    font-size: 12px;
    line-height: 1;
    padding: 3px 0;
    color: #FF662E;
    background: #FFE6DD;
    left: 0;
    bottom: 0;
    width:100%;
    text-align: center;
}
.new-trade100367-list .group-box{
    font-size: 11px;
    line-height: 1;
    color: #ffffff;
    padding: 3.5px 4px;
    background: linear-gradient(to right,#FF8F4E,#FF4E0C);
    border-radius: 3px;
    margin: 0 3px 0 0;
}
.new-trade100367-list .new-trade100367-list-name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    line-height: 1;
}
.new-trade100367-list .price {
    line-height: 1;
    align-items: baseline;
}
.new-trade100367-list .now-price{
    font-size: 18px;
    color: #F24F4C;
}
.new-trade100367-list .price .now-price span {
    font-size: 12px;
    font-weight: 500;
}
.new-trade100367-list .price .sold {
    margin-bottom: 5px;
    font-size: 12px;
    color: #999999;
}
.new-trade100367-list .store{
    margin: 8px 0;
    line-height: 1;
}
.new-trade100367-list .store .text {
    font-size: 12px;
    color: #999;
    margin-left: 2px;
    max-width: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.new-trade100367-list .store .store-distance {
    font-size: 12px;
    color: #999;
}
.new-trade100367-list .buying-btn-box{
    position: relative;
    background: #ffece5;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #FE2D2D;
    padding: 0 0 0 9px;
    border-radius: 8px;
}
.new-trade100367-list .buying-btn-box .noreward-red-packet{
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 5px 5px 5px 0;
    background: #FFE285;
    color: #8D531A;
    font-size: 12px;
    line-height: 1;
    padding: 2px 9px;
}
/*拼团商品组件end*/