.swiper-slide img {
	width: 100%;
}

.toKe {
	position: fixed;
	bottom: 220px;
	right: 10px;
	width: 70px;
	height: 70px;
	background: url(../images/toKe.png) no-repeat;
	background-size: contain;
}

.searchBar {
	display: flex;
	background-color: white;
	border-radius: 5px;
	height: 40px;
	box-shadow: 0 0 5px #aaa;
	z-index: 20;
	align-items: center;
	padding: 12px;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	box-sizing: border-box;
}
.searchBar-area {
	color: #4d4d4d;
	padding-right: 8px;
	border-right: 1px solid #d2d2d2;
}
.searchBar-input {
	margin-left: 8px;
	background: url(../images/search.png) no-repeat left center;
	background-size: 17px;
	padding-left: 22px;
	color: #AAAAAA;
	font-size: 13px;
}
.part {
	margin-top: 10px;
	background-color: white;
}
.part .part-title {
	display: block;
	background: url(../images/arrow-right.png) no-repeat right 10px center;
	background-size: 8px;
	padding: 10px;
}
.menus {
	display: flex;
	background-color: white;
	font-size: 14px;
	color: #4D4D4D;
	padding: 8px 0;
}
.menus .menu {
	width: 20%;
	text-align: center;
}
.menu div{
	padding-top: 54px;
	background-size: 48px;
}
.menu1 {
	background: url(../images/1.png) no-repeat center top;
}
.menu2 {
	background: url(../images/2.png) no-repeat center top;
}
.menu3 {
	background: url(../images/3.png) no-repeat center top;
}
.menu4 {
	background: url(../images/4.png) no-repeat center top;
}
.menu5 {
	background: url(../images/5.png) no-repeat center top;
}
.scroll-x {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    background-color: white;
    font-size: 15px;
}
.scroll-item {
	padding: 6px;
	width: 50%;
	flex-shrink: 0;
}
.scroll-item img {
	width: 100%;
	display: block;
}
.scroll-item h6{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #010101;
	font-weight: normal;
	margin: 6px 0;
}
.part-imgcontainer {
	position: relative;
	width: 100%;
}
.part-imgcontainer h2{
	text-decoration: none;
	color: white;
	background-color: rgba(0,0,0,0.7);
	margin: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
}
.scroll-addr {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #a0a1a3;
}

/* 房源推荐 */
.recommend-title {
	display: flex;
	padding: 12px;
	justify-content: space-between;
	align-items: center;
}
.recommend-tabs {
	font-size: 12px;
	display: flex;
}
.tab-active {
	color: white;
	background: url(../images/y1.png) no-repeat;
	background-size: 100% 100%;
	width: 52px;
	height: 25px;
	line-height: 22px;
	text-align: center;	
	margin-left: 5px;
}
.tab-gray {
	background: url(../images/y2.png) no-repeat;
	background-size: 100% 100%;
	width: 52px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-left: 5px;
}