.myOrder {
    width: 898px;
    margin-left: 22px;
    margin-bottom: 50px;
    padding: 20px 50px;
    box-sizing: border-box;
    min-height: 540px;
}


/* 订单详情 表头*/

.myOrder .details {
    background-color: #f5f5f5;
    padding: 12px 0;
}

.myOrder .w418 {
    width: 294px;
    padding-left: 20px;
    box-sizing: border-box;
}

.myOrder .w120 {
    width: 120px;
    text-align: center;
}


/* 订单列表 */
.orderList {
    margin-top: 17px;
}

.orderItem {
    border: 1px solid #efeff0;
}

.orderItem .title {
    height: 38px;
    line-height: 38px;
    background: #f5f5f5;
    padding-left: 48px;
    color: #b8b8b8;
    font-size: 12px;
}

.orderItem .title span:nth-of-type(2) {
    margin-left: 65px;
}

.orderlogo {
    float: left;
    margin: 10px 20px;
}

.orderlogo img {
    width: 150px;
    height: 100px;
}

.orderName,
.orderPrice,
.orderState,
.orderBtn {
    float: left;
    width: 122px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-right: 1px solid #efeff0;
}
.order_detai{
    cursor: pointer;
}
.orderBtn {
    border-right: none;
}

.orderName {
    border-left: 1px solid #efeff0;
    width: 203px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.layui-table th, .layui-table td{
    text-align: center;
}
.orderSubmit{
    display: block;
    float: right;
    padding: 8px 15px;
    background: #da3a24;
    color: #fff;
    cursor: pointer;
}
#myPage{
    margin-right: 60px;
    float: right;
}
#myPage .layui-laypage-em{
    background-color: #da3a24 !important;
}
#myPage .layui-laypage a:hover{
    color: #da3a24;
}
.noData{
    text-align: center;
}
.noData .myBotton{
    padding: 10px 20px;
    background: #da3a24;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}