.tab-switch[data-v-da547d53] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.33333rem 1.4rem 0.00667rem 1.4rem;
}
.tab-switch__tab[data-v-da547d53] {
  font-size: 0.24rem;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #727272;
}
.tab-switch__tab-checked[data-v-da547d53] {
  position: relative;
  font-size: 0.28rem;
  font-family: SourceHanSansSC;
  font-weight: 500;
  color: #333333;
}
.tab-switch__tab-checked[data-v-da547d53]::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.21333rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.93333rem;
  height: 0.05333rem;
  background-color: #BD1B2D;
}<!--0.00020694732666016-->