﻿/*
========================
	下拉列表选择框 
=========================
*/
.aui-selectmenu {
  /*width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;*/
}
.aui-selectmenu .aui-mask {
  z-index: 995;
}
.aui-selectmenu-main {
  width: 100%;
  height: auto;
  background: #FFF;
  position: absolute;
  top: 96px;
  z-index: 995;
}
.aui-selectmenu.show .aui-mask {
  -ms-animation: aui-fade-in 0.3s ease-out forwards;
  -webkit-animation: aui-fade-in 0.3s ease-out forwards;
  animation: aui-fade-in 0.3s ease-out forwards;
}
.aui-selectmenu.hide .aui-mask {
  -ms-animation: aui-fade-out 0.2s ease-out forwards;
  -webkit-animation: aui-fade-out 0.2s ease-out forwards;
  animation: aui-fade-out 0.2s ease-out forwards;
}
.aui-selectmenu.hide .aui-selectmenu-main {
  -ms-animation: aui-selectmenu-hide 0.2s ease-out forwards;
  -webkit-animation: aui-selectmenu-hide 0.2s ease-out forwards;
  animation: aui-selectmenu-hide 0.2s ease-out forwards;
}
.aui-selectmenu-lists {
  width: 100%;
  background: #FFFFFF;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.aui-selectmenu-list {
  width: 100%;
  max-height: 70vh;
  min-height: 30vh;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 0 2px rgba(200, 200, 200, 0.4);
  transition: left 0.2s;
  display: inline-block;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 100vw;
  z-index: 1;
}
.aui-selectmenu-list:first-child {
  position: relative;
  box-shadow: inherit;
  left: 0;
}
.aui-selectmenu-item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 15px;
  box-sizing: border-box;
  font-size: 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: inherit;
  color: #333;
  position: relative;
}
.aui-selectmenu-item.active {
  color: #0079fe;
  background: #F4F4F4;
}
.aui-selectmenu-item.active::before {
  content: '✔';
  font-size: 15px;
  color: #0079fe;
  position: absolute;
  top: 0px;
  right: 10px;
}
.aui-selectmenu-list .aui-selectmenu-item:last-child:after {
  display: none;
}
.aui-selectmenu-down {
  width: 100%;
  height: 50px;
  background: #FFF;
  font-size: 0;
  white-space: inherit;
  overflow: hidden;
}
.aui-selectmenu-down-btn {
  width: 50%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
}
.aui-selectmenu-down-btn.reset {
  background: #CDCDCD;
  color: #FFF;
}
.aui-selectmenu-down-btn.confirm {
  background: #0079fe;
  color: #FFF;
}
@-ms-keyframes aui-selectmenu-show {
  0% {
    top: -50vh;
  }
  100% {
    top: 94px;
  }
}
@-webkit-keyframes aui-selectmenu-show {
  0% {
    top: -50vh;
  }
  100% {
    top: 94px;
  }
}
@keyframes aui-selectmenu-show {
  0% {
    top: -50vh;
  }
  100% {
    top: 94px;
  }
}
@-ms-keyframes aui-selectmenu-hide {
  0% {
    top: 94px;
  }
  100% {
    top: -50vh;
  }
}
@-webkit-keyframes aui-selectmenu-hide {
  0% {
    top: 94px;
  }
  100% {
    top: -50vh;
  }
}
@keyframes aui-selectmenu-hide {
  0% {
    top: 94px;
  }
  100% {
    top: -50vh;
  }
}
/*页面顶部筛选*/
.orderby-items {
  width: 100%;
  height: 44px;
  background: #FFF;
  white-space: nowrap;
  display: flex;
  justify-content: space-around;
  position: fixed;
  z-index: 997;
  top: 52px;
}
.orderby-item {
  max-width: 33.33%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.orderby-item span {
  width: 100%;
  height: 100%;
  line-height: 44px;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.orderby-item i {
  height: 100%;
  line-height: 44px;
  transition: transform 0.2s;
  color: #333;
  display: inline-block;
  font-size: 15px;
  position: absolute;
  right: 0px;
}
.orderby-item.active span,
.orderby-item.active i {
  color: #0079fe;
}
.orderby-item.active i {
  transform: rotate(180deg);
}
.orderby-item.selected span,
.orderby-item.selected i {
  color: #0079fe;
}
.Select_All {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 96px;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.Select_All .item {
  background: #fff;
  padding: 10px;
  height: 500px;
  overflow: auto;
}
.Select_All .item .li_active {
  color: #3072f6 !important;
  background: #f0f5ff !important;
}
.Select_All .item .item_box .title {
  font-size: 18px;
  font-weight: bold;
}
.Select_All .item .ul_1 ul {
  overflow: hidden;
  margin-top: 10px;
}
.Select_All .item .ul_1 ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.Select_All .item .ul_3 ul {
  overflow: hidden;
  margin-top: 10px;
}
.Select_All .item .ul_3 ul li {
  float: left;
  width: 33.3%;
  margin-bottom: 10px;
}
.Select_All .item .ul_4 ul {
  overflow: hidden;
  margin-top: 10px;
}
.Select_All .item .ul_4 ul li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.Select_All .item .ul_4 ul li .li_value {
  background: #f8f8f8;
  color: #222;
  padding: 10px 5px;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
}
.Select_All .item .ul_5 ul {
  overflow: hidden;
  margin-top: 10px;
}
.Select_All .item .ul_5 ul li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.Select_All .item .ul_5 ul li .li_value {
  background: #f8f8f8;
  color: #222;
  padding: 8px;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
}
.Select_All .SaveSearch {
  border-top: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}
.Select_All .SaveSearch .btn {
  width: 100%;
}
.fangruan_search {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0px;
}
.fangruan_search .Search_input {
  background: #f9f9f9;
  padding: 10px;
  position: relative;
}
.fangruan_search .Search_input .form-control {
  background: #f1f1f2;
  border-radius: 20px;
  height: 32px;
}
.fangruan_search .Search_ul {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  display: none;
}
.fangruan_search .Search_ul li {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
}
.fangruan_search .Search_ul li .Name {
  font-size: 14px;
}
.fangruan_search .Search_ul li .Qu {
  color: #777;
  margin-left: 10px;
}
.fangruan_search .Search_ul li .ShangQuan {
  color: #777;
  margin-left: 5px;
}
.fangruan_search .NewHouseSearch_ul {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  display: none;
}
.fangruan_search .NewHouseSearch_ul li {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
}
.fangruan_search .NewHouseSearch_ul li .Name {
  font-size: 18px;
  position: relative;
  color: #000;
}
.fangruan_search .NewHouseSearch_ul li .Name .State {
  font-size: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  background: #000;
}
.fangruan_search .NewHouseSearch_ul li .Tag {
  margin-top: 5px;
  position: relative;
}
.fangruan_search .NewHouseSearch_ul li .Tag .Qu {
  color: #777;
}
.fangruan_search .NewHouseSearch_ul li .Tag .ShangQuan {
  color: #777;
  margin-left: 10px;
}
.fangruan_search .NewHouseSearch_ul li .Tag .JunJia {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fa3534;
}
.fangruan_searchV2 {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0px;
  display: flex;
  background: #fff;
  padding: 10px;
}
.fangruan_searchV2 .back {
  height: 32px;
  line-height: 32px;
}
.fangruan_searchV2 .back .iconfont {
  font-size: 24px;
  padding: 5px;
}
.fangruan_searchV2 .Search_input {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
.fangruan_searchV2 .Search_input .form-control {
  border-radius: 5px;
  height: 32px;
  box-shadow: 0 0.533vw 1.333vw rgb(0 0 0%);
}
.Search_ulV2 {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100vh;
  display: none;
  z-index: 999;
  position: fixed;
  top: 43px;
}
.Search_ulV2 li {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
}
.Search_ulV2 li .Name {
  font-size: 14px;
}
.Search_ulV2 li .Qu {
  color: #777;
  margin-left: 10px;
}
.Search_ulV2 li .ShangQuan {
  color: #777;
  margin-left: 5px;
}
.JiaGeHtml .conch-ui-multiple-item {
  padding: 10px;
  background: #fff;
}
.JiaGeHtml .conch-ui-multiple-item .conch-ui-check-range {
  display: flex;
}
.JiaGeHtml .conch-ui-multiple-item .conch-ui-check-range .form-control {
  height: 32px;
}
.JiaGeHtml .conch-ui-multiple-item .conch-ui-check-range .conch-ui-connect {
  padding: 0px 4px;
  height: 32px;
  line-height: 32px;
}
.JiaGeHtml .conch-ui-multiple-item .conch-ui-check-items ul {
  overflow: hidden;
  margin-top: 10px;
}
.JiaGeHtml .conch-ui-multiple-item .conch-ui-check-items ul li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.JiaGeHtml .conch-ui-multiple-item .conch-ui-check-items ul li .li_value {
  background: #f8f8f8;
  color: #222;
  margin-right: 10px;
  padding: 10px 5px;
  border-radius: 4px;
}
.JiaGeHtml .conch-ui-multiple-item .conch-ui-check-items ul li .li_active {
  color: #3072f6 !important;
  background: #f0f5ff !important;
}
.Select_House {
  overflow: hidden;
  padding: 10px;
  margin-top: 102px;
}
.Select_House ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.Select_House ul li .House_l {
  float: left;
  width: 150px;
}
.Select_House ul li .House_l .head {
  width: 150px;
  height: 112px;
  border-radius: 10px;
}
.Select_House ul li .House_r {
  float: left;
  margin-left: 10px;
  width: calc(100% - 160px);
}
.Select_House ul li .House_r .Name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
}
.Select_House ul li .House_r .Name .IsTuiJian {
  font-size: 12px;
  background: #22cf8f;
  color: #fff;
  padding: 4px 8px;
  border-radius: 20px;
}
.Select_House ul li .House_r .Name .LouName {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}
.Select_House ul li .House_r .ShangQuan {
  margin-top: 10px;
}
.Select_House ul li .House_r .ShangQuan .Mian {
  color: #757575;
}
.Select_House ul li .House_r .TagList {
  margin-top: 15px;
}
.Select_House ul li .House_r .TagList span {
  background: #eef0f4;
  color: #9caab9;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 20px;
}
.Select_House ul li .House_r .TagList .Keys {
  background: #ff696a;
  color: #fff;
}
.Select_House ul li .House_r .TagList .GouMaiYear {
  background: #faa177;
  color: #fff;
}
.Select_House ul li .House_r .TagList .VideoUrl {
  background: #4e7cd4;
  color: #fff;
}
.Select_House ul li .House_r .Price {
  margin-top: 15px;
}
.Select_House ul li .House_r .Price .ShouJia {
  font-size: 18px;
  font-weight: bold;
  color: #fd0100;
}
.Select_House ul li .House_r .Price .ZuJia {
  font-size: 18px;
  font-weight: bold;
  color: #33cabb;
}