/*头部导航城市切换*/
.eyou_city .cityfly .city_hend {
	width: 820px;
	max-height: calc(100vh - 96px);
	overflow: visible;
	background: #fff;
	border: 1px solid #ea3516;
	padding: 18px 22px 16px;
	position: absolute;
	left: 0;
	top: 63px;
	z-index: 99;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(0,0,0,.16);
	display: none;
}
.header-city:hover .city_hend {
	display: block;
}
.cityfly.city-open .city_hend {
	display: block;
}
.eyou_city .cityfly .city_hend:after {
	content: "";
	width: 100px;
	height: 12px;
	position: absolute;
	left: 25px;
	top: -12px;
	background: url(../images/top.png) no-repeat;
}
.city_nav {
	border-bottom: 1px solid #dadada;
	line-height: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.city_nav strong {
	color: #333;
	font-size: 15px;
	font-weight: 600;
}
.city_nav>a {
	color: #ea3516;
	font-size: 13px;
}
.city_search {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0 10px;
}
.city_search input {
	width: 260px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 0 10px;
	color: #333;
	outline: none;
}
.city_search input:focus {
	border-color: #ea3516;
	box-shadow: 0 0 0 2px rgba(234,53,22,.08);
}
.city-clear {
	height: 32px;
	padding: 0 12px;
	border: 1px solid #e6e6e6;
	background: #f7f7f7;
	color: #666;
	cursor: pointer;
	border-radius: 4px;
}
.city-clear:hover {
	border-color: #ea3516;
	color: #ea3516;
	background: #fff;
}
.city_count {
	color: #999;
	font-size: 12px;
}
.city_letters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0 0 12px;
	border-bottom: 1px solid #eee;
}
.city_letters button {
	min-width: 28px;
	height: 26px;
	border: 0;
	border-radius: 4px;
	background: #f5f5f5;
	color: #555;
	cursor: pointer;
	font-size: 12px;
}
.city_letters button:hover,
.city_letters button.on {
	background: #ea3516;
	color: #fff;
}
.city_nav ul {
	display: flex;
	float: left !important;
}
.city_nav li {
	color: #000;
	font-size: 15px;
	line-height: 35px;
	background: #ececec;
	border: 1px solid #d7d7d7;
	padding: 0 20px;
	margin-right: 5px;
	width: 30px;
}
.city_nav li.on {
	background: #fff;
	border-bottom: #fff;
}
.city_main {
	max-height: 360px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 8px 8px 0 0;
	scrollbar-color: #bdbdbd #f4f4f4;
}
.city_main ul {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 8px;
	float: none !important;
	width: 100%;
	padding-top: 0;
}
.city_main ul:nth-child(1) {
	display: grid;
}
.city-letter-section {
	margin-bottom: 12px;
}
.city-letter-title {
	position: sticky;
	top: -8px;
	z-index: 1;
	height: 28px;
	line-height: 28px;
	background: #fff;
	color: #ea3516;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 8px;
}
.city_main li a {
	display: block;
	font-size: 14px;
	color: #5a5a5a;
	text-align: center;
	margin: 0;
	padding: 0 8px;
	line-height: 30px;
	border-radius: 4px;
	background: #f7f7f7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.city_main li a:hover {
	background: #ea3516;
	color: #fff;
}
.city_main li.on a {
	background: #ea3516;
	color: #fff;
}
.city-all-list li {
	width: auto;
	min-width: 0;
	white-space: nowrap;
}
.city-empty {
	display: none;
	margin-top: 12px;
	padding: 28px 0;
	text-align: center;
	color: #999;
	background: #fafafa;
	border: 1px dashed #ddd;
	border-radius: 4px;
}
.syhomeheadce {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.eyou_city {
	float: left;
	margin-right: 24px;
}
.cityfly {
	float: right;
	margin-top: 5px;
	position: relative;
	padding-bottom: 10px;
	line-height: 20px;
}
.cityfly>a {
	display: block;
	border: 1px solid #ea3516;
	border-radius: 20px;
	padding: 0px 5px;
	cursor: pointer;
}
.cityfly a span {
	color: #969696;
	font-size: 12px;
	background: url(../images/down.png) no-repeat right center, url(../images/tb.png) no-repeat left center;
	padding-right: 20px;
	padding-left: 20px;
}
.eyou_city .cityfly .city_hend {
	left: 0;
	top: 40px;
}
.header-city {
	display: none !important;
}
@media screen and (max-width: 767px) {
.eyou_city .cityfly .city_hend {
	width: calc(100vw - 28px);
	left: -10px;
	padding: 14px;
}
.city_search {
	align-items: stretch;
	flex-wrap: wrap;
	gap: 8px;
}
.city_search input {
	width: 100%;
}
.city_main {
	max-height: 320px;
}
.city_main ul {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.header-city {
	display: block !important;
}
}
.header-city {
	position: relative;
	line-height: 26px;
	padding: 0px 15px;
}
.fl {
	float: left;
}
.header-city a {
	display: inline-block;
	color: #575757;
}
.header-city i {
	display: inline-block;
	width: 23px;
	height: 15px;
	background: url(../images/icon-city.png) center center no-repeat;
	background-size: 12px auto;
	position: relative;
	top: 2px;
}
