<!DOCTYPE html><html
  class="js svg flexbox csstransforms"
  lang="zh-Hans" xmlns="http://www.w3.org/1999/xhtml"
><head><title>香港待售豪宅及特色房产｜Habitat Property</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
    /><style>
      [x-cloak] {
        display: none !important;
      }
    </style><meta http-equiv="X-UA-Compatible" content="ie=edge"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=5"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="alternate" hreflang="zh-HK" href="https://www.habitat-property.com/zh/listing/for-sale" /><link rel="alternate" hreflang="en-US" href="https://www.habitat-property.com/listing/for-sale" /><link rel="alternate" hreflang="x-default" href="https://www.habitat-property.com/listing/for-sale" /><link rel="alternate" hreflang="zh-CN" href="https://www.habitat-property.com/cn/listing/for-sale" /><link rel="prev" href="https://www.habitat-property.com/cn/listing/for-sale?page=20" /><link rel="next" href="https://www.habitat-property.com/cn/listing/for-sale?page=22" /><link rel="canonical" href="https://www.habitat-property.com/cn/listing/for-sale?page=21" /><meta name="title" content="香港待售豪宅及特色房产｜Habitat Property"><meta name="description" content="在 Habitat Property 寻找您心仪的香港豪华房产。我们拥有超过 1,000 套优质房源，涵盖市区大平层豪宅到顶级独栋别墅。立即联系我们，获取专业地产建议。"><meta name="twitter:card" content="summary" /><meta property="og:url" content="https://www.habitat-property.com/cn/listing/for-sale?page=21" /><meta property="og:title" content="香港待售豪宅及特色房产｜Habitat Property" /><meta property="og:description" content="在 Habitat Property 寻找您心仪的香港豪华房产。我们拥有超过 1,000 套优质房源，涵盖市区大平层豪宅到顶级独栋别墅。立即联系我们，获取专业地产建议。" /><meta property="og:image" content="https://r2.ap8.ms.propertyraptor.com/Hong-Kong-Luxury-Real-Estate-Agency-Habitat-Property-a24c99f1-739f-4fc1-b8db-ab7c535d0725.jpg" /><link rel="icon" href="https://r2.ms.propertyraptor.com/habitat_favicon-01-b3f0878b-082e-4e19-888f-94c9a43cc0a0.png" type="image/x-icon" /><style class="theme-global-style">
    :root {
      --swup-overlay-theme-color: rgb(var(--primaryColor));
      --swup-overlay-theme-skew: 15deg;
      .swup-progress-bar {
        height: 4px;
        background-color: rgb(var(--primaryColor));
      }
    }
    :root {
      
      --primaryColor: 18, 18, 18; 
      --secondaryColor-01: 18, 18, 18; 
      --secondaryColor-02: 102, 102, 102; 
      --secondaryColor-03: 153, 153, 153; 
      --secondaryColor-04: 204, 204, 204; 
      --secondaryColor-05: 238, 238, 238; 
      --secondaryColor-06: 255, 255, 255; 
      --secondaryColor-07: 0, 102, 102; 
      --secondaryColor-08: 136, 136, 136; 
      --secondaryColor-09: 250, 250, 250; 
      --secondaryColor-10: 255, 100, 0; 
    }

    :root {
      --globalFont: "Noto Sans SC", Matter, sans-serif;;
      --headFont: Season-Serif, "Noto Sans SC", serif;;
      --layoutWaxWidth: 1320px;
    }

    @media (max-width: 1320px) {
      :root {
        --layoutWaxWidth: 100%;
      }
    }

    :root {
      --globalFloatingIconAiChat: none;
      --globalFloatingIconWhatsApp: none;
      --globalFloatingIconFacebookMessenger: none;
      --globalFloatingIconLine: none;
      --globalFloatingIconPhone: none;
      --globalFloatingIconEmail: none;
      --globalFloatingIconWishlist: none;
      --globalFloatingIconPreferences: none;
      --globalFloatingIconLang: none;
      --globalFloatingIconUnit: none;
      --globalFloatingIconCurrency: none;
      --globalFloatingIconBackToTop: flex;
      --globalShowCookies: 1;
    }
  </style><script
    type="module"
  >
    window.AOS_ANIMATION_CONFIG = {
      disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
      startEvent: "DOMContentLoaded", // name of the event dispatched on the document, that AOS should initialize on
      initClassName: "aos-init", // class applied after initialization
      animatedClassName: "aos-animate", // class applied on animation
      useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
      disableMutationObserver: true, // disables automatic mutations' detections (advanced)
      debounceDelay: 50, // the delay on debounce used while resizing window (advanced)
      throttleDelay: 99, // the delay on throttle used while scrolling the page (advanced)
      // Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
      offset: 20, // offset (in px) from the original trigger point
      delay: 150, // values from 0 to 3000, with step 50ms
      duration: 800, // values from 0 to 3000, with step 50ms
      easing: "raptor-cubic-bezier", // default easing for AOS animations
      once: true, // whether animation should happen only once - while scrolling down
      mirror: true, // whether elements should animate out while scrolling past them
      anchorPlacement: "top-bottom", // defines which position of the element regarding to window should trigger the animation
    };
    window.addEventListener("load", () => {
      const animationType = "slide-up";
      const aosAnimationType =
        animationType === "slide-up" ? "fade-up" : animationType === "slide-in" ? "fade-right" : "";
      if (animationType !== "fade-up") {
        const allAosElement = document.querySelectorAll("[data-aos]");
        for (let i = 0; i < allAosElement.length; i++) {
          const currentElement = allAosElement[i];
          if (currentElement.getAttribute("data-aos-no-replace") !== null) {
            return;
          }
          allAosElement[i].setAttribute("data-aos", aosAnimationType);
        }
      }
    });
  </script><script>
    window.SWUP_ANIMATION = {
      animationType: "fade",
      progressBar: true,
    };
  </script><script>
    window.GoogleMapsDefaultConfig = {
      zoom: 15,
      streetViewControl: false,
      zoomControl: true,
      scrollwheel: false,
      scaleControl: true,
      mapTypeControl: true,
      rotateControl: false,
      fullscreenControl: true,
      mapTypeId: "roadmap",
    };
  </script><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.90.3/iconfont/iconfont.css?v=1.90.3"
    /><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap" rel="stylesheet"><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/css/aos.css?v=1.90.3"
    /><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.90.3/css/tailwind.css?v=1.90.3"
    /><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.90.3/css/main.css?v=1.90.3"
    /><style>
      [data-aos][data-aos][data-aos-easing="raptor-cubic-bezier"],
      body[data-aos-easing="raptor-cubic-bezier"] [data-aos] {
        transition-timing-function: cubic-bezier(0.246, 0.75, 0.187, 1);
      }
      .raptor-cubic-bezier {
        transition-timing-function: cubic-bezier(0.246, 0.75, 0.187, 1);
      }
      /* img.LazyLoad-img,
      div.LazyLoad-img {
        opacity: 0;
      } */
    </style><link rel="preload" as="script" href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.90.3/js/main.js?v=1.90.3" /><link rel="preload" as="script" href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/vue.global.prod.js?v=1.90.3" /><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/vue.global.prod.js?v=1.90.3"></script><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/alpinejs@3.13.7.min.js?v=1.90.3" defer></script><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/lazysizes.min.js"></script><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/choices/choices.min.js"></script></head><body class="template-index dcms-page-container dcms-page-background" data-gr-c-s-loaded="true"><noscript><iframe
          src="https://www.googletagmanager.com/ns.html?id=GTM-T92L4V5"
          height="0"
          width="0"
          style="display: none; visibility: hidden"
        ></iframe></noscript><script type="module">
      window.defaultUnit = "Square Foot";
      window.defaultCurrency = "HKD";
      window.checkHuman = true;
    </script><div id="swup" class="transition-main"><div id="root" class="theme-components RESIDENTIAL_LISTING_LIST_SALE_PAGE"><div
  class="theme-component theme-component-header comp-header dcms-page-header transition-transform ease-linear w-full top-0 z-30 text-sm sticky duration-300"
  style="transform: translateY(0px)"
  v-scope
