.order_list {
    width: 100%;
    padding: 0px 20px 10px;
    background-color: #ffffff;
}
.order_list .item-list {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_list .item-list .tabs-list {
    width: 500px;
}
.order_list .item-list .search-list {
    width: 287px;
    height: 36px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #dddddd;
    display: flex;
}
.order_list .item-list .search-list .search-input {
    height: 100%;
    width: 219px;
}
.order_list .item-list .search-list ::v-deep .el-input--small .el-input__inner {
    height: 34px !important;
    border: none !important;
    border-radius: 0 !important;
}
.order_list .item-list .search-list .search-text {
    width: 67px;
    height: 34px;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 34px;
}
.order_list .order_list_item {
    width: 100%;
    padding: 1px;
    color: #333333;
    background-color: #ffffff;
}
.order_list .order_list_item table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-color: #f5f5f5;
}
.order_list .order_list_item tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.order_list .order_list_item .order-tb {
    width: 100%;
}
.order_list .order_list_item tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.order_list .order_list_item td {
    display: table-cell;
    vertical-align: middle;
}
.order_list .order_list_item .tr-title {
    background-color: #f5f5f5;
}
.order_list .order_list_item .order-tb thead th {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
.order_list .order_list_item .th-goods {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.order_list .order_list_item .sep-row {
    height: 20px;
    background-color: #ffffff;
}
.order_list .order_list_item .sep-row td {
    border: none !important;
}
.order_list .order_list_item .order-tb .tr-th {
    background: #f5f5f5;
    height: 31px;
    line-height: 31px;
    color: #aaa;
    overflow: hidden;
}
.order_list .order_list_item .order-tb tbody td {
    border: 1px solid #e5e5e5;
}
.order_list .order_list_item table.td-void.order-tb {
    border-collapse: collapse;
}
.order_list .order_list_item .order-tb .tr-th .dealtime {
    margin: 0 20px;
}
.order_list .order_list_item .order-tb .tr-th span {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #333333;
}
.order_list .order_list_item .order-tb .tr-th .number {
    width: 226px;
}
.order_list .order_list_item .order-tb .tr-bd {
    text-align: center;
    vertical-align: top;
}
.order_list .order_list_item .order-tb .tr-bd td {
    padding: 14px 0;
}
.order_list .order_list_item .order-tb .goods-item {
    display: flex;
    width: 150px;
}
.order_list .order_list_item .order-tb .goods-item .p-img {
    width: 62px;
    height: 63px;
    border: 1px solid #efefef;
    margin: 0 14px;
    position: relative;
}
.order_list .order_list_item .order-tb .goods-item .p-msg {
    width: 310px;
}
.order_list .order_list_item .order-tb .goods-item .p-name {
    width: 265px;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.order_list .order_list_item .p-extra {
    width: 265px;
    height: 14px;
    font-size: 12px;
    text-align: left;
    color: #999999;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order_list .order_list_item .order-tb .goods-number {
    width: 70px;
    text-align: left;
    color: #333333;
}
.order_list .order_list_item .tr-operate {
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
}
.order_list .order_list_item .td-price {
    font-size: 14px;
}
.order_list .order_list_item .mar-btm {
    margin-bottom: 10px;
}
.order_list .order_list_item .play {
    color: #e1251b;
}
.order_list .order_list_item .cancel {
    color: #999999;
}
.order_list .order_list_item .td-btn {
    margin-bottom: 5px;
}
.order_list .page {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
