.city-landing-page,
.city-landing-m-page,
.city-hub-page,
.city-hub-m-page {
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 38%, #f8fbff 100%);
  color: #10233f;
}

.header_active .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 5px;
}

.header_active .logo {
  width: 228px;
  margin-right: 80px;
}

.header_active .logo img {
  width: 120% !important;
  max-width: none;
  height: 100%;
  display: block;
}

.header_active .menu_phone {
  display: flex;
  align-items: center;
}

.header_active .nav .btnbox .black {
  margin-left: 30px;
  font-size: 16px;
}

.header_active .contact {
  margin-left: 40px;
}

.city-landing-page #div_company_mini,
.city-hub-page #div_company_mini,
.city-landing-page #icon_module,
.city-hub-page #icon_module {
  display: block !important;
}

.city-landing-page #div_company_mini,
.city-hub-page #div_company_mini {
  right: 24px !important;
  bottom: 104px !important;
  z-index: 9990 !important;
}

.city-landing-page #icon_module,
.city-hub-page #icon_module {
  right: 24px !important;
  bottom: 104px !important;
  z-index: 9990 !important;
}

.city-landing-shell,
.city-hub-shell {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.city-page-banner {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background-image:
    linear-gradient(135deg, rgba(8, 27, 61, 0.92), rgba(29, 76, 175, 0.82)),
    url('/assets/guanwang/img/company/banner.png');
  background-size: cover;
  background-position: center;
}

.city-page-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(91, 141, 255, 0.3), transparent 34%),
    radial-gradient(circle at bottom left, rgba(66, 109, 249, 0.22), transparent 30%);
  pointer-events: none;
}

.city-page-banner__content {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 48px;
}

.city-landing-page {
  padding: 0 0 72px;
}

.city-landing-hero,
.city-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: stretch;
}

.city-landing-panel,
.city-hub-panel,
.city-landing-card,
.city-hub-city,
.city-hub-service {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(120, 161, 255, 0.16);
  box-shadow: 0 20px 60px rgba(22, 57, 109, 0.08);
}

.city-landing-panel,
.city-hub-panel {
  padding: 28px;
}

.city-hub-panel--hero,
.city-landing-panel--hero {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 64px rgba(4, 18, 44, 0.28);
  backdrop-filter: blur(16px);
}

.city-hub-panel--aside,
.city-landing-panel--aside {
  background: rgba(8, 22, 49, 0.54);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(4, 18, 44, 0.22);
  backdrop-filter: blur(14px);
}

.city-landing-kicker,
.city-hub-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(52, 108, 255, 0.1);
  color: #255edc;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.city-hub-kicker--light {
  background: rgba(255, 255, 255, 0.12);
  color: #eaf1ff;
}

.city-landing-title,
.city-hub-title {
  margin: 16px 0 14px;
  font-size: 40px;
  line-height: 1.2;
  color: #0f1f38;
}

.city-hub-panel--hero .city-hub-title,
.city-hub-panel--hero .city-hub-desc,
.city-landing-panel--hero .city-landing-title,
.city-landing-panel--hero .city-landing-desc {
  color: #fff;
}

.city-hub-panel--hero .city-hub-desc,
.city-landing-panel--hero .city-landing-desc {
  color: rgba(255, 255, 255, 0.88);
}

.city-landing-desc,
.city-hub-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #50627c;
}

.city-landing-tags,
.city-hub-tags,
.city-hub-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.city-landing-tags span,
.city-hub-tags span,
.city-hub-service-tags span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2959c9;
  font-size: 13px;
  font-weight: 600;
}

.city-landing-actions,
.city-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.city-landing-btn,
.city-hub-btn,
.city-hub-city-links a,
.city-landing-link-grid a,
.city-landing-hub-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.city-landing-btn:hover,
.city-hub-btn:hover,
.city-hub-city-links a:hover,
.city-landing-link-grid a:hover,
.city-landing-hub-link:hover {
  transform: translateY(-1px);
}