><div class="header-container relative z-5"><div class="header"><div
        class="menu-container py-2 h-[68px] container mx-auto"
      ><div class="flex items-center justify-between lg:justify-center px-4 md:px-8 h-full"><div class="logo self-center"><a class="logo-default" href="/cn" aria-label="logo"><img
                src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/images/icons/habitat_logo.svg?v=1.85.2"
                alt="Habitat 香港房产代理市场领导者"
                class="object-cover w-[112px] max-w-[112px] h-auto logo-black"
                data-cloudflare="base@size=400x200"
                width="112"
                height="43"
              /><img
                src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/images/icons/habitat_logo_white.svg?v=1.85.2"
                alt="Habitat 香港房产代理市场领导者"
                class="object-cover w-[112px] max-w-[112px] h-auto logo-white hidden"
                data-cloudflare="base@size=400x200"
                width="112"
                height="43"
              /></a></div><div
            class="menus lg:flex-1 hidden lg:block top-[60px] bottom-0 left-0 right-0 overflow-auto lg:overflow-visible safe-area-bottom"
          ><ul
              class="flex flex-wrap lg:flex-nowrap items-center lg:space-x-8 space-x-0 container mx-auto px-4 md:px-8 lg:px-0 lg:pl-[118px] menus-ul main-menus-ul"
            ><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center active w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/cn/listing/for-sale"
                    data-menu-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" data-menu-href="/cn/listing/for-sale" target="_self" aria-label="买房"
                  >买房</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/cn/listing/for-rent"
                    data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9" data-menu-href="/cn/listing/for-rent" target="_self" aria-label="租房"
                  >租房</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/cn/our-team"
                    data-menu-href="/cn/our-team" target="_self" aria-label="房产顾问"
                  >房产顾问</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/cn/property-management"
                    data-menu-href="/cn/property-management" target="_self" aria-label="房产代理"
                  >房产代理</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/cn/news/neighbourhoods"
                    data-menu-href="/cn/news/neighbourhoods" target="_self" aria-label="社区指南"
                  >社区指南</a></li></ul></div><div class="hidden lg:block"><div class="preference-list px-4 md:px-8"><div class="items-center gap-x-6 flex"><div class="group relative cursor-pointer current-language-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-language"></span><span class="iconfont icon-outline-language2"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 top-full"
        ><div
            class="px-4 py-2 preference-item"
            value="en"
            onclick="updatePreferenceLang(this)"
          >English</div><div
            class="px-4 py-2 preference-item"
            value="cn"
            onclick="updatePreferenceLang(this)"
          >简体中文</div><div
            class="px-4 py-2 preference-item"
            value="zh"
            onclick="updatePreferenceLang(this)"
          >繁體中文</div></div></div><div class="group relative cursor-pointer current-measure-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-measure"></span><span class="iconfont icon-outline-arrow-down transition-all group-hover:rotate-180"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 top-full"
        ><div
            class="px-4 py-2 preference-item"
            value="Square Meter"
            onclick="updatePreferenceMeasure(this)"
          >平方米</div><div
            class="px-4 py-2 preference-item"
            value="Square Foot"
            onclick="updatePreferenceMeasure(this)"
          >平方呎</div></div></div></div></div></div><div class="flex items-center gap-x-4 lg:gap-x-6"><div class=""><a
                class="ms-button w-9 h-9 relative overflow-visible space-x-0 saved-items-btn"
                ms-type="hollow"
                border
                href="/cn/saved-item"
                aria-label="wishlist" data-menu-id="2ab952f6-2526-495b-8a68-b73286e2d3c6" title="收藏列表"
              ><ms-badge :count="window.$globalStore.wishlistCount"></ms-badge><i class="iconfont icon-outline-star text-base"></i></a></div><div class="flex lg:border border-secondary-01 contact-item contact-us-btn"><a
                href="/cn/contact-us"
                class="py-2 px-4"
              >联络我们</a></div><div class="" onclick="setShow()"><button class="flex items-center w-[30px] h-[30px]" aria-label="menu"><img
                  src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.81.9/project_file/menu-icon-101e1b0f-3fe9-439a-85f5-2dafc5d9543d.svg"
                  alt="menu-icon"
                  class="menu-icon"
                /><img
                  src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.81.9/project_file/menu-icon-white-d073be64-b692-4266-8e15-3d15ef2faf1a.svg"
                  alt="menu-icon"
                  class="menu-icon-white hidden"
                /></button></div><div
              class="fixed top-0 left-0 lg:left-[50%] right-0 bottom-0 h-screen z-50 bg-secondary-01 safe-area-bottom flex flex-col popup-menus-wrap transition-all overflow-hidden"
              style="left: 100%"
            ><div class="absolute right-4 top-5 w-6 h-6 cursor-pointer" onclick="setShow()"><i class="iconfont icon-outline-close text-2xl leading-none text-secondary-06"></i></div><div class="text-secondary-06 inline-block my-6"><div class="lg:hidden"><div class="flex items-center px-4 md:px-8 pb-4"><a class="logo-default" href="/cn" aria-label="logo"><img
                        src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/images/icons/habitat_logo_white.svg?v=1.85.2"
                        alt="Habitat 香港房产代理市场领导者"
                        class="object-cover w-[112px] max-w-[112px] h-auto logo-white"
                        data-cloudflare="base@size=400x200"
                        width="112"
                        height="43"
                      /></a></div></div><ul
                  class="flex flex-col flex-wrap lg:justify-center container mx-auto lg:mx-0 pb-6 lg:pb-0 px-4 md:px-8 menus-ul popup-menus-ul text-3xl font-headFont lg:w-2/3 lg:min-w-[60%] active"
                ><li
                      class="relative flex flex-wrap items-center w-full  w-full lg:w-auto "
                      index="0"
                      onclick="setActiveMenu(this)" has-child="true"
                    ><button
                        class="parent-menus w-full flex items-center justify-between show-loading cursor-pointer py-1" data-menu-href="javascript:void(0);" target="_self" aria-label="买房"
                      ><span class="truncate">买房</span><i
                          class="iconfont icon-outline-arrow-down ml-1 transition-all text-xl"
                        ></i></button><div class="son-menus popup-menus"><div class="pt-2 md:pt-1"><ul class="son-menus-ul overflow-hidden"><li onclick="event.stopPropagation()"><a
                                  class="block"
                                  style="white-space: nowrap"
                                  href="/cn/listing/for-sale"
                                  aria-label="香港"
                                >香港</a></li></ul></div></div></li><li
                      class="relative flex flex-wrap items-center w-full  w-full lg:w-auto "
                      index="1"
                      onclick="setActiveMenu(this)" has-child="true"
                    ><button
                        class="parent-menus w-full flex items-center justify-between show-loading cursor-pointer py-1" data-menu-href="javascript:void(0);" target="_self" aria-label="租房"
                      ><span class="truncate">租房</span><i
                          class="iconfont icon-outline-arrow-down ml-1 transition-all text-xl"
                        ></i></button><div class="son-menus popup-menus"><div class="pt-2 md:pt-1"><ul class="son-menus-ul overflow-hidden"><li onclick="event.stopPropagation()"><a
                                  class="block"
                                  style="white-space: nowrap"
                                  href="/cn/listing/for-rent"
                                  aria-label="香港" data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9"
                                >香港</a></li></ul></div></div></li><li
                      class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                      index="2"
                      onclick="setActiveMenu(this)" has-child="false"
                    ><a
                        class="parent-menus w-full flex items-center justify-between show-loading py-1"
                        href="/cn/our-team"
                        data-menu-href="/cn/our-team" target="_self" aria-label="房产顾问"
                      ><span class="truncate">房产顾问</span><i
                          class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                        ></i></a></li><li
                      class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                      index="3"
                      onclick="setActiveMenu(this)" has-child="false"
                    ><a
                        class="parent-menus w-full flex items-center justify-between show-loading py-1"
                        href="/cn/property-management"
                        data-menu-href="/cn/property-management" target="_self" aria-label="房产代理"
                      ><span class="truncate">房产代理</span><i
                          class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                        ></i></a></li><li
                      class="relative flex flex-wrap items-center w-full  w-full lg:w-auto "
                      index="4"
                      onclick="setActiveMenu(this)" has-child="true"
                    ><button
                        class="parent-menus w-full flex items-center justify-between show-loading cursor-pointer py-1" data-menu-href="/cn/journal" target="_self" aria-label="文章"
                      ><span class="truncate">文章</span><i
                          class="iconfont icon-outline-arrow-down ml-1 transition-all text-xl"
                        ></i></button><div class="son-menus popup-menus"><div class="pt-2 md:pt-1"><ul class="son-menus-ul overflow-hidden"><li onclick="event.stopPropagation()"><a
                                  class="block"
                                  style="white-space: nowrap"
                                  href="/cn/news/neighbourhoods"
                                  aria-label="社区指南"
                                >社区指南</a></li><li onclick="event.stopPropagation()"><a
                                  class="block"
                                  style="white-space: nowrap"
                                  href="/cn/news/market-news"
                                  aria-label="市场新闻"
                                >市场新闻</a></li><li onclick="event.stopPropagation()"><a
                                  class="block"
                                  style="white-space: nowrap"
                                  href="/cn/news/press"
                                  aria-label="媒体报道"
                                >媒体报道</a></li><li onclick="event.stopPropagation()"><a
                                  class="block"
                                  style="white-space: nowrap"
                                  href="/cn/news/other"
                                  aria-label="其他"
                                >其他</a></li></ul></div></div></li><li
                      class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                      index="5"
                      onclick="setActiveMenu(this)" has-child="false"
                    ><a
                        class="parent-menus w-full flex items-center justify-between show-loading py-1"
                        href="/cn/about-us"
                        data-menu-href="/cn/about-us" target="_self" aria-label="关于我们"
                      ><span class="truncate">关于我们</span><i
                          class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                        ></i></a></li><li
                      class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                      index="6"
                      onclick="setActiveMenu(this)" has-child="false"
                    ><a
                        class="parent-menus w-full flex items-center justify-between show-loading py-1"
                        href="/cn/careers"
                        data-menu-href="/cn/careers" target="_self" aria-label="加入我们"
                      ><span class="truncate">加入我们</span><i
                          class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                        ></i></a></li></ul></div><div class="text-secondary-06 lg:hidden"><div class="preference-list px-4 md:px-8"><div class="items-center gap-x-6 flex"><div class="group relative cursor-pointer current-language-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-language"></span><span class="iconfont icon-outline-language2"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 bottom-full"
        ><div
            class="px-4 py-2 preference-item"
            value="en"
            onclick="updatePreferenceLang(this)"
          >English</div><div
            class="px-4 py-2 preference-item"
            value="cn"
            onclick="updatePreferenceLang(this)"
          >简体中文</div><div
            class="px-4 py-2 preference-item"
            value="zh"
            onclick="updatePreferenceLang(this)"
          >繁體中文</div></div></div><div class="group relative cursor-pointer current-measure-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-measure"></span><span class="iconfont icon-outline-arrow-down transition-all group-hover:rotate-180"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 bottom-full"
        ><div
            class="px-4 py-2 preference-item"
            value="Square Meter"
            onclick="updatePreferenceMeasure(this)"
          >平方米</div><div
            class="px-4 py-2 preference-item"
            value="Square Foot"
            onclick="updatePreferenceMeasure(this)"
          >平方呎</div></div></div></div></div></div><div class="px-4 md:px-8 my-8"><div><ul class="flex items-center gap-x-5" role="menu" aria-labelledby="social"><li class="flex items-center" role="menuitem"><a
                        target="_target"
                        href="https://www.linkedin.com/company/habitat-property/"
                        aria-label="LinkedIn"
                      ><span
                          class="iconfont text-2xl leading-none text-secondary-06 icon-filled-linkedin"
                        ></span></a></li><li class="flex items-center" role="menuitem"><a
                        target="_target"
                        href="https://www.instagram.com/habitatproperty/"
                        aria-label="Instagram"
                      ><span
                          class="iconfont text-2xl leading-none text-secondary-06 icon-filled-instagram"
                        ></span></a></li><li class="flex items-center" role="menuitem"><a
                        target="_target"
                        href="https://open.spotify.com/user/6txzqiijndoidb4mikyw3mewa?si=0TLVZfqxTWWopKneLJBn2g"
                        aria-label="Spotify"
                      ><span
                          class="iconfont text-2xl leading-none text-secondary-06 icon-filled-spotify"
                        ></span></a></li><li class="flex items-center" role="menuitem"><a
                        target="_target"
                        href="https://www.facebook.com/habitatproperty/"
                        aria-label="Facebook"
                      ><span
                          class="iconfont text-2xl leading-none text-secondary-06 icon-filled-facebook"
                        ></span></a></li><li class="flex items-center" role="menuitem"><a
                        target="_target"
                        href="https://www.xiaohongshu.com/user/profile/6343ec8000000000180295b6"
                        aria-label="Xiaohongshu"
                      ><span
                          class="iconfont text-2xl leading-none text-secondary-06 icon-filled-xiaohongshu"
                        ></span></a></li></ul></div><div class="text-secondary-06 mt-10 header-contact-info"></div></div></div></div></div></div></div></div></div><script>
  /* header scrolly start */
  var specialPage =
    window.location.pathname.endsWith("/") ||
    window.location.pathname.endsWith("/cn") ||
    window.location.pathname.endsWith("/zh") ||
    window.location.pathname.endsWith("/about-us") ||
    window.location.pathname.endsWith("/property-management");
  function scrollYHandler() {
    if (specialPage) {
      var header = document.querySelector(".comp-header");
      var logoBlack = header.querySelector(".logo-default .logo-black");
      var logoWhite = header.querySelector(".logo-default .logo-white");
      var contactUsBtn = header.querySelector(".contact-us-btn");
      // var menuBtn = header.querySelector(".icon-outline-menu");
      var menuIcon = header.querySelector(".menu-icon");
      var menuIconWhite = header.querySelector(".menu-icon-white");
      var savedItemsBtn = header.querySelector(".saved-items-btn");
      var y = window.scrollY;
      if (y != 0) {
        header.classList.remove("header-transparent");
        logoBlack.classList.remove("hidden");
        logoWhite.classList.add("hidden");
        contactUsBtn.classList.remove("border-secondary-06");
        menuIcon.classList.remove("hidden");
        menuIconWhite.classList.add("hidden");
        // menuBtn.classList.remove("text-secondary-06");
        savedItemsBtn.removeAttribute("dark");
      } else {
        header.classList.add("header-transparent");
        logoBlack.classList.add("hidden");
        logoWhite.classList.remove("hidden");
        contactUsBtn.classList.add("border-secondary-06");
        menuIcon.classList.add("hidden");
        menuIconWhite.classList.remove("hidden");
        // menuBtn.classList.add("text-secondary-06");
        savedItemsBtn.setAttribute("dark", true);
      }
    }
  }
  function init() {
    var header = document.querySelector(".comp-header");
    var root = document.querySelector("#dcms-component-root");
    if (specialPage) {
      header.classList.add("header-transparent");
      root.classList.add("offset");
      scrollYHandler();
    }
  }
  window.addEventListener("load", init);
  window.addEventListener("scroll", scrollYHandler);
  /* header scrolly end */

  /* preference list start*/

  /* helper utils start */
  var docCookies = {
    getItem: function (sKey) {
      return (
        decodeURIComponent(
          document.cookie.replace(
            new RegExp(
              "(?:(?:^|.*;)\\s*" + encodeURIComponent(sKey).replace(/[-.+*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$",
            ),
            "$1",
          ),
        ) || null
      );
    },
    setItem: function (sKey, sValue, vEnd, sPath, sDomain, bSecure) {
      if (!sKey || /^(?:expires|max\-age|path|domain|secure)$/i.test(sKey)) {
        return false;
      }
      var sExpires = "";
      if (vEnd) {
        switch (vEnd.constructor) {
          case Number:
            sExpires = vEnd === Infinity ? "; expires=Fri, 31 Dec 9999 23:59:59 GMT" : "; max-age=" + vEnd;
            break;
          case String:
            sExpires = "; expires=" + vEnd;
            break;
          case Date:
            sExpires = "; expires=" + vEnd.toUTCString();
            break;
        }
      }
      document.cookie =
        encodeURIComponent(sKey) +
        "=" +
        encodeURIComponent(sValue) +
        sExpires +
        (sDomain ? "; domain=" + sDomain : "") +
        (sPath ? "; path=" + sPath : "") +
        (bSecure ? "; secure" : "");
      return true;
    },
    // removeItem: function (sKey, sPath, sDomain) {
    //   if (!sKey || !this.hasItem(sKey)) {
    //     return false;
    //   }
    //   document.cookie =
    //     encodeURIComponent(sKey) +
    //     "=; expires=Thu, 01 Jan 1970 00:00:00 GMT" +
    //     (sDomain ? "; domain=" + sDomain : "") +
    //     (sPath ? "; path=" + sPath : "");
    //   return true;
    // },
    // hasItem: function (sKey) {
    //   return new RegExp("(?:^|;\\s*)" + encodeURIComponent(sKey).replace(/[-.+*]/g, "\\$&") + "\\s*\\=").test(
    //     document.cookie,
    //   );
    // },
    // keys: /* optional method: you can safely remove it! */ function () {
    //   var aKeys = document.cookie
    //     .replace(/((?:^|\s*;)[^\=]+)(?=;|$)|^\s*|\s*(?:\=[^;]*)?(?:\1|$)/g, "")
    //     .split(/\s*(?:\=[^;]*)?;\s*/);
    //   for (var nIdx = 0; nIdx < aKeys.length; nIdx++) {
    //     aKeys[nIdx] = decodeURIComponent(aKeys[nIdx]);
    //   }
    //   return aKeys;
    // },
  };
  var timer = null;
  var currentLanguage = getCurrentLanguage();
  window.currentLanguage = currentLanguage;
  function makeSureI18n(cb) {
    var str = window.localStorage.getItem("ms_i18n_table");
    if (!str || !str.length) {
      clearTimeout(timer);
      timer = null;
      timer = setTimeout(() => {
        makeSureI18n(cb);
      }, 200);
    } else {
      const data = JSON.parse(str)?.data[currentLanguage] || [];
      if (!data.length) {
        clearTimeout(timer);
        timer = null;
        timer = setTimeout(() => {
          makeSureI18n(cb);
        }, 200);
      } else {
        var language = getI18n(currentLanguage, currentLanguage);
        const currentMeasure = "Square Foot";
        var measure = getI18n(currentMeasure + "4", currentLanguage);
        const currentCurrency = "HKD";
        var currency = getI18n(currentCurrency, currentLanguage);
        if (!currentLanguage || !language || !measure || !currency) {
          clearTimeout(timer);
          timer = null;
          timer = setTimeout(() => {
            makeSureI18n(cb);
          }, 200);
        } else {
          cb && cb();
        }
      }
    }
  }
  function getI18n(key, currentLanguage) {
    const data = JSON.parse(window.localStorage.getItem("ms_i18n_table"))?.data[currentLanguage] || [];
    const item = data.find((item) => item.key === key);
    return item?.value;
  }
  function getQueryVariable(variable) {
    const reg = new RegExp("(^|&)" + variable + "=([^&]*)(&|$)");
    const r = window.location.search.substr(1).match(reg);
    if (r != null) {
      return encodeURIComponent(r[2]);
    }
    return null;
  }
  /* helper utils end */

  /* language start */
  function getCurrentLanguage() {
    const pathname = window.location.pathname;
    const match = pathname.match(/\/(en|cn|zh)/);
    if (match && match[1]) {
      return match[1];
    }
    return docCookies.getItem("defaultLanguage") ? decodeURIComponent(docCookies.getItem("defaultLanguage")) : "en";
  }

  function updatePreferenceLang(obj) {
    var language = obj.getAttribute("value");
    if (currentLanguage !== language) {
      const pathname = window.location.pathname.replace(/^\/(en|cn|zh)/, "");
      window.location.pathname = language + pathname;
    }
  }
  /* language end */

  /* measure start */
  const defaultMeasure = "Square Foot";
  function getCurrentMeasureUnit() {
    return docCookies.getItem("sessionScopeMeasureUnit")
      ? decodeURIComponent(docCookies.getItem("sessionScopeMeasureUnit"))
      : defaultMeasure;
  }

  function updatePreferenceMeasure(obj) {
    var measure = obj.getAttribute("value");
    if (!window.$globalStore.editMode) {
      window.dcmsEditorClientEmitter?.changeThemeMeasure(measure);
      window.localStorage.setItem("measure_unit", measure);
    }
    if (getQueryVariable("mode") === "preview") {
      localStorage.setItem("measure", measure);
      const url = replaceUrlParam("measure", measure);
      window.location.href = url;
    }
    docCookies.setItem("sessionScopeMeasureUnit", measure);
    window.location.reload();
  }
  /* measure end */

  /* currency start */
  const defaultCurrency = "HKD";
  function getCurrentCurrency() {
    return docCookies.getItem("sessionScopeCurrency")
      ? decodeURIComponent(docCookies.getItem("sessionScopeCurrency"))
      : defaultCurrency;
  }

  function updatePreferenceCurrency(obj) {
    var currency = obj.getAttribute("value");
    if (!window.$globalStore.editMode) {
      window.dcmsEditorClientEmitter?.changeThemeCurrency(currency);
      window.localStorage.setItem("currency", currency);
    }
    if (getQueryVariable("mode") === "preview") {
      localStorage.setItem("currency", currency);
      const url = replaceUrlParam("currency", currency);
      window.location.href = url;
    }
    docCookies.setItem("sessionScopeCurrency", currency);
    window.location.reload();
  }
  /* currency end */

  function initPreferenceList() {
    var language = getI18n(currentLanguage, currentLanguage);
    var currentLanguageElm = document.querySelectorAll(".preference-list .current-language");
    for (const langElm of currentLanguageElm) {
      langElm.innerText = language;
    }

    // var languagePrefItems = document.querySelectorAll(".current-language-wrap .preference-item");
    // for (var i = 0; i < languagePrefItems.length; i++) {
    //   var item = languagePrefItems[i];
    //   if (item.getAttribute("value") == currentLanguage) {
    //     item.classList.add("bg-secondary-05");
    //   }
    // }

    const currentMeasure = getCurrentMeasureUnit();
    var measure = getI18n(currentMeasure + "4", currentLanguage);
    var currentMeasureElm = document.querySelectorAll(".preference-list .current-measure");
    for (const measureElm of currentMeasureElm) {
      measureElm.innerText = measure;
    }

    // var measurePrefItems = document.querySelectorAll(".current-measure-wrap .preference-item");
    // for (var i = 0; i < measurePrefItems.length; i++) {
    //   var item = measurePrefItems[i];
    //   if (item.getAttribute("value") == currentMeasure) {
    //     item.classList.add("bg-secondary-05");
    //   }
    // }

    const currentCurrency = getCurrentCurrency();
    var currency = getI18n(currentCurrency, currentLanguage);
    var currentCurrencyElm = document.querySelectorAll(".preference-list .current-currency");
    for (const currencyElm of currentCurrencyElm) {
      currencyElm.innerText = currency;
    }

    // var currencyPrefItems = document.querySelectorAll(".current-currency-wrap .preference-item");
    // for (var i = 0; i < currencyPrefItems.length; i++) {
    //   var item = currencyPrefItems[i];
    //   if (item.getAttribute("value") == currentCurrency) {
    //     item.classList.add("bg-secondary-05");
    //   }
    // }
  }
  window.addEventListener("load", makeSureI18n(initPreferenceList));
  /* preference list end*/

  /* popup menus start */
  var popupMenusShow = false;
  function setShow() {
    var popupMenusWrap = document.querySelector(".popup-menus-wrap");
    popupMenusShow = !popupMenusShow;
    if (popupMenusShow) {
      document.body.style.overflow = "hidden";
      popupMenusWrap.style.left = "";
    } else {
      document.body.style.overflow = "auto";
      popupMenusWrap.style.left = "100%";
    }
  }
  function setActiveMenu(menu) {
    var hasChild = menu.getAttribute("has-child");
    var ul = document.querySelector(".popup-menus-ul");
    var allMenus = document.querySelectorAll(".popup-menus-ul>li");
    var status = menu.classList.contains("active");
    if (status && hasChild == "true") {
      menu.classList.remove("active");
    }
    if (!status) {
      for (var i = 0; i < allMenus.length; i++) {
        if (allMenus[i] == menu) {
          allMenus[i].classList.add("active");
        } else {
          allMenus[i].classList.remove("active");
        }
      }
      ul.classList.add("active");
    }
  }
  function initActiveMenu(menuName) {
    var ul = document.querySelector(menuName);
    var allMenus = document.querySelectorAll(menuName + ">li");
    var linkArr = [];
    var pathname = window.location.pathname;
    var locationSearch = window.location.search;
    for (var menu of allMenus) {
      var tem = [];
      menu.querySelectorAll("a").forEach((link) => {
        tem.push(link.getAttribute("href"));
      });
      linkArr.push(tem);
      // var status = menu.classList.contains("active");
      // if (status) {
      //   ul.classList.add("active");
      //   break;
      // }
    }
    var indexLink = 0;
    for (var link of linkArr) {
      for (var l of link) {
        if (pathname.endsWith(l) || (pathname + locationSearch).endsWith(l)) {
          if (!allMenus[indexLink].classList.contains("active")) {
            allMenus[indexLink].classList.add("active");
          }
          break;
        }
      }
      indexLink += 1;
    }
  }
  initActiveMenu(".popup-menus-ul");
  initActiveMenu(".main-menus-ul");
  /* popup menus end */
</script><style class="theme-page-style">
    :root {
      --page_margin_value: 0px;
      --page_margin_top: 0px;
      --page_margin_right: 0px;
      --page_margin_bottom: 0px;
      --page_margin_left: 0px;
      --page_padding_value: 0px;
      --page_padding_top: 0px;
      --page_padding_right: 0px;
      --page_padding_bottom: 0px;
      --page_padding_left: 0px;
      --page_background_color: #fff;
      --page_background_image: url();
      --page_background_repeat: no-repeat;
    }

    .dcms-page-container {
      /* prettier-ignore */
      margin: var(--page_margin_value);
      /* prettier-ignore */
      padding: var(--page_padding_value);
    }

    .dcms-page-background {
      /* prettier-ignore */
      background-color: transparent;
      /* prettier-ignore */
      background-image: none;
      background-repeat: var(--page_background_repeat);
    }

    .dcms-page-header {
      display: block;
    }

    .dcms-page-footer {
      display: block;
    }
  </style><div id="dcms-component-root"><div
    class="theme-component theme-component-residential-listing-filter com-residential-listing-filter common-filter-bg relative"
    theme-component-id="69A82383DB194DF8BC730B808AB8F74E"
  ><div v-scope><ms-search-bar
        page-type="RESIDENTIAL_LISTING_LIST_SALE_PAGE"
        filter-type="rlp"
        result-page="search-page"
        search-page-link="/cn/search"
        residential-listing-for-sale-page-link="/cn/residential/for-sale"
        residential-listing-for-rent-page-link="/cn/residential/for-rent"
        residential-listing-for-sold-page-link="/cn/residential/sold"
        residential-listing-for-leased-page-link="/cn/residential/leased"
        residential-property-page-link="/cn"
        commercial-listing-for-sale-page-link="/cn/commercial/for-sale"
        commercial-listing-for-rent-page-link="/cn/commercial/for-rent"
        commercial-property-page-link="/cn"
        placeholder="关键词 / 房产编号"
        :listing-type='[
          { key: &quot;Purchase&quot;, value: &quot;买房&quot; },
          { key: &quot;Rental&quot;, value: &quot;租房&quot; },
          { key: &quot;Sold&quot;, value: &quot;已售&quot; },
          { key: &quot;Leased&quot;, value: &quot;租用&quot; }
        ]'
        :bedrooms='[
          { key: &quot;0&quot;, sole: true, value: &quot;工作室&quot; },
          { key: &quot;1&quot;, value: &quot;1+&quot; },
          { key: &quot;2&quot;, value: &quot;2+&quot; },
          { key: &quot;3&quot;, value: &quot;3+&quot; },
          { key: &quot;4&quot;, value: &quot;4+&quot; },
          { key: &quot;5&quot;, value: &quot;5+&quot; }
        ]'
        :query-params="{&quot;listingQueryType&quot;:&quot;Purchase&quot;,&quot;listingType&quot;:&quot;Purchase&quot;}"
        :raw-settings="{&quot;basic&quot;:{&quot;layoutWidth&quot;:&quot;CONTENT&quot;},&quot;search&quot;:{&quot;filterType&quot;:&quot;rlp&quot;,&quot;resultPage&quot;:&quot;search-page&quot;,&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;advanced&quot;:{&quot;style&quot;:&quot;&quot;,&quot;classNames&quot;:&quot;&quot;}}"
        :facilities="null"
        :property-types="[{&quot;key&quot;:&quot;a06RA00000nxsHwYAI&quot;,&quot;value&quot;:&quot;House&quot;},{&quot;key&quot;:&quot;a06RA000011de6BYAQ&quot;,&quot;value&quot;:&quot;Triplex&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDIYA4&quot;,&quot;value&quot;:&quot;Apartment&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDUYA4&quot;,&quot;value&quot;:&quot;Penthouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDZYA4&quot;,&quot;value&quot;:&quot;BlockOfUnits&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDLYA4&quot;,&quot;value&quot;:&quot;Duplex&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDPYA4&quot;,&quot;value&quot;:&quot;Commercial&quot;},{&quot;key&quot;:&quot;a06RA00000txqsqYAA&quot;,&quot;value&quot;:&quot;Commercial Farming&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDTYA4&quot;,&quot;value&quot;:&quot;Acreage&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDKYA4&quot;,&quot;value&quot;:&quot;Flat&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDNYA4&quot;,&quot;value&quot;:&quot;Townhouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDQYA4&quot;,&quot;value&quot;:&quot;Serviced Apartment&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDRYA4&quot;,&quot;value&quot;:&quot;House Freestanding (Do Not Use)&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDXYA4&quot;,&quot;value&quot;:&quot;Industrial Building&quot;},{&quot;key&quot;:&quot;a06RA00000tyg1VYAQ&quot;,&quot;value&quot;:&quot;Land/Development&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDHYA4&quot;,&quot;value&quot;:&quot;Low-rise&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDJYA4&quot;,&quot;value&quot;:&quot;Mid-rise&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDMYA4&quot;,&quot;value&quot;:&quot;Whole Building&quot;},{&quot;key&quot;:&quot;a06RA00000tyh7FYAQ&quot;,&quot;value&quot;:&quot;Retail&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDOYA4&quot;,&quot;value&quot;:&quot;ServicedApartment&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDYYA4&quot;,&quot;value&quot;:&quot;Shop&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDSYA4&quot;,&quot;value&quot;:&quot;Studio&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDVYA4&quot;,&quot;value&quot;:&quot;Terrace&quot;},{&quot;key&quot;:&quot;a06RA00000nxsHvYAI&quot;,&quot;value&quot;:&quot;Unit&quot;},{&quot;key&quot;:&quot;a06RA00000nxrNTYAY&quot;,&quot;value&quot;:&quot;Villa&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDWYA4&quot;,&quot;value&quot;:&quot;Village House&quot;},{&quot;key&quot;:&quot;a06RA00000tyhGvYAI&quot;,&quot;value&quot;:&quot;Warehouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDFYA4&quot;,&quot;value&quot;:&quot;Warehouse Conversion&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDGYA4&quot;,&quot;value&quot;:&quot;high-rise&quot;}]"
        :features="[{&quot;key&quot;:&quot;a06RA00000o9WK1YAM&quot;,&quot;value&quot;:&quot;阳台/平台&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps6YAE&quot;,&quot;value&quot;:&quot;花园&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps7YAE&quot;,&quot;value&quot;:&quot;公司股权转让&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps8YAE&quot;,&quot;value&quot;:&quot;私人泳池&quot;},{&quot;key&quot;:&quot;a06RA00000o9PsDYAU&quot;,&quot;value&quot;:&quot;法拍房&quot;},{&quot;key&quot;:&quot;a06RA00000o9WK5YAM&quot;,&quot;value&quot;:&quot;健身房&quot;},{&quot;key&quot;:&quot;a06RA00000o9WK8YAM&quot;,&quot;value&quot;:&quot;网球场&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKCYA2&quot;,&quot;value&quot;:&quot;公共泳池&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKEYA2&quot;,&quot;value&quot;:&quot;电动汽车充电桩&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKIYA2&quot;,&quot;value&quot;:&quot;可养宠物&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKJYA2&quot;,&quot;value&quot;:&quot;私家天台&quot;},{&quot;key&quot;:&quot;CARPARK&quot;,&quot;value&quot;:&quot;CarPark&quot;}]"
        :developer="null"
        :unit-views="[{&quot;key&quot;:&quot;a06RA00000r6aS5YAI&quot;,&quot;value&quot;:&quot;Open View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS6YAI&quot;,&quot;value&quot;:&quot;Mountain View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS7YAI&quot;,&quot;value&quot;:&quot;City View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS8YAI&quot;,&quot;value&quot;:&quot;Racecourse View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS9YAI&quot;,&quot;value&quot;:&quot;Sea View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSAYAY&quot;,&quot;value&quot;:&quot;Garden View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSBYAY&quot;,&quot;value&quot;:&quot;Building View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSCYAY&quot;,&quot;value&quot;:&quot;River View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSDYAY&quot;,&quot;value&quot;:&quot;Court View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSEYAY&quot;,&quot;value&quot;:&quot;Pool View&quot;},{&quot;key&quot;:&quot;a06RA00000xXMZIYA4&quot;,&quot;value&quot;:&quot;Harbour View&quot;}]"
        :all-locations="[{&quot;friendlyUrl&quot;:&quot;hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;香港岛&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;南区&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/aberdeen&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLC2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;香港仔&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/ap-lei-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLD2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;鸭脷洲&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/chung-hom-kok&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLE2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;舂坎角&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/deep-water-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLF2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;深水湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/redhill-peninsula&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLG2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;红山半岛&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/repulse-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLH2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;浅水湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/shek-o&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLI2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;石澳&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/shouson-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLJ2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;寿臣山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/south-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLK2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;南湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;赤柱&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/tai-tam&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLM2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;大潭&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/wong-chuk-hang&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLO2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;黄竹坑&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/tin-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLN2A5&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;田湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7E92AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;山顶&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/peak/the-peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9Sr2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;山顶&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7E92AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;半山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yE2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;中半山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-east&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yF2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;东半山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-north&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yG2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;北半山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yH2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;西半山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yD2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;半山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;西区&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/kennedy-town&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mD2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;坚尼地城&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/pok-fu-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mE2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;薄扶林&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sai-ying-pun&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mG2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;西营盘&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sheung-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mI2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;上环&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/shek-tong-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mH2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;石塘咀&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sai-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mF2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;西环&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;港岛中&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/admiralty&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gf2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;金钟&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/causeway-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gg2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;铜锣湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gh2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;中环&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/happy-valley&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gi2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;跑马地&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/jardine-s-lookout&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gj2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;渣甸山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/soho&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gk2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;苏豪&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/wan-chai&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gl2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;湾仔&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;东区&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/chai-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wn2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;柴湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/north-point&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wq2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;北角&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/quarry-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Ws2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;鲗鱼涌&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/tai-hang&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wv2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;大坑&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/tin-hau&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wx2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;天后&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/fortress-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wo2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;炮台山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/heng-fa-chuen&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wp2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;杏花邨&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/north-point-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wr2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;北角山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/sai-wan-ho&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wt2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;西湾河&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/shau-kei-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wu2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;筲箕湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/taikoo-shing&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Ww2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;太古城&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]}]}]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;九龙&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ5ib2AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/ho-man-tin&quot;,&quot;id&quot;:&quot;a0IRA00000JJBss2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;何文田&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kai-tak&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsw2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;启德&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-station&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsz2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;九龙站&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-tong&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt02AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;九龙塘&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tsim-sha-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt52AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;尖沙咀&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/jordan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsu2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Jordan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tsuen-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt62AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;荃湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/hung-hom&quot;,&quot;id&quot;:&quot;a0IRA00000JJBst2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;紅磡&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/prince-edward&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt22AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;太子&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/yau-ma-tei&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt72AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;油麻地&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/yau-yat-chuen&quot;,&quot;id&quot;:&quot;a0IRA00000LEqlp2AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Yau Yat Chuen&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-city&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsy2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;九龙城&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/cheung-sha-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsr2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;长沙湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/shek-kip-mei&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt32AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;石硖尾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/mong-kok&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt12AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;旺角&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsx2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;九龙&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kadoorie-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsv2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;加多利山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tai-kok-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt42AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;大角咀&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/west-kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000Mu0QT2AZ&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;西九龙&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;新界&quot;,&quot;parentId&quot;:&quot;a0IRA00000JIrfl2AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/clear-water-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLt2AP&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;清水湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sai-kung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLy2AP&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;西贡&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/gold-coast&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLu2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;黄金海岸&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kwu-tung-south&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLw2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;古洞南&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kwu-tung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLv2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;古洞&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-po&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM22AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;大埔&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tuen-mun&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM52AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;屯门&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/so-kwun-wat&quot;,&quot;id&quot;:&quot;a0IRA00000LEqc92AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;So Kwun Wat&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/fanling&quot;,&quot;id&quot;:&quot;a0IRA00000LEogo2AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Fanling&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sai-kung-country-park&quot;,&quot;id&quot;:&quot;a0IRA00000LEqKQ2A1&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sai Kung Country Park&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM12AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;大榄&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tseung-kwan-o&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM42AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;将军澳&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sheung-shui&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM02AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;上水&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/shatin&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLz2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;沙田&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/new-territories&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLx2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;新界&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-wai&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM32AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;大围&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/yuen-long&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM62AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;元朗&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kau-to-shan&quot;,&quot;id&quot;:&quot;a0IRA00000PvxjJ2AR&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;九肚山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;离岛&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ5c92AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/lantau-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdg2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;大屿山&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/midvale-village-discovery-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdi2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;愉景湾中谷村&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/south-lantau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdk2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;南大屿&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/south-lantau-coast&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdl2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;南大屿海岸&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/lamma-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdf2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;南丫岛&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/peng-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdj2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;坪洲&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/tung-chung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdm2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;东涌&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/ma-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdh2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;马湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/discovery-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCde2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;愉景湾&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/cheung-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdd2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;长洲&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]}]}]"
        :min-size-options="[{&quot;key&quot;:&quot;400&quot;,&quot;value&quot;:&quot;400SF&quot;},{&quot;key&quot;:&quot;600&quot;,&quot;value&quot;:&quot;600SF&quot;},{&quot;key&quot;:&quot;800&quot;,&quot;value&quot;:&quot;800SF&quot;},{&quot;key&quot;:&quot;1000&quot;,&quot;value&quot;:&quot;1000SF&quot;},{&quot;key&quot;:&quot;1200&quot;,&quot;value&quot;:&quot;1300SF&quot;},{&quot;key&quot;:&quot;1400&quot;,&quot;value&quot;:&quot;1400SF&quot;},{&quot;key&quot;:&quot;1600&quot;,&quot;value&quot;:&quot;1600SF&quot;},{&quot;key&quot;:&quot;1800&quot;,&quot;value&quot;:&quot;1800SF&quot;},{&quot;key&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000SF&quot;},{&quot;key&quot;:&quot;2500&quot;,&quot;value&quot;:&quot;2500SF&quot;}]"
        :max-size-options="[{&quot;key&quot;:&quot;600&quot;,&quot;value&quot;:&quot;600SF&quot;},{&quot;key&quot;:&quot;800&quot;,&quot;value&quot;:&quot;800SF&quot;},{&quot;key&quot;:&quot;1000&quot;,&quot;value&quot;:&quot;1000SF&quot;},{&quot;key&quot;:&quot;1200&quot;,&quot;value&quot;:&quot;1300SF&quot;},{&quot;key&quot;:&quot;1400&quot;,&quot;value&quot;:&quot;1400SF&quot;},{&quot;key&quot;:&quot;1600&quot;,&quot;value&quot;:&quot;1600SF&quot;},{&quot;key&quot;:&quot;1800&quot;,&quot;value&quot;:&quot;1800SF&quot;},{&quot;key&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000SF&quot;},{&quot;key&quot;:&quot;2500&quot;,&quot;value&quot;:&quot;2500SF&quot;},{&quot;key&quot;:&quot;3000&quot;,&quot;value&quot;:&quot;3000SF&quot;}]"
        :collection="[{&quot;key&quot;:&quot;a06RA00000o9WKKYA2&quot;,&quot;value&quot;:&quot;Below Bank Valuation&quot;},{&quot;key&quot;:&quot;a06RA00000soYyjYAE&quot;,&quot;value&quot;:&quot;Family Enclaves&quot;},{&quot;key&quot;:&quot;a06RA00000soecgYAA&quot;,&quot;value&quot;:&quot;By The Water&quot;},{&quot;key&quot;:&quot;a06RA00000sonBJYAY&quot;,&quot;value&quot;:&quot;High Yield Investment&quot;},{&quot;key&quot;:&quot;a06RA00000o9PsDYAU&quot;,&quot;value&quot;:&quot;法拍房&quot;},{&quot;key&quot;:&quot;SOLE_AGENCY&quot;,&quot;value&quot;:&quot;Sole Agency&quot;},{&quot;key&quot;:&quot;BRAND_NEW_DEVELOPMENT&quot;,&quot;value&quot;:&quot;Brand New Development&quot;}]"
      ></ms-search-bar></div></div><div
  class="theme-component theme-component-page-listing-list com-page-listing-list"
  theme-component-id="8BC45DB8F1884AD0B2CA7D15D1020010"
