
/*************** 订单进度 **************************/
.orderProgress_noPay_10 {
    text-align: center;
    background-color: #FFD700;
}
.orderProgress_noDeal_20 {
    text-align: center;
}
.orderProgress_preMerge_25 {
    text-align: center;
    background-color: #FFD700;
}
.orderProgress_orderReceive_30 {
    text-align: center;
    background-color: #60e6f2;
}
.orderProgress_preOrder_35 {
    text-align: center;
    background-color: #FFD700;
}
.orderProgress_sendDelay_36 {
    text-align: center;
    background-color: #FFC125;
}
.orderProgress_selfBuy_37 {
    text-align: center;
    background-color: #FFC125;
}
.orderProgress_needConfirmGift_38{
  	text-align: center;
    background-color: #FFC125;
}
.orderProgress_accept_40 {
    text-align: center;
    background-color: #386bee;
}
.orderProgress_preCancel_45 {
    text-align: center;
    background-color: #f75505;
}
.orderProgress_send_50 {
    text-align: center;
    background-color: #386bee;
}
.orderProgress_waitBuyerConfirmGoods_55 {
    text-align: center;
    background-color: #386bee;
}
.orderProgress_sendException_58 {
    text-align: center;
    background-color: #f75505;
}
.orderProgress_cancel_60 {
    text-align: center;
    background-color: #f75505;
}
.orderProgress_orderFinish_70 {
    text-align: center;
    background-color: #2ba812;
}

/******************** 超时天数 **********************************/
.paytimeDelayDays_00 {
	text-align: center;
    background-color: #F75505;
}
.paytimeDelayDays_0_24 {
    text-align: center;
    background-color: #2BA812;
}
.paytimeDelayDays_24_48 {
    text-align: center;
    background-color: #66FF66;
}
.paytimeDelayDays_48_72 {
    text-align: center;
    background-color: #FFD700;
}
.paytimeDelayDays_72 {
    text-align: center;
    background-color: #f75505;
}

/********淘宝商品匹配状态********/
.matched_n {
    text-align: center;
    background-color: #FFD700;
}
.matched_f {
    text-align: center;
    background-color: #f75505;
}
.matched_t {
    text-align: center;
    background-color: #2ba812;
}