.city-landing-btn.primary,
.city-hub-btn.primary {
  background: linear-gradient(135deg, #2f6dff, #5b8dff);
  color: #fff;
  box-shadow: 0 14px 30px rgba(47, 109, 255, 0.25);
}

.city-landing-btn.ghost,
.city-hub-btn.ghost,
.city-landing-hub-link {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.city-landing-side-list,
.city-landing-grid,
.city-landing-link-grid,
.city-hub-grid,
.city-hub-service-grid {
  display: grid;
  gap: 18px;
}

.city-landing-side-list {
  grid-template-columns: 1fr;
}

.city-hub-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.city-hub-stat {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.city-hub-stat strong {
  display: block;
  font-size: 30px;
  color: #fff;
}

.city-hub-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.city-hub-stats--light {
  margin-top: 0;
}

.city-hub-stats--light .city-hub-stat {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.98));
  border-color: rgba(120, 161, 255, 0.14);
  box-shadow: 0 18px 40px rgba(22, 57, 109, 0.08);
}

.city-hub-stats--light .city-hub-stat strong {
  color: #12335f;
}

.city-hub-stats--light .city-hub-stat span {
  color: #58708f;
}

.city-hub-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.city-hub-content-card {
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  height: 100%;
}

.city-hub-content-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #fff;
}

.city-hub-content-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.city-hub-bullet-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
}

.city-hub-search-list,
.city-hub-spotlight-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-hub-search-list span,
.city-hub-spotlight-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.city-hub-spotlight-links--hero a {
  background: rgba(255, 255, 255, 0.18);
}

.city-hub-aside-head {
  margin-bottom: 18px;
}

.city-hub-aside-head .city-hub-section-title,
.city-landing-panel--aside .city-hub-section-title {
  color: #fff;
}

.city-hub-aside-desc {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.city-landing-side-item,
.city-hub-aside-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(5, 15, 36, 0.14);
}

.city-hub-aside-note {
  margin-top: 20px;
}

.city-landing-side-item strong,
.city-hub-service strong {
  display: block;
  font-size: 18px;
  color: #13284a;
}

.city-landing-panel--aside .city-landing-side-item strong,
.city-hub-panel--aside .city-hub-service strong {
  color: #fff;
}

.city-landing-side-item p,
.city-hub-service p,
.city-hub-city p,
.city-landing-card p {
  margin: 8px 0 0;
  line-height: 1.75;
  color: #5a6c86;
}

.city-landing-panel--aside .city-landing-side-item p,
.city-hub-panel--aside .city-hub-service p {
  color: rgba(255, 255, 255, 0.8);
}

.city-landing-panel--aside .city-landing-side-item a {
  color: #fff;
}

.city-hub-aside-note strong {
  display: block;
  margin-top: 14px;
  font-size: 20px;
  color: #fff;
}

.city-hub-aside-note p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

.city-landing-section,
.city-hub-section {
  margin-top: 28px;
}

.city-landing-section-title,
.city-hub-section-title {
  margin: 0 0 18px;
  font-size: 28px;
  color: #10223f;
}

.city-landing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-landing-card {
  padding: 24px;
}

.city-landing-card h3,
.city-hub-city h3,
.city-hub-service h3 {
  margin: 0;
  font-size: 20px;
  color: #13284a;
}

.city-landing-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #50627c;
  line-height: 1.8;
}

.city-card-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #50627c;
  line-height: 1.8;
}

.city-landing-link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.city-landing-link-grid a,
.city-hub-city-links a {
  background: rgba(241, 246, 255, 0.96);
  color: #1f4fb9;
}

.city-landing-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.city-landing-process-item {
  padding: 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(242, 247, 255, 0.98));
  border: 1px solid rgba(120, 161, 255, 0.14);
}

.city-landing-process-item span {
  display: inline-flex;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #2d61d0;
}

.city-landing-process-item strong {
  display: block;
  font-size: 18px;
  color: #122847;
}

.city-landing-process-item p {
  margin: 10px 0 0;
  color: #5a6c86;
  line-height: 1.75;
}

.city-landing-faq-item {
  padding: 22px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(120, 161, 255, 0.14);
}

.city-landing-faq-item + .city-landing-faq-item {
  margin-top: 14px;
}

.city-landing-faq-item h3 {
  margin: 0;
  font-size: 18px;
  color: #122847;
}

.city-landing-faq-item p {
  margin: 10px 0 0;
  line-height: 1.8;
  color: #5a6c86;
}

.city-hub-page {
  padding: 0 0 72px;
}

.city-hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.city-hub-city,
.city-hub-service {
  padding: 24px;
}

.city-hub-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.city-hub-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-hub-service-tags {
  margin-top: 14px;
}

.city-hub-service {
  position: relative;
  overflow: hidden;
}

.city-hub-panel--aside .city-hub-service {
  background: linear-gradient(160deg, rgba(16, 40, 84, 0.96), rgba(10, 28, 58, 0.98));
  border-color: rgba(120, 170, 255, 0.24);
  box-shadow: 0 18px 40px rgba(5, 15, 36, 0.24);
}

.city-hub-service__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #dbe7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.city-hub-spotlight {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.city-hub-spotlight h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
}

.city-hub-panel--aside .city-hub-service__badge {
  background: rgba(255, 255, 255, 0.92);
  color: #163f88;
}

.city-hub-panel--aside .city-hub-service strong {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.35;
}

.city-hub-panel--aside .city-hub-service p {
  color: rgba(255, 255, 255, 0.9);
}

.city-landing-m-page,
.city-hub-m-page {
  padding: 20px 0 28px;
}

.city-landing-m-page .mobile-shell-footer,
.city-hub-m-page .mobile-shell-footer {
  margin-top: 32px;
  background: #252b42;
  padding: 18px 0 16px;
}

.city-landing-m-page .mobile-shell-footer-box,
.city-hub-m-page .mobile-shell-footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
}

.city-landing-m-page .mobile-shell-footer-info,
.city-hub-m-page .mobile-shell-footer-info {
  flex: 1;
  min-width: 0;
}

.city-landing-m-page .mobile-shell-footer-call,
.city-landing-m-page .mobile-shell-footer-address,
.city-hub-m-page .mobile-shell-footer-call,
.city-hub-m-page .mobile-shell-footer-address {
  display: flex;
  align-items: center;
  gap: 10px;
}

.city-landing-m-page .mobile-shell-footer-address,
.city-hub-m-page .mobile-shell-footer-address {
  margin-top: 14px;
}

.city-landing-m-page .mobile-shell-footer-call-img,
.city-hub-m-page .mobile-shell-footer-call-img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.city-landing-m-page .mobile-shell-footer-call-img img,
.city-hub-m-page .mobile-shell-footer-call-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.city-landing-m-page .mobile-shell-footer-call-num,
.city-hub-m-page .mobile-shell-footer-call-num {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  font-weight: 600;
  word-break: break-word;
}

.city-landing-m-page .mobile-shell-qrcode,
.city-hub-m-page .mobile-shell-qrcode {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.city-landing-m-page .mobile-shell-qrcode img,
.city-hub-m-page .mobile-shell-qrcode img {
  display: block;
  width: 100%;
  height: 100%;
}

.city-landing-m-page .mobile-shell-footer-link,
.city-hub-m-page .mobile-shell-footer-link {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  margin-top: 16px;
  padding: 0 16px;
}

.city-landing-m-page .mobile-shell-footer-link-title,
.city-landing-m-page .mobile-shell-footer-link-item,
.city-hub-m-page .mobile-shell-footer-link-title,
.city-hub-m-page .mobile-shell-footer-link-item {
  font-size: 12px;
  line-height: 1.8;
  color: #dbe7ff;
}

.city-landing-m-page .mobile-shell-footer-link-title,
.city-hub-m-page .mobile-shell-footer-link-title {
  color: #94a8c6;
}

.city-landing-m-page .icon_btn,
.city-hub-m-page .icon_btn {
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}

.city-landing-m-page .mobile-shell-footer-link-icon,
.city-hub-m-page .mobile-shell-footer-link-icon {
  width: 18px;
  height: 18px;
}

.city-landing-m-page .mobile-shell-footer-link-icon img,
.city-hub-m-page .mobile-shell-footer-link-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.city-landing-m-page .mobile-shell-footer-line,
.city-hub-m-page .mobile-shell-footer-line {
  width: calc(100% - 32px);
  height: 1px;
  margin: 14px auto 12px;
  background: rgba(255, 255, 255, 0.14);
}

.city-landing-m-page .icp,
.city-hub-m-page .icp {
  padding: 0 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}

.city-landing-m-page .mobile-shell-footer-btn,
.city-hub-m-page .mobile-shell-footer-btn {
  display: none !important;
}

.city-hub-m-page .city-page-banner__content,
.city-landing-m-page .city-page-banner__content {
  padding-top: 88px;
  padding-bottom: 28px;
}

.city-page-footer {
  margin-top: 32px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #10284a, #1f4fb9);
  color: #fff;
}

.city-page-footer h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.city-page-footer p {
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
}

.city-page-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.city-page-footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.city-landing-m-topbar,
.city-hub-m-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(120, 161, 255, 0.12);
}

.city-landing-m-topbar a,
.city-hub-m-topbar a {
  text-decoration: none;
  color: #1d4eb5;
  font-weight: 700;
}

.city-landing-m-page .city-landing-shell,
.city-hub-m-page .city-hub-shell {
  width: min(100% - 24px, 720px);
}

.city-landing-m-page .city-landing-hero,
.city-hub-m-page .city-hub-hero,
.city-landing-m-page .city-landing-grid,
.city-hub-m-page .city-hub-grid,
.city-hub-m-page .city-hub-service-grid,
.city-landing-m-page .city-landing-process,
.city-landing-m-page .city-landing-link-grid,
.city-hub-m-page .city-hub-content-grid,
.city-landing-m-page .city-hub-content-grid,
.city-hub-m-page .city-hub-stats {
  grid-template-columns: 1fr;
}

.city-landing-m-page .city-landing-panel,
.city-landing-m-page .city-landing-card,
.city-hub-m-page .city-hub-panel,
.city-hub-m-page .city-hub-city,
.city-hub-m-page .city-hub-service {
  padding: 20px;
  border-radius: 18px;
}

.city-landing-m-page .city-landing-title,
.city-hub-m-page .city-hub-title {
  font-size: 30px;
}

.city-hub-m-page .city-hub-panel--hero,
.city-hub-m-page .city-hub-panel--aside,
.city-landing-m-page .city-landing-panel--hero,
.city-landing-m-page .city-landing-panel--aside {
  background: rgba(255, 255, 255, 0.12);
}

.city-landing-m-bottom {
  position: sticky;
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}

.city-landing-m-bottom a,
.city-landing-m-bottom button {
  min-height: 46px;
  border: none;
  border-radius: 999px;
  font-weight: 700;
}

.city-landing-m-bottom a {
  background: #eef4ff;
  color: #275dd2;
  text-decoration: none;
}

.city-landing-m-bottom button {
  background: linear-gradient(135deg, #2f6dff, #5b8dff);
  color: #fff;
}

@media (max-width: 1024px) {
  .city-landing-hero,
  .city-hub-hero,
  .city-hub-grid,
  .city-hub-service-grid,
  .city-landing-process,
  .city-landing-link-grid,
  .city-hub-content-grid,
  .city-hub-stats {
    grid-template-columns: 1fr;
  }

  .city-landing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1366px) {
  .header_active .logo {
    width: 228px;
    margin-right: 80px;
  }

  .header_active .nav .btnbox .black {
    margin-left: 30px;
    font-size: 16px;
  }

  .header_active .contact {
    margin-left: 40px;
  }
}

@media (max-width: 1100px) {
  .header_active .contact .contact_text {
    display: none;
  }

  .header_active .nav .btnbox .black {
    margin-left: 22px;
    font-size: 15px;
  }

  .header_active .logo {
    flex-basis: 208px;
    width: 208px;
    margin-right: 24px;
  }

  .header_active .contact {
    margin-left: 24px;
  }
}
