.header {
  width: 100%;
  height: 80px;
  background: none;
  /* background: #263b58; */
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
  padding: 0 12.5%;
  position: fixed;
  top: 0;
  left: 0;
}
.header > a {
  width: 125px;
  height: 50px;
  background: url(/static/hbwhere/img/header/header_logo1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.header .navlist {
  display: flex;
}
.header .navlist a {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1px;
  transition: all 0.5s;
  padding: 0 38.5px;
  cursor: pointer;
}
.header .navlist a:first-of-type {
  padding-left: 0px;
}
.header .navlist a:last-of-type {
  padding-right: 0px;
}
.header .navlist a:hover {
  color: #c5a86f;
}
.header .search {
  display: none;
}

.windows .overlay {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header {
    position: relative;
  }
  .header {
    height: 60px;
    background: #1d2943;
    padding: 6px 15px;
    top: 0;
    left: 0;
  }

  .header.b1d2943 {
    background: #1d2943 !important;
  }

  .header.hidden {
    transform: translateY(-100%);
  }

  .header > a {
    width: 95px;
    height: 38px;
    background: url(/static/hbwhere/img/header/header_logo.png) center no-repeat;
    background-size: contain;
  }
  .header .navlist {
    display: none;
  }
  .header .search {
    width: 178px;
    height: 26px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 70px 70px 70px 70px;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 2px;
  }
  .header .search > img {
    width: 12px;
    height: 12px;
    object-fit: cover;
    margin-right: 8px;
  }
  .header .search > input {
    width: 110px;
    height: 14px;
    border: none;
    background: none;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    line-height: 14px;
  }
  .header .search > input:focus {
    border: none;
    background: none;
    outline: none;
  }
  .header .search > div {
    background: #c5a86f;
    border-radius: 111px 111px 111px 111px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
    padding: 4px 7px;
    width: 38px;
  }

  .windows .overlay {
    width: 100vw;
    height: 100vh;
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    background: #edeef0;
    padding: 15px;
    display: none;
  }
  .windows .overlay .top {
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 15px 0; */
  }
  .windows .overlay .top .search {
    width: 311px;
    height: 28px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 71px 71px 71px 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
  }
  .windows .overlay .top .search > img {
    width: 12px;
    height: 12px;
    object-fit: cover;
    margin-right: 8px;
    margin-left: 6px;
  }
  .windows .overlay .top .search > input {
    border: none;
    background: none;
    outline: none;
    width: 243px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #999999;
    line-height: 14px;
  }
  .windows .overlay .top .search > div {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 1px;
    background: #c5a86f;
    width: 37px;
    height: 22px;
    border-radius: 39px 39px 39px 39px;
    text-align: center;
  }
  .windows .overlay .bottom .history,
  .windows .overlay .bottom .hot {
    padding: 15px 0;
  }
  .windows .overlay .bottom .title {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 16px;
    padding-bottom: 15px;
  }
  /* header .overlay .bottom .history {
    padding-bottom: 30px;
  } */
  .windows .overlay .bottom .tag {
    display: flex;
    flex-wrap: wrap;
  }
  .windows .overlay .bottom .tag div {
    padding: 4px 9px;
    white-space: nowrap;
    height: 22px;
    background: #ffffff;
    border-radius: 34px 34px 34px 34px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: rgba(29, 41, 67, 0.5);
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 8px;
  }
  .windows .overlay .bottom .history .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .windows .overlay .bottom .history .title div:last-of-type {
    background: url(/static/hbwhere/img/header/header_delete.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 16px;
  }
}
