.bx-text-ellipsis{
  .ellipsis();
}
.bx-text-ellipsis-one{
  .ellipsisLn(1);
}
.bx-text-ellipsis-two{
  .ellipsisLn(2);
}
.bx-text-ellipsis-three{
  .ellipsisLn(3);
}
.bx-text-wrap{
  .text-wrap();
}
.bx-text-align-left{
  text-align: left;
}
.bx-text-align-right{
  text-align: right;
}
.bx-text-align-center{
  text-align: center;
}
.bx-float-left{
  float: left;
}
.bx-float-right{
  float:right;
}
.bx-float-clear:before,
.bx-float-clear:after {
  content: " ";
  display: table;
}
.bx-float-clear:after {
  clear: both;
}
//主颜色 #333
.bx-color-primary{
  color: @textColorPrimary;
}
//次颜色 #666
.bx-color-minor{
  color: @textColorMinor;
}
//辅助色 #999
.bx-color-patch{
  color: @textColorPatch;
}
.bx-image-responsive{
  width: 100%;
}
