* {
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #333;
  /* ——————————————————————————————替换此处———————————————————————————————— */
  /* font-family: 'HiraginoSansGB-W3' */
  /* ——————————————————————————————替换此处———————————————————————————————— */
}
.medicalCenterSearch {
  /* width: 100vw; */
  height: 100vh;
  position: relative;
}
.locationFail {
  color: #999;
}

/* _______________head__________________ */

.head {
  /* width: 3.75rem; */
  height: 0.44rem;
  padding: 0.07rem 0.15rem 0.07rem 0.15rem;
  /* background-color: pink; */
  overflow: hidden;
}
.head > .arr {
  margin: 0.08rem 0.25rem 0 0;
  position: absolute;
  left: 0.2rem;
}

.head .search {
  width: 100%;
  height: 0.3rem;
  float: right;
  background-color: #f2f2f2;
  border-radius: 0.15rem;
  float: left;
  overflow: hidden;
}
.head .search img:first-child {
  width: 0.16rem;
  height: 0.15rem;
  float: left;
  margin: 0.08rem 0.1rem 0 0.16rem;
}
.head .search img:last-child {
  width: 0.12rem;
  height: 0.12rem;
  float: right;
  margin: 0.09rem;
}
.head .search input {
  border: none;
  background-color: inherit;
  font-size: 0.12rem;
  line-height: 0.32rem;
  width: 80%;
  outline: none;
  /* background-color: pink; */
}

/* _______________body__________________ */
.body ul {
  padding-left: 0.15rem;
}
.body li {
  height: 0.7rem;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.14rem 0 0.14rem 0;
}
.body li:last-child {
  border: none;
}
.body li .leval {
  width: 0.58rem;
  height: 0.12rem;
  background: linear-gradient(
    to right,
    rgba(255, 168, 45, 1),
    rgba(255, 121, 32, 1)
  );
  border-radius: 0.02rem;
  padding-left: 0.05rem;
  font-size: 0.09rem;
  color: #fff;
  line-height: 0.128rem;
  margin: 0.13rem 0.1rem 0 0;
  float: left;
}
.body li span {
  font-size: 0.14rem;
  margin-top: 0.115rem;
  display: inline-block;
}

/* _______________another__________________ */
.arr {
  width: 0.15rem;
  height: 0.15rem;
  /* background-color: pink; */
}
.arr:after {
  content: "";
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 0.016rem solid #333;
  border-top: 0.016rem solid #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
