.tj-el-tabs {
  padding-right: 40px;
  padding-left: 10px;
}
.tj-el-tabs .el-tabs__nav-wrap::after {
  height: 0;
}
.tj-el-tabs .tj-tabs-icon {
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tj-el-tabs .tj-tabs-icon:hover {
  color: fuchsia;
  font-weight: bold;
}
.el-tabs__item {
  text-align: center;
  min-width: 120px;
}
.el-tabs__header {
  margin: 0;
}
.tabs-el-dropdown {
  position: absolute;
  right: 10px;
  top: 0px;
}
.tj-tabs-home {
  position: relative;
}

