/*秒杀活动*/
.test {
    /* padding: 0 5px; */
    background: #fff;
    /*9/21*/
    border-bottom:1px solid #f5f5f5;
}
/*底部查看全部按钮9/21*/
.all_{
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    background: #fff;
    /* 9/25 */
    border-bottom:10px solid #f5f5f5;
}
/* 头部 */
.tab {
    background: #ffffff;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.ul_list li {
    text-align: center;
    font-size: 14px;
    padding: 0 8px;
}

.ul_list {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    /* margin-left: 60px; */
    
}
.ul_list::-webkit-scrollbar{
      width:0px;
      height:0px;
      /* 10/7 */
      background-color:transparent;
      display: none;
    }
    .ul_list::-webkit-scrollbar-thumb{
      width:0px;
      height:0px;
      background-color:transparent;
      border-radius:0px;
    }
    .ul_list::-webkit-scrollbar-track 
    { 
      border-radius: 0px; 
      background-color: transparent; 
    }
/*.ul_list::-webkit-scrollbar {*/
/*  height: 0;*/
/*  width: 0;*/
/*  color: transparent;*/
/*}*/
/* 9/29 */
.ul_list .zhu_title {
    font-size: 14px;
    /* font-weight: 600; */
    /* width: 48px;
    white-space: nowrap;
    overflow: hidden; */
}

.ul_list .fu_title {
    font-size: 12px;
    /* width: 48px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; */
}

/* .ul_list .fu_title div {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
} */

.tab .tab_img {
    /* 9/29 */
    max-width: 40px;
    max-height: 40px;
}

.tab .tab_div {
    display: inline-block;
    /* position: absolute;
    left: 0px; */
    z-index: 99;
    width: 50px;
    background-color: #ffffff;
    padding-left: 15px;
    /* 9/29 */
    padding-top: 8px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top_ .tiem {
    text-align: center;
    padding: 8px 0;
    letter-spacing: 2px;
    font-size: 12px;
    background: #f5f5f5;
}

.top_ .tiem span {
    color: #F93D3B;
    font-size: 15px;
}

/* 头部end */
/* s商品列表 */
.goods_img {
    /* 10/7 */
    width: 100px;
    height: 100px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.goods_img img {
    width: 100%;
    height: 100%;
    /* 9/16 */
    border-radius: 4px;
}

.goods_bottom {
    display: flex;
    align-items: flex-end;
}



.goods_name {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* font-weight: 600; */
}

.price .price_b {
    font-size: 13px;
}

.price .price_a {
    font-size: 15px;
}

.price_ {
    color: #F14F4B;
    margin-right: 5px;
}

.price .yuan_price {
    font-size: 11px;
    color: #999999;
    text-decoration: line-through;
}

.price {
    display: flex;
    align-items: flex-end;
    width: 80%;
}

/* 按钮 */
.goods_button .button_ {
    width: 65px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 2px;
}

.goods_button .button_1 {
    color: #ffffff;
    background: linear-gradient(to right, #FF154D, #FF4300);
}

.goods_bottom .button_2 {
    color: #FF2E23;
    border: 1px solid #F93D3B;
}

.goods_bottom .button_s {
    text-align: center;
    border-radius: 4px;
    width: 85.5px;
    /* 9/14 */
    /* height: 43px; */
    padding: 2px 0;
    margin-top: 7px;
}

.goods_bottom .button_3 {
    border: 1px solid #01CB7B;
    color: #01CB7B;
}

.goods_bottom .button_4 {
    color: #fff;
    background: linear-gradient(to right, #05DF67, #01CB7B);
}

/* 按钮end */
.right_goods {
    /* width: 76%; */
    /* 10/8 */
    flex: 1;
}

.goods_li {
    background: #fff;
    /* border-radius: 8px; */
    padding: 10px;
    margin-bottom: 10px;
    /*10/8*/
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
}

.end_tag {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #333333;
    opacity: 0.65;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

/* 进度条 */
.jindutiao .weui-progress__opr {
    font-size: 10px;
    color: #F93D3B;
     /*9/16*/
     margin-left: 5px;
     width: 44px;
}

.jindutiao .weui-progress {
    width: 170px;
}

.jindutiao .weui-progress__bar {
    height: 15px;
    border-radius: 20px;
    background: #FFCDC7;
    position: relative;
}

.jindutiao .jindu_tag {
    color: #fff;
    font-size: 10px;
    position: absolute;
    /* 9/24 */
    /* top: -2px; */
    left: 5px;
    height: 15px;
    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;
}

.jindutiao .weui-progress__inner-bar {
    /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
    border-radius: 20px;
    background: #FE264D;
    background-image: linear-gradient(133deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 10px 9px;
    background-size: 10px 9px;
}

.jindutiao {
    height: 17px;
    margin: 5px 0;
}

.null_goods {
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin-top: -2px;
}

/* 商品列表end */
/*秒杀活动end*/
/* 控制层的样式 */
.trade67 p.tip{text-align:center}
.trade67 p.tip .red{color:red}
.position-r{position:relative}
.trade67 .list-img{
	position: absolute;
    display: none;
    width: 200px;
    top: -100px;
    left: 200px;
    border: 1px solid #e5e5e5;
    height: 300px;
    overflow: hidden;
}
.trade67 .list-img img{max-width:100%}
.trade67 .control-list{overflow:visible}
.trade67 .position-r a:hover + .list-img{display:block}

.trade67 .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;
}
.trade67 .control_list1{
    position: relative;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 45px 0;
    margin-bottom: 15px;
}
.trade67 .huodong_1{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    color: #333;
}
.trade67 .edit-menu{
    position: absolute;
    top: 8px;
    right: 10px;
}
 .trade67 .edit-menu i{
       color: #e4eaec;
       font-size: 16px;
   }