><div class="md:mb-20 page-listing-list-container"><div
      class="listing-intro-container text-secondary-01 py-[30px] px-[30px] text-center mx-auto"
      style="max-width: 1000px"
    ><h1
        class="text-3xl md:text-5xl font-headFont font-normal mb-0"
        data-dcms-texteditor="true"
        data-dcms-settingkey="/basic/heading"
      ><h1 class="text-3xl md:text-5xl font-headFont font-normal mb-0"> 香港待售豪宅及特色房产 </h1></h1><div><div class="hidden lg:block" id="more" style="display: none"><div
            class="mt-[26px] text-lg"
            data-dcms-richeditor="true"
            data-dcms-settingkey="/basic/description"
          ><h2 class="" style="font-size: 1.875rem; line-height: 2.25rem; font-weight: bold;">从都市公寓到奢华府邸</h2><p>无论是优化资产配置，还是寻找梦想家园，置业始终是人生重要的里程碑。面对香港瞬息万变的豪宅市场，机遇与挑战并存，因此与经验丰富的专业顾问合作显得尤为关键。</p><p>Habitat Property 凭借对设计美学及奢华品味的敏锐触觉，为尊贵客户精心策划并呈献一系列香港独特且独具匠心的豪宅及特色房产。我们现拥有超过 1,000 套优质房源，范围涵盖市区豪宅到独栋别墅。我们致力于为您量身匹配最理想的居所，确保您在置业路上做出最明智的决策。</p><h2 style="margin-top: 18px; font-size: 1.875rem; line-height: 2.25rem; font-weight: bold;" class="">香港黄金地段：极致生活版图</h2><p style="margin-top: 18px; margin-bottom: 18px;"><a style="text-decoration-line: underline; color: black;" href="https://www.habitat-property.com/cn/listing/for-sale/hong-kong-island/south" title="港岛南区"> 港岛南区 </a> &nbsp; |&nbsp; <a style="text-decoration-line: underline; color: black;" href="https://www.habitat-property.com/cn/listing/for-sale/hong-kong-island/south/repulse-bay" title="浅水湾"> 浅水湾 </a> &nbsp; |&nbsp; <a style="text-decoration-line: underline; color: black;" href="https://www.habitat-property.com/cn/listing/for-sale/hong-kong-island/south/stanley" title="赤柱"> 赤柱 </a></p><p style="margin-top: 18px; margin-bottom: 18px;"><a style="text-decoration-line: underline; color: black;" href="https://www.habitat-property.com/cn/listing/for-sale/hong-kong-island/mid-levels/mid-levels-central" title="中半山"> 中半山 </a> &nbsp; |&nbsp; <a style="text-decoration-line: underline; color: black;" href="https://www.habitat-property.com/cn/listing/for-sale/hong-kong-island/peak" title="山顶"> 山顶 </a> &nbsp;|&nbsp; <a style="text-decoration-line: underline; color: black;" href="https://www.habitat-property.com/cn/listing/for-sale/hong-kong-island/west/pok-fu-lam" title="薄扶林"> 薄扶林 </a></p><p>我们代理的尊贵豪宅及特色房产，专注于 <span><span> 香港最备受推崇的顶级地段。</span></span></p><p><span class="" style="font-weight: bold;">南区滨海生活</span>：涵盖港岛南区大量优质大平层豪宅及独栋别墅，尤其集中于浅水湾、赤柱、大潭及红山等著名沿海区域。这些社区以其惬意舒适、邻近海滩的自然优势，成为追求宁静、高品质家庭生活的客户首选。</p><p style="margin-top: 18px;"><span class="" style="font-weight: bold;">核心都市魅力</span>：对于追求效率的专业人士及青年才俊，我们亦提供位于香港核心地段的房源，包括山顶、中半山、东区、西区以及其他九龙、新界等地。凭借优越地段及便捷交通网络，完美融合效率与品味。</p><h2 style="margin-top: 18px; font-size: 1.875rem; line-height: 2.25rem; font-weight: bold;" class="">轻松寻找理想房产</h2><p>我们深知要在成千上万的房源中寻找完美居所，过程往往冗长耗时。</p><p>在 Habitat Property，我们化繁为简，通过个性化搜索工具，彻底简化流程；同时提供详尽的筛选类别，包括：地段、预算、房间数量、实用面积及特色设施等，精准缩小搜索范围，轻松锁定理想居所。</p><p>此外，我们的专业地产顾问团队随时待命，为您提供香港地产市场的洞察分析及丰富房产知识，并精准匹配符合要求的房源选项。</p><h2 style="margin-top: 18px; font-size: 1.875rem; line-height: 2.25rem; font-weight: bold;" class="">锁定心仪房源，下一步该怎么做？</h2><p>将感兴趣的待售豪宅及特色房产随时加入您的收藏列表中，以便获取最新资讯及进行比较。</p><p>当您决定亲身看房时，只需通过留言或 WhatsApp 随时联系我们，Habitat 专业团队将尽快安排专属顾问，为您提供一对一专人服务。</p><p>从初步挑选到最终成交，我们承诺全程专人跟进，详细讲解在香港置业的完整流程、所需文件及其他程序，确保您的交易顺畅无忧。</p><p></p></div><button
            id="listing-intro-less-btn"
            style="margin-top: 18px; display: none"
            class="underline font-bold text-center text-lg w-full"
            onclick="showLess();"
          >阅读更少</button></div><button
          id="listing-intro-more-btn"
          class="underline font-bold text-center text-lg w-full mt-[26px]"
          onclick="showMore();"
        >阅读更多</button><script>
          function showMore() {
            let listingIntroLessBtn = document.querySelector("#listing-intro-less-btn");
            let listingIntroMoreBtn = document.querySelector("#listing-intro-more-btn");
            let moreInfo = document.querySelector("#more");
            let isHiddenMore = listingIntroLessBtn.style.display == "none";
            moreInfo.style.display = isHiddenMore ? "" : "none";
            listingIntroMoreBtn.style.display = isHiddenMore ? "none" : "";
            listingIntroLessBtn.style.display = isHiddenMore ? "block" : "none";
          }
          function showLess() {
            let listingIntroLessBtn = document.querySelector("#listing-intro-less-btn");
            let listingIntroMoreBtn = document.querySelector("#listing-intro-more-btn");
            let moreInfo = document.querySelector("#more");
            let isHiddenLess = listingIntroLessBtn.style.display == "none";
            moreInfo.style.display = isHiddenLess ? "" : "none";
            listingIntroMoreBtn.style.display = isHiddenLess ? "none" : "";
            listingIntroLessBtn.style.display = isHiddenLess ? "block" : "none";
          }
        </script></div></div><div
      class="container mx-auto container-auto"
    ><div class="mt-4 lg:mt-6 mx-4 md:mx-8"><div class="flex justify-between items-center text-container h-5"><h2 class="text-secondary-01 text-xs font-bold space-x-1 uppercase"><span>1372</span><span
            >物业</span></h2><div class="flex items-center"><div
              class="hidden lg:flex px-5 justify-between items-center text-sm gap-2 cursor-pointer clear-search-filter-wrap"
              onclick="window.clearAndFilter && window.clearAndFilter();"
              style="display: none"
            ><span class="iconfont icon-outline-close"></span><span class="border-b border-secondary-01">清除筛选</span></div><div class="flex items-center justify-between space-x-5"><div class="flex items-center sordOrder flex-shrink-0" v-scope><ms-dropdown><template #button="{ buttonClickHandler, active }"><button
                      class="ms-dropdown-button"
                      :class="active ? 'active' : ''"
                      type="button"
                      @click="buttonClickHandler($event)"
                    ><span>最新刊登</span><span class="flex items-center pointer-events-none"><span
                          class="iconfont text-secondary-01"
                          :class="active ? 'icon-outline-arrow-up' : 'icon-outline-arrow-down'"
                          role="img"
                          aria-label="down arrow"
                        ></span></span></button></template><template #content><ul class="ms-dropdown-options" role="menu"><li
                        class="ms-dropdown-option"
                        data-value="TIME_ASC"
                      ><a
                          href="/cn/listing/for-sale?page=0&amp;sortMode=TIME_ASC"
                          class="block"
                          >发布（由旧至新）</a
                        ></li><li
                        class="ms-dropdown-option active"
                        data-value="TIME_DESC"
                      ><a
                          href="/cn/listing/for-sale?page=0&amp;sortMode=TIME_DESC"
                          class="block"
                          >最新刊登</a
                        ></li><li
                        class="ms-dropdown-option"
                        data-value="PRICE_ASC"
                      ><a
                          href="/cn/listing/for-sale?page=0&amp;sortMode=PRICE_ASC"
                          class="block"
                          >价格（由低到高）</a
                        ></li><li
                        class="ms-dropdown-option"
                        data-value="PRICE_DESC"
                      ><a
                          href="/cn/listing/for-sale?page=0&amp;sortMode=PRICE_DESC"
                          class="block"
                          >价格（由高到低）</a
                        ></li><li
                        class="ms-dropdown-option"
                        data-value="SIZE_ASC"
                      ><a
                          href="/cn/listing/for-sale?page=0&amp;sortMode=SIZE_ASC"
                          class="block"
                          >面积（由小到大）</a
                        ></li><li
                        class="ms-dropdown-option"
                        data-value="SIZE_DESC"
                      ><a
                          href="/cn/listing/for-sale?page=0&amp;sortMode=SIZE_DESC"
                          class="block"
                          >面积（由大到小）</a
                        ></li></ul></template></ms-dropdown></div></div></div></div></div></div><div
      class="py-10 content container mx-auto container-auto"
    ><div
        class="mx-4 md:mx-8 grid-view"
      ><ul
          class="grid grid-cols-1 md:grid-cols-2 gap-8 lg:grid-cols-4"
        ><li class="col-span-1"><a
    href="/cn/listing/for-sale/pok-fu-lam/56-62-mount-davis-road-cape-mansions-blk-a-sysid009885-3q4a"
    data-menu-id="a0NRA00000HbqHO2AZ"
    data-item-id="a0NRA00000HbqHO2AZ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="翠海别墅"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b253914dd0c80b0fb9b906302017e145.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="翠海别墅"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1acc2288da94694326cc45714f39d758.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="翠海别墅"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/023e901e42eaa6b067b90758bf7c2c19.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="翠海别墅"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f96722cdb1e8074329a02b366e4e700f.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="翠海别墅"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/71a538cf668641faede368801341cf8e.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="翠海别墅"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c7d408ce953d5ca873ae9a2df62ca88a.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="翠海别墅"
          >翠海别墅</div><div
            class="location"
          ><span class="font-bold">摩星岭道</span><span class="font-bold">, 薄扶林</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1707.0"
                  area-unit="Square Foot"
                  measure-converted="1,707.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$37.8M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/pok-fu-lam/28-2-scenic-villa-drive-scenic-villas-sysid012246-7928"
    data-menu-id="a0NRA00000Hbs1R2AR"
    data-item-id="a0NRA00000Hbs1R2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="美景台"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5a00da504743e0dba34a9182090271cd.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="美景台"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3b9c78e5a72134677b584a5f3e1e4c71.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="美景台"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dadfb3846abb5260d15cb706779d7726.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="美景台"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3184c56d4bd9c09a6f5985e80d2ea412.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="美景台"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c8cbca5b71964ad19e68b4432d6cd7ad.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="美景台"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8183c996ead5a6f608b16ad82b93f616.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="美景台"
          >美景台</div><div
            class="location"
          ><span class="font-bold">美景径</span><span class="font-bold">, 薄扶林</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1963.0"
                  area-unit="Square Foot"
                  measure-converted="1,963.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$34.80M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-west/10-castle-lane-10-castle-lane-sysid005732-19932"
    data-menu-id="a0NRA00000HbmOy2AJ"
    data-item-id="a0NRA00000HbmOy2AJ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="卫城里10号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/54fb22c802c5c0fc10780d1cffd6cb4b.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="卫城里10号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/d14df41a2a4ad43d3b0f12f26f9b5bc6.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="卫城里10号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c1b9b279ec08987e6ca0ff11f35ef191.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="卫城里10号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/987d1f88cc1e0bd458da139a31554ecb.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="卫城里10号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e466dc70103e5ca2a704e007e2323263.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="卫城里10号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1e2ccfedff8244549bb717abdfc4bd97.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="卫城里10号"
          >卫城里10号</div><div
            class="location"
          ><span class="font-bold">卫城里</span><span class="font-bold">, 西半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="699.0"
                  area-unit="Square Foot"
                  measure-converted="699.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$16.00M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/tai-tam/11-tai-tam-road-tai-tam-garden-sysid014267-3qxa"
    data-menu-id="a0NRA00000Hbtmy2AB"
    data-item-id="a0NRA00000Hbtmy2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="大潭花园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c4445ed8f2bb6a6538e3021fbc229ae3.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="大潭花园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/ca05ec4a08f530d1dad23ff39e606b41.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="大潭花园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6837d4895492c6b58896555b53bb8bd5.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="大潭花园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/31f73ef9be796fa93fcb9479da68d161.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="大潭花园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/a2da8cc94eb3ed4ffedc723bb290079c.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="大潭花园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/091eef47db170d35ba8f3b1e59ee54eb.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="大潭花园"
          >大潭花园</div><div
            class="location"
          ><span class="font-bold">Tai Tam Road</span><span class="font-bold">, 大潭</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1891.0"
                  area-unit="Square Foot"
                  measure-converted="1,891.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$90.00M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-central/63-69-caine-road-cameo-court-sysid005635-244a"
    data-menu-id="a0NRA00000HbmIX2AZ"
    data-item-id="a0NRA00000HbmIX2AZ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="慧源阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/67b0f7335f8da84e491b74e963b97773.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="慧源阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0160090ac6be312c4f3b4bd075153ee6.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="慧源阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c359b9396bb4c337577bb4239d365ff3.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="慧源阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/dcc42ea5b55da8ae4c6d7d4e95771f53.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="慧源阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/9d37e981fabc18c3f41d10d0b439af3b.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="慧源阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c04edcd4761bfdd99452b0795e7ad23f.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="慧源阁"
          >慧源阁</div><div
            class="location"
          ><span class="font-bold">坚道</span><span class="font-bold">, 中半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="600.0"
                  area-unit="Square Foot"
                  measure-converted="600.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$13.8M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/stanley/90a-stanley-main-street-talloway-court-sysid013548-16668"
    data-menu-id="a0NRA00000HbaSq2AJ"
    data-item-id="a0NRA00000HbaSq2AJ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="德伟阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/800bfda31b3bb224d18f9047a9b81012-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="德伟阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d60f7d1c8049c9788bc80c25f62fc53f-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="德伟阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b7ceeccc4b7d688dadf351d453b83305-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="德伟阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2fbb1bbf8db67def4b7722e54e4c869c-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="德伟阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bdf99164265c243e2bad3ccb29cd825f-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="德伟阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/18a603f46bfcbea07acf97965584a274-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="德伟阁"
          >德伟阁</div><div
            class="location"
          ><span class="font-bold">赤柱大街</span><span class="font-bold">, 赤柱</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="414.0"
                  area-unit="Square Foot"
                  measure-converted="414.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$12.80M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/repulse-bay/88-tai-tam-reservoir-road-hong-kong-parkview-twr-8-sysid042648-yb9w"
    data-menu-id="a0NRA00000Jer1T2AR"
    data-item-id="a0NRA00000Jer1T2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="阳明山庄"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/cb7dbcf67933d3ac2e4854f8b7e48e27-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="阳明山庄"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c3292cafae25a79aeaac22bc8e3212e6-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="阳明山庄"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51e1947482be1e688e28394a04a4d252-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="阳明山庄"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/560be660e9880a82bf59301761228fc7-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="阳明山庄"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/92a9e0e0e6b5eea0a8ed190fa600ae3e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="阳明山庄"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ece65b6fc6f37afc4cbe98e7cf60ea73-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="阳明山庄"
          >阳明山庄</div><div
            class="location"
          ><span class="font-bold">大潭水塘道</span><span class="font-bold">, 浅水湾</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1886.0"
                  area-unit="Square Foot"
                  measure-converted="1,886.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$45M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-west/80-robinson-road-80-robinson-road-sysid046685-5731"
    data-menu-id="a0NRA00000LZwjO2AT"
    data-item-id="a0NRA00000LZwjO2AT"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="罗便臣道80号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5fe9e88bd2d8efc079f6bca6b3cc0a4b-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="罗便臣道80号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/61cbff26818c58aeb095ae8cec4f3b6e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="罗便臣道80号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6ad348bfd4561670a882c52f58e2ebbe-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="罗便臣道80号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/15472921748e67d52a68e6ab86c16fae-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="罗便臣道80号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5fce1f29ebf381dbfe2843e5fc686c42-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="罗便臣道80号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bc95d08d2258b656b5aa7016bfd384b5-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="罗便臣道80号"
          >罗便臣道80号</div><div
            class="location"
          ><span class="font-bold">罗便臣道</span><span class="font-bold">, 西半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1058.0"
                  area-unit="Square Foot"
                  measure-converted="1,058.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$29.5M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-west/49-conduit-road-skyview-cliff-sysid006152-8010"
    data-menu-id="a0NRA00000Hbb5I2AR"
    data-item-id="a0NRA00000Hbb5I2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="华庭阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7afcb624235bcd67944f5317389f3bb8.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="华庭阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0fcdf09621edf9b570fd23c04a7a42d9.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="华庭阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f58cc56ec8b7a18f70f73a16d383f936.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="华庭阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a92e3d00376725bb929c0d014ca61fde.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="华庭阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/08c8bd191beddf33ddf2087448cd9fab.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="华庭阁"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/33360286f23cc7bdffd4ba1f451dad52.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="华庭阁"
          >华庭阁</div><div
            class="location"
          ><span class="font-bold">干德道</span><span class="font-bold">, 西半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="805.0"
                  area-unit="Square Foot"
                  measure-converted="805.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$14.8M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/stanley/43-stanley-village-road-43-stanley-village-road-sysid013622-12162"
    data-menu-id="a0NRA00000HbJYO2A3"
    data-item-id="a0NRA00000HbJYO2A3"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="赤柱村道43号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d26be2c01bdec109cb1f35df330657c1.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="赤柱村道43号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4079f35e484538ee6a1c002e70100cca.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="赤柱村道43号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a6e2fca5c084a1ccb7897bf07a9902c0.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="赤柱村道43号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/53c4e67cfc9bf79a6edb256a34fb1f6a.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="赤柱村道43号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/02abed10df849966183db415207a956a.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="赤柱村道43号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a6d87b347c104a737578f0a72114548b.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="赤柱村道43号"
          >赤柱村道43号</div><div
            class="location"
          ><span class="font-bold">赤柱村道</span><span class="font-bold">, 赤柱</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1275.0"
                  area-unit="Square Foot"
                  measure-converted="1,275.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$30M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/stanley/8-stanley-mound-road-parisian-sysid013586-15039"
    data-menu-id="a0NRA00000Hbt4L2AR"
    data-item-id="a0NRA00000Hbt4L2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="海宁雅舍"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ae2a9db21cabaf1a50ea939a391266d8.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="海宁雅舍"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3b14bb751fb063a817c218455afba899.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="海宁雅舍"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/66b9beeacaf4fffe3e144e5becaca22b.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="海宁雅舍"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0fca015cf4cb48ec0aeb6331e5d16259.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="海宁雅舍"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6e5f5f331b7be6a8c468c49bb960b617.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="海宁雅舍"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9051703055c4aa02f6f8acea00e142ef.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="海宁雅舍"
          >海宁雅舍</div><div
            class="location"
          ><span class="font-bold">赤柱岗道</span><span class="font-bold">, 赤柱</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1353.0"
                  area-unit="Square Foot"
                  measure-converted="1,353.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$24M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/tai-tam/38-tai-tam-road-pacific-view-twr-1-sysid014222-16316"
    data-menu-id="a0NRA00000Hbtlb2AB"
    data-item-id="a0NRA00000Hbtlb2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/514f1991b66a2c714bc43c021f56f884.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0a05690de180faa4be07f50159b78833.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2ee24d05eff8b16987cb6e8576187974.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5283ceb202b4f03faccc9b2673692d2f.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d615f2c3b2e47c73abaf1203ae69cbda.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d833c044856253bc8ee0a58eb89420e4.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="浪琴园"
          >浪琴园</div><div
            class="location"
          ><span class="font-bold">大潭道</span><span class="font-bold">, 大潭</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1397.0"
                  area-unit="Square Foot"
                  measure-converted="1,397.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$31.5M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/tai-tam/38-tai-tam-road-pacific-view-twr-5-sysid014165-2785"
    data-menu-id="a0NRA00000Hbtji2AB"
    data-item-id="a0NRA00000Hbtji2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/35a29dd47deddd68ba16af8d5c583b88.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f7e179f85e167e81f06dc67a099e2f44.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0f86e1dccf328468292d5ec140990994.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/733d6b413a96096bea295f504106decd.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c3a626d28f7390e09a7d1df6bb042f1a.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="浪琴园"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d278c17c905daef72499b1ff6ad05c76.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="浪琴园"
          >浪琴园</div><div
            class="location"
          ><span class="font-bold">大潭道</span><span class="font-bold">, 大潭</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1397.0"
                  area-unit="Square Foot"
                  measure-converted="1,397.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$27M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-west/6-4-po-shan-road-piccadilly-mansion-sysid010830-zh9w"
    data-menu-id="a0NRA00000Hbkp72AB"
    data-item-id="a0NRA00000Hbkp72AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="碧苑"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/8efe310025ce99881e706794d0cb6793.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="碧苑"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/389870bcb25264a5c247e541c4002c78.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="碧苑"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/30427b4d4e4bd59481722526475f257b-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="碧苑"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f5163523156d1ed4b74eeef3c7efeac2-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="碧苑"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f2e1e9a9f9f9af2e3821e5e772b86524-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="碧苑"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/31b997ff795f1affcf56729a7260f210-wtm.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="碧苑"
          >碧苑</div><div
            class="location"
          ><span class="font-bold">宝珊道</span><span class="font-bold">, 西半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2691.0"
                  area-unit="Square Foot"
                  measure-converted="2,691.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$60M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-central/18-conduit-road-conduit-18-sysid046572-10040"
    data-menu-id="a0NRA00000LWEoX2AX"
    data-item-id="a0NRA00000LWEoX2AX"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Conduit 18"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0750090b7d574be270a2442475602ad0.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Conduit 18"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c01fa4ceaf3dcaacc36c5773b70d94af.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Conduit 18"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c13f8fa897c0b9d5b35592a40ab0d3c5.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Conduit 18"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7e3e1d4c5ccb8abc432ec19cd5039c16.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Conduit 18"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a4ff706eb4a3e108564dcdddbd81ef6c.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Conduit 18"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d7cbd360c50e4e15b38e4fbf7641ad2c.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Conduit 18"
          >Conduit 18</div><div
            class="location"
          ><span class="font-bold">干德道</span><span class="font-bold">, 中半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="920.0"
                  area-unit="Square Foot"
                  measure-converted="920.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$25M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-central/7-may-road-may-tower-i-sysid009609-7521"
    data-menu-id="a0NRA00000Hbq4W2AR"
    data-item-id="a0NRA00000Hbq4W2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="May Tower I"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fa68b611de70bf212621819386593f2e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="May Tower I"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b499a2e10533ecdea1f0c435b3aa0829-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="May Tower I"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/33f11ba155ee6db03eab288d928f23f7-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="May Tower I"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d54fb73cf156af4bcbd8ccafeab4b37b-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="May Tower I"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/212e690e7298ced7022156267cebe586-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="May Tower I"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/cf5e5676b1e4f2a7175f456f34976ec0-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="May Tower I"
          >May Tower I</div><div
            class="location"
          ><span class="font-bold">梅道</span><span class="font-bold">, 中半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2218.0"
                  area-unit="Square Foot"
                  measure-converted="2,218.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$85M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-central/55-conduit-road-55-conduit-road-sysid006674-z21w"
    data-menu-id="a0NRA00000HbgeW2AR"
    data-item-id="a0NRA00000HbgeW2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="璈珀"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/da0c30bac55de74f83b7b67e42683cf2-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="璈珀"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/d787d9db63f30ea087d276f0a27baa97-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="璈珀"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/17197d1d5432a8b462dae2e2080b0d9f-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="璈珀"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b49085a4b4937b11774f2d0fc9ee46de-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="璈珀"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1186102410ae3b032386c2419c3079a9-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="璈珀"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/85a3c9b6ea61cb4f25bf57a385cd46fa-wtm.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="璈珀"
          >璈珀</div><div
            class="location"
          ><span class="font-bold">干德道</span><span class="font-bold">, 中半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2665.0"
                  area-unit="Square Foot"
                  measure-converted="2,665.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$107M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/ho-man-tin/80-sheung-shing-street-celestial-heights-phase-2-sysid045916-rhk002137"
    data-menu-id="a0NRA00000KfS3F2AV"
    data-item-id="a0NRA00000KfS3F2AV"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="半山一号二期"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0068eeebc3a76a31ad55684cb74be326-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="半山一号二期"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51711078652eb572d5025af94536cd2b-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="半山一号二期"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/99d17dae2b7d8edc98712cd931de6238-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="半山一号二期"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bb6b019808136ceb9e604f051a901ac6-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="半山一号二期"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/86160e9ab65efaa78a5080bca9f9951c-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="半山一号二期"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ed0305391404f5f7fa1abb252f8f78bd-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="半山一号二期"
          >半山一号二期</div><div
            class="location"
          ><span class="font-bold">常盛街</span><span class="font-bold">, 何文田</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1567.0"
                  area-unit="Square Foot"
                  measure-converted="1,567.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$32.5M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/repulse-bay/63-repulse-bay-road-manhattan-tower-sysid045358-8770"
    data-menu-id="a0NRA00000KUNYM2A5"
    data-item-id="a0NRA00000KUNYM2A5"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="曼赫顿大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1484094ea604267a497bb735a142b4c8.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="曼赫顿大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fb8257201f235d67db6b7ed311ad2753.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="曼赫顿大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0eea2a56f8ffe2b57023e579a24b25ee.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="曼赫顿大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d6a18146237916fb9198d2a677a0420c.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="曼赫顿大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3364c3264d3ec6c4af001a5cdec39881.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="曼赫顿大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/48b3ae9b14478eeba61ae6890fffe36f.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="曼赫顿大厦"
          >曼赫顿大厦</div><div
            class="location"
          ><span class="font-bold">浅水湾道</span><span class="font-bold">, 浅水湾</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1999.0"
                  area-unit="Square Foot"
                  measure-converted="1,999.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$100M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/stanley/8-tai-tam-village-tai-tam-village-sysid037969-954"
    data-menu-id="a0NRA00000HioAp2AJ"
    data-item-id="a0NRA00000HioAp2AJ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tai Tam Village"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/40155cdbd6d541cae0f6180fab17b612.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tai Tam Village"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c4ae5e6879de1ef0ad4101b586836ff2.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tai Tam Village"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/8065e0f1c6f0e427378092619b62b8b1.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tai Tam Village"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/af6a6b5f2102fbea415920ec5e84d30a.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tai Tam Village"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c6d1b14ee6862dbbb9b4969baf566533.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tai Tam Village"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/9e0e4b410720e8ab4c95e7da68a99701.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Tai Tam Village"
          >Tai Tam Village</div><div
            class="location"
          ><span class="font-bold">大潭村**</span><span class="font-bold">, 赤柱</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1600.0"
                  area-unit="Square Foot"
                  measure-converted="1,600.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$52M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/the-peak/3-plunkett-s-road-3-plunkett-s-road-sysid037643-13646"
    data-menu-id="a0NRA00000HiSDl2AN"
    data-item-id="a0NRA00000HiSDl2AN"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="宾吉道3号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/23f79e6bac988ddd1003c8f628dc35cb.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="宾吉道3号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/342f5b8a168832005d6f719267bee3f4.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="宾吉道3号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/ba0ae4599d0d126f5476bb2b5fac59bc.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="宾吉道3号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fc374e062079cd97d96d1d2ce6d58c9d.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="宾吉道3号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f45f2d88b5779b78a3031eb889e56c23.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="宾吉道3号"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/9eaac1e74fe9b618d76989c8a4954a8c.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="宾吉道3号"
          >宾吉道3号</div><div
            class="location"
          ><span class="font-bold">宾吉道</span><span class="font-bold">, 山顶</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="4600.0"
                  area-unit="Square Foot"
                  measure-converted="4,600.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$454.96M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/sai-kung/che-keng-tuk-che-keng-tuk-sysid037149-10903"
    data-menu-id="a0NRA00000HinHz2AJ"
    data-item-id="a0NRA00000HinHz2AJ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Che Keng Tuk"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/625c746a1eeb740a0b61ff80b18fb7e3.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Che Keng Tuk"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7ee884ffd40a10b50c6abc35eab50c46.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Che Keng Tuk"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/85fae10aef47edc083a4ab11c11ec765.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Che Keng Tuk"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9f562cf194fbd2403886b0ff3713c364.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Che Keng Tuk"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dc05515c9ee03d878d38770eeb68659f.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Che Keng Tuk"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/84aa15bc15fddcfa8e43366894de6c1c.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Che Keng Tuk"
          >Che Keng Tuk</div><div
            class="location"
          ><span class="font-bold">轺径笃</span><span class="font-bold">, 西贡</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2000.0"
                  area-unit="Square Foot"
                  measure-converted="2,000.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$25M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/kennedy-town/11-rock-hill-street-lexington-hill-sysid012117-3y0w"
    data-menu-id="a0NRA00000HbZID2A3"
    data-item-id="a0NRA00000HbZID2A3"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Lexington Hill"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c1e1c83a3a3a3e25be08a4e0a4e3b80d.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Lexington Hill"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/713ce7c23db551e5a080f9e17145fee3.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Lexington Hill"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/73023bcf5dfe95e465f916d01caa9218.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Lexington Hill"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/09208be69eec6b94d33ce01f03f2e4c0.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Lexington Hill"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0fa447728c248fcbd054be611655001a.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Lexington Hill"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/62f51c3c2dfa71dfcee958b6f9ef5bc6.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Lexington Hill"
          >Lexington Hill</div><div
            class="location"
          ><span class="font-bold">石山街</span><span class="font-bold">, 坚尼地城</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1501.0"
                  area-unit="Square Foot"
                  measure-converted="1,501.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$60M</div></div></div></div></div></div></a></li><li class="col-span-1"><a
    href="/cn/listing/for-sale/mid-levels-central/22-caine-road-caine-building-sysid005379-11691"
    data-menu-id="a0NRA00000Hblxd2AB"
    data-item-id="a0NRA00000Hblxd2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="广坚大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bba1d072ea61f466d9535e9698840c9f.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="广坚大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5248f6a26cbdaeda60438897412a7171.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="广坚大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b23a12e07a18766dad0d36ee832759c9.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="广坚大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f4dc50e47226b7b2ec3e595fe8cdfcbc.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="广坚大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7978eac2cb630975752f5d4c51f91eda.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="广坚大厦"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/09e1f77b49dfd402fbbe02f265ef6c3e.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="广坚大厦"
          >广坚大厦</div><div
            class="location"
          ><span class="font-bold">坚道</span><span class="font-bold">, 中半山</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="436.0"
                  area-unit="Square Foot"
                  measure-converted="436.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>房</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>卫</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$7.5M</div></div></div></div></div></div></a></li></ul></div></div><div
      class="mb-14 lg:mb-20 container-pagination"
    ><div class="container flex justify-center mx-auto container-auto pagination-link"><nav class="w-full mx-4 md:mx-8 relative z-0 inline-flex flex-col gap-4 container-auto-mx" aria-label="Pagination"><ul class="pagination flex items-center justify-center space-x-2.5"><li class="previousLink-container"><a
            href="/cn/listing/for-sale?page=20"
            aria-label="Previous"
            class="pagination-item prev"
            role="link"
          ><span
              class="text-xl px-1 iconfont icon-outline-arrow-left-long"
              role="button"
              aria-label="left arrow"
            ></span></a></li><li class="block first"
          ><a
              class="pagination-item"
              href="/cn/listing/for-sale"
              role="link"
            >1</a
            ></li><li class="omittedPage"><div class="pagination-item ellipsis">...</div></li><li class="other"
          ><a
              class="pagination-item"
              href="/cn/listing/for-sale?page=19"
              role="link"
            >20</a
            ></li><li class="other"
          ><a
              class="pagination-item"
              href="/cn/listing/for-sale?page=20"
              role="link"
            >21</a
            ></li><li class="currentPage-container"><div class="pagination-item current">22</div></li><li class="other"
          ><a
              class="pagination-item"
              href="/cn/listing/for-sale?page=22"
              role="link"
            >23</a
            ></li><li class="other"
          ><a
              class="pagination-item"
              href="/cn/listing/for-sale?page=23"
              role="link"
            >24</a
            ></li><li class="omittedPage"><div class="pagination-item ellipsis">...</div></li><li class="last"
          ><a
              class="pagination-item"
              href="/cn/listing/for-sale?page=57"
              role="link"
            >58</a
            ></li><li
          class="nextLink-container"
        ><a class="pagination-item next" href="/cn/listing/for-sale?page=22" aria-label="Next" role="link"><span
              class="text-xl px-1 iconfont icon-outline-arrow-right-long"
              role="button"
              aria-label="right arrow"
            ></span></a></li></ul></nav></div></div></div></div><div
  class="theme-component com-common-content"
  theme-component-id="93A789DB0D974799AEF9A18F908F6D53"
