.informer-fragment__main{
    display: flex;
    gap: 1.5rem;
}
.informer-fragment__numdetail{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.informer-fragment__num span{
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
}
.informer-fragment__voted{
    font-size: 0.875rem;
    opacity: 0.7;
}
.rer_histo_barout{
    width: 100%;
}
.rer_histo_bar, .rer_histo_bar span{
    height: 10px;
    border-radius: 5px;
    display: block;
}
.rer_histo_bar{
    background: #dbdbdb;
    width: 100%;
}
.rer_histo_num{
    font-weight: bold;
    padding-right: 0.7rem;
    text-align: center;
}
.rer_histo_rate + .rer_histo_rate{
    margin-top: 0.3rem;
}
.rer_histo_val{
    white-space: nowrap;
    font-size: 0.875rem;
    opacity: 0.6;
    padding-left: 0.7rem;
}
.rer_informer_histo{
    display: table;
}
.rer_histo_num, .rer_histo_barout, .rer_histo_val{
    display: table-cell;
}

/* colors */
.rer_histo_5 .rer_histo_bar span{
    background: #42d599;
}
.rer_histo_4 .rer_histo_bar span{
    background: #a6e850;
}
.rer_histo_3 .rer_histo_bar span{
    background: #fedc71;
}
.rer_histo_2 .rer_histo_bar span{
    background: #ffa162;
}
.rer_histo_1 .rer_histo_bar span{
    background: #f2404d;
}

/* fix */
.rateit-font .rateit-range {
    overflow: hidden;
}

/* redefine */
.rer_histo_rate{
    display: table-row;
}
.re_recommends_informer{
    width: auto;
    margin: 0;
}
.re_recommend_box{
    background: #f6f6f6;
    padding-top: 0.625rem;
    padding-bottom: 0.3rem;
    border-radius: 0.3rem;
}
.reb_header, .reb_footer{
    background: none !important;
}
.reb_header, .reb_body, .reb_footer{
    border: 0 !important;
}
.re_recommends_ava{
    border-radius: 50%;
    border: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

@media(min-width: 768px){
    .re_recommends::after{
        content: '';
        display: block;
        clear: both;
    }
    .re_recommends_informer{
        float: left;
        width: 30%;
    }
    .re_recommends_menu, .re_recommends_list{
        float: right;
        width: 66%;
    }
    .re_recommends_list{

    }
}