.zent-rate {
  color: #fc0;
  display: inline-block;
  outline: none;
  font-size: 16px;
}

  .zent-rate-star {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
  }

  .zent-rate-star:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

  .zent-rate-star-first {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      overflow: hidden;
      opacity: 0;
}

  .zent-rate-star-zero {
      color: #e5e5e5;
}

  .zent-rate-star-half .zent-rate-star-first {
        opacity: 1;
      }

  .zent-rate-star-half .zent-rate-star-second {
        color: #e5e5e5;
      }

  .zent-rate-disabled .zent-rate-star {
      cursor: not-allowed
    }

  .zent-rate-disabled .zent-rate-star:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
