﻿.right-content {
  
    float: left;
    width: 90%;
    margin-left: -39px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom:20px;
}
.order-header {
    margin-bottom: 20px;
    background: #fff;
}
.order-header-content {
    padding:10px;
  display:flex;
  justify-content:space-around;
}
.order-body{
    background:#fff;
    padding:10px;
}
.order-body-content {
  min-height:700px;
}

.order-tb {
    width: 100%;
}
.order-tb thead th {
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f5f5f5;
    color: #666;
    font-weight: 400;
}
.order-tb .ordertime-cont {
    position: relative;
    float: left;
    z-index: 10;
    width: 138px;
    cursor: pointer;
}
.order-tb .order-detail-txt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

    .order-tb .sep-row {
        height: 20px;
    }
    .order-tb .tr-th {
        background: #f5f5f5;
        height: 31px;
        line-height: 31px;
        color: #aaa;
        overflow: hidden;
    }
        .order-tb .tr-th .dealtime {
            margin-right: 30px;
            _margin-right: 15px;
            font-family: verdana;
        }

        .order-tb .tr-th span {
            float: left;
            height: 18px;
            line-height: 18px;
            padding: 2px 0 0;
            _display: inline;
        }
        .order-tb .tr-th .order-shop .shop-txt {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
            max-width: 124px;
            overflow: hidden;
            margin: 0;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .order-tb .tr-th td {
            border-bottom-color: #f5f5f5;
        }

    .order-tb tbody td {
        border: 1px solid #e5e5e5;
    }
    .order-tb .sep-row td {
        border: 0;
    }
    .order-tb .tr-bd td {
        padding: 14px 10px;
    }
    .order-tb .tr-bd {
        /*text-align: center;*/
        vertical-align: top;
    }
    .order-tb .tr-th .gap {
        width: 14px;
    }
    .order-tb .tr-th .dealtime {
        margin-right: 30px;
        _margin-right: 15px;
        font-family: verdana;
    }
    .order-tb .tr-th .tr-operate {
        float: right;
        position: relative;
        margin-right: 79px;
        width: 397px;
        height: 23px;
    }
    .order-tb .tr-th .order-shop {
        width: 261px;
    }
    .order-tb .amount .ftx-13 {
        display: block;
        margin: 0 8px;
        margin-top: 5px;
        padding-top: 1px;
        border-top: solid 1px #E5E5E5;
        line-height: 19px;
        height: 19px;
        overflow: hidden;
    }

.ftx-13 {
    color: #aaa;
}

.order-tb .operate {
    line-height: 22px;
    margin-top: 28px;
}
a.btn-another, a.btn-combine, a.btn-pay {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
    border: 1px solid #e4393c;
    color: #e4393c;
    border-radius: 2px;
    width: 85px;
    height: 23px;
    line-height: 18px;
    padding: 2px 0;
    margin: 3px 0;
    text-align: center;
    font-weight: 700;
}
.showzanwu {
 text-align:center;
 margin-top:300px;
}
.ftx-04, .ftx04 {
    color: #ff6c00;
}