.tab[data-v-608974c0] {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  background: white;
}
.tab .tab_item[data-v-608974c0] {
  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-608974c0] {
  border-top: 4px solid #FEA408;
  border-bottom: none;
  color: #FEA408;
}
.release[data-v-608974c0] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 120px;
  height: 40px;
  background: linear-gradient(30deg, #F94409 0%, #FF7327 100%);
  box-shadow: 0px 2px 6px 0px rgba(249, 68, 9, 0.5);
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 40px;
}
.release span[data-v-608974c0] {
  line-height: 40px;
  font-size: 26px;
  margin-right: 5px;
}

