CINXE.COM

購物袋 - Apple (香港)

<!DOCTYPE html> <html class="hk zh-hk nojs seg-consumer apac hongkong zh" lang="zh-HK" > <head> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" /> <title>購物袋 - Apple (香港)</title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="format-detection" content="telephone=no" /> <meta name="description" content="購物袋" /> <meta name="robots" content="noindex" /> <script crossorigin="anonymous"> document.cookie = "as_sfa=Mnxoay16aHxoay16aHx8emhfSEt8Y29uc3VtZXJ8aW50ZXJuZXR8MHwwfDE; path=/; domain=apple.com; expires=Tue, 27-May-2025 22:41:12 GMT; Secure;"; </script> <script type="application/json" id="metrics">{"config":{"asMetrics":{"dataMule":"v1","storedEntryPointEnabled":false,"graffitiEnabled":false},"omniture":{"account":["applestoreww"],"trackingServer":"securemetrics.apple.com","internalDomains":["store.apple.com","secure.store.apple.com","secure1.store.apple.com","secure2.store.apple.com","epp.apple.com","secure1.epp.apple.com","storeint.apple.com","secure1.storeint.apple.com","www.apple.com"]},"global":{"cookieDomain":"apple.com"}},"data":{"node":"transaction/bag","pageName":"AOS: bag","properties":{"isHomePage":false,"encryptedStoreId":"wU94P7PKHH4CPTXU2","serverName":"i668000","characterSetForCountry":"UTF-8","currencyCode":"HKD","computedChannel":"AOS: Bag","storeSegmentVariable":"AOS: HK-ZH Consumer","storeFrontId":"503819","eventType":"scView","computedCustomStoreName":"AOS: Hong Kong Chinese Consumer ","langAttribute":"zh-hk","evarDataNodesEnabled":true},"currency":"HKD","area":"bag","buyflow":{"entryPointRules":[[null,"bag"],["saved-by-you","digital takeaways"]]}}}</script> <script crossorigin="anonymous"> window.asUnsupportedBrowserUrl = "https://www.apple.com/hk-zh/shop/unsupported"; </script> <script crossorigin="anonymous"> //replace nojs class with js on html element (function(html){ html.className = html.className.replace(/\bnojs\b/,'js') })(document.documentElement); </script> <link data-srs rel="stylesheet" href="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-globalelements-2.12.1-91ef2/dist/ac-globalnav.css" media="screen, print" /> <link data-srs rel="stylesheet" href="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-external-1.60.3-44f4f/rel/hk-zh/external.css" media="screen, print" /> <link data-srs rel="stylesheet" href="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-vendor-1.23.1-aba25/dist/common-css@1.0.7/dist/common.css" media="screen, print" /> <link data-srs rel="stylesheet" href="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-checkout-5.4.2-c1af5/dist/bag.css" media="screen, print" /> <link data-srs rel="stylesheet" href="https://www.apple.com/wss/fonts?families=SF+Pro+HK,v1:400,600|SF+Pro+Text,v3:400,600|SF+Pro+Display,v3:500|SF+Pro+Icons,v3|Apple+Monochrome+Emoji,v3|Apple+Monochrome+Emoji+Ind,v2" /> <link rel="stylesheet" href="https://store.storeimages.cdn-apple.com/8756/store.apple.com/shop/Catalog/regional/amr/css/aos-overrides.css" media="screen, print" /> <link rel="stylesheet" href="https://store.storeimages.cdn-apple.com/8756/store.apple.com/shop/Catalog/global/css/dd/buy-flow/bag.css" media="screen, print" /> <link rel="stylesheet" href="https://store.storeimages.cdn-apple.com/8756/store.apple.com/shop/Catalog/global/css/web/fee/transaction/as-bag.css" media="screen, print" /> <script crossorigin="anonymous"> window.irOn=true; </script> <script crossorigin="anonymous"> window.ECHO_CONFIG = { metadata: { environment: "", format: "common", fmt: "common", region: "apac", country: "HK", sf: "hk-zh", segment: "Consumer", locale: "zh-hk", referer: document.referrer, node: "transaction/bag", pageResource: "rs-checkout-5", feature: "bag", targetEnabled: "false" }, config: { "app": "com.apple.www.Store", "delaySendingPageViewDataMS": 500, "nonEssentialEventSampleRatePct": 0.1, "altTextEventSampleRatePct": 0.1, "customEventSampleRatePct": 1.0, "interactionEventSampleRatePct": 100.0, "performanceMeasureEventSampleRatePct": 1.0, "performanceNowEventSampleRatePct": 10.0, "resourceEventSampleRatePct": 0.1, "performanceMeasurePollingIntervalMS": 1000, "performanceMeasuresToReport": "".split(','), "resourceDisallowedResourceList": "securemetrics.apple.com".split(','), "resourcePollingIntervalMS": 2001, "sendErrors": true, "sendPageViewData": true, "sendResourceData": true, "url": "https://xp.apple.com/report/2/xp_aos_clientperf,/shop/mdp/api/echo", "sendLoggingData": true } }; window.AS_LOG_LEVEL = "ERROR"; </script> <script crossorigin="anonymous"> document.addEventListener('readystatechange', function() { function createAndDispatchEchoEvent(data) { var event = new CustomEvent("echoPerformanceNowEvent", { detail: data, }); window.dispatchEvent(event); } if (document.readyState === "interactive") { let lastIntersectedTime = 0; const observerCallback = function (entries, observer) { entries.forEach((entry) => { if (entry.isIntersecting) { lastIntersectedTime = performance.now(); } observer.unobserve(entry.target); }); observer.disconnect(); // Dispatch time for last intersecting object with viewport createAndDispatchEchoEvent({ id: "viewportLoad", performanceNow: lastIntersectedTime, }); }; if (window.IntersectionObserver) { // get all the els on page const itemsInViewport = document.querySelectorAll('*'); // instantiate const intersectionObserver = new IntersectionObserver(observerCallback, { root: null, rootMargin: "0px 0px 0px 0px", threshold: 0.0, }); // iterate over all els and observe each one itemsInViewport.forEach(el => { intersectionObserver.observe(el); }); } //END window.IntersectionObserver } //END document.readyState === "interactive" }); </script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-echo-3.21.1-1626b/dist/echo-nomodule.min.js" nomodule crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-external-1.60.3-44f4f/rel/unsupportedBrowser.min.js" nomodule crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-echo-3.21.1-1626b/dist/echo.min.js" async crossorigin="anonymous" type="module"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-external-1.60.3-44f4f/rel/external.js" crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-external-1.60.3-44f4f/rel/log.js" crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-vendor-1.23.1-aba25/dist/lodash@4.17.21/lodash.min.js" crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-vendor-1.23.1-aba25/dist/react@18.2.0/umd/react.production.min.js" crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-vendor-1.23.1-aba25/dist/react-dom@18.2.0/umd/react-dom.production.min.js" crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-checkout-5.4.2-c1af5/dist/bag.js" crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-globalelements-2.12.1-91ef2/dist/ac-globalnav.umd.js" defer crossorigin="anonymous"></script> <script data-srs src="https://store.storeimages.cdn-apple.com/8756/store.apple.com/static-resources/rs-globalelements-2.12.1-91ef2/dist/globalelements.js" crossorigin="anonymous"></script> <script data-srs id="applepay-sdk-js" data-src="https://applepay.cdn-apple.com/jsapi/v1.2.1/apple-pay-sdk.js" crossorigin="anonymous" integrity="sha384-hopRfycfKWs+MFyVuNk99Lb7EEhZdyoatMFJRsBk8bXoxaBXkQ+LCPm98iPgFw3a"></script> <script> window.chatConfig = {"chat":{"page":[{"name":"WEB_CHAT_COUNTRY","value":"hk"},{"name":"WEB_CHAT_LANGUAGE","value":"zh"},{"name":"WEB_CHAT_ORDERNUMBER","value":null},{"name":"WEB_CHAT_GEO","value":"apac"},{"name":"WEB_CHAT_SEGMENT","value":"consumer"},{"name":"WEB_CHAT_SECTION","value":"product selection"},{"name":"WEB_CHAT_SUBSECTION","value":"bag"},{"name":"WEB_CHAT_REFER","value":null},{"name":"WEB_CHAT_APP","value":"AOS"},{"name":"WEB_CHAT_PAGE","value":"AOS: bag"},{"name":"url","value":"https://contactretail.apple.com"}]}}; </script> </head> <body id="body-main" > <div class="metrics"> <noscript> <img src="https://securemetrics.apple.com/b/ss/applestoreww/1/H.8--NS/0?pageName=No-Script:AOS%3A+bag" height="1" width="1" alt=""/> </noscript> <script crossorigin="anonymous"> if (window.asMetrics && window.asMetrics.initialize) { window.asMetrics.initialize(); } </script> </div> <div id="page"> <script id="aos-gn-links" type="application/json"> { "educationrouting" : "https://www.apple.com/hk-zh/shop/browse/home/education_routing", "special_deals" : "https://www.apple.com/hk-zh/shop/refurbished", "buy_iphone/iphone_se" : "https://www.apple.com/hk-zh/shop/buy-iphone/iphone-se", "buy_mac" : "https://www.apple.com/hk-zh/shop/buy-mac", "order/list" : "https://secure.store.apple.com/hk-zh/shop/order/list", "buy_airtag/airtag" : "https://www.apple.com/hk-zh/shop/browse/home/shop_airtag/family/airtag", "buy_watch" : "https://www.apple.com/hk-zh/shop/buy-watch", "ipad/keyboards" : "https://www.apple.com/hk-zh/shop/ipad/accessories/keyboards", "ipad/accessories" : "https://www.apple.com/hk-zh/shop/ipad/accessories", "accessories/all_accessories/made_by_apple" : "https://www.apple.com/hk-zh/shop/accessories/all/made-by-apple", "watch/bands" : "https://www.apple.com/hk-zh/shop/watch/bands", "buy_homepod/homepod_mini" : "https://www.apple.com/hk-zh/shop/homepod/family/homepod-mini", "eppstore/veteransandmilitary" : "https://www.apple.com/hk/", "studio/apple_watch" : "https://www.apple.com/hk-zh/shop/studio/apple-watch", "payment_plan" : "https://www.apple.com/hk-zh/shop/browse/finance/PaypalFinancingLandingPage", "buy_homepod/homepod" : "https://www.apple.com/hk-zh/shop/homepod/family/homepod", "buy_tv/apple_tv_4k" : "https://www.apple.com/hk-zh/shop/tv/family/apple-tv-4k", "trade_in" : "https://www.apple.com/hk-zh/shop/trade-in", "mac/accessories" : "https://www.apple.com/hk-zh/shop/mac/accessories", "accessories/all_accessories/beats_featured" : "https://www.apple.com/hk-zh/shop/accessories/all/beats-featured", "buy_iphone/carrier_offers" : "https://www.apple.com/hk-zh/shop/buy-iphone/carrier-offers", "store" : "https://www.apple.com/hk-zh/store", "watch/accessories" : "https://www.apple.com/hk-zh/shop/watch/accessories", "buy_ipad" : "https://www.apple.com/hk-zh/shop/buy-ipad", "buy_iphone" : "https://www.apple.com/hk-zh/shop/buy-iphone", "smart_home/accessories" : "https://www.apple.com/hk-zh/shop/smart-home/accessories", "buy_iphone/iphone_12" : "https://www.apple.com/hk/iphone", "buy_iphone/iphone_13" : "https://www.apple.com/hk/iphone", "product/MW5G3" : "/hk-zh/shop/product/MW5G3ZA/A/siri-remote", "iphone/accessories" : "https://www.apple.com/hk-zh/shop/iphone/accessories", "buy_accessories" : "https://www.apple.com/hk-zh/shop/accessories/all"} </script> <meta name="aos-gn-template" content="2.12.1 - Thu Nov 14 2024 21:04:02 GMT-0800 (Pacific Standard Time)" /> <meta name="globalnav-store-key" content="SJHJUH4YFCTTPD4F4" /> <meta name="globalnav-search-field[action]" content="/hk-zh/search" /> <meta name="globalnav-submenus-enabled" content="true" data-ff-enabled data-cms /> <meta name="globalmessage-segment-redirect" content="true" data-cms /> <meta name="globalnav-search-suggestions-enabled" content="true" data-cms /> <meta name="globalnav-bag-flyout-enabled" content="true" data-cms /> <div id="globalheader"> <aside id="globalmessage-segment" lang="zh-HK" dir="ltr" class="globalmessage-segment"> <ul data-strings="{&quot;view&quot;:&quot;{%STOREFRONT%}商店首頁&quot;,&quot;segments&quot;:{&quot;eduInd&quot;:&quot;教育商店首頁&quot;,&quot;other&quot;:&quot;商店首頁&quot;},&quot;exit&quot;:&quot;離開&quot;}" class="globalmessage-segment-content"></ul> </aside> <nav id="globalnav" lang="zh-HK" dir="ltr" aria-label="全網站" data-analytics-element-engagement-start="globalnav:onFlyoutOpen" data-analytics-element-engagement-end="globalnav:onFlyoutClose" data-store-api="https://www.apple.com/hk-zh/shop/bag/status" data-analytics-activitymap-region-id="global nav" data-analytics-region="global nav" class="globalnav no-js"> <div class="globalnav-content"> <div class="globalnav-item globalnav-menuback"> <button aria-label="主選單" class="globalnav-menuback-button"> <span class="globalnav-chevron-icon"><svg height="48" viewbox="0 0 9 48" width="9" xmlns="http://www.w3.org/2000/svg"> <path d="m1.5618 24.0621 6.5581-6.4238c.2368-.2319.2407-.6118.0088-.8486-.2324-.2373-.6123-.2407-.8486-.0088l-7 6.8569c-.1157.1138-.1807.2695-.1802.4316.001.1621.0674.3174.1846.4297l7 6.7241c.1162.1118.2661.1675.4155.1675.1577 0 .3149-.062.4326-.1846.2295-.2388.2222-.6187-.0171-.8481z"></path></svg></span> </button> </div> <ul id="globalnav-list" class="globalnav-list"> <li data-analytics-element-engagement="globalnav hover - apple" class="globalnav-item globalnav-item-apple"> <a href="https://www.apple.com/hk/" data-globalnav-item-name="apple" data-analytics-title="apple home" aria-label="Apple" class="globalnav-link globalnav-link-apple" data-autom="gn_apple"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 14 44" width="14" xmlns="http://www.w3.org/2000/svg"> <path d="m13.0729 17.6825a3.61 3.61 0 0 0 -1.7248 3.0365 3.5132 3.5132 0 0 0 2.1379 3.2223 8.394 8.394 0 0 1 -1.0948 2.2618c-.6816.9812-1.3943 1.9623-2.4787 1.9623s-1.3633-.63-2.613-.63c-1.2187 0-1.6525.6507-2.644.6507s-1.6834-.9089-2.4787-2.0243a9.7842 9.7842 0 0 1 -1.6628-5.2776c0-3.0984 2.014-4.7405 3.9969-4.7405 1.0535 0 1.9314.6919 2.5924.6919.63 0 1.6112-.7333 2.8092-.7333a3.7579 3.7579 0 0 1 3.1604 1.5802zm-3.7284-2.8918a3.5615 3.5615 0 0 0 .8469-2.22 1.5353 1.5353 0 0 0 -.031-.32 3.5686 3.5686 0 0 0 -2.3445 1.2084 3.4629 3.4629 0 0 0 -.8779 2.1585 1.419 1.419 0 0 0 .031.2892 1.19 1.19 0 0 0 .2169.0207 3.0935 3.0935 0 0 0 2.1586-1.1368z"></path></svg></span><span class="globalnav-image-compact globalnav-link-image"><svg height="48" viewbox="0 0 17 48" width="17" xmlns="http://www.w3.org/2000/svg"> <path d="m15.5752 19.0792a4.2055 4.2055 0 0 0 -2.01 3.5376 4.0931 4.0931 0 0 0 2.4908 3.7542 9.7779 9.7779 0 0 1 -1.2755 2.6351c-.7941 1.1431-1.6244 2.2862-2.8878 2.2862s-1.5883-.734-3.0443-.734c-1.42 0-1.9252.7581-3.08.7581s-1.9611-1.0589-2.8876-2.3584a11.3987 11.3987 0 0 1 -1.9373-6.1487c0-3.61 2.3464-5.523 4.6566-5.523 1.2274 0 2.25.8062 3.02.8062.734 0 1.8771-.8543 3.2729-.8543a4.3778 4.3778 0 0 1 3.6822 1.841zm-6.8586-2.0456a1.3865 1.3865 0 0 1 -.2527-.024 1.6557 1.6557 0 0 1 -.0361-.337 4.0341 4.0341 0 0 1 1.0228-2.5148 4.1571 4.1571 0 0 1 2.7314-1.4078 1.7815 1.7815 0 0 1 .0361.373 4.1487 4.1487 0 0 1 -.9867 2.587 3.6039 3.6039 0 0 1 -2.5148 1.3236z"></path></svg></span><span class="globalnav-link-text">Apple</span></a> </li> <li data-topnav-flyout-item="menu" data-topnav-flyout-label="Menu" role="none" class="globalnav-item globalnav-menu"> <div data-topnav-flyout="menu" class="globalnav-flyout"> <div class="globalnav-menu-list"> <div data-analytics-element-engagement="globalnav hover - store" class="globalnav-item globalnav-item-store globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="/hk-zh/store" data-globalnav-item-name="store" data-topnav-flyout-trigger-compact="true" data-analytics-title="store" data-analytics-element-engagement="hover - store" aria-label="Store" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-store" data-autom="gn_store"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 30 44" width="30" xmlns="http://www.w3.org/2000/svg"> <path d="m26.5679 20.4629c1.002 0 1.67.738 1.693 1.857h-3.48c.076-1.119.779-1.857 1.787-1.857zm2.754 2.672v-.387c0-1.963-1.037-3.176-2.742-3.176-1.735 0-2.848 1.289-2.848 3.276 0 1.998 1.096 3.263 2.848 3.263 1.383 0 2.367-.668 2.66-1.746h-1.008c-.264.557-.814.856-1.629.856-1.072 0-1.769-.791-1.822-2.039v-.047zm-9.547-3.451h.96v.937h.094c.188-.615.914-1.049 1.752-1.049.164 0 .375.012.504.03v1.007c-.082-.023-.445-.058-.644-.058-.961 0-1.659 1.098-1.659 1.535v3.914h-1.007zm-4.27 5.519c-1.195 0-1.869-.867-1.869-2.361 0-1.5.674-2.361 1.869-2.361 1.196 0 1.87.861 1.87 2.361 0 1.494-.674 2.361-1.87 2.361zm0-5.631c-1.798 0-2.912 1.237-2.912 3.27 0 2.027 1.114 3.269 2.912 3.269 1.799 0 2.913-1.242 2.913-3.269 0-2.033-1.114-3.27-2.913-3.27zm-5.478-1.475v1.635h1.407v.843h-1.407v3.575c0 .744.282 1.06.938 1.06.182 0 .281-.006.469-.023v.849c-.199.035-.393.059-.592.059-1.301 0-1.822-.481-1.822-1.688v-3.832h-1.02v-.843h1.02v-1.635zm-8.103 5.694c.129.885.973 1.447 2.174 1.447 1.137 0 1.975-.615 1.975-1.453 0-.72-.527-1.177-1.693-1.47l-1.084-.282c-1.53-.386-2.192-1.078-2.192-2.279 0-1.436 1.201-2.408 2.988-2.408 1.635 0 2.854.972 2.942 2.338h-1.061c-.146-.867-.861-1.383-1.916-1.383-1.125 0-1.869.562-1.869 1.418 0 .662.463 1.043 1.629 1.342l.885.234c1.752.439 2.455 1.119 2.455 2.361 0 1.553-1.225 2.543-3.158 2.543-1.793 0-3.03-.949-3.141-2.408z"></path></svg></span><span class="globalnav-link-text">Store</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - mac" class="globalnav-item globalnav-item-mac globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/mac/" data-globalnav-item-name="mac" data-topnav-flyout-trigger-compact="true" data-analytics-title="mac" data-analytics-element-engagement="hover - mac" aria-label="Mac" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-mac" data-autom="gn_mac"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 23 44" width="23" xmlns="http://www.w3.org/2000/svg"> <path d="m8.1558 25.9987v-6.457h-.0703l-2.666 6.457h-.8907l-2.666-6.457h-.0703v6.457h-.9844v-8.4551h1.2246l2.8945 7.0547h.0938l2.8945-7.0547h1.2246v8.4551zm2.5166-1.7696c0-1.1309.832-1.7812 2.3027-1.8691l1.8223-.1113v-.5742c0-.7793-.4863-1.207-1.4297-1.207-.7559 0-1.2832.2871-1.4238.7852h-1.0195c.1348-1.0137 1.1309-1.6816 2.4785-1.6816 1.541 0 2.4023.791 2.4023 2.1035v4.3242h-.9609v-.9318h-.0938c-.4102.6738-1.1016 1.043-1.9453 1.043-1.2246 0-2.1328-.7266-2.1328-1.8809zm4.125-.5859v-.5801l-1.6992.1113c-.9609.0645-1.3828.3984-1.3828 1.0312 0 .6445.5449 1.0195 1.2773 1.0195 1.0371.0001 1.8047-.6796 1.8047-1.5819zm6.958-2.0273c-.1641-.627-.7207-1.1367-1.6289-1.1367-1.1367 0-1.8516.9082-1.8516 2.3379 0 1.459.7266 2.3848 1.8516 2.3848.8496 0 1.4414-.3926 1.6289-1.1074h1.0195c-.1816 1.1602-1.125 2.0156-2.6426 2.0156-1.7695 0-2.9004-1.2832-2.9004-3.293 0-1.9688 1.125-3.2461 2.8945-3.2461 1.5352 0 2.4727.9199 2.6484 2.0449z"></path></svg></span><span class="globalnav-link-text">Mac</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - ipad" class="globalnav-item globalnav-item-ipad globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/ipad/" data-globalnav-item-name="ipad" data-topnav-flyout-trigger-compact="true" data-analytics-title="ipad" data-analytics-element-engagement="hover - ipad" aria-label="iPad" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-ipad" data-autom="gn_ipad"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 24 44" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="m14.9575 23.7002c0 .902-.768 1.582-1.805 1.582-.732 0-1.277-.375-1.277-1.02 0-.632.422-.966 1.383-1.031l1.699-.111zm-1.395-4.072c-1.347 0-2.343.668-2.478 1.681h1.019c.141-.498.668-.785 1.424-.785.944 0 1.43.428 1.43 1.207v.574l-1.822.112c-1.471.088-2.303.738-2.303 1.869 0 1.154.908 1.881 2.133 1.881.844 0 1.535-.369 1.945-1.043h.094v.931h.961v-4.324c0-1.312-.862-2.103-2.403-2.103zm6.769 5.575c-1.155 0-1.846-.885-1.846-2.361 0-1.471.697-2.362 1.846-2.362 1.142 0 1.857.914 1.857 2.362 0 1.459-.709 2.361-1.857 2.361zm1.834-8.027v3.503h-.088c-.358-.691-1.102-1.107-1.981-1.107-1.605 0-2.654 1.289-2.654 3.27 0 1.986 1.037 3.269 2.654 3.269.873 0 1.623-.416 2.022-1.119h.093v1.008h.961v-8.824zm-15.394 4.869h-1.863v-3.563h1.863c1.225 0 1.899.639 1.899 1.799 0 1.119-.697 1.764-1.899 1.764zm.276-4.5h-3.194v8.455h1.055v-3.018h2.127c1.588 0 2.719-1.119 2.719-2.701 0-1.611-1.108-2.736-2.707-2.736zm-6.064 8.454h1.008v-6.316h-1.008zm-.199-8.237c0-.387.316-.704.703-.704s.703.317.703.704c0 .386-.316.703-.703.703s-.703-.317-.703-.703z"></path></svg></span><span class="globalnav-link-text">iPad</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - iphone" class="globalnav-item globalnav-item-iphone globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/iphone/" data-globalnav-item-name="iphone" data-topnav-flyout-trigger-compact="true" data-analytics-title="iphone" data-analytics-element-engagement="hover - iphone" aria-label="iPhone" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-iphone" data-autom="gn_iphone"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 38 44" width="38" xmlns="http://www.w3.org/2000/svg"> <path d="m32.7129 22.3203h3.48c-.023-1.119-.691-1.857-1.693-1.857-1.008 0-1.711.738-1.787 1.857zm4.459 2.045c-.293 1.078-1.277 1.746-2.66 1.746-1.752 0-2.848-1.266-2.848-3.264 0-1.986 1.113-3.275 2.848-3.275 1.705 0 2.742 1.213 2.742 3.176v.386h-4.541v.047c.053 1.248.75 2.039 1.822 2.039.815 0 1.366-.298 1.629-.855zm-12.282-4.682h.961v.996h.094c.316-.697.932-1.107 1.898-1.107 1.418 0 2.209.838 2.209 2.338v4.09h-1.007v-3.844c0-1.137-.481-1.676-1.489-1.676s-1.658.674-1.658 1.781v3.739h-1.008zm-2.499 3.158c0-1.5-.674-2.361-1.869-2.361-1.196 0-1.87.861-1.87 2.361 0 1.495.674 2.362 1.87 2.362 1.195 0 1.869-.867 1.869-2.362zm-4.782 0c0-2.033 1.114-3.269 2.913-3.269 1.798 0 2.912 1.236 2.912 3.269 0 2.028-1.114 3.27-2.912 3.27-1.799 0-2.913-1.242-2.913-3.27zm-6.636-5.666h1.008v3.504h.093c.317-.697.979-1.107 1.946-1.107 1.336 0 2.179.855 2.179 2.338v4.09h-1.007v-3.844c0-1.119-.504-1.676-1.459-1.676-1.131 0-1.752.715-1.752 1.781v3.739h-1.008zm-6.015 4.87h1.863c1.202 0 1.899-.645 1.899-1.764 0-1.16-.674-1.799-1.899-1.799h-1.863zm2.139-4.5c1.599 0 2.707 1.125 2.707 2.736 0 1.582-1.131 2.701-2.719 2.701h-2.127v3.018h-1.055v-8.455zm-6.114 8.454h1.008v-6.316h-1.008zm-.2-8.238c0-.386.317-.703.703-.703.387 0 .704.317.704.703 0 .387-.317.704-.704.704-.386 0-.703-.317-.703-.704z"></path></svg></span><span class="globalnav-link-text">iPhone</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - watch" class="globalnav-item globalnav-item-watch globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/watch/" data-globalnav-item-name="watch" data-topnav-flyout-trigger-compact="true" data-analytics-title="watch" data-analytics-element-engagement="hover - watch" aria-label="Watch" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-watch" data-autom="gn_watch"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 35 44" width="35" xmlns="http://www.w3.org/2000/svg"> <path d="m28.9819 17.1758h1.008v3.504h.094c.316-.697.978-1.108 1.945-1.108 1.336 0 2.18.856 2.18 2.338v4.09h-1.008v-3.844c0-1.119-.504-1.675-1.459-1.675-1.131 0-1.752.715-1.752 1.781v3.738h-1.008zm-2.42 4.441c-.164-.627-.721-1.136-1.629-1.136-1.137 0-1.852.908-1.852 2.338 0 1.459.727 2.384 1.852 2.384.849 0 1.441-.392 1.629-1.107h1.019c-.182 1.16-1.125 2.016-2.642 2.016-1.77 0-2.901-1.284-2.901-3.293 0-1.969 1.125-3.247 2.895-3.247 1.535 0 2.472.92 2.648 2.045zm-6.533-3.568v1.635h1.407v.844h-1.407v3.574c0 .744.282 1.06.938 1.06.182 0 .281-.006.469-.023v.85c-.2.035-.393.058-.592.058-1.301 0-1.822-.48-1.822-1.687v-3.832h-1.02v-.844h1.02v-1.635zm-4.2 5.596v-.58l-1.699.111c-.961.064-1.383.398-1.383 1.031 0 .645.545 1.02 1.277 1.02 1.038 0 1.805-.68 1.805-1.582zm-4.125.586c0-1.131.832-1.782 2.303-1.869l1.822-.112v-.574c0-.779-.486-1.207-1.43-1.207-.755 0-1.283.287-1.423.785h-1.02c.135-1.014 1.131-1.682 2.479-1.682 1.541 0 2.402.792 2.402 2.104v4.324h-.961v-.931h-.094c-.41.673-1.101 1.043-1.945 1.043-1.225 0-2.133-.727-2.133-1.881zm-7.684 1.769h-.996l-2.303-8.455h1.101l1.682 6.873h.07l1.893-6.873h1.066l1.893 6.873h.07l1.682-6.873h1.101l-2.302 8.455h-.996l-1.946-6.674h-.07z"></path></svg></span><span class="globalnav-link-text">Watch</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - vision" class="globalnav-item globalnav-item-vision globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/apple-vision-pro/" data-globalnav-item-name="vision" data-topnav-flyout-trigger-compact="true" data-analytics-title="vision" data-analytics-element-engagement="hover - vision" aria-label="Vision" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-vision" data-autom="gn_vision"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg xmlns="http://www.w3.org/2000/svg" width="34" height="44" viewbox="0 0 34 44"> <g id="en-US_globalnav_links_vision_image_large"> <rect id="box_" width="34" height="44" fill="none"></rect> <path id="art_" d="m.4043,17.5449h1.1074l2.4844,7.0898h.0938l2.4844-7.0898h1.1074l-3.1172,8.4551h-1.043L.4043,17.5449Zm8.3467.2168c0-.3867.3164-.7031.7031-.7031s.7031.3164.7031.7031-.3164.7031-.7031.7031-.7031-.3164-.7031-.7031Zm.1875,1.9219h1.0195v6.3164h-1.0195v-6.3164Zm2.499,4.7051h1.043c.1699.5273.6738.873,1.4824.873.8496,0,1.4531-.4043,1.4531-.9785v-.0117c0-.4277-.3223-.7266-1.1016-.9141l-.9785-.2344c-1.1836-.2812-1.7168-.7969-1.7168-1.7051v-.0059c0-1.0488,1.0078-1.8398,2.3496-1.8398,1.3242,0,2.2441.6621,2.3848,1.6934h-1.002c-.1348-.498-.627-.8438-1.3887-.8438-.75,0-1.3008.3867-1.3008.9434v.0117c0,.4277.3164.6973,1.0605.8789l.9727.2344c1.1895.2871,1.7637.8027,1.7637,1.7051v.0117c0,1.125-1.0957,1.9043-2.5312,1.9043-1.4062,0-2.373-.6797-2.4902-1.7227Zm6.3203-6.627c0-.3867.3164-.7031.7031-.7031s.7031.3164.7031.7031-.3164.7031-.7031.7031-.7031-.3164-.7031-.7031Zm.1875,1.9219h1.0195v6.3164h-1.0195v-6.3164Zm2.5049,3.1641v-.0117c0-2.0273,1.1133-3.2637,2.9121-3.2637s2.9121,1.2363,2.9121,3.2637v.0117c0,2.0215-1.1133,3.2637-2.9121,3.2637s-2.9121-1.2422-2.9121-3.2637Zm4.7812,0v-.0117c0-1.4941-.6738-2.3613-1.8691-2.3613s-1.8691.8672-1.8691,2.3613v.0117c0,1.4883.6738,2.3613,1.8691,2.3613s1.8691-.873,1.8691-2.3613Zm2.5049-3.1641h1.0195v.9492h.0938c.3164-.668.9082-1.0605,1.8398-1.0605,1.418,0,2.209.8379,2.209,2.3379v4.0898h-1.0195v-3.8438c0-1.1367-.4688-1.6816-1.4766-1.6816s-1.6465.6797-1.6465,1.7871v3.7383h-1.0195v-6.3164Z"></path> </g></svg></span><span class="globalnav-link-text">Vision</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - airpods" class="globalnav-item globalnav-item-airpods globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/airpods/" data-globalnav-item-name="airpods" data-topnav-flyout-trigger-compact="true" data-analytics-title="airpods" data-analytics-element-engagement="hover - airpods" aria-label="AirPods" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-airpods" data-autom="gn_airpods"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 43 44" width="43" xmlns="http://www.w3.org/2000/svg"> <path d="m11.7153 19.6836h.961v.937h.094c.187-.615.914-1.048 1.752-1.048.164 0 .375.011.504.029v1.008c-.082-.024-.446-.059-.645-.059-.961 0-1.658.645-1.658 1.535v3.914h-1.008zm28.135-.111c1.324 0 2.244.656 2.379 1.693h-.996c-.135-.504-.627-.838-1.389-.838-.75 0-1.336.381-1.336.943 0 .434.352.704 1.096.885l.973.235c1.189.287 1.763.802 1.763 1.711 0 1.13-1.095 1.91-2.531 1.91-1.406 0-2.373-.674-2.484-1.723h1.037c.17.533.674.873 1.482.873.85 0 1.459-.404 1.459-.984 0-.434-.328-.727-1.002-.891l-1.084-.264c-1.183-.287-1.722-.796-1.722-1.71 0-1.049 1.013-1.84 2.355-1.84zm-6.665 5.631c-1.155 0-1.846-.885-1.846-2.362 0-1.471.697-2.361 1.846-2.361 1.142 0 1.857.914 1.857 2.361 0 1.459-.709 2.362-1.857 2.362zm1.834-8.028v3.504h-.088c-.358-.691-1.102-1.107-1.981-1.107-1.605 0-2.654 1.289-2.654 3.269 0 1.987 1.037 3.27 2.654 3.27.873 0 1.623-.416 2.022-1.119h.094v1.007h.961v-8.824zm-9.001 8.028c-1.195 0-1.869-.868-1.869-2.362 0-1.5.674-2.361 1.869-2.361 1.196 0 1.869.861 1.869 2.361 0 1.494-.673 2.362-1.869 2.362zm0-5.631c-1.799 0-2.912 1.236-2.912 3.269 0 2.028 1.113 3.27 2.912 3.27s2.912-1.242 2.912-3.27c0-2.033-1.113-3.269-2.912-3.269zm-17.071 6.427h1.008v-6.316h-1.008zm-.199-8.238c0-.387.317-.703.703-.703.387 0 .703.316.703.703s-.316.703-.703.703c-.386 0-.703-.316-.703-.703zm-6.137 4.922 1.324-3.773h.093l1.325 3.773zm1.892-5.139h-1.043l-3.117 8.455h1.107l.85-2.42h3.363l.85 2.42h1.107zm14.868 4.5h-1.864v-3.562h1.864c1.224 0 1.898.639 1.898 1.799 0 1.119-.697 1.763-1.898 1.763zm.275-4.5h-3.193v8.455h1.054v-3.017h2.127c1.588 0 2.719-1.119 2.719-2.701 0-1.612-1.107-2.737-2.707-2.737z"></path></svg></span><span class="globalnav-link-text">AirPods</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - tv-home" class="globalnav-item globalnav-item-tv-home globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/tv-home/" data-globalnav-item-name="tv-home" data-topnav-flyout-trigger-compact="true" data-analytics-title="tv &amp; home" data-analytics-element-engagement="hover - tv &amp; home" aria-label="TV 與家居" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-tv-home" data-autom="gn_tv-home"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 49 44" width="49" xmlns="http://www.w3.org/2000/svg"> <path d="m2.9954 26v-7.5059h-2.7246v-.9492h6.5039v.9492h-2.7246v7.5059zm7.7314 0-3.1172-8.4551h1.1074l2.4844 7.0898h.0938l2.4844-7.0898h1.1074l-3.1172 8.4551zm11.2102-7.98c-.3457.1465-.9082.3105-1.6816.4863l.0586.9316h1.4062v.8906h-1.3711l.0527 1.0137h1.2539v.9023h-1.2012l.0527 1.0781h5.7598l.0527-1.0605h-1.0312v-.8965h1.0664l.0527-1.0312h-1.0488v-.8906h1.0898l.0527-1.0254h-1.2422v-.9199h2.1621l-.2227 5.8242h.7324v.9199h-2.8535c1.0664.3867 2.0332.8613 2.9121 1.4062l-.5449.8496c-1.0078-.6855-2.0391-1.2305-3.082-1.623l.416-.6328h-3.0234l.6855.6035c-.8203.6152-1.8223 1.1543-3.0117 1.623l-.6035-.8027c1.1484-.4102 2.1035-.8906 2.877-1.4238h-2.918v-.9199h.7559l-.2227-5.5781c.7559-.0879 1.5059-.293 2.2676-.6035zm1.2422 1.4766h1.7109c-.0293 1.8867-.1172 2.9414-.2637 3.1758-.1582.2285-.4688.3516-.9668.3516h-.2754l-.2461-.8027c.1992 0 .3809.0117.5566.0117.123 0 .2168-.0586.2578-.1758.0352-.1172.0586-.6914.0703-1.7402h-1.8574c.2227-1.2129.3867-2.2852.5039-3.2168l.8613.0703c-.041.2461-.0762.4922-.0938.7207h1.4414v.8379h-1.5642c-.0411.2694-.0938.5214-.1348.7675zm-.1465 1.125v2.3848h-.7852v-2.3848zm13.6231-1.084v.9023h-2.2734c-.252.1641-.4863.3164-.709.4629.3574.3926.6445.8203.8496 1.2715.8203-.3281 1.5996-.8203 2.3379-1.4883l.6738.6562c-.6914.6152-1.4766 1.1074-2.3438 1.459.7969.8672 1.8457 1.6055 3.1348 2.2207l-.5098.873c-1.1777-.6387-2.1387-1.3828-2.8828-2.2617.0234.1875.041.3809.041.5859 0 .832-.123 1.4004-.3457 1.7051-.2637.3574-.8613.5449-1.7988.5449h-.3223l-.334-.8496h.5273c.5742-.0117.9316-.0996 1.0781-.2402.1641-.2051.252-.5801.252-1.1602 0-.0996-.0059-.2051-.0059-.293-1.1074.832-2.5664 1.5176-4.3535 2.0742l-.4863-.832c1.998-.5684 3.5566-1.2949 4.6699-2.1738-.0586-.2051-.1406-.4102-.2227-.5977-.9609.7207-2.2441 1.3008-3.832 1.7637l-.4805-.8379c1.6816-.4336 2.9824-.9727 3.9023-1.6348-.0996-.1406-.1934-.2637-.293-.3867-.041.0234-.0762.0293-.1055.0527-.668.3164-1.6055.6562-2.8184 1.0137l-.4922-.8086c.9434-.1934 1.8223-.4629 2.6426-.8027.2461-.0996.4805-.2051.709-.3164h-2.2969v-.9023h6.0882zm-2.4903-1.6934h3.8438v1.9102h-.9727v-1.002h-6.8496v1.002h-.9727v-1.9102h3.9668c-.0996-.2637-.2168-.498-.3398-.7148l1.0078-.1641c.1113.2696.2168.5567.3164.8789zm5.666 8.6661-.7676-.6855c.6973-1.2832 1.0547-2.9355 1.0664-4.9395v-3.5098h7.752v2.6777h-2.8183v.9902h3.2168v.8965h-3.2168v1.0312h2.543v3.5449h-.9375v-.4395h-4.0078v.4395h-.9317v-3.5449h2.3848v-1.0312h-3.0645c-.1231 1.7403-.5215 3.2579-1.2188 4.5704zm1.2598-8.2442v.9023h5.8242v-.9023zm0 1.7871v.9902h3.0234v-.9902zm5.5781 5.1446v-1.3418h-4.0078v1.3418z"></path></svg></span><span class="globalnav-link-text">TV 與家居</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - entertainment" class="globalnav-item globalnav-item-entertainment globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/services/" data-globalnav-item-name="entertainment" data-topnav-flyout-trigger-compact="true" data-analytics-title="entertainment" data-analytics-element-engagement="hover - entertainment" aria-label="娛樂" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-entertainment" data-autom="gn_entertainment"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 21 44" width="21" xmlns="http://www.w3.org/2000/svg"> <path d="m2.5312 17.0586c-.082.6445-.1758 1.2539-.252 1.8105h1.4473v.5449c-.0586 1.623-.3105 3.0352-.7852 4.2246.4219.4219.7676.7969 1.0371 1.1367l-.6562.75c-.2402-.2988-.5039-.6152-.8086-.9551-.3926.7441-.8848 1.377-1.4648 1.916l-.6211-.7676c.5801-.5215 1.0605-1.1367 1.4297-1.8516-.3926-.3926-.8086-.8145-1.2832-1.2539.2285-.8613.4219-1.8047.6094-2.8066h-.7207v-.9375h.8555c.0996-.6094.1758-1.2422.2578-1.9043l.9551.0938zm.3047 2.748h-.7148c-.1816 1.002-.3809 1.8516-.5742 2.5312.2461.2285.4863.4336.7031.6387.3223-.9375.5156-1.9922.5859-3.1699zm3.082 3.0234c.0352-.2578.0586-.5215.0703-.8027v-.4102h-1.8281v-3.6855h.9375v2.8242h4.0781v2.0742h.6152v.8789h-3.0996c-.123.4512-.2871.8438-.4922 1.1836-.4277.6738-1.1133 1.1836-2.0801 1.5469l-.5215-.8203c.9141-.3516 1.5352-.8027 1.8691-1.3301.0879-.1875.1699-.375.2461-.5801h-2.0447v-.8789h2.25zm3.1641-5.5137v2.8242h-3.3105v-2.8242zm-.8848.832h-1.5586v1.166h1.5586zm1.6406 7.4883-.5273.8027c-.8203-.6973-1.6523-1.2539-2.5137-1.6523l.4922-.7148c.9434.4277 1.793.9492 2.5488 1.5645zm-1.5879-4.0195h-1.3242v.4102c-.0117.293-.0293.5566-.0586.8027h1.3828zm6.498-3.6152c.1348-.3164.2344-.6445.3223-.9727l.8965.1113c-.082.3105-.1816.5918-.3164.8613h1.1895v4.1543h-.9668v.7266h3.9785v.8965h-3.0527c.7441.7148 1.8516 1.2715 3.3164 1.6816l-.4512.9668c-1.7402-.6738-2.9824-1.5586-3.7383-2.6484h-.0527v2.6895h-.9609v-2.6895h-.0469c-.6562 1.0195-1.8691 1.8984-3.6328 2.6367l-.5625-.9258c1.5645-.5098 2.6719-1.084 3.334-1.7109h-3.082v-.8965h3.9902v-.7266h-.8906l.0586.2754-.6855.1758-.1523-.6855c-.5742.1348-1.2539.293-2.0273.4395l-.1641-.6152c.4512-.4805.8496-1.0781 1.2129-1.7988-.375.0938-.7734.1875-1.207.2695l-.1523-.6914c.2227-.1113.6152-.8906 1.1719-2.3379l.7617.2695c-.3398.8262-.6445 1.4414-.8789 1.8457.2461-.0586.4805-.123.709-.1816.1406-.3398.2754-.6914.3984-1.0371l.7383.2051c-.2812.7793-.5742 1.4707-.8965 2.0566l.5566-.1816c.1875.5215.3516 1.1074.5039 1.7637v-3.9258h.7793zm-2.5137 3.4043c.2695-.0645.5449-.1113.8203-.1758-.0762-.2578-.1523-.4922-.2344-.7148-.1934.3281-.3926.6211-.5859.8906zm3.7148-1.7227v-.9023h-1.0781v.9023zm0 .7793h-1.0781v.9082h1.0781zm3.9023 1.9043-.6855.1758c-.041-.2109-.082-.416-.123-.6152-.5449.1406-1.1777.2988-1.8984.4512l-.1758-.6152c.4219-.4688.8027-1.0664 1.1543-1.7695-.3223.0762-.6562.1465-1.0195.2344l-.1523-.6855c.1816-.1172.4922-.8965.9258-2.3496l.7734.2637c-.293.8438-.5391 1.459-.7266 1.8691l.5684-.1641c.1289-.3516.252-.6973.375-1.0547l.75.2227c-.2344.7148-.4922 1.3535-.7617 1.9102l.3926-.1289c.2227.6562.4277 1.4062.6035 2.2559zm-1.6816-.9434c.2285-.0527.4629-.0996.709-.1523-.0645-.2461-.1348-.4863-.1934-.6914-.1641.3105-.3398.5859-.5156.8438z"></path></svg></span><span class="globalnav-link-text">娛樂</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - accessories" class="globalnav-item globalnav-item-accessories globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="/hk-zh/shop/accessories/all" data-globalnav-item-name="accessories" data-topnav-flyout-trigger-compact="true" data-analytics-title="accessories" data-analytics-element-engagement="hover - accessories" aria-label="配件" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-accessories" data-autom="gn_accessories"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 20 44" width="20" xmlns="http://www.w3.org/2000/svg"> <path d="m4.8789 17.3363v.8789h-1.2598v1.0254h1.084v7.0605h-.8261v-.3633h-2.6368v.4336h-.832v-7.1309h1.0781v-1.0254h-1.2363v-.8789h4.6289zm-1.0019 7.7403v-2.4727h-.4102c-.4629 0-.6914-.252-.6914-.75v-1.7695h-.4395v.5742c-.0117 1.1074-.2461 1.9043-.7031 2.4082l-.3926-.334v2.3438zm-2.6368-4.9922v2.4492c.3223-.4277.4863-1.0547.4922-1.875v-.5742zm2.3145 3.3105v.832h-1.9746v-.832zm-.7207-4.1543v-1.0254h-.5567v1.0254zm1.043.8438h-.4864v1.5879c0 .1406.0879.2285.2637.2285h.2227zm5.2851 5.6015c-.1582.3223-.4922.4863-.9785.4863h-1.9512c-.6562 0-.9727-.3867-.9727-1.1484v-4.3066h2.7891v-2.502h-2.9004v-.8789h3.791v4.2715h-2.7597v3.0469c0 .3984.1523.6152.4629.6387h1.3945c.2227 0 .3809-.1465.4395-.4219.041-.2695.0879-.7969.123-1.582l.9141.3105c-.0821 1.0664-.2051 1.7637-.3516 2.0859zm4.2598-8.3613c-.252.8145-.5859 1.582-.9961 2.2969v6.8262h-.9551v-5.4082c-.2871.3633-.5977.7148-.9141 1.0547l-.3223-1.0371c1.0254-1.1895 1.7871-2.5723 2.2793-4.1543zm1.7695.4395c-.0879.4629-.1758.9082-.293 1.3125h1.2363v-2.0449h.9727v2.0449h2.2617v.9551h-2.2617v2.2031h2.6426v.9434h-2.6426v3.2285h-.9727v-3.2285h-2.918v-.9434h2.918v-2.2031h-1.5469c-.2578.6445-.5684 1.2305-.9375 1.7637l-.627-.8086c.5977-.9141 1.0078-2.0273 1.2129-3.3398z"></path></svg></span><span class="globalnav-link-text">配件</span></span></a> </li> </ul> </div> <div data-analytics-element-engagement="globalnav hover - support" class="globalnav-item globalnav-item-support globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com/hk/support/" data-globalnav-item-name="support" data-topnav-flyout-trigger-compact="true" data-analytics-title="support" data-analytics-element-engagement="hover - support" data-analytics-exit-link="true" aria-label="支援服務" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-support" data-autom="gn_support"><span class="globalnav-link-text-container"><span class="globalnav-image-regular globalnav-link-image"><svg height="44" viewbox="0 0 41 44" width="41" xmlns="http://www.w3.org/2000/svg"> <path d="m5.6201 16.9906v1.2598h3.9316v.9434h-3.9316v1.3418h2.7305v.8613c-.5391 1.1016-1.3301 2.0508-2.3555 2.8418.457.2461.9609.4805 1.5059.6855.7383.2637 1.5059.498 2.3262.6855l-.5684.8613c-.8906-.2402-1.7285-.5215-2.5312-.8613-.5626-.246-1.084-.5097-1.5645-.8027-1.1367.709-2.5137 1.2715-4.1074 1.6992l-.5684-.8672c1.4941-.334 2.7773-.8145 3.832-1.4004-.5097-.4043-.9609-.8555-1.3418-1.3477-.3574-.4512-.6152-.9316-.7676-1.4414h-.7148v-.9141h3.1289v-1.3418h-3.914v-.9434h3.914v-1.2598h.9961zm1.6231 4.459h-4.0664c.1816.4805.4512.9023.7969 1.2656.3457.3691.7383.709 1.166 1.0078.9023-.6445 1.6113-1.4003 2.1035-2.2734zm6.4863.5508c-.2871.1641-.5625.3281-.8496.4688v2.9121c0 .6152-.3281.9316-.9727.9316h-.9023l-.2051-.9082c.2637.041.5332.0586.7734.0586s.3633-.0996.3633-.3047v-2.25c-.3516.1465-.6973.293-1.0488.4102l-.2344-.9258c.4336-.1289.8613-.2695 1.2832-.4336v-2.1914h-1.1367v-.9375h1.1367v-1.7988h.9434v1.7988h1.0547v.9375h-1.0547v1.7637c.2871-.1582.5625-.3223.8496-.4922zm1.4531-2.1445c-.1934-.4277-.3984-.7969-.6152-1.1016l.7148-.2871c.2227.3457.4102.7148.5801 1.1133l-.6562.2754h1.7871c-.1875-.457-.3809-.8613-.5859-1.2012l.7031-.2812c.2051.3809.3926.7793.5566 1.207l-.6562.2754h1.1191c.2402-.4863.457-1.0664.6504-1.7168l.8555.2227c-.1875.5566-.3926 1.0547-.627 1.4941h.6973v.8438h-3.4336c-.0293.2227-.0645.4512-.0938.6562h3.75v.8613h-3.8848c-.041.2109-.0879.416-.1348.6152h3.4688v.7324c-.2227.5566-.5977 1.0488-1.0957 1.4707.5332.2227 1.1484.3984 1.8223.5098l-.4395.873c-.8438-.1875-1.5762-.457-2.1914-.8203-.5977.3398-1.3125.627-2.1328.8496l-.4395-.8086c.6855-.1465 1.2773-.334 1.7871-.5742-.4277-.3457-.791-.7383-1.0723-1.166-.0234.0352-.0293.0762-.041.1113-.3516.9023-.873 1.6992-1.5645 2.4199l-.5801-.75c.6094-.627 1.0664-1.3242 1.3828-2.0801.1465-.3984.2812-.8613.3808-1.3828h-1.2597v-.8613h1.418l.0762-.6562h-1.166v-.8438h.92zm4.7051-2.0157c-1.3828.3633-3.2168.5625-5.502.5625l-.2871-.8438c2.1328 0 3.9258-.1406 5.3789-.4277zm-1.4766 5.7832h-2.0273c.2988.3867.6562.7148 1.0898.9902.4102-.2988.7149-.6269.9375-.9902zm3.3047 2.8477-.7441-.668c.4102-.8906.6152-2.0332.627-3.4102v-5.0391h3.1875v8.0215c0 .6914-.3164 1.043-.9375 1.043h-.8262l-.2344-.8613c.2871.0293.5449.0527.7852.0527.2168 0 .334-.1875.334-.5449v-2.0566h-1.459c-.0704 1.3887-.3165 2.5488-.7325 3.4629zm2.1914-8.2324h-1.4355v1.5176h1.4355zm-1.4355 3.8847h1.4355v-1.4941h-1.4355zm3.9258 4.336h-.9141v-9.1055h4.3184c0 1.3359-.0645 2.2207-.1875 2.6602-.123.4277-.5156.6445-1.166.6445h-.8613l-.2578-.8203c.1641 0 .3926.0117.6738.0117.2168 0 .3809-.0234.4805-.0527.1055-.0293.1875-.123.252-.2637.0586-.1758.0996-.6094.123-1.2949h-2.4609v2.8887h3.4629v.8203c-.1816 1.0078-.4863 1.8691-.9199 2.5723.416.4043.9141.7559 1.459 1.0898l-.4805.8203c-.5801-.3516-1.0957-.7441-1.5234-1.1602-.4219.4746-.9199.8613-1.4941 1.1719l-.5039-.7617v.7793zm0-.8086c.5332-.2871.9844-.6562 1.3594-1.0898-.5918-.7559-1.002-1.6172-1.2305-2.5723h-.1289zm1.8925-1.8457c.3105-.5332.5449-1.1426.709-1.8164h-1.6406c.2051.6679.5156 1.2715.9316 1.8164zm4.9746-4.541c.3223-.3047.627-.6445.9023-1.0254h-2.7129v-.9023h3.8145v.7617c-.4277.6738-.8965 1.2363-1.4004 1.7109.1406.1289.2871.2637.4102.3984l-.2812.2637h1.4355v.8203c-.2402.6973-.5332 1.3242-.8672 1.8809l-.5859-.5273c.1875-.3223.3926-.7441.6035-1.2598h-.7383v4.0664c0 .627-.2988.9492-.8789.9492h-.9434l-.1875-.8555c.2871.041.5684.0645.832.0645.1934 0 .2988-.1289.2988-.3633v-3.5098c-.3691 1.1953-.873 2.2852-1.5293 3.2637l-.3574-.9082c.5918-.7793 1.0664-1.6816 1.4121-2.707h-1.1953v-.9141h2.0801c-.4219-.4277-.9551-.8789-1.5879-1.3418l.5859-.5742c.3224.2461.6271.4804.8907.709zm6.709 6.0586c-.0996.6738-.6035 1.0195-1.5176 1.0195-.1816 0-.4863-.0176-.9199-.041l-.2051-.8086c.3809.0234.709.0469.9902.0469.457 0 .7207-.2051.8027-.6094.0527-.1816.082-.791.1055-1.8047h-1.3477c-.1172.6035-.2871 1.084-.498 1.459-.4336.7207-1.1367 1.3301-2.1445 1.8574l-.5918-.7617c.8789-.4336 1.5117-.9316 1.8926-1.5059.1641-.2695.2988-.6152.4043-1.0488h-1.5117v-.8906h1.6641c.0293-.2637.0527-.5391.0703-.832h.9082l-.0586.832h2.1035c0 1.664-.0527 2.6953-.1465 3.0879zm-2.414-8.2149c-.0703.2402-.1582.4629-.2403.6797h3.0059v.8848h-.6855c-.252.6621-.5684 1.207-.9551 1.6172.5215.2637 1.125.498 1.8281.7031l-.627.75c-.7617-.2637-1.4004-.5508-1.916-.8789-.498.3281-1.0898.627-1.7988.9023l-.5391-.709c.6328-.2227 1.166-.457 1.5938-.709-.3223-.2754-.5977-.5625-.8203-.8613l.6914-.3867c.2226.2695.498.5098.832.7383.3223-.3223.5918-.709.7852-1.166h-1.8516c-.3223.4805-.709.9082-1.1719 1.3008l-.5391-.7207c.7266-.6152 1.2129-1.3594 1.4766-2.25z"></path></svg></span><span class="globalnav-link-text">支援服務</span></span></a> </li> </ul> </div> </div> </div> </li> <li data-topnav-flyout-label="搜尋 apple.com" data-analytics-title="open - search field" class="globalnav-item globalnav-search" data-autom="globalnav-search"> <a role="button" id="globalnav-menubutton-link-search" href="/hk-zh/search" data-topnav-flyout-trigger-regular="true" data-topnav-flyout-trigger-compact="true" aria-label="搜尋 apple.com" data-analytics-title="open - search field" class="globalnav-link globalnav-link-search"><span class="globalnav-image-regular"><svg xmlns="http://www.w3.org/2000/svg" width="15px" height="44px" viewbox="0 0 15 44"> <path d="M14.298,27.202l-3.87-3.87c0.701-0.929,1.122-2.081,1.122-3.332c0-3.06-2.489-5.55-5.55-5.55c-3.06,0-5.55,2.49-5.55,5.55 c0,3.061,2.49,5.55,5.55,5.55c1.251,0,2.403-0.421,3.332-1.122l3.87,3.87c0.151,0.151,0.35,0.228,0.548,0.228 s0.396-0.076,0.548-0.228C14.601,27.995,14.601,27.505,14.298,27.202z M1.55,20c0-2.454,1.997-4.45,4.45-4.45 c2.454,0,4.45,1.997,4.45,4.45S8.454,24.45,6,24.45C3.546,24.45,1.55,22.454,1.55,20z"></path> </svg> </span><span class="globalnav-image-compact"><svg height="48" viewbox="0 0 17 48" width="17" xmlns="http://www.w3.org/2000/svg"> <path d="m16.2294 29.9556-4.1755-4.0821a6.4711 6.4711 0 1 0 -1.2839 1.2625l4.2005 4.1066a.9.9 0 1 0 1.2588-1.287zm-14.5294-8.0017a5.2455 5.2455 0 1 1 5.2455 5.2527 5.2549 5.2549 0 0 1 -5.2455-5.2527z"></path></svg></span></a> <div id="globalnav-submenu-search" aria-labelledby="globalnav-menubutton-link-search" class="globalnav-flyout globalnav-submenu"> <div class="globalnav-flyout-scroll-container"> <div class="globalnav-flyout-content globalnav-submenu-content"> <form action="/hk-zh/search" method="get" class="globalnav-searchfield"> <div class="globalnav-searchfield-wrapper"> <input placeholder="搜尋 apple.com" aria-label="搜尋 apple.com" autocorrect="off" autocapitalize="off" autocomplete="off" class="globalnav-searchfield-input"></input><input id="globalnav-searchfield-src" type="hidden" name="src" value=""></input><input type="hidden" name="type" value=""></input><input type="hidden" name="page" value=""></input><input type="hidden" name="locale" value=""></input><button aria-label="清除搜尋" tabindex="-1" type="button" class="globalnav-searchfield-reset"> <span class="globalnav-image-regular"><svg height="14" viewbox="0 0 14 14" width="14" xmlns="http://www.w3.org/2000/svg"> <path d="m7 .0339a6.9661 6.9661 0 1 0 6.9661 6.9661 6.9661 6.9661 0 0 0 -6.9661-6.9661zm2.798 8.9867a.55.55 0 0 1 -.778.7774l-2.02-2.02-2.02 2.02a.55.55 0 0 1 -.7784-.7774l2.0206-2.0206-2.0204-2.02a.55.55 0 0 1 .7782-.7778l2.02 2.02 2.02-2.02a.55.55 0 0 1 .778.7778l-2.0203 2.02z"></path></svg></span><span class="globalnav-image-compact"><svg height="16" viewbox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"> <path d="m0 8a8.0474 8.0474 0 0 1 7.9922-8 8.0609 8.0609 0 0 1 8.0078 8 8.0541 8.0541 0 0 1 -8 8 8.0541 8.0541 0 0 1 -8-8zm5.6549 3.2863 2.3373-2.353 2.3451 2.353a.6935.6935 0 0 0 .4627.1961.6662.6662 0 0 0 .6667-.6667.6777.6777 0 0 0 -.1961-.4706l-2.3451-2.3373 2.3529-2.3607a.5943.5943 0 0 0 .1961-.4549.66.66 0 0 0 -.6667-.6589.6142.6142 0 0 0 -.447.1961l-2.3686 2.3606-2.353-2.3527a.6152.6152 0 0 0 -.447-.1883.6529.6529 0 0 0 -.6667.651.6264.6264 0 0 0 .1961.4549l2.3451 2.3529-2.3451 2.353a.61.61 0 0 0 -.1961.4549.6661.6661 0 0 0 .6667.6667.6589.6589 0 0 0 .4627-.1961z"></path></svg></span></button><button aria-label="提交搜尋" tabindex="-1" aria-hidden="true" type="submit" class="globalnav-searchfield-submit"> <span class="globalnav-image-regular"><svg height="32" viewbox="0 0 30 32" width="30" xmlns="http://www.w3.org/2000/svg"> <path d="m23.3291 23.3066-4.35-4.35c-.0105-.0105-.0247-.0136-.0355-.0235a6.8714 6.8714 0 1 0 -1.5736 1.4969c.0214.0256.03.0575.0542.0815l4.35 4.35a1.1 1.1 0 1 0 1.5557-1.5547zm-15.4507-8.582a5.6031 5.6031 0 1 1 5.603 5.61 5.613 5.613 0 0 1 -5.603-5.61z"></path></svg></span><span class="globalnav-image-compact"><svg width="38" height="40" viewbox="0 0 38 40" xmlns="http://www.w3.org/2000/svg"> <path d="m28.6724 27.8633-5.07-5.07c-.0095-.0095-.0224-.0122-.032-.0213a7.9967 7.9967 0 1 0 -1.8711 1.7625c.0254.03.0357.0681.0642.0967l5.07 5.07a1.3 1.3 0 0 0 1.8389-1.8379zm-18.0035-10.0033a6.5447 6.5447 0 1 1 6.545 6.5449 6.5518 6.5518 0 0 1 -6.545-6.5449z"></path></svg></span> </button> </div> <div role="status" aria-live="polite" data-topnav-searchresults-label="項結果" class="globalnav-searchresults-count"></div> </form> <div class="globalnav-searchresults"></div> </div> </div> </div> </li> <li id="globalnav-bag" data-analytics-region="bag" class="globalnav-item globalnav-bag"> <div class="globalnav-bag-wrapper"> <a role="button" id="globalnav-menubutton-link-bag" href="/hk-zh/shop/bag" aria-label="購物袋" data-globalnav-item-name="bag" data-topnav-flyout-trigger-regular="true" data-topnav-flyout-trigger-compact="true" data-analytics-title="open - bag" class="globalnav-link globalnav-link-bag" data-autom="gn_bag"><span class="globalnav-image-regular"><svg height="44" viewbox="0 0 14 44" width="14" xmlns="http://www.w3.org/2000/svg"> <path d="m11.3535 16.0283h-1.0205a3.4229 3.4229 0 0 0 -3.333-2.9648 3.4229 3.4229 0 0 0 -3.333 2.9648h-1.02a2.1184 2.1184 0 0 0 -2.117 2.1162v7.7155a2.1186 2.1186 0 0 0 2.1162 2.1167h8.707a2.1186 2.1186 0 0 0 2.1168-2.1167v-7.7155a2.1184 2.1184 0 0 0 -2.1165-2.1162zm-4.3535-1.8652a2.3169 2.3169 0 0 1 2.2222 1.8652h-4.4444a2.3169 2.3169 0 0 1 2.2222-1.8652zm5.37 11.6969a1.0182 1.0182 0 0 1 -1.0166 1.0171h-8.7069a1.0182 1.0182 0 0 1 -1.0165-1.0171v-7.7155a1.0178 1.0178 0 0 1 1.0166-1.0166h8.707a1.0178 1.0178 0 0 1 1.0164 1.0166z"></path></svg></span><span class="globalnav-image-compact"><svg height="48" viewbox="0 0 17 48" width="17" xmlns="http://www.w3.org/2000/svg"> <path d="m13.4575 16.9268h-1.1353a3.8394 3.8394 0 0 0 -7.6444 0h-1.1353a2.6032 2.6032 0 0 0 -2.6 2.6v8.9232a2.6032 2.6032 0 0 0 2.6 2.6h9.915a2.6032 2.6032 0 0 0 2.6-2.6v-8.9231a2.6032 2.6032 0 0 0 -2.6-2.6001zm-4.9575-2.2768a2.658 2.658 0 0 1 2.6221 2.2764h-5.2442a2.658 2.658 0 0 1 2.6221-2.2764zm6.3574 13.8a1.4014 1.4014 0 0 1 -1.4 1.4h-9.9149a1.4014 1.4014 0 0 1 -1.4-1.4v-8.9231a1.4014 1.4014 0 0 1 1.4-1.4h9.915a1.4014 1.4014 0 0 1 1.4 1.4z"></path></svg></span></a><span aria-hidden="true" data-analytics-title="open - bag" class="globalnav-bag-badge"><span class="globalnav-bag-badge-separator"></span><span class="globalnav-bag-badge-number">0</span><span class="globalnav-bag-badge-unit">+</span></span> </div> <div id="globalnav-submenu-bag" aria-labelledby="globalnav-menubutton-link-bag" class="globalnav-flyout globalnav-submenu"> <div class="globalnav-flyout-scroll-container"> <div class="globalnav-flyout-content globalnav-submenu-content"></div> </div> </div> </li> </ul> <div class="globalnav-menutrigger"> <button id="globalnav-menutrigger-button" aria-controls="globalnav-list" aria-label="Menu" data-topnav-menu-label-open="Menu" data-topnav-menu-label-close="Close" data-topnav-flyout-trigger-compact="menu" class="globalnav-menutrigger-button"> <svg width="18" height="18" viewbox="0 0 18 18"> <polyline id="globalnav-menutrigger-bread-bottom" fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" points="2 12, 16 12" class="globalnav-menutrigger-bread globalnav-menutrigger-bread-bottom"> <animate id="globalnav-anim-menutrigger-bread-bottom-open" attributename="points" keytimes="0;0.5;1" dur="0.24s" begin="indefinite" fill="freeze" calcmode="spline" keysplines="0.42, 0, 1, 1;0, 0, 0.58, 1" values=" 2 12, 16 12; 2 9, 16 9; 3.5 15, 15 3.5"></animate> <animate id="globalnav-anim-menutrigger-bread-bottom-close" attributename="points" keytimes="0;0.5;1" dur="0.24s" begin="indefinite" fill="freeze" calcmode="spline" keysplines="0.42, 0, 1, 1;0, 0, 0.58, 1" values=" 3.5 15, 15 3.5; 2 9, 16 9; 2 12, 16 12"></animate> </polyline> <polyline id="globalnav-menutrigger-bread-top" fill="none" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" points="2 5, 16 5" class="globalnav-menutrigger-bread globalnav-menutrigger-bread-top"> <animate id="globalnav-anim-menutrigger-bread-top-open" attributename="points" keytimes="0;0.5;1" dur="0.24s" begin="indefinite" fill="freeze" calcmode="spline" keysplines="0.42, 0, 1, 1;0, 0, 0.58, 1" values=" 2 5, 16 5; 2 9, 16 9; 3.5 3.5, 15 15"></animate> <animate id="globalnav-anim-menutrigger-bread-top-close" attributename="points" keytimes="0;0.5;1" dur="0.24s" begin="indefinite" fill="freeze" calcmode="spline" keysplines="0.42, 0, 1, 1;0, 0, 0.58, 1" values=" 3.5 3.5, 15 15; 2 9, 16 9; 2 5, 16 5"></animate> </polyline> </svg> </button> </div> </div> </nav> <div id="globalnav-curtain" class="globalnav-curtain"></div> <div id="globalnav-placeholder" class="globalnav-placeholder"></div> </div> <script id="__ACGH_DATA__" type="application/json">{"props":{"globalNavData":{"locale":"zh_HK","ariaLabel":"全網站","analyticsAttributes":[{"name":"data-analytics-activitymap-region-id","value":"global nav"},{"name":"data-analytics-region","value":"global nav"}],"links":[{"id":"a8c92520d7f5cdc15f280a04e0618933acfce488cc553fb4783a68be789e7694","name":"apple","text":"Apple","url":"https://www.apple.com/hk/","ariaLabel":"Apple","submenuAriaLabel":"Apple 選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 14 44\" width=\"14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m13.0729 17.6825a3.61 3.61 0 0 0 -1.7248 3.0365 3.5132 3.5132 0 0 0 2.1379 3.2223 8.394 8.394 0 0 1 -1.0948 2.2618c-.6816.9812-1.3943 1.9623-2.4787 1.9623s-1.3633-.63-2.613-.63c-1.2187 0-1.6525.6507-2.644.6507s-1.6834-.9089-2.4787-2.0243a9.7842 9.7842 0 0 1 -1.6628-5.2776c0-3.0984 2.014-4.7405 3.9969-4.7405 1.0535 0 1.9314.6919 2.5924.6919.63 0 1.6112-.7333 2.8092-.7333a3.7579 3.7579 0 0 1 3.1604 1.5802zm-3.7284-2.8918a3.5615 3.5615 0 0 0 .8469-2.22 1.5353 1.5353 0 0 0 -.031-.32 3.5686 3.5686 0 0 0 -2.3445 1.2084 3.4629 3.4629 0 0 0 -.8779 2.1585 1.419 1.419 0 0 0 .031.2892 1.19 1.19 0 0 0 .2169.0207 3.0935 3.0935 0 0 0 2.1586-1.1368z\"/></svg>"},{"name":"compact","assetInline":"<svg height=\"48\" viewBox=\"0 0 17 48\" width=\"17\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m15.5752 19.0792a4.2055 4.2055 0 0 0 -2.01 3.5376 4.0931 4.0931 0 0 0 2.4908 3.7542 9.7779 9.7779 0 0 1 -1.2755 2.6351c-.7941 1.1431-1.6244 2.2862-2.8878 2.2862s-1.5883-.734-3.0443-.734c-1.42 0-1.9252.7581-3.08.7581s-1.9611-1.0589-2.8876-2.3584a11.3987 11.3987 0 0 1 -1.9373-6.1487c0-3.61 2.3464-5.523 4.6566-5.523 1.2274 0 2.25.8062 3.02.8062.734 0 1.8771-.8543 3.2729-.8543a4.3778 4.3778 0 0 1 3.6822 1.841zm-6.8586-2.0456a1.3865 1.3865 0 0 1 -.2527-.024 1.6557 1.6557 0 0 1 -.0361-.337 4.0341 4.0341 0 0 1 1.0228-2.5148 4.1571 4.1571 0 0 1 2.7314-1.4078 1.7815 1.7815 0 0 1 .0361.373 4.1487 4.1487 0 0 1 -.9867 2.587 3.6039 3.6039 0 0 1 -2.5148 1.3236z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"apple home"}]},{"id":"54c0ba637f7907a0159f10121797711bfd870ee9dc9abd82c9fd41edd07fbf1e","name":"store","text":"Store","url":"/hk-zh/store","ariaLabel":"Store","submenuAriaLabel":"Store 選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 30 44\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m26.5679 20.4629c1.002 0 1.67.738 1.693 1.857h-3.48c.076-1.119.779-1.857 1.787-1.857zm2.754 2.672v-.387c0-1.963-1.037-3.176-2.742-3.176-1.735 0-2.848 1.289-2.848 3.276 0 1.998 1.096 3.263 2.848 3.263 1.383 0 2.367-.668 2.66-1.746h-1.008c-.264.557-.814.856-1.629.856-1.072 0-1.769-.791-1.822-2.039v-.047zm-9.547-3.451h.96v.937h.094c.188-.615.914-1.049 1.752-1.049.164 0 .375.012.504.03v1.007c-.082-.023-.445-.058-.644-.058-.961 0-1.659 1.098-1.659 1.535v3.914h-1.007zm-4.27 5.519c-1.195 0-1.869-.867-1.869-2.361 0-1.5.674-2.361 1.869-2.361 1.196 0 1.87.861 1.87 2.361 0 1.494-.674 2.361-1.87 2.361zm0-5.631c-1.798 0-2.912 1.237-2.912 3.27 0 2.027 1.114 3.269 2.912 3.269 1.799 0 2.913-1.242 2.913-3.269 0-2.033-1.114-3.27-2.913-3.27zm-5.478-1.475v1.635h1.407v.843h-1.407v3.575c0 .744.282 1.06.938 1.06.182 0 .281-.006.469-.023v.849c-.199.035-.393.059-.592.059-1.301 0-1.822-.481-1.822-1.688v-3.832h-1.02v-.843h1.02v-1.635zm-8.103 5.694c.129.885.973 1.447 2.174 1.447 1.137 0 1.975-.615 1.975-1.453 0-.72-.527-1.177-1.693-1.47l-1.084-.282c-1.53-.386-2.192-1.078-2.192-2.279 0-1.436 1.201-2.408 2.988-2.408 1.635 0 2.854.972 2.942 2.338h-1.061c-.146-.867-.861-1.383-1.916-1.383-1.125 0-1.869.562-1.869 1.418 0 .662.463 1.043 1.629 1.342l.885.234c1.752.439 2.455 1.119 2.455 2.361 0 1.553-1.225 2.543-3.158 2.543-1.793 0-3.03-.949-3.141-2.408z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"store"},{"name":"data-analytics-element-engagement","value":"hover - store"}]},{"id":"588f1468921347b261954cb757deb7ffa4f2884facfb65a830b08922449df426","name":"mac","text":"Mac","url":"https://www.apple.com/hk/mac/","ariaLabel":"Mac","submenuAriaLabel":"Mac 選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 23 44\" width=\"23\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.1558 25.9987v-6.457h-.0703l-2.666 6.457h-.8907l-2.666-6.457h-.0703v6.457h-.9844v-8.4551h1.2246l2.8945 7.0547h.0938l2.8945-7.0547h1.2246v8.4551zm2.5166-1.7696c0-1.1309.832-1.7812 2.3027-1.8691l1.8223-.1113v-.5742c0-.7793-.4863-1.207-1.4297-1.207-.7559 0-1.2832.2871-1.4238.7852h-1.0195c.1348-1.0137 1.1309-1.6816 2.4785-1.6816 1.541 0 2.4023.791 2.4023 2.1035v4.3242h-.9609v-.9318h-.0938c-.4102.6738-1.1016 1.043-1.9453 1.043-1.2246 0-2.1328-.7266-2.1328-1.8809zm4.125-.5859v-.5801l-1.6992.1113c-.9609.0645-1.3828.3984-1.3828 1.0312 0 .6445.5449 1.0195 1.2773 1.0195 1.0371.0001 1.8047-.6796 1.8047-1.5819zm6.958-2.0273c-.1641-.627-.7207-1.1367-1.6289-1.1367-1.1367 0-1.8516.9082-1.8516 2.3379 0 1.459.7266 2.3848 1.8516 2.3848.8496 0 1.4414-.3926 1.6289-1.1074h1.0195c-.1816 1.1602-1.125 2.0156-2.6426 2.0156-1.7695 0-2.9004-1.2832-2.9004-3.293 0-1.9688 1.125-3.2461 2.8945-3.2461 1.5352 0 2.4727.9199 2.6484 2.0449z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"mac"},{"name":"data-analytics-element-engagement","value":"hover - mac"}]},{"id":"5aa91574dda31d39c210568c81db163fbe45d1f4e539614b0cc83fa7e00fb7fb","name":"ipad","text":"iPad","url":"https://www.apple.com/hk/ipad/","ariaLabel":"iPad","submenuAriaLabel":"iPad 選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 24 44\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m14.9575 23.7002c0 .902-.768 1.582-1.805 1.582-.732 0-1.277-.375-1.277-1.02 0-.632.422-.966 1.383-1.031l1.699-.111zm-1.395-4.072c-1.347 0-2.343.668-2.478 1.681h1.019c.141-.498.668-.785 1.424-.785.944 0 1.43.428 1.43 1.207v.574l-1.822.112c-1.471.088-2.303.738-2.303 1.869 0 1.154.908 1.881 2.133 1.881.844 0 1.535-.369 1.945-1.043h.094v.931h.961v-4.324c0-1.312-.862-2.103-2.403-2.103zm6.769 5.575c-1.155 0-1.846-.885-1.846-2.361 0-1.471.697-2.362 1.846-2.362 1.142 0 1.857.914 1.857 2.362 0 1.459-.709 2.361-1.857 2.361zm1.834-8.027v3.503h-.088c-.358-.691-1.102-1.107-1.981-1.107-1.605 0-2.654 1.289-2.654 3.27 0 1.986 1.037 3.269 2.654 3.269.873 0 1.623-.416 2.022-1.119h.093v1.008h.961v-8.824zm-15.394 4.869h-1.863v-3.563h1.863c1.225 0 1.899.639 1.899 1.799 0 1.119-.697 1.764-1.899 1.764zm.276-4.5h-3.194v8.455h1.055v-3.018h2.127c1.588 0 2.719-1.119 2.719-2.701 0-1.611-1.108-2.736-2.707-2.736zm-6.064 8.454h1.008v-6.316h-1.008zm-.199-8.237c0-.387.316-.704.703-.704s.703.317.703.704c0 .386-.316.703-.703.703s-.703-.317-.703-.703z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"ipad"},{"name":"data-analytics-element-engagement","value":"hover - ipad"}]},{"id":"5c52d8dbf1aa1fcb5dc5377663e30c4815d2f38d2ad928813fce40d5df81324f","name":"iphone","text":"iPhone","url":"https://www.apple.com/hk/iphone/","ariaLabel":"iPhone","submenuAriaLabel":"iPhone 選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 38 44\" width=\"38\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m32.7129 22.3203h3.48c-.023-1.119-.691-1.857-1.693-1.857-1.008 0-1.711.738-1.787 1.857zm4.459 2.045c-.293 1.078-1.277 1.746-2.66 1.746-1.752 0-2.848-1.266-2.848-3.264 0-1.986 1.113-3.275 2.848-3.275 1.705 0 2.742 1.213 2.742 3.176v.386h-4.541v.047c.053 1.248.75 2.039 1.822 2.039.815 0 1.366-.298 1.629-.855zm-12.282-4.682h.961v.996h.094c.316-.697.932-1.107 1.898-1.107 1.418 0 2.209.838 2.209 2.338v4.09h-1.007v-3.844c0-1.137-.481-1.676-1.489-1.676s-1.658.674-1.658 1.781v3.739h-1.008zm-2.499 3.158c0-1.5-.674-2.361-1.869-2.361-1.196 0-1.87.861-1.87 2.361 0 1.495.674 2.362 1.87 2.362 1.195 0 1.869-.867 1.869-2.362zm-4.782 0c0-2.033 1.114-3.269 2.913-3.269 1.798 0 2.912 1.236 2.912 3.269 0 2.028-1.114 3.27-2.912 3.27-1.799 0-2.913-1.242-2.913-3.27zm-6.636-5.666h1.008v3.504h.093c.317-.697.979-1.107 1.946-1.107 1.336 0 2.179.855 2.179 2.338v4.09h-1.007v-3.844c0-1.119-.504-1.676-1.459-1.676-1.131 0-1.752.715-1.752 1.781v3.739h-1.008zm-6.015 4.87h1.863c1.202 0 1.899-.645 1.899-1.764 0-1.16-.674-1.799-1.899-1.799h-1.863zm2.139-4.5c1.599 0 2.707 1.125 2.707 2.736 0 1.582-1.131 2.701-2.719 2.701h-2.127v3.018h-1.055v-8.455zm-6.114 8.454h1.008v-6.316h-1.008zm-.2-8.238c0-.386.317-.703.703-.703.387 0 .704.317.704.703 0 .387-.317.704-.704.704-.386 0-.703-.317-.703-.704z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"iphone"},{"name":"data-analytics-element-engagement","value":"hover - iphone"}]},{"id":"f01400373f0e7e866d2c2b613adcc5b7744fa75bae216c316c7cfd96d4816e0e","name":"watch","text":"Watch","url":"https://www.apple.com/hk/watch/","ariaLabel":"Watch","submenuAriaLabel":"Watch 選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 35 44\" width=\"35\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m28.9819 17.1758h1.008v3.504h.094c.316-.697.978-1.108 1.945-1.108 1.336 0 2.18.856 2.18 2.338v4.09h-1.008v-3.844c0-1.119-.504-1.675-1.459-1.675-1.131 0-1.752.715-1.752 1.781v3.738h-1.008zm-2.42 4.441c-.164-.627-.721-1.136-1.629-1.136-1.137 0-1.852.908-1.852 2.338 0 1.459.727 2.384 1.852 2.384.849 0 1.441-.392 1.629-1.107h1.019c-.182 1.16-1.125 2.016-2.642 2.016-1.77 0-2.901-1.284-2.901-3.293 0-1.969 1.125-3.247 2.895-3.247 1.535 0 2.472.92 2.648 2.045zm-6.533-3.568v1.635h1.407v.844h-1.407v3.574c0 .744.282 1.06.938 1.06.182 0 .281-.006.469-.023v.85c-.2.035-.393.058-.592.058-1.301 0-1.822-.48-1.822-1.687v-3.832h-1.02v-.844h1.02v-1.635zm-4.2 5.596v-.58l-1.699.111c-.961.064-1.383.398-1.383 1.031 0 .645.545 1.02 1.277 1.02 1.038 0 1.805-.68 1.805-1.582zm-4.125.586c0-1.131.832-1.782 2.303-1.869l1.822-.112v-.574c0-.779-.486-1.207-1.43-1.207-.755 0-1.283.287-1.423.785h-1.02c.135-1.014 1.131-1.682 2.479-1.682 1.541 0 2.402.792 2.402 2.104v4.324h-.961v-.931h-.094c-.41.673-1.101 1.043-1.945 1.043-1.225 0-2.133-.727-2.133-1.881zm-7.684 1.769h-.996l-2.303-8.455h1.101l1.682 6.873h.07l1.893-6.873h1.066l1.893 6.873h.07l1.682-6.873h1.101l-2.302 8.455h-.996l-1.946-6.674h-.07z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"watch"},{"name":"data-analytics-element-engagement","value":"hover - watch"}]},{"id":"f940c2829a3db652372957d5c10a9f1af642848683f7ada4c225911bc0d1ceef","name":"vision","text":"Vision","url":"https://www.apple.com/hk/apple-vision-pro/","ariaLabel":"Vision","submenuAriaLabel":"Vision menu","images":[{"name":"regular","assetInline":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"34\" height=\"44\" viewBox=\"0 0 34 44\"><g id=\"en-US_globalnav_links_vision_image_large\"><rect id=\"box_\" width=\"34\" height=\"44\" fill=\"none\"/><path id=\"art_\" d=\"m.4043,17.5449h1.1074l2.4844,7.0898h.0938l2.4844-7.0898h1.1074l-3.1172,8.4551h-1.043L.4043,17.5449Zm8.3467.2168c0-.3867.3164-.7031.7031-.7031s.7031.3164.7031.7031-.3164.7031-.7031.7031-.7031-.3164-.7031-.7031Zm.1875,1.9219h1.0195v6.3164h-1.0195v-6.3164Zm2.499,4.7051h1.043c.1699.5273.6738.873,1.4824.873.8496,0,1.4531-.4043,1.4531-.9785v-.0117c0-.4277-.3223-.7266-1.1016-.9141l-.9785-.2344c-1.1836-.2812-1.7168-.7969-1.7168-1.7051v-.0059c0-1.0488,1.0078-1.8398,2.3496-1.8398,1.3242,0,2.2441.6621,2.3848,1.6934h-1.002c-.1348-.498-.627-.8438-1.3887-.8438-.75,0-1.3008.3867-1.3008.9434v.0117c0,.4277.3164.6973,1.0605.8789l.9727.2344c1.1895.2871,1.7637.8027,1.7637,1.7051v.0117c0,1.125-1.0957,1.9043-2.5312,1.9043-1.4062,0-2.373-.6797-2.4902-1.7227Zm6.3203-6.627c0-.3867.3164-.7031.7031-.7031s.7031.3164.7031.7031-.3164.7031-.7031.7031-.7031-.3164-.7031-.7031Zm.1875,1.9219h1.0195v6.3164h-1.0195v-6.3164Zm2.5049,3.1641v-.0117c0-2.0273,1.1133-3.2637,2.9121-3.2637s2.9121,1.2363,2.9121,3.2637v.0117c0,2.0215-1.1133,3.2637-2.9121,3.2637s-2.9121-1.2422-2.9121-3.2637Zm4.7812,0v-.0117c0-1.4941-.6738-2.3613-1.8691-2.3613s-1.8691.8672-1.8691,2.3613v.0117c0,1.4883.6738,2.3613,1.8691,2.3613s1.8691-.873,1.8691-2.3613Zm2.5049-3.1641h1.0195v.9492h.0938c.3164-.668.9082-1.0605,1.8398-1.0605,1.418,0,2.209.8379,2.209,2.3379v4.0898h-1.0195v-3.8438c0-1.1367-.4688-1.6816-1.4766-1.6816s-1.6465.6797-1.6465,1.7871v3.7383h-1.0195v-6.3164Z\"/></g></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"vision"},{"name":"data-analytics-element-engagement","value":"hover - vision"}]},{"id":"b63ce9806bbc3ae377740446ebf3b2988e43bdf6176f00357e32062c1aa0be5d","name":"airpods","text":"AirPods","url":"https://www.apple.com/hk/airpods/","ariaLabel":"AirPods","submenuAriaLabel":"AirPods 選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 43 44\" width=\"43\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.7153 19.6836h.961v.937h.094c.187-.615.914-1.048 1.752-1.048.164 0 .375.011.504.029v1.008c-.082-.024-.446-.059-.645-.059-.961 0-1.658.645-1.658 1.535v3.914h-1.008zm28.135-.111c1.324 0 2.244.656 2.379 1.693h-.996c-.135-.504-.627-.838-1.389-.838-.75 0-1.336.381-1.336.943 0 .434.352.704 1.096.885l.973.235c1.189.287 1.763.802 1.763 1.711 0 1.13-1.095 1.91-2.531 1.91-1.406 0-2.373-.674-2.484-1.723h1.037c.17.533.674.873 1.482.873.85 0 1.459-.404 1.459-.984 0-.434-.328-.727-1.002-.891l-1.084-.264c-1.183-.287-1.722-.796-1.722-1.71 0-1.049 1.013-1.84 2.355-1.84zm-6.665 5.631c-1.155 0-1.846-.885-1.846-2.362 0-1.471.697-2.361 1.846-2.361 1.142 0 1.857.914 1.857 2.361 0 1.459-.709 2.362-1.857 2.362zm1.834-8.028v3.504h-.088c-.358-.691-1.102-1.107-1.981-1.107-1.605 0-2.654 1.289-2.654 3.269 0 1.987 1.037 3.27 2.654 3.27.873 0 1.623-.416 2.022-1.119h.094v1.007h.961v-8.824zm-9.001 8.028c-1.195 0-1.869-.868-1.869-2.362 0-1.5.674-2.361 1.869-2.361 1.196 0 1.869.861 1.869 2.361 0 1.494-.673 2.362-1.869 2.362zm0-5.631c-1.799 0-2.912 1.236-2.912 3.269 0 2.028 1.113 3.27 2.912 3.27s2.912-1.242 2.912-3.27c0-2.033-1.113-3.269-2.912-3.269zm-17.071 6.427h1.008v-6.316h-1.008zm-.199-8.238c0-.387.317-.703.703-.703.387 0 .703.316.703.703s-.316.703-.703.703c-.386 0-.703-.316-.703-.703zm-6.137 4.922 1.324-3.773h.093l1.325 3.773zm1.892-5.139h-1.043l-3.117 8.455h1.107l.85-2.42h3.363l.85 2.42h1.107zm14.868 4.5h-1.864v-3.562h1.864c1.224 0 1.898.639 1.898 1.799 0 1.119-.697 1.763-1.898 1.763zm.275-4.5h-3.193v8.455h1.054v-3.017h2.127c1.588 0 2.719-1.119 2.719-2.701 0-1.612-1.107-2.737-2.707-2.737z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"airpods"},{"name":"data-analytics-element-engagement","value":"hover - airpods"}]},{"id":"f14d51cad4e449721a2f5c21705a7da157c567e9c984b32b612bb80b204341c6","name":"tv-home","text":"TV 與家居","url":"","ariaLabel":"TV 與家居","submenuAriaLabel":"TV 與家居選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 49 44\" width=\"49\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.9954 26v-7.5059h-2.7246v-.9492h6.5039v.9492h-2.7246v7.5059zm7.7314 0-3.1172-8.4551h1.1074l2.4844 7.0898h.0938l2.4844-7.0898h1.1074l-3.1172 8.4551zm11.2102-7.98c-.3457.1465-.9082.3105-1.6816.4863l.0586.9316h1.4062v.8906h-1.3711l.0527 1.0137h1.2539v.9023h-1.2012l.0527 1.0781h5.7598l.0527-1.0605h-1.0312v-.8965h1.0664l.0527-1.0312h-1.0488v-.8906h1.0898l.0527-1.0254h-1.2422v-.9199h2.1621l-.2227 5.8242h.7324v.9199h-2.8535c1.0664.3867 2.0332.8613 2.9121 1.4062l-.5449.8496c-1.0078-.6855-2.0391-1.2305-3.082-1.623l.416-.6328h-3.0234l.6855.6035c-.8203.6152-1.8223 1.1543-3.0117 1.623l-.6035-.8027c1.1484-.4102 2.1035-.8906 2.877-1.4238h-2.918v-.9199h.7559l-.2227-5.5781c.7559-.0879 1.5059-.293 2.2676-.6035zm1.2422 1.4766h1.7109c-.0293 1.8867-.1172 2.9414-.2637 3.1758-.1582.2285-.4688.3516-.9668.3516h-.2754l-.2461-.8027c.1992 0 .3809.0117.5566.0117.123 0 .2168-.0586.2578-.1758.0352-.1172.0586-.6914.0703-1.7402h-1.8574c.2227-1.2129.3867-2.2852.5039-3.2168l.8613.0703c-.041.2461-.0762.4922-.0938.7207h1.4414v.8379h-1.5642c-.0411.2694-.0938.5214-.1348.7675zm-.1465 1.125v2.3848h-.7852v-2.3848zm13.6231-1.084v.9023h-2.2734c-.252.1641-.4863.3164-.709.4629.3574.3926.6445.8203.8496 1.2715.8203-.3281 1.5996-.8203 2.3379-1.4883l.6738.6562c-.6914.6152-1.4766 1.1074-2.3438 1.459.7969.8672 1.8457 1.6055 3.1348 2.2207l-.5098.873c-1.1777-.6387-2.1387-1.3828-2.8828-2.2617.0234.1875.041.3809.041.5859 0 .832-.123 1.4004-.3457 1.7051-.2637.3574-.8613.5449-1.7988.5449h-.3223l-.334-.8496h.5273c.5742-.0117.9316-.0996 1.0781-.2402.1641-.2051.252-.5801.252-1.1602 0-.0996-.0059-.2051-.0059-.293-1.1074.832-2.5664 1.5176-4.3535 2.0742l-.4863-.832c1.998-.5684 3.5566-1.2949 4.6699-2.1738-.0586-.2051-.1406-.4102-.2227-.5977-.9609.7207-2.2441 1.3008-3.832 1.7637l-.4805-.8379c1.6816-.4336 2.9824-.9727 3.9023-1.6348-.0996-.1406-.1934-.2637-.293-.3867-.041.0234-.0762.0293-.1055.0527-.668.3164-1.6055.6562-2.8184 1.0137l-.4922-.8086c.9434-.1934 1.8223-.4629 2.6426-.8027.2461-.0996.4805-.2051.709-.3164h-2.2969v-.9023h6.0882zm-2.4903-1.6934h3.8438v1.9102h-.9727v-1.002h-6.8496v1.002h-.9727v-1.9102h3.9668c-.0996-.2637-.2168-.498-.3398-.7148l1.0078-.1641c.1113.2696.2168.5567.3164.8789zm5.666 8.6661-.7676-.6855c.6973-1.2832 1.0547-2.9355 1.0664-4.9395v-3.5098h7.752v2.6777h-2.8183v.9902h3.2168v.8965h-3.2168v1.0312h2.543v3.5449h-.9375v-.4395h-4.0078v.4395h-.9317v-3.5449h2.3848v-1.0312h-3.0645c-.1231 1.7403-.5215 3.2579-1.2188 4.5704zm1.2598-8.2442v.9023h5.8242v-.9023zm0 1.7871v.9902h3.0234v-.9902zm5.5781 5.1446v-1.3418h-4.0078v1.3418z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"tv & home"},{"name":"data-analytics-element-engagement","value":"hover - tv & home"}]},{"id":"f70e78d8c3e8996761787b5964b0cf286b284f4a7e90ba5fd44b918ee2f86350","name":"entertainment","text":"娛樂","url":"https://www.apple.com/hk/services/","ariaLabel":"娛樂","submenuAriaLabel":"娛樂選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 21 44\" width=\"21\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m2.5312 17.0586c-.082.6445-.1758 1.2539-.252 1.8105h1.4473v.5449c-.0586 1.623-.3105 3.0352-.7852 4.2246.4219.4219.7676.7969 1.0371 1.1367l-.6562.75c-.2402-.2988-.5039-.6152-.8086-.9551-.3926.7441-.8848 1.377-1.4648 1.916l-.6211-.7676c.5801-.5215 1.0605-1.1367 1.4297-1.8516-.3926-.3926-.8086-.8145-1.2832-1.2539.2285-.8613.4219-1.8047.6094-2.8066h-.7207v-.9375h.8555c.0996-.6094.1758-1.2422.2578-1.9043l.9551.0938zm.3047 2.748h-.7148c-.1816 1.002-.3809 1.8516-.5742 2.5312.2461.2285.4863.4336.7031.6387.3223-.9375.5156-1.9922.5859-3.1699zm3.082 3.0234c.0352-.2578.0586-.5215.0703-.8027v-.4102h-1.8281v-3.6855h.9375v2.8242h4.0781v2.0742h.6152v.8789h-3.0996c-.123.4512-.2871.8438-.4922 1.1836-.4277.6738-1.1133 1.1836-2.0801 1.5469l-.5215-.8203c.9141-.3516 1.5352-.8027 1.8691-1.3301.0879-.1875.1699-.375.2461-.5801h-2.0447v-.8789h2.25zm3.1641-5.5137v2.8242h-3.3105v-2.8242zm-.8848.832h-1.5586v1.166h1.5586zm1.6406 7.4883-.5273.8027c-.8203-.6973-1.6523-1.2539-2.5137-1.6523l.4922-.7148c.9434.4277 1.793.9492 2.5488 1.5645zm-1.5879-4.0195h-1.3242v.4102c-.0117.293-.0293.5566-.0586.8027h1.3828zm6.498-3.6152c.1348-.3164.2344-.6445.3223-.9727l.8965.1113c-.082.3105-.1816.5918-.3164.8613h1.1895v4.1543h-.9668v.7266h3.9785v.8965h-3.0527c.7441.7148 1.8516 1.2715 3.3164 1.6816l-.4512.9668c-1.7402-.6738-2.9824-1.5586-3.7383-2.6484h-.0527v2.6895h-.9609v-2.6895h-.0469c-.6562 1.0195-1.8691 1.8984-3.6328 2.6367l-.5625-.9258c1.5645-.5098 2.6719-1.084 3.334-1.7109h-3.082v-.8965h3.9902v-.7266h-.8906l.0586.2754-.6855.1758-.1523-.6855c-.5742.1348-1.2539.293-2.0273.4395l-.1641-.6152c.4512-.4805.8496-1.0781 1.2129-1.7988-.375.0938-.7734.1875-1.207.2695l-.1523-.6914c.2227-.1113.6152-.8906 1.1719-2.3379l.7617.2695c-.3398.8262-.6445 1.4414-.8789 1.8457.2461-.0586.4805-.123.709-.1816.1406-.3398.2754-.6914.3984-1.0371l.7383.2051c-.2812.7793-.5742 1.4707-.8965 2.0566l.5566-.1816c.1875.5215.3516 1.1074.5039 1.7637v-3.9258h.7793zm-2.5137 3.4043c.2695-.0645.5449-.1113.8203-.1758-.0762-.2578-.1523-.4922-.2344-.7148-.1934.3281-.3926.6211-.5859.8906zm3.7148-1.7227v-.9023h-1.0781v.9023zm0 .7793h-1.0781v.9082h1.0781zm3.9023 1.9043-.6855.1758c-.041-.2109-.082-.416-.123-.6152-.5449.1406-1.1777.2988-1.8984.4512l-.1758-.6152c.4219-.4688.8027-1.0664 1.1543-1.7695-.3223.0762-.6562.1465-1.0195.2344l-.1523-.6855c.1816-.1172.4922-.8965.9258-2.3496l.7734.2637c-.293.8438-.5391 1.459-.7266 1.8691l.5684-.1641c.1289-.3516.252-.6973.375-1.0547l.75.2227c-.2344.7148-.4922 1.3535-.7617 1.9102l.3926-.1289c.2227.6562.4277 1.4062.6035 2.2559zm-1.6816-.9434c.2285-.0527.4629-.0996.709-.1523-.0645-.2461-.1348-.4863-.1934-.6914-.1641.3105-.3398.5859-.5156.8438z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"entertainment"},{"name":"data-analytics-element-engagement","value":"hover - entertainment"}]},{"id":"6d61290c58cd0de75562c2398d789d8e8d9201feec48b3e4077e6843b5bb2a68","name":"accessories","text":"配件","url":"/hk-zh/shop/accessories/all","ariaLabel":"配件","submenuAriaLabel":"配件選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 20 44\" width=\"20\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m4.8789 17.3363v.8789h-1.2598v1.0254h1.084v7.0605h-.8261v-.3633h-2.6368v.4336h-.832v-7.1309h1.0781v-1.0254h-1.2363v-.8789h4.6289zm-1.0019 7.7403v-2.4727h-.4102c-.4629 0-.6914-.252-.6914-.75v-1.7695h-.4395v.5742c-.0117 1.1074-.2461 1.9043-.7031 2.4082l-.3926-.334v2.3438zm-2.6368-4.9922v2.4492c.3223-.4277.4863-1.0547.4922-1.875v-.5742zm2.3145 3.3105v.832h-1.9746v-.832zm-.7207-4.1543v-1.0254h-.5567v1.0254zm1.043.8438h-.4864v1.5879c0 .1406.0879.2285.2637.2285h.2227zm5.2851 5.6015c-.1582.3223-.4922.4863-.9785.4863h-1.9512c-.6562 0-.9727-.3867-.9727-1.1484v-4.3066h2.7891v-2.502h-2.9004v-.8789h3.791v4.2715h-2.7597v3.0469c0 .3984.1523.6152.4629.6387h1.3945c.2227 0 .3809-.1465.4395-.4219.041-.2695.0879-.7969.123-1.582l.9141.3105c-.0821 1.0664-.2051 1.7637-.3516 2.0859zm4.2598-8.3613c-.252.8145-.5859 1.582-.9961 2.2969v6.8262h-.9551v-5.4082c-.2871.3633-.5977.7148-.9141 1.0547l-.3223-1.0371c1.0254-1.1895 1.7871-2.5723 2.2793-4.1543zm1.7695.4395c-.0879.4629-.1758.9082-.293 1.3125h1.2363v-2.0449h.9727v2.0449h2.2617v.9551h-2.2617v2.2031h2.6426v.9434h-2.6426v3.2285h-.9727v-3.2285h-2.918v-.9434h2.918v-2.2031h-1.5469c-.2578.6445-.5684 1.2305-.9375 1.7637l-.627-.8086c.5977-.9141 1.0078-2.0273 1.2129-3.3398z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"accessories"},{"name":"data-analytics-element-engagement","value":"hover - accessories"}]},{"id":"2bc2c55995e4395ea54f603033e8ee6fe5156425f93a69291c9d9d910790da93","name":"support","text":"支援服務","url":"https://www.apple.com/hk/support/","ariaLabel":"支援服務","submenuAriaLabel":"支援服務選單","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 41 44\" width=\"41\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m5.6201 16.9906v1.2598h3.9316v.9434h-3.9316v1.3418h2.7305v.8613c-.5391 1.1016-1.3301 2.0508-2.3555 2.8418.457.2461.9609.4805 1.5059.6855.7383.2637 1.5059.498 2.3262.6855l-.5684.8613c-.8906-.2402-1.7285-.5215-2.5312-.8613-.5626-.246-1.084-.5097-1.5645-.8027-1.1367.709-2.5137 1.2715-4.1074 1.6992l-.5684-.8672c1.4941-.334 2.7773-.8145 3.832-1.4004-.5097-.4043-.9609-.8555-1.3418-1.3477-.3574-.4512-.6152-.9316-.7676-1.4414h-.7148v-.9141h3.1289v-1.3418h-3.914v-.9434h3.914v-1.2598h.9961zm1.6231 4.459h-4.0664c.1816.4805.4512.9023.7969 1.2656.3457.3691.7383.709 1.166 1.0078.9023-.6445 1.6113-1.4003 2.1035-2.2734zm6.4863.5508c-.2871.1641-.5625.3281-.8496.4688v2.9121c0 .6152-.3281.9316-.9727.9316h-.9023l-.2051-.9082c.2637.041.5332.0586.7734.0586s.3633-.0996.3633-.3047v-2.25c-.3516.1465-.6973.293-1.0488.4102l-.2344-.9258c.4336-.1289.8613-.2695 1.2832-.4336v-2.1914h-1.1367v-.9375h1.1367v-1.7988h.9434v1.7988h1.0547v.9375h-1.0547v1.7637c.2871-.1582.5625-.3223.8496-.4922zm1.4531-2.1445c-.1934-.4277-.3984-.7969-.6152-1.1016l.7148-.2871c.2227.3457.4102.7148.5801 1.1133l-.6562.2754h1.7871c-.1875-.457-.3809-.8613-.5859-1.2012l.7031-.2812c.2051.3809.3926.7793.5566 1.207l-.6562.2754h1.1191c.2402-.4863.457-1.0664.6504-1.7168l.8555.2227c-.1875.5566-.3926 1.0547-.627 1.4941h.6973v.8438h-3.4336c-.0293.2227-.0645.4512-.0938.6562h3.75v.8613h-3.8848c-.041.2109-.0879.416-.1348.6152h3.4688v.7324c-.2227.5566-.5977 1.0488-1.0957 1.4707.5332.2227 1.1484.3984 1.8223.5098l-.4395.873c-.8438-.1875-1.5762-.457-2.1914-.8203-.5977.3398-1.3125.627-2.1328.8496l-.4395-.8086c.6855-.1465 1.2773-.334 1.7871-.5742-.4277-.3457-.791-.7383-1.0723-1.166-.0234.0352-.0293.0762-.041.1113-.3516.9023-.873 1.6992-1.5645 2.4199l-.5801-.75c.6094-.627 1.0664-1.3242 1.3828-2.0801.1465-.3984.2812-.8613.3808-1.3828h-1.2597v-.8613h1.418l.0762-.6562h-1.166v-.8438h.92zm4.7051-2.0157c-1.3828.3633-3.2168.5625-5.502.5625l-.2871-.8438c2.1328 0 3.9258-.1406 5.3789-.4277zm-1.4766 5.7832h-2.0273c.2988.3867.6562.7148 1.0898.9902.4102-.2988.7149-.6269.9375-.9902zm3.3047 2.8477-.7441-.668c.4102-.8906.6152-2.0332.627-3.4102v-5.0391h3.1875v8.0215c0 .6914-.3164 1.043-.9375 1.043h-.8262l-.2344-.8613c.2871.0293.5449.0527.7852.0527.2168 0 .334-.1875.334-.5449v-2.0566h-1.459c-.0704 1.3887-.3165 2.5488-.7325 3.4629zm2.1914-8.2324h-1.4355v1.5176h1.4355zm-1.4355 3.8847h1.4355v-1.4941h-1.4355zm3.9258 4.336h-.9141v-9.1055h4.3184c0 1.3359-.0645 2.2207-.1875 2.6602-.123.4277-.5156.6445-1.166.6445h-.8613l-.2578-.8203c.1641 0 .3926.0117.6738.0117.2168 0 .3809-.0234.4805-.0527.1055-.0293.1875-.123.252-.2637.0586-.1758.0996-.6094.123-1.2949h-2.4609v2.8887h3.4629v.8203c-.1816 1.0078-.4863 1.8691-.9199 2.5723.416.4043.9141.7559 1.459 1.0898l-.4805.8203c-.5801-.3516-1.0957-.7441-1.5234-1.1602-.4219.4746-.9199.8613-1.4941 1.1719l-.5039-.7617v.7793zm0-.8086c.5332-.2871.9844-.6562 1.3594-1.0898-.5918-.7559-1.002-1.6172-1.2305-2.5723h-.1289zm1.8925-1.8457c.3105-.5332.5449-1.1426.709-1.8164h-1.6406c.2051.6679.5156 1.2715.9316 1.8164zm4.9746-4.541c.3223-.3047.627-.6445.9023-1.0254h-2.7129v-.9023h3.8145v.7617c-.4277.6738-.8965 1.2363-1.4004 1.7109.1406.1289.2871.2637.4102.3984l-.2812.2637h1.4355v.8203c-.2402.6973-.5332 1.3242-.8672 1.8809l-.5859-.5273c.1875-.3223.3926-.7441.6035-1.2598h-.7383v4.0664c0 .627-.2988.9492-.8789.9492h-.9434l-.1875-.8555c.2871.041.5684.0645.832.0645.1934 0 .2988-.1289.2988-.3633v-3.5098c-.3691 1.1953-.873 2.2852-1.5293 3.2637l-.3574-.9082c.5918-.7793 1.0664-1.6816 1.4121-2.707h-1.1953v-.9141h2.0801c-.4219-.4277-.9551-.8789-1.5879-1.3418l.5859-.5742c.3224.2461.6271.4804.8907.709zm6.709 6.0586c-.0996.6738-.6035 1.0195-1.5176 1.0195-.1816 0-.4863-.0176-.9199-.041l-.2051-.8086c.3809.0234.709.0469.9902.0469.457 0 .7207-.2051.8027-.6094.0527-.1816.082-.791.1055-1.8047h-1.3477c-.1172.6035-.2871 1.084-.498 1.459-.4336.7207-1.1367 1.3301-2.1445 1.8574l-.5918-.7617c.8789-.4336 1.5117-.9316 1.8926-1.5059.1641-.2695.2988-.6152.4043-1.0488h-1.5117v-.8906h1.6641c.0293-.2637.0527-.5391.0703-.832h.9082l-.0586.832h2.1035c0 1.664-.0527 2.6953-.1465 3.0879zm-2.414-8.2149c-.0703.2402-.1582.4629-.2403.6797h3.0059v.8848h-.6855c-.252.6621-.5684 1.207-.9551 1.6172.5215.2637 1.125.498 1.8281.7031l-.627.75c-.7617-.2637-1.4004-.5508-1.916-.8789-.498.3281-1.0898.627-1.7988.9023l-.5391-.709c.6328-.2227 1.166-.457 1.5938-.709-.3223-.2754-.5977-.5625-.8203-.8613l.6914-.3867c.2226.2695.498.5098.832.7383.3223-.3223.5918-.709.7852-1.166h-1.8516c-.3223.4805-.709.9082-1.1719 1.3008l-.5391-.7207c.7266-.6152 1.2129-1.3594 1.4766-2.25z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"support"},{"name":"data-analytics-element-engagement","value":"hover - support"},{"name":"data-analytics-exit-link","value":"true"}]}],"bag":{"analyticsAttributes":[{"name":"data-analytics-region","value":"bag"}],"open":{"url":"/hk-zh/shop/goto/bag","images":[{"name":"regular","assetInline":"<svg height=\"44\" viewBox=\"0 0 14 44\" width=\"14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m11.3535 16.0283h-1.0205a3.4229 3.4229 0 0 0 -3.333-2.9648 3.4229 3.4229 0 0 0 -3.333 2.9648h-1.02a2.1184 2.1184 0 0 0 -2.117 2.1162v7.7155a2.1186 2.1186 0 0 0 2.1162 2.1167h8.707a2.1186 2.1186 0 0 0 2.1168-2.1167v-7.7155a2.1184 2.1184 0 0 0 -2.1165-2.1162zm-4.3535-1.8652a2.3169 2.3169 0 0 1 2.2222 1.8652h-4.4444a2.3169 2.3169 0 0 1 2.2222-1.8652zm5.37 11.6969a1.0182 1.0182 0 0 1 -1.0166 1.0171h-8.7069a1.0182 1.0182 0 0 1 -1.0165-1.0171v-7.7155a1.0178 1.0178 0 0 1 1.0166-1.0166h8.707a1.0178 1.0178 0 0 1 1.0164 1.0166z\"/></svg>"},{"name":"compact","assetInline":"<svg height=\"48\" viewBox=\"0 0 17 48\" width=\"17\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m13.4575 16.9268h-1.1353a3.8394 3.8394 0 0 0 -7.6444 0h-1.1353a2.6032 2.6032 0 0 0 -2.6 2.6v8.9232a2.6032 2.6032 0 0 0 2.6 2.6h9.915a2.6032 2.6032 0 0 0 2.6-2.6v-8.9231a2.6032 2.6032 0 0 0 -2.6-2.6001zm-4.9575-2.2768a2.658 2.658 0 0 1 2.6221 2.2764h-5.2442a2.658 2.658 0 0 1 2.6221-2.2764zm6.3574 13.8a1.4014 1.4014 0 0 1 -1.4 1.4h-9.9149a1.4014 1.4014 0 0 1 -1.4-1.4v-8.9231a1.4014 1.4014 0 0 1 1.4-1.4h9.915a1.4014 1.4014 0 0 1 1.4 1.4z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"open - bag"}],"ariaLabel":"購物袋"},"close":{"analyticsAttributes":[{"name":"data-analytics-click","value":"prop3:close - bag"},{"name":"data-analytics-title","value":"close - bag"}],"ariaLabel":"關閉"},"badge":{"ariaLabel":"購物袋內項目總數:{%BAGITEMCOUNT%}"},"storeApiUrl":"/[storefront]/shop/bag/status"},"search":{"analyticsAttributes":[{"name":"data-analytics-region","value":"search"}],"open":{"url":"/hk-zh/search","images":[{"name":"regular","assetInline":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"15px\" height=\"44px\" viewBox=\"0 0 15 44\">\n<path d=\"M14.298,27.202l-3.87-3.87c0.701-0.929,1.122-2.081,1.122-3.332c0-3.06-2.489-5.55-5.55-5.55c-3.06,0-5.55,2.49-5.55,5.55 c0,3.061,2.49,5.55,5.55,5.55c1.251,0,2.403-0.421,3.332-1.122l3.87,3.87c0.151,0.151,0.35,0.228,0.548,0.228 s0.396-0.076,0.548-0.228C14.601,27.995,14.601,27.505,14.298,27.202z M1.55,20c0-2.454,1.997-4.45,4.45-4.45 c2.454,0,4.45,1.997,4.45,4.45S8.454,24.45,6,24.45C3.546,24.45,1.55,22.454,1.55,20z\"/>\n</svg>\n"},{"name":"compact","assetInline":"<svg height=\"48\" viewBox=\"0 0 17 48\" width=\"17\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m16.2294 29.9556-4.1755-4.0821a6.4711 6.4711 0 1 0 -1.2839 1.2625l4.2005 4.1066a.9.9 0 1 0 1.2588-1.287zm-14.5294-8.0017a5.2455 5.2455 0 1 1 5.2455 5.2527 5.2549 5.2549 0 0 1 -5.2455-5.2527z\"/></svg>"}],"ariaLabel":"搜尋 apple.com","analyticsAttributes":[{"name":"data-analytics-title","value":"open - search field"}]},"close":{"ariaLabel":"關閉"},"input":{"placeholderTextRegular":"搜尋 apple.com","placeholderTextCompact":"搜尋","ariaLabel":"搜尋 apple.com"},"submit":{"images":[{"name":"regular","assetInline":"<svg height=\"32\" viewBox=\"0 0 30 32\" width=\"30\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m23.3291 23.3066-4.35-4.35c-.0105-.0105-.0247-.0136-.0355-.0235a6.8714 6.8714 0 1 0 -1.5736 1.4969c.0214.0256.03.0575.0542.0815l4.35 4.35a1.1 1.1 0 1 0 1.5557-1.5547zm-15.4507-8.582a5.6031 5.6031 0 1 1 5.603 5.61 5.613 5.613 0 0 1 -5.603-5.61z\"/></svg>"},{"name":"compact","assetInline":"<svg width=\"38\" height=\"40\" viewBox=\"0 0 38 40\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m28.6724 27.8633-5.07-5.07c-.0095-.0095-.0224-.0122-.032-.0213a7.9967 7.9967 0 1 0 -1.8711 1.7625c.0254.03.0357.0681.0642.0967l5.07 5.07a1.3 1.3 0 0 0 1.8389-1.8379zm-18.0035-10.0033a6.5447 6.5447 0 1 1 6.545 6.5449 6.5518 6.5518 0 0 1 -6.545-6.5449z\"/></svg>"}],"ariaLabel":"提交搜尋"},"reset":{"images":[{"name":"regular","assetInline":"<svg height=\"14\" viewBox=\"0 0 14 14\" width=\"14\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m7 .0339a6.9661 6.9661 0 1 0 6.9661 6.9661 6.9661 6.9661 0 0 0 -6.9661-6.9661zm2.798 8.9867a.55.55 0 0 1 -.778.7774l-2.02-2.02-2.02 2.02a.55.55 0 0 1 -.7784-.7774l2.0206-2.0206-2.0204-2.02a.55.55 0 0 1 .7782-.7778l2.02 2.02 2.02-2.02a.55.55 0 0 1 .778.7778l-2.0203 2.02z\"/></svg>"},{"name":"compact","assetInline":"<svg height=\"16\" viewBox=\"0 0 16 16\" width=\"16\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m0 8a8.0474 8.0474 0 0 1 7.9922-8 8.0609 8.0609 0 0 1 8.0078 8 8.0541 8.0541 0 0 1 -8 8 8.0541 8.0541 0 0 1 -8-8zm5.6549 3.2863 2.3373-2.353 2.3451 2.353a.6935.6935 0 0 0 .4627.1961.6662.6662 0 0 0 .6667-.6667.6777.6777 0 0 0 -.1961-.4706l-2.3451-2.3373 2.3529-2.3607a.5943.5943 0 0 0 .1961-.4549.66.66 0 0 0 -.6667-.6589.6142.6142 0 0 0 -.447.1961l-2.3686 2.3606-2.353-2.3527a.6152.6152 0 0 0 -.447-.1883.6529.6529 0 0 0 -.6667.651.6264.6264 0 0 0 .1961.4549l2.3451 2.3529-2.3451 2.353a.61.61 0 0 0 -.1961.4549.6661.6661 0 0 0 .6667.6667.6589.6589 0 0 0 .4627-.1961z\" /></svg>"}],"ariaLabel":"清除搜尋"},"results":{"ariaLabel":"項結果"},"defaultLinks":{"title":"快速連結","images":[{"name":"regular","assetInline":"<svg height=\"16\" viewBox=\"0 0 9 16\" width=\"9\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.6124 8.1035-2.99 2.99a.5.5 0 0 1 -.7071-.7071l2.1366-2.1364h-6.316a.5.5 0 0 1 0-1h6.316l-2.1368-2.1367a.5.5 0 0 1 .7071-.7071l2.99 2.99a.5.5 0 0 1 .0002.7073z\"/></svg>"},{"name":"compact","assetInline":"<svg height=\"25\" viewBox=\"0 0 13 25\" width=\"13\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m12.3577 13.4238-4.4444 4.4444a.6.6 0 0 1 -.8486-.8477l3.37-3.37h-9.3231a.65.65 0 0 1 0-1.3008h9.3232l-3.37-3.37a.6.6 0 0 1 .8486-.8477l4.4444 4.4444a.5989.5989 0 0 1 -.0001.8474z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-region","value":"defaultlinks search"}]},"defaultLinksApiUrl":"/search-services/suggestions/defaultlinks/","suggestedLinks":{"title":"建議連結","images":[{"name":"regular","assetInline":"<svg height=\"16\" viewBox=\"0 0 9 16\" width=\"9\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.6124 8.1035-2.99 2.99a.5.5 0 0 1 -.7071-.7071l2.1366-2.1364h-6.316a.5.5 0 0 1 0-1h6.316l-2.1368-2.1367a.5.5 0 0 1 .7071-.7071l2.99 2.99a.5.5 0 0 1 .0002.7073z\"/></svg>"},{"name":"compact","assetInline":"<svg height=\"25\" viewBox=\"0 0 13 25\" width=\"13\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m12.3577 13.4238-4.4444 4.4444a.6.6 0 0 1 -.8486-.8477l3.37-3.37h-9.3231a.65.65 0 0 1 0-1.3008h9.3232l-3.37-3.37a.6.6 0 0 1 .8486-.8477l4.4444 4.4444a.5989.5989 0 0 1 -.0001.8474z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-region","value":"suggested links"}]},"suggestedSearches":{"title":"建議搜尋","images":[{"name":"regular","assetInline":"<svg height=\"16\" viewBox=\"0 0 9 16\" width=\"9\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m8.6235 11.2266-2.2141-2.2142a3.43 3.43 0 0 0 .7381-2.1124 3.469 3.469 0 1 0 -1.5315 2.8737l2.23 2.23a.55.55 0 0 0 .7773-.7773zm-7.708-4.3266a2.7659 2.7659 0 1 1 2.7657 2.766 2.7694 2.7694 0 0 1 -2.7657-2.766z\"/></svg>"},{"name":"compact","assetInline":"<svg height=\"25\" viewBox=\"0 0 13 25\" width=\"13\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m12.3936 17.7969-3.1231-3.1231a4.83 4.83 0 0 0 1.023-2.9541 4.89 4.89 0 1 0 -2.1806 4.059v.0006l3.1484 3.1484a.8.8 0 0 0 1.1319-1.1308zm-10.9536-6.0769a3.9768 3.9768 0 1 1 3.976 3.9773 3.981 3.981 0 0 1 -3.976-3.9773z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-region","value":"suggested search"}]},"suggestionsApiUrl":"/search-services/suggestions/"},"segmentbar":{"dataStrings":{"view":"{%STOREFRONT%}商店首頁","exit":"離開","segments":{"eduInd":"教育商店首頁","other":"商店首頁"}}},"menu":{"open":{"ariaLabel":"選單"},"close":{"ariaLabel":"關閉"},"back":{"ariaLabel":"主選單","images":[{"name":"compact","assetInline":"<svg height=\"48\" viewBox=\"0 0 9 48\" width=\"9\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.5618 24.0621 6.5581-6.4238c.2368-.2319.2407-.6118.0088-.8486-.2324-.2373-.6123-.2407-.8486-.0088l-7 6.8569c-.1157.1138-.1807.2695-.1802.4316.001.1621.0674.3174.1846.4297l7 6.7241c.1162.1118.2661.1675.4155.1675.1577 0 .3149-.062.4326-.1846.2295-.2388.2222-.6187-.0171-.8481z\"/></svg>"}]}},"submenu":{"open":{"images":[{"name":"regular","assetInline":"<svg height=\"10\" viewBox=\"0 0 10 10\" width=\"10\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m4.6725 6.635-2.655-2.667a.445.445 0 0 1 -.123-.304.4331.4331 0 0 1 .427-.439h.006a.447.447 0 0 1 .316.135l2.357 2.365 2.356-2.365a.458.458 0 0 1 .316-.135.433.433 0 0 1 .433.433v.006a.4189.4189 0 0 1 -.123.3l-2.655 2.671a.4451.4451 0 0 1 -.327.14.464.464 0 0 1 -.328-.14z\"/></svg>"},{"name":"compact","assetInline":"<svg height=\"48\" viewBox=\"0 0 9 48\" width=\"9\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m7.4382 24.0621-6.5581-6.4238c-.2368-.2319-.2407-.6118-.0088-.8486.2324-.2373.6123-.2407.8486-.0088l7 6.8569c.1157.1138.1807.2695.1802.4316-.001.1621-.0674.3174-.1846.4297l-7 6.7242c-.1162.1118-.2661.1675-.4155.1675-.1577 0-.3149-.062-.4326-.1846-.2295-.2388-.2222-.6187.0171-.8481l6.5537-6.2959z\"/></svg>"}]}},"textDirection":"ltr","wwwDomain":"www.apple.com","searchUrlPath":"/hk-zh/search","storeUrlPath":"/hk-zh","hasAbsoluteUrls":"true","hasShopRedirectUrls":true,"analyticsType":"aos","storeApiKey":"","submenuApiUrl":"https://www.apple.com/api-www/global-elements/global-header/v1/flyouts","useRelativeSearchRequest":"true"},"config":{"acGlobalHeaderVersion":"ac-globalheader-183-20240326-144320"}}}</script> <script> if (window.acStoreClearCache) { window.acStoreClearCache(); } </script> <script type="text/javascript"> window.assets = { "itemsHeader": "\u4F60\u7684\u8CFC\u7269\u888B\u7E3D\u8A08\u70BA {price}\u3002", "geoLocationDagger": "\u2020\u2020", "savedBagHeader": "\u4EE5\u4E0B\u662F\u4F60\u5132\u5B58\u7684\u7522\u54C1\u3002", "addAllToBag": "\u52A0\u5165\u81F3\u8CFC\u7269\u888B", "saveBagLabel": "\u5132\u5B58\u8CFC\u7269\u888B", "bagId": "\u8CFC\u7269\u888B ID\uFF1A", "emptyBagHeader": "\u4F60\u7684\u8CFC\u7269\u888B\u6C92\u6709\u4EFB\u4F55\u9805\u76EE\u3002", "add": "\u52A0\u5165", "edit": "\u7DE8\u8F2F", "save": "\u5132\u5B58", "close": "\u95DC\u9589", "previous":"\u4E0A\u4E00\u9801", "next":"\u4E0B\u4E00\u6B65", "overlayCloseA11y": "", "reset":"\u91CD\u8A2D", "undo": "\u9084\u539F", "apply": "\u5957\u7528", "applying": "\u6B63\u5728\u5957\u7528", "cancel": "\u53D6\u6D88", "engraving": "\u52A0\u5165\u514D\u8CBB\u942B\u523B\u8A0A\u606F", "engraved": "\u5DF2\u52A0\u5165\u942B\u523B", "selectCoverage": "Select payment plan", "appleCareTooltip": "AppleCare+ coverage and recurring monthly payments begin when your device ships or is picked up. Your monthly plan automatically renews until cancelled. Cancel at any time by calling 800-APL-CARE (800-275-2273) or as provided in your terms and conditions. Apple Card Monthly Installments customers may only add two years of coverage to their purchase. The cost of your AppleCare+ coverage will be divided across your Apple Card Monthly Installments payments.", "combinationTitleAlly": "Add {title} {monthlyPriceA11y} or {priceA11y} for two years", "yourEngraving": "\u4F60\u7684\u942B\u523B\u8A0A\u606F", "remove": "\u79FB\u9664", "removing": "\u6B63\u5728\u79FB\u9664", "macHardwareLabel": "\u786C\u4EF6", "macSoftwareLabel": "\u8EDF\u4EF6", "quantityLabel": "\u6578\u91CF\uFF1A", "quantityA11y": "\u6578\u91CF", "phoneDetails": "\u96FB\u8A71\u8A73\u60C5\uFF1A", "hidePhoneDetailsLabel": "\u96B1\u85CF\u670D\u52D9\u8A08\u5283\u8A73\u60C5", "showPhoneDetailsLabel": "\u986F\u793A\u670D\u52D9\u8A08\u5283\u8A73\u60C5", "editPlan": "\u7DE8\u8F2F\u670D\u52D9\u8A08\u5283", "phoneNumber": "\u96FB\u8A71\u865F\u78BC\uFF1A", "showDetailsLabel": "\u986F\u793A\u7522\u54C1\u8A73\u60C5", "hideDetailsLabel": "\u96B1\u85CF\u7522\u54C1\u8A73\u60C5", "editModelLabel": "\u7DE8\u8F2F\u578B\u865F", "editIphoneModel": "\u7DE8\u8F2F iPhone \u578B\u865F", "freeLabel": "\u514D\u8CBB", "addGifting": "\u52A0\u5165\u79AE\u54C1\u5305\u88DD\u53CA\u5361\u7247", "addGiftingMsg": "\u52A0\u5165\u9001\u79AE\u8A0A\u606F", "giftMsgLabel": "\u4F60\u7684\u9001\u79AE\u8A0A\u606F", "giftPkgLabel": "\u4F60\u7684\u79AE\u54C1\u5305\u88DD\u3002", "checkoutLabel": "\u7D50\u5E33", "emptyBagNotSignedPrefix": "\u767B\u5165\u4EE5\u67E5\u770B\u4F60\u662F\u5426\u6709\u5DF2\u5132\u5B58\u7684\u9805\u76EE\uFF0C\u6216\u7E7C\u7E8C\u9078\u8CFC\u3002", "emptyBagSignedPrefix": "\u4F60\u53EF\u9078\u64C7\u514D\u8CBB\u9001\u8CA8\u670D\u52D9\uFF0C\u6216\u5230 Apple Store \u5E97\u5167\u63D0\u53D6\u73FE\u8CA8\u7522\u54C1\u3002", "signinTxt": "\u767B\u5165", "continueShopping": "\u7E7C\u7E8C\u8CFC\u7269", "engravingA11y": "\u52A0\u5165\u942B\u523B\u8A0A\u606F", "egcToLabel": "\u6536\u4EF6\u4EBA", "egcFromLabel": "\u5BC4\u4EF6\u4EBA", "egcMessageLabel": "Message", "egcRecipient": "\u6536\u4EF6\u4EBA", "egcRecipientName": "Recipient Name", "egcRecipientEmail": "\u96FB\u90F5\u6536\u4EF6\u4EBA", "egcYourName": "\u4F60\u7684\u59D3\u540D", "egcSenderName": "Sender Name", "egcYourEmail": "\u4F60\u7684\u96FB\u90F5", "egcSenderEmail": "Sender Email", "egcMessageSubject": "\u8A0A\u606F\u4E3B\u984C (\u53EF\u7559\u7A7A)", "egcYourMessage": "\u4F60\u7684\u8A0A\u606F (\u53EF\u7559\u7A7A)", "egcOverlayHeader": "\u4F60\u7684\u79AE\u54C1\u5361\u8A73\u60C5", "subtotal": "\u5C0F\u8A08", "shipping": "\u9001\u8CA8", "total": "\u7E3D\u984D", "totalToday": "Your total today", "totalSavings": "\u7E3D\u7BC0\u7701\u91D1\u984D ", "recycleFee": "\u52A0\u5DDE\u56DE\u6536\u8CBB\u7528", "recycleFeesLearnMoreA11y": "\u300C\u52A0\u5DDE\u56DE\u6536\u8CBB\u7528\u300D\u662F\u4EC0\u9EBC", "taxEstimateLabel": "\u9810\u8A08\u7A05\u9805\uFF1A", "learnMoreA11y":"Learn more about Interest free installments", "taxEstimateLabelIconA11y": "What does \"estimated tax\" mean", "tooltipLabel":"", "taxZipCode": "\u8F38\u5165\u90F5\u653F\u7DE8\u78BC", "taxZipCodeA11y": "\u8F38\u5165\u90F5\u653F\u7DE8\u78BC\u4EE5\u67E5\u770B\u9810\u8A08\u7A05\u9805", "estimatedTaxZipA11y": "\u67E5\u770B\u6240\u8F38\u5165\u90F5\u653F\u7DE8\u78BC\u7684\u9810\u8A08\u7A05\u9805", "taxTooltipTitle": "", "taxTooltipContent": "\u7D50\u5E33\u7DB2\u9801\u6240\u986F\u793A\u7684\u92B7\u552E\u7A05\u9805\uFF0C\u50C5\u70BA\u9810\u8A08\u91D1\u984D\u3002\u4F60\u7684\u767C\u7968\u6703\u5305\u542B\u6700\u7D42\u5FB5\u6536\u7684\u92B7\u552E\u7A05\u9805\u7E3D\u984D\uFF0C\u5305\u62EC\u5DDE\/\u7701\/\u570B\u5BB6\/\u5730\u5340\u7A05\u9805\u3001\u672C\u5730\u7A05\u9805\uFF0C\u4EE5\u53CA\u5176\u4ED6\u4EFB\u4F55\u9069\u7528\u7684\u56DE\u8D08\u53CA\u8CBB\u7528\u3002\u5728\u52A0\u5DDE\u53CA\u7F85\u5FB7\u5CF6\u5DDE\uFF0C\u92B7\u552E\u7A05\u9805\u662F\u6309 iPhone \u7684\u7368\u7ACB\u50F9\u683C\u5FB5\u6536\u3002", "promoCodeLabel": "\u6709\u512A\u60E0\u4EE3\u78BC\u55CE\uFF1F", "promoEnterItNow": "\u7ACB\u5373\u8F38\u5165", "promoEnterLabel": "\u512A\u60E0\u4EE3\u78BC", "promoCodeApplied": "\u5DF2\u5957\u7528\u512A\u60E0\u4EE3\u78BC", "couponApplied": "\u5DF2\u5957\u7528\u512A\u60E0\u5238", "couponRemoved": "\u5DF2\u79FB\u9664\u512A\u60E0\u5238", "installmentTotal": "\u4F60\u7684\u8A02\u55AE\u7E3D\u984D", "orderTotal": "\u4F60\u7684\u8A02\u55AE\u7E3D\u984D", "giftMsgOnCard": "\u9001\u79AE\u8A0A\u606F\u5361\u7247", "giftPhysicalMsgOnCard": "Your gift card message", "giftEgcMsgOnCard": "Your gift card details", "giftPkgMsgLabel": "\u4F60\u7684\u79AE\u54C1\u5305\u88DD\u53CA\u8A0A\u606F", "giftOverlayMsgHeader": "\u88DD\u7BB1\u55AE\u9001\u79AE\u8A0A\u606F", "giftOverlayPkgHeader": "\u4EE5\u9001\u79AE\u8A0A\u606F\u53CA\u79AE\u54C1\u5305\u88DD\u500B\u4EBA\u5316\u4F60\u7684\u79AE\u7269\u3002", "giftOverlayLabel": "\u9078\u64C7\u9001\u79AE\u9078\u9805\uFF1A", "giftOverlayYourMessage": "\u4F60\u7684\u8A0A\u606F", "overlayYourMessageOptional": "\u4F60\u7684\u8A0A\u606F (\u53EF\u7559\u7A7A)", "giftPhysicalOverlayMsgOptional": "Optional", "availableToShip": "\u51FA\u8CA8\uFF1A", "deliveryDisabled": "\u50C5\u63D0\u4F9B\u5E97\u5167\u53D6\u8CA8", "deliveryLabel": "\u904B\u9001\uFF1A", "deliversLabel": "\u9001\u8CA8", "warmDeliveryOptionsLabel": "\u9001\u8CA8\u9078\u9805\uFF1A", "coldDeliveryOptionsLabel": "\u4E86\u89E3\u4F60\u4F55\u6642\u53EF\u6536\u5230\u6B64\u7522\u54C1\u3002", "byLabel": "\u4F9D\u64DA", "pickupLabel": "\u53D6\u8CA8\uFF1A", "warmDeliveryLabel": "\u9001\u8CA8\u9078\u9805\uFF1A", "deliveryOptionsA11y": "\u9001\u8CA8\u9078\u9805", "wasPostalCodeA11y": "\u6309\u7167\u4F60\u8F38\u5165\u7684\u90F5\u653F\u7DE8\u78BC\u4EE5\u67E5\u770B\u9001\u8CA8\u9078\u9805", "dudeDeliversToLabelFull": "\u9001\u9054\u5730\u9EDE\uFF1A", "dudeDeliversToLabelCondensed": "\u9001\u8CA8\u81F3\uFF1A", "seeMoreStoresLink": "\u986F\u793A\u66F4\u591A\u96F6\u552E\u5E97", "warmPickupLabelA11y": "\u6309\u7167\u4F60\u8F38\u5165\u7684\u90F5\u653F\u7DE8\u78BC\u986F\u793A\u9644\u8FD1\u66F4\u591A\u96F6\u552E\u5E97", "coldDeliveryTitle": "\u4E86\u89E3\u4F60\u4F55\u6642\u53EF\u6536\u5230\u6B64\u7522\u54C1\u3002", "storeResults":"Results", "savingsLabel": "\u7BC0\u7701", "partNumber": "\u7522\u54C1\u7DE8\u865F", "saveGiftOptMsgA11y": "\u9001\u79AE\u9078\u9805\u53CA\u8A0A\u606F", "saveGiftOptA11y": "\u9001\u79AE\u9078\u9805", "saveGiftCardOptMsgA11y": "\u79AE\u54C1\u5361\u9078\u64C7\u53CA\u8A0A\u606F", "saveGiftCardOptA11y": "\u79AE\u54C1\u5361\u9078\u64C7", "savingGiftOptMsgA11y": "", "giftCardDetailsA11y": "\u5132\u5B58\u79AE\u54C1\u5361\u8A73\u60C5", "removeGiftingMsgA11y": "\u79FB\u9664\u9001\u79AE\u8A0A\u606F", "editGiftPkgAlly": "\u7DE8\u8F2F\u79AE\u54C1\u5305\u88DD\u8A73\u60C5", "editGiftMsgAlly": "\u7DE8\u8F2F\u9001\u79AE\u8A0A\u606F", "taxCalculatorA11y": "\u7A05\u9805\u8A08\u7B97\u6A5F", "faqTitle": "\u5E38\u898B\u7591\u554F", "footnotesA11y": "\u8A3B\u8173", "confirmStore": "\u78BA\u8A8D\u4F60\u7684\u96F6\u552E\u5E97", "searchStores": "\u641C\u5C0B", "learnMore": "\u9032\u4E00\u6B65\u4E86\u89E3", "learnMoreIup": "Learn more about AppleCare+ with the iPhone Upgrade Program", "carrierLearnMore": "", "giftOverlayInputLabel": "\u8F38\u5165\u4F60\u7684\u8A0A\u606F\uFF1A", "giftingOverlayImageCaption": "\u6B64\u5716\u50CF\u50C5\u4F5C\u793A\u7BC4\u3002", "viewAllSavedBags": "\u67E5\u770B\u5168\u90E8\u5DF2\u5132\u5B58\u7684\u8CFC\u7269\u888B", "noReturns": "\u6B64\u7522\u54C1\u70BA\u6700\u7D42\u552E\u51FA\u5546\u54C1\uFF0C\u4E14\u4E0D\u63A5\u53D7\u9000\u8CA8\u8981\u6C42\u4EE5\u63DB\u53D6\u512A\u60E0\u6216\u9000\u6B3E\u3002", "installmentsAmountDueTooltipContent": "\u9001\u8CA8\uFF1A", "installmentsremainingpayments": "First Monthly Payment", "installmentsAmountDue": "Initial Amount Due*", "mobilePhoneLabel": "\u624B\u63D0\u96FB\u8A71\u865F\u78BC", "expirationLabel": "\u5230\u671F\u65E5 MM\/YY", "toSaveCard": "To update your saved card,please update your information on iTunes", "zipCodeLabel": "\u90F5\u653F\u7DE8\u78BC", "zipCityStateLabel": "\u90F5\u653F\u7DE8\u78BC\u6216\u5E02\u93AE\/\u57CE\u5E02\u3001\u7E23\u5E02", "buyWithApplePayAlly": "\u7528 Apple Pay \u8CFC\u8CB7", "editBag": "\u7DE8\u8F2F\u8CFC\u7269\u888B", "contentLoadedA11y": "\u5DF2\u8F09\u5165\u5167\u5BB9", "contentLoadingA11y": "\u6B63\u8F09\u5165\u5167\u5BB9", "multipleSuggestionsLabel": "choices available", "suggestionLabel": "choice available", "tax": "VAT", "change": "\u66F4\u6539", "view": "\u67E5\u770B", "checkoutWithApplePayLabel": "\u4F7F\u7528 Apple Pay \u7D50\u5E33", "storeLocatorHeader": "\u9078\u64C7\u5730\u9EDE", "selectYourStore": "\u9078\u64C7\u53D6\u8CA8\u96F6\u552E\u5E97\uFF1A", "processing": "\u8655\u7406\u4E2D", "engravingEditA11y": "\u7DE8\u8F2F\u942B\u523B\u8A0A\u606F", "engravingAddA11y": "\u52A0\u5165\u514D\u8CBB\u942B\u523B\u8A0A\u606F\u81F3", "storeLocatorLabel": "\u5730\u5340 (\u4F8B\u5982\u300C\u4E2D\u74B0\u300D)", "storeLocatorSearchA11y": "\u6309\u7167\u4F60\u8F38\u5165\u7684\u90F5\u653F\u7DE8\u78BC\u6216\u5E02\u93AE\/\u57CE\u5E02\/\u7E23\u5E02\u986F\u793A\u9644\u8FD1\u66F4\u591A Apple Store\u3002", "confirmingStoreA11y": "\u78BA\u8A8D\u4F60\u7684\u96F6\u552E\u5E97", "storeLocatorSavedAlly": "Store locator saved", "recommendationUpdateSuccessAlly": "\u5DF2\u8F09\u5165\u7522\u54C1", "bagUpdateSuccessAlly": "\u5DF2\u66F4\u65B0\u8CFC\u7269\u888B", "isIntentToGiftA11y": "\u300C{name}\u300D\u662F\u79AE\u7269", "giftMessageUpdateSuccessAlly": "\u9001\u79AE\u8A0A\u606F\u5DF2\u5132\u5B58", "compareCoverage": "\u6BD4\u8F03\u4FDD\u969C\u9078\u9805", "installmentTotalFinanced": "\u900F\u904E Citizens One \u7533\u8ACB\u7684\u5206\u671F\u4ED8\u6B3E\u7E3D\u984D", "dueTodayLabel": "Amount Due Today", "firstInstallmentAmountLabel": "First Monthly Payment", "applyZipCodeA11y": "\u5957\u7528\u90F5\u653F\u7DE8\u78BC", "cancelZipCodeA11y": "\u53D6\u6D88\u4FEE\u6539\u90F5\u653F\u7DE8\u78BC", "applyPromoCodeA11y": "\u5957\u7528\u512A\u60E0\u4EE3\u78BC", "cancelPromoCodeA11y": "\u53D6\u6D88\u4F7F\u7528\u512A\u60E0\u4EE3\u78BC", "cancelTaxCalculatorA11y": "\u53D6\u6D88\u4F7F\u7528\u7A05\u9805\u8A08\u7B97\u6A5F", "quantityUpdateSuccessAlly": "\u6578\u91CF\uFF1A{quantity}\uFF1B\u50F9\u683C\u5DF2\u66F4\u65B0\uFF1A{totalPrice}", "recommendationAddToBagSuccessAlly": "\u9805\u76EE\u5DF2\u52A0\u5165\u8CFC\u7269\u888B", "continue": "\u7E7C\u7E8C", "apwNotAvailableText": "\u8ACB\u9078\u64C7\u5176\u4ED6\u4ED8\u6B3E\u6216\u5206\u671F\u4ED8\u6B3E\u9078\u9805\u3002", "apwNotAvailableContinue": "\u67E5\u770B\u5176\u4ED6\u7D50\u5E33\u9078\u9805", "taxLabel": "\u7A05\u9805\u53CA\u8CBB\u7528", "newWindowAlly": "(\u4EE5\u65B0\u8996\u7A97\u958B\u555F)", "buyWith": "\u900F\u904E\u4EE5\u4E0B\u65B9\u5F0F\u8CFC\u8CB7\uFF1A", "buyWithApplePay": "\u4F7F\u7528 \uF8FFPay \u8CFC\u8CB7", "tradeUpQuote": "Apple Trade In <span class=\"nowrap\">\u63DB\u8CFC\u8A08\u5283<\/span>", "tradeInInstruction": "<span class=\"visuallyhidden\">Apple Trade In \u63DB\u8CFC\u8A08\u5283\uFF1A<\/span>\u770B\u770B\u5982\u4F55\u904B\u4F5C", "tradeInLabel": "{tradeInValue} \u63DB\u8CFC\u50F9\u503C", "totalTradeInLabel": "{tradeInValue} Total trade-in value", "tradeInTagLine": "\u5728\u4F60\u5BC4\u9001\u88DD\u7F6E\u5F8C\uFF0C\u6211\u5011\u6703\u900F\u904E\u4F60\u539F\u5148\u7684\u4ED8\u6B3E\u65B9\u5F0F\u63D0\u4F9B\u56DE\u8D08\u3002", "acdcTradeInLabel": "Estimated trade-in value: {tradeInValue}", "acdcTradeInSummary": "Your trade-in value is subject to verification and valid for 14 days after you receive your new product. As soon as we receive your trade-in device, we will inspect and verify its condition. If everything checks out, your trade-in is complete. If your device doesn\u2019t match the condition you described, we\u2019ll notify you of the revised value, which you can accept or reject. And if the value of your trade-in is more than the cost of your new device, we\u2019ll issue the credit by bank transfer. In the event that you decide to return your new product, your trade-in will be canceled and we\u2019ll deduct the trade-in subsidy from your refund amount.", "tradeInSubsidyLabel": "Includes Apple Trade In bonus subsidy of RMB{subsidyValue}", "multipleFlexOverlayButtonLabel": "", "multipleFlexTradeInLabel": "", "multipleFlexCloseoutTradeInMonthlyLabel": "", "multipleFlexCloseoutTradeInLabel": "", "multipleFlexWithAccuredInterestCloseoutTradeInLabel": "", "multipleFlexAppliedGreaterTradeInMonthlyLabel": "", "multipleFlexAppliedGreaterTradeInLabel": "", "multipleFlexAppliedTradeInLabel": "", "multipleFlexTradeInSummary": { "TRADE_IN_GREATER_THAN_LOAN": "", "TRADE_IN_GREATER_THAN_LOAN_NON_IPHONE_LOB": "", "TRADE_IN_GREATER_THAN_LOAN_MONTHLY": "", "TRADE_IN_GREATER_THAN_LOAN_IPHONE": "", "TRADE_IN_GREATER_THAN_LOAN_MONTHLY_IPHONE": "", "TRADE_IN_LESSER_THAN_LOAN": "", "TRADE_IN_LESSER_THAN_LOAN_IPHONE": "", "TRADE_IN_EQUAL_TO_LOAN": "", "TRADE_IN_EQUAL_TO_LOAN_IPHONE": "" }, "giftItemLabel": "\u9019\u662F\u4E00\u4EFD\u79AE\u7269\u3002", "giftItemContent": "\u8ACB\u6CE8\u610F\uFF1AApple Music \u53CA iCloud \u670D\u52D9\u4E0D\u53EF\u4F5C\u70BA\u79AE\u54C1\u9001\u51FA\u3002", "monthlyServicesLabel": "Services billed separately", "monthlyServiceNote": "Applicable fees and taxes will be applied at time of charge.", "coverageLabel": "{displayName}", "coverageValue": "{recurringCharges} up to {payTerm}", "coverageHeader": "AppleCare+ Coverage ", "coverageSubheader": "You will be billed monthly starting from when your device is shipped or picked up from a store.", "recurringCoverageSubheader": "", "annualCoverageSubheader": "", "subscriptionsHeader": "Apple Music and iCloud", "subscriptionsSubheader": "Once services are activated on your device, monthly charges will be billed after any applicable trial periods. Your plan renews until canceled. These services will work across multiple devices.", "compareInstallmentHeader": "\u6BD4\u8F03\u5206\u671F\u4ED8\u6B3E\u9078\u9805", "installmentInfo": "\u7531\u65BC\u5206\u671F\u4ED8\u6B3E\u7533\u8ACB\u8655\u7406\u9700\u6642\uFF0C\u9001\u8CA8\u65E5\u671F\u53EF\u80FD\u6703\u88AB\u5EF6\u5F8C\u3002\u4F60\u7684\u7533\u8ACB\u4E00\u7D93\u6279\u51C6\uFF0C\u6211\u5011\u4FBF\u6703\u4EE5\u96FB\u90F5\u5411\u4F60\u767C\u9001\u6700\u65B0\u9001\u8CA8\u8CC7\u6599\u3002", "itemAddedSucessAlly": "\u9805\u76EE\u5DF2\u52A0\u5165\u8CFC\u7269\u888B", "recommendedSystemLabel": "\u63A8\u85A6\u7CFB\u7D71", "recommendedSystemInputLabel": "\u59D3\u540D", "customerAppleId": "\u9867\u5BA2\uFF1A", "specialistLabel": "Specialist\uFF1A", "findCustomer": "\u5C0B\u627E\u9867\u5BA2", "clearCustomer": "\u6E05\u9664\u9867\u5BA2", "notSignedIn": "\u5C1A\u672A\u767B\u5165", "clearBag": "\u6E05\u9664\u6240\u6709\u8CFC\u7269\u888B\u9805\u76EE", "saveBag": "\u5132\u5B58\u8CFC\u7269\u888B", "emailBag": "\u96FB\u90F5", "createSharedBagLabel": "\u5EFA\u7ACB\u5171\u4EAB\u8CFC\u7269\u888B\u9023\u7D50", "copyToClipBoard": "\u8907\u88FD\u5171\u4EAB\u8CFC\u7269\u888B\u9023\u7D50", "comments": "\u9808\u63D0\u4F9B\u539F\u56E0", "addToBagLabel": "\u52A0\u5165", "holdCodeLabel": "\u66AB\u7DE9\u8655\u7406\u4EE3\u78BC", "otherProducts": "\u5176\u4ED6\u7522\u54C1", "priceAdjustmentLabel": "\u50F9\u683C\u8ABF\u6574", "dealCloserSubHeader": "\u9078\u64C7\u4E00\u500B\u50F9\u683C\u8ABF\u6574\u9078\u9805\uFF1A", "applyPriceAdjustments": "\u4F7F\u7528\u50F9\u683C\u8ABF\u6574", "showProductLinks": "\u986F\u793A\u7522\u54C1\u5FEB\u901F\u9023\u7D50", "emailAddressLabel": "\u96FB\u90F5\u5730\u5740", "emailAddressOptional": "\u96FB\u90F5\u5730\u5740 (\u53EF\u7559\u7A7A)", "additionalRecipientA11y": "\u9069\u7528\u65BC\u6536\u4EF6\u4EBA", "shareViaEmailLabel": "\u900F\u904E\u96FB\u90F5\u5206\u4EAB", "sendEmailLabel": "\u50B3\u9001\u96FB\u90F5", "hideProductLinks": "\u96B1\u85CF\u7522\u54C1\u5FEB\u901F\u9023\u7D50", "orderUnavailable": "\u4E26\u4E0D\u9069\u7528\u65BC\u6B64\u8A02\u55AE", "originalOrderTotalHeader": "\u539F\u5148\u8A02\u55AE\u7E3D\u984D", "additionalRecipients": "\u984D\u5916\u6536\u4EF6\u4EBA (\u6700\u591A\u56DB\u4F4D)\uFF1A", "primaryRecipient": "\u4E3B\u8981\u6536\u4EF6\u4EBA", "maxDiscountAmount": "\u6700\u9AD8\u6298\u6263\uFF1A", "messageLabel": "\u8A0A\u606F\uFF1A", "noSpecialist": "\u627E\u4E0D\u5230 Specialist", "discountLabel": "\u6298\u6263", "changeLabel": "\u66F4\u6539", "returnToBag": "\u8FD4\u56DE\u8CFC\u7269\u888B", "copyToClipBoardText": "\u8CFC\u7269\u888B\u9023\u7D50\u5DF2\u8907\u88FD\u81F3\u526A\u8CBC\u7C3F\u3002\u4F60\u53EF\u76F4\u63A5\u65BC\u5C0D\u8A71\u8996\u7A97\u5167\u8CBC\u4E0A\u3002", "selectOne": "\u9078\u64C7\u4E00\u9805", "selectOneCreditcard": "Select one credit card", "addToBag": "\u52A0\u5165\u81F3\u8CFC\u7269\u888B", "sharedBagHeader": "\u4F60\u7684\u5171\u4EAB\u8CFC\u7269\u888B\u3002", "rccDashBoardA11y": "RCC \u63A7\u5236\u53F0", "savedPriceAdjustmentA11y": "\u5DF2\u5132\u5B58\u8ABF\u6574\u9078\u9805", "removedPriceAdjustmentA11y": "\u5DF2\u79FB\u9664\u50F9\u683C\u8ABF\u6574\u9078\u9805", "originalPriceHeader": "\u539F\u50F9", "viewToolbar": "\u986F\u793A\u5DE5\u5177\u5217", "hideToolbar": "\u96B1\u85CF\u5DE5\u5177\u5217", "newSubscriberLabel": "* \u53EA\u9650\u65B0\u7528\u6236\u3002", "appleMusicSubscriberLabel": "* \u53EA\u9650\u65B0\u7528\u6236\u3002", "iCloudSubscriberLabel": "** \u9069\u7528\u65BC iCloud \u65B0\u7528\u6236\u6216\u5347\u7D1A\u81F3\u66F4\u5927\u5132\u5B58\u7A7A\u9593\u65B9\u6848\u7684\u7528\u6236\u3002\u4F7F\u7528\u5171\u4EAB\u5132\u5B58\u7A7A\u9593\u65B9\u6848\u7684\u7528\u6236\u4E26\u4E0D\u7B26\u5408\u8CC7\u683C\u3002", "suggestionMsg": "There are {count} suggestions available", "taxExclusiveTax": "\u5305\u542B {taxExclusiveTax} \u7684 VAT", "inlineCopyrightFee": "\u5305\u542B\u7248\u6B0A\u8CBB\u7528", "inlineRecycleFee": "\u5305\u542B\u5F37\u5236\u6027\u56DE\u6536\u8CBB\u7528", "deliveryPostalLabelWarmStart": "\u9001\u8CA8\u670D\u52D9\u9069\u7528\u65BC\uFF1A", "pinCodeAvailibilityLabel": "\u6211\u5011\u50C5\u53EF\u5728\u6307\u5B9A\u5730\u5340\u63D0\u4F9B\u9001\u8CA8\u670D\u52D9\u3002\u67E5\u770B\u9001\u8CA8\u670D\u52D9\u53EF\u7528\u72C0\u6CC1\uFF1A", "pinCodeAvailibilityLabelA11y": "Check delivery availability by postal code", "storeUpdateMessage": "\u96F6\u552E\u5E97\u8CC7\u8A0A\u5DF2\u66F4\u65B0", "compareFinanceLink": "\u6BD4\u8F03\u9078\u9805\u53CA\u5206\u671F\u4ED8\u6B3E", "partnerHeading": "Financial partner", "installmentMessage": "There are more installment options.", "totalLoyaltySavings": "Total savings of {totalListSavings}", "includedLoyaltySavings": "Included savings of {includedSavings}", "loyaltySavingsLabel": "You\'re saving {unitListSavings}", "geoLocatedDagger": "", "geoLocatedNotice": "\u6211\u5011\u6703\u4F7F\u7528\u4F60\u7684\u4F4D\u7F6E\u8CC7\u8A0A\uFF0C\u70BA\u4F60\u66F4\u5FEB\u901F\u5C55\u793A\u9001\u8CA8\u9078\u9805\u3002\u6211\u5011\u900F\u904E\u4F60\u7684 IP \u4F4D\u5740\uFF0C\u6216\u7531\u65BC\u4F60\u4E0A\u4E00\u6B21\u700F\u89BD Apple \u7DB2\u7AD9\u6642\u5DF2\u8F38\u5165\u904E\u4F4D\u7F6E\u8CC7\u8A0A\uFF0C\u85C9\u6B64\u5F97\u77E5\u4F60\u7684\u4F4D\u7F6E\u3002", "giftCardDisclaimer": "* \u8ACB\u6CE8\u610F\uFF0C\u6211\u5011\u6703\u5728\u4F60\u4E0B\u55AE\u6642\u5411\u4F60\u7684\u9280\u884C\u5361\u6536\u53D6\u5168\u984D\u8CFC\u8CB7\u50F9\u683C\u7684\u4FE1\u7528\u984D\u6388\u6B0A\u3002\u5982\u679C\u8A72\u6388\u6B0A\u7531\u65BC\u4F60\u7684\u9280\u884C\u76F8\u95DC\u653F\u7B56\u800C\u5230\u671F\uFF0C\u6211\u5011\u6703\u5411\u4F60\u7684\u9280\u884C\u5361\u91CD\u65B0\u6536\u53D6\u6388\u6B0A\uFF0C\u5982\u82E5\u5C46\u6642\u4F60\u7684\u4FE1\u7528\u984D\u4E0D\u8DB3\uFF0C\u8A02\u55AE\u53EF\u80FD\u6703\u88AB\u53D6\u6D88\u3002\u9280\u884C\u53EF\u80FD\u9700\u6642\u5411\u4F60\u8FD4\u9084\u5DF2\u904E\u671F\u4FE1\u7528\u984D\u6388\u6B0A\u6240\u8A2D\u76F8\u95DC\u4FE1\u7528\u984D\u5EA6\uFF0C\u6709\u95DC\u4FE1\u7528\u8A73\u60C5\uFF0C\u8ACB\u5411\u4F60\u7684\u9280\u884C\u67E5\u8A62\u3002", "loanDisclaimer": "", "loanAmount": "\u8CB8\u6B3E\u91D1\u984D", "instantCreditTradeInValueLabel": "\u63DB\u8CFC\u56DE\u8D08", "copyRightFeeLabel": "\u7248\u6B0A\u8CBB\u7528", "installmentSubTotal": "Your Subtotal", "instantTradeInInstruction": "\u984D\u5916\u63DB\u8CFC\u6307\u793A", "instantTradeInLabel": "Trade-in value", "instantTradeInTagLine": "Once we receive your device and confirm that the condition matches what you described, there\u2019s nothing more you need to do. If it doesn\u2019t match, your original payment method will be charged the difference in value. In that case, we\u2019ll work with you to confirm that you still want to move forward with the trade-in.", "orderTotalAfterTradeUpLabel": "Estimated price after trade-in", "tradeUpValueLabel": "\u63DB\u8CFC\u56DE\u8D08\u4F30\u503C", "deliveryOptionRetrieverHeader": "Select delivery options", "deliveryLocationLinkTextA11y": "See delivery options for the district you selected", "deliveryOptionCityTownTextA11y": "Enter your city or town for delivery options", "footerPricing": "", "footnoteText": "\u8A3B\u8173", "tradeInValueDagger": "", "tradeInRefundDisclaimer": "", "priceAfterTradeInDisclaimer": "", "bagInfoStickyNavTitle": "Bag", "notEngraved": "\u7121\u9433\u5C04\u942B\u523B", "splitQuantityUpdateA11y": "\u6578\u91CF\u70BA {quantity}\uFF0C\u50F9\u683C\u53CA\u8CFC\u7269\u888B\u5DF2\u66F4\u65B0", "emailOverlayMessageA11y": "\u8A0A\u606F\u53EF\u7559\u7A7A\u3002", "bagSavedA11y": "\u5DF2\u5132\u5B58\u8CFC\u7269\u888B", "clearCustomerA11y": "\u5DF2\u6E05\u9664\u9867\u5BA2\u8CC7\u8A0A", "clearBagA11y": "\u5DF2\u6E05\u9664\u6240\u6709\u8CFC\u7269\u888B\u9805\u76EE", "copyToClipBoardA11y": "\u5DF2\u5EFA\u7ACB\u5171\u4EAB\u8CFC\u7269\u888B\u9023\u7D50", "messageOptionalLabel": "\u8A0A\u606F (\u53EF\u7559\u7A7A)\uFF1A", "includedInInstallments": "Included in monthly iPhone payments.", "installmentdownPaymentLabel": "Deposit", "downPaymentLabel": "Down payment", "tradeInDueTodayLabel": "\u5373\u65E5\u61C9\u4ED8\u6B3E\u9805", "totalAfterTradeInLabel": "", "fullPaymentLabel": "", "paymentOptionsHeader": "", "acmiBagHeader": "", "acmiLearnMoreA11y": "", "acmiPaymentLabel": "", "acmiPaymentMessage": "Apple Card Monthly Installments", "acmiTradeInMessage": "", "acmiApplyAndCheckoutLabel": "", "acmiCheckoutLabel": "", "acmiOverlayHeader": "", "acmiOverlayPaymentLabel": "", "acmiShowFinancingLabel": "", "acmiHideFinancingLabel": "", "acmiTotalFinancedLabel": "", "acmiAdditionalChargesLabel": "", "physicalOverlayHeader": "Your message", "priceOfNewIphoneLabel": "", "tradeInCreditLabel": "Trade-in credit:", "priceAfterTradeInLabel": "Price after trade-in:", "orderInstallmentPriceLabel": "", "orderInstallmentPriceLabelA11y": "", "noneLabel": "\u7121", "messageCountA11y": "Message should be {max} characters or fewer.", "remainingLengthLabel": "{remainingLength} characters remaining.\n", "tradeinOverlayLink": "", "tradeinExpectationsOverlayLink": "What to expect when you trade in", "tradeInDevice": "\u4F60\u7684\u63DB\u8CFC\u88DD\u7F6E\uFF1A", "billedSeparatelyHeader": "", "productsLabel": "\u7522\u54C1", "createAcmiSharedBagLabel": "\u5EFA\u7ACB\u5171\u4EAB\u8CFC\u7269\u888B\u9023\u7D50", "copyAcmiBagToClipBoard": "\u8907\u88FD\u5171\u4EAB\u8CFC\u7269\u888B\u9023\u7D50", "acmipromoMessage": "", "tradeinandpromo": "", "carrierFinancedItemHeader": "Carrier-financed iPhone", "specialPromo": "", "locationConsentMessage": "\u5132\u5B58\u6211\u7684\u4F4D\u7F6E\u8CC7\u8A0A\u4EE5\u4FBF\u65E5\u5F8C\u4F7F\u7528", "closeNotification": "\u95DC\u9589\u901A\u77E5", "notEligibleForAcmi": "", "applePayPromo": "", "continueCheckoutLabel": "Check Out with Apple Card Monthly Installments", "dailyCashPromo": "", "acmiDailyCashPromo": "", "aprFinancingSummaryLink":"", "choosePreferredTerms":"", "addEngraving": "\u52A0\u5165\u942B\u523B", "addEngravingA11y": "\u52A0\u5165\u942B\u523B\u81F3", "removeEngravingA11y": "\u79FB\u9664 {productName} \u7684\u942B\u523B\u8A0A\u606F", "monthlyTotal": "Monthly payment", "outstandingLoan": "{outstandingLoan} \u2014 Closes your loan balance with Barclays", "tradeInCredit": "{tradeInCredit} \u2014 Applies to your new iPhone purchase", "tradeinOutstandingAmtLabel": "Payment to Close Existing Loan", "seeTermsConditions": "See terms and conditions", "hideTermsConditions": "", "nosuggestion": "", "suggestions": "", "suggestion": "", "hideCarrierDetailsLabel": "Hide carrier plan details and charges", "showCarrierDetailsLabel": "Show carrier details and charges", "orKeyWord": "", "monthlyInstallmentTradeIn": "", "iupCreditLabel": "", "fullPriceAfterCreditLabel": "", "iupEstCreditValueLabel": "", "iupEstAfterCreditLabel": "", "taxIncludedLabel": "", "tradeinOverfundSummaryInfo": "\u6211\u5011\u6536\u5230\u4F60\u7684\u63DB\u8CFC\u5957\u4EF6\u5F8C\uFF0C\u6703\u900F\u904E\u4F60\u7684\u4ED8\u6B3E\u65B9\u5F0F\u63D0\u4F9B\u63DB\u8CFC\u56DE\u8D08\u3002\u4EFB\u4F55\u9918\u4E0B\u7684\u63DB\u8CFC\u512A\u60E0\u91D1\u984D\u6703\u5B58\u5165\u4E00\u5F35 Apple\u00A0Store \u79AE\u54C1\u5361\uFF0C\u4E26\u4EE5\u96FB\u90F5\u50B3\u9001\u7D66\u4F60\u3002", "tradeInOverfundText": "\u6536\u5230\u63DB\u8CFC\u88DD\u7F6E\u5F8C\uFF0C\u6211\u5011\u6703\u5C07\u9918\u4E0B\u7684\u63DB\u8CFC\u512A\u60E0\u91D1\u984D\u5B58\u5165\u4E00\u5F35 Apple Store \u79AE\u54C1\u5361\uFF0C\u4E26\u4EE5\u96FB\u90F5\u50B3\u9001\u7D66\u4F60\u3002", "iUpCreditTitle": "", "iUpSummaryCreditLabel": "", "iUpCreditSummary": "", "iUpCreditOverlayLabel": "", "stateDeliveryFeeLabel": "State Delivery Fee", "stateDeliveryFeeInfo": "For Colorado residents, a state delivery fee of {stateDeliveryFee} will apply per order.", "bankLabel": "Bank", "selectBankLabel": "Select Bank", "stateDeliveryFeeLabelIconA11y": "What does \"State Delivery Fee\" mean", "oneTimeChargeLabel": "", "monthlyBundleLabel": "", "saveLaterLabel": "\u52A0\u81F3\u6536\u85CF", "saveLaterOverlayHeader": "\u4F60\u6B63\u5728\u6536\u85CF\u4E00\u4EF6\u4EE5\u4E0A\u7522\u54C1\u3002", "saveItemsButtonLabel": "\u6536\u85CF\u9019\u4E9B\u7522\u54C1", "dontSaveButtonLabel": "\u53D6\u6D88", "savedItemsHeader": "\u500B\u4EBA\u6536\u85CF", "seeAllLabel": "\u986F\u793A\u5168\u90E8", "seeMoreLabel": "\u67E5\u770B\u66F4\u591A", "buyButton": "\u8CFC\u8CB7", "continueButton": "\u7E7C\u7E8C", "removeCartItem": "\u79FB\u9664", "keepCartItem": "\u53D6\u6D88", "bundleTradeInOverlayLink": "", "financeOverlayTableHeader": "Credit card installments available from participating banks:", "overlayHeader": "", "tableHeader": "", "applePayFullPayOnlyMessage": "", "momoCCIFinanceLink": "", } window.fragments = { "giftPackageImage": "<img src=\"https:\/\/store.storeimages.cdn-apple.com\/8756\/as-images.apple.com\/is\/gift-wrapping-201511?wid=2188&amp;hei=1196&amp;fmt=jpeg&amp;qlt=90&amp;.v=0\" alt=\"\" width=\"1094\" height=\"598\" class=\"ir\" \/>", "phoneDetailsExpandedA11y": "{model} {capacity} {finish}", "macDetailsExpandedA11y": "\u300C{productName}\u300D", "editPlanA11y": "\u7DE8\u8F2F\u300C{carrierDisplayName}\u300D\u5206\u671F\u4ED8\u6B3E\u8A08\u5283", "chatNow": "<div>\u9700\u8981\u66F4\u9032\u4E00\u6B65\u7684\u5354\u52A9\uFF1F<a href=\"#\" target=\"_blank\" class=\"as-chat-button\" data-autom=\"chatNowLink\">\u7ACB\u5373\u5C0D\u8A71<span class=\"a11y\">(\u4EE5\u65B0\u8996\u7A97\u958B\u555F)<\/span><\/a>\u6216\u81F4\u96FB <span>800-908-988<\/span>\u3002<\/div>", "combinationTitle": "<div>{title}<\/div> {monthlyPrice}\/mo or {price} for two years", "bagSeasonalMessage": "", "bagBuacHelpMessage": "\u9001\u8CA8\u53CA\u53D6\u8CA8\u9078\u9805\u53EF\u5728\u7D50\u5E33\u6642\u9078\u64C7\u3002", "continuePaymentPolicy": "<span>\u9EDE\u6309\u300C\u7E7C\u7E8C\u4ED8\u6B3E\u300D\uFF0C\u5373\u4EE3\u8868\u6211\u63A5\u53D7 <a href=\"#\">Apple \u53D6\u8CA8\u653F\u7B56<\/a><\/span>\u3002", "eppBagBanner": "", "inlineRecommendationTitle": "\u52A0\u5165\u300C{title}\u300D\uFF0C\u50F9\u683C\u70BA <span class=\"nowrap\">{price}<\/span>", "inlineRecommendationTitleDesc": "Add {title} - {description}", "inlineRecommendationTitleDescA11y": "Add {title} - {descriptionA11Y}", "inlineRecommendationTitleA11y": "\u6709\u95DC\u300C{title}\u300D", "inlineRecommendationLearnMoreA11y": "\u6709\u95DC\u300C{title}\u300D", "addGiftingMsgA11y": "\u70BA\u300C{productName}\u300D\u52A0\u5165\u9001\u79AE\u8A0A\u606F\u6216\u79AE\u54C1\u5305\u88DD", "addGiftingA11y": "\u70BA\u300C{productName}\u300D\u52A0\u5165\u9001\u79AE\u8A0A\u606F\u6216\u79AE\u54C1\u5305\u88DD", "editGiftPkgMsgA11y": "\u70BA\u300C{productName}\u300D\u7DE8\u8F2F\u79AE\u54C1\u5305\u88DD\u53CA\u9001\u79AE\u8A0A\u606F", "editGiftPkgA11y": "\u70BA\u300C{productName}\u300D\u7DE8\u8F2F\u79AE\u54C1\u5305\u88DD", "editGiftMsgA11y": "\u70BA\u300C{productName}\u300D\u7DE8\u8F2F\u9001\u79AE\u8A0A\u606F", "editGiftMsgOnCardA11y": "\u70BA\u300C{productName}\u300D\u7DE8\u8F2F\u5361\u7247\u4E0A\u7684\u9001\u79AE\u8A0A\u606F", "editEgcGiftMsgOnCardA11y": "\u70BA\u300C{name}\u300D\u7DE8\u8F2F\u5361\u7247\u4E0A\u7684\u9001\u79AE\u8A0A\u606F", "savedBagListDateA11y": "{date}", "shippingiUpReminders": "<span id=\"rs-shipping-policy-header\">\u8ACB\u6CE8\u610F\u4EE5\u4E0B\u4E8B\u9805\uFF1A<\/span>\n<ul id=\"rs-shipping-policy-content\">\n<li>\u5728\u4F60\u7684\u5168\u65B0 iPhone \u51FA\u8CA8\u5F8C\uFF0C\u6211\u5011\u6703\u5411\u4F60\u9001\u51FA\u63DB\u8CFC\u5305\uFF0C\u4E26\u63D0\u4F9B\u6307\u5F15\u4EE5\u4FBF\u4F60\u5C07\u73FE\u6709\u7684\u624B\u63D0\u96FB\u8A71\u9001\u8FD4\u6211\u5011\u3002\n<\/li>\n<\/ul>\n<p id=\"rs-shipping-policy-link\"><a href=\"\/hk-zh\/shop\/help\/shipping_delivery\" data-slot-name=\"globalNav\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help\/shipping_delivery\" data-autom=\"view-apple-shipping-policy\" data-prop37=\"AOS:Checkout\/Shipping || Shipping | policy selected\" target=\"_blank\">\u67E5\u770B Apple \u51FA\u8CA8\u653F\u7B56<span class=\"visuallyhidden\">(\u4EE5\u65B0\u8996\u7A97\u958B\u555F)<\/span><span aria-hidden=\"true\" class=\"more\"><\/span><\/a><\/p>", "tradeUpInstructionOverlayContent": "<div class=\"as-tradeup-refundoverlay\">\n<div class=\"as-tradeup-refundoverlay-logo\">\nApple Trade In <span class=\"nowrap\">\u63DB\u8CFC\u8A08\u5283<\/span>\n<\/div>\n<h2 id=\"pd-overlay-header\" class=\"as-tradeup-refundoverlay-header\">\n\u4EE5\u4E0B\u662F Apple \u63DB\u8CFC\u56DE\u8D08\u7684\u904B\u4F5C\u65B9\u5F0F\u3002\n\n<\/h2>\n<div class=\"as-tradeup-refundoverlay-content\">\n<p class=\"as-tradeup-refundoverlay-desc\">\n\u7576\u4F60\u8CFC\u5165\u65B0\u88DD\u7F6E\u4E26\u5373\u6642\u4ED8\u6E05\uFF0C\u6211\u5011\u4FBF\u6703\u900F\u904E\u4F60\u7684\u4ED8\u6B3E\u65B9\u5F0F\u9000\u56DE\u6B3E\u9805 (\u4EE5\u8CFC\u8CB7\u50F9\u683C\u70BA\u9650)\u3002\u5982\u8FA6\u7406\u56DE\u8D08\u5F8C\u5C1A\u6709\u9918\u984D\uFF0C\u6216\u4F60\u8CFC\u8CB7\u6642\u4EE5\u79AE\u54C1\u5361\u5B8C\u6210\u4ED8\u6B3E\uFF0C\u6211\u5011\u6703\u4EE5\u96FB\u90F5\u5411\u4F60\u50B3\u9001\u5C0D\u61C9\u50F9\u503C\u7684 Apple Store \u79AE\u54C1\u5361\u3002\u6574\u500B\u7DB2\u4E0A\u63DB\u8CFC\u7A0B\u5E8F\u9700\u6642\u7D04 2 \u81F3 3 \u500B\u661F\u671F\u3002<\/p>\n<\/div>\n<\/div>", "acdcTradeUpInstructionOverlayContent":"", "shippingRemindersTradein": "<span id=\"rs-shipping-policy-header\">Some things to keep in mind:<\/span>\n<ul id=\"rs-shipping-policy-content\">\n<li>The carrier may require a signature upon delivery.<\/li>\n<li>Delivery times are only an estimate and vary by address, item availability, and time of purchase. You\u2019ll get a final delivery time when you place your order.<\/li>\n<li>Your trade-in kit will be shipped to this same address.<\/li><\/ul>\n<p id=\"rs-shipping-policy-link\"><a href=\"\/hk-zh\/shop\/help\/shipping_delivery\" data-slot-name=\"globalNav\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help\/shipping_delivery\" data-autom=\"view-apple-shipping-policy\" data-prop37=\"AOS:Checkout\/Shipping || Shipping | policy selected\" target=\"_blank\">View Apple Shipping Policy<span class=\"visuallyhidden\">(opens in a new window)<\/span><span aria-hidden=\"true\" class=\"more\"><\/span><\/a><\/p>", "tradeInShippingDetails": "", "savedBagListBagIdA11y": "\u8CFC\u7269\u888B ID\uFF1A{cartId}", "installmentInformation": "Installment information:\n<ul>\n <li>These installment offers are available for a limited time only and are subject to change without notice.<\/li>\n <li>Purchases on debit cards are not eligible.<\/li>\n <li>These offers are not applicable to purchases from Apple Retail Stores or Apple Resellers. Enquire in an Apple Retail Store about instalment offers available for in-store purchases.<\/li>\n <li>Monthly charges indicated in the Apple Online Store are estimations only. Exact monthly charges will be calculated by your instalment provider and reflected on your monthly billing statement.<\/li>\n <li>Installment partners, financing offers, and terms and conditions on this page are applicable for orders placed via phone, <a href=\"#\" target=\"_blank\" class=\"as-chat-button as-buttonlink\">Chat<span class=\"a11y\">(\u4EE5\u65B0\u8996\u7A97\u958B\u555F)<\/span><\/a>, or Apple Online Store.<\/li>\n<\/ul>", "instantTradeUpInstructionOverlayContent": "<div class=\"as-tradeup-refundoverlay\">\n\t<h2 id=\"pd-overlay-header\" class=\"as-tradeup-refundoverlay-header\">\n\t\tMaking your trade-in easy.\n\t<\/h2>\n\t<div class=\"as-tradeup-refundoverlay-content\">\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tOnce we receive your trade-in, we\u2019ll verify its condition. If it matches what you told us, then you\u2019re all done.\n\t\t<\/p>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tHowever, if the condition is different from what you described, we will give you a revised value. You can either accept or reject it.\n\t\t<\/p>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tIf you accept it, we\u2019ll continue with the trade-in and either charge or refund the difference in value to the card you provided.\n\t\t<\/p>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tIf you reject it, we\u2019ll cancel the trade-in and return your old device. And if you chose to pay monthly, we\'ll also charge the original trade-in value to your card. \n\t\t<\/p>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tNo matter what, we\u2019ll provide updates about the progress of your trade-in, so you\u2019ll know what\u2019s happening at every step. \n\t\t<\/p>\n\t<\/div>\n<\/div>", "chatNowText": "", "bagInstallmentRestrictionMessage": "<a href=\"\/hk-zh\/shop\/help\/payments#installment\" data-slot-name=\"globalNav\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help\/payments#installment\" target=\"_blank\">Installments are available for single item orders of at least NT$1500<label class=\"visuallyhidden\">(Opens in a new window)<\/label><\/a>", "bagInfoStickyNavButtonA11y": "items in bag: {quantity}, order total: {totalPrice}", "buyflowMessageFootNote": "", "carrierFinanceFootNote_VERIZON": "{superScript}. Verizon Special Trade-in Deal: Monthly price reflects net monthly payment, after Apple instant trade-in credit at checkout, and Verizon monthly bill credits applied over 36 months. Customer must remain in the Verizon Device Payment Program for 36 months to receive the full benefit of the Verizon bill credits. Verizon promo credits end if eligibility requirements are no longer met. Bill credits may take 1-2 bill cycles to appear. If it takes two cycles for bill credits to appear, you\u2019ll see the credit for the first cycle on your second bill in addition to that month\u2019s credit. Requires purchase and activation of a new iPhone 12 mini, iPhone 12, iPhone 12 Pro, or iPhone 12 Pro Max with the Verizon Device Payment Program at 0% APR for 36 months, subject to carrier credit qualification, and iPhone availability and limits. Taxes and shipping not included in monthly price. Sales tax may be assessed on full value of new iPhone. Requires eligible Unlimited service plan. Per line pricing may not reflect multi-line price discounts here. Taxes, fees and surcharges are not included in your Verizon service charges reflected here, which can add between 10% and 42% to your bill. Except for changes you make today, your current Verizon service plan and features will not be changed with this transaction. For more details on these charges, additional plan information, terms and conditions, or to make changes to your plan visit Verizon. Requires trade-in of eligible device in good condition. Must be at least 18 to trade in. Apple or its trade-in partners reserve the right to refuse or limit any trade-in transaction for any reason. In-store trade in requires presentation of a valid, government-issued photo ID (local law may require saving this information). In-store promotion availability subject to local law; speak to a Specialist to learn more. Additional terms from Apple, Verizon, and Apple\u2019s trade-in partners may apply.", "carrierPromoTaxDisclaimer_VERIZON": "2. Taxes may be charged or refunded when device and\/or condition of trade-in presented in store differs from the device and\/or condition of the trade-in indicated during original online transaction. Must remain in Verizon Device Payment Programfor 24 months (iPhone 12 mini and iPhone 12) or 30 months (iPhone 12 Pro and iPhone 12 Pro Max)to receive the full benefit of the Verizon trade-in bill credits.", "carrierFinanceFootNote_ATT": "{superScript}. AT&amp;T Special Deal: Offer bill credits applied over 36 months. Requires upgrade of an existing line or activation of a new line and purchase of a new iPhone 12 mini, iPhone 12, iPhone 13 mini, iPhone 13, iPhone 13 Pro, or iPhone 13 Pro Max on qualifying 36-month 0% APR installment plan, subject to carrier credit qualification. $0 down for well-qualified customers only, or down payment may be required and depends on a variety of factors. Tax on full retail price due at sale. If you cancel eligible wireless service, credits will stop and you will owe the remaining device balance. Activation\/Upgrade Fee: $35. Bill credits are applied as a monthly credit over the 36-month installment plan. Credits start within 3 bills. Will receive catch-up credits once credits start. Wireless line must be on an installment agreement, active, and in good standing for 30 days to qualify. Installment agreement starts when device is shipped. To get all credits, device must remain on agreement for entire term and you must keep eligible service on device for entire installment term. Limited-time offer; subject to change. Limits: one credit per line. May not be combinable with other offers, discounts, or credits. Purchase, financing, other limits, and restrictions apply. Price for iPhone 12 mini, iPhone 12, iPhone 13 mini, and iPhone 13 includes a $30 AT&amp;T instant discount. Activation required.", "carrierFinanceFootNote_TMOBILE": "{superScript}. <b>T-Mobile Special Trade-in Deal:<\/b> Savings comprised of (i) Apple instant trade-in credit at checkout and (ii) T-Mobile monthly bill credits applied over 24 months. Limited time offer; subject to change. Qualifying credit and trade-in in good condition of eligible smartphone required. If you\u2019ve cancelled lines in past 90 days, you may need to reactivate them first. In stores &amp; on customer service calls, $30 assisted or upgrade support charge may be required. Up to $XXX via trade-in credit and bill credits; must be active and in good standing to receive credits; allow 2 bill cycles. Max 4\/account. May not be combinable with some offers or discounts. Must be at least 18 to trade in. Apple or its trade-in partners reserve the right to refuse or limit any trade-in transaction for any reason. In-store trade-in requires presentation of a valid, government-issued photo ID (local law may require saving this information). In-store promotion availability subject to local law; speak to a Specialist to learn more. Additional terms from Apple, T-Mobile, and Apple\u2019s trade-in partners may apply.", "carrierFinanceNoPromoFootNote": "<sup>{superScript}<\/sup> Carrier instant credit requires activation with carrier. Trade-in values will vary based on the condition, year, and configuration of your eligible trade-in device. Not all devices are eligible for credit. You must be at least 18 years old to be eligible to trade in for credit or for an Apple Gift Card. Trade-in value may be applied toward qualifying new device purchase, or added to an Apple Gift Card. Actual value awarded is based on receipt of a qualifying device matching the description provided when estimate was made. Sales tax may be assessed on full value of a new device purchase. In-store trade-in requires presentation of a valid photo ID (local law may require saving this information). Offer may not be available in all stores, and may vary between in-store and online trade-in. Some stores may have additional requirements. Apple or its trade-in partners reserve the right to refuse or limit quantity of any trade-in transaction for any reason. More details are available from Apple\u2019s trade-in partner for trade-in and recycling of eligible devices. Restrictions and limitations may apply.", "bagGenericFootNote": "", "offerDetails": "", "acmiLearnMoreOverlayContent": "<div>\n<div class=\"rs-acmilearnmore-content\">\n <div class=\"rs-acmilearnmore-logo\">\n <img src=\"https:\/\/store.storeimages.cdn-apple.com\/8756\/as-images.apple.com\/is\/applecard-logo-card-201907?wid=176&amp;hei=50&amp;fmt=png-alpha&amp;.v=1566927292967\" alt=\"\" width=\"88\" height=\"25\" aria-hidden=\"true\" class=\"ir\" \/>\n <\/div>\n <h2 class=\"rs-acmilearnmore-heading\" id=\"{headerId}\">\n Buy with Apple Card <br \/>Monthly Installments.<\/h2>\n <div class=\"rs-acmilearnmore-info\">\n <p>Now when you shop at Apple, you can use your Apple Card to pay monthly at 0% APR.<span class=\"visuallyhidden\">Footnote<\/span><sup>\u25CA<\/sup> And you\u2019ll get 3% Daily Cash back on the Apple products you love \u2014 all up front. Just choose Apple Card Monthly Installments when you check out.<\/p>\n <h3 class=\"rs-acmilearnmore-section-title\">How to buy with Apple Card Monthly Installments:<\/h3>\n <ul class=\"rs-acmilearnmore-works\">\n <li>Choose Apple Card Monthly Installments as your payment option when you&nbsp;check&nbsp;out.<\/li>\n <li>Since you already have Apple Card, you\u2019ll skip the application process.<\/li>\n <li>Complete your purchase.<\/li>\n <\/ul>\n <div class=\"rs-acmilearnmore-applecard\">\n <img src=\"https:\/\/store.storeimages.cdn-apple.com\/8756\/as-images.apple.com\/is\/applecard-hero-202005?wid=1258&amp;hei=896&amp;fmt=jpeg&amp;qlt=90&amp;.v=1589999719000\" alt=\"\" width=\"629\" height=\"448\" aria-hidden=\"true\" class=\"ir\" \/>\n <\/div>\n <\/div>\n <\/div>\n <div class=\"rs-acmilearnmore-footnotes\">\n\t<p><sup>\u25CA<\/sup> <\/p>\n <p><\/p>\n <p>Apple Pay is a service provided by Apple Payments Services LLC, a subsidiary of Apple Inc. Neither Apple Inc. nor Apple Payments Services LLC is a bank. Any card used in Apple Pay is offered by the card issuer.<\/p>\n <\/div>\n<\/div>", "carrierLearnMoreOverlayContent": "", "acmiNoCardLearnMoreOverlayContent": "<div>\n<div class=\"rs-acmilearnmore-content\">\n <div class=\"rs-acmilearnmore-logo\">\n <img src=\"https:\/\/store.storeimages.cdn-apple.com\/8756\/as-images.apple.com\/is\/applecard-logo-card-201907?wid=176&amp;hei=50&amp;fmt=png-alpha&amp;.v=1566927292967\" alt=\"\" width=\"88\" height=\"25\" class=\"pd-modal-hero ir\" \/>\n <\/div>\n <h2 class=\"rs-acmilearnmore-heading\" id=\"{headerId}\">\n Buy with Apple Card <br \/>Monthly Installments.\n <\/h2>\n <div class=\"rs-acmilearnmore-info\">\n <p>Now when you shop at Apple, you can use your Apple Card to pay monthly at 0% APR.<span class=\"visuallyhidden\">Footnote<\/span><sup>\u25CA<\/sup> And you\'ll get 3% Daily Cash back on the Apple products you love \u2014 all up front. Just choose Apple Card Monthly Installments when you checkout. Apply in minutes to see if you are approved with no impact to your credit score.<span class=\"visuallyhidden\">Footnote<\/span><sup>1<\/sup><\/p>\n <h3 class=\"rs-acmilearnmore-section-title\">Plus, you\u2019ll get Apple Card and all its great benefits:<\/h3>\n <ul class=\"rs-acmilearnmore-works\">\n <li>Unlimited Daily Cash back with every purchase, including 3% at Apple and 2% everywhere else you use Apple Card with Apple Pay.<\/li>\n <li>No fees.<span class=\"visuallyhidden\">Footnote<\/span><sup>2<\/sup> Not even hidden ones.<\/li>\n <li>The privacy and security you expect from Apple.<\/li>\n <li>An Apple-designed titanium card that can be used anywhere Mastercard is accepted.<\/li>\n <\/ul>\n \n <h3 class=\"rs-acmilearnmore-section-title\"> Already have Apple Card? <\/h3>\n <p>ust choose Apple Card Monthly Installments as your payment option. Since you already have the card, you\u2019ll skip the application process.<\/p>\n <div class=\"rs-acmilearnmore-applecard\">\n <img src=\"https:\/\/store.storeimages.cdn-apple.com\/8756\/as-images.apple.com\/is\/applecard-hero-202005?wid=1258&amp;hei=896&amp;fmt=jpeg&amp;qlt=90&amp;.v=1589999719000\" alt=\"\" width=\"629\" height=\"448\" aria-hidden=\"true\" class=\"ir\" \/>\n <\/div>\n <\/div>\n<\/div>\n <div class=\"rs-acmilearnmore-footnotes\">\n <p><sup>\u25CA<\/sup> <\/p>\n <p>1.Accepting an Apple Card after your application is approved will result in a hard inquiry, which may impact your credit score.<\/p>\n <p>2.<\/p>\n <p><\/p>\n <\/div>\n<\/div>", "acmiNoCardLearnMoreOverlayHeader": "<div class=\"rs-acmilearnmore-content\">\n <div class=\"rs-acmilearnmore-logo\" aria-hidden=\"true\">\n <img src=\"https:\/\/store.storeimages.cdn-apple.com\/8756\/as-images.apple.com\/is\/applecard-logo-card-201907?wid=176&amp;hei=50&amp;fmt=png-alpha&amp;.v=1566927292967\" alt=\"Apple Card\" width=\"88\" height=\"25\" class=\"pd-modal-hero ir\" \/>\n <\/div>\n <h2 class=\"rs-acmilearnmore-heading\" id=\"{headerId}\">\n Buy with Apple Card <br \/>Monthly Installments.\n <\/h2>\n <div class=\"rs-acmilearnmore-info\">\n <p>Now when you shop at Apple, you can use your Apple Card to pay monthly at 0% APR.<span class=\"visuallyhidden\">&nbsp;\u8A3B\u8173&nbsp;<\/span><sup>\u25CA<\/sup> And you\'ll get 3% Daily Cash back on the Apple products you love \u2014 all up front. Just choose Apple Card Monthly Installments when you checkout. Apply in minutes to see if you are approved with no impact to your credit score.<span class=\"visuallyhidden\">&nbsp;\u8A3B\u8173&nbsp;<\/span><sup>1<\/sup><\/p>\n <h3 class=\"rs-acmilearnmore-section-title\">Plus, you\u2019ll get Apple Card and all its great benefits:<\/h3>\n <ul class=\"rs-acmilearnmore-works\">\n <li>Unlimited Daily Cash back with every purchase, including 3% at Apple and 2% everywhere else you use Apple Card with Apple Pay.<\/li>\n <li>No fees.<span class=\"visuallyhidden\">&nbsp;\u8A3B\u8173&nbsp;<\/span><sup>2<\/sup> Not even hidden ones.<\/li>\n <li>The privacy and security you expect from iPhone.<\/li>\n <li>An Apple-designed titanium card that can be used anywhere Mastercard is accepted.<\/li>\n <\/ul>\n \n <h3 class=\"rs-acmilearnmore-section-title\"> Already have Apple Card? <\/h3>\n <p>Just choose Apple Card Monthly Installments as your payment option. Since you already have the card, you\u2019ll skip the application process.<\/p>\n <\/div>\n<\/div>", "acmiNoCardLearnMoreOverlayFooter": "<div>\n \n <div class=\"rs-acmilearnmore-footnotes\">\n<p><span class=\"visuallyhidden\">&nbsp;\u8A3B\u8173&nbsp;<\/span><sup>\u25CA<\/sup> <\/p>\n <ol>\n \t<li><\/li>\n \t<li><\/li>\n <\/ol>\n <p><\/p>\n <p>Apple Pay is a service provided by Apple Payments Services LLC, a subsidiary of Apple Inc. Neither Apple Inc. nor Apple Payments Services LLC is a bank. Any card used in Apple Pay is offered by the card issuer.<\/p>\n <\/div>\n<\/div>", "acmiOverlayCardBenefits": "<div>\n <h3 class=\"rs-acmioverlay-section-title\">Plus, you\u2019ll get Apple Card and all its great benefits:<\/h3>\n <ul>\n <li>Unlimited Daily Cash back with every purchase, including 3% at Apple and 2% everywhere else you use Apple Card with Apple Pay.<\/li>\n <li>No fees.<span class=\"visuallyhidden\">Footnote<\/span>\u00B2 Not even hidden ones.<\/li>\n <li>The privacy and security you expect from Apple.<\/li>\n <li>An Apple-designed titanium card that can be used anywhere Mastercard is accepted.<\/li>\n <li>Apply to see if you are approved without impacting your credit score.<span class=\"visuallyhidden\">Footnote<\/span>\u00B3<\/li>\n <\/ul>\n<\/div>", "acmiOverlayFootnote": "<ul aria-label=\"footnotes\" role=\"list\">\n\t<li role=\"listitem\">* This amount is the estimated total of all initial Apple Card Monthly Installments in this order; the actual monthly installment amount is shown when you check out. Each item will be charged to your account and reflected on your monthly statement as of the day it ships. Your first installment payment may be less than this amount if items are not charged or shipped in the same month. Taxes, shipping, and other additional charges are subject to your standard purchase APR and separately billed on the shipping date, but are not included in your installment amount. The last month\u2019s payment for each product will be the total of that product, less all other payments at the monthly payment amount.<\/li> \n\t<li role=\"listitem\">1. Apple Card Monthly Installments (ACMI) is a 0% APR payment option available only in the U.S. to select at checkout for certain products purchased at Apple Store locations, apple.com, the Apple Store app, or by calling 1-800-MY-APPLE, and is subject to credit approval and credit limit. See <a target=\"_blank\" href=\"https:\/\/support.apple.com\/kb\/HT211204\">https:\/\/support.apple.com\/kb\/HT211204<\/a> for more information about eligible products. Variable APRs for Apple Card other than ACMI range from 18.74% to 28.99% based on creditworthiness. Rates as of October 1, 2024. If you choose the pay-in-full or one-time-payment option for an ACMI eligible purchase instead of choosing ACMI as the payment option at checkout, that purchase will be subject to the variable APR assigned to your Apple Card. Taxes and shipping are not included in ACMI and are subject to your card\u2019s variable APR. See the <a href=\"https:\/\/www.goldmansachs.com\/terms-and-conditions\/Apple-Card-Customer-Agreement.pdf\" data-slot-name=\"globalNav\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: www.goldmansachs.com\/terms-and-conditions\/Apple-Card-Customer-Agreement.pdf\" target=\"_blank\">Apple Card Customer Agreement <span class=\"visuallyhidden\">(Opens in a new window)<\/span><\/a> for more information. ACMI is not available for purchases made online at the following special stores: Apple Employee Purchase Plan; participating corporate Employee Purchase Programs; Apple at Work for small businesses; Government, and Veterans and Military Purchase Programs, or on refurbished devices. iPhone activation required on iPhone purchases made at an Apple Store with one of these national carriers: AT&amp;T, Verizon, or T-Mobile.<\/li> \n\t<li role=\"listitem\">2. <\/li>\n\t<li role=\"listitem\">3. Accepting an Apple Card will result in a hard inquiry, which may impact your credit score.<\/li>\n\t<li role=\"listitem\">4. Estimated amount. Daily Cash amounts are not final until the purchase is complete.<\/li>\n <li role=\"listitem\"><\/li>\n<\/ul>", "acmiOverlayNoCardFootnote": "", "acmiTradeInOverlayContent": "<div>\n<div class=\"as-tradeup-refundoverlay as-tradein-refundoverlay-content\">\n <div class=\"as-tradeup-refundoverlay-logo\">\n <img src=\"https:\/\/store.storeimages.cdn-apple.com\/8756\/as-images.apple.com\/is\/tradein-icon-large?wid=120&amp;hei=120&amp;fmt=png-alpha&amp;.v=1590519338000\" alt=\"\" width=\"60\" height=\"60\" class=\"ir\" \/>\n\t<\/div>\n\t<div class=\"as-tradeup-refundoverlay-logosubtext\">\n\t\t<p>Apple Trade In<\/p>\n\t<\/div>\n\t<h2 id=\"{headerId}\" class=\"as-tradeup-refundoverlay-header\">\n\t\tHere\u2019s how it works.\n\t<\/h2>\n\t<div class=\"as-tradeup-refundoverlay-content\">\n\t\t<h3 class=\"as-tradeup-refundoverlay-subheader\">If you pay monthly<\/h3>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tWe\u2019ll apply the value as an instant credit to lower your monthly payments. After you complete your purchase, we\u2019ll send you an email with next steps on how to complete your trade-in.\n\t\t<\/p>\n\t\t<h3 class=\"as-tradeup-refundoverlay-subheader\">If you pay in full<\/h3>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tWe\u2019ll send you a trade-in kit and credit your payment method after we receive and verify your old device.\n\t\t<\/p>\n\t\t<h3 class=\"as-tradeup-refundoverlay-subheader\">Before you trade in<\/h3>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tBe sure to <a href=\"https:\/\/support.apple.com\/guide\/icloud\/remove-a-device-mmfc0eeddd\/icloud\" data-slot-name=\"globalNav\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: support.apple.com\/guide\/icloud\/remove-a-device-mmfc0eeddd\/icloud\" target=\"_blank\">prep your device<\/a>. And if you are trading in an iPhone or an iPad, feel free to include your device\u2019s case in the kit so that it may be directed to recycling where available.\n\t\t<\/p>\n\t\t<br \/>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tKeep in mind that you\u2019ll have 14 days to trade in your device. Once we receive it, we\'ll inspect and verify its condition. If everything checks out, your trade-in is complete. If your device doesn\u2019t match the condition you described, you\u2019ll receive a revised trade-in value.\n\t\t<\/p>\n <br \/>\n\t\t<p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\tAnd if the value of your trade-in was more than the cost of your new device, you\u2019ll receive an Apple Store Gift Card with the remaining amount.\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<div class=\"as-tradeup-refundoverlay-footer\">\n\tHave questions? \n <button class=\"as-chat-button as-buttonlink\">\n Chat with a Specialist<span class=\"a11y\">(Opens in a new window)<\/span>\n <\/button>\n<\/div>\n<\/div>", "acmiBagFootnote": "<ul aria-label=\"footnotes\" role=\"list\" style=\"padding:0 ;\">\n <li role=\"listitem\"><sup>\u25CA<\/sup> <\/li>\n <li role=\"listitem\"><\/li>\n \n <li role=\"listitem\"><sup>\u25CA\u25CA<\/sup> \u63DB\u8CFC\u670D\u52D9\u7531 Apple \u7684\u63DB\u8CFC\u6D3B\u52D5\u5408\u4F5C\u5925\u4F34\u63D0\u4F9B\u3002\u63DB\u8CFC\u50F9\u503C\u5831\u50F9\u50C5\u70BA\u4F30\u503C\uFF0C\u5BE6\u969B\u63DB\u8CFC\u50F9\u503C\u8996\u4E4E\u4F60\u7528\u4EE5\u63DB\u8CFC\u7684\u88DD\u7F6E\u7684\u72C0\u6CC1\u3001\u63A8\u51FA\u5E74\u4EFD\u548C\u578B\u865F\uFF0C\u4EE5\u53CA\u63DB\u8CFC\u88DD\u7F6E\u7684\u539F\u767C\u552E\u570B\u5BB6\u6216\u5730\u5340\u800C\u5B9A\uFF0C\u53EF\u80FD\u4F4E\u65BC\u4F30\u503C\u3002\u4E26\u4E0D\u662F\u6240\u6709\u88DD\u7F6E\u5747\u7B26\u5408\u512A\u60E0\u8CC7\u683C\u3002\u4F60\u5FC5\u9808\u5DF2\u9054\u6CD5\u5B9A\u6210\u5E74\u5E74\u9F61\uFF0C\u65B9\u53EF\u53C3\u8207\u63DB\u8CFC\u8A08\u5283\uFF0C\u4EE5\u7372\u4EAB\u512A\u60E0\u6216\u63DB\u53D6 Apple Store \u79AE\u54C1\u5361\u3002\u4F60\u73FE\u6709\u88DD\u7F6E\u7684\u50F9\u503C\u53EF\u80FD\u9069\u7528\u65BC\u8CFC\u8CB7\u65B0\u7684 Apple \u88DD\u7F6E\u3002\u5BE6\u969B\u512A\u60E0\u50F9\u503C\u8996\u4E4E\u6240\u6536\u56DE\u7684\u5408\u8CC7\u683C\u88DD\u7F6E\uFF0C\u662F\u5426\u7B26\u5408\u4F60\u5728\u4F30\u50F9\u6642\u63D0\u4F9B\u7684\u63CF\u8FF0\u3002\u5E97\u5167\u63DB\u8CFC\u9808\u51FA\u793A\u653F\u5E9C\u7C3D\u767C\u7684\u9644\u76F8\u7247\u6709\u6548\u8EAB\u4EFD\u8B49\u660E\u6587\u4EF6\u65B9\u53EF\u4EAB\u7528\u6B64\u670D\u52D9\u3002\u512A\u60E0\u672A\u5FC5\u65BC\u6240\u6709\u96F6\u552E\u5E97\u63D0\u4F9B\uFF0C\u7DB2\u4E0A\u53CA\u5E97\u5167\u63D0\u4F9B\u7684\u63DB\u8CFC\u50F9\u503C\u53EF\u80FD\u6709\u6240\u5DEE\u7570\u3002\u90E8\u5206\u96F6\u552E\u5E97\u53EF\u80FD\u6709\u984D\u5916\u8981\u6C42\u3002Apple \u7684\u63DB\u8CFC\u6D3B\u52D5\u5408\u4F5C\u5925\u4F34\u4FDD\u7559\u4EE5\u4EFB\u4F55\u7406\u7531\u62D2\u7D55\u6216\u53D6\u6D88\u4EFB\u4F55\u63DB\u8CFC\u4EA4\u6613\uFF0C\u6216\u9650\u5236\u4EFB\u4F55\u88DD\u7F6E (\u53CA\u5176\u6578\u91CF) \u53C3\u8207\u63DB\u8CFC\u7684\u6B0A\u5229\u3002Apple \u7684\u63DB\u8CFC\u6D3B\u52D5\u5408\u4F5C\u5925\u4F34\u53EF\u63D0\u4F9B\u66F4\u591A\u6709\u95DC\u5408\u8CC7\u683C\u88DD\u7F6E\u63DB\u8CFC\u53CA\u56DE\u6536\u7684\u8A73\u76E1\u8981\u6C42\u3002\u9808\u9075\u5B88 Apple \u7684\u63DB\u8CFC\u6D3B\u52D5\u5408\u4F5C\u5925\u4F34\u7684\u984D\u5916\u689D\u6B3E\u3002<\/li> \n<\/ul>", "acmiIphoneBagFootnote": "<ul aria-label=\"footnotes\" role=\"list\" style=\"padding:0;\">\n\t<li role=\"listitem\"><sup>\u25CA<\/sup> <\/li>\n <li role=\"listitem\"><\/li>\n\t<li role=\"listitem\">** Trade-in values will vary based on the condition, year, and configuration of your eligible trade-in device. Not all devices are eligible for credit. You must be at least 18 years old to be eligible to trade in for credit or for an Apple Gift Card. Trade-in value may be applied toward qualifying new device purchase, or added to an Apple Gift Card. Actual value awarded is based on receipt of a qualifying device matching the description provided when estimate was made. Sales tax may be assessed on full value of a new device purchase. In-store trade-in requires presentation of a valid photo ID (local law may require saving this information). Offer may not be available in all stores, and may vary between in-store and online trade-in. Some stores may have additional requirements. Apple or its trade-in partners reserve the right to refuse or limit quantity of any trade-in transaction for any reason. More details are available from Apple\u2019s trade-in partner for trade-in and recycling of eligible devices. Restrictions and limitations may apply.\n<\/li> \n\t\n<\/ul>", "acmiBagAppleCareFootnote": "", "chatSpecialist": "", "appleTradeInOverlayContent": "", "androidTradeInOverlayContent": "", "instantTradeInBagOverlayContent": "", "defaultTradeInOverlayContent": "<div class=\"rs-instant-tradeinoverlay as-overlay-content\">\n<h2 id=\"rs-instant-tradeinoverlay-header\" class=\"rs-instant-tradeinoverlay-header\">Making your trade-in easy.<\/h2>\n<div><h3 class=\"rs-instant-tradeinoverlay-subheader\">You\u2019ll get an email with next steps.<\/h3>\n<p class=\"rs-instant-tradeinoverlay-info\">After you place your order, we\u2019ll send you an email with next steps on how to complete your trade-in.<\/p>\n<h3 class=\"rs-instant-tradeinoverlay-subheader\">Your trade-in will be verified.<\/h3>\n<p class=\"rs-instant-tradeinoverlay-info\">Once your trade-in is received, its condition will be verified. If it matches your description, then you\u2019re all done.<\/p><h3 class=\"rs-instant-tradeinoverlay-subheader\">If your trade-in doesn\u2019t check out.<\/h3>\n<p class=\"rs-instant-tradeinoverlay-info\">If the model or condition is different from what you described, a revised trade-in value offer will be sent via email. You can either accept or reject it. This revised value may change your total trade-in credit, your bill credits, and your monthly device payments, and make you ineligible for special trade-in offers. It may also require a charge to your payment card, or result in a partial refund.<\/p><\/div><\/div>", "carrierFinancedIphoneBilling": "<h3 class=\"large-2 small-12 rs-carrier-billedseparately-header\">Items billed separately<\/h3><div class=\"large-8 small-12 rs-carrier-billedseparately-content\"><div class=\"rs-carrier-billedseparately-itemheader\">{carrierFinancedItemHeader}<\/div><p>You will be charged separately by your carrier for your monthly iPhone payments and any line access fees.<\/p><p class=\"rs-carrier-billedseparately-itemfootnote\">Applicable fees and taxes will be applied at time of charge.<\/p><\/div>", "acmiOverlayDescription": "Now when you shop at Apple, you can use Apple Card to pay monthly at 0% APR when you choose Apple Card Monthly Installments as your payment option at checkout.<span class=\"visuallyhidden\">Footnote<\/span>\u00B9 And you\u2019ll get 3% Daily Cash back on the Apple products you love \u2014 all up front.", "acmiOverlayNoCardDescription": "Now when you shop at Apple, you can use Apple Card to pay monthly at 0% APR when you choose Apple Card Monthly Installments as your payment option at checkout.<span class=\"visuallyhidden\">Footnote<\/span>\u00B9 And you\u2019ll get 3% Daily Cash back on the Apple products you love \u2014 all up front.", "acmiIneligibleFootnote": "", "orderInstallmentPriceLabel": "", "otbMessageWithAppleCard": "<div class=\"rs-acmiotb-header\">Available Apple Card Credit<\/div><div class=\"rs-acmiotb-content\">You may need at least {acmiOtbValue} in available credit on your Apple Card to cover this purchase. The amount of your purchase will be subtracted from your credit limit.<\/div>", "otbMessageWithoutAppleCard": "<h3 class=\"rs-acmiotb-header\">Apple Card Credit Line<\/h3><div class=\"rs-acmiotb-content\">If you don\u2019t have Apple Card, you\u2019ll need to apply and be approved for at least {acmiOtbValue} on Apple Card to cover this purchase. This amount will be subtracted from your credit limit.<\/div>", "isMonthlyProminentFootnotes": "", "instructionsFor_trade_in_greater_than_loan": "Continue to make your monthly payments as usual until your trade-in is complete. Once we\u2019ve received and verified your device, Barclays will close your existing loan and refund any remaining value to your bank account.", "instructionsFor_trade_in_equal_to_loan": "This amount will be applied towards your outstanding loan with Barclays.<br \/>Continue to make your monthly payments as usual until your trade-in is complete. Once we\u2019ve received and verified your device, Barclays will close your existing loan.", "instructionsFor_trade_in_lesser_than_loan": "This amount will be applied towards your outstanding loan with Barclays.<br \/><br \/>Continue to make your monthly payments as usual until your trade-in is complete. Once we\'ve received and verified your device, Barclays will close your existing loan.", "aprFinancingOverlayContent": "", "aprLearnMoreOverlayNoCardFootnote": "", "isTradeInFootnotes": "", "iUpSummaryOverlayContent": "", "contentDeleteOverlayAlert": "", "contentDeleteOverlayLightSeal": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u78BA\u5B9A\u8981\u79FB\u9664\u9019\u500B\u9805\u76EE\u55CE\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5C0D\u9700\u8981 ZEISS Optical Inserts \u7684\u7528\u6236\u800C\u8A00\uFF0C\u5728\u672A\u5B89\u88DD\u9019\u4E9B\u914D\u4EF6\u7684\u60C5\u6CC1\u4E0B\u4F7F\u7528 Apple Vision Pro \u53EF\u80FD\u6703\u5F71\u97FF\u9AD4\u9A57\u3002\n\t<\/p>\n\t<p>\n\t\t\u5F9E\u8A02\u55AE\u4E2D\u79FB\u9664 ZEISS Optical Inserts \u5F8C\uFF0CApple Vision Pro \u906E\u5149\u74B0\u5C3A\u5BF8\u4EA6\u6703\u96A8\u4E4B\u66F4\u8B8A\uFF0C\u4EE5\u78BA\u4FDD\u4F69\u6234\u7522\u54C1\u6642\u8212\u9069\u8CBC\u5408\u3002\n\t<\/p>\n\t<p>\n\t\t\u5982\u679C\u4F60\u5E0C\u671B\u4E4B\u5F8C\u518D\u8A02\u8CFC ZEISS Optical Inserts\uFF0C\u5C46\u6642\u4F60\u53EF\u80FD\u9700\u8981\u53E6\u8CFC\u65B0\u7684\u906E\u5149\u74B0\uFF0C\u4EE5\u4FBF\u517C\u5BB9\u4F60\u7684\u5149\u5B78\u63D2\u7247\uFF0C\u8B93\u4F60\u53EF\u4EAB\u6709\u6700\u4F73\u7684 Apple Vision Pro \u4F7F\u7528\u9AD4\u9A57\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayHeadBand": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u78BA\u5B9A\u8981\u79FB\u9664\u9019\u500B\u9805\u76EE\u55CE\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5C0D\u9700\u8981 ZEISS Optical Inserts \u7684\u7528\u6236\u800C\u8A00\uFF0C\u5728\u672A\u5B89\u88DD\u9019\u4E9B\u914D\u4EF6\u7684\u60C5\u6CC1\u4E0B\u4F7F\u7528 Apple Vision Pro \u53EF\u80FD\u6703\u5F71\u97FF\u9AD4\u9A57\u3002\n\t<\/p>\n\t<p>\n\t\t\u5F9E\u8A02\u55AE\u4E2D\u79FB\u9664 ZEISS Optical Inserts \u5F8C\uFF0C\u982D\u5E36\u5C3A\u5BF8\u4EA6\u6703\u96A8\u4E4B\u66F4\u8B8A\uFF0C\u4EE5\u78BA\u4FDD\u4F69\u6234\u7522\u54C1\u6642\u8212\u9069\u8CBC\u5408\u3002 \n\t<\/p>\n\t<p>\n\t\t\u5982\u679C\u4F60\u5E0C\u671B\u4E4B\u5F8C\u518D\u8A02\u8CFC ZEISS Optical Inserts\uFF0C\u5C46\u6642\u4F60\u53EF\u80FD\u9700\u8981\u53E6\u8CFC\u65B0\u7684\u982D\u5E36\uFF0C\u8B93 Apple Vision Pro \u7684\u6240\u6709\u7D44\u4EF6\u53EF\u59A5\u5584\u8CBC\u5408\u4E26\u6B63\u78BA\u904B\u4F5C\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayLightSealAndHeadBand": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u78BA\u5B9A\u8981\u79FB\u9664\u9019\u500B\u9805\u76EE\u55CE\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5C0D\u9700\u8981 ZEISS Optical Inserts \u7684\u7528\u6236\u800C\u8A00\uFF0C\u5728\u672A\u5B89\u88DD\u9019\u4E9B\u914D\u4EF6\u7684\u60C5\u6CC1\u4E0B\u4F7F\u7528 Apple Vision Pro \u53EF\u80FD\u6703\u5F71\u97FF\u9AD4\u9A57\u3002 \n\t<\/p>\n\t<p>\n\t\t\u5F9E\u8A02\u55AE\u4E2D\u79FB\u9664 ZEISS Optical Inserts \u5F8C\uFF0C\u982D\u5E36\u53CA\u906E\u5149\u74B0\u5C3A\u5BF8\u4EA6\u6703\u96A8\u4E4B\u66F4\u8B8A\uFF0C\u4EE5\u78BA\u4FDD\u4F69\u6234\u7522\u54C1\u6642\u8212\u9069\u8CBC\u5408\u3002 \n\t<\/p>\n\t<p>\n\t\t\u5982\u679C\u4F60\u5E0C\u671B\u4E4B\u5F8C\u518D\u8A02\u8CFC ZEISS Optical Inserts\uFF0C\u5C46\u6642\u4F60\u53EF\u80FD\u9700\u8981\u53E6\u8CFC\u65B0\u7684\u982D\u5E36\u548C\u906E\u5149\u74B0\uFF0C\u8B93 Apple Vision Pro \u7684\u6240\u6709\u7D44\u4EF6\u53EF\u59A5\u5584\u8CBC\u5408\u4E26\u6B63\u78BA\u904B\u4F5C\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayKitAlert": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u78BA\u5B9A\u8981\u79FB\u9664\u9019\u500B\u9805\u76EE\u55CE\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5982\u679C\u79FB\u9664 Apple Vision Pro\uFF0C\u6211\u5011\u5C07\u4E00\u4F75\u79FB\u9664\u95DC\u9023\u7684 ZEISS Optical Inserts\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayLightSealRxAlert": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u78BA\u5B9A\u8981\u79FB\u9664\u9019\u500B\u9805\u76EE\u55CE\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\u4F7F\u7528 Apple Vision Pro \u6642\u5982\u679C\u672A\u6709\u914D\u642D\u5408\u5C3A\u5BF8\u7684 Apple Vision Pro \u906E\u5149\u74B0\uFF0C\u53EF\u80FD\u6703\u5F71\u97FF\u9AD4\u9A57\u3002<\/p>\n<\/div>", "contentDeleteOverlayLensAlert": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u78BA\u5B9A\u8981\u79FB\u9664\u9019\u500B\u9805\u76EE\u55CE\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u79FB\u9664 ZEISS Optical Inserts \u7684\u540C\u6642\uFF0C\u6211\u5011\u5C07\u4E00\u4F75\u79FB\u9664\u95DC\u9023\u7684 Apple Vision Pro \u906E\u5149\u74B0\u3002\n\t<\/p>\n<\/div>", "monthlyPricingFootnotes": "", "installmentUpgradeOfferFootnotes": "", "bundleTradeInOverlayContent":"", "financeFootnote": "", "paymentPartnerFinanceFootnote": "", "tradeInDisclaimerFootnote": "" } </script> <div id="bag-container" class="rs-page-content"> <noscript> <div id="no-javascript-message" class="rs-nojs-wrapper as-l-container"> <h1 class="rs-nojs-header">請啟用 JavaScript。</h1> <p class="rs-nojs-content">請啟用 JavaScript,以瀏覽此網頁。</p> </div> </noscript> </div> <script id="init_data" type="application/json"> {"meta":{"l":["/shoppingCart"],"h":{"x-aos-model-page":"cart","modelVersion":"v2","x-aos-stk":"ga5WqFn6gnTBNdzkJPv_zj2QhbnXOEwBd_vchJKwmYo","syntax":"graviton"}},"shoppingCart":{"d":{"metricId":"9010d407f13c8c1e4cabed85d8b04f9b","signInEvar1":"Bag|Sign in|","evar1":"Bag|Continue Shopping|","shopAccessoriesLinkDisplay":"選購配件","marcomHome":"/hk-zh/store","hasItems":false,"id":"cart","shopAccessoriesLink":"/hk-zh/shop/accessories/all","signInMetricId":"f226f4f3963d867dbe34ce2c3fa52d57","accessoriesEvar1":"Cart|Shop Accessories|","accessoriesMetricId":"86e9297df3e4a107e26942bfa27f8d58","showFinancingInfoMessage":false,"automationData":"bagshopaccessorieslink","signInUrl":"https://secure.store.apple.com/hk-zh/shop/signIn?ssi=1AAABk3TvfNAgAtwhoUV23iYZC8UEeE9pSEwoKJPQJILusBGWQ5vsIEoAAAAmaHR0cHM6Ly93d3cuYXBwbGUuY29tL2hrLXpoL3Nob3AvYmFnfHwAAgEPVOkKb_h2qacpqyCaPXBPoOwA_yA_Dj7pU6cOSU-1Rw"},"c":["items","footnotes","faq","locationConsent","summary","actions","cartBanner","shoppingCartMetaData","xMerch"],"view":"/templates/web/shared/transaction/cart/Cart.mustache","items":{"d":{"id":"cart-items","disableRemove":false,"_editing":true,"bagCount":0},"b":{"bagCount":{"id":"cart-items-bagCount","key":"d.bagCount","events":[{"on":"load","do":[{"method":"updateBagCount","args":[0]}]}]}},"p":{"editing":true},"view":"/templates/web/shared/transaction/cart/CartItems.mustache"},"footnotes":{"d":{"exitWithBuyUp":false,"hasPartnerFinanceInstallment":false,"bugattiTradeInFootNotes":[" "],"isInstallmentsUpgradeAvailable":false,"tradeInDisclaimerEnabled":false}},"faq":{"d":{"faq":[{"question":"我何時會收到產品?","answer":"提交訂單後,你將會收到最終確認的送貨日期。預計送貨時間視乎產品供應狀況和所選的送貨選項而定。如要取貨,你需要在結帳時選擇取貨日期和零售店。<a href=\"/hk-zh/shop/help/shipping_delivery\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help/shipping_delivery\" class=\"icon-wrapper\" target=\"_blank\"><span class=\"icon-copy\">進一步了解 Apple 送貨及取貨</span><span class=\"visuallyhidden\"> (以新視窗開啟)</span><span aria-hidden=\"true\" class=\"more\"></span></a>"},{"question":"我可以前往 Apple Store 取貨嗎?","answer":"可以。如果你選擇取貨,你需要在結帳時選擇零售店和取貨日期。取貨服務並不是適用於所有產品。產品準備妥當可供取貨時,我們會向你傳送訊息。只有帳單聯絡人方可前來取貨。請確保此訂單上的帳單聯絡人姓名,與政府簽發的附相片有效身份證明文件上的資料相符。<a href=\"/hk-zh/shop/help/shipping_delivery\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help/shipping_delivery\" class=\"icon-wrapper\" target=\"_blank\"><span class=\"icon-copy\">進一步了解 Apple 送貨及取貨</span><span class=\"visuallyhidden\"> (以新視窗開啟)</span><span aria-hidden=\"true\" class=\"more\"></span></a>"},{"question":"我可如何了解 Apple Store 實際推行了什麼措施,讓顧客可體驗更安全的購物和服務?","answer":"我們會以安全為先,採取額外措施,確保顧客享有潔淨、加倍安全的環境。有關措施包括健康檢查、要求佩戴口罩和限制店內人數。我們還為顧客新增其他取貨選擇。你可以透過<a href=\"https://www.apple.com/hk/retail\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: retail\" target=\"_blank\">尋找零售店<span class=\"visuallyhidden\">(以新視窗開啟)</span></a>找到就近 Apple Store 的最新資訊。"},{"question":"我可選擇什麼付款方式?","answer":"我們接受顧客使用 Apple Pay、大多數信用卡和扣賬卡,以及 Apple Store 禮品卡付款。部分付款選項未必適用於所有產品。你可致電&nbsp;<span>800-908-988</span>&nbsp;進一步了解。<a href=\"/hk-zh/shop/help/payments\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help/payments\" class=\"icon-wrapper\" target=\"_blank\"><span class=\"icon-copy\">進一步了解可在 Apple 使用的付款方式</span><span class=\"visuallyhidden\">(以新視窗開啟)</span><span aria-hidden=\"true\" class=\"more\"></span></a>"},{"question":"Apple 是否提供教育特惠價?","answer":"是的。Apple 為大專院校學生和教職員提供特惠價格。如你認為你合資格享有此特惠價,請前往 <a href=\"/hk-zh/shop/browse/home/education_routing\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: home/education_routing\" target=\"_blank\"><span class=\"icon-copy\">Apple 教育商店</span><span class=\"visuallyhidden\">(以新視窗開啟)</span></a>提交訂單。"}],"faqTitle":"有關購買的疑問"}},"locationConsent":{"d":{"locationConsent":false},"b":{"locationConsent":{"id":"cart-locationConsent","key":"d.locationConsent","submit":true,"events":[{"on":"set","do":"a.location-consent"}]}},"a":{"location-consent":{"url":"/hk-zh/shop/bagx?_a=location-consent&_m=shoppingCart.locationConsent","submit":true,"validate":false}}},"summary":{"d":{"id":"cart-summary"},"c":["promoCode"],"view":"/templates/web/shared/transaction/cart/OfferSummary.mustache","promoCode":{"d":{"id":"cart-summary-promoCode","_editing":false,"promoCode":"","hidePromoModule":true},"b":{"edit":{"id":"cart-summary-promoCode-edit","events":[{"on":"click","do":[{"set":"d._editing","to":true},{"set":"d.promoCode","to":""}],"metric":"t.enterPromoCode"}]},"promoCode":{"id":"cart-summary-promoCode","key":"d.promoCode","name":"promoCode","type":"text","maxLen":12,"submit":true,"events":[{"on":"load","do":[{"set":"b.promoCode.p.focused","to":{"get":"d.editing"}}]}],"p":{"valid":{"if":{"op":"AND","args":[{"op":"EQ","args":[{"get":"d._editing"},true]},{"op":"EQ","args":[{"val":"_"},""]},{"op":"!EQ","args":[{"get":"d.promoCode"},""]}]},"then":{"error":"你購物袋內的項目不符合使用此優惠代碼的資格。"},"else":{"error":""}}}},"applyPromoCode":{"id":"cart-summary-promoCode-applyPromoCode","events":[{"on":"click","do":"a.applyPromoCode","metric":"t.savePromoCode"}]},"removePromoCode":{"id":"cart-summary-promoCode-removePromoCode","events":[{"on":"click","do":"a.removePromoCode","metric":"t.removePromoCode"}]}},"a":{"applyPromoCode":{"url":"/hk-zh/shop/bagx?_a=applyPromoCode&_m=shoppingCart.summary.promoCode","submit":true},"removePromoCode":{"url":"/hk-zh/shop/bagx?_a=removePromoCode&_m=shoppingCart.summary.promoCode","submit":true}},"t":{"enterPromoCode":{"microEvents":[{"key":"prop37","value":"EnterPromoCode","feature":"PromoCode"}]},"savePromoCode":{"microEvents":[{"key":"prop37","value":"SavePromoCode","feature":"PromoCode"}]},"removePromoCode":{"microEvents":[{"key":"prop37","value":"RemovePromoCode","feature":"Cart"}]}},"view":"/templates/web/shared/transaction/cart/PromoCode.mustache"}},"actions":{"d":{"metricId":"bff1129b9966bde7b9692d420e5ab56f","disableStickyNav":true,"globalAccessoriesLink":"/hk-zh/shop/accessories/all","evar1":"Bag|Shop Accessories|","apwExtension":true,"shopAccessoriesLinkDisplay":"選購配件","automationData":"bagshopaccessorieslink","id":"cart-actions","apwEnabled":false,"isShowApplePayFullPaymentOnlyMessage":false,"apwExtensionJsSource":"applepay.cdn-apple.com","fcsdata":"","chatDisabled":false,"consumerStore":true,"fcscounter":"","shouldShowChat":true,"shopAccessoriesLink":"/hk-zh/shop/accessories/all"},"b":{"saveCart":{"id":"cart-actions-saveCart","events":[{"on":"click","do":"a.saveCart","metric":"t.saveCart"}]},"fcs2":{"id":"cart-actions-fcs2","localKey":"fcs2"},"checkout":{"id":"cart-actions-checkout","events":[{"on":"click","do":["a.updateFCS","a.checkout"],"metric":"t.checkout"}]},"fcscounter":{"id":"cart-actions-fcscounter","key":"d.fcscounter","submit":true},"fcs1":{"id":"cart-actions-fcs1","localKey":"fcs1"},"navCheckout":{"id":"cart-actions-navCheckout","events":[{"on":"click","do":["a.updateFCS","a.checkout"],"metric":"t.navCheckout"}]},"fcsdata":{"id":"cart-actions-fcsdata","key":"d.fcsdata","submit":true}},"a":{"checkout":{"url":"/hk-zh/shop/bagx/checkout_now?_a=checkout&_m=shoppingCart.actions","submit":true,"module":"^"},"saveCart":{"url":"/hk-zh/shop/bagx?_a=saveCart&_m=shoppingCart.actions","submit":true},"updateFCS":{"do":[{"set":"d.fcsdata","to":{"get":"d.fcs1"}},{"set":"d.fcs1","to":""},{"set":"d.fcscounter","to":{"get":"d.fcs2"}},{"set":"d.fcs2","to":""}]}},"t":{"saveCart":{"microEvents":[{"key":"prop37","value":"SaveBag","feature":"Bag"}],"macroEvents":"event12"},"checkout":{"microEvents":[{"key":"eVar39","value":"StandardCheckout","feature":"Bag"}]},"navCheckout":{"microEvents":[{"key":"eVar39","value":"StandardCheckout-LocalNav","feature":"Bag"}]}},"view":"/templates/web/shared/transaction/cart/ShoppingCartActions.mustache"},"cartBanner":{"d":{"id":"cart-banner"},"view":"/templates/web/shared/transaction/cart/ShoppingCartBanner.mustache"},"shoppingCartMetaData":{"d":{"isPartnerFinancingSelectionDisabled":false}},"xMerch":{"d":{"placements":{"productSpotlight":"<div class=\"dd-billboard dd-checkout-201804-new-arrivals\">\n <div class=\"dd-l-plate\">\n <div class=\"dd-billboard-background\">\n <img src=\"https://store.storeimages.cdn-apple.com/8756/as-images.apple.com/is/apple-new-arrivals-checkout-201804?wid=1960&amp;hei=800&amp;fmt=jpeg&amp;qlt=90&amp;.v=1523551959954\" alt=\"\" width=\"980\" height=\"400\" class=\"dd-invert-classic dd-billboard-hero ir ir\" />\n </div>\n <div class=\"dd-billboard-info\">\n <h2 class=\"dd-billboard-header\">\n 全新登場\n </h2>\n <p class=\"dd-billboard-subcopy dd-compact-small-20\">\n 發掘最新配件。\n\n </p>\n <p class=\"dd-billboard-link\">\n <a href=\"/hk-zh/shop/accessories/all/whats-new\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: home/shop_accessories/all_accessories/whats_new\" data-autom=\"astro-link\" class=\"more\">選購<span class=\"a11y\">全新登場</span></a>\n </p>\n </div>\n </div>\n</div>","middle":"<span class=\"pd-util-weight-semibold\">所有訂單均享有免費送貨服務。</span>","topBanner":"<div class=\"pd-wad-ribbon-201811\" style=\"text-align: center; margin-top: 25px;\">\n\t<span class=\"pd-billboard-info\" style=\"vertical-align: middle; margin-left: 10px;\">\n\t\t請注意,我們不接受網上訂單退貨。\n\t</span>\n</div>"}}}}} </script> <footer class="as-globalfooter" id="global-footersection" role="contentinfo" aria-labelledby="footer-label"> <div class="as-globalfooter-content"> <h2 class="as-globalfooter-label" id="footer-label">註腳</h2> <h3 class="visuallyhidden">註腳</h3> <div class="as-globalfooter-sosumi" data-nosnippet data-autom="page-legal-footnotes"> <div id="footnotes-portal"></div> </div> <nav class="as-globalfooter-breadcrumbs" aria-label="導覽列" role="navigation"> <a href="https://www.apple.com/hk/" data-feature-name="Breadcrumb" data-display-name="Apple" class="home as-globalfooter-breadcrumbs-home" data-autom="footer"> <span class="as-globalfooter-breadcrumbs-home-icon" aria-hidden="true"></span> <span class="as-globalfooter-breadcrumbs-home-label">Apple</span> </a> <div class="as-globalfooter-breadcrumbs-path"> <ol class="as-globalfooter-breadcrumbs-list" typeof="BreadcrumbList"> <li class="as-globalfooter-breadcrumbs-item" property="itemListElement" typeof="ListItem"> <span property="item">購物袋</span> <meta property="position" content="1" /> </li> </ol> </div> </nav> <nav role="navigation" aria-label="更多 Apple Store 連結" class="as-globalfooter-directory with-5-columns"> <div class="as-globalfooter-directory-column"> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">選購與了解</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">選購與了解</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-one-0" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/shop/goto/store" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="Store" class="as-globalfooter-directory-column-section-link" data-autom="Store-footer-link"> Store </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/mac/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="Mac" class="as-globalfooter-directory-column-section-link" data-autom="Mac-footer-link"> Mac </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/ipad/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="iPad" class="as-globalfooter-directory-column-section-link" data-autom="iPad-footer-link"> iPad </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/iphone/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="iPhone" class="as-globalfooter-directory-column-section-link" data-autom="iPhone-footer-link"> iPhone </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/watch/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="Watch" class="as-globalfooter-directory-column-section-link" data-autom="Watch-footer-link"> Watch </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/apple-vision-pro/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="Vision" class="as-globalfooter-directory-column-section-link" data-autom="Vision-footer-link"> Vision </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/airpods/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="AirPods" class="as-globalfooter-directory-column-section-link" data-autom="AirPods-footer-link"> AirPods </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/tv/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="TV 和家居" class="as-globalfooter-directory-column-section-link" data-autom="TV 和家居-footer-link"> TV 和家居 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/airtag/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="AirTag" class="as-globalfooter-directory-column-section-link" data-autom="AirTag-footer-link"> AirTag </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="/hk-zh/shop/accessories/all" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="配件" class="as-globalfooter-directory-column-section-link" data-autom="配件-footer-link"> 配件 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="/hk-zh/shop/gift-cards" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="禮品卡" class="as-globalfooter-directory-column-section-link" data-autom="禮品卡-footer-link"> 禮品卡 </a> </li> </ul> </div> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">Apple 銀包</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">Apple 銀包</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-one-1" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/apple-pay/" data-slot-name="section1" data-feature-name="Footer Navigation" data-display-name="Apple Pay" class="as-globalfooter-directory-column-section-link" data-autom="Apple Pay-footer-link"> Apple Pay </a> </li> </ul> </div> </div> <div class="as-globalfooter-directory-column"> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">帳戶</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">帳戶</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-two-0" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://appleid.apple.com/" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="管理你的 Apple 帳户" class="as-globalfooter-directory-column-section-link" data-autom="管理你的 Apple 帳户-footer-link"> 管理你的 Apple 帳户 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://secure.store.apple.com/hk-zh/shop/account/home" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="Apple Store 帳戶" class="as-globalfooter-directory-column-section-link" data-autom="Apple Store 帳戶-footer-link"> Apple Store 帳戶 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.icloud.com" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="iCloud.com" class="as-globalfooter-directory-column-section-link" data-autom="iCloud.com-footer-link"> iCloud.com </a> </li> </ul> </div> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">娛樂</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">娛樂</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-two-1" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/apple-tv-plus/" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="Apple TV+" class="as-globalfooter-directory-column-section-link" data-autom="Apple TV+-footer-link"> Apple TV+ </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/apple-music/" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="Apple Music" class="as-globalfooter-directory-column-section-link" data-autom="Apple Music-footer-link"> Apple Music </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/apple-podcasts/" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="Apple Podcasts" class="as-globalfooter-directory-column-section-link" data-autom="Apple Podcasts-footer-link"> Apple Podcasts </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/apple-books/" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="Apple Books" class="as-globalfooter-directory-column-section-link" data-autom="Apple Books-footer-link"> Apple Books </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/app-store/" data-slot-name="section2" data-feature-name="Footer Navigation" data-display-name="App Store" class="as-globalfooter-directory-column-section-link" data-autom="App Store-footer-link"> App Store </a> </li> </ul> </div> </div> <div class="as-globalfooter-directory-column"> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">Apple Store</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">Apple Store</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-three" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/retail/" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="尋找零售店" class="as-globalfooter-directory-column-section-link" data-autom="尋找零售店-footer-link"> 尋找零售店 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/retail/geniusbar/" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="Genius Bar" class="as-globalfooter-directory-column-section-link" data-autom="Genius Bar-footer-link"> Genius Bar </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/today/" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="Today at Apple" class="as-globalfooter-directory-column-section-link" data-autom="Today at Apple-footer-link"> Today at Apple </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/today/camp/" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="Apple Camp" class="as-globalfooter-directory-column-section-link" data-autom="Apple Camp-footer-link"> Apple Camp </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://itunes.apple.com/hk/app/apple-store/id375380948?mt=8" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="Apple Store App" class="as-globalfooter-directory-column-section-link" data-autom="Apple Store App-footer-link"> Apple Store App </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="/hk-zh/shop/refurbished" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="認證的翻新產品" class="as-globalfooter-directory-column-section-link" data-autom="認證的翻新產品-footer-link"> 認證的翻新產品 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/trade-in" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="Apple Trade In" class="as-globalfooter-directory-column-section-link" data-autom="Apple Trade In-footer-link"> Apple Trade In </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://secure.store.apple.com/hk-zh/shop/order/list" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="訂單狀態" class="as-globalfooter-directory-column-section-link" data-autom="訂單狀態-footer-link"> 訂單狀態 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="/hk-zh/shop/help" data-slot-name="section3" data-feature-name="Footer Navigation" data-display-name="購物協助" class="as-globalfooter-directory-column-section-link" data-autom="購物協助-footer-link"> 購物協助 </a> </li> </ul> </div> </div> <div class="as-globalfooter-directory-column"> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">商務應用</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">商務應用</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-four-0" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/business/" data-slot-name="section4" data-feature-name="Footer Navigation" data-display-name="Apple 與商務" class="as-globalfooter-directory-column-section-link" data-autom="Apple 與商務-footer-link"> Apple 與商務 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/retail/business/" data-slot-name="section4" data-feature-name="Footer Navigation" data-display-name="商務選購" class="as-globalfooter-directory-column-section-link" data-autom="商務選購-footer-link"> 商務選購 </a> </li> </ul> </div> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">教育應用</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">教育應用</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-four-1" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/education/" data-slot-name="section4" data-feature-name="Footer Navigation" data-display-name="Apple 與教育" class="as-globalfooter-directory-column-section-link" data-autom="Apple 與教育-footer-link"> Apple 與教育 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="/hk-zh/shop/browse/home/education_routing" data-slot-name="section4" data-feature-name="Footer Navigation" data-display-name="大專院校師生選購" class="as-globalfooter-directory-column-section-link" data-autom="大專院校師生選購-footer-link"> 大專院校師生選購 </a> </li> </ul> </div> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">醫療保健應用</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">醫療保健應用</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-four-2" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/healthcare/" data-slot-name="section4" data-feature-name="Footer Navigation" data-display-name="Apple 醫療保健應用" class="as-globalfooter-directory-column-section-link" data-autom="Apple 醫療保健應用-footer-link"> Apple 醫療保健應用 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/healthcare/apple-watch/" data-slot-name="section4" data-feature-name="Footer Navigation" data-display-name="Apple Watch 上的健康功能" class="as-globalfooter-directory-column-section-link" data-autom="Apple Watch 上的健康功能-footer-link"> Apple Watch 上的健康功能 </a> </li> </ul> </div> </div> <div class="as-globalfooter-directory-column"> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">Apple 價值理念</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">Apple 價值理念</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-five-0" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/accessibility/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="輔助使用" class="as-globalfooter-directory-column-section-link" data-autom="輔助使用-footer-link"> 輔助使用 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/environment/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="環境" class="as-globalfooter-directory-column-section-link" data-autom="環境-footer-link"> 環境 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/privacy/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="私隱" class="as-globalfooter-directory-column-section-link" data-autom="私隱-footer-link"> 私隱 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/supply-chain/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="供應鏈" class="as-globalfooter-directory-column-section-link" data-autom="供應鏈-footer-link"> 供應鏈 </a> </li> </ul> </div> <div class="as-globalfooter-directory-column-section"> <h3 class="as-globalfooter-directory-column-section-title"> <span class="as-globalfooter-directory-column-section-title-text">關於 Apple</span> <button class="as-globalfooter-directory-column-section-title-button" disabled> <span class="as-globalfooter-directory-column-section-title-text">關於 Apple</span> <span class="as-globalfooter-directory-column-section-title-icon" aria-hidden="true">+</span> </button> </h3> <ul id="as-globalfooter-directory-column-section-state-section-five-1" class="as-globalfooter-directory-column-section-list" role="list"> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/newsroom/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="Newsroom" class="as-globalfooter-directory-column-section-link" data-autom="Newsroom-footer-link"> Newsroom </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/leadership/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="Apple 管理層" class="as-globalfooter-directory-column-section-link" data-autom="Apple 管理層-footer-link"> Apple 管理層 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/jobs/hk/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="工作機會" class="as-globalfooter-directory-column-section-link" data-autom="工作機會-footer-link"> 工作機會 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/compliance" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="商業道德與規範遵行" class="as-globalfooter-directory-column-section-link" data-autom="商業道德與規範遵行-footer-link"> 商業道德與規範遵行 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/apple-events/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="活動" class="as-globalfooter-directory-column-section-link" data-autom="活動-footer-link"> 活動 </a> </li> <li class="as-globalfooter-directory-column-section-item" role="listitem"> <a href="https://www.apple.com/hk/contact/" data-slot-name="section5" data-feature-name="Footer Navigation" data-display-name="聯絡 Apple" class="as-globalfooter-directory-column-section-link" data-autom="聯絡 Apple-footer-link"> 聯絡 Apple </a> </li> </ul> </div> </div> </nav> <div class="as-globalfooter-mini" data-nosnippet data-autom="global-footer-mini" typeof="Organization"> <div class="as-globalfooter-mini-shop" x-ms-format-detection="none"> <p>更多選購方式:<span class="nowrap"><a href="https://www.apple.com/hk/retail" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="尋找就近的 Apple Store">尋找就近的 Apple Store</a></span> 或<a href="https://locate.apple.com/hk/zh" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="其他零售商">其他零售商</a>。或<span class="nowrap">致電 <span>800-908-988</span></span>。</p> <p>貴金屬和寶石交易商A類註冊 註冊號:A-B-24-03-06075</p> </div> <div class="as-globalfooter-mini-locale"> <a href="https://www.apple.com/choose-your-country" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="Country Selector" class="as-globalfooter-mini-locale-link" data-autom="footer"> 香港 </a><a href="/hk/shop" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="English" class="as-globalfooter-mini-locale-link as-globalfooter-mini-locale-lang" data-autom="footer">English</a> </div> <div class="as-globalfooter-mini-legal"> <div class="as-globalfooter-mini-legal-copyright"> Copyright &copy; 2024 Apple Inc. 保留一切權利 </div> <ul class="as-globalfooter-mini-legal-links"> <li class="as-globalfooter-mini-legal-links-item"> <a href="https://www.apple.com/hk/privacy/privacy-policy" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="私隱政策" class="as-globalfooter-mini-legal-link" data-autom="footer">私隱政策</a> </li> <li class="as-globalfooter-mini-legal-links-item"> <a href="https://www.apple.com/hk/legal/terms/site.html" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="使用條款" class="as-globalfooter-mini-legal-link" data-autom="footer">使用條款</a> </li> <li class="as-globalfooter-mini-legal-links-item"> <a href="/hk-zh/shop/open/salespolicies" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="銷售條款" class="as-globalfooter-mini-legal-link" target="new" data-autom="footer">銷售條款</a> </li> <li class="as-globalfooter-mini-legal-links-item"> <a href="/hk-zh/shop/browse/sitemap" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="Sitemap" class="as-globalfooter-mini-legal-link" data-autom="footer">網站地圖</a> </li> </ul> </div> </section> </div> </footer> </div> <div id="portal"></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10