.pur-list {
    padding:12px 0 2px 7px;
    overflow:hidden;

    .pur-list-item {
        margin-right:5px;
        margin-bottom:14px;
        height:40px;
        width:100%;
        position:relative;

        .pur-list-item__avatar {
            width:35px;
            height:35px;
            border-radius:50%;          
        }

        .pur-list-item__name {
            position:absolute;
            left:50px;
            top:10px;
            font-size:12px;
            color:#000;
        }

        .pur-list-item__count {
            position:absolute;
            left:164px;
            top:10px;
            font-size:12px;
            color:#000;
            font-style:normal;
        }

        .pur-list-item__count i {
            color:#E30303;
            font-style: normal;
        }

        .pur-list-item__time {
            position:absolute;
            right:0px;
            top:10px;
            font-size:12px;
            color:#000;
            font-style:normal;
        }
    }
}