><div
    class="common-content-container container mx-auto container-auto"
  ><div class="mx-4 md:mx-8"></div></div></div><div class="overlay transition-overlay"></div></div><div v-scope><ms-floating-layer
            logo="images/icons/habitat_logo.svg"
            :side-icons="{&quot;line&quot;:false,&quot;email&quot;:false,&quot;phone&quot;:false,&quot;aiChat&quot;:false,&quot;lineUrl&quot;:&quot;https://www.line.com&quot;,&quot;emailUrl&quot;:&quot;info@habitat-property.com&quot;,&quot;whatsApp&quot;:false,&quot;wishlist&quot;:false,&quot;backToTop&quot;:true,&quot;isShowLang&quot;:false,&quot;isShowUnit&quot;:false,&quot;Preferences&quot;:false,&quot;phoneNumber&quot;:&quot;+44 208 238 9034&quot;,&quot;whatsAppUrl&quot;:&quot;https://wa.me/85200000000&quot;,&quot;isShowCurrency&quot;:false,&quot;facebookMessenger&quot;:false,&quot;facebookMessengerUrl&quot;:&quot;https://www.facebook.com&quot;}"
            wishlist-url="/cn/saved-item"
          ></ms-floating-layer></div><div v-scope><ms-geo-location-preference
            :languages="[{&quot;name&quot;:&quot;en&quot;,&quot;selected&quot;:false},{&quot;name&quot;:&quot;cn&quot;,&quot;selected&quot;:true},{&quot;name&quot;:&quot;zh&quot;,&quot;selected&quot;:false}]"
            :currencies="[{&quot;name&quot;:&quot;HKD&quot;,&quot;selected&quot;:true,&quot;symbol&quot;:&quot;$&quot;}]"
            :measures="[{&quot;name&quot;:&quot;Square Meter&quot;,&quot;selected&quot;:false},{&quot;name&quot;:&quot;Square Foot&quot;,&quot;selected&quot;:true}]"
          ></ms-geo-location-preference></div><div v-scope><ms-common-agent-contact-form></ms-common-agent-contact-form></div><div v-scope><ms-cookies-privacy-policy
            google-tag-manager-id="GTM-T92L4V5"
            expand-text="显示更多"
            collapse-text="关闭详细"
            cookies-privacy-policy-content="本网站使用cookie来改善您浏览网站时的体验。在这些cookie中，被分类为必要的cookie存储在您的浏览器中，因为它们对网站的基本功能至关重要。我们还使用第三方cookie来帮助我们分析和了解您如何使用本网站。只有在您同意的情况下，这些cookie才会存储在您的浏览器中。您还可以选择退出这些cookie。但选择不使用这些cookie可能会影响您的浏览体验。"
          ></ms-cookies-privacy-policy></div><div v-scope><ms-dcms-popup-group page-unique-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" /></div><div class="fixed bottom-0 left-0 w-full z-50" v-scope><ms-dcms-announcement-bar-group-bottom page-unique-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" /></div><div v-scope><ms-thankyou-popup></ms-thankyou-popup></div><div
  class="theme-component theme-component-footer dcms-page-footer com-footer pb-8 md:pb-0"
