Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 11.7 MB (5.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/bbff41e3-20fb-40b1-97f4-760b0925c7ec)<a href="https://beavercheck.com/results/bbff41e3-20fb-40b1-97f4-760b0925c7ec"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Famazon.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Famazon.cnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 30.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
11 barrier(s) likely increasing bounce by ~41%.
Page takes 30.9s to load
+12% bounceUsers abandon at ~3s — you're 28.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 762ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥1,750 investment → ¥9.34/month returns + CNY 50,000,000 risk avoided
¥1,750
5h · 5 findings
¥9.34 /mo
~¥112 / year
CNY 50,000,000
if kept compliant
¥525 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,676 / month at risk
~¥50,000,112 / year if left unfixed
¥50,000,000
+1 more
¥9.34 /mo
16349.4 MB/mo × 0.571 CNY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
30.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
762 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.323
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.98 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
30.87 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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.detailPage-login-box > div.detailPage-login-logo > div.van-image > img.van-image__img div.detailPage-login-box > div.detailPage-login-logo > div.van-image > img.van-image__img | /images/G/28/GlobalStoreMobileShoppingWebapp/assets/image... | 700.7 KiB | 700.3 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/Brand/TCG/TCG_PCA._SY4375_TTW_.jpg | 438.2 KiB | 410.0 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/Brand/TCG/TCG_NewSL._SY4375_TTW_.webp | 291.2 KiB | 263.0 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/Brand/TCG/TCG_Beauty_1._SY4375_TTW_.webp | 274.0 KiB | 245.8 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | /images/G/28/GateWay/Brand/TCG/TCG_Nutrition_SS._SY4375_T... | 128.2 KiB | 100.0 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | /images/G/28/GW2025/Event2026/ConsumablesWeek/GW_TCG._SY4... | 126.0 KiB | 97.8 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | /images/G/28/GateWay/Brand/BTF/BTF_MeadJohnson._SY4375_TT... | 113.8 KiB | 92.2 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/PA/PA_TCG_1._SY4375_TTW_.webp | 118.2 KiB | 90.9 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img | /images/G/28/GateWay/Brand/BTF/BTF_BD_Projects._SY1792_TT... | 112.3 KiB | 74.2 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/Group/202601_TCG._SY4375_TTW_.webp | 93.9 KiB | 72.2 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GW2025/DE/DE_TCG_Short._SY4375_TTW_.webp | 78.3 KiB | 60.2 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/NBGFD/BTF_UN._SY4375_TTW_.webp | 68.7 KiB | 47.0 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/Brand/BTF/BTF_Ads._SY4375_TTW_.jpg | 65.3 KiB | 43.7 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/ziyye/NCcoupon/B300G20._SY4375_TTW_.webp | 49.1 KiB | 37.8 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/Brand/BTF/BTF_Camping._SY4375_TTW_.webp | 56.8 KiB | 35.2 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img | /images/G/28/GW2025/Event2026/ConsumablesWeek/GW_ATF_1_1.... | 47.1 KiB | 30.3 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | m.media-amazon.com/images/G/28/GateWay/Brand/BTF/BTF_TShirt._SY4375_TTW_.webp | 47.3 KiB | 25.6 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img | /images/G/28/GW2025/Event2026/ConsumablesWeek/GW_ATF_2_1.... | 54.4 KiB | 17.6 KiB |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img | /images/G/28/GateWay/Brand/BTF/BTF_Toys_Spring._SY4375_TT... | 37.9 KiB | 16.2 KiB |
div.gateway-wrapper > div.floating-window-wrapper > div.custom-module-area > img div.gateway-wrapper > div.floating-window-wrapper > div.custom-module-area > img | m.media-amazon.com/images/G/28/Coupon/202601/floating-bar-rc.png | 10.2 KiB | 9.0 KiB |
Login button div.gateway-wrapper > div.gateway-login-wrapper > div.gateway-login-image-container > img.gateway-login-image | images-cn.ssl-images-amazon.com/images/G/28/NewforCN/GW-button.png | 14.2 KiB | 7.0 KiB |
营养保健 badge div.grid-item-chunk-image > div.grid-item-chunk-badge > div.van-image > img.van-image__img | m.media-amazon.com/images/G/28/GW2024/BAU/Shortcut/Highlight/3.png | 5.9 KiB | 5.6 KiB |
畅销热卖 div.grid-item-chunk > div.grid-item-chunk-image > div.van-image > img.van-image__img | /images/G/28/GateWay/Homepage/Shortcut/BAU_Captain._SY438... | 7.3 KiB | 5.5 KiB |
美妆个护 badge div.grid-item-chunk-image > div.grid-item-chunk-badge > div.van-image > img.van-image__img | m.media-amazon.com/images/G/28/GW2024/BAU/Shortcut/Highlight/31.png | 5.7 KiB | 5.4 KiB |
母婴玩具 badge div.grid-item-chunk-image > div.grid-item-chunk-badge > div.van-image > img.van-image__img | m.media-amazon.com/images/G/28/GW2024/BAU/Shortcut/Highlight/10.png | 5.3 KiB | 5.0 KiB |
div.detailPage-login-box > div.detailPage-login-main > div.van-image > img.van-image__img div.detailPage-login-box > div.detailPage-login-main > div.van-image > img.van-image__img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Logo_Settings3x._TTW_.png | 4.4 KiB | 4.0 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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/ | 1.2 s |
| www.amazon.cn/ | 1.4 s |
| globalstore.amazon.cn/gateway?isShare=true | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
今日特惠
美妆个护
畅销热卖
营养保健
潮流服饰
电子数码
时尚鞋靴
进口家居
运动户外
母婴玩具
佣金暴涨
最快2日达 div.amz-pull-refresh-container > div.van-pull-refresh > div.van-pull-refresh__track > div | 0.217 |
div.amz-pull-refresh-container > div.van-pull-refresh > div.van-pull-refresh__track > div div.amz-pull-refresh-container > div.van-pull-refresh > div.van-pull-refresh__track > div | 0.106 |
打开APP div.detailPage-login-wrapper > div.detailPage-login-box > div.detailPage-login-button > button#loginToolTipId | 0.001 |
| 0.000 | |
| 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| globalstore.amazon.cn/css/vant-4178c8cb.9a73e313.css | 35.4 KiB | 29.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| globalstore.amazon.cn/js/lodash-cde209af.c1f576c0840e3be0.js | 25.3 KiB | 25.3 KiB |
| globalstore.amazon.cn/js/vant-4178c8cb.dad9f28678d7f904.js | 30.9 KiB | 25.0 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| globalstore.amazon.cn/js/6510.cafe40c8e13a7fb5.js | 1.4 s | 706 ms | 0.4 ms |
| Unattributable | 863 ms | 148 ms | 0.0 ms |
| globalstore.amazon.cn/gateway?isShare=true | 821 ms | 4.1 ms | 1.7 ms |
| globalstore.amazon.cn/js/swiper-a9a8c684.a145160598571611.js | 596 ms | 148 ms | 3.7 ms |
| globalstore.amazon.cn/js/3444.7d1e106c7bdab8e1.js | 402 ms | 276 ms | 5.0 ms |
| globalstore.amazon.cn/js/5530.56d218df70fac6b0.js | 203 ms | 142 ms | 6.1 ms |
| globalstore.amazon.cn/js/7128.d2c8253d6fdaecd2.js | 189 ms | 180 ms | 8.1 ms |
| globalstore.amazon.cn/js/swiper-debcf2ad.e19ef8ffd785a8d3.js | 151 ms | 31 ms | 5.7 ms |
| globalstore.amazon.cn/js/3835.670f25de64c56327.js | 108 ms | 76 ms | 1.0 ms |
| globalstore.amazon.cn/js/3556.881b76bdd1f0d747.js | 101 ms | 89 ms | 0.6 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.0 s |
| Style & Layout | 1.5 s |
| Other | 1.4 s |
| Rendering | 220 ms |
| Script Parsing & Compilation | 148 ms |
| Parse HTML & CSS | 51 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Internal error. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
Login button div.gateway-wrapper > div.gateway-login-wrapper > div.gateway-login-image-container > img.gateway-login-image | images-cn.ssl-images-amazon.com/images/G/28/NewforCN/GW-button.png |
div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img | m.media-amazon.com/images/G/28/GW2024/Test/DOTD2.jpg |
div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img | m.media-amazon.com/images/G/28/GW2024/Test/GW03-04.jpg |
div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img | m.media-amazon.com/images/G/28/GW2024/Test/GW03-06.jpg |
div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img div.switch-label-tabs-wrapper > div.switch-label-area > div.switch-label-img-box > img | m.media-amazon.com/images/G/28/GW2024/Test/GW03-07.jpg |
div.nav-bar > div.search-container > div.search-img-wrapper-white > img div.nav-bar > div.search-container > div.search-img-wrapper-white > img | globalstore.amazon.cn/img/Gateway_Top_Search_CN.870558f5.svg |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_DE3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_US3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_US3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_DE3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_DE3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_US3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_DE3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_DE3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_US3x._TTW_.png |
div.asin-showcase-item > div.asin-content-container > div.badge-line > img div.asin-showcase-item > div.asin-content-container > div.badge-line > img | m.media-amazon.com/images/G/28/NewApp/04_BadgeLogo/Badge_US3x._TTW_.png |
美妆个护 badge div.grid-item-chunk-image > div.grid-item-chunk-badge > div.van-image > img.van-image__img | m.media-amazon.com/images/G/28/GW2024/BAU/Shortcut/Highlight/31.png |
营养保健 badge div.grid-item-chunk-image > div.grid-item-chunk-badge > div.van-image > img.van-image__img | m.media-amazon.com/images/G/28/GW2024/BAU/Shortcut/Highlight/3.png |
母婴玩具 badge div.grid-item-chunk-image > div.grid-item-chunk-badge > div.van-image > img.van-image__img | m.media-amazon.com/images/G/28/GW2024/BAU/Shortcut/Highlight/10.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
特卖汇
¥80.15
起
6天19:03:58
海外好价
特卖汇
¥393.38
起
7天19:03:58
ECCO 春季限量折扣
特卖汇
¥142.… div.switch-label-content-area > div.deal-widget-container > div.deal-widget > div.van-list |
ECCO 爱步 男士健步小经典 BIOM Fjuel 休闲运动鞋 透气缓震 黑色 42 EU
¥759.88
含进口费用
免邮券
满2件打9.8折
特卖汇… div > div.asin-showcase > div.row-asin-list > div.van-list |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
打开APP div.detailPage-login-button > button#loginToolTipId > div.van-button__content > span.van-button__text |
前往APP查看 div.gateway-submit-share-area > button#loginToolTipId > div.van-button__content > span.van-button__text |
These are opportunities to improve the legibility of your content.
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.detailPage-login-box > div.detailPage-login-logo > div.van-image > img.van-image__img div.detailPage-login-box > div.detailPage-login-logo > div.van-image > img.van-image__img |
div.detailPage-login-box > div.detailPage-login-main > div.van-image > img.van-image__img div.detailPage-login-box > div.detailPage-login-main > div.van-image > img.van-image__img |
div.nav-bar > div.search-container > div.search-img-wrapper-white > img div.nav-bar > div.search-container > div.search-img-wrapper-white > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.amz-van-notice-bar > div.van-notice-bar > i.van-badge__wrapper > img.van-icon__image div.amz-van-notice-bar > div.van-notice-bar > i.van-badge__wrapper > img.van-icon__image |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
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.detailPage-login-box > div.detailPage-login-logo > div.van-image > img.van-image__img div.detailPage-login-box > div.detailPage-login-logo > div.van-image > img.van-image__img |
div.detailPage-login-box > div.detailPage-login-main > div.van-image > img.van-image__img div.detailPage-login-box > div.detailPage-login-main > div.van-image > img.van-image__img |
div.nav-bar > div.search-container > div.search-img-wrapper-white > img div.nav-bar > div.search-container > div.search-img-wrapper-white > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.amz-van-notice-bar > div.van-notice-bar > i.van-badge__wrapper > img.van-icon__image div.amz-van-notice-bar > div.van-notice-bar > i.van-badge__wrapper > img.van-icon__image |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img div.swiper > div.swiper-wrapper > div.swiper-slide > img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img div.swiper > div.swiper-wrapper > div.swiper-slide > img.slide-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.39 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.46 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 |
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.
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.
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.
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.
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.
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.
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.
Send Feedback