/* 商家排行榜 */
.company_rank_title{
    font-size: 20px;
    color: #333;
    line-height: 21px;
    font-weight: normal;
    border-left: 3px solid #ff6600;
    padding-left: 10px;
    margin: 20px 0;
}
.rank_item{
    margin: 10px 0px 10px 0px
}
.rank_item:first-of-type .rank_index{
    background-color: #ff6600;
}
.rank_index{
    width: 20px;
    height: 20px;
    margin: 9px 0;
    display:inline-block;
    font-size: 14px;
    border-radius: 50%;
    background-color: #ccc;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.rank_img{
    border: 1px solid #e8e8e8;
    width: 50px;
    height: 50px;
    margin-left: 10px
}
.rank_info{
    display: inline-block;vertical-align: middle;margin-left: 10px;
}
.rank_info_title{
    width: 150px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}