.tab[data-v-1fe526b0] {
  background: #fff;
  margin-bottom: 10px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
}
.tab p[data-v-1fe526b0] {
  background: linear-gradient(0deg, #FCF3E4 0%, #F8F3E9 100%);
  color: #F3780B;
  border-radius: 15px 15px 0px 0px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 10px 10px 0;
  text-align: center;
  cursor: pointer;
}
.tab .active[data-v-1fe526b0] {
  background: linear-gradient(0deg, #F2A40C 0%, #F3880A 100%);
  color: #fff;
}

