.contain .searchHead {
  background: #fff;
  padding: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
.contain .searchHead div {
  	height: 35px;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 35px;
    position: relative;
    background: #eff1f4;
}
.contain .searchHead div input {
      height: 25px;
    font-size: 13px;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    color: #5d5d5d;
        width: 70%;
    background: #eff1f4;
}
.contain .searchHead div input[placeholder],
.contain .searchHead div [placeholder],
.contain .searchHead div *[placeholder] {
/*  color: #989898 !important; */
color: #323232 !important;
}
.contain .searchHead div span {
      position: absolute;
    right: 0;
    height: 25px;
    border-left: 1px solid #ccc;
    width: 35px;
    top: 5px;
    text-align: center;
}
.contain .searchHead div span i {
    display: inline-block;
    background: url(../../images/order/search.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    pointer-events: none;
}
.contain .searchBody {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #544412;
}

.contain .searchBody .searchTotal .searchTotalHead {
  height: 42px;
  border-bottom: 1px solid #ccc;
  line-height: 42px;
  font-size: 15px;
  padding: 0 10px;
  font-weight: bold;
}
.contain .searchBody .searchTotal .searchTotalBody {
  padding: 0 3% 24px ;
  width: 100%;
}
.contain .searchBody .searchTotal .searchTotalBody ul li {
  border-radius: 5px;
  height: 37px;
  display: inline-block;
  line-height: 37px;
  margin-top: 24px;
      width: 45.5%;
    margin-right: 3%;
  text-align: center;
  font-size: 1.5rem;
      background: #eff1f4;
          color: #5d5d5d;
}
.contain .searchBody .searchTotal .searchTotalBody ul li span{
	pointer-events:none;
}
footer{
	position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: right;
    height: 50px;
    line-height: 50px;
      z-index: 100;
}
footer .searchBack{
    width: 10rem;
    text-align: center;
    background:  #f05b49;
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: right;
}