.star_box { display: inline-block; }
.star_box .star_item { display: inline-block; position: relative; margin-right: 2px; width: 16px; height: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; -webkit-border-radius: 2px; border-radius: 2px; background-color: #ccc; }
.star_box .star_item .rating { background-color: #ff6000; position: absolute; top: 0; left: 0; height: 16px; }
.star_box .star_item .icon-28 { color: #fff; font-size: 14px; position: relative; z-index: 99; top: -20%; left: 7% }
.star_level_show{display: inline-block;}