.wd190{
    width: 190px;
}
.orderTable{
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
}
.orderTable .wd24{
    display: flex;
    width: 24% !important;
}
.orderTable .wd5{
    display: flex;
    width: 5% !important;;
}
.orderTable .wd7{
    display: flex;
    width: 7% !important;;
}
.orderTable .wd20{
    display: flex;
    width: 20% !important;;
}
.orderTable .wd11{
    display: flex;
    width: 11% !important;;
}
.orderTable .wd14{
    display: flex;
    width: 14% !important;;
}
.orderTable .wd10{
    display: flex;
    width: 10% !important;;
}
.orderTable .meter{
    display: flex;
    font-size: 16px;
    color: #666666;
    width: 100%;
}
.orderTable .meter div{
    padding: 16px 0 16px 16px;
    text-align: left;
    height: 20px;
    line-height: 20px;
}

.orderTable .dataContent{
    display: flex;
    width: 100%;
}
.orderTable .dataContent .dataItems{
    display: flex;
    border: 1px solid #eee;
    min-height: 200px;
    width: 100%;
    flex-direction: column;
}
.orderTable .dataContent .dataItems .infoTitle{
    display: flex;
    background: rgb(245, 245, 245);
    height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}
.orderTable .dataContent .dataItems .infoTitle div{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #222222;
}
.orderTable .dataContent .dataItems .orderTime{margin-right: 15px;}
.orderTable .dataContent .dataItems .orderCode{margin-right: 20px;}
.orderTable .dataContent .dataItems .orderShop a{margin-right: 5px;}
.orderTable .dataContent .dataItems .orderShop a:hover{color: #4aa7bd;}
.icon-sprite{
    background: url(../img/order-sprite.png) no-repeat;
}
.icon-dp{
    width: 13px;
    height: 12px;
    float: left;
    background-position: -68px 0;
    margin-top: 14px;
    margin-right: 5px;
}
.orderTable .dataContent .dataItems .infoContent{
    display: flex;
}
.infoContent .tableRow{
    padding: 10px 10px 10px 0;
    overflow: hidden;
}
.infoContent .goodInfo{
    padding-left: 15px;
}
.infoContent .goodInfo .cell-box{
    display: table;
}
.cell-box .cell-left, .cell-box .cell-body {
    display: table-cell;
    vertical-align: top;
}
.infoContent .goodInfo .cell-box .commodity_img {
    width: 85px;
    height: 85px;
    border: 1px solid #f2f2f2;
    background: #eee;
    margin-right: 8px;
    overflow: hidden;
    display: block;
}
.infoContent .goodInfo .cell-box .commodity_title {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}
.infoContent .goodInfo .cell-box .commodity_icon{
    height: 15px;
    margin-bottom: 13px;
}
.infoContent .goodInfo .cell-box .commodity_icon .icon-ysh {
    background-position: 0 0;
}
.infoContent .goodInfo .cell-box .commodity_icon .icon-wyhj {
    background-position: -20px 0;
}
.infoContent .goodInfo .cell-box .commodity_icon > span {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}
.infoContent .goodInfo .cell-box .commodity_sku {
    font-size: 12px;
    color: #999;
}
.infoContent .goodPrice{
    flex-direction: column;
    width: 100%;
}
.infoContent .goodPrice .rentalMoney{
    height: 38px;
    line-height: 30px;
    font-size: 14px;
    color: #444444;
}
.infoContent .goodPrice .residueMoney{
    font-size: 12px;
    color: #888;
    display: flex;
}
.infoContent .cashPledge{
    display: flex;
    flex-direction: column;
    line-height: 30px;
}
.infoContent .others{
    flex-direction: column;
}
.infoContent .others div{
    font-size: 12px;
    color: #888;
    line-height: 34px;
}
.infoContent .rentTime{
    flex-direction: column;
}
.infoContent .rentTime div{
    color: #444444;
    line-height: 34px;
}
.infoContent .payNum{
    flex-direction: column;
    border-bottom: 0 none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.infoContent .payNum .label{
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    width: max-content;
}
.infoContent .payNum .label-success{
    background-color: #5cb85c;
}
.infoContent .tradStatus a{
    width: 60%;
}
.infoContent .tradStatus{
    flex-direction: column;
    color: #444;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}
.infoContent .address{
    flex-direction: column;
    color: #444;
    line-height: 18px;
}

.orderTable .btnGroup{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.orderTable .btnGroup2{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #fff;
    height: 20px;
}

.btnGroup .topBlock{
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    text-align: left;
    width: 100%;
}
.btnGroup .topBlock .info{
    line-height: 18px;
    color: #666666;
    font-size: 14px;
}
.btnGroup .topBlock .info span{
    margin-right: 20px;
}
.btnGroup .topBlock .btns{
    height: 30px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}
.btnGroup .topBlock .btns .btn{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #ffffff !important;
}
.btnGroup .topBlock .btns .btn:hover{
    color: #ffffff !important;
}
.btn-matter{
    color: #fff;
    background-color: #9266ff!important;
    border-color: #9266ff!important;
}
.btn-default{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.orderTable .noticeInfo{
    overflow: hidden;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: red;
    font-size: 16px;
    padding: 14px;
    font-weight: bold;
    line-height: 26px;
}
.orderTable .userNote{
    padding: 16px;
    font-size: 14px;
    color: #444444;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.orderTable .userWord{
    line-height: 18px;
    color: #888888;
}
.orderTable .wordLabel{
    margin-right: 20px;
    line-height: 18px;
}
.orderTable .remark{
    display: flex;
    padding: 16px;
}
.orderTable .remark .msg{
    font-size: 18px;
    width: 60%;
    float: left;
    border-bottom: 1px dashed;
    margin-right: 20px;
    cursor: pointer;
}
.orderTable .remark .sign{
    color: #ea1414;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}
.orderTable .remark .handlers .record{
    color: #232222;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    width: 80px;
    text-align: center;
    text-decoration: underline;
    line-height: 20px;
}