.dialog-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}
.dialog-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.dialog-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.dialog-title {
	position: relative;
	padding: 15px 20px;
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
}
.ico-close-pop {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-style: normal;
	font-size: 20px;
	color: #999;
}
.ico-close-pop:before {
	content: "\00d7";
}
.ico-close-pop:hover {
	color: #333;
}
.dialog-con {
	padding: 20px;
}
.change-city-body {
	
}
.hot-city-section {
	
}
.hot-city-section h3 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
}
.hot-ctlist {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.hot-ctlist li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.hot-ctlist li a {
	display: block;
	padding: 8px 15px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}
.hot-ctlist li a:hover {
	background: #ff552e;
	color: #fff;
}
.hot-ctlist li.ey_cmore a {
	background: #fff;
	border: 1px solid #ddd;
	color: #666;
}
.hot-ctlist li.ey_cmore a:hover {
	background: #ff552e;
	color: #fff;
	border-color: #ff552e;
}

/* 城市分站页面样式 */
.citysite-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.citysite-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}
.citysite-banner__inner {
    position: relative;
    z-index: 1;
}
.citysite-banner__title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.citysite-banner__title h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.citysite-banner__title h1 span {
    color: #ff552e;
    margin-left: 15px;
    font-size: 36px;
}
.citysite-banner__title p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    margin-top: 10px;
}
.citysite-banner__breadcrumb {
    text-align: center;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}
.citysite-banner__breadcrumb a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.3s;
}
.citysite-banner__breadcrumb a:hover {
    color: #ff552e;
}
.citysite-banner__breadcrumb i {
    margin-right: 5px;
}
.citysite-content {
    padding: 60px 0;
    background: #f8f9fa;
}
.citysite-section {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.citysite-section__title {
    font-size: 22px;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff552e;
    display: inline-block;
}
.citysite-section__title span {
    color: #ff552e;
}
.hot-city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hot-city-item {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.hot-city-item:hover {
    background: #ff552e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,85,46,0.3);
}
.province-city-list {
    display: grid;
    gap: 20px;
}
.province-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}
.province-item__title {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.province-item__title a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.province-item__title a i {
    color: #ff552e;
}
.province-item__title a:hover {
    color: #ff552e;
}
.province-item__cities {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.city-link {
    display: inline-block;
    padding: 6px 14px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.city-link:hover {
    background: #fff3f0;
    color: #ff552e;
}
