@homeLabelPrefixCls: cylon-home-label;
.cylon-home-label{
  margin-left: @home-label-margin-left /* 12/50 */;
  margin-top: @home-label-margin-top /* 8/50 */ ;
  margin-right: @home-label-margin-right/* 12/50 */;

  & &-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: @home-label-item-height/* 72/50 */;
    margin-top:@home-label-item-margin-top /* 14/50 *//* 14/50 */;
  }

  & &-item-img{
    height: @home-label-item-img-height /* 44/50 */;
    width: @home-label-item-img-width /* 44/50 */;
    border-radius: @home-label-item-img-border-radius /* 22/50 */;
  
  }

  & &-item-txt{
    margin-top: @home-label-item-title-margin-top /* 12/50 */;
    margin-bottom: @home-label-item-title-margin-bottom/* 12/50 */;
    color: @home-label-item-title-color;
    font-size: @home-label-item-title-font-size /* 12/50 */;
    font-family: @home-label-item-title-font-family;
  
  }
}