Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_02.jpg | 86400.0 s | 211.6 KiB |
| m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0112_01.jpg | 86400.0 s | 65.6 KiB |
| m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_01.jpg | 86400.0 s | 64.9 KiB |
| /images/G/28/gno/sprites/nav-sprite-global-1x-reorg-priva... | 3600.0 s | 21.0 KiB |
| m.media-amazon.com/images/G/28/gameday/faq_title.png | 86400.0 s | 5.6 KiB |
| m.media-amazon.com/images/G/28/gameday/prime_faq_title.png | 86400.0 s | 4.8 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img | m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_02.jpg | 210.5 KiB | 44.0 KiB |
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img | m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_01.jpg | 64.0 KiB | 13.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /images/I/11KpeNaLkYL._RC|01WLKcGdVeL.css,41znTZ-1gpL.css... | 28.9 KiB | 630 ms |
| /images/I/41Vqus7iTPL._RC|71rAQlzFvCL.css,41hk4fqGa9L.css... | 49.4 KiB | 137 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /images/I/41Vqus7iTPL._RC|71rAQlzFvCL.css,41hk4fqGa9L.css... | 70.7 KiB | 69.1 KiB |
| /images/I/11KpeNaLkYL._RC|01WLKcGdVeL.css,41znTZ-1gpL.css... | 38.5 KiB | 38.3 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img | m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_02.jpg |
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img | m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_01.jpg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| amazon.cn/ | 693 ms |
| www.amazon.cn/ | 0.0 ms |
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img |
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best Practices
Browser Compatibility
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img |
div#pageContent > div#mainPageWrapper > div.mainPageInner > img div#pageContent > div#mainPageWrapper > div.mainPageInner > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
海外购改版通知相关问题 div#customerNotification > div.notificationContent > div.notificationItem > a |
Prime会员通知相关问题 div#customerNotification > div.primeNotificationContent > div.notificationItem > a |
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <html> | Syntax not understood |
| 2 | <head> | Syntax not understood |
| 3 | <meta charset="utf-8"> | Syntax not understood |
| 4 | <link rel="stylesheet" href="https://images-cn.ssl-images-amazon.cn/images/I/11KpeNaLkYL._RC|01WLKcGdVeL.css,41znTZ-1gpL.css,31Gsi7XkmtL.css,013z33uKh2L.css,017DsKjNQJL.css,0131vqwP5UL.css,41EWOOlBJ9L.css,11TIuySqr6L.css,01ElnPiDxWL.css,11fJbvhE5HL.css,01Dm5eKVxwL.css,01IdKcBuAdL.css,01y-XAlI+2L.css,21nD9yIfxeL.css,01oDR3IULNL.css,51nxm+VjGAL.css,017FOu5ewxL.css,01S0vRENeAL.css,21IbH+SoKSL.css,11MrAKjcAKL.css,21fecG8pUzL.css,11a5wZbuKrL.css,11g51Js2-AL.css,31pHA2U5D9L.css,11qxIinhYvL.css,11T5dH6BkQL.css,11Qz5rNdmxL.css,11oHt2HYxnL.css,01j2JE3j7aL.css,11JQtnL-6eL.css,21H3v-zmk8L.css,11jtXRmppwL.css,0114z6bAEoL.css,21uwtfqr5aL.css,11QyqG8yiqL.css,11K24eOJg4L.css,11F2+OBzLyL.css,01890+Vwk8L.css,01g+cOYAZgL.css,01cbS3UK11L.css,21F85am0yFL.css,01giMEP+djL.css_.css?AUIClients/AmazonUI#cn.not-trident"> | Unknown directive |
| 6 | <style type="text/css"> | Syntax not understood |
| 7 | .nav-sprite-v1 .nav-sprite, .nav-sprite-v1 .nav-icon { | Syntax not understood |
| 8 | background-image: url(https://images-cn.ssl-images-amazon.cn/images/G/28/gno/sprites/nav-sprite-global-1x-reorg-privacy._CB600088502_.png); | Unknown directive |
| 9 | background-position: 0 1000px; | Unknown directive |
| 10 | background-repeat: repeat-x; | Unknown directive |
| 11 | } | Syntax not understood |
| 13 | background: #E3E6E6; | Unknown directive |
| 14 | margin: 0 auto; | Unknown directive |
| 15 | max-width: none; | Unknown directive |
| 16 | min-width: 1000px; | Unknown directive |
| 17 | overflow: hidden; | Unknown directive |
| 18 | } | Syntax not understood |
| 19 | .websiteNotification{ | Syntax not understood |
| 20 | color: white; | Unknown directive |
| 21 | flex: 1; | Unknown directive |
| 22 | text-align: center; | Unknown directive |
| 23 | font-weight: 700; | Unknown directive |
| 24 | } | Syntax not understood |
| 25 | .mainPageInner{ | Syntax not understood |
| 26 | max-width: 1500px; | Unknown directive |
| 27 | display: flex; | Unknown directive |
| 28 | flex-direction: column; | Unknown directive |
| 29 | justify-content: center; | Unknown directive |
| 30 | align-items: center; | Unknown directive |
| 31 | margin: 0 auto; | Unknown directive |
| 32 | } | Syntax not understood |
| 33 | .secondPageInner{ | Syntax not understood |
| 34 | max-width: 1500px; | Unknown directive |
| 35 | display: flex; | Unknown directive |
| 36 | flex-direction: column; | Unknown directive |
| 37 | justify-content: center; | Unknown directive |
| 38 | align-items: center; | Unknown directive |
| 39 | margin: 0 auto; | Unknown directive |
| 41 | } | Syntax not understood |
| 42 | .notificationAll { | Syntax not understood |
| 43 | background: url("https://m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0112_03.jpg"); | Unknown directive |
| 44 | background-repeat: repeat-y; | Unknown directive |
| 45 | } | Syntax not understood |
| 46 | .notificationTitle { | Syntax not understood |
| 47 | background: linear-gradient(#fed391, #fbc26d); | Unknown directive |
| 48 | padding:20px 40px; | Unknown directive |
| 49 | width:90%; | Unknown directive |
| 50 | margin: 0 auto; | Unknown directive |
| 51 | color: #232f3e; | Unknown directive |
| 52 | font-size: 16px; | Unknown directive |
| 53 | line-height: 22px; | Unknown directive |
| 54 | border-radius: 5px; | Unknown directive |
| 55 | box-shadow: 0 4px 5px 2px #d6d5d5; | Unknown directive |
| 56 | position: relative; | Unknown directive |
| 57 | z-index: 1; | Unknown directive |
| 58 | } | Syntax not understood |
| 59 | .notificationContent { | Syntax not understood |
| 60 | padding: 20px 40px; | Unknown directive |
| 61 | width: 90%; | Unknown directive |
| 62 | margin: 0 auto; | Unknown directive |
| 63 | color: #232f3e; | Unknown directive |
| 64 | font-size: 16px; | Unknown directive |
| 65 | line-height: 22px; | Unknown directive |
| 66 | background-color: #FFF; | Unknown directive |
| 67 | border-radius: 5px; | Unknown directive |
| 68 | box-shadow: 0 6px 5px 2px #f9deb1; | Unknown directive |
| 69 | } | Syntax not understood |
| 70 | .primeNotificationTitle { | Syntax not understood |
| 71 | background: linear-gradient(#ade6fd, #88d9fa); | Unknown directive |
| 72 | padding:20px 40px; | Unknown directive |
| 73 | width: 90%; | Unknown directive |
| 74 | margin: 40px auto 0 auto; | Unknown directive |
| 75 | color: #232f3e; | Unknown directive |
| 76 | font-size: 16px; | Unknown directive |
| 77 | font-weight: 30px; | Unknown directive |
| 78 | line-height: 22px; | Unknown directive |
| 79 | border-radius: 5px; | Unknown directive |
| 80 | box-shadow: 0 4px 5px 2px #d6d5d5; | Unknown directive |
| 81 | position: relative; | Unknown directive |
| 82 | z-index: 1; | Unknown directive |
| 83 | } | Syntax not understood |
| 84 | .primeNotificationContent{ | Syntax not understood |
| 85 | padding: 20px 40px; | Unknown directive |
| 86 | width: 90%; | Unknown directive |
| 87 | margin: 0 auto; | Unknown directive |
| 88 | color: #232f3e; | Unknown directive |
| 89 | font-size: 16px; | Unknown directive |
| 90 | line-height: 22px; | Unknown directive |
| 91 | background-color: #FFF; | Unknown directive |
| 92 | border-radius: 5px; | Unknown directive |
| 93 | box-shadow: 0 6px 5px 2px #f9deb1; | Unknown directive |
| 94 | } | Syntax not understood |
| 95 | .notificationItem{ | Syntax not understood |
| 96 | margin:-26px 0px 10px 10px; | Unknown directive |
| 97 | line-height: 1.8; | Unknown directive |
| 98 | } | Syntax not understood |
| 99 | .faqTitle{ | Syntax not understood |
| 100 | margin: 30px auto -30px auto; | Unknown directive |
| 101 | } | Syntax not understood |
| 102 | .faqContent{ | Syntax not understood |
| 103 | padding: 50px 60px 20px 60px; | Unknown directive |
| 104 | width: 90%; | Unknown directive |
| 105 | margin: 0 auto 60px auto; | Unknown directive |
| 106 | color: #232f3e; | Unknown directive |
| 107 | font-size: 16px; | Unknown directive |
| 108 | line-height: 22px; | Unknown directive |
| 109 | background-color: #FFF; | Unknown directive |
| 110 | border-radius: 5px; | Unknown directive |
| 111 | box-shadow: 0 6px 5px 2px #f9deb1; | Unknown directive |
| 112 | } | Syntax not understood |
| 113 | .contentSpacer { | Syntax not understood |
| 114 | height: 0; | Unknown directive |
| 115 | border: 1px dashed lightgrey; | Unknown directive |
| 116 | width: 100%; | Unknown directive |
| 117 | margin: 20 auto; | Unknown directive |
| 118 | } | Syntax not understood |
| 119 | .number{ | Syntax not understood |
| 120 | display:inline-table; | Unknown directive |
| 121 | border-radius:22px; | Unknown directive |
| 122 | background:linear-gradient(#fed391, #fbc26d); | Unknown directive |
| 123 | width:22px; | Unknown directive |
| 124 | height:22px; | Unknown directive |
| 125 | line-height:22px; | Unknown directive |
| 126 | text-align:center; | Unknown directive |
| 127 | vertical-align:middle; | Unknown directive |
| 128 | color:#000; | Unknown directive |
| 129 | } | Syntax not understood |
| 130 | .blue{ | Syntax not understood |
| 131 | background: linear-gradient(#ade6fd, #88d9fa); | Unknown directive |
| 132 | } | Syntax not understood |
| 133 | .navPrimeFaq{ | Syntax not understood |
| 134 | position:fixed; | Unknown directive |
| 135 | right:0px; | Unknown directive |
| 136 | top:240px; | Unknown directive |
| 137 | color:#DDD; | Unknown directive |
| 138 | padding:10px; | Unknown directive |
| 139 | font-weight:900; | Unknown directive |
| 140 | background-color:#232F3E; | Unknown directive |
| 141 | border-top-left-radius:10px; | Unknown directive |
| 142 | border-bottom-left-radius:10px; | Unknown directive |
| 143 | z-index: 2; | Unknown directive |
| 144 | } | Syntax not understood |
| 145 | .navFaq{ | Syntax not understood |
| 146 | position: fixed; | Unknown directive |
| 147 | right: 0px; | Unknown directive |
| 148 | top: 290px; | Unknown directive |
| 149 | color: #DDD; | Unknown directive |
| 150 | padding: 10px; | Unknown directive |
| 151 | font-weight: 700; | Unknown directive |
| 152 | background-color: #232F3E; | Unknown directive |
| 153 | border-top-left-radius: 10px; | Unknown directive |
| 154 | border-bottom-left-radius: 10px; | Unknown directive |
| 155 | z-index: 2; | Unknown directive |
| 156 | } | Syntax not understood |
| 157 | .navFooterLineBlock{ | Syntax not understood |
| 158 | text-align: center; | Unknown directive |
| 159 | border-radius: 10px; | Unknown directive |
| 160 | background-color: #232F3E; | Unknown directive |
| 161 | color:#DDD; | Unknown directive |
| 162 | display: inline-block; | Unknown directive |
| 163 | margin: 0 auto; | Unknown directive |
| 164 | padding:15px; | Unknown directive |
| 165 | width: fit-content; | Unknown directive |
| 166 | white-space: nowrap; | Unknown directive |
| 167 | } | Syntax not understood |
| 169 | color:#ffb32e; | Unknown directive |
| 170 | } | Syntax not understood |
| 171 | .mg{ | Syntax not understood |
| 172 | margin:25px 5px; | Unknown directive |
| 173 | } | Syntax not understood |
| 174 | .bg{ | Syntax not understood |
| 175 | background-color: #e2e6e7; | Unknown directive |
| 176 | height:100px; | Unknown directive |
| 177 | } | Syntax not understood |
| 178 | .wd{ | Syntax not understood |
| 179 | max-width: 1000px; | Unknown directive |
| 180 | margin: 0 auto; | Unknown directive |
| 181 | } | Syntax not understood |
| 183 | .question{ | Syntax not understood |
| 184 | margin:-22px 20px 10px 30px; | Unknown directive |
| 185 | } | Syntax not understood |
| 186 | .answer{ | Syntax not understood |
| 187 | margin:0 20px 0 30px; | Unknown directive |
| 188 | line-height: 1.8; | Unknown directive |
| 189 | } | Syntax not understood |
| 190 | </style> | Syntax not understood |
| 191 | <script type="text/javascript"> | Syntax not understood |
| 192 | window.onload = function() { | Syntax not understood |
| 194 | // Display default main static page if there are no '#' in URL | Syntax not understood |
| 195 | // Otherwise, display the section | Syntax not understood |
| 196 | const viewSection = getViewSection(); | Syntax not understood |
| 197 | switch(viewSection) { | Syntax not understood |
| 198 | case "primeFaq": | Unknown directive |
| 199 | displaySecondPage(); | Syntax not understood |
| 200 | window.location.hash = "primeFaq"; | Syntax not understood |
| 201 | break; | Syntax not understood |
| 202 | case "faq": | Unknown directive |
| 203 | displaySecondPage(); | Syntax not understood |
| 204 | window.location.hash = "faq"; | Syntax not understood |
| 205 | break; | Syntax not understood |
| 206 | case "customerNotification": | Unknown directive |
| 207 | displaySecondPage(); | Syntax not understood |
| 208 | window.location.hash = "customerNotification"; | Syntax not understood |
| 209 | break; | Syntax not understood |
| 210 | default: | Unknown directive |
| 211 | displayMainPage() | Syntax not understood |
| 212 | break; | Syntax not understood |
| 213 | } | Syntax not understood |
| 214 | } | Syntax not understood |
| 216 | function getViewSection() { | Syntax not understood |
| 217 | const href = window.location.href; | Syntax not understood |
| 218 | var reg = new RegExp("(?<=#)\\S*","g"); | Syntax not understood |
| 219 | const strs = href.match(reg); | Syntax not understood |
| 220 | const viewSection = strs !== null ? (strs.length > 0 ? strs[0] : "") : ""; | Unknown directive |
| 221 | return viewSection; | Syntax not understood |
| 222 | } | Syntax not understood |
| 224 | function isMainPage() { | Syntax not understood |
| 225 | return getViewSection() === ""; | Syntax not understood |
| 226 | } | Syntax not understood |
| 228 | function displaySecondPage() { | Syntax not understood |
| 229 | document.getElementById("mainPageWrapper").style.display = "none"; | Syntax not understood |
| 230 | document.getElementById("secondPageWrapper").style.display = "block"; | Syntax not understood |
| 231 | } | Syntax not understood |
| 233 | function displayMainPage() { | Syntax not understood |
| 234 | document.getElementById("mainPageWrapper").style.display = "block"; | Syntax not understood |
| 235 | document.getElementById("secondPageWrapper").style.display = "none"; | Syntax not understood |
| 236 | } | Syntax not understood |
| 238 | function loadNotification() { | Syntax not understood |
| 239 | if(isMainPage()) { | Syntax not understood |
| 240 | window.open(getBaseUrl() + "#customerNotification"); | Syntax not understood |
| 241 | } else { | Syntax not understood |
| 242 | window.location.hash = "customerNotification"; | Syntax not understood |
| 243 | } | Syntax not understood |
| 244 | } | Syntax not understood |
| 246 | function loadPrimeFaq() { | Syntax not understood |
| 247 | if(isMainPage()) { | Syntax not understood |
| 248 | window.open(getBaseUrl() + "#primeFaq"); | Syntax not understood |
| 249 | } else { | Syntax not understood |
| 250 | window.location.hash = "primeFaq"; | Syntax not understood |
| 251 | } | Syntax not understood |
| 252 | } | Syntax not understood |
| 254 | function loadFaq() { | Syntax not understood |
| 255 | if(isMainPage()) { | Syntax not understood |
| 256 | window.open(getBaseUrl() + "#faq"); | Syntax not understood |
| 257 | } else { | Syntax not understood |
| 258 | window.location.hash = "faq"; | Syntax not understood |
| 259 | } | Syntax not understood |
| 260 | } | Syntax not understood |
| 262 | function getBaseUrl() { | Syntax not understood |
| 263 | const href = window.location.href; | Syntax not understood |
| 264 | var regBefore = new RegExp("\\S*(?=#)","g"); | Syntax not understood |
| 265 | const strs = href.match(regBefore); | Syntax not understood |
| 266 | const baseUrl = strs !== null ? (strs.length > 0 ? strs[0] : href) : href; | Unknown directive |
| 267 | return baseUrl; | Syntax not understood |
| 268 | } | Syntax not understood |
| 270 | function reloadMainPage() { | Syntax not understood |
| 271 | if(isMainPage()) { | Syntax not understood |
| 272 | window.location.reload(); | Syntax not understood |
| 273 | } else { | Syntax not understood |
| 274 | window.location = getBaseUrl(); | Syntax not understood |
| 275 | } | Syntax not understood |
| 276 | } | Syntax not understood |
| 278 | </script> | Syntax not understood |
| 280 | <link rel="stylesheet" href="https://images-cn.ssl-images-amazon.cn/images/I/41Vqus7iTPL._RC|71rAQlzFvCL.css,41hk4fqGa9L.css,11gAjhOJPvL.css,31-P1-9TebL.css,31xhifYM3YL.css,21mmcDIiWgL.css,41DZbmhBQQL.css,11+ZIzUFpQL.css,31aanvXmPBL.css,01R53xsjpjL.css,11EKggV-DlL.css,415g7iDx4VL.css,01dazRDcsjL.css_.css?AUIClients/NavDesktopUberAsset#desktop.language-zh.cn"> | Unknown directive |
| 281 | <title>海外购改版通知</title> | Syntax not understood |
| 283 | </head> | Syntax not understood |
| 285 | <body class="a-m-cn a-aui_72554-c a-aui_a11y_sr_678508-c a-aui_accordion_a11y_role_354025-t1 a-aui_killswitch_csa_logger_372963-c a-aui_pci_risk_banner_210084-c a-aui_preload_261698-c a-aui_rel_noreferrer_noopener_309527-c a-aui_template_weblab_cache_333406-c a-aui_tnr_v2_180836-c a-meter-animate"> | Syntax not understood |
| 286 | <div id="a-page"> | Syntax not understood |
| 287 | <a id="nav-top"></a> | Syntax not understood |
| 288 | <a id="skiplink" tabindex="0" class="skip-link">跳至主要内容</a> | Syntax not understood |
| 290 | <header id="navbar-main" class="nav-opt-sprite nav-flex nav-locale-cn nav-lang-zh nav-ssl nav-unrec nav-progressive-attribute"> | Syntax not understood |
| 291 | <div id="navbar" cel_widget_id="Navigation-desktop-navbar" role="navigation" aria-label="navigation" class="nav-sprite-v1 celwidget nav-bluebeacon nav-a11y-t1 bold-focus-hover layout2 nav-flex layout3 layout3-alt hamburger nav-progressive-attribute using-mouse" data-csa-c-id="rktsiu-z92ygq-adzecy-nqi9cv"> | Syntax not understood |
| 292 | <div id="nav-belt" style="display: flex;justify-content: center; align-items: center;"> | Unknown directive |
| 293 | <div class="nav-left"> | Syntax not understood |
| 294 | <div id="nav-logo"> | Syntax not understood |
| 295 | <a href="#" id="nav-logo-sprites" class="nav-logo-link nav-progressive-attribute" aria-label="Amazon.cn" onclick="reloadMainPage()"> | Syntax not understood |
| 296 | <span class="nav-sprite nav-logo-base"></span> | Syntax not understood |
| 297 | <span id="logo-ext" class="nav-sprite nav-logo-ext nav-progressive-content"></span> | Syntax not understood |
| 298 | <span class="nav-logo-locale">.cn</span> | Syntax not understood |
| 299 | </a> | Syntax not understood |
| 300 | </div> | Syntax not understood |
| 301 | </div> | Syntax not understood |
| 302 | <div class="websiteNotification" onclick="loadNotification()"></div> | Syntax not understood |
| 303 | </div> | Syntax not understood |
| 304 | </div> | Syntax not understood |
| 305 | </header> | Syntax not understood |
| 308 | <div id="pageContent" class="a-section a-spacing-none" role="main"> | Syntax not understood |
| 309 | <!-- Floating Button Start--> | Syntax not understood |
| 310 | <!-- Floating Button End --> | Syntax not understood |
| 312 | <!-- Main Page Content Start --> | Syntax not understood |
| 313 | <div id="mainPageWrapper" > | Syntax not understood |
| 314 | <div class="mainPageInner" > | Syntax not understood |
| 316 | <img src="https://m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_01.jpg" > | Unknown directive |
| 317 | <img src="https://m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0331_02.jpg" > | Unknown directive |
| 318 | </div> | Syntax not understood |
| 319 | </div> | Syntax not understood |
| 320 | <!-- Main Page Content End --> | Syntax not understood |
| 322 | <!-- Second Page Content Start --> | Syntax not understood |
| 323 | <div id="secondPageWrapper" style="display:none"> | Unknown directive |
| 324 | <div class="secondPageInner" > | Syntax not understood |
| 325 | <img src="https://m.media-amazon.com/images/G/28/gameday/jy_NEW-APP-download_pc_Phase3_0112_01.jpg" > | Unknown directive |
| 326 | <div class="notificationAll"> | Syntax not understood |
| 327 | <!-- Customer Notification Start --> | Syntax not understood |
| 328 | <div id="customerNotification"> | Syntax not understood |
| 329 | <div class="notificationTitle"> | Syntax not understood |
| 330 | 亚马逊会持续评估我们的产品与服务并定期做出调整,以满足客户不断变化的需求。为此,我们将对亚马逊海外购的购物体验进行升级,以满足中国客户对移动购物的需求。 | Syntax not understood |
| 331 | </div> | Syntax not understood |
| 332 | <div class="notificationContent"> | Syntax not understood |
| 333 | <text class="number">1</text> | Syntax not understood |
| 334 | <div class="notificationItem">  自2024年1月27日起,亚马逊海外购将进一步拥抱移动购物趋势,推出新版“亚马逊购物”App。客户可以升级当前版本App或下载新版App,也可以通过亚马逊海外购微信小程序体验新版购物功能。电脑端将不再提供购物服务。 | Syntax not understood |
| 335 | </div> | Syntax not understood |
| 336 | <div class="contentSpacer"></div> | Syntax not understood |
| 338 | <text class="number">2</text> | Syntax not understood |
| 339 | <div class="notificationItem">  新版“亚马逊购物”App将融入更多本地化元素和页面设计,购物体验更加高效、流畅。客户可以继续以优惠的价格选购海外好物,并体验快捷的国际配送服务。 | Syntax not understood |
| 340 | </div> | Syntax not understood |
| 342 | <div class="contentSpacer"></div> | Syntax not understood |
| 344 | <text class="number">3</text> | Syntax not understood |
| 345 | <div class="notificationItem">  随着亚马逊海外购在中国的不断发展,我们致力于为所有客户打造更优质的购物体验,包括更快捷的国际配送、丰富的选品,以及更多超值优惠。因此,我们将不再提供中国Prime会员服务,专注于为所有客户提供更好的服务。 | Syntax not understood |
| 346 | </div> | Syntax not understood |
| 348 | <div class="contentSpacer"></div> | Syntax not understood |
| 350 | <text class="number">4</text> | Syntax not understood |
| 351 | <div class="notificationItem">  客户可参阅“<a onClick="loadFaq()">海外购改版通知相关问题</a>”,了解关于此次调整的详细信息。<br/>我们相信,更加本地化的移动购物体验会为我们的客户带来更多价值。 | Syntax not understood |
| 352 | </div> | Syntax not understood |
| 353 | </div> | Syntax not understood |
| 355 | <div class="primeNotificationTitle"> | Syntax not understood |
| 356 | Prime会员通知 | Syntax not understood |
| 357 | </div> | Syntax not understood |
| 358 | <div class="primeNotificationContent"> | Syntax not understood |
| 359 | <text class="number blue">1</text> | Syntax not understood |
| 360 | <div class="notificationItem">  您无需采取任何行动。对于免费试享会员,在会员试用期结束后您将不会被自动续费或因此被转换为付费会员;对于Prime付费会员,在付费会员到期时您将不会被自动续费,且我们将在2024年2月3日之前自动返还您会员期限内剩余月份对应的会员费。同时,作为对您的诚挚感谢,我们将额外赠送您一个月的Prime 会员费,所有费用将发放至您的付款账户。 | Syntax not understood |
| 361 | </div> | Syntax not understood |
| 363 | <div class="contentSpacer"></div> | Syntax not understood |
| 364 | <text class="number blue">2</text> | Syntax not understood |
| 365 | <div class="notificationItem">  登录新版 “亚马逊购物” App,您还可以在2024年2月至4月的连续三个月内,领取为您额外准备的优惠券套餐。如需了解更多,请参阅"<a onClick="loadPrimeFaq()">Prime会员通知相关问题</a>",了解关于此次通知的详细信息。<br/>感谢您的支持,我们将持续努力,为您带来您更好的购物体验。 | Syntax not understood |
| 366 | </div> | Syntax not understood |
| 367 | </div> | Syntax not understood |
| 368 | </div> | Syntax not understood |
| 369 | <!-- Customer Notification End --> | Syntax not understood |
| 371 | <!-- FAQ Start --> | Syntax not understood |
| 372 | <div id="faq"> | Syntax not understood |
| 373 | <div class="faqTitle"> | Syntax not understood |
| 374 | <img src="https://m.media-amazon.com/images/G/28/gameday/faq_title.png"> | Unknown directive |
| 375 | </div> | Syntax not understood |
| 377 | <div class="faqContent"> | Syntax not understood |
| 378 | <text class="number">1</text> | Syntax not understood |
| 379 | <div class="question">我之前的订单会受到什么影响?是否还能得到相应的订单服务支持?<br/></div> | Syntax not understood |
| 380 | <div class="answer">该变化不会影响您之前的订单。在新版的“亚马逊购物”APP上,您能够浏览您的历史订单信息,并且可以根据需要对未发货订单进行取消,或对已完成且符合政策的订单进行退货退款等的操作。您也可以联系客服人员帮您查询或处理您的订单。</div> | Syntax not understood |
| 382 | <div class="contentSpacer"></div> | Syntax not understood |
| 384 | <text class="number">2</text> | Syntax not understood |
| 385 | <div class="question">对于还未到货的订单,我能申请退款吗?<br/></div> | Syntax not understood |
| 386 | <div class="answer">该变化不会影响您目前订单的完成。对于未发货订单,您可以自行取消订单并收到退款。如果该订单已发货无法取消,您可以按照现行的退货退款政策处理。很抱歉给您带来不便。</div> | Syntax not understood |
| 388 | <div class="contentSpacer"></div> | Syntax not understood |
| 390 | <text class="number">3</text> | Syntax not understood |
| 391 | <div class="question">新版购物App上线后,我还能访问我现在的帐户以及海外购订单的信息吗?<br/></div> | Syntax not understood |
| 392 | <div class="answer">是的。该变化不会改变现有的账户信息,您可以在新版“亚马逊购物”App里访问你现有的账户信息。在新版的购物App里,您可以查看过去三年的海外购历史订单信息。</div> | Syntax not understood |
| 394 | <div class="contentSpacer"></div> | Syntax not understood |
| 396 | <text class="number">4</text> | Syntax not understood |
| 397 | <div class="question">为什么无法在Amazon.cn上购物了?<br/></div> | Syntax not understood |
| 398 | <div class="answer">自2024年1月27日起,亚马逊海外购将进一步拥抱移动购物趋势,推出新版“亚马逊购物”App。客户可以升级当前版本App或下载新版App,也可以通过亚马逊海外购微信小程序体验新版购物功能。电脑端将不再提供购物服务。此外,客户也可以通过移动设备访问www.amazon.cn下载或跳转到“亚马逊购物”App。</div> | Syntax not understood |
| 400 | <div class="contentSpacer"></div> | Syntax not understood |
| 402 | <text class="number">5</text> | Syntax not understood |
| 403 | <div class="question">我一直都使用电脑端来访问亚马逊海外购网站进行购物的,这个变化对我的影响是什么?<br/></div> | Syntax not understood |
| 404 | <div class="answer">客户可以升级当前版本App或下载新版App,也可以通过亚马逊海外购微信小程序体验新版购物功能。电脑端将不再提供购物服务。此外,客户也可以通过移动设备访问www.amazon.cn下载或跳转到“亚马逊购物”App。</div> | Syntax not understood |
| 406 | <div class="contentSpacer"></div> | Syntax not understood |
| 408 | <text class="number">6</text> | Syntax not understood |
| 409 | <div class="question">为什么有些选品找不到了?<br/></div> | Syntax not understood |
| 410 | <div class="answer">我们将在接下来的几个月里对选品进行调整,您可能会看到选品暂时的减少。我们会陆续恢复选品,并在年内上线更多新的选品。</div> | Syntax not understood |
| 412 | <div class="contentSpacer"></div> | Syntax not understood |
| 414 | <text class="number">7</text> | Syntax not understood |
| 415 | <div class="question">如何能联系到客服?<br/></div> | Syntax not understood |
| 416 | <div class="answer">请下载新版的亚马逊海外购App,选择“我的”>“联系客服”。</div> | Syntax not understood |
| 417 | </div> | Syntax not understood |
| 418 | <!-- FAQ End --> | Syntax not understood |
| 420 | <!-- Prime FAQ Start --> | Syntax not understood |
| 421 | <div id="primeFaq"> | Syntax not understood |
| 422 | <div class="faqTitle"> | Syntax not understood |
| 423 | <img src="https://m.media-amazon.com/images/G/28/gameday/prime_faq_title.png"> | Unknown directive |
| 424 | </div> | Syntax not understood |
| 426 | <div class="faqContent"> | Syntax not understood |
| 427 | <text class="number">1</text> | Syntax not understood |
| 428 | <div class="question">这个变化什么时候开始生效?<br/></div> | Syntax not understood |
| 429 | <div class="answer">自2023年12月28日起,将不再提供新Prime注册。所有现有的免费试用期会员以及付费会员仍然能够继续享受会员权益直到2024年1月27日。自2024年1月27日起,我们将不再提供Prime会员服务。</div> | Syntax not understood |
| 431 | <div class="contentSpacer"></div> | Syntax not understood |
| 433 | <text class="number">2</text> | Syntax not understood |
| 434 | <div class="question">我的Prime会员还没有到期,我能申请退款吗?<br/></div> | Syntax not understood |
| 435 | <div class="answer">您无需采取任何行动。<br/> | Syntax not understood |
| 436 | a. 针对会员试用期的用户,会员试用结束后您将不会被自动续费或因此被转换为付费会员。<br/> | Syntax not understood |
| 437 | b. 针对付费会员,我们将在2024年2月3日之前自动返还您会员期限内剩余月份对应的会员费。同时,作为对您的诚挚感谢,我们将额外赠送您一个月的Prime会员费,所有费用将发放至您的付款账户。<br/> | Syntax not understood |
| 438 | c. 针对所有会员(免费试用期+ 付费会员),登录新版“亚马逊购物”App,您还可以在2024年2月至4月的连续三个月内,领取为您额外准备的优惠券套餐。 | Syntax not understood |
| 439 | </div> | Syntax not understood |
| 441 | <div class="contentSpacer"></div> | Syntax not understood |
| 443 | <text class="number">3</text> | Syntax not understood |
| 444 | <div class="question">你们会从什么时间开始停止Prime会员续费?<br/></div> | Syntax not understood |
| 445 | <div class="answer">对于在2023年12月28日之后还在会员期内的付费和免费Prime会员,我们将从他们的下一个续费日时停止续费。</div> | Syntax not understood |
| 447 | <div class="contentSpacer"></div> | Syntax not understood |
| 449 | <text class="number">4</text> | Syntax not understood |
| 450 | <div class="question">我的会员续费日是在2024年1月27日之后,我能有多少会费退款?<br/></div> | Syntax not understood |
| 451 | <div class="answer">对于将在2024年1月27日之后到期的付费会员,我们会返还您会员期限内剩余月份对应的会员费。同时,作为对您的诚挚感谢,我们将额外赠送您1个月的Prime会员费。例如,您的Prime会员是在2024年1月28日到期,我们将返还您会员期限内剩余1个月的会费,同时赠送1个月Prime会员费,因此共计返还您2个月的Prime会员费;如果你的Prime会员是在2024年2月27日到期,我们将返还您会员期限内剩余的2个月会员费,同时也额外赠送您1个月的Prime会员费,共计返还您3个月Prime的会员费。以此类推。除此之外,登录新版“亚马逊购物”App,您还可以在2024年2月至4月的连续三个月内,领取为您额外准备的优惠券套餐,包括:1) 月度零门槛免邮券, 2) 每月4张满减券。 | Syntax not understood |
| 452 | </div> | Syntax not understood |
| 454 | <div class="contentSpacer"></div> | Syntax not understood |
| 456 | <text class="number">5</text> | Syntax not understood |
| 457 | <div class="question">我的会员将于2023年12月28日到2024年1月27日期间到期,我有会费返还吗?<br/></div> | Syntax not understood |
| 458 | <div class="answer">您可以继续享受会员权益直到会员期满,同时,作为对您的诚挚感谢,我们将额外赠送您一个月的Prime会员费。我们将在2024年1月27日至2024年2月3日期间自动返还您会员期限内剩余月份对应的会员费。届时我们将通过短信告知您。最终到账信息请查看原支付方式的银行卡账户或微信/支付宝账单。</div> | Syntax not understood |
| 460 | <div class="contentSpacer"></div> | Syntax not understood |
| 462 | <text class="number">6</text> | Syntax not understood |
| 463 | <div class="question">我如何能拿到会费退款和优惠券套餐?<br/></div> | Syntax not understood |
| 464 | <div class="answer">我们将在2024年2月3日之前自动返还您会员期限内剩余月份对应的会员费。同时,作为对您的诚挚感谢,我们将额外赠送您一个月的Prime会员费,所有费用将发放至您的付款账户。登录新版“亚马逊购物”App,您还可以在2024年2月至4月的连续三个月内,领取为您额外准备的优惠券套餐,包括 1) 月度零门槛免邮券, 2)每月4张满减券。。</div> | Syntax not understood |
| 466 | <div class="contentSpacer"></div> | Syntax not understood |
| 468 | <text class="number">7</text> | Syntax not understood |
| 469 | <div class="question">我如何查询我的会员状态及到期时间?<br/></div> | Syntax not understood |
| 470 | <div class="answer">手机端:您可以登录我的账户-账户设置-管理您的Prime会员,进入会员详情页面进行查询。<br/>电脑端:您可以登录我的账户-我的Prime会员,进入会员详情页面进行查询。</div> | Syntax not understood |
| 472 | <div class="contentSpacer"></div> | Syntax not understood |
| 474 | <text class="number">8</text> | Syntax not understood |
| 475 | <div class="question">我为什么没有收到退款?如何查询退款?<br/></div> | Syntax not understood |
| 476 | <div class="answer">我们将在2024年1月27日至2024年2月3日期间自动返还您会员期限内剩余月份对应的会员费。届时我们将通过短信告知您。最终到账信息请查看原支付方式的银行卡账户或微信/支付宝账单。如果仍有疑问,请联系客服。</div> | Syntax not understood |
| 477 | </div> | Syntax not understood |
| 478 | </div> | Syntax not understood |
| 479 | <!-- Prime FAQ End --> | Syntax not understood |
| 480 | </div> | Syntax not understood |
| 481 | </div> | Syntax not understood |
| 482 | </div> | Syntax not understood |
| 483 | <!-- Second Page Content End--> | Syntax not understood |
| 484 | </div> | Syntax not understood |
| 487 | <div class="a-section"></div> | Syntax not understood |
| 488 | <!-- Business Teams Start --> | Syntax not understood |
| 489 | <div class="navLeftFooter nav-sprite-v1" id="navFooter"> | Syntax not understood |
| 490 | <div class="navAccessibility bg" > | Syntax not understood |
| 491 | <div class="navAccessibility wd" > | Syntax not understood |
| 492 | <div class="navFooterColSpacerInner navAccessibility" ></div> | Syntax not understood |
| 493 | <div class="navFooterLinkCol navAccessibility" > | Syntax not understood |
| 494 | <div class="navFooterLineBlock mg" id="navFooterLineBlock"> | Syntax not understood |
| 495 | 亚马逊<span>海外购</span> | Syntax not understood |
| 496 | </div> | Syntax not understood |
| 497 | </div> | Syntax not understood |
| 498 | <div class="navFooterLinkCol navAccessibility" > | Syntax not understood |
| 499 | <div class="navFooterLineBlock mg" id="navFooterLineBlock" > | Syntax not understood |
| 500 | 亚马逊<span>全球开店</span> | Syntax not understood |
| 501 | </div> | Syntax not understood |
| 502 | </div> | Syntax not understood |
| 504 | <div class="navFooterLinkCol navAccessibility" > | Syntax not understood |
| 505 | <div class="navFooterLineBlock mg" id="navFooterLineBlock" > | Syntax not understood |
| 506 | 亚马逊<span>云科技</span> | Syntax not understood |
| 507 | </div> | Syntax not understood |
| 508 | </div> | Syntax not understood |
| 510 | <div class="navFooterLinkCol navAccessibility" > | Syntax not understood |
| 511 | <div class="navFooterLineBlock mg" id="navFooterLineBlock" > | Syntax not understood |
| 512 | 亚马逊<span>广告</span> | Syntax not understood |
| 513 | </div> | Syntax not understood |
| 514 | </div> | Syntax not understood |
| 516 | <div class="navFooterLinkCol navAccessibility" > | Syntax not understood |
| 517 | <div class="navFooterLineBlock mg" id="navFooterLineBlock" > | Syntax not understood |
| 518 | 亚马逊<span>全球物流</span> | Syntax not understood |
| 519 | </div> | Syntax not understood |
| 520 | </div> | Syntax not understood |
| 522 | <div class="navFooterLinkCol navAccessibility" > | Syntax not understood |
| 523 | <div class="navFooterLineBlock mg" id="navFooterLineBlock" > | Syntax not understood |
| 524 | 亚马逊<span>智能硬件与服务</span> | Syntax not understood |
| 525 | </div> | Syntax not understood |
| 526 | </div> | Syntax not understood |
| 527 | <div class="navFooterColSpacerInner navAccessibility" ></div> | Syntax not understood |
| 528 | </div> | Syntax not understood |
| 529 | </div> | Syntax not understood |
| 530 | <!-- Business Teams End --> | Syntax not understood |
| 532 | <a href="javascript:window.scrollTo(0,0)" id="navBackToTop" aria-label="回到顶部"> | Unknown directive |
| 533 | <div class="navFooterBackToTop"> | Syntax not understood |
| 534 | <span class="navFooterBackToTopText"> | Syntax not understood |
| 535 | 回到顶部 | Syntax not understood |
| 536 | </span> | Syntax not understood |
| 537 | </div> | Syntax not understood |
| 538 | </a> | Syntax not understood |
| 540 | <div class="navFooterVerticalColumn navAccessibility" role="presentation"> | Syntax not understood |
| 541 | <div class="navFooterVerticalRow navAccessibility" style="display: table-row;"> | Unknown directive |
| 542 | <div class="navFooterLinkCol navAccessibility"> | Syntax not understood |
| 543 | <div class="navFooterColHead">了解我们</div> | Syntax not understood |
| 544 | <ul> | Syntax not understood |
| 545 | <li class="nav_first"> | Syntax not understood |
| 546 | <a href="https://www.amazon.jobs/en/" class="nav_a">人才招聘</a> | Unknown directive |
| 547 | </li> | Syntax not understood |
| 548 | </ul> | Syntax not understood |
| 549 | </div> | Syntax not understood |
| 551 | <div class="navFooterColSpacerInner navAccessibility"></div> | Syntax not understood |
| 552 | <div class="navFooterLinkCol navAccessibility"> | Syntax not understood |
| 553 | <div class="navFooterColHead">合作信息</div> | Syntax not understood |
| 554 | <ul> | Syntax not understood |
| 555 | <li class="nav_first"> | Syntax not understood |
| 556 | <a href="https://gs.amazon.cn/home?ld=AZCNSOAFooter" class="nav_a">我要开店</a> | Unknown directive |
| 557 | </li> | Syntax not understood |
| 558 | </ul> | Syntax not understood |
| 559 | </div> | Syntax not understood |
| 561 | <div class="navFooterColSpacerInner navAccessibility"></div> | Syntax not understood |
| 562 | <div class="navFooterLinkCol navAccessibility"> | Syntax not understood |
| 563 | <div class="navFooterColHead">亚马逊APP下载</div> | Syntax not understood |
| 564 | <ul> | Syntax not understood |
| 565 | <li class="nav_first"> | Syntax not understood |
| 566 | <a href="https://lnk0.com/8kkE5o?ref_=footer_app_ios" class="nav_a">iOS</a> | Unknown directive |
| 567 | </li> | Syntax not understood |
| 568 | <li class="nav_last "> | Syntax not understood |
| 569 | <a href="https://lnk0.com/0sEdwl?ref_=footer_app_android" class="nav_a">Android</a> | Unknown directive |
| 570 | </li> | Syntax not understood |
| 571 | </ul> | Syntax not understood |
| 572 | </div> | Syntax not understood |
| 573 | </div> | Syntax not understood |
| 574 | </div> | Syntax not understood |
| 575 | <div class="nav-footer-line"></div> | Syntax not understood |
| 577 | <div class="navFooterLine navFooterLogoLine"> | Syntax not understood |
| 578 | <a aria-label="Amazon China Home" href="/"> | Syntax not understood |
| 579 | <div class="nav-logo-base nav-sprite"></div> | Syntax not understood |
| 580 | </a> | Syntax not understood |
| 581 | </div> | Syntax not understood |
| 583 | <div class="navFooterLine navFooterLinkLine navFooterDescLine" aria-label="有关 Amazon 的更多信息"> | Syntax not understood |
| 584 | <table class="navFooterMoreOnAmazon" cellspacing="0" summary="有关 Amazon 的更多信息"> | Syntax not understood |
| 585 | <tbody> | Syntax not understood |
| 586 | <tr> | Syntax not understood |
| 587 | <td class="navFooterDescItem"> | Syntax not understood |
| 588 | <a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502030232" class="nav_a">京公网安备11010502030232号</a> | Unknown directive |
| 589 | </td> | Syntax not understood |
| 590 | <td class="navFooterDescSpacer" style="width: 4%"></td> | Unknown directive |
| 591 | <td class="navFooterDescItem"> | Syntax not understood |
| 592 | <a href="https://beian.miit.gov.cn" class="nav_a">京ICP备11014788号</a> | Unknown directive |
| 593 | </td> | Syntax not understood |
| 594 | <td class="navFooterDescSpacer" style="width: 4%"></td> | Unknown directive |
| 595 | <td class="navFooterDescItem"> | Syntax not understood |
| 596 | <a href="https://m.media-amazon.com/images/G/28/Xiaominwang/NEW-JV-ICP.pdf" class="nav_a">增值电信业务经营许可证:合字B2-20090004</a> | Unknown directive |
| 597 | </td> | Syntax not understood |
| 598 | </tr> | Syntax not understood |
| 599 | <tr> | Syntax not understood |
| 600 | <td> </td> | Syntax not understood |
| 601 | </tr> | Syntax not understood |
| 602 | <tr> | Syntax not understood |
| 603 | <td class="navFooterDescItem"> | Syntax not understood |
| 604 | <a href="https://m.media-amazon.com/images/G/28/Yuhao/Gateway/Footer/JV_business_licence_2-1_20200820.pdf" class="nav_a">营业执照:91110000717883277U</a> | Unknown directive |
| 605 | </td> | Syntax not understood |
| 606 | <td class="navFooterDescSpacer" style="width: 4%"></td> | Unknown directive |
| 607 | <td class="navFooterDescItem"> | Syntax not understood |
| 608 | <a href="https://m.media-amazon.com/images/G/28/Yuzhe/GW/License/new_publishlicense_20220601.pdf" class="nav_a">出版物经营许可证</a> | Unknown directive |
| 609 | </td> | Syntax not understood |
| 610 | <td class="navFooterDescSpacer" style="width: 4%"></td> | Unknown directive |
| 611 | <td class="navFooterDescItem"> | Syntax not understood |
| 612 | <a href="https://www.amazon.cn/" class="nav_a">违法和不良信息举报电话:4000092123</a> | Unknown directive |
| 613 | </td> | Syntax not understood |
| 614 | </tr> | Syntax not understood |
| 615 | </tbody> | Syntax not understood |
| 616 | </table> | Syntax not understood |
| 617 | </div> | Syntax not understood |
| 619 | <div class="navFooterLine navFooterLinkLine navFooterPadItemLine navFooterCopyright"> | Syntax not understood |
| 620 | <ul> | Syntax not understood |
| 621 | <li class="nav_last"> | Syntax not understood |
| 622 | <a href="https://www.amazon.cn/gp/help/customer/display.html?ie=UTF8&nodeId=200347130" id="" class="nav_a">隐私声明</a> | Unknown directive |
| 623 | </li> | Syntax not understood |
| 624 | </ul> | Syntax not understood |
| 625 | <span>© 1996-2023,Amazon.com, Inc.或其附属公司</span> | Syntax not understood |
| 626 | </div> | Syntax not understood |
| 627 | </div> | Syntax not understood |
| 628 | </div> | Syntax not understood |
| 630 | </body> | Syntax not understood |
| 631 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.