.vanTabs{
  position: relative;
}
.vanTab .van-ellipsis{
  padding: 0 20rpx;
  margin: 0 12rpx;
}
.van-tab {
  position: relative;
  z-index: 98;
}
/* 样式1 */
.tabStyle1 .van-tabs__line {
  width: 100%;
  height: 30px;
  bottom: 7px;
  border-radius: 38px;
}
.tabStyle1 .tabTitle {
  color: var(--main-color);
}
.tabStyle1 .selectTitle {
  color: #fff;
}
.tabStyle1 .defaultTabTextSize {
  font-size: var(--defaultTabTextSize);
}
.tabStyle1 .defaultTabTextColor {
  color: var(--defaultTabTextColor);
}
.tabStyle1 .selectTabTextSize {
  font-size: var(--selectTabTextSize);
}
.tabStyle1 .selectTabTextColor {
  color: var(--selectTabTextColor);
}
/* 样式2 */
.tabStyle2 .van-tabs__line{
  
}
/* 标签背景色 */
.tabNav {
  background: var(--tabBackgroundColor);
}
/* 布局 */
.tabLayout1 .van-tab{
  flex: none;
}

.tabLayout2{
  justify-content: center;
}
.tabLayout2 .van-tab{
  flex: none;
}