.components-md-tabs .header[data-v-53f89906] {
  background: #fff;
  height: 2.70833vw;
  border-bottom: 1px solid #ebeef5;
  border-radius: 0.3125vw 0.3125vw 0 0;
  position: relative;
}
.components-md-tabs .header-btn[data-v-53f89906] {
  min-width: 2.08333vw;
  height: 2.70833vw;
  cursor: pointer;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-size: 0.72917vw;
  font-weight: 400;
  color: #999999;
  margin: 0 0.52083vw;
}
.components-md-tabs .my-tabs-active-bar[data-v-53f89906] {
  transition: all 0.3s;
  width: 3.80208vw;
  height: 0.10417vw;
  background-color: #4585f3;
  position: absolute;
  bottom: 0;
  left: 0.52083vw;
}
.components-md-tabs .header-btn[data-v-53f89906]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.components-md-tabs .header-btn-active[data-v-53f89906] {
  font-weight: 500;
  color: #333333;
}
