.atom-affix {
    &__body--fixed {
        // transition: all 200ms;
        position: fixed;
        left: 0;
        z-index: $affixZIndex;
        width: 100%;
    }
}