:root {	--zxm-bg: #f8fafc;	--zxm-surface: #ffffff;	--zxm-ink: #1e293b;	--zxm-muted: #94a3b8;	--zxm-rule: #e2e8f0;	--zxm-accent: #0f766e;	--zxm-accent2: #14b8a6;	--zxm-accent-light: rgba(15,118,110,0.08);	--zxm-radius: 0px;	--zxm-shadow: 0 2px 8px rgba(0,0,0,0.06);	--zxm-shadow-hover: 0 8px 24px rgba(0,0,0,0.1);	--zxm-sidebar-width: 64px;}body{color: var(--zxm-ink);}.zxm_city_container{display: flex;  margin: 0 auto; min-height: 100vh; }.zxm_city_container[data-sidebar="right"]{flex-direction: row; }.zxm_city_container[data-sidebar="left"]{flex-direction: row; }.zxm_city_container[data-sidebar="top"]{flex-direction: column; }.zxm_city_main{ flex: 1; /*padding: 40px;*/ }.zxm_city_page-title{font-size: 26px; font-weight: 700; margin-bottom: 20px; }.zxm_city_hot{margin-bottom: 24px; }.zxm_city_hot-title{font-size: 15px; color: var(--zxm-muted); margin-bottom: 12px; font-weight: 600; }.zxm_city_hot-grid{display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;}.zxm_city_hot-item {background: var(--zxm-surface); border: 1px solid var(--zxm-rule);border-radius: 10px; padding: 10px 12px; text-align: center;font-size: 14px; cursor: pointer; transition: all 0.2s;}.zxm_city_hot-item:hover, .zxm_city_hot-item.zxm_city_active {background: var(--zxm-accent); color: #fff; border-color: var(--zxm-accent);}.zxm_city_hot-flex{ display: flex; flex-wrap: wrap; gap: 10px; }.zxm_city_hot-flex .zxm_city_hot-item {border-radius: 24px; padding: 4px 12px; font-weight: 500;}.zxm_city_hot-card{display: flex; flex-wrap: wrap; gap: 12px;}.zxm_city_hot-card .zxm_city_hot-item{padding: 14px 20px; font-weight: 600;box-shadow: var(--zxm-shadow);}.zxm_city_hot-card .zxm_city_hot-item:hover{transform: translateY(-2px);box-shadow: var(--zxm-shadow-hover);}.zxm_city_hot-accordion .zxm_city_hot-item {border-radius: 8px; padding: 10px 18px;border-left: 3px solid var(--zxm-accent);}.zxm_city_section{margin-bottom: 24px;overflow: visible;}.zxm_city_letter-head {font-size: 18px; font-weight: 700; color: var(--zxm-accent);padding: 12px 18px; border-radius: var(--zxm-radius); margin-bottom: 14px;position: sticky; z-index: 5;box-shadow: 0 4px 12px rgba(0,0,0,0.08);display: flex; align-items: center; justify-content: space-between;gap: 10px;}.zxm_city_letter-head-text {display: flex; align-items: center; gap: 10px;position: relative;padding-left: 16px;}.zxm_city_letter-head-text::before {content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);width: 6px; height: 22px;background: var(--zxm-accent2);border-radius: 3px;}.zxm_city_letter-head[data-style="gradient"] .zxm_city_letter-head-text::before {background: rgba(255,255,255,0.4);}.zxm_city_letter-head[data-style="underline"] .zxm_city_letter-head-text::before {width: 32px; height: 32px;background: linear-gradient(135deg, var(--zxm-accent), var(--zxm-accent2));border-radius: 8px;}.zxm_city_letter-head[data-style="underline"] .zxm_city_letter-head-text {padding-left: 44px;}.zxm_city_letter-head[data-style="badge"] .zxm_city_letter-head-text::before {width: 36px; height: 36px;background: linear-gradient(135deg, var(--zxm-accent), var(--zxm-accent2));border-radius: 10px;}.zxm_city_letter-head[data-style="badge"] .zxm_city_letter-head-text {padding-left: 50px;}.zxm_city_letter-head-count {font-size: 12px; font-weight: 500;color: var(--zxm-muted);background: rgba(255,255,255,0.15);padding: 2px 10px; border-radius: 10px;flex-shrink: 0;}.zxm_city_letter-head[data-style="gradient"] .zxm_city_letter-head-count {color: rgba(255,255,255,0.85);background: rgba(255,255,255,0.2);}.zxm_city_letter-head { top: 8px; }.zxm_city_container[data-sidebar="top"] .zxm_city_letter-head { top: var(--zxm-topbar-height, 60px); }.zxm_city_letter-head[data-style="gradient"] {background: linear-gradient(135deg, var(--zxm-accent), var(--zxm-accent2));color: #fff;}.zxm_city_letter-head[data-style="underline"] {background: var(--zxm-bg); color: var(--zxm-accent);padding: 10px 0; border-bottom: 2px solid var(--zxm-accent2);box-shadow: none;}.zxm_city_letter-head[data-style="badge"] {background: var(--zxm-bg); color: var(--zxm-accent);padding: 10px 0; box-shadow: none;display: inline-flex; align-items: center; gap: 10px;}.zxm_city_letter-head[data-style="solid"] {background: var(--zxm-accent); color: #fff;box-shadow: 0 4px 12px rgba(0,0,0,0.1);}.zxm_city_letter-head[data-style="solid"] .zxm_city_letter-head-text::before {background: rgba(255,255,255,0.5);}.zxm_city_letter-head[data-style="solid"] .zxm_city_letter-head-count {color: rgba(255,255,255,0.85);background: rgba(255,255,255,0.2);}.zxm_city_letter-head[data-style="outline"] {background: var(--zxm-surface); color: var(--zxm-accent);border: 2px solid var(--zxm-accent);box-shadow: none;}.zxm_city_letter-head[data-style="outline"] .zxm_city_letter-head-text::before {background: var(--zxm-accent);}.zxm_city_letter-head[data-style="outline"] .zxm_city_letter-head-count {background: var(--zxm-accent-light);color: var(--zxm-accent);}.zxm_city_province-group { margin-bottom: 18px; }.zxm_city_province-group:last-child { margin-bottom: 0; }.zxm_city_province-name {display:inline-block;font-size: 15px; font-weight: 600; color: var(--zxm-ink);margin-bottom: 10px; padding-left: 8px;border-left: 3px solid var(--zxm-accent2);}.zxm_city-grid {display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;}.zxm_city-item {background: var(--zxm-surface); border: 1px solid var(--zxm-rule);border-radius: 10px; padding: 11px 6px; text-align: center;font-size: 14px; cursor: pointer; transition: all 0.2s;}.zxm_city-item:hover {border-color: var(--zxm-accent); color: var(--zxm-accent);background: var(--zxm-accent-light); transform: translateY(-1px);}.zxm_city-tags {display: flex; flex-wrap: wrap; gap: 8px;}.zxm_city-tag {background: var(--zxm-surface); border: 1px solid var(--zxm-rule);border-radius: 8px; padding: 8px 16px; font-size: 14px;cursor: pointer; transition: all 0.2s; font-weight: 500;}.zxm_city-tag:hover {background: var(--zxm-accent); color: #fff; border-color: var(--zxm-accent);box-shadow: 0 3px 10px rgba(0,0,0,0.1);}.zxm_city-card {display: flex; flex-wrap: wrap; gap: 10px;}.zxm_city-card-item {background: var(--zxm-surface); border: 1px solid var(--zxm-rule);border-radius: var(--zxm-radius); padding: 14px 18px;font-size: 14px; cursor: pointer; transition: all 0.25s;font-weight: 500; box-shadow: var(--zxm-shadow);min-width: 80px; text-align: center;}.zxm_city-card-item:hover {border-color: var(--zxm-accent); color: var(--zxm-accent);box-shadow: var(--zxm-shadow-hover); transform: translateY(-2px);}.zxm_city_accordion-card {background: var(--zxm-surface); border-radius: var(--zxm-radius);box-shadow: var(--zxm-shadow); margin-bottom: 10px;border: 1px solid transparent; overflow: hidden;transition: all 0.3s;}.zxm_city_accordion-card:hover{border-color: rgba(0,0,0,0.08); box-shadow: var(--zxm-shadow-hover);}.zxm_city_accordion-header {display: flex; align-items: center; justify-content: space-between;padding: 14px 18px; cursor: pointer; transition: background 0.2s;}.zxm_city_accordion-header:hover { background: var(--zxm-accent-light); }.zxm_city_accordion-name{font-size: 15px; font-weight: 700; color: var(--zxm-ink);display: flex; align-items: center; gap: 10px;}.zxm_city_accordion-dot {width: 8px; height: 8px; border-radius: 50%;background: linear-gradient(135deg, var(--zxm-accent), var(--zxm-accent2));flex-shrink: 0;}.zxm_city_accordion-arrow {font-size: 12px; color: var(--zxm-muted); transition: transform 0.3s;}.zxm_city_accordion-card.zxm_city_open .zxm_city_accordion-arrow { transform: rotate(90deg); }.zxm_city_accordion-count {font-size: 12px; color: var(--zxm-muted); background: var(--zxm-bg);padding: 3px 10px; border-radius: 10px; font-weight: 500;}.zxm_city_accordion-body {max-height: 0; overflow: hidden; transition: max-height 0.35s ease;}.zxm_city_accordion-card.zxm_city_open .zxm_city_accordion-body { max-height: 600px; }.zxm_city_accordion-tags {display: flex; flex-wrap: wrap; gap: 8px;padding: 0 18px 16px 36px;}.zxm_city_accordion-tag {background: var(--zxm-bg); border: 1px solid var(--zxm-rule);border-radius: 8px; padding: 8px 16px; font-size: 14px;cursor: pointer; transition: all 0.2s; font-weight: 500;}.zxm_city_accordion-tag:hover {background: var(--zxm-accent); color: #fff; border-color: var(--zxm-accent);box-shadow: 0 3px 10px rgba(0,0,0,0.1);}.zxm_city-pill{display: flex; flex-wrap: wrap; gap: 5px;}.zxm_city-pill-item {background: var(--zxm-surface); border: 1.5px solid var(--zxm-rule);border-radius: 20px; padding: 4px 12px; font-size: 14px;cursor: pointer; transition: all 0.2s; font-weight: 500;}.zxm_city-pill-item:hover {background: var(--zxm-accent); color: #fff; border-color: var(--zxm-accent);box-shadow: 0 3px 12px rgba(0,0,0,0.12); }.zxm_city-btn{display: flex; flex-wrap: wrap; gap: 10px;}.zxm_city-btn-item{background: var(--zxm-accent); color: #fff;border: none; border-radius: 8px; padding: 10px 18px;font-size: 14px; cursor: pointer; transition: all 0.2s;font-weight: 500;}.zxm_city-btn-item:hover {background: var(--zxm-accent2);box-shadow: 0 4px 12px rgba(0,0,0,0.15);transform: translateY(-1px);}.zxm_city_sidebar-wrap {width: var(--zxm-sidebar-width); background: var(--zxm-surface);flex-shrink: 0; position: relative;}.zxm_city_container[data-sidebar="right"] .zxm_city_sidebar-wrap {border-left: 1px solid var(--zxm-rule);}.zxm_city_container[data-sidebar="left"] .zxm_city_sidebar-wrap {border-right: 1px solid var(--zxm-rule);order: -1;}.zxm_city_container[data-sidebar="left"][data-sidebar-bg="gradient"] .zxm_city_sidebar-wrap {border-right: none;}.zxm_city_container[data-sidebar="right"][data-sidebar-bg="gradient"] .zxm_city_sidebar-wrap {border-left: none;}.zxm_city_container[data-sidebar="top"][data-sidebar-bg="gradient"] .zxm_city_sidebar-wrap {border-bottom: none;}.zxm_city_container[data-sidebar="top"] .zxm_city_sidebar-wrap {width: 100%; height: auto; border-bottom: 1px solid var(--zxm-rule);order: -1;position: sticky; top: 0; z-index: 10;background: var(--zxm-surface);}.zxm_city_container[data-sidebar="top"] .zxm_city_sidebar {flex-direction: row; height: auto; padding: 12px 16px;gap: 6px; justify-content: center; flex-wrap: wrap;position: relative;}.zxm_city_container[data-sidebar="top"] .zxm_city_sidebar a {margin-bottom: 0;}.zxm_city_sidebar {display: flex; flex-direction: column; align-items: center;padding: 16px 0; position: sticky; top: 0;height: 100vh; overflow-y: auto;}.zxm_city_sidebar a {display: block; width: 38px; height: 38px; line-height: 38px;text-align: center; font-size: 13px; font-weight: 600;color: var(--zxm-muted); text-decoration: none;margin-bottom: 3px; transition: all 0.2s;}.zxm_city_sidebar[data-style="circle"] a { border-radius: 50%; }.zxm_city_sidebar[data-style="circle"] a:hover {background: var(--zxm-accent-light); color: var(--zxm-accent);}.zxm_city_sidebar[data-style="circle"] a.zxm_city_active {background: var(--zxm-accent); color: #fff;box-shadow: 0 2px 8px rgba(0,0,0,0.15);transform: scale(1.1);}.zxm_city_sidebar[data-style="square"] a { border-radius: 10px; }.zxm_city_sidebar[data-style="square"] a:hover {background: var(--zxm-accent-light); color: var(--zxm-accent);}.zxm_city_sidebar[data-style="square"] a.zxm_city_active {background: linear-gradient(135deg, var(--zxm-accent), var(--zxm-accent2));color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.15);}.zxm_city_sidebar[data-style="pill"] a {border-radius: 20px; width: auto; padding: 0 14px;font-size: 12px; height: 32px; line-height: 32px;}.zxm_city_sidebar[data-style="pill"] a:hover {background: var(--zxm-accent-light); color: var(--zxm-accent);}.zxm_city_sidebar[data-style="pill"] a.zxm_city_active {background: var(--zxm-accent); color: #fff;box-shadow: 0 2px 8px rgba(0,0,0,0.15);}.zxm_city_sidebar[data-style="outline"] a {border-radius: 10px; border: 1.5px solid var(--zxm-rule);}.zxm_city_sidebar[data-style="outline"] a:hover {border-color: var(--zxm-accent); color: var(--zxm-accent);background: var(--zxm-accent-light);}.zxm_city_sidebar[data-style="outline"] a.zxm_city_active {border-color: var(--zxm-accent); background: var(--zxm-accent);color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1);}.zxm_city_sidebar[data-style="glass"] a {border-radius: 12px;background: rgba(255,255,255,0.05);backdrop-filter: blur(4px);}.zxm_city_sidebar[data-style="glass"] a:hover {background: var(--zxm-accent-light); color: var(--zxm-accent);}.zxm_city_sidebar[data-style="glass"] a.zxm_city_active {background: linear-gradient(135deg, var(--zxm-accent), var(--zxm-accent2));color: #fff; box-shadow: 0 4px 16px rgba(0,0,0,0.12);}.zxm_city_sidebar[data-style="neon"] a {border-radius: 8px;border: 1px solid transparent;}.zxm_city_sidebar[data-style="neon"] a:hover {border-color: var(--zxm-accent); color: var(--zxm-accent);box-shadow: 0 0 8px var(--zxm-accent-light);}.zxm_city_sidebar[data-style="neon"] a.zxm_city_active {border-color: var(--zxm-accent); background: var(--zxm-accent);color: #fff;box-shadow: 0 0 16px var(--zxm-accent-light), 0 0 4px var(--zxm-accent);}.zxm_city_sidebar[data-style="minimal"] a {border-radius: 4px; font-weight: 700;}.zxm_city_sidebar[data-style="minimal"] a:hover {color: var(--zxm-accent);}.zxm_city_sidebar[data-style="minimal"] a.zxm_city_active {color: var(--zxm-accent);background: transparent;position: relative;}.zxm_city_sidebar[data-style="minimal"] a.zxm_city_active::after {content: ""; position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);width: 16px; height: 2px; border-radius: 1px;background: var(--zxm-accent);}.zxm_city_container[data-sidebar-bg="gradient"] .zxm_city_sidebar a {color: rgba(255,255,255,0.6);}.zxm_city_container[data-sidebar-bg="gradient"] .zxm_city_sidebar a:hover {background: rgba(255,255,255,0.15); color: #fff;}.zxm_city_container[data-sidebar-bg="gradient"] .zxm_city_sidebar a.zxm_city_active {background: #fff; color: var(--zxm-accent);box-shadow: 0 4px 16px rgba(0,0,0,0.2);}@media (max-width: 1024px) {	.zxm_city_main { padding: 20px; }	.zxm_city_hot-grid { grid-template-columns: repeat(4, 1fr); }	.zxm_city-grid { grid-template-columns: repeat(3, 1fr); }}@media (max-width: 640px) {	.zxm_city_main { padding: 16px 12px; }	.zxm_city_page-title { font-size: 20px; }	.zxm_city_sidebar-wrap { width: 46px; }	.zxm_city_sidebar { padding: 12px 0; }	.zxm_city_sidebar a { width: 28px; height: 28px; line-height: 28px; font-size: 11px; }	.zxm_city_sidebar[data-style="pill"] a { width: auto; padding: 0 8px; font-size: 10px; height: 26px; line-height: 26px; }	.zxm_city_hot-grid { grid-template-columns: repeat(3, 1fr); }	.zxm_city-grid { grid-template-columns: repeat(2, 1fr); }	.zxm_city_letter-head { font-size: 16px; padding: 10px 14px; }	.zxm_city_container[data-sidebar="top"] .zxm_city_sidebar-wrap { width: 100%; }}