.home-header-tabs {
  width: 100%;
  height: 86px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  min-width: 1442px;
  position:sticky;
  top:0;
  z-index:100;
}

.home-header-tabs .header-left-img {
  width: 264px;
  height: 37px;
  margin-bottom: 11px;
  background: url(./nav-left.png) no-repeat;
  background-size: 100% 100%;
  /* margin-left: 230px; */
}

.van-sticky--fixed {
  width: 100% !important;
  height: 86px !important;
  min-width:1442px!important;
}

.home-header-tabs .header-right-img {
  width: 287px;
  height: 24px;
  margin-left: 100px;
  margin-bottom: 22px;
  background: url(./nav-right.png) no-repeat;
  background-size: 100% 100%;
}

.home-header-tabs .tab {
  padding: 0 23px 0 23px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5A;
  margin-left: 56px;
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  border-top: 3px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}

.home-header-tabs .tab+.tab {
  margin-left: 18px;
}

.home-header-tabs .active {
  font-weight: 500;
  color: #1B1B1B;
  background: rgba(86, 179, 197, 0.1);
  border-top: 3px solid #56B3C5;
  cursor: unset;
}