.sel_box{
	padding-top:20px;
}
.sel_box .sel_left{
	line-height:36px;
	float:left;
}
.sel_box .sel_left span{
	display: block;
	float: left;
}
.sel_box .sel_left a{
	display:block;
	float:left;
	background-color:#573b2d;
	padding-left:20px;
	padding-right:40px;
	color:white;
	position:relative;
	cursor: pointer;
}
.sel_box .sel_left a:after,.sel_box .sel_left .areaSel:after{
	content:"";
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:6px solid white;
	position:absolute;
	right:14px;
	top:15px;
}
.sel_box .sel_left .areaSel{
	display:block;
	float: left;
	margin-left: 10px;
	background-color: #D7C9AA;
	position: relative;
}
.sel_box .sel_left .areaSel select{
	display: block;
	padding-left: 20px;
	padding-right: 30px;
	color: #FFF;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}
.sel_box .sel_left .areaSel select option{
	color: #666;
}
.sel_box .sel_left .tab{
	overflow: hidden;
	display:block;
	float:left;
	background-color:#fff;
	color:#333;
	position:relative;
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
}



.sel_box .sel_right{
	float:right;
	overflow:hidden;
}
.sel_box .sel_right input{
	width:180px;
	padding:0 10px;
	height:34px;
	border:1px solid #e5e5e5;
	background-color:#fff;
	font-family:Arial, "微软雅黑", sans-serif;
	font-size:12px;
	line-height:36px;
	display:block;
	float:left;
}
.sel_box .sel_right button{
	display:block;
	float:right;
	width:40px;
	height:34px;
	border:1px solid #e5e5e5;
	border-left:none;
	background:url(../images/find/search_icon.png) center no-repeat;
	background-color:#fff;
	cursor:pointer;
}


/*该城市无小区*/
.empty_box p{
	font-size:18px;
	color:#646464;
	text-align:center;
	margin:180px auto;
	padding-left:150px;
	width: 400px;
	background:url(../images/find/find_empty.jpg) left center no-repeat;
	text-align: left;
	font-size: 24px;
	color: #b3b3b3;
	line-height: 1.4;
	padding-top:22px;
	padding-bottom: 22px;
}
.empty_box p a{
	text-decoration: underline;
	color: #74635b;
}



.find_name{
	background-color: #fff;
	overflow: hidden;
	padding: 10px 15px;
	line-height: 24px;
}
.find_name h4{
	font-size: 16px;
	float: left;
	font-weight: bold;
}
.find_name small{
	display: block;
	float: right;
	font-size: 12px;
	color: #909090;
}




/*方案列表*/
.find_style{
	background-color:#fff;
	/*border-top:10px solid #f7f7f7;*/
	border-bottom:1px solid #e5e5e5;
	padding:10px 0;
}
.find_box .swiper-slide img{
	display:block;
	width:80%;
	margin: 20px auto;
}

@media screen and (min-width:1200px){
	.find_box .swiper-slide{
		width:175px;
	}
}
@media (max-width:1199px) and (min-width:992px){
	.find_box .swiper-slide{
		width:143.667px;
	}
}
@media (max-width:991px) and (min-width:768px){
	.find_box .swiper-slide{
		width: 109.167px;
	}
}
.next_3{
	background:url(../images/find/arrow_right_grey.png) center no-repeat;
	right:0;
}
.prev_3{
	background:url(../images/find/arrow_left_grey.png) center no-repeat;
	left:0;
}
.find_box .swiper-slide{
	position:relative;
	cursor:pointer;
}
.find_box .swiper-slide p{
	width:100%;
	text-align:center;
}
.find_box .find_clk{
	background:url(../images/find/clk.png) center no-repeat;
	background-size:100%;
}



/*列表收藏*/
.ambrylist .ambrytxt .collected{
	padding-left:18px;
	background:url(../images/case/uncollect.jpg) no-repeat left center;
	background-size: auto 16px;
}
.ambrylist .ambrytxt .uncollect{
	background:url(../images/case/collected.jpg) no-repeat left center;
	background-size: auto 16px;
}








/*城市列表*/
.city_box{
	width: 100%;
	border-top: 1px solid #e5e5e5;
	background-color: #f7f7f7;
	padding: 0.6rem 0;
}
.city_box li{
	float: left;
}
.city_box .cur_city,.city_box .cur_address{
	overflow: hidden;
	font-size: 0.32rem;
	color: #3b3b3b;
	margin-right: 2%;
	line-height: 40px;
}
.city_box .cur_city span,.city_box .cur_address span{
	display: inline-block;
	font-size: 0.6rem;
	color: #573b2d;
	cursor: pointer;
}
.city_box .city_sel{
	overflow: hidden;
	margin-left: 4%;
}
.city_box .city_sel h5{
	font-size: 0.32rem;
	color: #3b3b3b;
	float: left;
	line-height: 40px;
}
.city_box .city_sel .sel_sheng{
	float: left;
	width: 3rem;
	height: 36px;
	margin: 2px 5px;
	position: relative;
}
.city_box .city_sel .sel_sheng:after{
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ddd;
	position: absolute;
	right: 10px;
	top: 15px;
}
.city_box .city_sel .sel_sheng select{
	display: block;
	border: 1px solid #e5e5e5;
	height: 100%;
	width: 100%;
	line-height: 34px;
	padding: 0 5px;
	font-family: arial,"微软雅黑",sans-serif;
	font-size: 14px;
	cursor: pointer;
}
.city_box .city_sel button{
	display: block;
	float: left;
	height: 36px;
	margin: 2px 5px;
	background-color: #573b2d;
	color: #fff;
	font-size: 16px;
	padding: 0 18px;
	border-radius: 5px;
	border: none;
	font-family: arial,"微软雅黑",sans-serif;
	line-height: 36px;
	cursor: pointer;
}


/*常用城市*/
.common_city{
	line-height: 34px;
	padding: 0.4rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.common_city h5{
	font-size: 14px;
	color: #909090;
	float: left;
	margin-right: 5px;
}
.common_city h4{
	font-size: 15px;
	overflow: hidden;
	float: left;
	color: #573b2d;
}
.common_city h4 a{
	display: block;
	float: left;
	margin-right: 26px;
	cursor: pointer;
	padding: 0 10px;
	font-weight: bold;
}
.city_list a:hover{
	background-color: #573b2d;
	color: #fff;
	border-radius: 3px;
}



.city_cot{
	padding: 10px 0;
}
.city_cot .title{
	font-size: 26px;
	color: #8f8f8f;
}
.city_cot li{
	overflow: hidden;
}
.city_cot li a{
	display: block;
	line-height: 34px;
	padding: 0 10px;
	margin-left: 20px;
	float: left;
	cursor: pointer;
	font-size: 15px;
	color: #583b2d;
	font-weight: bold;
}


.phone{
	padding-left: 100px;
	width: 410px;
	margin: 110px auto 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/find/phone.png) left center no-repeat;
}
.phone h5{
	font-size: 16px;
	color: #b2b2b2;
}
.phone p{
	font-size: 48px;
	color: #cc8e79;
	font-weight: bold;
}

/* 2021.8.11 新增 */

.search-box {
	width: 80%;
	max-width: 780px;
	margin: 40px auto;
	border: 1px solid #573b2d;
	display: flex;
	line-height: 40px;
	height: 40px;
	border-radius: 20px;
	overflow: hidden;
}

.search-box .select-city {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #573b2d;
	width: 100px;
	cursor: pointer;
}

.search-box .select-city .default-city {
	flex: 1;
	text-align: center;
}

.search-box .select-city .icon {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.search-box .input-box {
	display: flex;
	align-items: center;
	flex: 1;
}

.search-box .input-box .input {
	flex: 1;
	height: 40px;
	padding: 0 10px;
}

.search-box .input-box .icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.search-box .search-btn {
	width: 100px;
	background-color: #573b2d;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.hot-city {
	background-color: #f9f9f9;
	margin-bottom: 40px;
}

.hot-city .content {
	display: flex;
	align-items: center;
	max-width: 1170px;
	margin: 0 auto;
	height: 40px;
	color: #222;
}

.hot-city .content .icon {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}

.community-item {
	max-width: 1170px;
	margin: 20px auto 0;
}

.community-name-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.community-name-more .community-name {
	font-size: 17px;
	font-weight: bold;
	color: #222;
	line-height: 20px;
	height: 20px;
	display: flex;
	align-items: center;
}

.community-name-more .community-name::before {
	content: '';
	display: inline-block;
	background-color: #573b2d;
	width: 3px;
	height: 100%;
	margin-right: 8px;
	border-radius: 1.5px;
}

.community-name-more .more {
	display: flex;
	align-items: center;
	color: #979797;
	cursor: pointer;
}

.room-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.room-list::after {
	content: '';
	display: block;
	width: calc((100% - 40px) / 3);
	height: 0;
}

.room-item {
	width: calc((100% - 40px) / 3);
	background-color: #fff;
	box-shadow: 0 0 10px 0 #ddd;
	cursor: pointer;
	transition: all 0.3s;
	margin-bottom: 20px;
	overflow: hidden;
}

.room-item:hover {
	box-shadow: 0 0 20px 0 #aaa;
}

.room-item .image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ccc;
	width: 100%;
	height: 0;
	padding: 36% 0;
}

.room-item .name-collect-look {
	padding: 20px;
	display: flex;
}

.room-item .name-collect-look .icon {
	margin-right: 4px;
	width: 18px;
	height: 18px;
}

.room-item .name {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.room-item .collect,
.room-item .look {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.room-item .collect .collected {
	display: none;
}

.room-item .collect .uncollect {
	display: block;
}

.room-item .collect.is-collect .collected {
	display: block;
}

.room-item .collect.is-collect .uncollect {
	display: none;
}

.find-select-box {
	border-bottom: 10px solid #f9f9f9;
	padding-bottom: 20px;
}

.find-select-box .list {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.find-select-box .list .item {
	text-align: center;
	line-height: 30px;
	height: 30px;
	padding: 0 27px;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
	color: #444;
	transition: all 0.3s;
}

.find-select-box .list .item.active {
	background-color: #573b2d;
	color: #fff;
}

.find-select-box .list .item:nth-child(9) {
	margin-right: 0;
}
