ul[data-v-0f1f3962], li[data-v-0f1f3962] {
  list-style: none;
}
.tab-wrap[data-v-0f1f3962] {
  width: 100%;
  height: 50px;
  display: flex;
}
[dir] .tab-wrap[data-v-0f1f3962] {
  border-bottom: 1px solid #04b88f;
}
[dir=ltr] .tab-wrap[data-v-0f1f3962] {
  padding-left: 0;
}
[dir=rtl] .tab-wrap[data-v-0f1f3962] {
  padding-right: 0;
}
.tab-wrap li[data-v-0f1f3962] {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
[dir] .tab-wrap li[data-v-0f1f3962] {
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid transparent;
}
[dir=ltr] .tab-wrap li[data-v-0f1f3962] {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
[dir=rtl] .tab-wrap li[data-v-0f1f3962] {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.tab-wrap li.selected[data-v-0f1f3962] {
  font-weight: 500;
  color: #04b88f;
}
[dir] .tab-wrap li.selected[data-v-0f1f3962] {
  border-top: 1px solid #04b88f;
  border-bottom: 1px solid #fff;
}
[dir=ltr] .tab-wrap li.selected[data-v-0f1f3962] {
  border-left: 1px solid #04b88f;
  border-right: 1px solid #04b88f;
}
[dir=rtl] .tab-wrap li.selected[data-v-0f1f3962] {
  border-right: 1px solid #04b88f;
  border-left: 1px solid #04b88f;
}
