.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 .wd12{
    display: flex;
    width: 12% !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--short{
    background: transparent;
}
.orderTable--short .dataContent{
    margin-bottom: 12px;
}
.orderTable--short .dataContent .dataItems{
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    min-height: auto;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
.orderTable--short .dataContent .dataItems .infoTitle{
    background: #fff7f0;
    height: auto;
    min-height: 40px;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 15px;
}
.orderTable--short .meter{
    display: grid;
    grid-template-columns: 22% 8% 14% 10% 10% 12% 12% 12%;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}
.orderTable--short .meter > div{
    width: auto !important;
    min-width: 0;
    padding: 12px;
    height: auto;
    line-height: 20px;
    box-sizing: border-box;
}
.orderTable--short .infoContent{
    display: grid !important;
    grid-template-columns: 22% 8% 14% 10% 10% 12% 12% 12%;
    width: 100%;
    box-sizing: border-box;
    align-items: stretch;
    padding: 4px 0 8px;
}
.orderTable--short .infoContent .tableRow{
    width: auto !important;
    min-width: 0;
    padding: 10px 12px;
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
}
.orderTable--short .infoContent .tableRow:last-child{
    border-right: 0;
}
.orderTable--short .col-label{
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 500;
}
.orderTable--short .col-empty{
    color: #999;
    font-size: 13px;
}
.orderTable--short .lease-days{
    margin-top: 4px;
    color: #e6a23c;
    font-weight: 600;
}
.orderTable--short .pay-amount{
    font-weight: 700;
    margin-bottom: 4px;
    color: #222;
    font-size: 15px;
}
.orderTable--short .pay-time{
    margin: 4px 0 8px;
    font-size: 12px;
    color: #888;
}
.orderTable--short .commodity_remark{
    color: #e03d00;
    font-weight: 600;
}
.orderTable--short .goodInfo{
    flex-direction: column;
}
.orderTable--short .goodPrice .rentalMoney{
    height: auto;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.orderTable--short .rentTime div,
.orderTable--short .cashPledge{
    line-height: 22px;
}
.orderTable--short .tradStatus{
    text-align: left;
}
.orderTable--short .tradStatus .layui-btn-sm{
    margin: 0 !important;
    width: auto !important;
    display: inline-block;
}

.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;
}