/*不同的分类开始*/
.tabs{
    background-color: #fff;
    padding: 0 12px;
    position: sticky;
    top: 46px;
    z-index: 100;
}
.tabs .tabs_box{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 8px;
}
.tabs .tabs_box .item{
    padding: 0 2px 8px;
    color: #474747;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}
.tabs .tabs_box .tabActive{
    color: #b92433;
    border-bottom: 1px solid #b92433;

}
/*不同的分类结束*/

/*具体的数据开始*/
#exchangeOrder .myList .item{
    box-sizing: border-box;
    background-color: #fff;
    padding: 17px 12px;
    margin-top: 10px;
}
#exchangeOrder .myList .title_statusText{
    display: flex;
    justify-content: space-between;
}
#exchangeOrder .myList .title{
    font-size: 15px;
    font-weight: bold;
    color: #151414;
}
#exchangeOrder .myList .statusText{
    color: #f3711b;
    font-size: 13px;
}
#exchangeOrder .myList .info{
    display: flex;
    margin: 15px 0 20px;

}
#exchangeOrder .myList .info img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 11px;
}
#exchangeOrder .myList .info .good_title{
    color: #151414;
    font-size: 15px;
}
#exchangeOrder .myList .info .oddNum{
    color: #868686;
    font-size: 13px;
    margin: 10px 0;
}
#exchangeOrder .myList .info .price{
    color: #b92433;
    font-size: 16px;
    font-weight: bold;
}
#exchangeOrder .myList .btns{
    display: flex;
    justify-content: flex-end;
}
#exchangeOrder .myList .btn{
    width: 83px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid transparent;
}
#exchangeOrder .myList .btn + .btn{
    margin-left: 25px;
}
/*已锁单的倒计时*/
#exchangeOrder .myList .count_down{
    display: flex;
    justify-content: flex-end;
}
#exchangeOrder .myList  .gray{
    color: #c3c3c3;
    font-size: 13px;
}
#exchangeOrder .myList .vant_countDown{
    color: #b92433;
    font-size: 14px;
}
/*红色*/
#exchangeOrder .myList  .red{
    color: #b92433;
    border-color: #b92433;
}
/*具体的数据结束*/