
        body{
            background-color: #f5f5f5!important;
                font-family: PingFang SC;
                overflow-x: hidden;box-sizing: border-box;
        }
        .saleBox{
            width: 100%;
    height: 115px;
    background: red;
    border-radius: 0 0 25px 25px;
        }
      .header {
    width: 355px;
    height: 150px;
    margin: -107px auto 0 auto;
    border-radius: 10px;
}
.header>img{
    width: 100%;
    height: 70%;
    border-radius: 10px;
    -webkit-user-select: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
   
}
.seckillList {
    padding: 0 10px;
}
.acea-row.row-between-wrapper {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.acea-row {
    display: flex;
   // flex-wrap: wrap;
}


 .seckillList .priceTag {
    width: 37px;
    height: 35px;
}
 .seckillList .priceTag img{
     width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
 }
 .timeLsit {
    width: 305px;
    white-space: nowrap;
    margin: 5px 0;
}
.uni-scroll-view {
    position: relative;
    -webkit-overflow-scrolling: touch;
    max-height: inherit;
}
.uni-scroll-view, .uni-scroll-view-content {
    width: 100%;
    height: 100%;
}
 .timeLsit .item {
    display: inline-block;
    font-size: 10px;
    color: #666;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    height: 48px;
    margin-right: 17px;
}
.timeLsit .item .time{
    width: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
 .timeLsit .item.on .time {
    color: red;
}
 .timeLsit .item.on .state {
    width: 60px;
    height: 15px;
    line-height: 15px;
    border-radius: 7px;
    background: red;
    color: #fff;
}
 .list .item {
    height: 126px;
    position: relative;
    width: 391px;
    margin: 0 auto 11px auto;
    background-color: #fff;
    border-radius: 11px;
    padding: 0 13px;
}
 .list .item .pictrue {
    width: 99px;
    height: 99px;
    border-radius: 5px;
}
.list .item .pictrue>img {
width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-user-select: none;
    display: block;
    position: absolute;
        top: 0;
    left: 0;
}
.list .item .text {
    width: 253px;
    font-size: 16px;
    color: #333;
    height: 110px;
}
.line2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
 .list .item .text .money {
    font-size: 16px;
}
.font-color, .font-color-red {
    color: red!important;
}
 .font-color-grey {
    color: grey!important;
}
 .list .item .text .name {
    width: 100%;
}
.list .item .text .money .num {
    font-size: 22px;
    font-weight: 500;
    font-family: Guildford Pro;
}
 .list .item .text .money .y_money {
    font-size: 13px;
    color: #999;
    text-decoration-line: line-through;
    margin-left: 8px;
}
.list .item .text .limit {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}
 .list .item .text .limit .limitPrice {
    margin-left: 5px;
}
.list .item .text .progress {
    overflow: hidden;
    background-color: #ffefef;
    width: 143px;
    border-radius: 9px;
    height: 9px;
    position: relative;
}
.list .item .text .progress .bg-reds {
    width: 0;
    height: 100%;
    transition: width .6s ease;
    background: linear-gradient(
90deg,#e93323,#ff8933);
}
 .list .item .text .progress .piece {
    position: absolute;
    left: 8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 49%;
    font-size: 8px;
    color: #ffb9b9;
}
.list .item .grab {
    font-size: 15px;
    color: #fff;
    width: 82px;
    height: 29px;
    border-radius: 14px;
    text-align: center;
    line-height: 29px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #bbb;
}
.bg-color {
    background-color: red!important;
}
.bg-color-grey {
    background-color: grey!important;
}
