.select-finance-type {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  min-height: 50px;
}
.select-finance-type .first-tab-pane > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav {
  display: flex;
  float: none;
  justify-content: space-around;
}
.select-finance-type .first-tab-pane > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .el-tabs__item {
  padding: 0px;
}
.select-finance-type .other-data {
  padding-left: 20px;
  padding-right: 20px;
}
.select-finance-type .other-data .el-tabs__item {
  margin-right: 20px;
}
.select-finance-type .other-data > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav {
  justify-content: stretch;
}
.select-finance-type .first-tab-pane > .el-tabs__header {
  height: 47px;
}
.select-finance-type .first-tab-pane > .el-tabs__header > .el-tabs__nav-wrap > .el-tabs__nav-scroll > .el-tabs__nav > .is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-15px);
  height: 2px;
  width: 30px;
  background: #147af7;
}
.select-finance-type .second-tab-pane .is-left {
  width: 240px;
  padding: 0px !important;
}
.select-finance-type .second-tab-pane .is-left .el-tabs__nav-next {
  display: none;
}
.select-finance-type .second-tab-pane .is-left .el-tabs__nav-prev {
  display: none;
}
.select-finance-type .second-tab-pane .el-tabs__item {
  text-align: left !important;
  height: 38px;
  padding-left: 20px !important;
}
.select-finance-type .second-tab-pane .is-active {
  background: #fff;
}
.select-finance-type .second-tab-pane .el-tabs__nav-wrap {
  background: #f7f7f7;
  height: 304px !important;
}
.select-finance-type .second-tab-pane .el-tabs__nav-wrap:after {
  width: 0px;
}
.select-finance-type .el-tabs__nav-wrap::after {
  height: 1px;
  z-index: 3;
}
.select-finance-type .el-tabs__header {
  display: flex;
  margin: 0px;
}
.select-finance-type .el-tabs__header .el-tabs__nav-wrap {
  flex: 1;
}
.select-finance-type .text {
  color: #303133;
  font-size: 14px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: auto;
  height: 304px;
  padding: 10px 20px;
}
.select-finance-type .text-item {
  position: relative;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px 0 10px;
  cursor: pointer;
  white-space: nowrap;
}
.select-finance-type .text-item:hover {
  background: rgba(20, 122, 247, 0.1);
}
.select-finance-type .is-active {
  color: #147af7;
}
.select-finance-type .is-active .el-icon-check {
  display: block;
}
.select-finance-type .el-icon-check {
  display: none;
  position: absolute;
  right: 10px;
  top: 12px;
  color: #147af7;
}
.select-finance-type .el-tabs__active-bar {
  background-color: transparent;
}
