.n-tab-switch
  display inline-block
  white-space nowrap
  overflow visible
  position relative
  padding-bottom 8px
  &-item
    n-font-m()
    color $n-color-3
    cursor pointer
    display inline-block
    transition color 0.15s ease
    &.active
      font-weight bold
      color black
  &-line
    width 36px
    height 4px
    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
