body{
	min-height: 100%;	
}
.mui-module {
	position: relative;
	margin-top: 0.3rem;
	background: #fff;
}
.mui-module.mt0 {
	margin-top: 0;
}
.no-padding-bottom {
	padding-bottom: 0!important;
}

.no-padding-top {
	padding-top: 0!important;
}

.no-padding-right {
	padding-right: 0!important;
}

.no-padding-left {
	padding-left: 0!important;
}

.no-margin {
	margin: 0!important;
}

.no-margin-top {
	margin-top: 0px!important;
}

.text-gray {
	color: #666;
}

.text-muted {
	color: #9399A5;
}

.m-t-5 {
	margin-top: 0.1rem;
}

.m-t-8 {
	margin-top: 0.2rem;
}

.m-t-10 {
	margin-top: 0.25rem!important;
}

.m-t-12 {
	margin-top: 0.3rem;
}

.m-t-30 {
	margin-top: 0.75rem;
}

.m-l-5 {
	margin-left: 0.12rem;
}

.m-l-10 {
	margin-left: 0.25rem;
}

.m-l-15 {
	margin-left: 0.375rem;
}

.m-l-20 {
	margin-left: 0.5rem;
}
.m-r-10 {
	margin-right: 0.25rem;
}
.font-size12{
	font-size:0.3rem;
}
.font-size16{
	font-size:0.4rem;
}
.mui-title .mui-navigate-right{
	position:relative;
	padding-right:0.5rem;
	font-weight:400 ;
	font-size: 14px;
	display: inline-block;
}
.mui-title .mui-navigate-right:after{
	top:0.213rem;
	right:0;
	bottom: 0;
	color: #888;
	display: block;
}
/*搜素框*/

