body {
  font-size: 14px;
  background-color: #f4f4f3;
  -webkit-overflow-scrolling: touch;
}




.xszj_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99;
}

.xszj_loading img {
  position: absolute;
  left: 50%;
  top: 39%;
  margin-left: -19px;
  width: 38px;
  z-index: 2;
  -webkit-animation: load_rotate 1s linear infinite;
  animation: load_rotate 1s linear infinite;
}

.xszj_loading span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  z-index: 3;
}

@-webkit-keyframes load_rotate {
  0% {
    -webkit-transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(90deg)
  }

  50% {
    -webkit-transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(270deg)
  }

  to {
    -webkit-transform: rotate(1turn)
  }
}

@keyframes load_rotate {
  0% {
    -webkit-transform: rotate(0deg)
  }

  25% {
    -webkit-transform: rotate(90deg)
  }

  50% {
    -webkit-transform: rotate(180deg)
  }

  75% {
    -webkit-transform: rotate(270deg)
  }

  to {
    -webkit-transform: rotate(1turn)
  }
}



.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: .88rem;
  padding: .14rem .32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-bottom: 2px solid #e2e2e2;
}

.header .logo {
  width: 1.7rem;
  height: .6rem;
  background: url('//album.h5.kameimei.cn/xszb_logo_184_64.png') no-repeat center;
  background-size: cover;
}

.header .nav_city {
  font-size: 12px;
  background: url(http://qnm.hunliji.com/o_1c91888t917qf1arv195e13m2mmsa.png) center right no-repeat;
  background-size: .2rem;
  padding-right: .24rem;
  margin-right: .84rem;
  cursor: pointer;
}

.header a.back_home {
  width: 1.68rem;
  height: .52rem;
  font-size: 13px;
  text-align: center;
  line-height: .52rem;
  color: #f83244;
  border: 1px solid #f83244;
  border-radius: 4px;
}


.menu_list {
  background: #fff;
  margin-top: .88rem;
  margin-bottom: 0.2rem;
}

.menu_wrap {
  font-size: 0;
  padding-bottom: .12rem;
}

.menu_item {
  display: inline-block;
  width: 25%;
  font-size: 12px;
  text-align: center;
  margin-top: .28rem;
}

.menu_item img {
  width: .72rem;
}

.menu_item p {
  margin-top: .12rem;
}





.filter_tap {
  border-bottom: 1px solid #e7e7e7;
}

.filter_tap .tap {
  font-size: 0;
  position: relative;
  z-index: 10;
  background: #fff;
}

.filter_tap .tap a {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  line-height: .72rem;
  position: relative;
  text-align: center;
}

.filter_tap a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1px;
  height: .5rem;
  background-color: #e7e7e7;
}

.filter_tap .sort_tap::after {
  display: none;
}

.filter_tap i {
  vertical-align: top;
  margin: .32rem 0 0 .12rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: .08rem;
  border-style: solid dashed dashed dashed;
  border-color: #999 transparent transparent transparent;
}

.page_top {
  position: fixed;
  width: 100%;
  top: .88rem;
  left: 0;
  z-index: 10;
}

.filter_tap .tap a.active {
  color: #f83244;
}

.filter_tap .tap a.active i {
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #f83244 transparent;
  margin: .24rem 0 0 .12rem;
}

.filter_tap .cont_bg {
  position: fixed;
  top: .88rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9;
}

.filter_tap .cont {
  overflow-y: auto;
  position: fixed;
  width: 100%;
  max-height: 7rem;
  top: 1.6rem;
  left: 0;
  z-index: 11;
  display: none;
}

.filter_tap .cont ul {
  background: #fff;
}

.filter_tap .cont li {
  padding-left: .4rem;
  height: .8rem;
  font-size: 13px;
  line-height: .8rem;
  color: #666;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  position: relative;
}

.filter_tap .cont li.active {
  color: #f83244;
}

.filter_tap .cont li.active::after {
  display: block;
  content: '';
  position: absolute;
  width: .26rem;
  height: .2rem;
  background: url(http://qnm.hunliji.com/o_1ags10o7q1eci7g87j0dqjqpu7.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: .3rem;
  right: .32rem;
}







.result_list_wrap {
  background: #fff;
  padding-left: .32rem;
}

.result_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: .32rem .32rem .34rem 0;
}

.result_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.result_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result_item .img_cover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.44rem;
  flex: 0 0 1.44rem;
  display: inline-block;
  vertical-align: top;
  width: 1.44rem;
  height: 1.44rem;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  margin-right: .24rem;
}

.result_item .msg {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.result_item .msg h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 4.08rem;
}

.result_item .msg em {
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3;
  flex: 1.3;
  margin-right: .08rem;
}

.result_item .msg .tit {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result_item .msg .mer_item_star {
  line-height: 1;
  margin-top: .16rem;
  white-space: nowrap;
  font-size: 0;
}

.result_item .msg .mer_item_star .star {
  display: inline-block;
  width: .2rem;
  margin-right: .04rem;
  vertical-align: middle;
}

.result_item .msg .mer_item_star .comment_Num {
  color: #666;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .12rem;
}

.result_item .msg .mer_item_star .info_tag {
  display: inline-block;
  vertical-align: middle;
  height: .32rem;
  width: .32rem;
  font-size: 0;
}

.result_item .msg .mer_item_params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #666;
  margin-top: .16rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result_item .msg .mer_item_address {
  margin-top: .16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #666;
  max-height: .34rem;
}

.result_item .msg .mer_item_address span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.result_item .msg .mer_item_address .prov {
  float: right;
  margin-left: .24rem;
  color: #578aff;
  min-width: 1.2rem;
  text-align: right;
}

.result_item .msg .mer_item_board {
  margin-top: .14rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #666;
}

.result_item .msg .mer_item_board .tip {
  border: 1px solid #f83244;
  border-radius: 2px;
  color: #f83244;
  font-size: 10px;
  padding: 2px 0;
  width: 1.04rem;
  text-align: center;
  margin-right: .12rem;
}

.result_item .mer_item_icon {
  position: absolute;
  left: -.2rem;
  top: 0;
  width: .52rem;
  height: .68rem;
  z-index: 3;
}