.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: 30px;
  font-size: 15px;
  border: none;
  padding-left: 10px;
  color: #5d5d5d;
  background-color: #eff1f4;
}
.contain .searchHead div input[placeholder],
.contain .searchHead div [placeholder],
.contain .searchHead div *[placeholder] {
  color: #5d5d5d !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/wxNewServeimggroup/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: #323232;
}
.contain .searchBody .searchTotal .searchTotalHead {
  height: 42px;
  border-bottom: 1px solid #ccc;
  line-height: 42px;
  font-size: 15px;
  padding: 0 10px;
  font-weight: bold;
  color: #323232;
}
.contain .searchBody .searchTotal .searchTotalBody {
  padding: 0 10px 20px 10px;
  width: 100%;
}
.contain .searchBody .searchTotal .searchTotalBody ul li {
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  display: inline-block;
  line-height: 37px;
  margin-top: 24px;
  width: 44%;
  margin-right: 4%;
  text-align: center;
  font-size: 1.5rem;
}
.contain .searchBody .searchTotal .searchTotalBody ul li span{
	pointer-events:none;
}
footer{
	position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: right;
z-index:10000;
}
footer .searchBack{
    width: 10rem;
    text-align: center;
    background: #f05b49;
    font-size: 15px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    float: right;
}
.iconRed {
    background: url(/images/wxNewServeimggroup/order/rbor.png) center no-repeat;
    background-size: 4px 15px;
    padding: 5px;
    margin-right: 5px;
}