CINXE.COM

购物袋 - Apple (中国大陆)

<!DOCTYPE html> <html class="nojs seg-consumer cn apac zh-cn zh" lang="zh-CN" > <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="applicable-device" content="pc,mobile"/> <meta name="description" content="购物袋" /> <meta name="robots" content="noindex" /> <script crossorigin="anonymous"> document.cookie = "as_sfa=Mnxjbnxjbnx8emhfQ058Y29uc3VtZXJ8aW50ZXJuZXR8MHwwfDE; path=/; domain=apple.com.cn; expires=Mon, 26-May-2025 16:16:25 GMT; Secure;"; </script> <script type="application/json" id="metrics">{"config":{"asMetrics":{"dataMule":"v1","storedEntryPointEnabled":false,"graffitiEnabled":false},"omniture":{"account":["applestoreww"],"trackingServer":"securemetrics.apple.com.cn","internalDomains":["store.apple.com.cn","secure.store.apple.com.cn","secure1.store.apple.com.cn","secure2.store.apple.com.cn","epp.apple.com.cn","secure1.epp.apple.com.cn","storeint.apple.com.cn","secure1.storeint.apple.com.cn","www.apple.com.cn"]},"global":{"cookieDomain":"apple.com.cn"}},"data":{"node":"transaction/bag","pageName":"AOS: bag","properties":{"isHomePage":false,"encryptedStoreId":"wFP7F7CXH9P4TJY9X","serverName":"648000","characterSetForCountry":"UTF-8","currencyCode":"CNY","computedChannel":"AOS: Bag","storeSegmentVariable":"AOS: CN Consumer","storeFrontId":"506738","eventType":"scView","computedCustomStoreName":"AOS: China Consumer","langAttribute":"zh-cn","evarDataNodesEnabled":true},"currency":"CNY","area":"bag","buyflow":{"entryPointRules":[[null,"bag"],["saved-by-you","digital takeaways"]]}}}</script> <script crossorigin="anonymous"> window.asUnsupportedBrowserUrl = "https://www.apple.com.cn/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/cn/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.cn/wss/fonts?families=SF+Pro+SC,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|PingHei,v1" /> <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: "CN", sf: "cn", segment: "Consumer", locale: "zh-cn", 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":"cn"},{"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.cn"}]}}; </script> </head> <body id="body-main" > <div class="metrics"> <noscript> <img src="https://securemetrics.apple.com.cn/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.cn/shop/browse/home/education_routing", "special_deals" : "https://www.apple.com.cn/shop/refurbished", "buy_iphone/iphone_se" : "https://www.apple.com.cn/shop/buy-iphone/iphone-se", "buy_mac" : "https://www.apple.com.cn/shop/buy-mac", "order/list" : "https://secure.www.apple.com.cn/shop/order/list", "buy_airtag/airtag" : "https://www.apple.com.cn/shop/browse/home/shop_airtag/family/airtag", "buy_watch" : "https://www.apple.com.cn/shop/buy-watch", "ipad/keyboards" : "https://www.apple.com.cn/shop/ipad/accessories/keyboards", "ipad/accessories" : "https://www.apple.com.cn/shop/ipad/accessories", "accessories/all_accessories/made_by_apple" : "https://www.apple.com.cn/shop/accessories/all/made-by-apple", "watch/bands" : "https://www.apple.com.cn/shop/watch/bands", "buy_homepod/homepod_mini" : "https://www.apple.com.cn/shop/homepod/family/homepod-mini", "eppstore/veteransandmilitary" : "https://www.apple.com.cn/", "studio/apple_watch" : "https://www.apple.com.cn/shop/studio/apple-watch", "payment_plan" : "https://www.apple.com.cn/shop/browse/finance/PaypalFinancingLandingPage", "buy_homepod/homepod" : "https://www.apple.com.cn/shop/homepod/family/homepod", "buy_tv/apple_tv_4k" : "https://www.apple.com.cn/shop/tv/family/apple-tv-4k", "trade_in" : "https://www.apple.com.cn/shop/trade-in", "mac/accessories" : "https://www.apple.com.cn/shop/mac/accessories", "accessories/all_accessories/beats_featured" : "https://www.apple.com.cn/shop/accessories/all/beats-featured", "buy_iphone/carrier_offers" : "https://www.apple.com.cn/shop/buy-iphone/carrier-offers", "store" : "https://www.apple.com.cn/store", "watch/accessories" : "https://www.apple.com.cn/shop/watch/accessories", "buy_ipad" : "https://www.apple.com.cn/shop/buy-ipad", "buy_iphone" : "https://www.apple.com.cn/shop/buy-iphone", "smart_home/accessories" : "https://www.apple.com.cn/shop/smart-home/accessories", "buy_iphone/iphone_12" : "https://www.apple.com.cn/iphone", "buy_iphone/iphone_13" : "https://www.apple.com.cn/iphone", "iphone/accessories" : "https://www.apple.com.cn/shop/iphone/accessories", "buy_accessories" : "https://www.apple.com.cn/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="/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-CN" dir="ltr" class="globalmessage-segment"> <ul data-strings="{&quot;view&quot;:&quot;{%STOREFRONT%} 商店首页&quot;,&quot;segments&quot;:{&quot;smb&quot;:&quot;企业商店首页&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-CN" 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.cn/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.cn/" 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="/store" data-globalnav-item-name="store" data-topnav-flyout-trigger-compact="true" data-analytics-title="store" data-analytics-element-engagement="hover - store" aria-label="商店" 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 20 44" width="20" xmlns="http://www.w3.org/2000/svg"> <path d="m2.2568 23.0189-.6035-.7793v4.1426h-.9316v-6.6562h2.1328c-.1465-.3633-.2988-.7266-.4863-1.0488h-2.0743v-.9375h4.0254c-.0938-.2461-.1934-.4805-.2988-.6855l1.0781-.1642c.1055.2578.1934.5449.293.8496h4.0371v.9375h-2.1504c-.1582.3867-.3223.7324-.498 1.0488h2.2031v5.4961c0 .7793-.3398 1.1836-1.002 1.1836h-1.0488l-.2461-.8848.9844.0293c.2461 0 .3809-.1816.3809-.5332v-4.4297h-6.3985v1.6113c.8203-.4512 1.5-.9844 2.0508-1.5879l.6855.6035c-.416.498-.8965.9434-1.4414 1.3477h3.9082v2.7012h-4.002v-2.6309c-.1933.1349-.3866.2638-.5976.3868zm3.4571-3.293c.1816-.3457.3516-.6914.498-1.0488h-2.7773c.1465.3164.293.6621.4102 1.0488zm.205 3.7032h-2.121v.9727h2.1211v-.9727zm2.1094-1.1485-.7266.7207c-.4746-.5566-1.1484-1.1426-2.0098-1.7754l.6562-.6211c.8205.5567 1.5177 1.125 2.0802 1.6758zm7.9336-4.3652h3.7441v.9434h-7.4414v2.1328c-.0293 2.2559-.4043 4.0547-1.1133 5.4141l-.7383-.6562c.5684-1.1426.8613-2.7305.8848-4.7578v-3.0762h3.668c-.1406-.293-.3047-.5625-.4688-.8086l1.0137-.1641c.1641.2988.3047.621.4512.9726zm.2461 1.2598v1.1074h3.2637v.9199h-3.2637v1.3008h2.6836v3.9434h-.9609v-.4512h-4.043v.4512h-.9609v-3.9434h2.3086v-3.3281zm1.7227 5.9062v-1.6699h-4.043v1.6699z"></path></svg></span><span class="globalnav-link-text">商店</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.cn/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.cn/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.cn/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.cn/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.cn/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.cn/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 - home" class="globalnav-item globalnav-item-home globalnav-item-menu"> <ul role="none" class="globalnav-submenu-trigger-group"> <li class="globalnav-submenu-trigger-item"> <a href="https://www.apple.com.cn/apple-home/" data-globalnav-item-name="home" data-topnav-flyout-trigger-compact="true" data-analytics-title="home" data-analytics-region="home" data-analytics-element-engagement="hover - home" aria-label="家居" class="globalnav-link globalnav-submenu-trigger-link globalnav-link-home" data-autom="gn_home"><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="m5.9951 22.6498c.1582.4688.2344.9844.2461 1.5352 0 .8203-.123 1.4004-.3457 1.7051-.2637.3691-.8613.5566-1.7988.5566h-.3223l-.334-.8613h.5273c.5742 0 .9316-.0879 1.0781-.2402.1641-.2051.252-.5801.252-1.1602 0-.0996-.0059-.2051-.0059-.293-1.1074.832-2.5664 1.5176-4.3477 2.0742l-.4922-.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.6699-.4336 2.9707-.9727 3.9023-1.6465-.0996-.1289-.1934-.252-.293-.375-.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.2965v-.9023h6.0879v.9023h-2.2735c-.252.1641-.4863.3164-.709.4629.2988.3281.5449.6738.75 1.0488.9023-.2754 1.7637-.6562 2.584-1.1836l.6563.6562c-.5391.3398-1.0957.627-1.7051.8672.4746 1.2012 1.2422 2.1621 2.291 2.9062l-.7031.8086c-1.084-.9141-1.8691-2.0625-2.3672-3.4336-.1524.0411-.3047.0703-.4512.1114zm-.5625-4.8399h3.8438v1.9102h-.9727v-1.002h-6.8496v1.002h-.9727v-1.9102h3.9668c-.0996-.2637-.2168-.498-.3281-.7148l.9961-.1758c.1113.2695.2168.5684.3164.8906zm5.666 8.666-.7676-.6855c.6973-1.2832 1.0547-2.9355 1.0664-4.9395v-3.5098h7.752v2.6777h-2.8184v.9902h3.2168v.8965h-3.2168v1.0312h2.543v3.5449h-.9375v-.4395h-4.0078v.4395h-.9316v-3.5449h2.3848v-1.0312h-3.0645c-.1231 1.7404-.5215 3.2579-1.2188 4.5704zm1.2598-8.2441v.9023h5.8242v-.9023zm0 1.7871v.9902h3.0234v-.9902zm5.5781 5.1445v-1.3418h-4.0078v1.3418z"></path></svg></span><span class="globalnav-link-text">家居</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.cn/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 id="Outlined" xmlns="http://www.w3.org/2000/svg" width="22" height="44" viewbox="0 0 22 44"> <path id="art_" d="M3.69,17.0293c-.1055.6562-.1993,1.2715-.293,1.84H4.9434v.5391a12.1563,12.1563,0,0,1-.8262,4.0957c.4512.3691.8262.6973,1.125.99l-.6445.7559c-.252-.2871-.5567-.5859-.8907-.8965A7.8518,7.8518,0,0,1,1.9434,26.498l-.627-.7675A6.5715,6.5715,0,0,0,2.998,23.7383c-.41-.3457-.873-.7207-1.3828-1.1133.2461-.873.4688-1.8164.668-2.8184H1.44v-.9375H2.4473c.1-.6328.205-1.2773.2871-1.9336Zm.3515,2.7773h-.82a22.6557,22.6557,0,0,1-.6445,2.543c.2929.2051.5566.3984.8027.58A10.1091,10.1091,0,0,0,4.041,19.8066ZM7.2285,22.666c.041-.2871.0762-.5976.1-.9023H5.3125V20.873h5.0039v.8907H8.2539c-.0176.3281-.0351.6269-.0644.9023h2.5019v.9082H8.4824a5.7678,5.7678,0,0,0,2.461,2.1328l-.6622.7735a6.9141,6.9141,0,0,1-2.4667-2.35,5.5451,5.5451,0,0,1-.3282.6738A4.56,4.56,0,0,1,5.1953,26.51L4.68,25.6953A4.0693,4.0693,0,0,0,6.748,24.1719a4.176,4.176,0,0,0,.2579-.5977h-2.08V22.666Zm2.8653-5.32v2.7188H5.5293V17.3457Zm-.8965.8027H6.4316v1.1133H9.1973Zm5.06,4.7813A14.6857,14.6857,0,0,1,12.47,26.0352l-.85-.6153a11.6928,11.6928,0,0,0,1.7754-2.9121Zm-1.43-5.3027a5.5675,5.5675,0,0,0,.7852.0761,20.6473,20.6473,0,0,0,5.7773-.6914l.4629.82a26.3685,26.3685,0,0,1-6.2343.7032c-.1407.8789-.2989,1.67-.4512,2.3789h2.6777V19.0273h.9844v1.8868h3.6563v.9492H16.8291v3.4394c0,.7325-.3633,1.1133-1.0547,1.1133H14.3857l-.2168-.9551c.4395.0411.8614.0645,1.2657.0645.2636,0,.41-.1641.41-.4746V21.8633h-3.75C12.44,20.27,12.6865,18.8516,12.8271,17.627Zm7.8223,7.98-.9258.4629a23.26,23.26,0,0,0-1.6582-3.1992l.8672-.41A34.6694,34.6694,0,0,1,20.6494,25.6074Z"></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="/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.9404 17.3412v.9258h-1.2363v.9727h1.1074v7.1719h-.8613v-.4922h-2.666v.4922h-.8613v-7.1719h1.084v-.9727h-1.3008v-.9258zm-3.6562 5.9765h2.666v-.6973h-.3867c-.4805 0-.7207-.2578-.7207-.75v-1.752h-.4922v.5625c-.0117 1.0957-.2285 1.8984-.6387 2.4082l-.4277-.3867zm0-3.1992v2.4199c.2812-.4277.4219-1.043.4277-1.8574v-.5625zm2.666 4.8867v-.8086h-2.666v.8086zm-1.0723-5.7656v-.9726h-.539v.9727h.539zm1.0723.8789h-.457v1.5586c0 .1348.0762.2051.252.2051h.2051v-1.7637zm5.2441 5.6895c-.1465.3164-.4805.4805-.9902.4805h-2.1211c-.5156 0-.7617-.3457-.7617-1.0371v-4.4884h2.748v-2.4844h-2.8476v-.9258h3.7793v4.3594h-2.7246v3.1523c0 .3281.0703.4922.2285.5156h1.5351c.2227 0 .3691-.1465.4277-.4219.0645-.2754.1055-.8027.123-1.5703l.9785.3105c-.0819 1.0725-.2049 1.7814-.3749 2.1096zm4.2715-8.4785c-.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.7696.4394c-.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.cn/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="m.8916 26.3412-.2051-.9141c.2637.041.5098.0586.7441.0586.2461 0 .3691-.1406.3691-.416v-2.1738c-.3691.1465-.75.2871-1.1133.4102l-.252-.9609c.4629-.1055.9141-.2344 1.3652-.3984v-2.2207h-1.16v-.9316h1.1602v-1.7871h.9434v1.7871h1.002v.9316h-1.002v1.8281c.3457-.1641.6855-.3398 1.0254-.5215v.9492c-.3398.1875-.6797.3516-1.0254.5156v2.8184c0 .6797-.3281 1.0254-.9844 1.0254h-.8672zm5.543-7.9453v-1.3711h.9375v1.3711h2.4023v.9375h-2.4023v1.459h2.0098v.8613c-.3281 1.0664-.873 1.9922-1.6465 2.7598.6328.4746 1.4121.8965 2.3262 1.248l-.5039.8027c-.9844-.4336-1.8105-.9199-2.4902-1.459-.7793.6094-1.7227 1.0957-2.8301 1.4883l-.4629-.8086c1.0254-.3281 1.8984-.75 2.6074-1.2832-.7969-.7969-1.3359-1.6934-1.6113-2.6895h-.5333v-.9199h2.1973v-1.459h-2.4024v-.9375h2.4024zm.6093 5.4433c.6152-.6152 1.0781-1.3184 1.3887-2.127h-2.748c.2461.7911.6972 1.5059 1.3593 2.127zm7.9688-4.5v-2.3672h.9609v2.3672h3.9082v.9316h-3.0176c.6562 1.5996 1.7637 3.0234 3.3223 4.2773l-.6562.8203c-1.6934-1.5-2.8828-3.1816-3.5566-5.0449v6.1113h-.9609v-6.0938c-.75 2.0566-1.9922 3.7441-3.7266 5.0684l-.5273-.873c1.5352-1.1074 2.6602-2.5312 3.3633-4.2656h-3.0059v-.9316zm3.9844-.7558-.7793.5508c-.3281-.5098-.7793-1.0605-1.3301-1.6816l.7559-.4688c.5859.6093 1.0371 1.1484 1.3535 1.5996zm7.2304-1.5879v1.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-.5625-.2461-1.084-.5098-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-.5098-.4043-.9609-.8555-1.3418-1.3477-.3574-.4512-.6152-.9316-.7676-1.4414h-.7148v-.9141h3.1289v-1.3418h-3.9141v-.9434h3.9141v-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.4004 2.1035-2.2734zm3.8027 4.9101-.2051-.9375c.2637.041.5215.0586.7676.0586.2402 0 .3809-.1289.3809-.3926v-2.1445c-.3633.123-.7207.2461-1.0898.3574l-.2461-.9785c.4512-.1055.8906-.2285 1.3359-.375v-2.1387h-1.166v-.9375h1.166v-1.752h.9551v1.752h.9785v.9375h-.9785v1.7812c.334-.1582.6621-.3164.9902-.4805v.9961c-.3281.1582-.668.3164-.9902.457v2.7715c0 .6738-.3398 1.0254-.9961 1.0254h-.9024zm6.7324-4.4824v-.709h.9727v.709h1.207v.9141h-1.207v2.5605c0 .6738-.3398 1.0254-1.0137 1.0254h-1.3535l-.2109-.9434c.4277.0293.8262.0469 1.2129.0469.2637 0 .3926-.1289.3926-.375v-2.3145h-3.6504v-.9141h3.6503zm-.2343-4.8281v.9492h2.0215v.8965h-2.0215v.9727h2.4023v.9199h-5.6543v-.9199h2.2969v-.9727h-1.9277v-.8965h1.9277v-.9492zm-1.0606 7.6699-.7617.5273c-.2812-.4863-.6562-1.043-1.1309-1.6465l.791-.4863c.4805.6094.8497 1.1426 1.1016 1.6055z"></path></svg></span><span class="globalnav-link-text">技术支持</span></span></a> </li> </ul> </div> </div> </div> </li> <li data-topnav-flyout-label="搜索 apple.com.cn" data-analytics-title="open - search field" class="globalnav-item globalnav-search" data-autom="globalnav-search"> <a role="button" id="globalnav-menubutton-link-search" href="/search" data-topnav-flyout-trigger-regular="true" data-topnav-flyout-trigger-compact="true" aria-label="搜索 apple.com.cn" 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="/search" method="get" class="globalnav-searchfield"> <div class="globalnav-searchfield-wrapper"> <input placeholder="搜索 apple.com.cn" aria-label="搜索 apple.com.cn" 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="/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_CN","ariaLabel":"全部网页","analyticsAttributes":[{"name":"data-analytics-activitymap-region-id","value":"global nav"},{"name":"data-analytics-region","value":"global nav"}],"links":[{"id":"2758e8127e4ab787ae4e849277f79b83b3522719ae4b96a595421e50ea2d03f7","name":"apple","text":"Apple","url":"https://www.apple.com.cn/","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":"75b9dea386fab56ffd38d8479802cbd97bdfeb93b86ccd649fd8acce1676dc0e","name":"store","text":"商店","url":"/store","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=\"m2.2568 23.0189-.6035-.7793v4.1426h-.9316v-6.6562h2.1328c-.1465-.3633-.2988-.7266-.4863-1.0488h-2.0743v-.9375h4.0254c-.0938-.2461-.1934-.4805-.2988-.6855l1.0781-.1642c.1055.2578.1934.5449.293.8496h4.0371v.9375h-2.1504c-.1582.3867-.3223.7324-.498 1.0488h2.2031v5.4961c0 .7793-.3398 1.1836-1.002 1.1836h-1.0488l-.2461-.8848.9844.0293c.2461 0 .3809-.1816.3809-.5332v-4.4297h-6.3985v1.6113c.8203-.4512 1.5-.9844 2.0508-1.5879l.6855.6035c-.416.498-.8965.9434-1.4414 1.3477h3.9082v2.7012h-4.002v-2.6309c-.1933.1349-.3866.2638-.5976.3868zm3.4571-3.293c.1816-.3457.3516-.6914.498-1.0488h-2.7773c.1465.3164.293.6621.4102 1.0488zm.205 3.7032h-2.121v.9727h2.1211v-.9727zm2.1094-1.1485-.7266.7207c-.4746-.5566-1.1484-1.1426-2.0098-1.7754l.6562-.6211c.8205.5567 1.5177 1.125 2.0802 1.6758zm7.9336-4.3652h3.7441v.9434h-7.4414v2.1328c-.0293 2.2559-.4043 4.0547-1.1133 5.4141l-.7383-.6562c.5684-1.1426.8613-2.7305.8848-4.7578v-3.0762h3.668c-.1406-.293-.3047-.5625-.4688-.8086l1.0137-.1641c.1641.2988.3047.621.4512.9726zm.2461 1.2598v1.1074h3.2637v.9199h-3.2637v1.3008h2.6836v3.9434h-.9609v-.4512h-4.043v.4512h-.9609v-3.9434h2.3086v-3.3281zm1.7227 5.9062v-1.6699h-4.043v1.6699z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"store"},{"name":"data-analytics-element-engagement","value":"hover - store"}]},{"id":"9a82f08a3cc17e59a61372a40e7ecb17783e9c10aef163465f29bb5b00d4725a","name":"mac","text":"Mac","url":"https://www.apple.com.cn/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":"00948525be55e5a61fc12335c2fe8fbc94664d6237757d79344cadd205bde991","name":"ipad","text":"iPad","url":"https://www.apple.com.cn/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":"254873a73c00038209d1c486273a47e092f598ac6df39eaa74322285d69c22d6","name":"iphone","text":"iPhone","url":"https://www.apple.com.cn/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":"53df160ebeaf43e20199b03d483006c3d35b44cc88b0fc6ad48af0114776e209","name":"watch","text":"Watch","url":"https://www.apple.com.cn/watch/","ariaLabel":"Watch","submenuAriaLabel":"Apple 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":"b605ab234f32c76b9d586469b3201bde23eb3c09e73007566a1ab8ee6a3fb8e4","name":"vision","text":"Vision","url":"https://www.apple.com.cn/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":"43b376b005d0715028ef96e1ca418805056f15d9b10456f5139d4e361450b048","name":"airpods","text":"AirPods","url":"https://www.apple.com.cn/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":"61960681a9805d42f14b4a653cecf8f69ef9b84cd64119fd0d44a33502cbb859","name":"home","text":"家居","url":"https://www.apple.com.cn/apple-home/","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=\"m5.9951 22.6498c.1582.4688.2344.9844.2461 1.5352 0 .8203-.123 1.4004-.3457 1.7051-.2637.3691-.8613.5566-1.7988.5566h-.3223l-.334-.8613h.5273c.5742 0 .9316-.0879 1.0781-.2402.1641-.2051.252-.5801.252-1.1602 0-.0996-.0059-.2051-.0059-.293-1.1074.832-2.5664 1.5176-4.3477 2.0742l-.4922-.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.6699-.4336 2.9707-.9727 3.9023-1.6465-.0996-.1289-.1934-.252-.293-.375-.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.2965v-.9023h6.0879v.9023h-2.2735c-.252.1641-.4863.3164-.709.4629.2988.3281.5449.6738.75 1.0488.9023-.2754 1.7637-.6562 2.584-1.1836l.6563.6562c-.5391.3398-1.0957.627-1.7051.8672.4746 1.2012 1.2422 2.1621 2.291 2.9062l-.7031.8086c-1.084-.9141-1.8691-2.0625-2.3672-3.4336-.1524.0411-.3047.0703-.4512.1114zm-.5625-4.8399h3.8438v1.9102h-.9727v-1.002h-6.8496v1.002h-.9727v-1.9102h3.9668c-.0996-.2637-.2168-.498-.3281-.7148l.9961-.1758c.1113.2695.2168.5684.3164.8906zm5.666 8.666-.7676-.6855c.6973-1.2832 1.0547-2.9355 1.0664-4.9395v-3.5098h7.752v2.6777h-2.8184v.9902h3.2168v.8965h-3.2168v1.0312h2.543v3.5449h-.9375v-.4395h-4.0078v.4395h-.9316v-3.5449h2.3848v-1.0312h-3.0645c-.1231 1.7404-.5215 3.2579-1.2188 4.5704zm1.2598-8.2441v.9023h5.8242v-.9023zm0 1.7871v.9902h3.0234v-.9902zm5.5781 5.1445v-1.3418h-4.0078v1.3418z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"home"},{"name":"data-analytics-region","value":"home"},{"name":"data-analytics-element-engagement","value":"hover - home"}]},{"id":"51baa0c1c201be6929902126e4ffa5de0e3475d131be56659642d4106605129b","name":"entertainment","text":"娱乐","url":"https://www.apple.com.cn/services/","ariaLabel":"娱乐","submenuAriaLabel":"娱乐目录","images":[{"name":"regular","assetInline":"<svg id=\"Outlined\" xmlns=\"http://www.w3.org/2000/svg\" width=\"22\" height=\"44\" viewBox=\"0 0 22 44\"><path id=\"art_\" d=\"M3.69,17.0293c-.1055.6562-.1993,1.2715-.293,1.84H4.9434v.5391a12.1563,12.1563,0,0,1-.8262,4.0957c.4512.3691.8262.6973,1.125.99l-.6445.7559c-.252-.2871-.5567-.5859-.8907-.8965A7.8518,7.8518,0,0,1,1.9434,26.498l-.627-.7675A6.5715,6.5715,0,0,0,2.998,23.7383c-.41-.3457-.873-.7207-1.3828-1.1133.2461-.873.4688-1.8164.668-2.8184H1.44v-.9375H2.4473c.1-.6328.205-1.2773.2871-1.9336Zm.3515,2.7773h-.82a22.6557,22.6557,0,0,1-.6445,2.543c.2929.2051.5566.3984.8027.58A10.1091,10.1091,0,0,0,4.041,19.8066ZM7.2285,22.666c.041-.2871.0762-.5976.1-.9023H5.3125V20.873h5.0039v.8907H8.2539c-.0176.3281-.0351.6269-.0644.9023h2.5019v.9082H8.4824a5.7678,5.7678,0,0,0,2.461,2.1328l-.6622.7735a6.9141,6.9141,0,0,1-2.4667-2.35,5.5451,5.5451,0,0,1-.3282.6738A4.56,4.56,0,0,1,5.1953,26.51L4.68,25.6953A4.0693,4.0693,0,0,0,6.748,24.1719a4.176,4.176,0,0,0,.2579-.5977h-2.08V22.666Zm2.8653-5.32v2.7188H5.5293V17.3457Zm-.8965.8027H6.4316v1.1133H9.1973Zm5.06,4.7813A14.6857,14.6857,0,0,1,12.47,26.0352l-.85-.6153a11.6928,11.6928,0,0,0,1.7754-2.9121Zm-1.43-5.3027a5.5675,5.5675,0,0,0,.7852.0761,20.6473,20.6473,0,0,0,5.7773-.6914l.4629.82a26.3685,26.3685,0,0,1-6.2343.7032c-.1407.8789-.2989,1.67-.4512,2.3789h2.6777V19.0273h.9844v1.8868h3.6563v.9492H16.8291v3.4394c0,.7325-.3633,1.1133-1.0547,1.1133H14.3857l-.2168-.9551c.4395.0411.8614.0645,1.2657.0645.2636,0,.41-.1641.41-.4746V21.8633h-3.75C12.44,20.27,12.6865,18.8516,12.8271,17.627Zm7.8223,7.98-.9258.4629a23.26,23.26,0,0,0-1.6582-3.1992l.8672-.41A34.6694,34.6694,0,0,1,20.6494,25.6074Z\"/></svg>"}],"analyticsAttributes":[{"name":"data-analytics-title","value":"entertainment"},{"name":"data-analytics-element-engagement","value":"hover - entertainment"}]},{"id":"84b81348264fbec1cc74d334219f882e4455b0bcf7461f4da21c98dab4d38a3f","name":"accessories","text":"配件","url":"/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.9404 17.3412v.9258h-1.2363v.9727h1.1074v7.1719h-.8613v-.4922h-2.666v.4922h-.8613v-7.1719h1.084v-.9727h-1.3008v-.9258zm-3.6562 5.9765h2.666v-.6973h-.3867c-.4805 0-.7207-.2578-.7207-.75v-1.752h-.4922v.5625c-.0117 1.0957-.2285 1.8984-.6387 2.4082l-.4277-.3867zm0-3.1992v2.4199c.2812-.4277.4219-1.043.4277-1.8574v-.5625zm2.666 4.8867v-.8086h-2.666v.8086zm-1.0723-5.7656v-.9726h-.539v.9727h.539zm1.0723.8789h-.457v1.5586c0 .1348.0762.2051.252.2051h.2051v-1.7637zm5.2441 5.6895c-.1465.3164-.4805.4805-.9902.4805h-2.1211c-.5156 0-.7617-.3457-.7617-1.0371v-4.4884h2.748v-2.4844h-2.8476v-.9258h3.7793v4.3594h-2.7246v3.1523c0 .3281.0703.4922.2285.5156h1.5351c.2227 0 .3691-.1465.4277-.4219.0645-.2754.1055-.8027.123-1.5703l.9785.3105c-.0819 1.0725-.2049 1.7814-.3749 2.1096zm4.2715-8.4785c-.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.7696.4394c-.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":"e7fc491c3f79481d3e6d4e7741e5f29a5ef6ce7c95b0c527e3fe7e1212782e04","name":"support","text":"技术支持","url":"https://www.apple.com.cn/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=\"m.8916 26.3412-.2051-.9141c.2637.041.5098.0586.7441.0586.2461 0 .3691-.1406.3691-.416v-2.1738c-.3691.1465-.75.2871-1.1133.4102l-.252-.9609c.4629-.1055.9141-.2344 1.3652-.3984v-2.2207h-1.16v-.9316h1.1602v-1.7871h.9434v1.7871h1.002v.9316h-1.002v1.8281c.3457-.1641.6855-.3398 1.0254-.5215v.9492c-.3398.1875-.6797.3516-1.0254.5156v2.8184c0 .6797-.3281 1.0254-.9844 1.0254h-.8672zm5.543-7.9453v-1.3711h.9375v1.3711h2.4023v.9375h-2.4023v1.459h2.0098v.8613c-.3281 1.0664-.873 1.9922-1.6465 2.7598.6328.4746 1.4121.8965 2.3262 1.248l-.5039.8027c-.9844-.4336-1.8105-.9199-2.4902-1.459-.7793.6094-1.7227 1.0957-2.8301 1.4883l-.4629-.8086c1.0254-.3281 1.8984-.75 2.6074-1.2832-.7969-.7969-1.3359-1.6934-1.6113-2.6895h-.5333v-.9199h2.1973v-1.459h-2.4024v-.9375h2.4024zm.6093 5.4433c.6152-.6152 1.0781-1.3184 1.3887-2.127h-2.748c.2461.7911.6972 1.5059 1.3593 2.127zm7.9688-4.5v-2.3672h.9609v2.3672h3.9082v.9316h-3.0176c.6562 1.5996 1.7637 3.0234 3.3223 4.2773l-.6562.8203c-1.6934-1.5-2.8828-3.1816-3.5566-5.0449v6.1113h-.9609v-6.0938c-.75 2.0566-1.9922 3.7441-3.7266 5.0684l-.5273-.873c1.5352-1.1074 2.6602-2.5312 3.3633-4.2656h-3.0059v-.9316zm3.9844-.7558-.7793.5508c-.3281-.5098-.7793-1.0605-1.3301-1.6816l.7559-.4688c.5859.6093 1.0371 1.1484 1.3535 1.5996zm7.2304-1.5879v1.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-.5625-.2461-1.084-.5098-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-.5098-.4043-.9609-.8555-1.3418-1.3477-.3574-.4512-.6152-.9316-.7676-1.4414h-.7148v-.9141h3.1289v-1.3418h-3.9141v-.9434h3.9141v-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.4004 2.1035-2.2734zm3.8027 4.9101-.2051-.9375c.2637.041.5215.0586.7676.0586.2402 0 .3809-.1289.3809-.3926v-2.1445c-.3633.123-.7207.2461-1.0898.3574l-.2461-.9785c.4512-.1055.8906-.2285 1.3359-.375v-2.1387h-1.166v-.9375h1.166v-1.752h.9551v1.752h.9785v.9375h-.9785v1.7812c.334-.1582.6621-.3164.9902-.4805v.9961c-.3281.1582-.668.3164-.9902.457v2.7715c0 .6738-.3398 1.0254-.9961 1.0254h-.9024zm6.7324-4.4824v-.709h.9727v.709h1.207v.9141h-1.207v2.5605c0 .6738-.3398 1.0254-1.0137 1.0254h-1.3535l-.2109-.9434c.4277.0293.8262.0469 1.2129.0469.2637 0 .3926-.1289.3926-.375v-2.3145h-3.6504v-.9141h3.6503zm-.2343-4.8281v.9492h2.0215v.8965h-2.0215v.9727h2.4023v.9199h-5.6543v-.9199h2.2969v-.9727h-1.9277v-.8965h1.9277v-.9492zm-1.0606 7.6699-.7617.5273c-.2812-.4863-.6562-1.043-1.1309-1.6465l.791-.4863c.4805.6094.8497 1.1426 1.1016 1.6055z\"/></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":"/cn/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":"/shop/bag/status"},"search":{"analyticsAttributes":[{"name":"data-analytics-region","value":"search"}],"open":{"url":"/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.cn","analyticsAttributes":[{"name":"data-analytics-title","value":"open - search field"}]},"close":{"ariaLabel":"关闭"},"input":{"placeholderTextRegular":"搜索 apple.com.cn","placeholderTextCompact":"搜索","ariaLabel":"搜索 apple.com.cn"},"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":{"smb":"企业商店首页","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.cn","searchUrlPath":"/search","storeUrlPath":"","hasAbsoluteUrls":"true","hasShopRedirectUrls":true,"analyticsType":"aos","storeApiKey":"","submenuApiUrl":"https://www.apple.com.cn/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\u8D2D\u7269\u888B\u603B\u8BA1 {price}\u3002", "geoLocationDagger": "\u2020\u2020", "savedBagHeader": "\u8FD9\u662F\u4F60\u5DF2\u4FDD\u5B58\u7684\u5546\u54C1\u3002", "addAllToBag": "\u6DFB\u52A0\u5230\u8D2D\u7269\u888B", "saveBagLabel": "\u4FDD\u5B58\u8D2D\u7269\u888B", "bagId": "\u8D2D\u7269\u888B\u7F16\u53F7\uFF1A", "emptyBagHeader": "\u4F60\u7684\u8D2D\u7269\u888B\u4E2D\u6CA1\u6709\u5546\u54C1\u3002", "add": "\u6DFB\u52A0", "edit": "\u7F16\u8F91", "save": "\u4FDD\u5B58", "close": "\u5173\u95ED", "previous":"\u4E0A\u4E00\u4E2A", "next":"\u4E0B\u4E00\u4E2A", "overlayCloseA11y": "", "reset":"\u91CD\u7F6E", "undo": "\u64A4\u9500", "apply": "\u4F7F\u7528", "applying": "Applying", "cancel": "\u53D6\u6D88", "engraving": "\u6DFB\u52A0\u514D\u8D39\u954C\u523B", "engraved": "\u542B\u6FC0\u5149\u954C\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\u954C\u523B\u4FE1\u606F", "remove": "\u79FB\u9664", "removing": "Removing", "macHardwareLabel": "\u786C\u4EF6", "macSoftwareLabel": "\u8F6F\u4EF6", "quantityLabel": "\u6570\u91CF:", "quantityA11y": "\u6570\u91CF", "phoneDetails": "Phone Details:", "hidePhoneDetailsLabel": "Hide plan details", "showPhoneDetailsLabel": "Show plan details", "editPlan": "Edit plan", "phoneNumber": "\u96FB\u8A71\u865F\u78BC", "showDetailsLabel": "\u663E\u793A\u4EA7\u54C1\u8BE6\u60C5", "hideDetailsLabel": "\u9690\u85CF\u4EA7\u54C1\u8BE6\u60C5", "editModelLabel": "Edit model", "editIphoneModel": "Edit iPhone model", "freeLabel": "\u514D\u8D39", "addGifting": "\u6DFB\u52A0\u793C\u54C1\u5305\u88C5\u548C\u5361\u7247", "addGiftingMsg": "\u6DFB\u52A0\u793C\u54C1\u8D60\u8A00", "giftMsgLabel": "\u4F60\u7684\u793C\u54C1\u8D60\u8A00\u3002", "giftPkgLabel": "\u4F60\u7684\u793C\u54C1\u5305\u88C5\u3002", "checkoutLabel": "\u7ED3\u8D26", "emptyBagNotSignedPrefix": "\u767B\u5F55\u67E5\u770B\u4F60\u662F\u5426\u5DF2\u4FDD\u5B58\u4EFB\u4F55\u5546\u54C1\u3002\u6216\u8005\u7EE7\u7EED\u8D2D\u7269\u3002", "emptyBagSignedPrefix": "\u5728\u7EBF\u8D2D\u7269\u5E76\u4EAB\u53D7\u514D\u8D39\u7684\u9001\u8D27\u4E0A\u95E8\u670D\u52A1\u3002", "signinTxt": "\u767B\u5F55", "continueShopping": "\u7EE7\u7EED\u8D2D\u7269", "engravingA11y": "\u6DFB\u52A0\u514D\u8D39\u6FC0\u5149\u954C\u523B", "egcToLabel": "To", "egcFromLabel": "From", "egcMessageLabel": "Message", "egcRecipient": "Recipient", "egcRecipientName": "Recipient Name", "egcRecipientEmail": "Recipient Email", "egcYourName": "Your Name", "egcSenderName": "Sender Name", "egcYourEmail": "Your Email", "egcSenderEmail": "Sender Email", "egcMessageSubject": "Message Subject (Optional)", "egcYourMessage": "Your Message (Optional)", "egcOverlayHeader": "Your Gift Card Details", "subtotal": "\u5C0F\u8BA1", "shipping": "\u8FD0\u8D39", "total": "\u603B\u8BA1", "totalToday": "Your total today", "totalSavings": "\u4F18\u60E0\u91D1\u989D\u603B\u8BA1", "recycleFee": "CA recycling fee", "recycleFeesLearnMoreA11y": "Learn more about \"California recycling fee\"", "taxEstimateLabel": "Estimated tax for: ", "learnMoreA11y":"\u8FDB\u4E00\u6B65\u4E86\u89E3\u514D\u606F\u5206\u671F\u4ED8\u6B3E", "taxEstimateLabelIconA11y": "What does \"estimated tax\" mean", "tooltipLabel":"", "taxZipCode": "Enter postcode", "taxZipCodeA11y": "Enter postcode to get estimated tax", "estimatedTaxZipA11y": "Get estimated tax for the postcode you entered", "taxTooltipTitle": "", "taxTooltipContent": "The sales tax listed on the checkout page is only an estimate. Your invoice will contain the final sales tax, including state and local taxes, as well as any applicable rebates or fees. In California and Rhode Island, sales tax is collected on the unbundled price of iPhone.", "promoCodeLabel": "\u6709\u4F18\u60E0\u7801\uFF1F", "promoEnterItNow": "\u7ACB\u5373\u8F93\u5165", "promoEnterLabel": "\u4F18\u60E0\u7801", "promoCodeApplied": "\u5DF2\u4F7F\u7528\u4F18\u60E0\u7801", "couponApplied": "\u5DF2\u4F7F\u7528\u4F18\u60E0\u5238", "couponRemoved": "\u5DF2\u79FB\u9664\u4F18\u60E0\u5238", "installmentTotal": "Your Order Total", "orderTotal": "Your Order Total", "giftMsgOnCard": "\u5361\u7247\u4E0A\u7684\u793C\u54C1\u8D60\u8A00\u3002", "giftPhysicalMsgOnCard": "Your gift card message", "giftEgcMsgOnCard": "Your gift card details", "giftPkgMsgLabel": "\u4F60\u7684\u793C\u54C1\u5305\u88C5\u548C\u8D60\u8A00\u3002", "giftOverlayMsgHeader": "\u793C\u54C1\u8D60\u8A00", "giftOverlayPkgHeader": "\u954C\u523B\u4E00\u6BB5\u8D60\u8A00\uFF0C\u6311\u9009\u4E00\u6B3E\u5305\u88C5\uFF0C\u8BA9\u4F60\u7684\u793C\u54C1\u522B\u5177\u4E2A\u6027\u3002", "giftOverlayLabel": "\u9009\u62E9\u4E00\u4E2A\u793C\u54C1\u9009\u9879", "giftOverlayYourMessage": "\u4F60\u7684\u8D60\u8A00", "overlayYourMessageOptional": "\u4F60\u7684\u8D60\u8A00 (\u53EF\u9009)", "giftPhysicalOverlayMsgOptional": "Optional", "availableToShip": "\u8FD0\u8D39\uFF1A", "deliveryDisabled": "Only available for in-store pickup", "deliveryLabel": "\u8FD0\u8D39\uFF1A", "deliversLabel": "\u4EA4\u8D27", "warmDeliveryOptionsLabel": "\u9001\u8D27\u81F3\uFF1A", "coldDeliveryOptionsLabel": "\u4E86\u89E3\u4F60\u4F55\u65F6\u80FD\u6536\u5230\u8FD9\u4EF6\u5546\u54C1\u3002", "byLabel": "\u901A\u8FC7", "pickupLabel": "Pickup:", "warmDeliveryLabel": "\u9001\u8D27\u81F3\uFF1A", "deliveryOptionsA11y": "\u9001\u8D27\u9009\u9879", "wasPostalCodeA11y": "See delivery options for the postcode you entered", "dudeDeliversToLabelFull": "\u9001\u8D27\u81F3 {loc}", "dudeDeliversToLabelCondensed": "\u9001\u8D27\u81F3\uFF1A", "seeMoreStoresLink": "\u663E\u793A\u66F4\u591A\u96F6\u552E\u5E97", "warmPickupLabelA11y": "Show more stores near the postcode you entered", "coldDeliveryTitle": "\u4E86\u89E3\u4F60\u4F55\u65F6\u80FD\u6536\u5230\u8FD9\u4EF6\u5546\u54C1\u3002", "storeResults":"Results", "savingsLabel": "\u8282\u7701", "partNumber": "\u90E8\u4EF6\u53F7", "saveGiftOptMsgA11y": "\u793C\u54C1\u9009\u9879\u548C\u8D60\u8A00", "saveGiftOptA11y": "\u793C\u54C1\u9009\u9879", "saveGiftCardOptMsgA11y": "gift card selection and message", "saveGiftCardOptA11y": "gift card selection ", "savingGiftOptMsgA11y": "\u6B63\u5728\u4FDD\u5B58", "giftCardDetailsA11y": "Save gift card details", "removeGiftingMsgA11y": "\u79FB\u9664\u793C\u54C1\u8D60\u8A00", "editGiftPkgAlly": "\u4FEE\u6539\u793C\u54C1\u5305\u88C5\u8BE6\u60C5", "editGiftMsgAlly": "\u4FEE\u6539\u793C\u54C1\u8D60\u8A00", "taxCalculatorA11y": "Tax Calculator", "faqTitle": "\u8D2D\u4E70\u5E38\u89C1\u95EE\u9898\u89E3\u7B54", "footnotesA11y": "\u811A\u6CE8", "confirmStore": "\u786E\u8BA4\u4F60\u7684\u96F6\u552E\u5E97", "searchStores": "\u641C\u7D22", "learnMore": "\u8FDB\u4E00\u6B65\u4E86\u89E3", "learnMoreIup": "\u8FDB\u4E00\u6B65\u4E86\u89E3 AppleCare+ \u670D\u52A1\u8BA1\u5212 (\u540C\u65F6\u52A0\u5165 iPhone \u5E74\u5E74\u7115\u65B0\u8BA1\u5212)", "carrierLearnMore": "", "giftOverlayInputLabel": "\u8F93\u5165\u4F60\u7684\u8D60\u8A00\uFF1A", "giftingOverlayImageCaption": "\u56FE\u7247\u4EC5\u4F5C\u56FE\u793A\u4E4B\u7528\u3002", "viewAllSavedBags": "\u67E5\u770B\u6240\u6709\u5DF2\u4FDD\u5B58\u7684\u8D2D\u7269\u888B", "noReturns": "\u672C\u5546\u54C1\u4E3A\u6E05\u4ED3\u5546\u54C1\uFF0C\u975E\u8D28\u91CF\u95EE\u9898\u4E0D\u9000\u4E0D\u6362\u3002", "installmentsAmountDueTooltipContent": "\u53D1\u8D27\uFF1A", "installmentsremainingpayments": "First Monthly Payment", "installmentsAmountDue": "Initial Amount Due*", "mobilePhoneLabel": "\u624B\u673A\u53F7\u7801", "expirationLabel": "\u6709\u6548\u671F\u9650\uFF1A\u6708\/\u5E74", "toSaveCard": "To update your saved card,please update your information on iTunes", "zipCodeLabel": "Postcode", "zipCityStateLabel": "\u90AE\u7F16\u6216\u57CE\u5E02\u3001\u5DDE\/\u7701", "buyWithApplePayAlly": "\u7528 Apple Pay \u8D2D\u4E70", "editBag": "\u4FEE\u6539\u8D2D\u7269\u888B", "contentLoadedA11y": "\u5185\u5BB9\u5DF2\u52A0\u8F7D", "contentLoadingA11y": "\u6B63\u5728\u52A0\u8F7D\u5185\u5BB9", "multipleSuggestionsLabel": "choices available", "suggestionLabel": "choice available", "tax": "VAT", "change": "\u66F4\u6539", "view": "\u67E5\u770B", "checkoutWithApplePayLabel": "\u4F7F\u7528 Apple Pay \u7ED3\u8D26", "storeLocatorHeader": "\u9009\u62E9\u5730\u70B9", "selectYourStore": "\u9009\u62E9\u53D6\u8D27\u96F6\u552E\u5E97\uFF1A", "processing": "\u6B63\u5728\u5904\u7406", "engravingEditA11y": "\u4FEE\u6539\u6FC0\u5149\u954C\u523B\u5185\u5BB9\uFF1A", "engravingAddA11y": "\u6DFB\u52A0\u514D\u8D39\u6FC0\u5149\u954C\u523B\uFF1A", "storeLocatorLabel": "Postcode", "storeLocatorSearchA11y": "Search for Apple Stores near the postcode or town\/city\/county you entered.", "confirmingStoreA11y": "Confirming Your Store", "storeLocatorSavedAlly": "Store locator saved", "recommendationUpdateSuccessAlly": "\u4EA7\u54C1\u5DF2\u52A0\u8F7D", "bagUpdateSuccessAlly": "\u8D2D\u7269\u888B\u5DF2\u66F4\u65B0", "isIntentToGiftA11y": "{name} is a gift", "giftMessageUpdateSuccessAlly": "\u793C\u54C1\u8D60\u8A00\u5DF2\u4FDD\u5B58", "compareCoverage": "Compare coverage options", "installmentTotalFinanced": "Total Financed via Citizens One", "dueTodayLabel": "Amount Due Today", "firstInstallmentAmountLabel": "First Monthly Payment", "applyZipCodeA11y": "Apply Postcode", "cancelZipCodeA11y": "Cancel Postcode", "applyPromoCodeA11y": "\u4F7F\u7528\u4FC3\u9500\u4EE3\u7801", "cancelPromoCodeA11y": "\u53D6\u6D88\u4FC3\u9500\u4EE3\u7801", "cancelTaxCalculatorA11y": "Cancel Tax Calculator", "quantityUpdateSuccessAlly": "\u6570\u91CF\u4E3A {quantity} \u4EF6\uFF0C\u4EF7\u683C\u5DF2\u66F4\u65B0", "recommendationAddToBagSuccessAlly": "\u4EA7\u54C1\u5DF2\u6DFB\u52A0\u5230\u8D2D\u7269\u888B", "continue": "\u7EE7\u7EED", "apwNotAvailableText": "\u8BF7\u9009\u62E9\u5176\u4ED6\u652F\u4ED8\u65B9\u5F0F\u6216\u5206\u671F\u4ED8\u6B3E\u65B9\u6848\u3002", "apwNotAvailableContinue": "\u67E5\u770B\u5176\u4ED6\u7ED3\u8D26\u65B9\u5F0F", "taxLabel": "Tax and Fees", "newWindowAlly": "(\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00)", "buyWith": "Buy with", "buyWithApplePay": "\u4F7F\u7528 \uF8FFPay \u8D2D\u4E70", "tradeUpQuote": "Apple Trade In <span class=\"nowrap\">\u6362\u8D2D\u8BA1\u5212<\/span>", "tradeInInstruction": "\u8FDB\u4E00\u6B65\u4E86\u89E3 Apple Trade In \u6362\u8D2D\u8BA1\u5212\u6D41\u7A0B", "tradeInLabel": "{tradeInValue} \u4F60\u7684\u9884\u4F30\u6298\u62B5\u91D1\u989D", "totalTradeInLabel": "{tradeInValue} Total trade-in value", "tradeInTagLine": "\u4F60\u5C06\u8BBE\u5907\u4EA4\u7ED9\u6211\u4EEC\u4E4B\u540E\uFF0C\u6211\u4EEC\u4F1A\u901A\u8FC7\u4F60\u7684\u4ED8\u6B3E\u65B9\u5F0F\u5411\u4F60\u8FD4\u8FD8\u6298\u62B5\u91D1\u989D\u3002", "acdcTradeInLabel": "\u9884\u4F30\u6298\u62B5\u91D1\u989D\uFF1A{tradeInValue}", "acdcTradeInSummary": "\u4F60\u7684\u6298\u62B5\u91D1\u989D\u9700\u7ECF\u6838\u5B9E\uFF0C\u5E76\u5728\u4F60\u6536\u5230\u65B0\u4EA7\u54C1\u540E\u7684 14 \u5929\u5185\u6709\u6548\u3002\u6211\u4EEC\u6536\u5230\u4F60\u7684\u6298\u62B5\u8BBE\u5907\u540E\uFF0C\u4F1A\u68C0\u67E5\u5E76\u6838\u5B9E\u5176\u72B6\u51B5\u3002\u5982\u679C\u5168\u90E8\u6838\u5B9E\u65E0\u8BEF\uFF0C\u4F60\u7684\u6298\u62B5\u6362\u8D2D\u5373\u544A\u5B8C\u6210\u3002\u5982\u679C\u4F60\u7684\u8BBE\u5907\u72B6\u51B5\u4E0E\u63CF\u8FF0\u4E0D\u7B26\uFF0C\u6211\u4EEC\u4F1A\u8C03\u6574\u6298\u62B5\u91D1\u989D\u62A5\u4EF7\u5E76\u901A\u77E5\u4F60\uFF0C\u4F60\u53EF\u4EE5\u9009\u62E9\u63A5\u53D7\u6216\u62D2\u7EDD\u8BE5\u91D1\u989D\u3002\u5982\u679C\u4F60\u8BBE\u5907\u7684\u6298\u62B5\u91D1\u989D\u9AD8\u4E8E\u6240\u8D2D\u65B0\u8BBE\u5907\u7684\u4EF7\u683C\uFF0C\u6211\u4EEC\u5C06\u901A\u8FC7\u94F6\u884C\u8F6C\u8D26\u65B9\u5F0F\u53D1\u653E\u6298\u62B5\u4F18\u60E0\u3002\u5982\u679C\u4F60\u51B3\u5B9A\u5C06\u6362\u8D2D\u7684\u65B0\u4EA7\u54C1\u9000\u8D27\uFF0C\u4F60\u7684\u6298\u62B5\u6362\u8D2D\u4F1A\u88AB\u53D6\u6D88\uFF0C\u5E76\u4E14\u6211\u4EEC\u4F1A\u4ECE\u4F60\u7684\u9000\u6B3E\u91D1\u989D\u4E2D\u6263\u9664\u6B64\u6B21\u6298\u62B5\u6362\u8D2D\u7ED9\u4E88\u7684\u8D2D\u65B0\u4F18\u60E0\u3002", "tradeInSubsidyLabel": "\u5305\u542B Apple Trade In \u6362\u8D2D\u8BA1\u5212\u8D2D\u65B0\u4F18\u60E0 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": "This is a gift.", "giftItemContent": "Please note: Apple Music and iCloud are not eligible for gifting.", "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\u8F83\u5206\u671F\u4ED8\u6B3E\u9009\u9879", "installmentInfo": "\u4F60\u53EF\u4EE5\u9009\u62E9\u4E00\u6B21\u6027\u5168\u989D\u4ED8\u6B3E\u6216\u5206\u671F\u4ED8\u6B3E\u3002\u5206\u671F\u4ED8\u6B3E\u65B9\u6848\u9002\u7528\u4E8E\u7B26\u5408\u53D1\u5361\u94F6\u884C\u6761\u4EF6\u7684\u4FE1\u7528\u5361\u5BA2\u6237\u3002\u4EE5\u4E0B\u5206\u671F\u4ED8\u6B3E\u65B9\u6848\u4EC5\u4E3A\u793A\u4F8B\uFF1B\u5177\u4F53\u7684\u5206\u671F\u4ED8\u6B3E\u65B9\u6848\u5C06\u7531\u5404\u4E2A\u94F6\u884C\u63D0\u4F9B\u3002", "itemAddedSucessAlly": "\u4EA7\u54C1\u5DF2\u6DFB\u52A0\u5230\u8D2D\u7269\u888B", "recommendedSystemLabel": "Recommended System", "recommendedSystemInputLabel": "Name", "customerAppleId": "\u5BA2\u6237\uFF1A", "specialistLabel": "Specialist \u4E13\u5BB6\uFF1A", "findCustomer": "\u67E5\u627E\u5BA2\u6237", "clearCustomer": "\u6E05\u9664\u5BA2\u6237", "notSignedIn": "\u672A\u767B\u5F55", "clearBag": "\u6E05\u7A7A\u6574\u4E2A\u8D2D\u7269\u888B", "saveBag": "\u4FDD\u5B58\u8D2D\u7269\u888B", "emailBag": "\u7535\u5B50\u90AE\u4EF6", "createSharedBagLabel": "\u521B\u5EFA\u5171\u4EAB\u8D2D\u7269\u888B\u94FE\u63A5", "copyToClipBoard": "\u62F7\u8D1D\u5171\u4EAB\u8D2D\u7269\u888B\u94FE\u63A5", "comments": "\u9700\u8981\u63D0\u4F9B\u7406\u7531", "addToBagLabel": "\u6DFB\u52A0\u5230\u8D2D\u7269\u888B", "holdCodeLabel": "\u6682\u7F13\u5904\u7406\u4EE3\u7801", "otherProducts": "\u5176\u4ED6\u4EA7\u54C1", "priceAdjustmentLabel": "\u4EF7\u683C\u8C03\u6574", "dealCloserSubHeader": "\u9009\u62E9\u4EF7\u683C\u8C03\u6574\uFF1A", "applyPriceAdjustments": "\u5E94\u7528\u4EF7\u683C\u8C03\u6574", "showProductLinks": "\u663E\u793A\u4EA7\u54C1\u5FEB\u901F\u94FE\u63A5", "emailAddressLabel": "\u7535\u5B50\u90AE\u4EF6\u5730\u5740", "emailAddressOptional": "\u7535\u5B50\u90AE\u4EF6\u5730\u5740\uFF08\u53EF\u9009\uFF09", "additionalRecipientA11y": "\u9488\u5BF9\u6536\u4EF6\u4EBA", "shareViaEmailLabel": "\u901A\u8FC7\u7535\u5B50\u90AE\u4EF6\u5206\u4EAB", "sendEmailLabel": "\u53D1\u9001\u7535\u5B50\u90AE\u4EF6", "hideProductLinks": "\u9690\u85CF\u4EA7\u54C1\u5FEB\u901F\u94FE\u63A5", "orderUnavailable": "\u4E0D\u9002\u7528\u4E8E\u6B64\u8BA2\u5355", "originalOrderTotalHeader": "\u539F\u59CB\u8BA2\u5355\u603B\u989D", "additionalRecipients": "\u5176\u4ED6\u6536\u4EF6\u4EBA (\u6700\u591A 4 \u4F4D)\uFF1A", "primaryRecipient": "\u4E3B\u6536\u4EF6\u4EBA\uFF1A", "maxDiscountAmount": "\u6700\u5927\u6298\u6263\uFF1A", "messageLabel": "\u90AE\u4EF6\uFF1A", "noSpecialist": "\u7F3A\u5C11 Specialist \u4E13\u5BB6", "discountLabel": "\u6298\u6263", "changeLabel": "\u66F4\u6539", "returnToBag": "\u8FD4\u56DE\u8D2D\u7269\u888B", "copyToClipBoardText": "\u8D2D\u7269\u888B\u94FE\u63A5\u5DF2\u590D\u5236\u5230\u526A\u8D34\u677F\u3002\u4F60\u53EF\u4EE5\u76F4\u63A5\u5C06\u5176\u7C98\u8D34\u5230\u804A\u5929\u7A97\u53E3\u4E2D\u3002", "selectOne": "\u9009\u62E9\u4E00\u9879", "selectOneCreditcard": "Select one credit card", "addToBag": "\u6DFB\u52A0\u5230\u8D2D\u7269\u888B", "sharedBagHeader": "\u4F60\u7684\u5171\u4EAB\u8D2D\u7269\u888B\u3002", "rccDashBoardA11y": "RCC \u9762\u677F", "savedPriceAdjustmentA11y": "\u4EF7\u683C\u8C03\u6574\u5DF2\u4FDD\u5B58", "removedPriceAdjustmentA11y": "\u4EF7\u683C\u8C03\u6574\u5DF2\u79FB\u9664", "originalPriceHeader": "\u539F\u4EF7", "viewToolbar": "\u663E\u793A\u5DE5\u5177\u680F", "hideToolbar": "\u9690\u85CF\u5DE5\u5177\u680F", "newSubscriberLabel": "* New subscribers only.", "appleMusicSubscriberLabel": "* New subscribers only.", "iCloudSubscriberLabel": "** For new iCloud users or those upgrading to a larger storage plan. Users with a shared storage plan are not eligible.", "suggestionMsg": "There are {count} suggestions available", "taxExclusiveTax": "Includes VAT of {taxExclusiveTax}", "inlineCopyrightFee": "Included copyright fee of ", "inlineRecycleFee": "Included mandatory recycling fee of ", "deliveryPostalLabelWarmStart": "Delivery is available for:", "pinCodeAvailibilityLabel": "We only deliver to selected regions. Check delivery availability:", "pinCodeAvailibilityLabelA11y": "Check delivery availability by postal code", "storeUpdateMessage": "\u5546\u5E97\u4FE1\u606F\u5DF2\u66F4\u65B0", "compareFinanceLink": "\u6BD4\u8F83\u5206\u671F\u4ED8\u6B3E\u65B9\u6848\u548C\u9009\u9879", "partnerHeading": "\u91D1\u878D\u5408\u4F5C\u4F19\u4F34", "installmentMessage": "\u66F4\u591A\u5206\u671F\u4ED8\u6B3E\u65B9\u6848\u53EF\u4F9B\u9009\u62E9\u3002", "totalLoyaltySavings": "Total savings of {totalListSavings}", "includedLoyaltySavings": "Included savings of {includedSavings}", "loyaltySavingsLabel": "You\'re saving {unitListSavings}", "geoLocatedDagger": "", "geoLocatedNotice": "\u6211\u4EEC\u4F1A\u4F7F\u7528\u4F60\u6240\u5728\u4F4D\u7F6E\uFF0C\u4E3A\u4F60\u66F4\u5FEB\u663E\u793A\u9001\u8D27\u9009\u9879\u3002\u6211\u4EEC\u901A\u8FC7\u4F60\u7684 IP \u5730\u5740\uFF0C\u6216\u8005\u4F60\u5728\u4E0A\u6B21\u8BBF\u95EE Apple \u7F51\u7AD9\u65F6\u8F93\u5165\u7684\u4F4D\u7F6E\u4FE1\u606F\uFF0C\u627E\u5230\u4E86\u4F60\u7684\u4F4D\u7F6E\u3002", "giftCardDisclaimer": "", "loanDisclaimer": "", "loanAmount": "Loan Amount", "instantCreditTradeInValueLabel": "\u6298\u62B5\u4F18\u60E0", "copyRightFeeLabel": "Copyright fee", "installmentSubTotal": "Your Subtotal", "instantTradeInInstruction": "\u66F4\u591A\u8BF4\u660E", "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": "\u9884\u4F30\u7684\u6298\u62B5\u6362\u8D2D\u4EF7", "tradeUpValueLabel": "\u9884\u4F30\u7684\u6298\u62B5\u8FD4\u6B3E", "deliveryOptionRetrieverHeader": "Select delivery options", "deliveryLocationLinkTextA11y": "See delivery options for the district you selected", "deliveryOptionCityTownTextA11y": "Enter your city or town for delivery options", "footerPricing": "", "footnoteText": "\u811A\u6CE8", "tradeInValueDagger": "\u2021", "tradeInRefundDisclaimer": "Apple Trade In \u6362\u8D2D\u8BA1\u5212\u9884\u4F30\u6298\u62B5\u91D1\u989D\u662F\u57FA\u4E8E\u4F60\u7684\u63CF\u8FF0\u505A\u51FA\u7684\u9884\u4F30\u503C\u3002\u5B9E\u9645\u6298\u62B5\u91D1\u989D\u5C06\u5728\u6298\u62B5\u670D\u52A1\u5408\u4F5C\u4F19\u4F34\u6536\u5230\u5E76\u8BC4\u4F30\u4F60\u7684\u6298\u62B5\u8BBE\u5907\u540E\u786E\u5B9A\u3002", "priceAfterTradeInDisclaimer": "*\u4F60\u5C06\u8BBE\u5907\u4EA4\u7ED9\u6211\u4EEC\u4E4B\u540E\uFF0C\u6211\u4EEC\u4F1A\u901A\u8FC7\u4F60\u7684\u652F\u4ED8\u65B9\u5F0F\u5411\u4F60\u8FD4\u8FD8\u6298\u62B5\u91D1\u989D\u3002", "bagInfoStickyNavTitle": "Bag", "notEngraved": "\u65E0\u6FC0\u5149\u954C\u523B", "splitQuantityUpdateA11y": "\u6570\u91CF\uFF1A{quantity} \u4EF6\uFF1B\u4EF7\u683C\u548C\u8D2D\u7269\u888B\u5DF2\u66F4\u65B0", "emailOverlayMessageA11y": "\u4FE1\u606F\u5185\u5BB9\u9009\u586B\u3002", "bagSavedA11y": "Bag Saved", "clearCustomerA11y": "Customer Cleared", "clearBagA11y": "Entire bag is cleared", "copyToClipBoardA11y": "\u5171\u4EAB\u8D2D\u7269\u888B\u94FE\u63A5\u5DF2\u521B\u5EFA", "messageOptionalLabel": "\u4FE1\u606F\u5185\u5BB9 (\u9009\u586B)\uFF1A", "includedInInstallments": "Included in monthly iPhone payments.", "installmentdownPaymentLabel": "Deposit", "downPaymentLabel": "Down payment", "tradeInDueTodayLabel": "Amount Due Today", "totalAfterTradeInLabel": "", "fullPaymentLabel": "", "paymentOptionsHeader": "", "acmiBagHeader": "", "acmiLearnMoreA11y": "", "acmiPaymentLabel": "", "acmiPaymentMessage": "Apple Card Monthly Installments", "acmiTradeInMessage": "", "acmiApplyAndCheckoutLabel": "", "acmiCheckoutLabel": "", "acmiOverlayHeader": "", "acmiOverlayPaymentLabel": "", "acmiShowFinancingLabel": "", "acmiHideFinancingLabel": "", "acmiTotalFinancedLabel": "", "acmiAdditionalChargesLabel": "", "physicalOverlayHeader": "Your message", "priceOfNewIphoneLabel": "\u65B0 iPhone \u4EF7\u683C", "tradeInCreditLabel": "Trade-in credit:", "priceAfterTradeInLabel": "Price after trade-in:", "orderInstallmentPriceLabel": "", "orderInstallmentPriceLabelA11y": "", "noneLabel": "\u65E0", "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\u6298\u62B5\u8BBE\u5907\uFF1A", "billedSeparatelyHeader": "", "productsLabel": "\u4EA7\u54C1", "createAcmiSharedBagLabel": "\u521B\u5EFA\u5171\u4EAB\u8D2D\u7269\u888B\u94FE\u63A5", "copyAcmiBagToClipBoard": "\u62F7\u8D1D\u5171\u4EAB\u8D2D\u7269\u888B\u94FE\u63A5", "acmipromoMessage": "", "tradeinandpromo": "", "carrierFinancedItemHeader": "Carrier-financed iPhone", "specialPromo": "", "locationConsentMessage": "\u4FDD\u5B58\u6211\u7684\u4F4D\u7F6E\u4FE1\u606F\u4EE5\u4FBF\u65E5\u540E\u4F7F\u7528", "closeNotification": "\u5173\u95ED\u901A\u77E5", "notEligibleForAcmi": "", "applePayPromo": "", "continueCheckoutLabel": "Check Out with Apple Card Monthly Installments", "dailyCashPromo": "", "acmiDailyCashPromo": "", "aprFinancingSummaryLink":"", "choosePreferredTerms":"", "addEngraving": "\u6DFB\u52A0\u954C\u523B", "addEngravingA11y": "\u6DFB\u52A0\u954C\u523B\uFF1A", "removeEngravingA11y": "\u79FB\u9664 {productName} \u7684\u954C\u523B", "monthlyTotal": "\u6BCF\u6708\u5206\u671F\u4ED8\u6B3E", "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": "\u9884\u4F30\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0", "fullPriceAfterCreditLabel": "\u5230\u624B\u4EF7 (\u4F18\u60E0\u540E)", "iupEstCreditValueLabel": "\u9884\u4F30\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0", "iupEstAfterCreditLabel": "\u9884\u4F30\u4F18\u60E0\u5230\u624B\u4EF7", "taxIncludedLabel": "", "tradeinOverfundSummaryInfo": "\u6211\u4EEC\u6536\u5230\u4F60\u7684\u6298\u62B5\u8BBE\u5907\u540E\uFF0C\u4F1A\u901A\u8FC7\u4F60\u7684\u4ED8\u6B3E\u65B9\u5F0F\u8FD4\u8FD8\u6298\u62B5\u4F18\u60E0\u6B3E\u9879\uFF0C\u6298\u62B5\u540E\u672A\u7528\u5B8C\u7684\u4F18\u60E0\u4F59\u989D\u5C06\u8F6C\u5165\u4F60\u7684\u94F6\u884C\u8D26\u6237\u3002", "tradeInOverfundText": "\u6298\u62B5\u540E\u672A\u7528\u5B8C\u7684\u4F18\u60E0\u4F59\u989D\u5C06\u5728\u6211\u4EEC\u6536\u5230\u6298\u62B5\u8BBE\u5907\u540E\u8F6C\u5165\u4F60\u7684\u94F6\u884C\u8D26\u6237\u3002", "iUpCreditTitle": "iPhone \u5E74\u5E74\u7115\u65B0\u8BA1\u5212", "iUpSummaryCreditLabel": "\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0 - {tradeInValue}", "iUpCreditSummary": "\u6B64\u91D1\u989D\u76F8\u5F53\u4E8E\u4F60\u7528\u4E8E\u5347\u7EA7\u6362\u8D2D\u7684 iPhone \u539F\u96F6\u552E\u4EF7\u683C\u7684 50%\uFF0C\u5E76\u4E14\u524D\u63D0\u662F\u4F60\u7684\u8BBE\u5907\u72B6\u51B5\u826F\u597D\u3002\u6211\u4EEC\u6536\u5230\u5E76\u68C0\u67E5\u4F60\u7684\u8BBE\u5907\u540E\uFF0C\u4F1A\u901A\u8FC7\u4F60\u7684\u539F\u4ED8\u6B3E\u65B9\u5F0F\u5411\u4F60\u53D1\u653E\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0\u3002\u5982\u679C\u4F60\u7684 AppleCare+ \u670D\u52A1\u8BA1\u5212\u8FD8\u6709\u4F59\u989D\uFF0C\u8FD9\u90E8\u5206\u6B3E\u9879\u4F1A\u5355\u72EC\u9000\u8FD8\u7ED9\u4F60\u3002\u5982\u679C\u4F60\u7684\u8BBE\u5907\u7ECF\u68C0\u67E5\u6709\u635F\u574F\uFF0C\u6211\u4EEC\u4F1A\u8054\u7CFB\u4F60\u786E\u8BA4\u662F\u5426\u8981\u7EE7\u7EED\u6362\u8D2D\u3002\u6211\u4EEC\u53EF\u4F7F\u7528\u4F60\u73B0\u6709\u7684 AppleCare+ \u670D\u52A1\u8BA1\u5212\u610F\u5916\u635F\u574F\u4FDD\u4FEE\u670D\u52A1\u6765\u8FDB\u884C\u7EF4\u4FEE\uFF0C\u4F46\u8981\u4ECE\u4F60\u7684\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0\u91D1\u989D\u4E2D\u6263\u9664\u76F8\u5E94\u7684\u670D\u52A1\u8D39\u3002", "iUpCreditOverlayLabel": "\u8FDB\u4E00\u6B65\u4E86\u89E3\u5347\u7EA7\u6362\u8D2D\u6D41\u7A0B", "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": "\u79FB\u5165\u6536\u85CF", "saveLaterOverlayHeader": "\u4F60\u6B63\u5728\u6536\u85CF\u591A\u4EF6\u5546\u54C1\u3002", "saveItemsButtonLabel": "\u6536\u85CF\u5546\u54C1", "dontSaveButtonLabel": "\u53D6\u6D88", "savedItemsHeader": "\u4E2A\u4EBA\u6536\u85CF", "seeAllLabel": "\u67E5\u770B\u5168\u90E8", "seeMoreLabel": "\u67E5\u770B\u66F4\u591A", "buyButton": "\u8D2D\u4E70", "continueButton": "\u7EE7\u7EED", "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": "- {productName}", "editPlanA11y": "Edit {carrierDisplayName} Instalment Plan", "chatNow": "<div>\u9700\u8981\u66F4\u591A\u5E2E\u52A9\uFF1F<a href=\"#\" target=\"_blank\" class=\"as-chat-button\" data-autom=\"chatNowLink\">\u7ACB\u5373\u5728\u7EBF\u4EA4\u6D41<span class=\"a11y\">(\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00)<\/span><\/a>\n\u6216\u81F4\u7535 <span>400-666-8800<\/span>\u3002<\/div>", "combinationTitle": "<div>{title}<\/div> {monthlyPrice}\/mo or {price} for two years", "bagSeasonalMessage": "", "bagBuacHelpMessage": "\u4F60\u53EF\u4EE5\u5728\u7ED3\u8D26\u65F6\u9009\u62E9\u9001\u8D27\u548C\u53D6\u8D27\u9009\u9879\u3002", "continuePaymentPolicy": "<span>By clicking Continue Payment, I accept the <a href=\"#\">Apple Pickup Policy.<\/a><\/span>", "eppBagBanner": "", "inlineRecommendationTitle": "\u6DFB\u52A0 {title} - <span class=\"nowrap\">{price}<\/span>", "inlineRecommendationTitleDesc": "Add {title} - {description}", "inlineRecommendationTitleDescA11y": "Add {title} - {descriptionA11Y}", "inlineRecommendationTitleA11y": "\u6DFB\u52A0 {title} - {price}", "inlineRecommendationLearnMoreA11y": "\u6DFB\u52A0 {title}", "addGiftingMsgA11y": "\u4E3A {productName} \u6DFB\u52A0\u793C\u54C1\u8D60\u8A00\u6216\u793C\u54C1\u5305\u88C5", "addGiftingA11y": "\u4E3A {productName} \u6DFB\u52A0\u793C\u54C1\u8D60\u8A00\u6216\u793C\u54C1\u5305\u88C5", "editGiftPkgMsgA11y": "\u4FEE\u6539 {productName} \u7684\u793C\u54C1\u5305\u88C5\u548C\u8D60\u8A00", "editGiftPkgA11y": "\u4FEE\u6539 {productName} \u7684\u793C\u54C1\u5305\u88C5", "editGiftMsgA11y": "\u4FEE\u6539 {productName} \u7684\u793C\u54C1\u8D60\u8A00", "editGiftMsgOnCardA11y": "\u4FEE\u6539 {productName} \u7684\u5361\u7247\u793C\u54C1\u8D60\u8A00", "editEgcGiftMsgOnCardA11y": "Edit gift message on card for {name}", "savedBagListDateA11y": "for {date}", "shippingiUpReminders": "<span id=\"rs-shipping-policy-header\">Some things to keep in mind:<\/span>\n<ul id=\"rs-shipping-policy-content\">\n<li>Once your new iPhone ships, we\'ll send you a Trade-In kit with instructions for shipping back your\ncurrent phone.\n<\/li>\n<\/ul>\n<p id=\"rs-shipping-policy-link\"><a href=\"\/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>", "tradeUpInstructionOverlayContent": "<div class=\"as-tradeup-refundoverlay\">\n\t<div class=\"as-tradeup-refundoverlay-logo\">\n\t\tApple Trade In <span class=\"nowrap\">\u6362\u8D2D\u8BA1\u5212<\/span>\n\t<\/div>\n\t<h2 id=\"pd-overlay-header\" class=\"as-tradeup-refundoverlay-header\">\n\t\t\u4E86\u89E3\u6298\u62B5\u6B3E\u9879\u7684\u8FD4\u8FD8\u65B9\u5F0F\u3002\n\t<\/h2>\n\t<div class=\"as-tradeup-refundoverlay-content\">\n\t <p class=\"as-tradeup-refundoverlay-desc\">\n\t\t\t\u5982\u679C\u4F60\u8D2D\u4E70\u4E00\u90E8\u65B0\u8BBE\u5907\u5E76\u5168\u989D\u4ED8\u6B3E\uFF0C\u6211\u4EEC\u5C06\u901A\u8FC7\u4F60\u7684\u4ED8\u6B3E\u65B9\u5F0F\u5411\u4F60\u8FD4\u8FD8\u6298\u62B5\u6B3E\u9879\uFF0C\u6700\u9AD8\u4E0D\u8D85\u8FC7\u8D2D\u4E70\u4EF7\u683C\u3002\u5982\u679C\u6298\u62B5\u91D1\u989D\u9AD8\u4E8E\u8D2D\u4E70\u4EF7\u683C\uFF0C\u6240\u6709\u6B3E\u9879\u5C06\u901A\u8FC7\u94F6\u884C\u8F6C\u8D26\u65B9\u5F0F\u8FD4\u8FD8\u3002\n\t\t<\/p>\n\t\t\n\t<\/div>\n<\/div>", "acdcTradeUpInstructionOverlayContent":"<div class=\"as-tradeup-refundoverlay\">\n <h2 id=\"pd-overlay-header\" class=\"as-tradeup-refundoverlay-header\">\n Apple Trade In \u6362\u8D2D\u8BA1\u5212\n <\/h2>\n\t<div class=\"as-tradeup-refundoverlay-logo\">\n\t\t\u6298\u62B5\u6362\u8D2D\u6D41\u7A0B\u5982\u4E0B\n\t<\/div>\n\t<div class=\"as-tradeup-refundoverlay-content\">\n\t <h3 class=\"as-tradeup-refundoverlay-subheader\">\u8D2D\u4E70\u65B0\u8BBE\u5907\u5E76\u6DFB\u52A0\u6298\u62B5\u8BBE\u5907\u3002<\/h3>\n <p class=\"as-tradeup-refundoverlay-desc\">\u4F60\u5B8C\u6210\u8D2D\u4E70\u4E4B\u540E\uFF0C\u6211\u4EEC\u4F1A\u5411\u4F60\u53D1\u9001\u7535\u5B50\u90AE\u4EF6\uFF0C\u5185\u9644\u8BF4\u660E\u544A\u77E5\u4F60\u5982\u4F55\u5B8C\u6210\u6298\u62B5\u6362\u8D2D\uFF0C\u5305\u62EC\u5982\u4F55\u9884\u7EA6\u5FEB\u9012\u4E0A\u95E8\u53D6\u8D70\u8BBE\u5907\u4EE5\u53CA\u63D0\u4F9B\u5FC5\u8981\u7684\u8EAB\u4EFD\u8BC1\u4EF6\u8BE6\u7EC6\u4FE1\u606F\u3002\u4F60\u9700\u8981\u5728\u6536\u5230\u65B0\u8BBE\u5907\u540E\u7684 14 \u5929\u5185\u4EA4\u51FA\u6298\u62B5\u8BBE\u5907\u3002<\/p>\n <h3 class=\"as-tradeup-refundoverlay-subheader\">\u63D0\u524D\u4E3A\u8BBE\u5907\u505A\u597D\u51C6\u5907\uFF0C\u7B49\u5F85\u5FEB\u9012\u53D6\u4EF6\u3002<\/h3>\n <p class=\"as-tradeup-refundoverlay-desc\">\u4F60\u9700\u8981\u5C06 iOS \u5347\u7EA7\u81F3\u6700\u65B0\u7248\u672C\uFF0C\u5E76<a href=\"https:\/\/support.apple.com\/zh-cn\/HT203977\" target=\"_blank\">\u5907\u4EFD<\/a>\u73B0\u6709 iPhone \u6570\u636E\u5230\u4F60\u7684\u7535\u8111\u6216 iCloud\u3002\u53E6\u5916\uFF0C\u8BF7\u8BB0\u597D\u4F60\u7684 <a href=\"https:\/\/appleid.apple.com\" target=\"_blank\">Apple ID<\/a>\u3002 <\/p>\n <h3 class=\"as-tradeup-refundoverlay-subheader\">\u83B7\u5F97\u6298\u62B5\u4F18\u60E0\u3002<\/h3>\n <p class=\"as-tradeup-refundoverlay-desc\">\u6536\u5230\u4F60\u7684\u65E7\u8BBE\u5907\u540E\uFF0C\u6211\u4EEC\u4F1A\u68C0\u67E5\u8BBE\u5907\u5E76\u6838\u5B9E\u5176\u72B6\u51B5\u3002\u5982\u679C\u5168\u90E8\u6838\u5B9E\u65E0\u8BEF\uFF0C\u4F60\u7684\u6298\u62B5\u6362\u8D2D\u5373\u544A\u5B8C\u6210\u3002\u6211\u4EEC\u4F1A\u901A\u8FC7\u4F60\u7684\u539F\u4ED8\u6B3E\u65B9\u5F0F\u5411\u4F60\u8FD4\u8FD8\u6298\u62B5\u4F18\u60E0\u6B3E\u9879\u3002<br \/><br \/>\u8BF7\u6CE8\u610F\uFF1A\u5982\u679C\u4F60\u7684\u8BBE\u5907\u72B6\u51B5\u4E0E\u63CF\u8FF0\u4E0D\u7B26\uFF0C\u4F60\u4F1A\u518D\u6536\u5230\u4E00\u4E2A\u7ECF\u8FC7\u8C03\u6574\u7684\u6298\u62B5\u91D1\u989D\u62A5\u4EF7\u3002\u6211\u4EEC\u4F1A\u5148\u8054\u7CFB\u4F60\u8BE2\u95EE\u662F\u5426\u63A5\u53D7\u65B0\u7684\u62A5\u4EF7\u91D1\u989D\uFF0C\u5F97\u5230\u786E\u8BA4\u540E\u518D\u7EE7\u7EED\u3002\u5982\u679C\u4F60\u8BBE\u5907\u7684\u6298\u62B5\u91D1\u989D\u9AD8\u4E8E\u6240\u8D2D\u65B0\u8BBE\u5907\u7684\u4EF7\u683C\uFF0C\u6211\u4EEC\u5C06\u901A\u8FC7\u94F6\u884C\u8F6C\u8D26\u65B9\u5F0F\u53D1\u653E\u5168\u90E8\u6298\u62B5\u4F18\u60E0\u6B3E\u9879\u3002<br \/><br \/> \u8FD8\u6709\u95EE\u9898\uFF1F\n\n<a href=\"#\" target=\"_blank\" class=\"as-chat-button active as-buttonlink icon icon-after icon-external\" data-autom=\"chat-with-a-specialist-link\" data-relatedlink=\"chat-with-a-specialist\" data-chat-ui=\"WEB_CHAT_ACTION_GROUP=DEFAULT;\">\u7ACB\u5373\u5728\u7EBF\u4EA4\u6D41<span class=\"a11y\">(\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00)<\/span><\/a>\n\u6216\u81F4\u7535 400-666-8800\u3002<\/p>\t\n\t<\/div>\n<\/div>", "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=\"\/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": "\u8D2D\u7269\u888B\u7F16\u53F7\uFF1A{cartId}", "installmentInformation": "<h3>\u5206\u671F\u4ED8\u6B3E\u4FE1\u606F\uFF1A<\/h3>\n<ul>\n <li>\u4E0A\u8FF0\u5206\u671F\u4ED8\u6B3E\u670D\u52A1\u5185\u5BB9\u53EF\u80FD\u4F1A\u968F\u65F6\u53D8\u52A8\uFF0C\u6055\u4E0D\u53E6\u884C\u901A\u77E5\u3002<\/li>\n <li>\u4F7F\u7528\u501F\u8BB0\u5361\u8D2D\u4E70\u4EA7\u54C1\u4E0D\u80FD\u4EAB\u53D7\u5206\u671F\u4ED8\u6B3E\u670D\u52A1\u3002<\/li>\n <li>\u4E0A\u8FF0\u670D\u52A1\u4E0D\u4E00\u5B9A\u9002\u7528\u4E8E\u4ECE Apple Store \u96F6\u552E\u5E97\u6216 Apple \u7ECF\u9500\u5546\u5904\u8D2D\u4E70\u4EA7\u54C1\u3002\u7ECF\u9500\u5546\u5904\u8D2D\u4E70\u4EA7\u54C1\u3002\u8BF7\u54A8\u8BE2 Apple Store \u96F6\u552E\u5E97\uFF0C\u4E86\u89E3\u6709\u5173\u5E97\u5185\u8D2D\u4E70\u4EA7\u54C1\u65F6\u53EF\u9009\u7684\u5206\u671F\u4ED8\u6B3E\u670D\u52A1\u3002<\/li>\n <li>Apple Store \u5728\u7EBF\u5546\u5E97\u6240\u793A\u7684\u6BCF\u6708\u8FD8\u6B3E\u989D\u4EC5\u4E3A\u4F30\u7B97\u503C\u3002\u5177\u4F53\u7684\u6BCF\u6708\u8FD8\u6B3E\u989D\u7531\u4F60\u7684\u5206\u671F\u4ED8\u6B3E\u63D0\u4F9B\u5546\u8BA1\u7B97\u786E\u5B9A\uFF0C\u5E76\u53CD\u6620\u5728\u4F60\u6BCF\u6708\u7684\u5BF9\u8D26\u5355\u4E0A\u3002<\/li>\n <li>\u672C\u9875\u63D0\u4F9B\u7684\u5206\u671F\u4ED8\u6B3E\u5408\u4F5C\u4F19\u4F34\u3001\u5206\u671F\u4ED8\u6B3E\u670D\u52A1\u4EE5\u53CA\u6761\u6B3E\u4E0E\u6761\u4EF6\u9002\u7528\u4E8E\u901A\u8FC7\u7535\u8BDD\u3001<a href=\"#\" target=\"_blank\" class=\"as-chat-button as-buttonlink\">\u5728\u7EBF\u4EA4\u6D41<span class=\"a11y\">(\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00)<\/span><\/a>\u6216 Apple Store \u5728\u7EBF\u5546\u5E97\u8FDB\u884C\u7684\u4EA7\u54C1\u8BA2\u8D2D\u3002<\/li>\n <\/ul>\n \n <h3>Apple \u6559\u80B2\u4F18\u60E0\u4E0E\u5206\u671F\u4ED8\u6B3E\u670D\u52A1<\/h3> \n <ul>\n <li>\u8D2D\u81EA Apple Store \u5728\u7EBF\u6559\u80B2\u5546\u5E97\u5E76\u4EAB\u53D7\u6559\u80B2\u4F18\u60E0\u7684\u8BA2\u5355\uFF0C\u4F7F\u7528\u82B1\u5457\u6216\u7279\u5B9A\u94F6\u884C\u652F\u4ED8\u4E14\u5355\u7B14\u8BA2\u5355\u91D1\u989D\u4E0D\u5C11\u4E8E\u4EBA\u6C11\u5E011,000\u5143\u53EF\u4F7F\u75283\u4E2A\u6708\u514D\u606F\u5206\u671F\u4ED8\u6B3E\uFF1B\u8BE6\u60C5\u8BF7\u53C2\u89C1\u6559\u80B2\u5546\u5E97\u3002<\/li>\n <li>\u8D2D\u81EA Apple Store \u96F6\u552E\u5E97\u5E76\u4EAB\u53D7\u6559\u80B2\u4F18\u60E0\u7684\u8BA2\u5355\uFF0C\u53EF\u5728\u5E97\u5185\u4F7F\u7528\u4FE1\u7528\u5361\u5206\u671F\u4ED8\u6B3E\uFF0C\u4F46\u5E97\u5185\u4E0D\u63D0\u4F9B\u514D\u606F\u5206\u671F\u670D\u52A1\u3002<\/li> \n <\/ul>\n<br \/>", "instantTradeUpInstructionOverlayContent": "<h2 class=\"typography-eyebrow-reduced\">Apple Trade In \u6362\u8D2D\u8BA1\u5212<\/h2>\n<h2 class=\"rs-thankyou-tradeup-overlayheader\" id=\"rs-thankyou-tradeup-heading\">\n \u63A5\u4E0B\u6765\u2026\u2026\n<\/h2>\n<div>\n <div>\n <h3 class=\"rs-thankyou-tradeup-overlaycontent-header\">\u6211\u4EEC\u5C06\u5411\u4F60\u53D1\u9001\u77ED\u4FE1\u3002<\/h3>\n <span>\u6211\u4EEC\u5C06\u5411\u4F60\u53D1\u9001\u77ED\u4FE1\uFF0C\u786E\u8BA4\u4F60\u7684\u6298\u62B5\u6362\u8D2D\u8BE6\u60C5\u548C\u8054\u7CFB\u4FE1\u606F\u3002<\/span>\n <\/div>\n <div>\n <h3 class=\"rs-thankyou-tradeup-overlaycontent-header\">\u6211\u4EEC\u5C06\u5B89\u6392\u6536\u53D6\u8BBE\u5907\u3002<\/h3>\n <span>\u627F\u8FD0\u5546\u4F1A\u5728 1 \u5230 2 \u5929\u5185\u8054\u7CFB\u4F60\u5E76\u5B89\u6392\u6536\u53D6\u4F60\u7684\u8BBE\u5907\uFF0C\u7136\u540E\u5C06\u8BBE\u5907\u4EA4\u7ED9\u6211\u4EEC\u7684\u6298\u62B5\u670D\u52A1\u5408\u4F5C\u4F19\u4F34\u3002\u6211\u4EEC\u7684\u5408\u4F5C\u4F19\u4F34\u6536\u5230\u8BBE\u5907\u540E\uFF0C\u4F1A\u6709\u76F8\u5173\u56E2\u961F\u68C0\u67E5\u5E76\u786E\u8BA4\u8BBE\u5907\u72B6\u51B5\u3002\u5982\u679C\u8BBE\u5907\u72B6\u51B5\u6709\u4EFB\u4F55\u4E0D\u7B26\uFF0C\u6211\u4EEC\u4F1A\u53D1\u9001\u77ED\u4FE1\u901A\u77E5\u4F60\u63A5\u4E0B\u6765\u7684\u6B65\u9AA4\u3002<\/span>\n <\/div>\n <div>\n <h3 class=\"rs-thankyou-tradeup-overlaycontent-header\">\u6211\u4EEC\u4F1A\u7ED9\u4E88\u4F60\u6298\u62B5\u8FD4\u6B3E\u3002<\/h3>\n <span>\u5982\u679C\u4E00\u5207\u6838\u5B9E\u65E0\u8BEF\uFF0C\u6211\u4EEC\u7684\u6298\u62B5\u670D\u52A1\u5408\u4F5C\u4F19\u4F34\u4F1A\u53D1\u9001\u77ED\u4FE1\uFF0C\u901A\u77E5\u4F60\u4E0A\u4F20\u4F60\u7684\u4E8C\u4EE3\u8EAB\u4EFD\u8BC1\u7167\u7247\u3002\u786E\u8BA4\u4F60\u7684\u8EAB\u4EFD\u4E4B\u540E\uFF0C\u6211\u4EEC\u4F1A\u901A\u8FC7\u4F60\u7684\u4ED8\u6B3E\u65B9\u5F0F\u7ED9\u4E88\u4F60\u6298\u62B5\u8FD4\u6B3E\u3002\u5982\u679C\u4F60\u8D2D\u4E70\u4E86 AppleCare+ \u670D\u52A1\u8BA1\u5212\uFF0C\u8BF7<a href=\"https:\/\/checkcoverage.apple.com\/\" target=\"_blank\" aria-label=\"AppleCare+ \u670D\u52A1\u8BA1\u5212\u4FDD\u4FEE\u670D\u52A1(\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00)\"><span aria-hidden=\"true\">\u67E5\u770B\u4F60\u7684\u4FDD\u4FEE\u72B6\u6001<\/span><\/a>\uFF0C\u4E86\u89E3\u662F\u5426\u8FD8\u6709\u53EF\u9000\u8FD8\u7684\u4F59\u989D\u3002\u5982\u679C\u6709\u7684\u8BDD\uFF0C\u8BF7\u81F4\u7535 400-666-8800 \u54A8\u8BE2\u4F59\u989D\u9000\u8FD8\u4E8B\u5B9C\u3002<\/span>\n <\/div>\n<\/div>", "chatNowText": "", "bagInstallmentRestrictionMessage": "<a href=\"\/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;\u811A\u6CE8&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;\u811A\u6CE8&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;\u811A\u6CE8&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;\u811A\u6CE8&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> \u6298\u62B5\u6362\u8D2D\u670D\u52A1\u7531 Apple \u7684\u6298\u62B5\u670D\u52A1\u5408\u4F5C\u4F19\u4F34\u63D0\u4F9B\u3002\u6298\u62B5\u91D1\u989D\u62A5\u4EF7\u4EC5\u4E3A\u9884\u4F30\u4EF7\uFF0C\u5B9E\u9645\u6298\u62B5\u91D1\u989D\u53EF\u80FD\u4F4E\u4E8E\u9884\u4F30\u4EF7\u503C\uFF0C\u5177\u4F53\u91D1\u989D\u53D6\u51B3\u4E8E\u8BBE\u5907\u7684\u72B6\u51B5\u3001\u914D\u7F6E\u3001\u63A8\u51FA\u5E74\u4EFD\uFF0C\u4EE5\u53CA\u53D1\u552E\u56FD\u5BB6\u6216\u5730\u533A\u3002\u5E76\u975E\u6240\u6709\u8BBE\u5907\u5747\u6709\u8D44\u683C\u83B7\u5F97\u6298\u62B5\u91D1\u989D\u3002\u5E74\u6EE1 18 \u5468\u5C81\u53CA\u4EE5\u4E0A\u8005\u624D\u53EF\u53C2\u4E0E\u672C\u8BA1\u5212\u3002\u73B0\u6709\u8BBE\u5907\u7684\u6298\u62B5\u91D1\u989D\u53EF\u7528\u4E8E\u6298\u62B5\u8D2D\u4E70\u65B0\u7684 Apple \u8BBE\u5907\u3002\u5B9E\u9645\u6298\u62B5\u91D1\u989D\u53D6\u51B3\u4E8E\u6536\u5230\u7684\u7B26\u5408\u6298\u62B5\u6761\u4EF6\u7684\u8BBE\u5907\u60C5\u51B5\u662F\u5426\u4E0E\u8BC4\u4F30\u62A5\u4EF7\u65F6\u4F60\u63D0\u4F9B\u7684\u8BBE\u5907\u63CF\u8FF0\u76F8\u7B26\u5408\u3002\u53EF\u80FD\u9700\u6309\u7167\u65B0\u8BBE\u5907\u7684\u5168\u989D\u552E\u4EF7\u7F34\u7EB3\u9500\u552E\u7A0E\u3002\u5E97\u5185\u6298\u62B5\u9700\u51FA\u793A\u653F\u5E9C\u9881\u53D1\u5E76\u9644\u6709\u7167\u7247\u7684\u6709\u6548\u8EAB\u4EFD\u8BC1\u4EF6 (\u5F53\u5730\u6CD5\u5F8B\u53EF\u80FD\u4F1A\u8981\u6C42\u5B58\u50A8\u8BE5\u4FE1\u606F)\u3002\u8BE5\u670D\u52A1\u53EF\u80FD\u4EC5\u5728\u90E8\u5206 Apple Store \u96F6\u552E\u5E97\u63D0\u4F9B\uFF0C\u5728\u7EBF\u6362\u8D2D\u548C\u5E97\u5185\u6362\u8D2D\u7684\u6298\u62B5\u91D1\u989D\u53EF\u80FD\u6709\u6240\u4E0D\u540C\u3002\u67D0\u4E9B Apple Store \u96F6\u552E\u5E97\u53EF\u80FD\u6709\u4E0D\u540C\u8981\u6C42\u3002 Apple \u7684\u6298\u62B5\u670D\u52A1\u5408\u4F5C\u4F19\u4F34\u4FDD\u7559\u51FA\u4E8E\u4EFB\u4F55\u539F\u56E0\u62D2\u7EDD\u3001\u53D6\u6D88\u4EFB\u4F55\u6298\u62B5\u4EA4\u6613\u6216\u9650\u5236\u4EFB\u4F55\u8BBE\u5907 (\u53CA\u5176\u6570\u91CF) \u7684\u6743\u5229\u3002\u5982\u9700\u83B7\u5F97\u6709\u5173\u6298\u62B5\u53CA\u8BBE\u5907\u56DE\u6536\u670D\u52A1\u7684\u66F4\u591A\u4FE1\u606F\uFF0C\u8BF7\u54A8\u8BE2 Apple \u7684\u6298\u62B5\u670D\u52A1\u5408\u4F5C\u4F19\u4F34\u3002\u9700\u8981\u9075\u5B88 Apple \u7684\u6298\u62B5\u670D\u52A1\u5408\u4F5C\u4F19\u4F34\u7684\u5176\u4ED6\u6761\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": "<div class=\"rs-iup-overlay-wrapper\">\n <h2 id=\"rs-iup-overlay-header\" class=\"rs-iup-overlay-genericheader\">iPhone \u5E74\u5E74\u7115\u65B0\u8BA1\u5212<\/h2>\n <br \/>\n <h3 class=\"rs-iup-overlay-subheader\">\u5982\u4F55\u4F7F\u7528\u73B0\u6709 iPhone \u6362\u8D2D\uFF1A<\/h3>\n <ol role=\"list\" class=\"rs-iup-overlay-section\">\n <li role=\"listitem\" class=\"rs-iup-overlay-section-list\">\n <span class=\"rs-iup-overlay-section-subheader\">1. \u9884\u7EA6\u5FEB\u9012\u4E0A\u95E8\u6536\u53D6\u4F60\u7684\u8BBE\u5907\u3002<\/span>\n <div class=\"rs-iup-overlay-section-content\">\u6211\u4EEC\u4F1A\u5728\u4F60\u6536\u5230\u9001\u8D27\u6216\u53D6\u8D27\u901A\u77E5\u540E\u7684 1-2 \u5929\u5185\uFF0C\u4E3A\u4F60\u53D1\u9001\u76F8\u5173\u8BF4\u660E\u3002\u6309\u7167\u63D0\u793A\u64CD\u4F5C\uFF0C\u9884\u7EA6\u5FEB\u9012\u514D\u8D39\u4E0A\u95E8\u6536\u53D6\u4F60\u73B0\u6709\u7684\u8BBE\u5907\u3002<\/div>\n <\/li>\n <li role=\"listitem\" class=\"rs-iup-overlay-section-list\">\n <span class=\"rs-iup-overlay-section-subheader\">2. \u5907\u4EFD\u4F60\u7684\u6570\u636E\u3002<\/span>\n <div class=\"rs-iup-overlay-section-content\">\n \u5C06\u4F60\u73B0\u6709\u7684 iPhone \u5347\u7EA7\u81F3\u6700\u65B0\u7684 iOS \u7248\u672C\uFF0C\u5E76\u63D0\u524D\u5C06\u5176\u6570\u636E<a href=\"https:\/\/support.apple.com\/zh-cn\/HT203977\">\u5907\u4EFD<span class=\"visuallyhidden\">(\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00)<\/span><\/a>\u5230\u4F60\u7684\u7535\u8111\u6216 iCloud\uFF0C\u540C\u65F6\u8BB0\u597D\u4F60\u7684 <a href=\"https:\/\/appleid.apple.com\/zh-cn\/\">Apple \u8D26\u6237<span class=\"visuallyhidden\">(\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00)<\/span><\/a>\u3002\n <\/div>\n <\/li>\n <li role=\"listitem\" class=\"rs-iup-overlay-section-list\">\n <span class=\"rs-iup-overlay-section-subheader\">3. \u6536\u5230\u65B0 iPhone\uFF0C\u5E76\u5C06\u65E7\u8BBE\u5907\u5BC4\u56DE Apple\u3002<\/span>\n <div class=\"rs-iup-overlay-section-content\">\u4F60\u7684\u65B0 iPhone \u9001\u8FBE\u6216\u53D6\u8D27\u540E\uFF0C\u5FEB\u9012\u5458\u4F1A\u6309\u7167\u9884\u7EA6\u4E0A\u95E8\u6536\u53D6\u4F60\u7684\u65E7\u8BBE\u5907\uFF0C\u5E76\u5BC4\u7ED9 Apple\u3002<\/div>\n <\/li>\n <\/ol>\n <br \/>\n <h3 class=\"rs-iup-overlay-subheader\">\u5982\u4F55\u83B7\u5F97\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0\uFF1A<\/h3>\n <div class=\"rs-iup-overlay-section\">\n <p class=\"rs-iup-overlay-section-content\">\n \u6211\u4EEC\u6536\u5230\u4F60\u7684 iPhone \u5E76\u6838\u5B9E\u5176\u72B6\u51B5\u826F\u597D\u540E\uFF0C\u4F1A\u901A\u8FC7\u4F60\u7684\u539F\u4ED8\u6B3E\u65B9\u5F0F\u5411\u4F60\u8FD4\u8FD8\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0\u3002\u5347\u7EA7\u6362\u8D2D\u5B8C\u6210\u540E\uFF0C\u5982\u679C\u8FD9\u90E8 iPhone \u5173\u8054\u7684 AppleCare+ \u670D\u52A1\u8BA1\u5212\u8FD8\u6709\u4F59\u989D\uFF0C\u8FD9\u90E8\u5206\u6B3E\u9879\u4F1A\u5355\u72EC\u9000\u8FD8\u7ED9\u4F60\u3002<br \/>\n <br \/>\n \u5982\u679C\u4F60\u7684\u8BBE\u5907\u7ECF\u68C0\u67E5\u6709\u4EFB\u4F55\u635F\u574F\uFF0C\u6211\u4EEC\u4F1A\u901A\u8FC7\u7535\u5B50\u90AE\u4EF6\u548C\u77ED\u4FE1\u8054\u7CFB\u4F60\uFF0C\u8BE2\u95EE\u4F60\u8981\u5982\u4F55\u7EE7\u7EED\u3002\u6211\u4EEC\u53EF\u4F7F\u7528\u4F60\u73B0\u6709\u7684 AppleCare+ \u670D\u52A1\u8BA1\u5212\u610F\u5916\u635F\u574F\u4FDD\u4FEE\u670D\u52A1\u4E3A\u4F60\u7EF4\u4FEE\uFF0C\u4F46\u8981\u4ECE\u4F60\u7684\u5347\u7EA7\u6362\u8D2D\u4F18\u60E0\u4E2D\u6263\u9664\u76F8\u5E94\u7684\u670D\u52A1\u8D39\u3002\n <br \/>\n <br \/>\n \u6CE8\u610F\uFF1A\u5982\u679C\u4F60\u77E5\u9053\u81EA\u5DF1\u7684\u8BBE\u5907\u5DF2\u65E0\u6CD5\u5F00\u673A\uFF0C\u6216\u8005\u8BBE\u5907\u4E0D\u80FD\u6B63\u5E38\u5B8C\u6210\u5347\u7EA7\u6362\u8D2D\u51C6\u5907\uFF0C\u8BF7\u5148\u524D\u5F80 Apple Store \u96F6\u552E\u5E97\u6216\u6388\u6743\u670D\u52A1\u63D0\u4F9B\u5546\u5904\u8FDB\u884C\u5904\u7406\uFF0C\u5F85\u95EE\u9898\u89E3\u51B3\u540E\u518D\u5C1D\u8BD5\u5728\u7EBF\u5347\u7EA7\u6362\u8D2D\u3002\u82E5\u8BBE\u5907\u6536\u5230\u65F6\u5B58\u5728\u6B64\u7C7B\u72B6\u51B5\uFF0C\u5347\u7EA7\u6362\u8D2D\u4F1A\u56E0\u6B64\u88AB\u53D6\u6D88\uFF0C\u4F60\u7684\u8BBE\u5907\u4E5F\u5C06\u9000\u56DE\u7ED9\u4F60\u3002\n <\/p>\n <\/div>\n <\/div>", "contentDeleteOverlayAlert": "", "contentDeleteOverlayLightSeal": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u786E\u5B9A\u8981\u79FB\u9664\u6B64\u5546\u54C1\u5417\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5BF9\u4E8E\u9700\u8981\u8521\u53F8\u5149\u5B66\u63D2\u7247\u7684\u7528\u6237\u800C\u8A00\uFF0C\u4E0D\u5B89\u88C5\u8BE5\u914D\u4EF6\u76F4\u63A5\u4F7F\u7528 Apple Vision Pro \u53EF\u80FD\u4F1A\u5F71\u54CD\u4F53\u9A8C\u3002\n\t<\/p>\n\t<p>\n\t\t\u53E6\u5916\uFF0C\u4ECE\u8BA2\u5355\u4E2D\u79FB\u9664\u8521\u53F8\u5149\u5B66\u63D2\u7247\uFF0C\u610F\u5473\u7740\u6211\u4EEC\u9700\u8981\u76F8\u5E94\u66F4\u6539\u4F60\u7684 Apple Vision Pro \u906E\u5149\u7F69\u5C3A\u7801\uFF0C\u4EE5\u786E\u4FDD\u4EA7\u54C1\u6B63\u5E38\u5B89\u88C5\u548C\u4F69\u6234\u8D34\u5408\u3002\n\t<\/p>\n\t<p>\n\t\t\u5982\u679C\u4F60\u6253\u7B97\u7A0D\u540E\u518D\u8BA2\u8D2D\u8521\u53F8\u5149\u5B66\u63D2\u7247\uFF0C\u5230\u65F6\u53EF\u80FD\u9700\u8981\u53E6\u5916\u518D\u8D2D\u4E70\u906E\u5149\u7F69\uFF0C\u4EE5\u4FBF\u517C\u5BB9\u4F60\u7684\u5149\u5B66\u63D2\u7247\uFF0C\u786E\u4FDD\u4F60\u83B7\u5F97\u6700\u4F73\u7684 Apple Vision Pro \u4F53\u9A8C\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayHeadBand": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u786E\u5B9A\u8981\u79FB\u9664\u6B64\u5546\u54C1\u5417\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5BF9\u4E8E\u9700\u8981\u8521\u53F8\u5149\u5B66\u63D2\u7247\u7684\u7528\u6237\u800C\u8A00\uFF0C\u4E0D\u5B89\u88C5\u8BE5\u914D\u4EF6\u76F4\u63A5\u4F7F\u7528 Apple Vision Pro \u53EF\u80FD\u4F1A\u5F71\u54CD\u4F53\u9A8C\u3002\n\t<\/p>\n\t<p>\n\t\t\u53E6\u5916\uFF0C\u4ECE\u8BA2\u5355\u4E2D\u79FB\u9664\u8521\u53F8\u5149\u5B66\u63D2\u7247\uFF0C\u610F\u5473\u7740\u6211\u4EEC\u9700\u8981\u76F8\u5E94\u66F4\u6539\u4F60\u7684\u5934\u5E26\u5C3A\u7801\uFF0C\u4EE5\u786E\u4FDD\u4EA7\u54C1\u6B63\u5E38\u5B89\u88C5\u548C\u4F69\u6234\u8D34\u5408\u3002 \n\t<\/p>\n\t<p>\n\t\t\u5982\u679C\u4F60\u6253\u7B97\u7A0D\u540E\u518D\u8BA2\u8D2D\u8521\u53F8\u5149\u5B66\u63D2\u7247\uFF0C\u5230\u65F6\u53EF\u80FD\u9700\u8981\u53E6\u5916\u518D\u8D2D\u4E70\u5934\u5E26\uFF0C\u4EE5\u4FBF Apple Vision Pro \u5404\u4E2A\u7EC4\u4EF6\u80FD\u6B63\u786E\u5B89\u88C5\u5E76\u4E14\u529F\u80FD\u6B63\u5E38\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayLightSealAndHeadBand": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u786E\u5B9A\u8981\u79FB\u9664\u6B64\u5546\u54C1\u5417\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5BF9\u4E8E\u9700\u8981\u8521\u53F8\u5149\u5B66\u63D2\u7247\u7684\u7528\u6237\u800C\u8A00\uFF0C\u4E0D\u5B89\u88C5\u8BE5\u914D\u4EF6\u76F4\u63A5\u4F7F\u7528 Apple Vision Pro \u53EF\u80FD\u4F1A\u5F71\u54CD\u4F53\u9A8C\u3002 \n\t<\/p>\n\t<p>\n\t\t\u53E6\u5916\uFF0C\u4ECE\u8BA2\u5355\u4E2D\u79FB\u9664\u8521\u53F8\u5149\u5B66\u63D2\u7247\uFF0C\u610F\u5473\u7740\u6211\u4EEC\u9700\u8981\u76F8\u5E94\u66F4\u6539\u4F60\u7684\u5934\u5E26\u53CA\u906E\u5149\u7F69\u7684\u5C3A\u7801\uFF0C\u4EE5\u786E\u4FDD\u4EA7\u54C1\u6B63\u5E38\u5B89\u88C5\u548C\u4F69\u6234\u8D34\u5408\u3002 \n\t<\/p>\n\t<p>\n\t\t\u5982\u679C\u4F60\u6253\u7B97\u7A0D\u540E\u518D\u8BA2\u8D2D\u8521\u53F8\u5149\u5B66\u63D2\u7247\uFF0C\u5230\u65F6\u53EF\u80FD\u9700\u8981\u53E6\u5916\u518D\u8D2D\u4E70\u5934\u5E26\u548C\u906E\u5149\u7F69\uFF0C\u4EE5\u4FBF Apple Vision Pro \u5404\u4E2A\u7EC4\u4EF6\u80FD\u6B63\u786E\u5B89\u88C5\u5E76\u4E14\u529F\u80FD\u6B63\u5E38\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayKitAlert": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u786E\u5B9A\u8981\u79FB\u9664\u6B64\u5546\u54C1\u5417\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u5982\u679C\u4F60\u79FB\u9664 Apple Vision Pro\uFF0C\u6211\u4EEC\u4E5F\u5C06\u4E00\u5E76\u79FB\u9664\u4E0E\u4E4B\u5173\u8054\u7684\u8521\u53F8\u5149\u5B66\u63D2\u7247\u3002\n\t<\/p>\n<\/div>", "contentDeleteOverlayLightSealRxAlert": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u786E\u5B9A\u8981\u79FB\u9664\u6B64\u5546\u54C1\u5417\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\u4F7F\u7528 Apple Vision Pro \u65F6\uFF0C\u4E0D\u642D\u914D\u5408\u9002\u5C3A\u7801\u7684 Apple Vision Pro \u906E\u5149\u7F69\uFF0C\u53EF\u80FD\u4F1A\u5F71\u54CD\u4F53\u9A8C\u3002<\/p>\n<\/div>", "contentDeleteOverlayLensAlert": "<h2 class=\"rs-item-remove-overlay-header\" id=\"item-remove-overlay-header\">\n\t\u786E\u5B9A\u8981\u79FB\u9664\u6B64\u5546\u54C1\u5417\uFF1F\n<\/h2>\n<div class=\"rs-item-remove-overlay-desc\">\n\t<p>\n\t\t\u7531\u4E8E\u4F60\u8981\u79FB\u9664\u8521\u53F8\u5149\u5B66\u63D2\u7247\uFF0C\u6211\u4EEC\u4E5F\u5C06\u4E00\u5E76\u79FB\u9664\u4E0E\u4E4B\u76F8\u5173\u7684 Apple Vision Pro \u906E\u5149\u7F69\u3002\n\t<\/p>\n<\/div>", "monthlyPricingFootnotes": "\u4EA7\u54C1\u6309\u5E7F\u544A\u5BA3\u4F20\u4EF7\u6216\u6807\u4EF7\u63D0\u4F9B\u5206\u671F\u4ED8\u6B3E\u670D\u52A1\u3002\u4EF7\u683C\u5305\u542B\u589E\u503C\u7A0E\u3002\u6240\u6709\u8BA2\u5355\u5747\u53EF\u4EAB\u53D7\u514D\u8D39\u9001\u8D27\u670D\u52A1\u3002", "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">Please enable JavaScript.</h1> <p class="rs-nojs-content">Please turn on JavaScript to properly view this page.</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":"p0AAGV4528nL0mhDHNFwvcCdlu6PTbX5QLoH1RMtWPk","syntax":"graviton"}},"shoppingCart":{"d":{"metricId":"9010d407f13c8c1e4cabed85d8b04f9b","signInEvar1":"Bag|Sign in|","evar1":"Bag|Continue Shopping|","shopAccessoriesLinkDisplay":"选购配件","marcomHome":"/store","hasItems":false,"id":"cart","shopAccessoriesLink":"/shop/accessories/all","signInMetricId":"f226f4f3963d867dbe34ce2c3fa52d57","accessoriesEvar1":"Cart|Shop Accessories|","accessoriesMetricId":"86e9297df3e4a107e26942bfa27f8d58","showFinancingInfoMessage":false,"automationData":"bagshopaccessorieslink","signInUrl":"https://secure.www.apple.com.cn/shop/signIn?ssi=1AAABk25o2YcgYsLSEnDcAAwOvLHXhtx6a6APULxOLDLqEFnVTKqSxugAAAAjaHR0cHM6Ly93d3cuYXBwbGUuY29tLmNuL3Nob3AvYmFnfHwAAgF2fVDWinNvG0KSbnGt7IzdHpqn7dmCy9P20kH7w6F6qQ"},"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=\"/shop/help/shipping_delivery\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help/shipping_delivery\" target=\"_blank\">进一步了解 Apple 送货与取货<span class=\"visuallyhidden\">(在新窗口中打开)</span><span aria-hidden=\"true\" class=\"more\"></span></a>"},{"question":"我可以到 Apple Store 零售店提取订购的商品吗?","answer":"可以。如果你选择取货,需要在结账时为商品选择取货门店和取货日期。并非所有商品均可使用取货服务。当你订购的商品备好并可取货时,我们会发送短信通知你。<a href=\"/shop/help/shipping_delivery\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: help/shipping_delivery\" target=\"_blank\">进一步了解 Apple 送货与取货<span class=\"visuallyhidden\">(在新窗口中打开)</span><span aria-hidden=\"true\" class=\"more\"></span></a>"},{"question":"我可以选择哪些支付方式?","answer":"我们接受 <a href=\"http://support.apple.com/zh-cn/HT201469\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: support.apple.com/zh-cn/HT201469\" target=\"_blank\"><span class=\"icon-copy\">Apple Pay</span><span class=\"visuallyhidden\">(在新窗口中打开)</span></a>、支付宝、微信支付、大多数信用卡和借记卡,以及公司银行账户转账。此外,还提供分期付款方案。你可以致电 <span>400-666-8800</span> 了解更多详情。<a href=\"/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=\"/shop/browse/home/education_routing\" data-feature-name=\"Astro Link\" data-display-name=\"AOS: home/education_routing\" target=\"_blank\"><span class=\"icon-copy\">Apple Store 教育商店</span><span class=\"visuallyhidden\">(在新窗口中打开)</span></a>下单订购。"},{"question":"我可以选择哪些分期付款方案?","answer":"你可以选择我们提供的分期付款方案来为所购商品付款。<a href=\"https://www.apple.com.cn/shop/browse/finance/installment\" target=\"_blank\" class=\"icon-wrapper\"><span class=\"icon-copy\">进一步了解分期付款</span><span class=\"visuallyhidden\"> (在新窗口中打开)</span><span aria-hidden=\"true\" class=\"more\"></span></a>"},{"question":"我需要支付多少运费?","answer":"所有在线订单均可享受免费送货服务。"},{"question":"我可以退货吗?","answer":"如果你对商品不满意,可按照我们的退货政策将商品退回。<a href=\"http://www.apple.com.cn/shop/help/returns_refund\" target=\"_blank\" class=\"icon-wrapper\"><span class=\"icon-copy\">进一步了解 Apple 退货与退款</span><span class=\"visuallyhidden\"> (在新窗口中打开)</span><span aria-hidden=\"true\" class=\"more\"></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":"/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":"The items in your bag do not qualify for this promotion code."},"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":"/shop/bagx?_a=applyPromoCode&_m=shoppingCart.summary.promoCode","submit":true},"removePromoCode":{"url":"/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":"/shop/accessories/all","evar1":"Bag|Shop Accessories|","apwExtension":false,"shopAccessoriesLinkDisplay":"选购配件","automationData":"bagshopaccessorieslink","id":"cart-actions","apwEnabled":false,"isShowApplePayFullPaymentOnlyMessage":false,"apwExtensionJsSource":"applepay.cdn-apple.com","fcsdata":"","chatDisabled":false,"consumerStore":true,"fcscounter":"","shouldShowChat":true,"shopAccessoriesLink":"/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":"/shop/bagx/checkout_now?_a=checkout&_m=shoppingCart.actions","submit":true,"module":"^"},"saveCart":{"url":"/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=\"/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>"}}}}} </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.cn/" 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.cn/shop/goto/store" 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="https://www.apple.com.cn/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.cn/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.cn/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.cn/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.cn/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.cn/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.cn/tv/" 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="https://www.apple.com.cn/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="/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="/shop/gift-cards" data-slot-name="section1" 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 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.cn/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.www.apple.com.cn/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.cn/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.cn/apple-podcasts/" 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://www.apple.com.cn/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.cn/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.cn/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.cn/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://apple.com.cn/today/camp" data-slot-name="section3" 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://itunes.apple.com/cn/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="/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="/shop/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="/shop/browse/finance/installment_landing" 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://secure.www.apple.com.cn/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="/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.cn/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.cn/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.cn/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="/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> <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.cn/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.cn/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.cn/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.cn/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.cn/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.cn/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/cn/" 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.cn/job-creation/" 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.cn/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.cn/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.cn/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/cn/zh" data-slot-name="footerConfig" data-feature-name="Footer Navigation" data-display-name="更多门店">更多门店</a>,或者致电 <span>400-666-8800</span>。</p> </div> <div class="as-globalfooter-mini-locale"> </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.cn/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.cn/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="/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="https://www.apple.com.cn/legal" 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="/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