.tabsAndSwiper-tabs-wrap {
  position: relative;
  width: 100%;
  border-bottom: 0.02rem solid #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 1.08rem;
}
.tabsAndSwiper-tabs-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.tabsAndSwiper-tabs-wrap .tabsAndSwiper-tabs-content {
  position: relative;
  display: flex;
}
.tabsAndSwiper-tabs-wrap .tabsAndSwiper-tabs-content .tabsAndSwiper-tab {
  flex-shrink: 0;
  padding: 0 0.23rem;
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #3A3A3F;
  line-height: 0.32rem;
}
.tabsAndSwiper-tabs-wrap .tabsAndSwiper-tabs-content .tabsAndSwiper-tab-active {
  color: #4A7BEE;
  position: relative;
}
.tabsAndSwiper-tabs-wrap .tabsAndSwiper-tabs-active-line {
  position: absolute;
  content: '';
  bottom: 0rem;
  width: 1.95rem;
  height: 0.06rem;
  background: #4a7bee;
  transition: 0.5s;
}