.form-group {
	position:relative;
	display: flex;
	width: 100%;
	background:#efeff4;
	z-index:10;
	padding:0.2rem 0.5rem;
	-webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    transform: translateZ(1px);
}
.form-group.index-search-box {
	position: absolute;
	top: 3.65rem;
	background: transparent;
}
.form-group.searchfixed{
	position: fixed;
	top:0;
}
.city-group{
	line-height:28px;
}
.city-group .city{
  position: relative;
  top: 0;
  left: 0;
  color: #333;
  font-size: 15px;
  padding: 0.07rem 0.3rem 0.07rem 0;
  background: transparent;

}
.city-group .city .iconfont{
	font-size: 15px;
}
.input-group {
	position: relative;
	display: flex;
	flex: 1;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	align-items:center;
	height: 28px;
}
.index-search-box .link{
	width:100%
}
.index-search-box .input-group{
	height:1.2rem;
	border-radius: 0.6rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.index-search-box .input-group-btn span,.index-search-box  input.form-control{
	font-weight: 600;
}

.input-group-btn {
	position: relative;
}
.input-group-addon,
.input-group-btn{
	padding: 0.25rem 0.37rem;
}
.input-group-btn .iconfont {
	margin-left: 0.12rem;
}

.input-group-addon,
.input-group-btn a {
	padding: 0.25rem 0.37rem;
}

.input-group-addon,
.form-group-btn {
	padding: 0.15rem
}

.input-group-addon .iconfont {
	font-size: 0.45rem;
	color: #999;
}

.input-group-btn:after {
	display: block;
	content: '';
	position: absolute;
	top: 0.25rem;
	right: 0;
	width: 0.025rem;
	height: 0.5rem;
	background: #dbdbdb;
}

input.form-control {
	flex: 1;
	margin-bottom: 0;
	padding-left: 0;
	border: 0;
}
.empty-icon{
	display: none;
	position: absolute;
	top:0.12rem;
	right:0.37rem;
	font-size:0.4rem;
	color:#999;
}
.empty-icon.shown{
	display: block;
}

/*房源列表*/

.house-link {
	display: flex;
	align-items: top;
}

.house-img {
	display: flex;
    position: relative;
    width: 2.7rem;
    height: 2.025rem;
    margin-right: 0.5rem;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.house-img img{
	width: 2.7rem;
    height: 2.025rem;
    border-radius: 0.05rem;
    object-fit:cover;
}
.house-img .no-pic{
	width: 2.7rem;
	height: 2.025rem;
	background-color: #f5f5f5;
	background-image: url("/images/default_icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% auto;
    border-radius: 0.05rem;
}
.vr-player{
	width: 1.2rem;
    height: 1.2rem;
    margin-left: -0.6rem;
    margin-top: -0.6rem;
    z-index: 2;
    left: 50%;
    top: 50%;
    background:rgba(0,0,0,0.5);
	background-size: 50% 50%;
	position: absolute;
	background-image: url(/images/vr-btn.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
  	border:0.05rem solid #fff;
}
.house-player{
  	position: absolute;
    bottom: 0.12rem;
    left: 0.13rem;
    width: 0.51rem;
    height: 0.51rem;
    background: rgba(0,0,0,0.5);
    border: 0.05rem solid #fff;
    border-radius: 50%;
    z-index: 2;
}
.house-player:before{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.12rem;
    margin-left: -0.045rem;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 0.12rem 0 0.12rem 0.16rem;
}
.house-vricon{
	background:rgba(0,0,0,0.5);
	background-size: 50% 50%;
	position: absolute;
  	bottom:0.13rem;
  	left:0.13rem;
  	width:0.51rem;
  	height:0.51rem;
	background-image: url(/images/vr-btn.png);
	background-position: 0.1rem 0.1rem;
	background-repeat: no-repeat;
	border-radius: 50%;
  	border:0.05rem solid #fff;
}
.house-vricon+.house-player{
    left: 0.8rem;
}
.house-player-lg{
  width:1.2rem;
  height:1.2rem;
  z-index:2;
}
.house-player-lg.house-player{
	left: 50%;
	top: 50%;
}
.slider-img .house-player-lg.house-player{
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%); 	/* IE 9 */
	-moz-transform:translate(-50%,-50%); 	/* Firefox */
	-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform:translate(-50%,-50%);
}
.house-player-lg:before{
    margin-top:-0.2rem;
    margin-left:-0.075rem;
	content:'';
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent transparent #fff;
	border-width:0.2rem 0 0.2rem 0.3rem;
}
.house-container {
	flex: 1;
	text-align: left;
}

.house-title {
    margin: 0;
    font-size: 0.45rem;
    color: #101D37;
    font-weight: 500;
    margin-bottom: 0.10rem;
    line-height: 1.2;
}

.house-container p {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
    color: #8b8b8b;
    overflow: hidden;
    clear: both;
}
.house-container p:after{
	clear: both;
	content: '';
	overflow: hidden;
}
.house-container .mui-label{
	margin-bottom: 5px;
	display: inline-block;
}
.mui-ellipsis i.p3{
	padding:0 3px
}
.house-price {
    font-size: 0.375rem;
    color: #fa5741;
    white-space: nowrap;
	font-weight: 600;
}
.house-price b{
	font-size: 0.425rem;
	font-weight: 700;
}
.house-price em{
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.house-container .contnum{
	clear: both;
	color: #494747;
	margin-top: 10px;
}
.house-container .contnum:after{
	content: '';
	clear:both;
}
.house-container .contnum .iconfont{
	background-color: #9b9b9b;
	color: #fff;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

/*底部选项卡*/

.mui-bar-tab a.mui-tab-item {
	color: #666;
}

.mui-bar-tab a.mui-tab-item .iconfont {
	margin-top: 0.12rem;
	font-size: 0.55rem;
}
/*重定义antd弹出框样式*/
.am-action-sheet-button-list-item{
	font-size:14px!important;
}
.am-action-sheet{
	max-height:300px;
	overflow-y:auto;
}
.house-type-popover{
	width:2.3rem;
	top:1.5rem;
	left:0.5rem;
	background:#fff;
}
.mui-popover.house-type-popover .mui-popover-arrow
{
    left:50%;
    margin-left:-0.27rem;
}
.house-type-popover .mui-active .mui-text-gray{
	color:#007AFF;
}
/*搜索列表页*/
.searchList-box{
	margin-top:0;
	background: #fff;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.searchList-box.searchList-box-top{
	/*padding-top: 0.4rem;*/
	/*margin-top: 28px;	*/
}
.searchList-box .mui-table-view-cell:after{
	right:0;
}
.searchList-box .mui-table-view-cell{
	display: flex;
}
.searchList-box .search-type{
	margin-right:0.3rem
}
.searchList-box .search-type .search-type-text{
	padding:0.05rem 0.25rem;
	background: rgba(251, 156, 4, 0.1);
	color:#fb9c04;
	font-size:0.3rem;
	border-radius: 0.25rem;
}
.searchList-box .search-type .search-type-text.sq{
	background: rgba(255, 117, 80, 0.1);
	color:#ff7550;
}
.searchList-box .search-title{
	flex:1;
	font-size:0.35rem;
}
.searchList-box .search-arrow{
	width:1rem;
	text-align: right;
}
.searchList-box .search-arrow .iconfont{
	font-size:0.4rem;
	font-weight:700;
	color:#999;
}
/*房源列表筛选样式*/
.filter-search{
	height:1.25rem;
	background: #fff;
}
.bodyfixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.screening.screeningFixed{
	position:fixed;
	top:0;
	margin-top:0!important;
	background: #fff;
	z-index:10;
	-webkit-transform:translateZ(1px);
	-moz-transform:translateZ(1px);
	-o-transform:translateZ(1px);
	transform:translateZ(1px);
}
div.screening {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 10
}

div.screening>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	display: flex;
}

div.screening>ul>li {
	position: relative;
	display: block;
	flex: 4;
	height: 1.25rem;
	line-height: 1.25rem;
	padding: 0 0.2rem;
	text-align: center;
	max-width: 25%;
}
div.screening>ul>li span {
	position: relative;
	padding-right: 0.45rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    max-width: 100%;
    display: inline-block;
}
div.screening>ul>li.active span {
	color: #007aff;
}
div.screening>ul>li span:after {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -0.075rem;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.15rem;
	border-color: #bbb transparent transparent transparent;
}

div.screening>ul>li.selected {
	color: #007aff;
	border-left: 0;
}

div.screening>ul>li.selected span:after {
	margin-top: -0.2rem;
	border-color: transparent transparent #007aff transparent;
}
div.screening>ul>li.mui-sort{
	flex: 1;
}
div.screening>ul>li.mui-sort .iconfont{
	font-size: 18px;
}
.filter-panel{
	display:none;
	position: fixed;
	top:1.25rem;
	width: 100%;
	height: 7rem;
	background: #fff;
	border-top:0.02rem solid #eee;
	z-index: 10;
	-webkit-transform:translateZ(1px);
	-moz-transform:translateZ(1px);
	-o-transform:translateZ(1px);
	transform:translateZ(1px);
}
.filter-panel-more{
	height: auto;
}
.filter-panel-active{
	display: block;
}
.filter-panel-more.filter-panel-active{
	height:calc(100% - 1.25rem);
	display: flex;
	flex-direction: column;
}
.filter-panel-more .filter-panel-list-more{
	flex: 1;
}
.filter-panel>ul{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;    
	/* overflow-y: scroll; */
	-webkit-overflow-scrolling: touch;
	border-bottom: 0.02rem solid #efefef;
}
.filter-panel>ul.filter-panel-list-right {
	background: #f9f9f9;
}

.filter-panel>ul>li:not(.mui-table-view-cell) {
	line-height: 1.17rem;
	padding: 0 0.3rem;
	/*border-bottom: solid 0.02rem #eee;*/
	font-size: 0.4rem;
	text-align: center;
	position: relative;
}
.filter-panel>ul>li:not(.mui-table-view-cell):after{
	content: "";
	position: absolute;
	left: 0.3rem;
	right: 0.3rem;
	bottom: 0;
	height: 0.025rem;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f3f5;
}
.filter-panel li.active {
	color: #007aff
}
.filter-panel>ul>li:last-child{
	border-bottom: 0;
}
.filter-panel-more>ul>li {
	border-bottom: 0;
}

.filter-panel>ul.filter-panel-list{
	position: absolute;
	z-index: 10;
}
.filter-panel>ul.filter-panel-list.height{
	height:5.9rem;
}
.filter-panel>ul.filter-panel-list-right {
	position: absolute;
	z-index: 10;
	left: 100%;
}

.filter-panel>ul.filter-panel-list-right>li {
	/*border-bottom: solid 0.02rem #eee;*/
	text-align: left;
}
.user-define {
	margin-top:5.9rem;
	padding: 0 0.5rem;
	display: flex;
	align-items: center;
	color: #a5c0de;
	height: 1.1rem;
}
.user-define .am-list-item.am-input-item,.filter-input-group .am-list-item.am-input-item{
	flex: 1;
	height: 0.8rem;
	min-height: 0.8rem;
	padding-left:0px;
}
.user-define .am-list-item.am-input-item .am-list-line, .filter-input-group .am-list-item.am-input-item .am-list-line{
	padding:0 15px;
}
.user-define .am-list-item.am-input-item+span,.filter-input-group .am-list-item.am-input-item+span{
	width: 0.4rem;
	text-align: center;
}
.user-define .am-list-item .filter-input-group .am-input-control input,.filter-input-group .am-list-item .filter-input-group .am-input-control input{
	margin: 0;
	height: 40px;
}
.filter-input-group .am-list-item.am-input-item{
	border: 1px solid #efefef;
	padding-right: 0;
}
.user-define .am-list-item .am-input-control .fake-input-container-left .fake-input-placeholder,
.user-define .am-list-item .am-input-control .fake-input-container-left .fake-input,
.filter-input-group .am-list-item .am-input-control .fake-input-container .fake-input,
.filter-input-group .am-list-item .am-input-control .fake-input-container-left .fake-input-placeholder{
	text-align: center;
	font-size: 0.35rem;
	margin: 0;
}
input[type="text"].form-control.myinput,input[type="number"].form-control.myinput ,input[type="tel"].form-control.myinput{
	width: 45%;
	height: 0.8rem;
	border: 0.025rem solid #dadfe4;
	border-radius: 0;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-align: center;
	color: #202020;
}
.user-define .mui-btn{
    padding: 0.15rem 0.6rem;
    font-size: 0.375rem;
    border-radius: 4px;
}
.filter-input-group{
	display: flex;
	align-items: center;
	color: #a5c0de;
}
.mui-row.mui-row-margin {
	margin-left: -0.2rem;
	margin-right: -0.2rem!important;
}

.mui-row-margin [class^=mui-col-] {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.btnBox .mui-btn{
	background:#f3f4f6;
	border:0;
	color: #808a94;
}
.btnBox .mui-btn.active,.mui-btn-more{
	background:#e5f3fe;
	color:#007aff;
}
.filter-panel .title {
	margin:0 0 0.4rem;
	color: #20282f;
	font-size: 0.4rem;
}

.filter-panel .title.mui-text-black {
	color: #000!important;
	font-size: 0.35rem!important;
	margin-left: 0.37rem!important;
}
/*遮罩层*/
.markupbox {
	display: none;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;/*23818 在微官网二手房列表中显示的房源播放图标没有被遮罩    2019-11-15 遮罩层盖住房源列表播放按钮*/
    -webkit-transform:translateZ(1px);
	-moz-transform:translateZ(1px);
	-o-transform:translateZ(1px);
	transform:translateZ(1px);
}
.markupbox.active{
	display: block;
}
/*排序按钮*/
.sort-icon{
	position: fixed;
	right:0.5rem;
	bottom:1rem;
	width:1.25rem;
	height:1.25rem;
	line-height:1.25rem;
	background:rgba(0,0,0,0.5);
	text-align: center;
	color: #fff;
	border-radius:50%;
	z-index:1;
}
.sort-icon .iconfont{
	font-size:0.6rem;
}
/*房源详情*/
.reset-bar-tab{
	padding:0 0.37rem;
	display: flex;
	align-items: center;
	text-align: center;
	box-shadow: 0px 10px 50px rgba(0,0,0,0.3);
}
.reset-bar-tab .mui-tab-flex{
	flex: 1;
}
.reset-bar-tab .mui-tab-flex.mui-flex-margin{
	margin-left: 0.1rem;
}
.reset-bar-tab .mui-tab-flex.mui-flex-margin a{
	padding: 0.25rem 0rem;
	width: 100%;
}
.reset-bar-tab .collect{
	color: #01001f;
	padding-right: 0.4rem;
	margin-right: 0.4rem;
	position: relative;
}
.reset-bar-tab .collect:after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	width: 0.025rem;
	background-color: #eee;
}
.reset-bar-tab .userinfo{
	margin-right: 0.4rem;
}
.seller{
	display:flex;
}
.seller-img{
	width:38px;
	height:38px;
}
.seller-img img{
	width:100%;
	height:100%;
	border-radius: 50%;
}
.seller-name{
	flex:1;
	margin-left:0.25rem;
	line-height: 0.87rem;
	font-size:0.35rem;
	text-align: left;
	color: #333;
}
.mui-tab-btn{
	padding:0.25rem 0.5rem;
	color:#fff;
	border:0;
	border-radius: 0.12rem;
}
.mui-tab-flex .mui-tab-btn{
	display: block;
}
.tab-btn-success{
	background: -webkit-gradient(linear, left top, right bottom, from(#42d096), to(#3ac38b));
    background: linear-gradient(linear, left top, right bottom, from(#42d096),  to(#3ac38b));
}
.tab-btn-primary{
	background: -webkit-gradient(linear, left top, right bottom, from(#4aa1ff), to(#007aff));
    background: linear-gradient(linear, left top, right bottom, from(#4aa1ff),  to(#007aff));
}
.tab-btn-warning{
	background: -webkit-gradient(linear, left top, right bottom, from(#faa51a), to(#faa51a));
    background: linear-gradient(linear, left top, right bottom, from(#faa51a),  to(#f47a20));
}
.collect .iconfont {
	font-size: 28px;
}
.collect .collect-text {
	font-size: 13px;
}
.newInfo h4{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
.newInfo .sub-title{
	color: #828896;
	font-size: 12px;
}
.newInfo .sub-title span + span{
	margin-left: 10px;
}
.house-detail-flex{
	display: flex;
	margin:0 0.5rem;
	padding:0.37rem 0;
	border-style:solid;
	border-color:#f4f4f4;
	border-width:0.02rem 0 0.02rem 0;
}
.house-detail-flex .house-detail-item{
	flex:1;
	padding:0 0.4rem;
	border-right:0.02rem solid #e5e5e5;
}
.house-detail-flex .house-detail-item:first-child{
	padding-left: 0;
}
.house-detail-flex .house-detail-item:last-child{
	border-right:0;
	padding-right: 0;
}
.house-detail-flex .house-detail-item .house-detail-text{
	color:#9a9b9d;
	font-size:0.4rem;
}
.house-detail-flex .house-detail-item .house-detail-red-text{
	color:#fa4e38;
	font-size:0.44rem;
	font-weight:400;
	margin-top: 2px;
    white-space: nowrap;
}
.house-detail-flex .house-detail-item .house-detail-red-text .house-detail-small-word{
	font-size: 0.3rem;
}
.house-detail-flex .house-detail-item .house-detail-red-text b{
	font-size: 18px;
	font-weight: 600;
}
.house-detail-flex .house-detail-item .house-detail-red-text.text-black{
	color:#333;
}
.house-info-list{
	padding-bottom: 0.25rem;
}
.house-info-list .house-info-item{
	padding:0.2rem 0.15rem 0.2rem 0.5rem;
	font-size: 16px;
}
.house-info-list .house-info-item span.mui-light-gray{
	margin-right: 2px;
}
.cal-icon {
	position: relative;
	top: 0.05rem;
	font-size: 0.45rem;
}
.housecharacter{
	padding:0.37rem 0.5rem;
}
.nodata {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 2rem 0;
}
.nodata-img{
	width: 6rem;
	height:6rem;
	margin: 0 auto 0.25rem;
}
.nodata-img img{
	max-width:100%;
	max-height:100%;
}
.nodata-text{
	font-size:0.45rem;
	color:#888;
}
.map-box{
	position:relative;
	height:auto;
}
.map-title{
	position: absolute;
	bottom:0;
	width:100%;
	height:1rem;
	line-height: 1rem;
	padding:0 0.3rem;
	color:#fff;
	background: rgba(0,0,0,0.5);
}
.mapImg{
	width:100%;
	height:5rem;
}
.mapheight{
	height:calc(100vh - 50px)
}
.map-nav{
	display: flex;
	margin-top:0.25rem;
	overflow-x:auto;
}
.map-nav .mui-btn{
	flex:1;
	width:100%;
	margin-right:0.12rem;
	min-width: 45px;
	text-align: center;
}
.map-nav .mui-btn:last-child{
	margin-right:0;
}
.page-map{
	height:100vh;
	background: #fff;
}
.page-map .map-nav{
	padding:0 0.5rem;
}
.estate-box,.recommend-list{
	display: flex;
}
.estate-left{
	flex: 1;
}
.estate-right{
	width: 100px;
	height: 75px;
	background-color:#f5f5f5 ;
	background-image: url(/images/default_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% auto;
}
.recommend-cont{
	width: 100%;
	overflow: scroll;
}
.recommend-cont .recommend-list{
	overflow: hidden;
	display: block;
}
.recommend-list .recommend-item{
    width: 4.5rem;
    display: block;
    padding: 0 0.3rem;
    float: left;
    box-sizing: content-box;
}
.recommend-wrap{
    width: 100%;
    overflow: scroll;
}
.recommend-wrap .recommend-list{
	white-space: nowrap;
	display: block;	
}
.recommend-list .recommend-img{
	position:relative;
    width: 4.5rem;
    height: 3.375rem;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	text-align: center;
}
.recommend-list .recommend-img .no-img{
	position:relative;
    width: 4.5rem;
    height: 3.375rem;
	background-color: #f5f5f5;
	background-image: url('/images/default_icon@2x.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	text-align: center;
	overflow: hidden;
    border-radius: 0.05rem;
}
.recommend-list .recommend-img img{
	width: 4.5rem;
    height: 3.375rem;
    border-radius: 0.05rem;
    object-fit: cover;
}
.recommend-item .house-title{
	font-size: 0.4rem;
}
.recommend-list p{
	margin-top:0.2rem;
	margin-bottom: 0;
}
.history-title{
	margin:1rem 0 0.3rem;
	font-size:0.4rem;
}
.del-icon{
	font-size:0.45rem;
	color:#666;
}
.ewm-box{
  position: relative;
  width:100%;
  height:4rem;
  background: url("/images/ewm-bg.png") no-repeat;  
  background-size: 100% 100%;
}
.ewm-code{
	position: absolute;
	right:1rem;
	top:0.5rem;
	width:3rem;
	height:3rem;
}
.ewm-code img{
	width:100%;
	height:100%;
	background: #fff;
	border:0.01rem solid #ddd;
    border-radius: 0.1rem;
    overflow: hidden;
}
.ewm-code:before,.ewm-code:after{
	position: absolute;
	top:0.4rem;
	left:-0.6rem;
    content:'';
    display: block;
    width:0;
    height:0;
    border-style:solid;
    border-width:0.2rem 0.3rem;
    border-color: transparent #000 transparent transparent;
    z-index: 1;
}
.ewm-code:after{
	border-right-color:#fff;
	z-index:2;
}
.mui-table-view-cell.house-item{
	padding:0.375rem 0.5rem;
	background-color: #fff;
}
.am-badge-text{
	margin-right: 5px;
	z-index:0;
	padding: 0 3px !important;
	border-radius: 2px !important;
}
.am-badge-primary .am-badge-text{
	background-color: #228cff;
	z-index: 0;
}
.am-badge-default .am-badge-text{
	background-color: #aeb9c7;
	z-index: 0;
}
.myCarousel{
    position: relative;
    height:6rem;
    background-color: #fff;
    overflow: hidden;
}
.myCarousel .no-pic{
    width: 100%;
    height:6rem;
    background-color: #f5f5f5;
    background-image: url(/images/default_icon@2x.png);
    background-position: center;
    background-repeat: no-repeat;
}
.myCarousel img{
	max-width: 100%;
	max-height: 100%;
}

.mui-popover.mui-popover-action.popver-left .mui-table-view-cell .mui-btn,.filter-panel .mui-popup-buttons .mui-btn {
    line-height: 0.75rem;
    border-radius: 0.12rem;
    padding: 0;
    margin-top: 0.25rem;
}

.mui-popover.mui-popover-action.popver-left .mui-table-view .mui-table-view-cell:after {
    background: #e2e2e2;
}

.mui-popover.mui-popover-action.popver-left .mui-table-view .mui-table-view-cell:last-child:after {
    height: 0;
}
.mui-popover.mui-popover-action.popver-left .mui-popup-buttons{
    width: 100%;
    height: 1.5rem;
    position: absolute;
    border-top:0.02rem solid #ddd;
    right: 0;
    display: flex;
    justify-content: center;
}
.filter-panel .mui-popup-buttons {
	width: 100%;
    height: 1.5rem;
    right: 0;
    display: flex;
    justify-content: center;
    bottom: 0;
}
.mui-popover.mui-popover-action.popver-left .mui-popup-buttons .mui-btn ,.filter-panel .mui-popup-buttons .mui-btn{
    width: 40%;
    height: 1rem;
    line-height: 1rem;
    padding: 0;
    margin-top: 0.3rem;
    border-radius: 4px;
    font-size: 0.375rem;

}
.text-center{
	text-align: center;
}
.max-w3{
	max-width: 3rem;
}
/*查询页优化*/
.search-list{
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.search-list .am-search{
	flex: 1;
	padding: 0;
}
.search-list .input-group-btn{
	padding: 0 0.37rem;
    font-size: 15px;
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    border-radius: 3px 0 0 3px;
    
}
.search-list .input-group-btn:after{
	top:0.15rem
}
.search-list .am-search-input{
    border-radius: 0 3px 3px 0;
}
.search-list .am-search-input .am-search-synthetic-ph{
	text-align: left;
	padding-left: 15px;
}

/*自定义tabs切换样式*/
#root .am-tabs-default-bar-tab-active{
	color: #007aff;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx){
	html:not([data-scale]) #root .am-tabs-default-bar-top .am-tabs-default-bar-tab-active:after{
		/* width: 30px;
		height: 6px;
		background-color: #007AFF;
		border-radius: 3px;
		left: 50%;
		margin-left: -15px; */
		width: 80px;
		height: 3px;
		background-color: #007AFF;
		border-radius: 3px;
		left: 50%;
		margin-left: -40px;
	}
	html:not([data-scale]) #root .fixedtabs .am-tabs-default-bar-top .am-tabs-default-bar-tab-active:after,
	html:not([data-scale]) #root .fixedtabs .am-tabs-default-bar-top .am-tabs-default-bar-tab:after{
		height: 0px;
	}
}
#root .am-list-item .am-list-line .am-list-content{
	font-size: 15px;
}
.process-wrap .am-steps-item-process.am-steps-item-process .am-steps-item-icon>.am-steps-icon{
	color:#FCA730;	
}
.process-wrap .process-label{
	border: 1px solid #FF9F1D;
	color: #FF8E00;
	padding: 0.03rem 0.1rem;
	float: right;
	font-size: 0.35rem;
}
.process-wrap .process-label.succ{
	border: 1px solid #00ae66;
	color: #00ae66;
}
.process-wrap .am-steps-item-process.am-steps-item-finish .process-label{
	border: 1px solid #A8A8A8;
	color: #A6A6A6;
	padding: 0.03rem 0.1rem;
	float: right;
	font-size: 0.35rem;
}
.process-wrap .am-steps-item-finish .am-steps-item-icon>.am-steps-icon{
	color: #00ae66;	
}
.process-wrap .am-steps-vertical .am-steps-item-finish .am-steps-item-tail:after{
	background: #00AE66;
}
/* .filter{
	position: absolute;
} */
.over-hidd{
	overflow: hidden;
}
