@affixCls: ~"@{prefix}affix";
.@{affixCls} {
  position: fixed;
  z-index: @zindex-affix;

  &-absolute{
    position: absolute;
  }
}