.order-container{
    width: 100% !important;
    height: calc(100%);
    margin-top: 70px;
    position: relative;
    display: block;
}
.order-main{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.order-btn-bar{
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    height: 55px;
}

.order-btn-box{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}


.order-btn-box > .btn {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    display: inline-block;
    position: relative;
    border-radius: 2px;
    border: 1px solid rgba(150,150,150,.5);
    color: #222;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
    font-size: 14px;
    padding: 6px 25px;
    margin: 0 2px;
}

.order-data-area{
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    height: calc(100vh);
}

.order-list.data-box{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow-y: auto;
}

.custom-scroll-box{
    position: relative;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.custom-order-container{
    overflow: hidden;
    width: auto;
    height: auto;
}

.custom-order-container > .list-head{
    height: 40px;
    color: #333 !important;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd !important;
}

.custom-order-container > .list-item{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: rgba(21, 21, 21, 0.8);
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid rgba(150,150,150,.1);
    cursor: default;
    position: relative;
}

.list-extend-item{
    height: auto !important;
    line-height: unset !important;
}



.order-td-extend{
    height: 80px;
    line-height: 80px;
}

.order-th{
    position: relative;
    width: auto;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
}

.order-td {
    position: relative;
    display: inline-block;
    width: 150px;
    height: auto;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 产品列表分界线 */

.order-product{
    max-width: 20rem;
    overflow: hidden;
}

.order-product ul{
    list-style-type: none;
    color:#000;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.order-product li {
    border-radius: 8px;
    overflow: hidden;
    padding: 1px;
    position: relative;
}


.order-product li > .avatar {
    border-radius: 4px;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.order-product li > .lines{
    display: inline-block;
    height: 80px;
    margin-left: 20px;
    width: calc(100% - 100px);
    float: right;
}


.order-product  .title {
    font-weight: bold;
    opacity: 0.5;
    margin-bottom: .5rem;
    font-family: monospace;
}



.order-product p {
    font-size: .65rem;
    line-height: 1.5;
    margin: 0;
    font-weight: bold;
    opacity: 0.3;
    font-family: monospace;
}