.head {
  background: #ffffff;
  margin: 0 auto;
  height: 100%;
  padding: 0.18rem 0 2rem 0;
  position: fixed;
  z-index: 999999999;
  display: none;
  top: 0;
}
.head.heade {
  display: block;
  overflow: scroll;
  max-height: 17rem;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
.head .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.32rem;
}
.head .top a img {
  width: 1.96rem;
    height: 0.54rem;
  margin-left: 2.45rem;
}
.head .top .x img {
  width: 0.48rem;
  height: 0.48rem;
}
.head .inp {
  height: 0.6rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0.08rem;
  padding-left: 0.16rem;
  border: 0.02rem solid #d4d4d4;
  display: flex;
  margin: 0.24rem 0 0.44rem;
}
.head .inp img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.24rem;
margin-top:0.04rem;
}
.head .inp input {
  width: 2.52rem;
  font-size: 0.28rem;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 0.38rem;
}
.head .servant {
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 0.38rem;
}
.head .servant.active {
  height: 11rem;
}
.head .servant .top ul li h1 {
  font-weight: 400;
  position: relative;
  margin-left: 0.1rem;
  font-size: 0.32rem;
}
.head .servant .top ul li h1::before {
  content: "";
  position: absolute;
  width: 0.06rem;
  height: 0.3rem;
  background: #e82b2f;
  border-radius: 2px;
  left: -0.14rem;
  top: 0.01rem;
}
.head .servant.active .top ul li h1 {
  font-weight: bold;
  color: #e82b2f;
}
.head .servant .top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.head .servant .top ul li img {
  width: 0.48rem;
  height: 0.48rem;
}
.head .servant .top ul li .xia {
  display: block;
}
.head .active .top ul li .xia {
  display: none;
}
.head .servant .top ul li .shang {
  display: none;
}
.head .active .top ul li .shang {
  display: block;
}
.head .servant .center {
  width: 6.86rem;
  height: 0.66rem;
  background: #f4f4f4;
  margin: 0.32rem auto 0.24rem;
}
.head .servant .center p {
  font-size: 0.3rem;
  color: #666666;
  padding-left: 0.2rem;
  line-height: 0.66rem;
}
.head .bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0.2rem;
}
.head .bottom ul li {
  width: 1.62rem;
  height: 0.56rem;
  background: #ffffff;
  border-radius: 0.08rem;
  text-align: center;
  border: 0.02rem solid #d0d0d0;
  margin: 0.08rem 0.04rem;
}
.head .bottom ul li a {
  font-size: 0.26rem;
  color: #666666;
  display: block;
  line-height: 0.56rem;
}
