.wrap {
  width: 100%;
}
.header {
  width: 100%;
}
.top {
  width: 100%;
  height: 1.86rem;
  background: url(../img/top_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.top .search {
  position: absolute;
  bottom: 0.45rem;
  width: 2.38rem;
  height: 0.3rem;
  background: #ffffff;
  border-radius: 0.15rem;
  padding-left: 0.135rem;
  padding-right: 0.1rem;
  left: 50%;
  margin-left: -1.19rem;
}
.top .search form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-btn {
  width: 0.12rem;
  height: 0.12rem;
  background: url(../img/sear_icon.png) no-repeat center;
  background-size: cover;
  border: none;
}

.search-input {
  height: 100%;
  border: none;
  outline: none;
}

.nav {
  width: 100%;
  height: 0.42rem;
  background: #0b64ff;
  padding: 0 0.1rem;
}

.nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .nav ul li {
  height: 100%;
} */
.nav ul li a {
  display: block;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.15rem;
  color: #ffffff;
  letter-spacing: 0;
}

.footer {
  width: 100%;
  height: 1.15rem;
  background: #1d2c3f;
  padding-top: 0.19rem;
  padding-bottom: 0.12rem;
  position: relative;
  margin-top: 0.28rem;
}

.footer p {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 0.1rem;
  color: #ffffff;
  letter-spacing: 0;
}

.footer p a {
  font-size: 0.1rem;
  color: #ffffff;
}

.footer p:not(:nth-child(1)) {
  margin-top: 0.08rem;
}

.footer img {
  position: absolute;
  width: 0.26rem;
  height: 0.32rem;
  right: 0.14rem;
  top: 0.43rem;
}
