.v-rating {
    display: inline-block;
    height: 24px;
    background: url(../images/gray.png);
    position: relative;
    background-size: 24px;
    cursor:pointer;
}

.v-rating-item {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 2;
}

.v-rating-voted {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/orange.png);
    background-size: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.v-wrap-rating {
    text-align: center;
    display: inline-block;
}
.v-rating-des span {
    /* padding: 0 1px; */
}


.wrap-comment-rating-display {display: inline-block;height: 13px;background: url(../images/gray.png);position: relative;background-size: 13px;cursor: pointer;}

.v-rating-item-display {display: block;float: left;width: 13px;height: 13px;position: relative;z-index: 2;} .v-rating-voted-display {position: absolute;top: 0;left: 0;height: 100%;background: url(../images/orange.png);background-size: 13px;transition: all 0.5s;-webkit-transition: all 0.5s;}
