@import url("/search/css/base.css");
body {
  background: #fff;
  padding-bottom: 1.26rem;
}

.header {
    width: 100%;
    height: 1rem;
    background-color: #f2f2f2;
    background-size: cover;
    position: relative;
    color: #636363;
    line-height: 1rem;
    text-align: center;
    font-size: 0.38rem;
}

.header .fhicn {
  width: 10%;
  height: 1rem;
  background: url("../images/fhicn.png") no-repeat;
  background-size: 0.23rem 0.41rem;
  background-position: center center;
  float: left;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}

.header input[type="text"] {
  width: 70%;
  height: 0.7rem;
  background: #fff;
  border-radius: 0.05rem;
  border: none;
  padding-left: 0.24rem;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.28rem;
  color: #4D4D4D;
}

.header .cancel {
  width: 1rem;
  height: 1rem;
  float: right;
  color: #444;
  line-height: 1rem;
  text-align: center;
  font-size: 0.28rem;
}

.history {
  width: 100%;
  height: 1.06rem;
  line-height: 1.05rem;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  color: #8b8b8b;
  font-size: 0.32rem;
  padding-left: 0.24rem;
  box-sizing: border-box;
}

.hi-title {
  width: 100%;
  height: 1.06rem;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  color: #8b8b8b;
  font-size: 0.32rem;
  box-sizing: border-box;
}

.hi-title:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
}

.hi-title li {
  width: 33.33%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 1.05rem;
}

.hi-title li a {
  display: inline-block;
  color: #707070;
  font-size: 0.32rem;
  height: 1.01rem;
}

.hi-title li a.active {
  color: #f95c5e;
  border-bottom: 0.05rem solid #f95c5e;
}

.hi-list {
  width: 100%;
  height: auto;
}

.hi-list li {
  width: 100%;
  height: 1.06rem;
  line-height: 1.05rem;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  padding-left: 0.24rem;
  color: #444;
  font-size: 0.3rem;
  box-sizing: border-box;
  padding-right: 0.6rem;
  position: relative;
}

.hi-list li .close {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: url("../images/icon-x.png") no-repeat;
  background-size: 0.36rem 0.36rem;
  position: absolute;
  top: 0;
  right: 0.24rem;
  bottom: 0;
  margin: auto;
}
.search{
    width: 100%;
    height: 1.4rem;
    border-top: 1px solid #fff;
    border-bottom:1px solid #eaeaea;
    background: #fff;
}
.search .search-inner{
    width: 90%;
    height: 0.76rem;
    margin: 0.3rem auto;
    border: 1px solid #e0e0e0;
    border-radius: 0.38rem;
    background: url("/search/images/icon-search.png") no-repeat;
    background-size: 0.36rem 0.36rem;
    background-position: 4% center;
    box-sizing: border-box;
    line-height: 0.76rem;
}
.search .search-inner input[type="text"]{
    width: 60%;
    margin-left: 12%;
    color: #666565;
    font-size: 0.26rem;
}
.search .search-inner input[type="submit"]{
    width: 20%;
    height: 100%;
    background: #f95c5e;
    color: #fff;
    font-size: 0.32rem;
    float: right;
    border-radius: 0.38rem;
}
.kong{
    width: 100%;
    height: 0.24rem;
    background: #f0f0f0;
}
