.chome-contWidth{
	position: relative;
}
.top-cont-left{
	margin-left: 0px;
}
.top-cont-mid{
	position: absolute;
	left: 305px;
	margin-left: 0;
}
.city-slect{
	margin-left: 30px;
	margin-top: 17px;
	position: relative;
	height: 34px;
}
.city-slect:hover .city-text span{
	color: #1A8CFF;
}
.city-slect:hover .city-text i{
	color: #1A8CFF;
	transform: rotate(180deg);
}
.city-slect:hover .city-select-posi{
	display: block;
}
.city-slect .city-text{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.city-slect .city-text span{
	font-size: 15px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #262626;
	line-height: 21px;
}
.city-slect .city-text i{
	display: block;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #262626;
	line-height: 16px;
	
}
.city-select-posi{
	width: 500px;
	/* height: 409px; */
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	padding: 10px 15px;
	position: absolute;
	left: -15px;
	top: 31px;
	z-index: 100;
	display: none;
}
.station_hot{
	width: 100%;
	
}
.station_hot>h4{
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #ABABAB;
	line-height: 17px;
}
.station_hot .hot-city-list{
	width: 100%;
	padding: 10px 0 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.station_hot .hot-city-list>a{
	display: block;
	font-size: 12px;
	color: #595959;
	line-height: 17px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.station_hot .hot-city-list>a:hover{
	color: #1A8CFF;
}
.station_search{
	
}
.city-search-input::-webkit-input-placeholder { 
/* WebKit browsers��webkit�ں������ */
color: #ABABAB; 
} 
.city-search-input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #ABABAB; 
} 
.city-search-input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #ABABAB; 
} 
.city-search-input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #ABABAB; 
}

.station_search_box{
	width: 470px;
	height: 30px;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid #D9D9DA;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.station_search_box i{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	color: #ABABAB;
	text-align: center;
	line-height: 30px;
}
.city-search-input{
	width: calc(100% - 30px);
}
.station_search_result{
	padding: 5px 0 0 5px;
	padding-left: 32px;
}
.station_search_result>a{
	font-size: 12px;
	color: #595959;
	line-height: 17px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.station_search_result>a:hover{
	color: #1A8CFF;
}
.tags{
	width: 100%;
	height: 30px;
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #EBEBEB;
}
.tags li{
	padding: 4px 10px 6px;
	font-size: 12px;
	color: #262626;
	line-height: 17px;
	border-top: 2px solid transparent;
	cursor: pointer;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: 1px solid #EBEBEB;
}
.tags .selectTag{
	border-top: 2px solid #1A8CFF;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-bottom: 1px solid #fff;
}
.tags-con{
	width: 100%;
}
.tags-list-out{
	display: none;
}
.active{
	display: block!important;
}
.tag-list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 15px;
}
	
.tag-list-l{
	width: 8px;
	font-size: 12px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 17px;
}
.tag-list-r{
	width: calc(100% - 24px);
	margin-left: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.tag-list-r>a{
	display: block;
	font-size: 12px;
	color: #595959;
	line-height: 17px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.tag-list-r>a:hover{
	color: #1A8CFF;
}
