.header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.44rem;
}
.header .header-top .user {
  flex: 1;
}
.header .header-top .user img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.15rem;
}
.header .header-top .user.header-user {
  width: auto;
  height: auto;
  border-radius: 0;
  margin-left: 0;
  margin-top: 0;
  background: transparent;
  overflow: visible;
  border: none;
}
.header .header-top .logo {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-top .logo img {
  height: 0.26rem;
  width: auto;
}
.header .header-top .search1 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-top .search1 img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.19rem;
  margin-top: 0;
}
.header .nav-wrapper {
  width: 100vw;
  height: 0.4rem;
  position: relative;
  background: #fff;
  border-top: 0.01rem solid #EAEAEA;
  border-bottom: 0.01rem solid #F0F0F0;
}
.header .nav-wrapper .nav-list-wrapper {
  overflow: scroll;
  position: relative;
  width: 100vw;
  height: 0.4rem;
}
.header .nav-wrapper .nav-list-wrapper::-webkit-scrollbar {
  display: none;
}
.header .nav-wrapper .nav-list-wrapper .nav-list {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.4rem;
  justify-content: center;
  width: auto;
  min-width: 100vw;
}
.header .nav-wrapper .nav-list-wrapper .nav-list .nav-item {
  color: #353535;
  font-size: 0.16rem;
  line-height: 0.4rem;
  padding: 0 0.12rem;
  white-space: nowrap;
}
.header .nav-wrapper .nav-list-wrapper .nav-list .nav-item.active {
  border-bottom: 0.02rem solid #00B0EC;
}
.header .nav-wrapper .other {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 0%, #fff 50%);
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  font-weight: 300;
  justify-content: flex-end;
  padding-right: 0.2rem;
  color: #999;
}
.header .nav-wrapper .other-nav {
  position: absolute;
  z-index: 999;
  top: -0.44rem;
  left: 0;
  right: 0;
  max-height: 0;
  transition: all 0.8s;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.header .nav-wrapper .other-nav .wrapper {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.header .nav-wrapper .other-nav .wrapper .close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  font-size: 0.28rem;
}
.header .nav-wrapper .other-nav .wrapper .cont-wrapper {
  width: 3.45rem;
  margin: 0 auto;
  height: auto;
}
.header .nav-wrapper .other-nav .wrapper .cont-wrapper .title {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.25rem;
  padding-bottom: 0.095rem;
  padding-top: 0.15rem;
  border-bottom: 0.01rem solid #E0E0E0;
}
.header .nav-wrapper .other-nav .wrapper .cont-wrapper .cont {
  padding-top: 0.15rem;
  width: 3.53rem;
  margin-left: -0.04rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .nav-wrapper .other-nav .wrapper .cont-wrapper .cont:after {
  content: '';
  flex: 1;
  min-width: 0.2rem;
  display: block;
  height: 0;
}
.header .nav-wrapper .other-nav .wrapper .cont-wrapper .cont .item {
  color: #666666;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.24rem;
  padding: 0 0.06rem;
  border-radius: 0.05rem;
  background: #F2F2F2;
  margin: 0 0.04rem 0.15rem;
}
