.tan_city{
	width: 803px;
		height: 577px;
		background-color: #ffffff;
		box-shadow: 0px 0px 6px 0px 
			rgba(39, 39, 39, 0.16);
		border-radius: 10px;
}
.tan_city_title{
	line-height: 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	
}
.tan_city_title img{
	cursor: pointer;
}
.tan_city_zuijin{
	display: flex;
	align-items: center;
	padding: 0 30px;
}

.tan_city_zuijin p span{
	margin-left: 36px;
}
.tan_city_shi,.tan_city_sheng{
	position: relative;
		width: 150px;
		height: 30px;
}
.tan_city_sheng{
	margin-right: 10px;
}
.tan_city_shi .filter-title ,.tan_city_sheng .filter-title{
	line-height: 30px;
	height: 30px;
}

.tan_city_shi .icon-filter-arrow,.tan_city_sheng .icon-filter-arrow{
	top: 12px;
}

.tan_city_shi .filter-list ,.tan_city_sheng .filter-list{
	top: 32px;
}
.tan_city_sou{
	margin-left: 56px;
}
.tan_city_sou input{
	width: 220px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 5px;
		border: solid 1px #e5e5e5;
		padding-left: 10px;
		box-sizing: border-box;
}
.tan_city_top{
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 62px;
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.tan_city_hot_box{
	
}
.tan_city_item{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 30px;
	max-height: 300px;
	    overflow: auto;
		display: none;
}
.tan_city_item span{
	width: 20%;
	margin-bottom: 20px;
	cursor: pointer;
}
.tan_city_hot{
	display: flex;
	align-items: center;
	
	padding-right: 30px;
	height: 49px;
	padding: 0 50px 0 30px;
		background-color: #f8f8f8;
		margin-bottom: 30px;
}
.tan_city_hot p{
	margin-right: 80px;
	cursor: pointer;
}
.tan_city_hot p:last-child{
	margin-right: 0;
}
.tan_city_hot_arry{
	display: flex;
	align-items: center;
}
.tan_city_item_active{
	display: flex;
}
.tan_city_hot_active{
	color: #00c6c9;
}
.tan_city_sou{
	position: relative;
}
.city_item_arry2 span{
	cursor: pointer;
}
.dizhi_other a{
	cursor: pointer;
}