><div class="footer-container break-words text-xl text-secondary-06"><div class="container mx-auto"><div class="mx-4 md:mx-8"><div class="pt-10 flex flex-col flex-wrap gap-y-10 lg:gap-y-20 footer-infomation"><div class="flex flex-col lg:flex-row lg:grow gap-y-10 lg:gap-y-20"><div class="order-1 w-full lg:w-[50%] space-y-7 lg:space-y-16"><div><div class="text-xs font-bold uppercase">电子通讯</div><div class="mt-1 max-w-[500px]" v-scope><ms-subscribe-form></ms-subscribe-form></div></div><div><ul class="flex gap-x-5" role="menu" aria-labelledby="social"><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.linkedin.com/company/habitat-property/"
                      class="flex items-center"
                      aria-label="LinkedIn"
                    ><span class="iconfont text-2xl icon-filled-linkedin"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.instagram.com/habitatproperty/"
                      class="flex items-center"
                      aria-label="Instagram"
                    ><span class="iconfont text-2xl icon-filled-instagram"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://open.spotify.com/user/6txzqiijndoidb4mikyw3mewa?si=0TLVZfqxTWWopKneLJBn2g"
                      class="flex items-center"
                      aria-label="Spotify"
                    ><span class="iconfont text-2xl icon-filled-spotify"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.facebook.com/habitatproperty/"
                      class="flex items-center"
                      aria-label="Facebook"
                    ><span class="iconfont text-2xl icon-filled-facebook"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.xiaohongshu.com/user/profile/6343ec8000000000180295b6"
                      class="flex items-center"
                      aria-label="Xiaohongshu"
                    ><span class="iconfont text-2xl icon-filled-xiaohongshu"></span></a></li></ul></div></div><div class="order-3 lg:order-2 w-full lg:w-[50%]"><div class="flex flex-col lg:flex-row gap-y-5 lg:gap-y-0 mt-4 font-headFont"><div class="lg:w-[50%]"><div class="whitespace-pre-line">香港中环
