@import "var";

.@{prefixName}-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;

  &__item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }

  &__icon {
    width: 24px;
    height: 24px;
    color: #999;
    font-size: 0;
    &-inner{
      height: 100%;
      width: 100%;
      position: relative;
    }
    &-hlight{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden;
      z-index: 9;
    }
  }

  &__image {
    width: 32px;
    height: 32px;
  }

  &__tip {
    margin-top: 20px;
    font-size: 14px;
    color: @rating-text;
    text-align: center;
    &--option {
      color: @rating-color;
    }
  }
}
