.balance_list {
    width: 100%;
    padding: 0px 20px 10px;
    background-color: #ffffff;
}
.balance_list .item-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}
.balance_list .item-title .title {
    font-size: 14px;
    text-align: center;
    color: #333333;
}
.balance_list .item-title .price {
    font-size: 20px;
    text-align: center;
    color: var(--themeColor);
}
.balance_list .item-title .item-btn {
    width: 49px;
    height: 26px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #dddddd;
    font-size: 14px;
    border-radius: 2px;
    line-height: 26px;
    text-align: center;
    margin-left: 40px;
}
.balance_list .item-center {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    padding: 1px;
    color: #333333;
    font-size: 14px;
    background-color: #ffffff;
}
.balance_list .item-center table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-color: #f5f5f5;
}
.balance_list .item-center tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.balance_list .item-center .order-tb {
    width: 100%;
}
.balance_list .item-center tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.balance_list .item-center td {
    display: table-cell;
    vertical-align: middle;
}
.balance_list .item-center .tr-title {
    background-color: #f5f5f5;
}
.balance_list .item-center .order-tb thead th {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
}
.balance_list .item-center .order-tb .tr-th {
    background: #f5f5f5;
    height: 31px;
    line-height: 31px;
    color: #aaa;
    overflow: hidden;
}
.balance_list .item-center .order-tb tbody td {
    border: 1px solid #e5e5e5;
}
.balance_list .item-center table.td-void.order-tb {
    border-collapse: collapse;
}
.balance_list .item-center .order-tb .tr-bd {
    text-align: center;
    vertical-align: top;
}
.balance_list .item-center .order-tb .tr-bd td {
    padding: 30px 0;
}

.order_list_item table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-color: #f5f5f5;
}
.order_list_item tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.order_list_item .order-tb {
    width: 100%;
}
.order_list_item tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.order_list_item td {
    display: table-cell;
    vertical-align: middle;
}
.order_list_item .tr-title {
    background-color: #f5f5f5;
}
.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_item .th-goods {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.order_list_item .sep-row {
    height: 20px;
    background-color: #ffffff;
}
.order_list_item .sep-row td {
    border: none !important;
}
.order_list_item .order-tb .tr-th {
    background: #f5f5f5;
    height: 31px;
    line-height: 31px;
    color: #aaa;
    overflow: hidden;
}
.order_list_item .order-tb tbody td {
    border: 1px solid #e5e5e5;
}
.order_list_item table.td-void.order-tb {
    border-collapse: collapse;
}
.order_list_item .order-tb .tr-th .dealtime {
    cursor: pointer;
    margin: 0 20px;
}
.order_list_item .order-tb .tr-th span {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #333333;
}
.order_list_item .order-tb .tr-th .number {
    width: 226px;
    cursor: pointer;
}
.order_detail {
    cursor: pointer;
}
.order_list_item .order-tb .tr-bd {
    text-align: center;
    vertical-align: top;
}
.order_list_item .order-tb .tr-bd td {
    padding: 14px 0;
}
.order_list_item .order-tb .goods-item {
    display: flex;
    width: 150px;
}
.order_list_item .order-tb .goods-item .p-img {
    width: 62px;
    height: 63px;
    border: 1px solid #efefef;
    margin: 0 14px;
    position: relative;
}
.order_list_item .order-tb .goods-item .p-msg {
    width: 180px;
}

.order_list_item .order-tb .goods-item .p-name {
    width: 180px;
    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_item .p-extra {
    width: 180px;
    height: 14px;
    font-size: 12px;
    text-align: left;
    color: #999999;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order_list_item .order-tb .goods-number {
    width: 30px;
    text-align: left;
    color: #333333;
}
.order_list_item .tr-operate {
    float: right;
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
}
.order_list_item .td-price {
    font-size: 14px;
}
.order_list_item .mar-btm {
    margin-bottom: 10px;
}
.order_list_item .play {
    color: var(--themeColor);
}
.order_list_item .cancel {
    color: #999999;
}
.order_list_item .td-btn {
    margin-bottom: 5px;
}
.page {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