云咸街 43-55 号
余悦礼行
12 楼 1201-05 室</div></div><div class="lg:w-[50%] footer-contact-info"><div><a href="tel:+852 2869 9069">+852 2869 9069</a></div><div><a href="tel:+852 9082 9069">+852 9082 9069</a></div><div><a href="mailto:info@habitat-property.com">info@habitat-property.com</a></div></div></div></div><div class="order-2 lg:order-3 lg:hidden w-full lg:w-[50%] font-headFont"><div class="grid grid-cols-2 items-start"><div><div class="flex items-center hover:opacity-70"><a
                        href="/cn/listing/for-sale"
                        data-menu-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" target="_self"
                      >买房</a></div><div class="flex items-center hover:opacity-70"><a
                        href="/cn/our-team"
                        target="_self"
                      >房产顾问</a></div><div class="flex items-center hover:opacity-70"><a
                        href="/cn/journal"
                        target="_self"
                      >文章</a></div></div><div><div class="flex items-center hover:opacity-70"><a
                        href="/cn/listing/for-rent"
                        data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9" target="_self"
                      >租房</a></div><div class="flex items-center hover:opacity-70"><a
                        href="/cn/property-management"
                        target="_self"
                      >房产代理</a></div></div></div></div></div><div class="flex flex-wrap gap-y-10 lg:gap-y-20"><div class="hidden lg:block w-full lg:w-[50%] font-headFont"><ul class="grid grid-cols-1 lg:max-h-44"><li class="flex items-center hover:opacity-70"><a
                      href="/cn/listing/for-sale"
                      data-menu-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" target="_self"
                    >买房</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/cn/listing/for-rent"
                      data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9" target="_self"
                    >租房</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/cn/our-team"
                      target="_self"
                    >房产顾问</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/cn/property-management"
                      target="_self"
                    >房产代理</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/cn/journal"
                      target="_self"
                    >文章</a></li></ul></div><div class="w-[50%] lg:w-[25%] text-sm text-[#ccc]"><div class="font-bold mb-2">香港出售物业</div><ul class="space-y-1"><li><a
                      href="/cn/listing/for-sale/hong-kong-island/peak"
                      target="_self"
                    >山顶</a></li><li><a
                      href="/cn/listing/for-sale/hong-kong-island/south/repulse-bay"
                      target="_self"
                    >浅水湾</a></li><li><a
                      href="/cn/listing/for-sale/hong-kong-island/mid-levels/mid-levels-central"
                      target="_self"
                    >中半山</a></li><li><a
                      href="/cn/listing/for-sale/hong-kong-island/south/shouson-hill"
                      target="_self"
                    >寿臣山</a></li><li><a
                      href="/cn/listing/for-sale/hong-kong-island/south/stanley"
                      target="_self"
                    >赤柱</a></li><li><a
                      href="/cn/listing/for-sale/hong-kong-island/west/pok-fu-lam"
                      target="_self"
                    >薄扶林</a></li></ul></div><div class="w-[50%] lg:w-[25%] text-sm text-[#ccc]"><div class="font-bold mb-2">香港出租物业</div><ul class="space-y-1"><li><a
                      href="/cn/listing/for-rent/hong-kong-island/peak"
                      target="_self"
                    >山顶</a></li><li><a
                      href="/cn/listing/for-rent/hong-kong-island/south/repulse-bay"
                      target="_self"
                    >浅水湾</a></li><li><a
                      href="/cn/listing/for-rent/hong-kong-island/mid-levels/mid-levels-central"
                      target="_self"
                    >中半山</a></li><li><a
                      href="/cn/listing/for-rent/hong-kong-island/mid-levels/mid-levels-west"
                      target="_self"
                    >西半山</a></li><li><a
                      href="/cn/listing/for-rent/hong-kong-island/south/stanley"
                      target="_self"
                    >赤柱</a></li><li><a
                      href="/cn/listing/for-rent/hong-kong-island/south/tai-tam"
                      target="_self"
                    >大潭</a></li></ul></div></div></div></div></div></div><div class="footer-copyright container mx-auto mt-10 pb-8 text-xs text-[#e6e6e6]"><div class="mx-4 md:mx-8 grid grid-cols-2 lg:grid-cols-4 gap-y-3"><div class="col-span-2">版权所有 © 2026 Habitat  Property Limited | 地产代理监管局牌照号码 C-024430</div><div class=""><a
          href="/cn/terms-of-use"
          title="使用条款"
        >使用条款</a></div><div class=""><a
          href="/cn/privacy-policy"
          title="隐私政策"
        >隐私政策</a></div></div></div></div><script>
  var footerContactInfo = document.querySelector(".footer-contact-info");
  var headerContactInfo = document.querySelector(".header-contact-info");
  if (headerContactInfo && footerContactInfo) {
    headerContactInfo.innerHTML = footerContactInfo.innerHTML;
  }
</script></div></div><script type="module" src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.90.3/js/main.js?v=1.90.3"></script><script type="module">
      if (!window.$globalStore) window.$globalStore = {};
      window.$globalStore.favoriteLink = "\/cn\/saved-item";
      window.$globalStore.version = "1.90.3";
      window.$globalStore.mode = "live";
      window.$globalStore.developmentMode = false;
      window.$globalStore.editMode = false;
      document.addEventListener('contextmenu', function (e) {
        if (e.target.tagName === 'IMG') {
          e.preventDefault();
        }
      });
    </script></body></html>