.main {
    padding-top: 2.667rem;
    background-color: #fff
}

.bill-list {
    position: relative
}

.bill-list li {
    margin: .32rem .32rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .32rem 0;
    border-bottom: .027rem solid #e8e8e8
}

.record-item .item-left .type {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .373rem
}

.item-right {
    font-size: .373rem
}

.record-item .item-left .date {
    color: #bebebe;
    font-size: .293rem;
    margin-top: .24rem
}

.liyou {
    color: red;
    font-size: .293rem;
    margin-top: .213rem
}