.header {
  display: flex;
  flex-direction: column;
  height: .95rem;
  width: 100%;
  background-color: #dedfe0;
  font-size: .15rem;
}
.header .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 .1rem;
  height: .5rem;
}
.header .title-wrap .title {
  flex: 1;
  text-align: center;
  margin-left: .3rem;
}
.header .title-wrap .ect {
  width: .3rem;
  height: .3rem;
  background: url(../img/action_bar_black_more_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.header .input-wrap {
  margin: 0 .2rem;
  height: .35rem;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .14rem;
  color: #646566;
}
.header .input-wrap img {
  width: .25rem;
  height: .25rem;
  margin-right: .08rem;
}

.header-find {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .5rem;
  width: 100%;
  font-size: .15rem;
  background-color: var(--var-bg-color-gray);
}

.header-person {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .15rem;
  height: .5rem;
  width: 100%;
  background-color: #fff;
}
.header-explore {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .5rem;
  width: 100%;
  font-size: .15rem;
  background-color: var(--var-bg-color-gray);
}