.body_back{
    padding: 15px;
    background: #F6F5FA;
}
.body_back .top_back{
    height: 53px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
    margin-bottom: 10px;
}
.body_back .top_back img{
    color: #FF363B;
    height: 19px;
    width: 10px;
    object-fit: contain;
}
.body_back .top_back .total{
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin: 0 3px;
}
.no_data{
    text-align: center;
    color: #9b9b9b;
}
.body_back .content_back{
    background: #fff;
    padding: 0 15px;
    border-radius: 4px;
}
.body_back .content_back .item{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #F6F5FA;
    color: #333333;
    font-size: 14px;
}
.body_back .content_back .item.th{
    font-size: 12px;
    color: #999999;
    height: 37px;
    line-height: 37px;
}

.body_back .content_back .item .name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body_back .content_back .item .time{
    width: 130px;
    min-width: 130px;
}

.display_flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.display_flex_item_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}