.el-tabs {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.el-tabs__content {
  flex: 1;
  padding-bottom: 20px;
}

.el-tabs__nav-scroll {
  padding: 0 30px;
}

.el-tabs__nav-wrap::after {
  display: none;
}

.el-tabs__nav {}

.el-tabs__active-bar {
  bottom: 4px;
}

.el-tabs__item {
  font-size: 15px;
  color: #999999;
}

.el-tabs__item:hover {
  color: #999999 !important;
}

.is-active {
  color: #333333 !important;
}

.el-tabs__nav-wrap .is-scrollable {
  padding: 0 30px;
}