.star{
    display: block;
    width: 18px;height: 18px;
    float:left;
    cursor: pointer;
    zoom:1;
    background: url(../img/icons/ico-star-empty.svg) center no-repeat;
    background-size: 100% auto;
    margin: 0 3px 0 0;
    &:last-child {
        margin: 0;
    }
}

.fullStar{
    background-image: url(../img/icons/ico-star.svg);
}

.stars{
    overflow: hidden;
}

.tmp_es{
    /* background-position:left -21px; */
}

.tmp_fs{
    background-image: url(../img/icons/ico-star.svg);
}
