.n-tab-switch
  display inline-block
  white-space nowrap
  overflow visible
  position relative
  padding-bottom 3px
  &-item
    line-height 24px
    font-size 12px
    color $n-color-3
    cursor pointer
    display inline-block
    transition color 0.15s ease
    &.active
      color #0C6FFF
      font-weight bold
      color black
  &-line
    width 36px
    height 2px
    background-color $primary-color
    border-radius 2px
    position absolute
    bottom 0
    left 0
    transition left 0.15s ease

.n-tab-switch-large
  padding-bottom 12px
  .n-tab-switch-item
    n-h1-5()


.n-tab-switch-item + .n-tab-switch-item
  margin-left 8px
