Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
4 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
48 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
53 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
69 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
9 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
Nothing in this quadrant — good news.
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/d61cc5a3-1b7f-4e9f-840c-48b53c840d3d)<a href="https://beavercheck.com/results/d61cc5a3-1b7f-4e9f-840c-48b53c840d3d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ficbc.com.cn" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ficbc.com.cnThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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 audience reach.
12 barrier(s) likely increasing bounce by ~42%.
Page takes 22.5s to load
+12% bounceUsers abandon at ~3s — you're 20.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.6s
+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
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
53 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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.
¥2,625 investment → ¥5.41/month returns + CNY 50,000,000 risk avoided
¥2,625
8h · 5 findings
¥5.41 /mo
~¥65 / year
CNY 50,000,000
if kept compliant
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.
7.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
¥4,166,672 / month at risk
~¥50,000,065 / year if left unfixed
¥50,000,000
+1 more
¥5.41 /mo
9471.2 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.
11.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.60 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.331
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.68 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.
23.68 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 | |
|---|---|---|---|
客户服务小程序 ul#J-Touch-9a7d2181497f97b924348faadf6c4ce3 > li > a > img | v.icbc.com.cn/userfiles/adresources/1085226922634326016.jpg | 135.1 KiB | 103.1 KiB |
div.footer_bg > ul#iod3o5 > li#i8sll8 > img div.footer_bg > ul#iod3o5 > li#i8sll8 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/IMG_0993.PNG | 92.5 KiB | 91.2 KiB |
div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img | v.icbc.com.cn/userfiles/Resources/WAP/yjfw/yjfwrk639_160.jpg | 48.0 KiB | 31.4 KiB |
搜索 div#iee48k > div#ijzcif > div#i3lykh > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2024/gongxiaozhi.jpg | 33.5 KiB | 31.1 KiB |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_cunkuanbaoxian.png | 29.0 KiB | 27.9 KiB |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_oldman_10067.png | 29.0 KiB | 27.9 KiB |
div.Box > div#icbc_znwxv2 > a > img div.Box > div#icbc_znwxv2 > a > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/btn_khtszn.jpg | 38.0 KiB | 21.4 KiB |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/jicun250160.jpg | 26.9 KiB | 20.4 KiB |
社会责任 div#ihcvn8 > div#i39h9n > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2023/bnshzr20230906.jpg | 25.6 KiB | 17.3 KiB |
线上服务指南 div#ihcvn8 > div#imv3wo > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/xsfwblzn.jpg | 20.9 KiB | 12.6 KiB |
div#i94vwm > div#iiuiib > a.data-collecting-sign > img div#i94vwm > div#iiuiib > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2024/simu_01.jpg | 18.5 KiB | 12.0 KiB |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/sjlicai250160a.jpg | 18.2 KiB | 11.7 KiB |
div#ize8z5 > div#if4b5e > a.data-collecting-sign > img div#ize8z5 > div#if4b5e > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2024/simu_02.jpg | 17.5 KiB | 11.0 KiB |
logo div#clientPage > div.icbchead > div#icbchead_logo_div > img.imlogo | v.icbc.com.cn/userfiles/Resources/WAP/touch/images/2015/img_02.jpg | 13.8 KiB | 10.9 KiB |
工银融e借 div#ihcvn8 > div#i8tjiq > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/czcjzh.jpg | 18.8 KiB | 10.5 KiB |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/sjlicai250160b.jpg | 16.8 KiB | 10.3 KiB |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/gold250160.jpg | 16.8 KiB | 10.3 KiB |
出国留学攻略 div#ihcvn8 > div#i3ep3g > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2021/cglxgl.jpg | 18.5 KiB | 10.1 KiB |
远程音视频服务 div#ihcvn8 > div#ii30zp > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/ycysp.jpg | 15.8 KiB | 7.5 KiB |
网络金融频道 div#slide_12_slot_over > div#slide_12_slot > a#A1v2 > img#il7tnt | v.icbc.com.cn/userfiles/Resources/WAP/touch/2018/wangluojinrong_H.png | 10.8 KiB | 6.2 KiB |
企业手机银行 ul > li#ieldn > a.text2sy1 > img#ij92s | /userfiles/Resources/WAP/touch/images/2020/kjfw_qiyeshouj... | 6.5 KiB | 5.7 KiB |
人才招聘 ul > li#irbpgw > a.text2sy1 > img#i9lnri | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/logo0620.jpg | 6.1 KiB | 5.5 KiB |
个人外汇买卖 div#iom7jp > div#idnkpd > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2021/jqwhmm.jpg | 13.3 KiB | 5.0 KiB |
纪念币预定 ul > li#iqipcn > a.text2sy1 > img#icinih | v.icbc.com.cn/userfiles/Resources/WAP/touch/2019/6.png | 5.5 KiB | 4.9 KiB |
广告-大学生服务特辑之申请借记卡 div#ihcvn8 > div#in4c9x > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/jjk.jpg | 12.9 KiB | 4.6 KiB |
微信公众号 ul > li#imkr2l > a.text2sy1 > img#iuuh9p | v.icbc.com.cn/userfiles/Resources/WAP/ywzt/1.png | 4.6 KiB | 4.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| icbc.com.cn/ | 8.1 s |
| m.icbc.com.cn/ | 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 |
|---|---|
快捷服务
在线预约取号
解决您的排队困扰
•轻松查余额、查明细、查开户行
•信用卡还款进度提醒焕新上线
个人手机银行
企业手机银行
客户端下载
业务… body > div#WapMain > div.Box | 0.217 |
快捷服务
在线预约取号
解决您的排队困扰
•轻松查余额、查明细、查开户行
•信用卡还款进度提醒焕新上线
个人手机银行
企业手机银行
客户端下载
业务… body > div#WapMain > div.Box | 0.114 |
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.
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 |
|---|---|---|---|
| m.icbc.com.cn/ | 7.8 s | 7.3 s | 20 ms |
| m.icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js | 1.2 s | 1.0 s | 11 ms |
| Unattributable | 662 ms | 6.3 ms | 0.0 ms |
| m.icbc.com.cn/resource/lib/sugoio/sugoio-latest.min.js | 289 ms | 211 ms | 46 ms |
| media.icbc.com.cn/wzaapp/dist/aria.js?appid=394d12a0466be56a6816f85755194841 | 172 ms | 124 ms | 42 ms |
| /icbc_adjs/678765504948371456.js?Ad_Top=0&Ad_Left=0&Ad_Ch... | 142 ms | 122 ms | 2.0 ms |
| m.icbc.com.cn/Portal_Resources/Touch/js/jquery.slotslider.min.js | 66 ms | 53 ms | 1.1 ms |
| m.icbc.com.cn/Portal_Resources/Common/jquery/jquery-ui-1.9.2.autocomplete.js | 52 ms | 15 ms | 11 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 | 9.0 s |
| Other | 813 ms |
| Style & Layout | 331 ms |
| Script Parsing & Compilation | 167 ms |
| Rendering | 133 ms |
| Parse HTML & CSS | 114 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| m.icbc.com.cn/Portal_Resources/Common/AdRes/swiper.min.js | 24.1 KiB | 11.7 KiB |
| m.icbc.com.cn/Portal_Resources/Common/jquery/jquery-ui-1.9.2.autocomplete.js | 19.0 KiB | 6.7 KiB |
| m.icbc.com.cn/resource/js/icbchit.js | 10.5 KiB | 3.6 KiB |
| m.icbc.com.cn/oaasresource/js/gray.js | 7.7 KiB | 3.3 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 |
|---|---|---|
| media.icbc.com.cn/wzaapp/dist/aria.js?appid=394d12a0466be56a6816f85755194841 | 116.3 KiB | 84.2 KiB |
| m.icbc.com.cn/resource/lib/sugoio/sugoio-latest.min.js | 119.6 KiB | 73.9 KiB |
| mywap2.icbc.com.cn/ICBCWAPBank/ebdpui/icbc_core.js | 42.8 KiB | 41.5 KiB |
| m.icbc.com.cn/Portal_Resources/Common/AdRes/swiper.min.js | 24.1 KiB | 23.2 KiB |
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 | |
|---|---|
div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img | v.icbc.com.cn/userfiles/Resources/WAP/yjfw/yjfwrk639_160.jpg |
div.Box > div#icbc_znwxv2 > a > img div.Box > div#icbc_znwxv2 > a > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/btn_khtszn.jpg |
个人购汇 div#iom7jp > div#i3ltzi > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2021/grgh.jpg |
个人结汇 div#iom7jp > div#idtk1v > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2021/grjh.jpg |
工银速汇 div#iom7jp > div#i137fn > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2021/gysh.jpg |
个人外汇买卖 div#iom7jp > div#idnkpd > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2021/jqwhmm.jpg |
出国留学攻略 div#ihcvn8 > div#i3ep3g > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2021/cglxgl.jpg |
线上服务指南 div#ihcvn8 > div#imv3wo > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/xsfwblzn.jpg |
工银融e借 div#ihcvn8 > div#i8tjiq > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/czcjzh.jpg |
社会责任 div#ihcvn8 > div#i39h9n > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2023/bnshzr20230906.jpg |
远程音视频服务 div#ihcvn8 > div#ii30zp > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/ycysp.jpg |
广告-大学生服务特辑之申请借记卡 div#ihcvn8 > div#in4c9x > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/jjk.jpg |
理财频道 div#slide_02_slot_over > div#slide_02_slot > a#A1 > img#ixybhx | /userfiles/Resources/WAP/touch/2016/理财频道_H.png |
账户商品频道 div#slide_02_slot_over > div#slide_02_slot > a#A2 > img#ic4x1n | /userfiles/Resources/WAP/touch/2016/账户商品频道_H.png |
基金频道 div#slide_02_slot_over > div#slide_02_slot > a#A3v2 > img#ihvzx5 | /userfiles/Resources/WAP/touch/2016/基金频道_H.png |
私募基金 div#slide_02_slot_over > div#slide_02_slot > a#A3v2v2 > img#ihvzx5v2 | v.icbc.com.cn/userfiles/resources/wap/touch/2024/simu_h.jpg |
网络金融频道 div#slide_12_slot_over > div#slide_12_slot > a#A1v2 > img#il7tnt | v.icbc.com.cn/userfiles/Resources/WAP/touch/2018/wangluojinrong_H.png |
信用卡频道 div#slide_12_slot_over > div#slide_12_slot > a#A2v2 > img#inub3x | /userfiles/Resources/WAP/touch/2016/信用卡频道_H.png |
个人金融频道 div#slide_12_slot_over > div#slide_12_slot > a#A3v3 > img#iyxgms | /userfiles/Resources/WAP/touch/2016/个人金融频道_H.png |
企业手机银行 ul > li#ieldn > a.text2sy1 > img#ij92s | /userfiles/Resources/WAP/touch/images/2020/kjfw_qiyeshouj... |
重要公告 ul > li#i5m9vf > a.text2sy1 > img#idyw58 | v.icbc.com.cn/userfiles/Resources/WAP/touch/images/2020/kjfw_zhongyaogonggao.png |
logo div#clientPage > div.icbchead > div#icbchead_logo_div > img.imlogo | v.icbc.com.cn/userfiles/Resources/WAP/touch/images/2015/img_02.jpg |
贵金属行情 ul#Jl5 > li#ickcjl > a.text2sy > img | /userfiles/Resources/WAP/touch/2016/贵金属行情.png |
外汇行情 ul#Jl5 > li#ijgb8d > a.text2sy > img | /userfiles/Resources/WAP/touch/2016/外汇行情.png |
存贷利率 ul#Jl5 > li#imvkuh > a.text2sy > img | /userfiles/Resources/WAP/touch/2016/存贷利率.png |
理财产品 ul#Jl6 > li#ivymai > a.text2sy > img | /userfiles/Resources/WAP/touch/2016/理财产品.png |
基金行情 ul#Jl6 > li#iqcdfl > a.text2sy > img | /userfiles/Resources/WAP/touch/2016/基金行情.png |
理财试算 ul#Jl6 > li#ippsja > a.text2sy > img | /userfiles/Resources/WAP/touch/2016/理财试算.png |
债券行情 ul#Jl7 > li#i5705z > a.text2sy > img | /userfiles/Resources/WAP/touch/2016/债券行情.png |
ul#Jl7 > li#isud0m > a.text2sy > img ul#Jl7 > li#isud0m > a.text2sy > img | /userfiles/Resources/WAP/touch/2017/章程协议.png |
章程协议 div#i5uebm > ul#Jl7 > li#iw8aik > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/%E7%A9%BA%E7%99%BD%E5%9B%BE.png |
搜索 div#iee48k > div#ijzcif > div#i3lykh > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2024/gongxiaozhi.jpg |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_cunkuanbaoxian.png |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_oldman_10067.png |
中国工商银行工行服务小程序 ul#igfv7 > li#iiif8 > a.text2sy1 > img | v.icbc.com.cn/userfiles/resources/wap/xiaochengxu/ywdyyqh20250428.png |
search tbody > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/images/2015/img_421.jpg |
点击下载企业手机银行客户端 ul > li#i3mlb > a.text2sy1 > img#irvh3 | v.icbc.com.cn/userfiles/Resources/WAP/touch/2019/1.png |
客户端下载 ul > li#i2y6d > a.text2sy1 > img#ipp12 | v.icbc.com.cn/userfiles/Resources/WAP/touch/2019/2.png |
业务咨询 ul > li#izv9o > a.text2sy1 > img#i2jyo | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/ywzx.png |
无障碍浏览 div#i3127 > ul > li#iruox > img#iz20yw | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/wza.png |
人才招聘 ul > li#irbpgw > a.text2sy1 > img#i9lnri | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/logo0620.jpg |
跨境理财通 ul > li#iifa9z > a.text2sy1 > img#itt1gt | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/kjlct.png |
工同赢 ul > li#ipstbn > a.text2sy1 > img#iv1uf6 | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/bn_gongtongying.png |
优惠活动 ul > li#i89irw > a.text2sy1 > img#il63me | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/yhhd.png |
纪念币预定 ul > li#iqipcn > a.text2sy1 > img#icinih | v.icbc.com.cn/userfiles/Resources/WAP/touch/2019/6.png |
div#i3qy3x > ul > li#ip4n7h > img div#i3qy3x > ul > li#ip4n7h > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/7x24_H.png |
search div#clientPage > div.icbchead > div > img#ctrlSearch | v.icbc.com.cn/userfiles/Resources/WAP/touch/images/2015/img_04.jpg |
微信公众号 ul > li#imkr2l > a.text2sy1 > img#iuuh9p | v.icbc.com.cn/userfiles/Resources/WAP/ywzt/1.png |
div#headwap > div#icbchead_logo_div > a > img.imright div#headwap > div#icbchead_logo_div > a > img.imright | v.icbc.com.cn/userfiles/Resources/WAP/touch/images/2015/img_09.jpg |
div#ivsii5 > ul#ifkbkd > li#i1lhpd > img div#ivsii5 > ul#ifkbkd > li#i1lhpd > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_on.png |
div#ivsii5 > ul#ifkbkd > li#iyft59 > img div#ivsii5 > ul#ifkbkd > li#iyft59 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#ivsii5 > ul#ifkbkd > li#i2atsr > img div#ivsii5 > ul#ifkbkd > li#i2atsr > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#iu7ive > ul#irgbrj > li#iqelvw > img div#iu7ive > ul#irgbrj > li#iqelvw > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#iu7ive > ul#irgbrj > li#iwg384 > img div#iu7ive > ul#irgbrj > li#iwg384 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_on.png |
div#iu7ive > ul#irgbrj > li#i4db4f > img div#iu7ive > ul#irgbrj > li#i4db4f > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#idt2av > ul#i66och > li#i35jkp > img div#idt2av > ul#i66och > li#i35jkp > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#idt2av > ul#i66och > li#ihsivu > img div#idt2av > ul#i66och > li#ihsivu > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#idt2av > ul#i66och > li#i7mgt9 > img div#idt2av > ul#i66och > li#i7mgt9 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_on.png |
div#i2ora6 > ul#iq0ccl > li#i0jcco > img div#i2ora6 > ul#iq0ccl > li#i0jcco > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_on.png |
div#i2ora6 > ul#iq0ccl > li#ivbr96 > img div#i2ora6 > ul#iq0ccl > li#ivbr96 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i2ora6 > ul#iq0ccl > li#ivodv6 > img div#i2ora6 > ul#iq0ccl > li#ivodv6 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i2ora6 > ul#iq0ccl > li#iru8ol > img div#i2ora6 > ul#iq0ccl > li#iru8ol > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#idp3qj > ul#imbp9v > li#ihwkbm > img div#idp3qj > ul#imbp9v > li#ihwkbm > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#idp3qj > ul#imbp9v > li#i9z25u > img div#idp3qj > ul#imbp9v > li#i9z25u > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_on.png |
div#idp3qj > ul#imbp9v > li#iowope > img div#idp3qj > ul#imbp9v > li#iowope > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#idp3qj > ul#imbp9v > li#itgkyc > img div#idp3qj > ul#imbp9v > li#itgkyc > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i7ccrl > ul#i2tqsl > li#iral1y > img div#i7ccrl > ul#i2tqsl > li#iral1y > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i7ccrl > ul#i2tqsl > li#i9mx6j > img div#i7ccrl > ul#i2tqsl > li#i9mx6j > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i7ccrl > ul#i2tqsl > li#idakn8 > img div#i7ccrl > ul#i2tqsl > li#idakn8 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_on.png |
div#i7ccrl > ul#i2tqsl > li#iif30d > img div#i7ccrl > ul#i2tqsl > li#iif30d > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_def.png |
div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/2016/dot_on.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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
链接,无障碍模式读屏软件服务通道。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
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 |
|---|
服务热线 95588 | 隐私保密声明
打开无障碍 | 电脑版 div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > span.STYLE71 |
These are opportunities to improve the legibility of your content.
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#headwap > div#icbchead_logo_div > a > img.imright div#headwap > div#icbchead_logo_div > a > img.imright |
div#ivsii5 > ul#ifkbkd > li#i1lhpd > img div#ivsii5 > ul#ifkbkd > li#i1lhpd > img |
div#ivsii5 > ul#ifkbkd > li#iyft59 > img div#ivsii5 > ul#ifkbkd > li#iyft59 > img |
div#ivsii5 > ul#ifkbkd > li#i2atsr > img div#ivsii5 > ul#ifkbkd > li#i2atsr > img |
div#iu7ive > ul#irgbrj > li#iqelvw > img div#iu7ive > ul#irgbrj > li#iqelvw > img |
div#iu7ive > ul#irgbrj > li#iwg384 > img div#iu7ive > ul#irgbrj > li#iwg384 > img |
div#iu7ive > ul#irgbrj > li#i4db4f > img div#iu7ive > ul#irgbrj > li#i4db4f > img |
ul#Jl7 > li#isud0m > a.text2sy > img ul#Jl7 > li#isud0m > a.text2sy > img |
div#idt2av > ul#i66och > li#i35jkp > img div#idt2av > ul#i66och > li#i35jkp > img |
div#idt2av > ul#i66och > li#ihsivu > img div#idt2av > ul#i66och > li#ihsivu > img |
div#idt2av > ul#i66och > li#i7mgt9 > img div#idt2av > ul#i66och > li#i7mgt9 > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div#i2ora6 > ul#iq0ccl > li#i0jcco > img div#i2ora6 > ul#iq0ccl > li#i0jcco > img |
div#i2ora6 > ul#iq0ccl > li#ivbr96 > img div#i2ora6 > ul#iq0ccl > li#ivbr96 > img |
div#i2ora6 > ul#iq0ccl > li#ivodv6 > img div#i2ora6 > ul#iq0ccl > li#ivodv6 > img |
div#i2ora6 > ul#iq0ccl > li#iru8ol > img div#i2ora6 > ul#iq0ccl > li#iru8ol > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div#idp3qj > ul#imbp9v > li#ihwkbm > img div#idp3qj > ul#imbp9v > li#ihwkbm > img |
div#idp3qj > ul#imbp9v > li#i9z25u > img div#idp3qj > ul#imbp9v > li#i9z25u > img |
div#idp3qj > ul#imbp9v > li#iowope > img div#idp3qj > ul#imbp9v > li#iowope > img |
div#idp3qj > ul#imbp9v > li#itgkyc > img div#idp3qj > ul#imbp9v > li#itgkyc > img |
div#i7ccrl > ul#i2tqsl > li#iral1y > img div#i7ccrl > ul#i2tqsl > li#iral1y > img |
div#i7ccrl > ul#i2tqsl > li#i9mx6j > img div#i7ccrl > ul#i2tqsl > li#i9mx6j > img |
div#i7ccrl > ul#i2tqsl > li#idakn8 > img div#i7ccrl > ul#i2tqsl > li#idakn8 > img |
div#i7ccrl > ul#i2tqsl > li#iif30d > img div#i7ccrl > ul#i2tqsl > li#iif30d > img |
div#i94vwm > div#iiuiib > a.data-collecting-sign > img div#i94vwm > div#iiuiib > a.data-collecting-sign > img |
div#ize8z5 > div#if4b5e > a.data-collecting-sign > img div#ize8z5 > div#if4b5e > a.data-collecting-sign > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img |
div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img |
div#i3qy3x > ul > li#ip4n7h > img div#i3qy3x > ul > li#ip4n7h > img |
div.Box > div#icbc_znwxv2 > a > img div.Box > div#icbc_znwxv2 > a > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img |
div.footer_bg > ul#iod3o5 > li#i8sll8 > img div.footer_bg > ul#iod3o5 > li#i8sll8 > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tbody > tr > td > input#txtRobotQuestion tbody > tr > td > input#txtRobotQuestion |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#webpartdivIDc02e386d-2639-7a5f-8f9d-2fa952cb3a3e > div#headwap > div#icbchead_logo_div > a div#webpartdivIDc02e386d-2639-7a5f-8f9d-2fa952cb3a3e > div#headwap > div#icbchead_logo_div > a |
div#i5uebm > ul#Jl7 > li#isud0m > a.text2sy div#i5uebm > ul#Jl7 > li#isud0m > a.text2sy |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li > div > div > a.data-collecting-sign li > div > div > a.data-collecting-sign |
li#ilrbgg > div#i94vwm > div#iiuiib > a.data-collecting-sign li#ilrbgg > div#i94vwm > div#iiuiib > a.data-collecting-sign |
li#i6wuel > div#ize8z5 > div#if4b5e > a.data-collecting-sign li#i6wuel > div#ize8z5 > div#if4b5e > a.data-collecting-sign |
div#WapMain > div.Box > div#icbc_znwxv2 > a div#WapMain > div.Box > div#icbc_znwxv2 > a |
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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li |
div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li div#webpartdivID33d40ffe-ae42-0e36-5fd0-d49b3e9ddc10 > div.divContent_ONE > div > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
精选理财 li > div > div > a.data-collecting-sign |
更多精选 点击拥有 li > div > div > a.data-collecting-sign |
稳健持有 li > div > div > a.data-collecting-sign |
财富增长 稳健保障 li > div > div > a.data-collecting-sign |
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/sjlicai250160a.jpg | 167 x 100 (1.67) | 250 x 160 (1.56) |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/sjlicai250160b.jpg | 167 x 100 (1.67) | 250 x 160 (1.56) |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/gold250160.jpg | 167 x 100 (1.67) | 250 x 160 (1.56) |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2023/jicun250160.jpg | 167 x 100 (1.67) | 250 x 160 (1.56) |
div#i94vwm > div#iiuiib > a.data-collecting-sign > img div#i94vwm > div#iiuiib > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2024/simu_01.jpg | 167 x 100 (1.67) | 250 x 160 (1.56) |
div#ize8z5 > div#if4b5e > a.data-collecting-sign > img div#ize8z5 > div#if4b5e > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/resources/wap/touch/2024/simu_02.jpg | 167 x 100 (1.67) | 250 x 160 (1.56) |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 8 x 15 (0.53) | 13 x 15 (0.87) |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 8 x 15 (0.53) | 13 x 15 (0.87) |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 8 x 15 (0.53) | 13 x 15 (0.87) |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img | v.icbc.com.cn/userfiles/Resources/WAP/touch/card/images/2015/row.jpg | 9 x 15 (0.60) | 13 x 15 (0.87) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
微信公众号 ul > li#imkr2l > a.text2sy1 > img#iuuh9p | v.icbc.com.cn/userfiles/Resources/WAP/ywzt/1.png | 41 x 41 | 40 x 40 | 62 x 62 |
点击下载企业手机银行客户端 ul > li#i3mlb > a.text2sy1 > img#irvh3 | v.icbc.com.cn/userfiles/Resources/WAP/touch/2019/1.png | 41 x 41 | 60 x 60 | 62 x 62 |
客户端下载 ul > li#i2y6d > a.text2sy1 > img#ipp12 | v.icbc.com.cn/userfiles/Resources/WAP/touch/2019/2.png | 41 x 41 | 60 x 60 | 62 x 62 |
纪念币预定 ul > li#iqipcn > a.text2sy1 > img#icinih | v.icbc.com.cn/userfiles/Resources/WAP/touch/2019/6.png | 41 x 41 | 60 x 60 | 62 x 62 |
工同赢 ul > li#ipstbn > a.text2sy1 > img#iv1uf6 | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/bn_gongtongying.png | 41 x 41 | 60 x 60 | 62 x 62 |
跨境理财通 ul > li#iifa9z > a.text2sy1 > img#itt1gt | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/kjlct.png | 41 x 41 | 60 x 60 | 62 x 62 |
无障碍浏览 div#i3127 > ul > li#iruox > img#iz20yw | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/wza.png | 41 x 41 | 60 x 60 | 62 x 62 |
优惠活动 ul > li#i89irw > a.text2sy1 > img#il63me | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/yhhd.png | 41 x 41 | 60 x 60 | 62 x 62 |
业务咨询 ul > li#izv9o > a.text2sy1 > img#i2jyo | v.icbc.com.cn/userfiles/Resources/WAP/touch/2022/ywzx.png | 41 x 41 | 60 x 60 | 62 x 62 |
人才招聘 ul > li#irbpgw > a.text2sy1 > img#i9lnri | v.icbc.com.cn/userfiles/resources/icbc/shoujizhuanti/2024/logo0620.jpg | 41 x 41 | 60 x 60 | 62 x 62 |
div#headwap > div#icbchead_logo_div > a > img.imright div#headwap > div#icbchead_logo_div > a > img.imright | v.icbc.com.cn/userfiles/Resources/WAP/touch/images/2015/img_09.jpg | 29 x 25 | 41 x 35 | 44 x 38 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | m.icbc.com.cn/ line 318, col 16 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | m.icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js line 1, col 81867 |
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 |
|---|---|
m.icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js line 1, col 31702 | TypeError: $(...).owlCarousel is not a function
at HTMLDocument.<anonymous> (https://www.icbc.com.cn/ICBC/html/ehangjia/js/main.js:49:34)
at e (https://m.icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js:2:30038)
at t (https://m.icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js:2:30340) |
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.
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.divContent_ONE > div > span.STYLE71 > a.text2sy |
To appear in search results, crawlers need access to your app.
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div#headwap > div#icbchead_logo_div > a > img.imright div#headwap > div#icbchead_logo_div > a > img.imright |
div#ivsii5 > ul#ifkbkd > li#i1lhpd > img div#ivsii5 > ul#ifkbkd > li#i1lhpd > img |
div#ivsii5 > ul#ifkbkd > li#iyft59 > img div#ivsii5 > ul#ifkbkd > li#iyft59 > img |
div#ivsii5 > ul#ifkbkd > li#i2atsr > img div#ivsii5 > ul#ifkbkd > li#i2atsr > img |
div#iu7ive > ul#irgbrj > li#iqelvw > img div#iu7ive > ul#irgbrj > li#iqelvw > img |
div#iu7ive > ul#irgbrj > li#iwg384 > img div#iu7ive > ul#irgbrj > li#iwg384 > img |
div#iu7ive > ul#irgbrj > li#i4db4f > img div#iu7ive > ul#irgbrj > li#i4db4f > img |
ul#Jl7 > li#isud0m > a.text2sy > img ul#Jl7 > li#isud0m > a.text2sy > img |
div#idt2av > ul#i66och > li#i35jkp > img div#idt2av > ul#i66och > li#i35jkp > img |
div#idt2av > ul#i66och > li#ihsivu > img div#idt2av > ul#i66och > li#ihsivu > img |
div#idt2av > ul#i66och > li#i7mgt9 > img div#idt2av > ul#i66och > li#i7mgt9 > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div#i2ora6 > ul#iq0ccl > li#i0jcco > img div#i2ora6 > ul#iq0ccl > li#i0jcco > img |
div#i2ora6 > ul#iq0ccl > li#ivbr96 > img div#i2ora6 > ul#iq0ccl > li#ivbr96 > img |
div#i2ora6 > ul#iq0ccl > li#ivodv6 > img div#i2ora6 > ul#iq0ccl > li#ivodv6 > img |
div#i2ora6 > ul#iq0ccl > li#iru8ol > img div#i2ora6 > ul#iq0ccl > li#iru8ol > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div > div > a.data-collecting-sign > img div > div > a.data-collecting-sign > img |
div#idp3qj > ul#imbp9v > li#ihwkbm > img div#idp3qj > ul#imbp9v > li#ihwkbm > img |
div#idp3qj > ul#imbp9v > li#i9z25u > img div#idp3qj > ul#imbp9v > li#i9z25u > img |
div#idp3qj > ul#imbp9v > li#iowope > img div#idp3qj > ul#imbp9v > li#iowope > img |
div#idp3qj > ul#imbp9v > li#itgkyc > img div#idp3qj > ul#imbp9v > li#itgkyc > img |
div#i7ccrl > ul#i2tqsl > li#iral1y > img div#i7ccrl > ul#i2tqsl > li#iral1y > img |
div#i7ccrl > ul#i2tqsl > li#i9mx6j > img div#i7ccrl > ul#i2tqsl > li#i9mx6j > img |
div#i7ccrl > ul#i2tqsl > li#idakn8 > img div#i7ccrl > ul#i2tqsl > li#idakn8 > img |
div#i7ccrl > ul#i2tqsl > li#iif30d > img div#i7ccrl > ul#i2tqsl > li#iif30d > img |
div#i94vwm > div#iiuiib > a.data-collecting-sign > img div#i94vwm > div#iiuiib > a.data-collecting-sign > img |
div#ize8z5 > div#if4b5e > a.data-collecting-sign > img div#ize8z5 > div#if4b5e > a.data-collecting-sign > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iral1yv2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#i9mx6jv2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#idakn8v2 > img |
div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img div#i7ccrlv2 > ul#i2tqslv2 > li#iif30dv2 > img |
div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img div#webpartdivIDa500a43c-c6e6-7bc7-b42e-d51a23f0a7a6 > div.Box > div#icbc_gg > img |
div#i3qy3x > ul > li#ip4n7h > img div#i3qy3x > ul > li#ip4n7h > img |
div.Box > div#icbc_znwxv2 > a > img div.Box > div#icbc_znwxv2 > a > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img table#8e5be58a6c53e60409b7c603117390d3 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img table#927dbccc6f5c5971fa682de9edc9cfd2 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img table#2a17dd9e35edb529a6db775d8eae84c4 > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
table#b4c3a224189ce306bb130fefa767ffae > tr > td > img table#b4c3a224189ce306bb130fefa767ffae > tr > td > img |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img |
div.divContent_ONE > div > li > img div.divContent_ONE > div > li > img |
div.footer_bg > ul#iod3o5 > li#i8sll8 > img div.footer_bg > ul#iod3o5 > li#i8sll8 > 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.
5.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.81 s
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.
12.74 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.
16.57 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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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#webpartdivID2f58d747-54cc-7be7-426b-9e7f259edccc > div.bljr_mainL > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2024/dybljr20240126.jpg | 677.9 KiB | 628.9 KiB |
客户服务小程序 div.owl-item > div.items > a.item-link > img.owl-lazy | v.icbc.com.cn/userfiles/adresources/1085227164926685184.jpg | 224.4 KiB | 106.9 KiB |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_cunkuanbaoxian.png | 29.0 KiB | 27.9 KiB |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_oldman_10067.png | 29.0 KiB | 27.9 KiB |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2024/qs.jpg | 28.2 KiB | 26.2 KiB |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/gerenjieshou.jpg | 15.4 KiB | 13.8 KiB |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/ydjr_x_rex.png | 15.1 KiB | 13.1 KiB |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/huishitong.jpg | 14.3 KiB | 12.7 KiB |
div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign > img div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2021/abroad.jpg | 36.5 KiB | 10.5 KiB |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/huikuanzhitongche.jpg | 11.5 KiB | 9.8 KiB |
ul.font_14 > li > a.data-collecting-sign > img.footer_iconR ul.font_14 > li > a.data-collecting-sign > img.footer_iconR | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/footer_iconR.png | 10.3 KiB | 9.7 KiB |
客户服务微信 ul > li > div > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2023/khfw.jpg | 10.8 KiB | 9.1 KiB |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/gongyinsuhui.jpg | 9.2 KiB | 7.6 KiB |
扫描进入手机网站 ul > li > div > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/action_M_q1.jpg | 8.7 KiB | 7.1 KiB |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/waihui_grgh.jpg | 7.9 KiB | 6.3 KiB |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/gerengouhui.jpg | 7.2 KiB | 5.6 KiB |
body > div#iupbb > div.w-center > div.action_T_tit body > div#iupbb > div.w-center > div.action_T_tit | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/action_T_tit.png | 8.1 KiB | 4.6 KiB |
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.
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.
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 |
|---|---|---|---|
| icbc.com.cn/ | 11.0 s | 10.8 s | 21 ms |
| icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js | 1.2 s | 1.1 s | 5.7 ms |
| Unattributable | 177 ms | 1.5 ms | 0.0 ms |
| icbc.com.cn/resource/lib/sugoio/sugoio-latest.min.js | 67 ms | 50 ms | 8.2 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 | 12.1 s |
| Other | 266 ms |
| Style & Layout | 119 ms |
| Parse HTML & CSS | 56 ms |
| Script Parsing & Compilation | 55 ms |
| Rendering | 45 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| icbc.com.cn/ICBC/Style/icbc.css | 25.1 KiB | 5.3 KiB |
| icbc.com.cn/ICBC/Module/res/common2.css | 15.3 KiB | 3.5 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
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 |
|---|---|---|
| icbc.com.cn/ICBC/Style/icbc.css | 24.1 KiB | 24.1 KiB |
| icbc.com.cn/ICBC/Module/res/common2.css | 14.2 KiB | 13.5 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 |
|---|---|---|
| icbc.com.cn/resource/lib/sugoio/sugoio-latest.min.js | 377.1 KiB | 233.1 KiB |
| media.icbc.com.cn/wzaapp/dist/aria.js?appid=394d12a0466be56a6816f85755194841 | 116.3 KiB | 84.4 KiB |
| icbc.com.cn/Portal_Resources/Common/jquery/jquery-ui-1.9.2.autocomplete.js | 70.5 KiB | 56.5 KiB |
| icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js | 87.4 KiB | 21.6 KiB |
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 | |
|---|---|
ul > li#li1 > div#help > img#bkimg1 ul > li#li1 > div#help > img#bkimg1 | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/sideNav.png |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/ydjr_x_rex.png |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2024/qs.jpg |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/gerengouhui.jpg |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/huikuanzhitongche.jpg |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/huishitong.jpg |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/gerenjieshou.jpg |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2020/gongyinsuhui.jpg |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/waihui_grgh.jpg |
扫描进入手机网站 ul > li > div > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/action_M_q1.jpg |
客户服务微信 ul > li > div > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2023/khfw.jpg |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_cunkuanbaoxian.png |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR | v.icbc.com.cn/userfiles/resources/icbc/shouye/logo_oldman_10067.png |
div#help > div.yhelp_main > a#askbtn > img div#help > div.yhelp_main > a#askbtn > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/sideNav_Qbtn.png |
div.w-center > div.search_main > a.submit > img div.w-center > div.search_main > a.submit > img | v.icbc.com.cn/userfiles/Resources/ICBC/shouye/images/2017/search_icon.png |
div.tzlc_main > dl > dd > img div.tzlc_main > dl > dd > img | v.icbc.com.cn/userfiles/Resources/ICBC/licai/information3.png |
div.tzlc_main > dl > dd > img div.tzlc_main > dl > dd > img | v.icbc.com.cn/userfiles/Resources/ICBC/licai/information3.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.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
欢迎进入 中国工商银行中国网站,盲人用户使用操作智能引导,请按快捷键Ctrl+Alt+R;阅读详细操作说明请按快捷键Ctrl+Alt+问号键。 body > a#ariaTipText |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body body |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect |
div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect |
div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect |
div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect |
div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect |
div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect div.diva65d2780acec68e4a4d109d7a4ba73d3 > div#diva65d2780acec68e4a4d109d7a4ba73d3 > div.owl-dots > button.owl-rect |
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div.w-center > div.search_main > a.submit > img div.w-center > div.search_main > a.submit > img |
ul > li.li1 > div.serveBoxTop > img ul > li.li1 > div.serveBoxTop > img |
ul > li.li2 > div.serveBoxTop > img ul > li.li2 > div.serveBoxTop > img |
ul > li.li3 > div.serveBoxTop > img ul > li.li3 > div.serveBoxTop > img |
ul > li.li4 > div.serveBoxTop > img ul > li.li4 > div.serveBoxTop > img |
ul > li.li5 > div.serveBoxTop > img ul > li.li5 > div.serveBoxTop > img |
div.tzlc_main > dl > dd > img div.tzlc_main > dl > dd > img |
div.tzlc_main > dl > dd > img div.tzlc_main > dl > dd > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign > img div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign > img |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img |
ul > li#li1 > div#help > img#bkimg1 ul > li#li1 > div#help > img#bkimg1 |
div#help > div.yhelp_main > a#askbtn > img div#help > div.yhelp_main > a#askbtn > img |
div#weixin > ul > li > img div#weixin > ul > li > img |
div#phone > ul > li > img div#phone > ul > li > img |
ul > li > a > img ul > li > a > img |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR |
ul.font_14 > li > a.data-collecting-sign > img.footer_iconR ul.font_14 > li > a.data-collecting-sign > img.footer_iconR |
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.login > div.login_center > div.per_login > input div.login > div.login_center > div.per_login > input |
div.login > div.login_center > div.ee_login > input div.login > div.login_center > div.ee_login > input |
div.login > div.login_center > div.reg_login > input div.login > div.login_center > div.reg_login > input |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li#li1 > div#help > div.yhelp_main > input#robotFloatTextQuestion li#li1 > div#help > div.yhelp_main > input#robotFloatTextQuestion |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search > div.w-center > div.logo > a.data-collecting-sign div.search > div.w-center > div.logo > a.data-collecting-sign |
div.search > div.w-center > div.search_main > a.submit div.search > div.w-center > div.search_main > a.submit |
li > div.tzlc_text > div.proudect > a.data-collecting-sign li > div.tzlc_text > div.proudect > a.data-collecting-sign |
li > div.tzlc_text > div.proudect > a.data-collecting-sign li > div.tzlc_text > div.proudect > a.data-collecting-sign |
li.last > div.tzlc_text > div.proudect > a.data-collecting-sign li.last > div.tzlc_text > div.proudect > a.data-collecting-sign |
li > div.tzlc_text > div.proudect > a.data-collecting-sign li > div.tzlc_text > div.proudect > a.data-collecting-sign |
li > div.tzlc_text > div.proudect > a.data-collecting-sign li > div.tzlc_text > div.proudect > a.data-collecting-sign |
li.last > div.tzlc_text > div.proudect > a.data-collecting-sign li.last > div.tzlc_text > div.proudect > a.data-collecting-sign |
div.tzlc1_mainR > div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign div.tzlc1_mainR > div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign |
ul > li > div.bljr_proudect > a.data-collecting-sign ul > li > div.bljr_proudect > a.data-collecting-sign |
ul > li > div.bljr_proudect > a.data-collecting-sign ul > li > div.bljr_proudect > a.data-collecting-sign |
div#ysideBox > ul > li#li2 > a.em21 div#ysideBox > ul > li#li2 > a.em21 |
div#aqts > ul > li > a div#aqts > ul > li > a |
div.footer_r > ul.font_14 > li > a.data-collecting-sign div.footer_r > ul.font_14 > li > a.data-collecting-sign |
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.
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 |
|---|
div.search > div.w-center > div.search_main > input#KeyWord div.search > div.w-center > div.search_main > input#KeyWord |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
工银理财·天天鑫添益
近六月年化收益
1.23%
业绩周期( 2025.10.24-2026.04.22 )
投资期限 每天开放
起购金额 1 元 |… div#webpartdivIDa580f4d8-7dba-2b4c-34fc-d68e1dd15647 > div.l > div.tzlc_main > dl |
工银理财·添利宝鑫享
7日年化
1.4005%
业绩周期( 2026.04.16-2026.04.22 )
投资期限 无固定期
起购金额 1 元 | … div#webpartdivID4afcec8b-af7d-f11e-a99f-e882a8d64189 > div.r > div.tzlc_main > dl |
客户服务抖音
热门产品与服务推荐
超值福利惠享生活 div.bljr1 > div#webpartdivID2f58d747-54cc-7be7-426b-9e7f259edccc > div.bljr_mainL > dl |
个人手机银行
随身随行,融e行
放在兜里的银行营业厅 ul > li > div.bljr_img > dl |
企业手机银行
高效授权
账户管家 ul > li > div.bljr_img > dl |
中共中国工商银行股份有限公司委员会关于二...
根据中央统一部署,2024年4月15日至7月20日,中央第十巡视组对中国工商银行股份有限公司(以下简称工商… div.w-center > div.l > div#texttBox > dl |
Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
客户服务抖音 div.bljr_mainL > dl > a.data-collecting-sign > dd |
热门产品与服务推荐 div.bljr_mainL > dl > a.data-collecting-sign > dd |
超值福利惠享生活 div.bljr_mainL > dl > a.data-collecting-sign > dd |
个人手机银行 div.bljr_img > dl > a.data-collecting-sign > dd |
随身随行,融e行 div.bljr_img > dl > a.data-collecting-sign > dd |
放在兜里的银行营业厅 div.bljr_img > dl > a.data-collecting-sign > dd |
企业手机银行 div.bljr_img > dl > a.data-collecting-sign > dd |
高效授权 div.bljr_img > dl > a.data-collecting-sign > dd |
账户管家 div.bljr_img > dl > a.data-collecting-sign > dd |
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
本网站支持IPv6 div#headTOP > div.w-center > div > ul.font_14 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
工银理财·天天鑫添益 div.tzlc_main > dl > dd > h4 |
工银理财·添利宝鑫享 div.tzlc_main > dl > dd > h4 |
These are opportunities to improve keyboard navigation in your application.
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.
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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.down-main-img-icbc > div.main-img > a > img div.down-main-img-icbc > div.main-img > a > img | v.icbc.com.cn/userfiles/resources/icbc/cannuity/ppension.jpg | 180 x 265 (0.68) | 180 x 230 (0.78) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js line 1, col 41514 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | icbc.com.cn/resource/lib/jquery/jquery-3.6.0.min.js line 1, col 81867 |
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.
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.head_r > ul.font_14 > li > a.data-collecting-sign |
关怀版 div.head_r > ul.font_14 > li > a.data-collecting-sign |
账户服务 ul > li#账户服务1438058319784067133 > h2 > a |
存款与贷款 ul > li#存款与贷款1438058319784067075 > h2 > a |
信用卡 ul > li#信用卡1438058319784067141 > h2 > a |
外汇业务 ul > li#网上汇市1438058319784067108 > h2 > a |
投资理财 ul > li#投资理财1438058319784067162 > h2 > a |
私人银行 ul > li#私人银行1438058319784067148 > h2 > a |
金融市场 ul > li#金融市场1438058319784067139 > h2 > a |
To appear in search results, crawlers need access to your app.
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 |
|---|
body > a#ariaTipText > img body > a#ariaTipText > img |
div.w-center > div.search_main > a.submit > img div.w-center > div.search_main > a.submit > img |
ul > li.li1 > div.serveBoxTop > img ul > li.li1 > div.serveBoxTop > img |
ul > li.li2 > div.serveBoxTop > img ul > li.li2 > div.serveBoxTop > img |
ul > li.li3 > div.serveBoxTop > img ul > li.li3 > div.serveBoxTop > img |
ul > li.li4 > div.serveBoxTop > img ul > li.li4 > div.serveBoxTop > img |
ul > li.li5 > div.serveBoxTop > img ul > li.li5 > div.serveBoxTop > img |
div.tzlc_main > dl > dd > img div.tzlc_main > dl > dd > img |
div.tzlc_main > dl > dd > img div.tzlc_main > dl > dd > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div.tzlc_text > div.proudect > a.data-collecting-sign > img div.tzlc_text > div.proudect > a.data-collecting-sign > img |
div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign > img div#iqqeuw > div#webpartdivIDf95ee84a-bf99-717f-1185-a289d863fa27 > a.data-collecting-sign > img |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img |
li > div.bljr_proudect > a.data-collecting-sign > img li > div.bljr_proudect > a.data-collecting-sign > img |
ul > li#li1 > div#help > img#bkimg1 ul > li#li1 > div#help > img#bkimg1 |
div#help > div.yhelp_main > a#askbtn > img div#help > div.yhelp_main > a#askbtn > img |
div#weixin > ul > li > img div#weixin > ul > li > img |
div#phone > ul > li > img div#phone > ul > li > img |
ul > li > a > img ul > li > a > img |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR |
div.footer_r > ul.font_14 > li > img.footer_iconR div.footer_r > ul.font_14 > li > img.footer_iconR |
ul.font_14 > li > a.data-collecting-sign > img.footer_iconR ul.font_14 > li > a.data-collecting-sign > img.footer_iconR |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback