.ht-bg {
  background: #f5f5f5;
  padding: 0.09rem 0;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ht-left {
  font-size: 0.14rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #707070;
}
.htright {
  display: flex;
  align-items: center;
}
.htright img {
  width: 0.17rem;
  height: 0.17rem;
  object-fit: cover;
}
.htk {
  margin-left: 0.06rem;
  font-size: 0.14rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #5e5e5e;
}
.htk:nth-child(2) {
  margin-left: 0.09rem;
}

.hb-bg {
  padding-top: 0.21rem;

  border-bottom: 0.02rem solid #5cc1eb;
}
.header {
  display: flex;
  align-items: center;
}
.header_left {
  width: 1.38rem;
}
.header_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_right {
  margin-left: 2.83rem;
}
.hr-top {
  display: flex;
  align-items: center;
  height: 0.39rem;
  background: #ffffff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.02rem solid #5cc1eb;
}
.hr-top input {
  height: 100%;
  width: 4.92rem;
  border: none;
}
.hrt-img {
  cursor: pointer;
  width: 0.67rem;
  height: 100%;
  background: #5cc1eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hrt-img img {
  width: 0.22rem;
  object-fit: cover;
}
.hr-bootm {
  display: flex;
  align-items: center;
  margin-top: 0.06rem;
}
.hr-bootm a {
  font-size: 0.13rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding: 0 0.09rem;
  border-right: 0.01rem solid rgba(153, 153, 153, 1);
}
.hr-bootm a:last-child {
  border-right: none;
}
.header-nav {
  margin: 0.2rem auto 0 !important;
  height: 0.41rem;
  display: flex;
  align-items: center;
}
.header-menu {
  height: 100%;
  width: 1.75rem;
}
.header-menu-a {
  font-size: 0.16rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 0.41rem;
}
.header-menu:hover .header-menu-a {
  font-weight: bold;
  color: #ffffff;
}
.header-menu:hover {
  background: #5cc1eb;
}
.active .header-menu-a {
  font-weight: bold;
  color: #ffffff;
}
.header-nav .active {
  background: #5cc1eb;
}
