.rating_preview__item:first-child{
    border: none;
}

.rating_preview__item:hover{
    background-color: #F8F6F6;
}

.rating_preview__item{
    padding: 5px 0;
    border-top: 1px dotted #e5e7e4;
}

.rating_preview__item__num{
    width: 1.2em;
    color: #848484;
    line-height: 18px;
    margin-right: 8px;
}

.rating_preview__item__image{
    height: 32px;
    line-height: 30px;
    padding: 1px;
    margin: -1px 8px 0 -1px;
}

.rating_preview__item__image img{
    vertical-align: middle;
}

.rating_preview__item__typeis{
    color: #848484;
}

.rating_preview__item__title{
    display: block;
    margin-bottom: 3px;
}

.rating_preview__item__line {
    width: 5px;
    height: 36px;
    float: left;
}

.rating_preview__item:nth-child(1) .rating_preview__item__line {
    background-color: #e1b884;
}

.rating_preview__item:nth-child(2) .rating_preview__item__line {
    background-color: #b7b7b7;
}

.rating_preview__item:nth-child(3) .rating_preview__item__line {
    background-color: #e3a485;
}