.tab[data-v-3d0477df] {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  background: white;
}
.tab .tab_item[data-v-3d0477df] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  width: 160px;
  height: 50px;
  font-weight: bold;
  box-sizing: border-box;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  cursor: pointer;
}
.tab .tab_item_active[data-v-3d0477df] {
  border-top: 4px solid #FEA408;
  border-bottom: none;
  color: #FEA408;
}

