.center-container .content{
    padding: 0;
    box-shadow: 0 0 0;
    border: 0;
}
.order-title{
    padding: 0 35px;
    /* border: 1px solid #f1f1f1; */
    box-shadow: 0 0 5px #eee;
}
.order-title .search{
    position: relative;
    height: 90px;
    border-bottom: 1px solid #f1f1f1;
}
.order-title .search p{
    font-size: 24px;
    color: #010101;
    line-height: 90px;
}
.order-title .search-cont{
    position: absolute;
    right: 0;
    bottom: 24px;
}
.search-cont input{
    float: left;
    width: 210px;
    height: 30px;
    border: 1px solid #dadada;
    padding-left: 10px;
}
.search-cont .btn-search{
    display: block;
    margin-left: 210px;
    width: 30px;
    height: 30px;
    background-color: #dadada;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    background-image: url(../img/icon_search.png);
}
.order-tab{
    overflow: hidden;
    padding: 37px 0 22px;
    position: relative;
}
.order-tab::after{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 3px;
    background: #000;
    transition: all .3s;
    -webkit-transition: all .4s;
}
.order-tab.tab-1::after{
    left: 160px;
}
.order-tab.tab-2::after{
    left: 320px;
}
.order-tab.tab-3::after{
    left: 480px;
}
.order-tab.tab-4::after{
    left: 640px;
}
.order-tab.tab-5::after{
    left: 800px;
}
.order-tab li{
    float: left;
    font-size: 14px;
    line-height: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 75px;
    color: #666;
    cursor: pointer;
    text-align: center;
}
.order-tab li:not(:last-child){
    margin-right: 85px;
}
.order-tab .active,
.order-tab li:hover{
    color: #000;
}
.content table{
    width: 100%;
}
.order-item-title{
    height: 57px;
    line-height: 57px;
    font-size: 13px;
    color: #aaa;
}

.order-sub-title{
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 12px;
    background: #fafafa;
    border: 1px solid #f8f8f8;
}
.order-sub-title td{
    padding-left: 35px;
}
.order-body{
    border: 1px solid #f8f8f8;
    border-top: 0;
}
.order-body td{
    padding: 10px;
}
.order-body td:first-child{
    padding: 30px 0 20px 40px;
}
.order-body td:first-child .img{
    float: left;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}
.order-body td:first-child .good{
    margin-left: 80px;
}
.order-body td:first-child .good .name{
    color: #000;
    font-size: 14px;
    line-height: 1;
    line-height: 28px;
    margin-top: -7px;
}
.order-body td:first-child .good .sku{
    color: #aaa;
    font-size: 12px;
    line-height: 18px;
}
.order-blank{
    height: 20px;
}

.order-body .price{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.order-body .price-or{
    font-size: 13px;
    color: #aaa;
    line-height: 26px;
    text-decoration: line-through;
}
.order-body .amount{
    font-size: 14px;
    color: #666;
}
.order-body .status{
    font-size: 13px;
    color: #666;
}
.order-body .status.status-red{
    color: #e60000;
}
.order-body .link{
    font-size: 13px;
}
.order-body .price-pay{
    font-size: 16px;
    color: #e60000;
}
.btn-cancel{
    display: block;
    margin-top: 10px;
    font-size: 13px;
}