header {
  border: 1px solid #efefef;
}
header .headerLeft {
  float: left;
  height: 1rem;
  background: url(/static/images/wap/back.png) left center no-repeat;
  background-size: 0.19rem 0.35rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 0.5rem;
}
header .headerRight {
  float: right;
  height: 1rem;
  background: url(/static/images/wap/search.png) right center no-repeat;
  background-size: 0.31rem 0.30rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 0.8rem;
}
header .searchwrap {
  font-size: 0.28rem;
  height: 1rem;
  position: absolute;
  left: 0.82rem;
  right: 1.02rem;
  top: 0;
}
header .searchwrap input {
  margin-top: 0.2rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: #f0f0f0;
  color: #000;
  text-indent: 0.2rem;
  font-size: 0.24rem;
  white-space: nowrap;
}
header .searchwrap .del {
  display: none;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.6rem;
  margin-top: 1px;
  height: 0.6rem;
  background: url(/static/images/wap/del.png) center center no-repeat;
  background-size: 0.6rem;
}
.search_list {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.32rem;
}
.search_list h3 {
  font-size: 0.32rem;
  color: #000;
  padding: 0.2rem 0;
}
.search_list .mt32 {
  margin-top: 0.32rem;
}
.search_list ul {
  margin-bottom: 0.32rem;
}
.search_list li {
  float: left;
  height: 0.6rem;
  border: 1px solid #efefef;
  line-height: 0.4rem;
  text-align: center;
  margin-right: 0.32rem;
  margin-top: 0.32rem;
  font-size: 0.28rem;
  box-sizing: border-box;
  padding: 0.1rem;
  width: 29%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_list li a {
  display: block;
}
.search_list li:nth-child(3n) {
  margin-right: 0;
}
.input_list {
  display: none;
  height: 0.9rem;
  line-height: 0.9rem;
  border-bottom: 1px solid #efefef;
  padding: 0 0.32rem;
  font-size: 0.28rem;
}
.del2 {
  width: 0.6rem;
}
