/*头部*/
/*header.mui-bar{
	background: rgba(255,255,255,0);
}*/
.mui-inner-wrap{
	background: #f8f8f8;
}
/*#offCanvasContentScroll{
	background: rgba(255,255,255,0) url(../images/top_bg.jpg) no-repeat top/contain;
}*/
/*header.mui-bar a{
	color: #fff;
}*/
.mui-inner-wrap header{
	background-color: #fff;
}
.mui-bar .mui-btn-link{
	color: #fff;
}
header.mui-bar .mui-search{
	top: -42px;
}
/*banner*/
.banner{
	width: 15.0rem;
}
.banner img{
	width: 100%;
}
/*优势*/
.swiper-container-ys{
	position: relative;
	width: 12.2rem;
	margin: 0 auto;
	overflow: hidden;
}
.swiper-container-ys .swiper-slide{
	background-color: #fff;
	height: 3.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0.3rem;
}
.swiper-container-ys .swiper-slide img{
	width: 1.3rem;
}
.swiper-container-ys .swiper-slide p{
	font-size: 0.64rem;
	line-height: 1.3;
	margin: 0.24rem auto 0;
	text-align: center;
	color: #333;
}
.swiper-ys{
	position: relative;
}
.swiper-ys .swiper-button-prev,.swiper-ys .swiper-button-next{
	width: 0.4rem;
	height: 0.8rem;
	background-size: cover;
	top: 60%;
}

/*项目列表*/
.pro-lst{
	width: 100%;
	background-color: #f8f8f8;
	display: flex;
	margin: 1.2rem 0 0;
}
.pro-lst .mui-card{
	width: 50%;
	margin: 0;
	box-shadow: 0 0px 0px rgb(0 0 0);
	background-color: inherit;
	border-right: 1px solid #f1f1f1;
}
.pro-lst .now li{
	padding-right: 0.2rem;
	padding-left: 0.2rem;
}
.pro-lst .now li p{
	color: #000;
	text-align: center;
}
.pro-lst .other{
	height: 1.72rem;
}
.pro-lst .other li{
	padding-right: 0.6rem;
}
.pro-lst .other li a{
	margin-right: 0 !important;
}
.pro-lst .other li ~ li{
	border-top: 1px solid #eee;
}
.pro-lst .other li:after{
	bottom: -1px;
	width: 80%;
}
.pro-lst .other a:after{
	right: 0;
}
.mui-table-view-cell.mui-active{
	background-color: #fff;
}
.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:after{
	background-color: #c8c7cc;
}
.mui-navigate-right:after, .mui-push-right:after{
	content: '';
}
.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:after{
	right: 30px;
}

/*简介*/
.intro{
	width: 13.8rem;
	margin: 0 auto;
	padding: 5px;
}
.intro p{
	text-indent: 28px;
}

/*项目介绍*/
.swiper-container-xm{
	position: relative;
	width: 13.8rem;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 0 10px 5px #eee;
}

.swiper-container-xm .swiper-slide{
	height: 9.0rem;
        /**height:100%;**/
	background-color: #fff;
	padding: 0.8rem 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.swiper-container-xm .swiper-slide-active{
        height:100%;
}
.swiper-container-xm .swiper-slide img{
	width: 2.0rem;
}
.swiper-container-xm .swiper-slide h3{
	font-size: 0.65rem;
	letter-spacing: 1px;
}
.swiper-container-xm .swiper-pagination-bullet-active{
	width: 20px;
	border-radius: 0.6rem;
}
.swiper-container-xm .swiper-pagination-bullet{
	height: 6px;
}
.swiper-container-xm .swiper-button-prev,.swiper-container-xm .swiper-button-next{
	width: 0.4rem;
	height: 0.8rem;
	background-size: cover;
	top: 53%;
}

.lc{
	width: 13.8rem;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.lc .swiper-container-lc{
	height: 4rem;
}
.lc .swiper-slide{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lc .swiper-slide>div{
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #999;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 0.2rem;
}
.lc .swiper-slide img{
	width: 1rem;
}
.lc .swiper-slide span{
	width: 2.5rem;
	height: 1.6rem;
	text-align: center;
	color: #666;
	font-size: 0.5rem;
}
.lc .swiper-slide ~ .swiper-slide:before {
    content: ">>";
    position: absolute;
    top: 40%;
    left: -0.24rem;
    color: #0072bb;
    font-family: fangsong;
    font-size: 0.24rem;
}

/*房源*/
.house{
	width: 13.8rem;
	margin: 0 auto;
	position: relative;
}
.house .btns ul{
	display: flex;
	margin-bottom: 0.2rem;
}
.house .btns li{
	width: 12%;
	font-size: 15px;
}
.house .btns li a{
	color: #888;
}
.house .btns li.active a{
	color: #0072bb;
}
.house .list{
	overflow: hidden;
}
.house .wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: none;
}
.house .wrap.active{
	display: flex;
}
.house .wrap .house-item{
	width: 6.66rem;
}
.house .wrap .house-item img{
	width: 100%;
	border-radius: 4px 4px 0 0;
}
.house .wrap .house-item p{
	background-color: #fff;
	font-size: 14px;
	padding: 0.3rem;
}
.house .block{
	width: 100%;
	height: 5.0rem;
	position: absolute;
	bottom: -0.4rem;
}
.house .up{
	height: auto;
}
.house .up .block{
	height: 1rem;
	background: url(../images/up_arrow.png) center bottom no-repeat , linear-gradient(to top,rgba(248,248,248,1), rgba(255,255,255,0));
}
.house .down{
	height: 15.0rem;
}
.house .down .block{
	background: url(../images/down_arrow.png) center bottom no-repeat , linear-gradient(to top,rgba(248,248,248,1), rgba(255,255,255,0));
}

/*资讯*/
.news{
	width: 13.8rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.news>.news-item{
	width: 6.8rem;
	background-color: #fff;
}
.news>.news-item img{
	width: 100%;
	height: 10.9rem;
	object-fit: cover;
}
.news .news-item a{
	display: block;
}
.news .news-item p{
	margin: 5px;
	min-height: 1.6rem;
}
.news .news-item .author{
	padding-left: 1.0rem;
	background:url(../images/logo_mini.png) no-repeat 0.25rem;
	background-size: 0.64rem 0.64rem;
	font-size: 0.5rem;
	color: #ababab;
}
.news .news-item .like{
	padding-left: 0.8rem;
	margin-left: 1rem;
	font-size: 0.5rem;
	color: #ababab;
	background:url(../images/link_icon.png) no-repeat 0.1rem;
	background-size: 0.64rem 0.64rem;
}
.news .col{
	width: 6.8rem;
	display: flex;
	flex-direction: column;
}
.news .col .news-item{
	width: 100%;
	background-color: #fff;
}
.news .col .news-item:first-child{
	margin-bottom: 10px;
}
.news .col .news-item img{
	width: 100%;
	height: 4.0rem;
	object-fit: cover;
}
/*底部空间*/
.space{
	height: 2.4rem;
}
