body{
    /*background: #f8f8f8;*/
}
.mail-order-item{
    border-radius: 4px;
    border: 1px solid #999;
    margin-bottom: 20px;
    background: #fff;
}
.mail-order-item .time-top {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px 8px 20px;
}
.mail-order-item .order-time{
    color: #808080;
}
.division-line{
    width: 842px;
    height: 1px;
    margin: 0 auto;
}
.division-line img{
    width: 100%;
    height: 100%;
}
.mail-order-item .order-content{
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;

    flex-direction: row;
    -prefix-box-flex-direction: row;
    -webkit-box-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-direction: row;

}
.order-content{
    padding: 13px 20px 14px 20px;
}
.order-content .img-pic img{
    width: 180px;
    height: 120px;
    /*object-fit: cover;*/
    margin-right: 14px;
}
.order-content .order-info{
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.order-info .order-title{
    color: #323232;
    line-height: 24px;
    font-size: 16px;
    width: 360px;
}
.order-info .price-num{
    font-size: 16px;
    line-height: 21px;
    color: #666;
    margin-top: 10px;
}
.order-right{
    text-align: right;
}
.order-right .order-total{
    color: #323232;
    font-size: 19px;
    line-height: 25px;
}
.order-right .detail-btn{
    color: #fff;
    background: #088DE8;
    border-radius: 4px;
    font-size: 18px;
    line-height: 40px;
    padding: 0 24px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}
/** 再次购买按钮 **/
.mail-order-item .btn-item {
    padding: 14px 20px 14px 0;
    text-align: right;
    border-top: 1px solid #E1E1E1;
}
.mail-order-item .btn-item .btn{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 24px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}
.mail-order-item .btn-item .repurchase-btn{
    border: 1px solid #C8C7CC;
    color: #646464;
}
.mail-order-item .btn-item .payment-btn{
    border: 1px solid #F34051;
    color: #F34051;
}
.no_mall{
    font-weight: bold;
    font-size: 16px;
    color: #999;
    text-align: center;
    background: #f8f8f8;
    padding: 100px 0;
}

/** 公共样式 **/
.flex-between{
    display: flex;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;

    flex-direction: row;
    -prefix-box-flex-direction: row;
    -webkit-box-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: space-between;
    -prefix-box-justify-content: space-between;
    -webkit-box-justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-box-justify-contentn: space-between;
    -ms-justify-content: space-between;
}
.red {
    color: #F34051;
}
.finish{
    color: #008D0B;
}