.#{$prefixCls}-tabs {
  display: flex;
  align-items: center;
  background-color: white;
  height: p2w(44);
  font-size: p2w(14);
  position: relative;
  z-index: 1;
}

.#{$prefixCls}-tab {
  flex: 1;
  list-style: none;
  text-align: center;
  height: p2w(44);
  line-height: p2w(44);
  position: relative;
  border-bottom: 1px solid $borderColor;
  box-sizing: border-box;

  &.active {
    border-bottom: 2px solid $primaryColor;
  }
}