header {
  display: flex;
  justify-content: space-between;
  padding: 0px .6771rem;
  width: 100%;
  height: .5208rem;
  background: #FFFFFF;
  /* background: red; */
  border-radius: 0px 0px 0px 0px;
}

header .left {
  width: 30%;
  height: .4844rem;
  /* background-color:pink; */
}

header .left h1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: .4844rem;

}

header .left h1 img:nth-child(1) {
  width: .6771rem;
  width: .6771rem;
  height: .4844rem;
  /* height: auto; */
}

header .left h1 img:nth-child(2) {
  margin-left: .1042rem;
  width: 100%;
  width: 2.0885rem;
  /* height: .3646rem; */
  /* max-width: 401px; */
  /* height: auto; */
}

header .right {
  display: flex;
  align-items: center;
  height: 100%;
  /* justify-content: space-between; */
  /* background-color: saddlebrown; */
  /* margin-left: 220px; */
}

header .right h1 {
  /* background-color: red; */
  margin-right: .151rem;
  width: 1.0469rem;
  font-size: .0833rem;
  height: 100%;
  line-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  color: #1A80AD;

}
header .right h1 span:nth-child(1) {
  letter-spacing:.0146rem;
}
header .right h1 span:nth-child(2) {
  font-size: .0521rem;
  margin-top: .026rem;
}

header .right nav {
  display: flex;
  width: 3.125rem;
  margin-left: .0313rem;
  overflow: hidden;
  /* overflow: hidden; */
  border-radius: 10px;
  /* background-color: saddlebrown; */
  /* width: 100%; */
  height: .2083rem;
  font-size: 0;

  /* background-color: rgb(70, 69, 68); */
}

header .right nav input {
  padding: .0417rem 0px .0417rem .1042rem;
  height: .2083rem;
  width: 2.9167rem;
  background-color: #F0F7F7;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: .0833rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

header .right nav button {
  width: .2083rem;
  height: .2083rem;
  line-height: .2083rem;
  background-color: #008D88;
}

header .right nav button img {
  width: .2083rem;
  height: .2083rem;

}
.nav {

  height: .5208rem;
  /* background-color: #0F9293; */
  padding: 0px .6771rem;
  background: rgba(0, 141, 136, 0.9);
}

.nav ul {

  /* margin: -2px 147px 0px 49px; */
  margin: 0px .1563rem;
  display: flex;
  /* height: 100%; */
  height: .5208rem;
  /* line-height: 100%; */
  /* width: 7.625rem; */
  /* width: 8.6458rem; */
  justify-content: space-between;
  align-items: center;
  /* background-color: saddlebrown; */
}

/* .nav ul li a:hover {
  padding: .0521rem 0;
  border-bottom: .0208rem solid white;
} */
.nav ul li a:hover {
  padding: .0521rem 0;
  border-bottom: .0208rem solid white;
}
/* .nav ul li a:active {
  border-bottom: .0208rem solid white;
} */
.nav ul li a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: .0938rem;
  color: #FFFFFF;
}
