.order_list {
    width: 100%;
    padding: 0px 20px 10px;
    background-color: #ffffff;
}
.aaa{
    height: 44px;
}
.order_list .item-list {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_list .item-list .el-tabs__item {
    height: 36px !important;
    line-height: 36px !important;
}
.order_list .item-list .tabs-list {
    margin-top: 9px;
    width: 500px;
    /*::v-deep .el-tabs__item {*/
    /*  padding: 0 25px !important;*/
    /*}*/
}
.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 .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;
    cursor: pointer;
}
.order_list .order_list_item {
    margin-top: 4px;
    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-between;
}
.sep-row-one-two {
    height: 10px;
    background-color: #ffffff;
}
.sep-row-one-two td {
    border: none !important;
}
.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 50px 0px 20px;
    cursor: pointer;
}
.order_list .order_list_item .order-tb .tr-th span {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    color: #333333;
}
.order_list .order_list_item .order-tb .tr-th .number {
    width: 226px;
    cursor: pointer;
}
.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: 150px;
}
.order_list .order_list_item .order-tb .goods-item .p-name {
    width: 150px;
    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: 150px;
    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;
    line-height: 60px;
    text-align: left;
    color: #333333;
}
.order_list .order_list_item .tr-operate {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    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: var(--themeColor);
}
.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;
}

.order_refund_list {
    width: 100%;
    max-height: 420px;
}

.order_refund_list_goods {
    width: 100%;
    max-height: 220px;
    overflow-y: auto;
}

.order_refund_list_goods_item {
    width: 100%;
    height: 100px;
    display: flex;
    margin-bottom: 10px;
}

.order_refund_list_goods_left {
    width: 100px;
    height: 100px;
}

.order_refund_list_goods_left_img{
    width: 100px;
    height: 100px;
}

.order_refund_txt {
    width: 90%;
    max-height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.order_refund_number {
    height: 20px;
    line-height: 20px;
    text-align: right;
    margin-bottom: 10px;
}

.order_refund_txt:last-child {
    margin-bottom: 0;
}

.order_refund_list_goods_center {
    width: 438px;
    height: 100px;
    margin-left: 10px;
}

.order_refund_list_goods_right {
    width: 100px;
    height: 100px;
}

.order_refund_list_content {
    width: 100%;
}

.order_refund_list_content_title {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.order_refund_item_btn {
    margin-top: 10px;
}
