﻿body,
html,
div,
span,
a,
li,
ul,
img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background: #ffffff;
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
a:hover {
  -webkit-tap-highlight-color: transparent;
}
/*****顶部appbar****/
.appbar {
  background: #ffffff;
  height: 55px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  z-index: 9;
  border-bottom: 1px solid #f2f2f2;
}
.appbar_main {
  width: 70%;
  height: 3rem;
  border-radius: 3rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 0;
  display: flex;
}
.appbar_search {
  width: calc(100% - 0rem);
  position: relative;
  display: flex;
  align-items: center;
}
.search_icon {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
.search_input {
  border: none;
  background: none;
  outline: none;
  padding-left: 4rem;
  font-size: 1.3rem;
  color: #333;
  width: 100%;
}
.appbar_make {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appbar_make .iconfont {
  font-size: 22px;
  color: #333;
  padding: 10px;
}
.appbar_left {
  left: 0;
}
.appbar_icon {
  width: 2.5rem;
}
.appbar_right {
  right: 0;
}
/* 租房：zuHouse */
/*顶部三个小块*/
.zuHouse .page_main {
  padding: 1rem;
  padding-top: 6rem;
}
.zuHouse .zuHouse_type_list {
  display: flex;
  justify-content: space-between;
}
.zuHouse .zuHouse_type_item {
  width: 31%;
  height: 8rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.zuHouse .zuHouse_type_item a {
  color: #fff;
}
/*菜单*/
.zuHouse .index_menus {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
.zuHouse .menu_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #000;
  font-size: 1.3rem;
}
.zuHouse .menu_item_img {
  width: 80%;
  margin-bottom: 0.5rem;
}
/*轮播*/
.zuHouse .zuHouse_banner {
  width: 100%;
  height: 12rem;
  border-radius: 1rem;
  margin-top: 2rem;
}
.zuHouse .zuHouse_banner_main,
.zuHouse .swiper-wrapper {
  height: 100%;
  border-radius: 1rem;
}
.zuHouse .zuHouse_banner_item {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 3rem;
}
.zuHouse .zuHouse_banner_item_title {
  color: #fff;
  font-size: 2rem;
}
.zuHouse .zuHouse_banner_item_content {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
/*全部房源*/
.zuHouse .zuHouse_all {
  margin-top: 2rem;
}
.zuHouse .zuHouse_all_title {
  font-size: 2.5rem;
}
.filter_main {
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #f2f2f2;
  z-index: 1001;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 55px;
}
.filter_item_tab {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font: inherit;
  font-size: 1.3rem;
}
.filter_item_tab i {
  font-size: 0.8rem;
  margin-left: 0.3rem;
  color: gray;
}
.filter_item_tab .icon-shang1,
.filter_item_tab.active .icon-xia1-copy {
  display: none;
}
.filter_item_tab.active .icon-shang1 {
  display: block;
  color: #0079fe;
}
.filter_down_icon {
  width: 1rem;
  margin-left: 0.5rem;
}
.zuHouse .zuHouse_list {
  margin-top: 1rem;
}
.zuHouse .zuHouse_item {
  display: flex;
  height: 9rem;
  margin-bottom: 1.2rem;
}
.zuHouse .zuHouse_item_img {
  width: 12rem;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 1rem;
  position: relative;
  background: #c3c3c3;
}
.zuHouse .xinPan_item_state {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #ff5c8b;
  padding: 5px;
  border-radius: 5px;
}
.zuHouse .zuHouse_item_img img {
  height: 100%;
}
.zuHouse .zuHouse_item_info {
  width: calc(100% - 11rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zuHouse .zuHouse_item_title {
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  margin: 0;
}
.zuHouse .zuHouse_item_dess {
  display: flex;
  align-items: center;
  padding: 0;
}
.zuHouse .item_des_item {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 0 0.2rem;
}
.zuHouse .item_des_item:last-child {
  border: none;
}
.zuHouse .zuHouse_item_address {
  font-size: 1.3rem;
}
.zuHouse .zuHouse_item_types {
  display: flex;
  align-items: center;
}
.zuHouse .zuHouse_item_type {
  font-size: 0.9rem;
  padding: 0.1rem 0.5rem;
  margin-right: 1rem;
  background: #e3f2ef;
}
.zuHouse .zuHouse_type_item:last-child {
  margin-right: 0;
}
.zuHouse .zuHouse_item_money {
  font-size: 1.2rem;
  line-height: 1;
}
.zuHouse .zu_money {
  color: red;
  font-size: 1.5rem;
}
/*筛选区*/
.filter_box .tab_bar .filter_main {
  width: 100%;
  margin: 0;
  height: 100%;
}
.filter_item_tab.active {
  color: #0079fe;
}
.filter_main.fixTop {
  position: fixed;
  width: 100%;
  left: 0;
  background: white;
  top: 5rem;
  z-index: 99;
}
/********************ChuShou*********************/
.ChuShou .index_main {
  /*padding-top: 5rem;*/
  padding-bottom: 4rem;
  z-index: 2;
}
.mescroll {
  height: calc(100% - 5rem) !important;
  top: 55px !important;
  width: 100% !important;
}
/****轮播****/
.ChuShou .chuShou_banner {
  height: 16rem;
  width: 100%;
  margin-top: 10px !important;
}
.ChuShou .chuShou_banner_main {
  height: 100%;
}
.ChuShou .chuShou_banner_item {
  border-radius: 10px;
}
.ChuShou .chuShou_banner_item img {
  width: 100%;
  border-radius: 10px;
}
/****菜单****/
.ChuShou .index_menus {
  display: flex;
  justify-content: space-around;
}
.ChuShou .menu_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #000;
  font-size: 1.2rem;
}
.ChuShou .menu_item_img {
  width: 70%;
  margin-bottom: 0.5rem;
}
/****模块****/
.ChuShou .chuShou_models {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.ChuShou .model_item {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 1rem 0;
  margin-bottom: 10px;
  width: calc((100% - 10px) / 2);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
}
.ChuShou .long_model {
  width: 100%;
  height: 12rem;
  margin-bottom: 15px;
  justify-content: center;
}
.ChuShou .model_item_title {
  color: #666;
  font-size: 0.8rem;
}
.ChuShou .model_item_name {
  margin: 0.3rem 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.ChuShou .model_item_btn {
  border-radius: 2rem;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 0.8rem;
  background: #09d5b2;
}
/****全部房源****/
.ChuShou .allHouse_title {
  padding: 0.5rem 0 1rem;
  font-size: 2rem;
  margin: 0;
}
.ChuShou .chuShou_list {
  margin-top: 45px;
  padding: 0px 15px 15px 15px;
}
.ChuShou .chuShou_item {
  display: flex;
  padding: 1.8rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.ChuShou .chuShou_item_cover {
  width: 10rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  position: relative;
}
.ChuShou .xinPan_item_state {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #ff5c8b;
  padding: 5px;
  border-radius: 5px;
}
.ChuShou .chuShou_item_cover img {
  width: 100%;
  height: 100%;
}
.ChuShou .chuShou_item_info {
  width: calc(100% - 10rem);
}
.ChuShou .chuShou_house_name {
  margin-bottom: 0.45rem;
  font-size: 18px;
  color: #394043;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.ChuShou .chuShou_house_other {
  margin-bottom: 0.45rem;
  line-height: 1.2em;
  color: #040404;
  font-size: 1.2rem;
}
.ChuShou .chuShou_house_money {
  display: flex;
  align-items: center;
  color: #9c9fa1;
  font-size: 0.6875rem;
}
.ChuShou .chuShou_money {
  margin-right: 0.3125rem;
  color: #fa5741;
  font-size: 18px;
  font-weight: 700;
}
.ChuShou .JunJia_money {
  font-size: 1.4rem;
  margin-top: 3px;
  color: #999;
}
.ChuShou .chuShou_tags {
  display: flex;
  margin-top: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.ChuShou .chuShou_tags .ZuXieZiLou {
  background-color: #edf0f3;
  color: #849aae;
}
.ChuShou .chuShou_tab_item {
  padding: 0.25rem 0.35rem 0.25rem 0.35rem;
  font-size: 1.1rem;
  border-radius: 0.125rem;
  margin: 0 0.5rem 0 0;
}
.ChuShou .BiKanHaoFang {
  background-color: #3072f6;
  color: #ffffff;
}
.ChuShou .SuiShiKanFang {
  background-color: #67e4c4;
  color: #ffffff;
}
.ChuShou .YouDianTi {
  background-color: #95bdf8;
  color: #ffffff;
}
.ChuShou .ShuXing {
  background-color: rgba(242, 161, 47, 0.15);
  color: #f2a12f;
}
/*.ChuShou .chuShou_tab_item:nth-of-type(1) {
    background-color: rgba(48,114,246,1);
    color: rgb(255,255,255);
}
.ChuShou .chuShou_tab_item:nth-of-type(2) {
    background-color: rgba(100,142,249,0.15);
    color: rgb(100,142,249);
}
.ChuShou .chuShou_tab_item:nth-of-type(3) {
    background-color: rgba(242,161,47,0.15);
    color: rgb(242,161,47);
}
.ChuShou .chuShou_tab_item:nth-of-type(4) {
    background-color: rgba(123,189,255,0.15);
    color: rgb(123,189,255);
}*/
.model_list .li a {
  color: #000;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: bold;
}
.filter_box .lists_area.active {
  height: 100%;
  position: relative;
}
.filter_box .area_list {
  max-height: 100%;
}
.zuHouse .mescroll {
  padding-top: 1rem;
  width: calc(100% - 2rem) !important;
  height: calc(100% - 7rem) !important;
  z-index: 2;
}
.mescroll-upwarp.mescroll-hardware {
  text-align: center;
}
.header_back {
  font-size: 18px;
  color: #333;
  padding: 10px;
}
.QuanJingTag {
  position: absolute;
  bottom: 5px;
  display: flex;
  left: 5px;
}
.QuanJingTag_item {
  margin-left: 5px;
}
.QuanJingTag_img {
  width: 2.5rem;
  height: 2.5rem;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.QuanJingTag_img .VRICO {
  -webkit-transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}
.xinPan_search_list_body {
  top: 8rem;
}
.xinPan_Tag span {
  color: #939bad;
  background: #eee;
  border-radius: 1px;
  margin-right: 5px;
  padding: 2px 4px;
}
.item_cont ul {
  overflow: hidden;
  margin-top: 10px;
}
.house_liactive h3 {
  color: #999 !important;
}
.FengMianTag {
  position: absolute;
  top: 5px;
  left: 0px;
}
.FengMianTag .you {
  background: #465161;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
}
.chuShou_tags li {
  background: #f4f7f9;
  color: #849aae;
  margin-right: 3px;
  padding: 0px 10px;
  border-radius: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
.chuShou_tags .KeyState {
  background: #f9a27b;
  color: #fff;
}
.chuShou_tags .WtType {
  background: #4f7ad0 !important;
  color: #fff !important;
}
.chuShou_tags .WeiYiFangChan {
  background: #23ce92 !important;
  color: #fff !important;
}
.chuShou_tags .GouMaiYear {
  background: #f86c65 !important;
  color: #fff !important;
}