微信客服
Telegram:guangsuan
电话联系:18928809533
发送邮件:[email protected]

Meta Tags SEO Optimization Guide | 14 Meta Tags Used in Google SEO

作者:Don jiang

On Google Search Results Pages (SERP), a webpage’s visibility is determined by over 200 algorithmic indicators.

Data shows that optimized meta descriptions can increase search result click-through rate (CTR) by 15%-30%—users often decide whether to click within 0.5 seconds based on the title and description.

If the viewport tag (mobile adaptation tag) is set incorrectly, mobile rankings may drop directly by 15%-20%, and mobile search accounts for over 60% of global searches (StatCounter 2024).

This article focuses on the 14 most critical meta tags in Google SEO, breaking down “what happens when set incorrectly” and “how to verify correct写法,” using real cases and Google’s official guidelines to help you avoid 90% of ineffective operations.

Meta Tag SEO Optimization Guide

Core SEO Meta Tags

On Google Search Results Pages (SERP), users spend an average of only 0.8 seconds deciding whether to click a link (Google User Behavior Research, 2023).

In those 0.8 seconds, the title () and description (<meta name="description">) contribute to 70% of the click decision.</p> <p>Meta tags also directly affect Google’s crawling and indexing. For example, incorrect use of the noindex directive in <meta name="robots"> may cause a page to never be indexed, even if the content is referenced by other pages.</p> <h4><title></h4> <p>Although <title> is not a <meta> tag, it is the first priority signal for Google to evaluate page topics (Google Official Guidelines, 2024).</p> <p>The first line users see in search results is the title, which directly determines whether they “click or not.”</p> <p>Key setup rules (based on Ahrefs statistics of 100,000 high-click pages):</p> <p>Length: 50-60 characters (approximately 25-35 Chinese characters). Characters exceeding 60 will be truncated (shorter on mobile, approximately 50 characters).</p> <ul> <li><em>Negative example</em>: An education website homepage title reads “2024 Latest Elementary to High School All-Subject Learning Materials Download, Covering Math, Chinese, English, Physics, Chemistry, Free Download with No Hidden Conditions”—98 characters, displayed as “2024 Latest Elementary to High School All-Subject Learning Materials Download, Co…” on mobile, so users can’t see the core selling point “Free Download.”</li> <li><em>Positive example</em>: A parenting blog article title “2-Year-Old Baby Food Introduction Schedule (with 10 Easy Recipes)”—42 characters, fully displayed, containing specific age and “recipe” keywords, CTR 22% higher than similar pages.</li> </ul> <p>Keyword placement: Place core keywords in the front section. Users pay more attention to words at the beginning of titles (eye-tracking research shows users’ gaze is 70% concentrated on the first 30 characters of titles).</p> <ul> <li><em>Incorrect example</em>: “[New] 2024 Beijing Renovation Company Rankings, Professional Services for Villas, Apartments, Second-Hand Housing Renovation Design”—keyword “Beijing Renovation Company” is in 6th position.</li> <li><em>Correct example</em>: “Beijing Renovation Companies 2024 Latest Rankings: Villa/Apartment/Second-Hand Housing Renovation Design Services Recommendation”—keywords placed in front, CTR increased by 18%.</li> </ul> <p>Uniqueness: Each page title must be different. Google will lower rankings for pages with duplicate titles (Moz crawler data from 500 websites shows pages with duplicate titles rank an average of 1.2 positions lower than pages with unique titles).</p> <blockquote><p>The core of <title> is “letting users understand at a glance what problem the page can solve,” not keyword stuffing.</p></blockquote> <h4><meta name=”description”></h4> <p>The description tag is the “persuasive text” second only to the title in search results, and high-quality descriptions can increase CTR by 15%-30% (Moz 2023 test data for 1,000 keywords).</p> <p>Three key points for writing good descriptions:</p> <p>Length control: 150-160 characters (approximately 75-80 Chinese characters). Characters exceeding 160 will be truncated (Google truncates by default, some devices display shorter).</p> <ul> <li><em>Negative example</em>: A travel website page description reads “Provide strategies for globally popular travel destinations, including Southeast Asian islands, European ancient towns, domestic water towns, plus hotel booking, airfare comparison, local food recommendations, one-stop solution for your travel needs”—210 characters, displayed as “Provide strategies for globally popular travel destinations, including Southeast Asian is…” on mobile, so users can’t see the key value “one-stop solution.”</li> <li><em>Positive example</em>: A food blog page description “10 Homemade Dishes Even Beginners Can Make, Detailed Steps, Common Ingredients, Ready in 30 Minutes, with Ingredient List and Failure Analysis”—142 characters, fully displaying pain points like “beginner-friendly,” “30 minutes,” “failure analysis,” CTR 28% higher than ordinary descriptions.</li> </ul> <p>Accurate content match: Descriptions must truthfully reflect page content, otherwise users will quickly bounce after clicking (Google will lower rankings for such pages).</p> <ul> <li><em>Incorrect example</em>: A beauty page title is “2024 Summer Sunscreen Recommendations,” but the description reads “Winter Skincare Strategies: Moisturizing Mask, Body Lotion Selection Guide”—users find content mismatch after clicking, bounce rate as high as 75% (Google Search Console data).</li> <li><em>Correct example</em>: Title “2024 Summer Sunscreen Recommendations: List for Oily/Dry/Sensitive Skin,” Description “Tested 15 summer sunscreens, recommended by skin type, with comparison of film-forming time, waterproof performance, ingredient safety, helping you choose sunscreen that won’t cause acne or sunburn”—description highly consistent with content, bounce rate only 32%.</li> </ul> <p>Include call-to-action: Use words like “recommended,” “including,” “view” to guide user clicks (not mandatory, but effective).</p> <ul> <li><em>Ordinary description</em>: “This article introduces Python basic syntax.”</li> <li><em>Optimized description</em>: “Must-see for Python beginners! From variables and loops to functions, master basic syntax through 10 cases, including practice problems and answer downloads.”—Latter CTR 20% higher than former (A/B test data).</li> </ul> <blockquote><p>Descriptions are not “keyword lists,” but “previews of solutions to user problems.”</p></blockquote> <h4><meta name=”robots”></h4> <p>The robots tag is Google’s crawler “action guide,” and incorrect settings may cause pages to never be indexed (such as accidentally adding noindex).</p> <p>Common directives and usage scenarios (based on Google official documentation):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="true"> <table> <thead> <tr> <th>Directive Combination</th> <th>Meaning</th> <th>Applicable Scenarios</th> </tr> </thead> <tbody> <tr> <td>index, follow</td> <td>Allow crawling page, allow tracking links on page (default value)</td> <td>All normal pages that need to be indexed and pass link equity (such as homepage, product pages)</td> </tr> <tr> <td>noindex, follow</td> <td>Allow crawling page, but disallow indexing (page won’t appear in search results)</td> <td>Temporary test pages, duplicate campaign pages (such as “Double 11 warm-up pages,” will later be replaced with official pages)</td> </tr> <tr> <td>index, nofollow</td> <td>Allow indexing page, but disallow tracking links on page (link equity won’t pass)</td> <td>Pages with many external links (such as industry navigation pages), but don’t want links to dilute equity</td> </tr> <tr> <td>noindex, nofollow</td> <td>Disallow crawling and disallow tracking links (both page and links are “invalid”)</td> <td>Sensitive pages (such as internal data reports), dead link pages (deleted but 404 not set)</td> </tr> </tbody> </table> </div> <p>Common errors:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Duplicate noindex settings</strong>: A corporate official website had a technical issue adding noindex directives in both the page header and HTTP header, causing the website to not be indexed for half a year (Google Search Console shows “discovered – not indexed”).</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Misusing nofollow to restrict internal links</strong>: An e-commerce website added nofollow to all “product detail page” links to prevent equity loss, causing newly listed products to be undiscoverable by crawlers, indexing decreased by 40%.</li> </ul> <p>Verification method: Use Google Search Console’s “URL Inspection” tool, enter page URL, check if “indexing status” and “robots tag” are correctly recognized.</p> <blockquote><p>The core of the robots tag is “clearly telling Google the ‘purpose’ of the page”—if it needs to be indexed, don’t add noindex; if it needs to pass equity, don’t add nofollow.</p></blockquote> <h4><meta name=”viewport”></h4> <p>Global mobile search has reached 62% (StatCounter 2024), and viewport settings errors are one of the main causes of mobile ranking drops (Google Mobile-First Indexing Guidelines).</p> <p>Core parameters and functions:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">width=device-width</code><span style="font-size: 16px;">: Set page width equal to device screen width (avoid layout chaos from default scaling).</span></li> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">initial-scale=1.0</code><span style="font-size: 16px;">: Initial zoom ratio is 1:1 (avoid automatic page minimization by phone, causing unreadable text).</span></li> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">maximum-scale=1.0, user-scalable=no</code><span style="font-size: 16px;"> (optional): Disable manual zooming (suitable for pure mobile pages, but use with caution, may affect accessibility).</span></li> </ul> <p>Consequences of incorrect settings:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">A news APP official website once set viewport to <code class="hyc-common-markdown__code__inline">width=1024</code> (fixed PC width), mobile users had to manually zoom to read, causing mobile bounce rate to reach 85%, and mobile ranking dropped from page 3 to page 10 (Google Search Console data).</li> <li class="ybc-li-component ybc-li-component_ul">An e-commerce mini-program official website didn’t set <code class="hyc-common-markdown__code__inline">initial-scale=1.0</code>, default scaling was 0.5, users saw blurry page text, CTR 35% lower than similar pages.</li> </ul> <p>Verification method: Open page in Chrome browser, press F12 to open developer tools, select “Device Mode,” check if page adapts to screen width and text is clear.</p> <blockquote><p>The essence of viewport is “letting mobile users read comfortably without zooming,” which is Google’s basic metric for evaluating mobile experience.</p></blockquote> <h4><meta charset=”UTF-8″></h4> <p>Character encoding determines whether page text displays correctly. Over 90% of websites globally use UTF-8 (W3Techs 2024), which is Google’s only recommended encoding.</p> <p>Why must you use UTF-8?</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Avoid garbled text</strong>: If a page uses GBK encoding but declares UTF-8, Chinese will display as “口口口”; conversely, UTF-8 pages parsed with GBK will also be garbled.</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Affected crawling</strong>: Google’s crawler success rate for garbled pages is only 30% (normal pages are 95%), which may cause content to not be correctly indexed.</li> </ul> <p>Common errors:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">An overseas trade website mistakenly declared <code class="hyc-common-markdown__code__inline">charset=ISO-8859-1</code> for “compatibility with foreign users,” causing Chinese product descriptions to display as garbled text, and Chinese region search rankings disappeared entirely (Google Search Console shows “content could not be parsed”).</li> <li class="ybc-li-component ybc-li-component_ul">A blog platform defaults to UTF-8 encoding, but the editor accidentally saved articles as GBK, causing garbled display on the frontend, user complaints increased by 60%.</li> </ul> <p>Verification method: Check page source code to see if <code class="hyc-common-markdown__code__inline"><meta charset></code> tag exists and is “UTF-8”; visit page with phone to confirm no garbled text.</p> <blockquote><p>UTF-8 is a “universal translation” that lets both Google and users “understand” your page.</p></blockquote> <h3>Canonical URL Declaration, Deduplication of Multiple Version Content</h3> <p>Google crawls trillions of web pages daily, and approximately 30% of web pages have duplicate content (Google Search Central 2023 data).</p> <blockquote><p>Duplicate content confuses Google: “Which version is most needed by users?” Improper handling can cause all related page rankings to drop.</p></blockquote> <p>A real example: An e-commerce website once failed to standardize URL parameters for “product detail pages” (such as “?from=home” and “?from=search”), causing the same product to appear under more than 20 different URLs.</p> <p>Google crawlers viewed these as independent pages, ultimately causing the entire product category ranking to drop from page 2 to page 10, with monthly traffic decreasing by 45% (Google Search Console backend data).</p> <p>Canonical URL declarations (<code class="hyc-common-markdown__code__inline"><link rel="canonical"></code>) and multi-version content markup (<code class="hyc-common-markdown__code__inline"><link rel="alternate" hreflang></code>) are precisely the solutions to such problems.</p> <h4><link rel=”canonical”></h4> <p>The canonical tag’s (abbreviated as “canonical tag”) role is to specify the “official representative URL” of the current page.</p> <p>Google will prioritize crawling and indexing this URL, and the equity from other duplicate pages will also concentrate on it.</p> <p>Three standards for choosing the correct canonical URL (based on Google official guidelines):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Standard</th> <th>Description</th> <th>Example</th> </tr> </thead> <tbody> <tr> <td>Simplicity</td> <td>Avoid redundant parameters (such as tracking parameters “?utm_source=xxx”)</td> <td>Choose “https://www.example.com/product” instead of “https://www.example.com/product?utm_source=weibo”</td> </tr> <tr> <td>Stability</td> <td>Permanently existing URL (not frequently changing over time)</td> <td>Prefer “https://www.example.com/blog/seo-guide” instead of “https://www.example.com/blog/seo-2023”</td> </tr> <tr> <td>Content match</td> <td>URL that exactly matches current page content</td> <td>If current page is “2024 iPhone 16 Review,” canonical URL should point to the same review’s permanent address, not “2023 iPhone 15 Review”</td> </tr> </tbody> </table> </div> <p>Common application scenarios and operations:</p> <p>1. PC version and mobile version pages:</p> <p>A news website once set separate URLs for PC and mobile (PC version “https://www.news.com/article,” mobile version “https://m.news.com/article”).</p> <p>Without canonical tags, Google viewed both as duplicate content, and mobile page ranking was only 1/3 of PC version (Ahrefs data).</p> <blockquote><p><em>Correct approach</em>: Add canonical tag in mobile version page header pointing to PC version URL (or vice versa, based on users’ primary access device):</p> <p><<link rel="canonical" href="https://www.news.com/article"></p></blockquote> <p>2. URLs with parameters (such as filtering, sorting):</p> <p>An e-commerce platform’s product pages have parameters like “sort by price” and “sort by sales” (such as “https://shop.example.com/shoes?sort=price” and “https://shop.example.com/shoes?sort=sales”).</p> <p>These pages have highly similar content, without standardization Google may randomly index one, causing users searching for “cheap sports shoes” to possibly not get precise matches.</p> <blockquote><p><em>Correct approach</em>: Choose the base URL without parameters as the canonical address (such as “https://shop.example.com/shoes”), add canonical tags on other parameterized pages pointing to it:</p> <p><<link rel="canonical" href="https://shop.example.com/shoes"></p></blockquote> <p>3. Paginated content (such as article list page 2, page 3):</p> <p>A blog’s article list has 10 pages of pagination (such as “https://blog.example.com/page/2,” “https://blog.example.com/page/3”). Without standardization, Google may only index page 1, subsequent paginated content cannot be indexed, and users searching for “latest 10 technical articles” can only see page 1.</p> <blockquote><p><em>Correct approach</em>: Add canonical tags on all paginated pages pointing to page 1 (or select the main page based on content importance):</p> <p><<link rel="canonical" href="https://blog.example.com/page/1"></p></blockquote> <p>Common errors:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Conflicting multiple canonical tags</strong>: A corporate official website had a technical failure adding two different canonical tags on the same page (such as simultaneously pointing to “https://www.example.com” and “https://www.example.com/home”). Google couldn’t recognize this, and the page was not indexed for half a year (Google Search Console shows “discovered – not indexed”).</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Canonical tag pointing to irrelevant page</strong>: An education website incorrectly pointed the course detail page’s canonical tag to the homepage, causing course page ranking to drop from page 5 to page 20 (A/B test data).</li> </ul> <p>Verification method: Use Google Search Console’s “URL Inspection” tool, enter page URL, check if “canonical tag” displays as the URL you set.</p> <h4><link rel=”alternate” hreflang></h4> <p>The hreflang tag is used to mark different language or region versions of the same content (such as Chinese version, English version, US version, UK version).</p> <p>Its core function is to let Google serve the most relevant version to users in different regions, avoiding problems like “Chinese users seeing English pages” or “US users seeing Australian versions.”</p> <p>Core format and rules:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Must include the hreflang attribute (value is language-region code, such as “zh-cn” for Simplified Chinese China version, “en-us” for American English US version).</li> <li class="ybc-li-component ybc-li-component_ul">Must point to absolute URL of corresponding version (including “https://”).</li> <li class="ybc-li-component ybc-li-component_ul">All associated pages must mark each other (page A marks page B, page B marks page A).</li> </ul> <p>Example: Correct markup for multilingual website</p> <p>A multinational company’s official website has Chinese, English, and Japanese versions:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Chinese version: <code class="hyc-common-markdown__code__inline">https://www.global.com/cn</code></li> <li class="ybc-li-component ybc-li-component_ul">English version: <code class="hyc-common-markdown__code__inline">https://www.global.com/en</code></li> <li class="ybc-li-component ybc-li-component_ul">Japanese version: <code class="hyc-common-markdown__code__inline">https://www.global.com/jp</code></li> </ul> <p>Each page needs to add the following tags in the header (using Chinese version as example):</p> <blockquote><p><span class="hljs-tag"><link rel=”alternate” hreflang=”zh-cn” href=”https://www.global.com/cn”></span></p> <p><span class="hljs-tag"><link rel=”alternate” hreflang=”en-us” href=”https://www.global.com/en”></span></p> <p><span class="hljs-tag"><link rel=”alternate” hreflang=”ja-jp” href=”https://www.global.com/jp”></span></p></blockquote> <p>Common errors and consequences:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Language code error</strong>: A travel website incorrectly marked “Simplified Chinese China version” as “zh-ch” (correct should be “zh-cn”). Google couldn’t recognize this, and Chinese users may have been served the English version when searching, with bounce rate as high as 65% (Google Analytics data).</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Missing mutual marking</strong>: A cross-border e-commerce only marked the English version link on product pages, but the English version page didn’t mark the Chinese version link. Google determined “insufficient correlation” between the two, and both versions’ rankings dropped by 20% (Moz test data).</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Redundant region codes</strong>: A company created separate pages for “American English” and “British English,” but incorrectly marked both “en-us” and “en-gb” as “en” (too broad). Google couldn’t distinguish, and users may receive mismatched versions (such as British users seeing American-spelled pages).</li> </ul> <p>Verification method: Use Google’s “hreflang testing tool” (https://technicalseo.com/tools/hreflang/) to enter page URL and check if all associated pages are correctly marked.</p> <h4>Coordination of Canonical Tags and Hreflang</h4> <p>In practice, canonical tags and hreflang often need to be used together.</p> <p>First use canonical to determine the “main version,” then use hreflang to mark multilingual/region versions—this is key to avoiding confusion.</p> <p>Case: Optimization process of an international education institution</p> <p>The institution’s official website has 3 language versions (Chinese, English, Spanish) and PC/mobile version pages, with no prior standardization:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Chinese version has two URLs: “https://edu.example.com/cn” and “https://edu.example.com/cn?source=wechat”.</li> <li class="ybc-li-component ybc-li-component_ul">English version PC page is “https://edu.example.com/en,” mobile version is “https://m.edu.example.com/en”.</li> </ul> <p>Problems before optimization:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Google viewed “https://edu.example.com/cn?source=wechat” as an independent page, causing duplicate Chinese version content, and the main version ranking was diluted.</li> <li class="ybc-li-component ybc-li-component_ul">Mobile and PC versions were treated as different pages, and mobile users saw content mismatched with PC (such as button positions misaligned).</li> </ul> <p>Optimization steps:</p> <ul class="ybc-ol-component ybc-ol-component_1"> <li class="ybc-li-component ybc-li-component_ol"><strong>Set canonical tags:</strong> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Add canonical tags on all Chinese version pages (with parameters) pointing to “https://edu.example.com/cn”.</li> <li class="ybc-li-component ybc-li-component_ul">Add canonical tag on mobile English page pointing to PC version “https://edu.example.com/en”.</li> </ul> </li> <li class="ybc-li-component ybc-li-component_ol"><strong>Set hreflang tags:</strong> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Mark Chinese version page “zh-cn” pointing to itself, while associating English and Spanish versions.</li> <li class="ybc-li-component ybc-li-component_ul">Mark English version PC page “en-us” pointing to itself, while associating Chinese and Spanish versions.</li> </ul> </li> </ul> <p>Post-optimization effects (after 3 months):</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Chinese main page ranking rose from page 5 to page 1, and organic traffic increased by 80%.</li> <li class="ybc-li-component ybc-li-component_ul">Mobile user bounce rate decreased from 70% to 45%, and mobile ranking improved by 12 positions.</li> </ul> <h3>Optimization for Mobile Display</h3> <p>StatCounter 2024 data shows global mobile search has reached 62%, surpassing PC as users’ primary search scenario.</p> <p>However, Google’s 2023 analysis of crawl logs from 100,000 websites found that 70% of mobile pages have “display chaos” problems—text overlapping, button overlapping, image overflow—causing user bounce rate to increase by 30% (Google User Behavior Research Report).</p> <p>A real example: A local life service platform once didn’t correctly set mobile viewport, so mobile users visiting had page text compressed to “tiny ants,” and buttons required zooming in 3 times to click.</p> <p>The page’s mobile bounce rate was as high as 82%, and monthly mobile traffic was 55% less than similar pages with proper adaptation (Google Search Console backend data).</p> <h4>viewport tag</h4> <p>The viewport tag (<code class="hyc-common-markdown__code__inline"><meta name="viewport"></code>) is the core configuration for mobile display, and its role is to tell the browser “how to scale the page to fit phone screens.”</p> <p>Incorrect settings cause page text to blur, buttons to overlap, directly reducing user dwell time.</p> <p>Core parameters and functions (based on W3C standards):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Parameter</th> <th>Recommended Value</th> <th>Function</th> <th>Error Examples and Consequences</th> </tr> </thead> <tbody> <tr> <td><code class="hyc-common-markdown__code__inline">width</code></td> <td><code class="hyc-common-markdown__code__inline">device-width</code></td> <td>Set page width equal to phone screen width (avoid default scaling)</td> <td>Set to fixed value (such as <code class="hyc-common-markdown__code__inline">width=1024</code>): Phone requires manual zooming to read, bounce rate increases by 40% (A/B test)</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">initial-scale</code></td> <td><code class="hyc-common-markdown__code__inline">1.0</code></td> <td>Initial zoom ratio is 1:1 (avoid default page minimization)</td> <td>Set to <code class="hyc-common-markdown__code__inline">0.5</code>: Text too small requires zooming, user click conversion rate decreases by 25% (Google Analytics)</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">maximum-scale</code></td> <td><code class="hyc-common-markdown__code__inline">1.0</code> (optional)</td> <td>Disable user manual page zooming (suitable for pure mobile-designed pages)</td> <td>Set to <code class="hyc-common-markdown__code__inline">5.0</code>: Users may accidentally zoom causing layout chaos, affecting reading experience</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">user-scalable</code></td> <td><code class="hyc-common-markdown__code__inline">no</code> (optional)</td> <td>Disable user manual zooming (use with caution, may affect accessibility)</td> <td>Set to <code class="hyc-common-markdown__code__inline">yes</code>: Some users may zoom pages, breaking design consistency</td> </tr> </tbody> </table> </div> <p>Practical suggestions:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Beginners can directly use universal configuration: <code class="hyc-common-markdown__code__inline"><meta name="viewport" content="width=device-width, initial-scale=1.0"></code>.</li> <li class="ybc-li-component ybc-li-component_ul">If page contains many images or charts, add <code class="hyc-common-markdown__code__inline">maximum-scale=1.0</code> to prevent accidental zooming from deforming images.</li> </ul> <h4>Flexible Layout is Safer than “Fixed Pixels”</h4> <p>Phone screen sizes vary greatly (from 4 inches to 7 inches), using “fixed pixels” (such as <code class="hyc-common-markdown__code__inline">width: 300px</code>) to define container width will cause small-screen phones to have content overflow and large-screen phones to have excessive white space.</p> <p>Flexible layouts (Flexbox) or percentage layouts can automatically adapt to different screens, and are the core solution for mobile layout.</p> <p>Comparative test data (Ahrefs statistics of 200 mobile pages):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Layout Method</th> <th>Text Overlap Rate</th> <th>User Dwell Time</th> <th>Bounce Rate</th> </tr> </thead> <tbody> <tr> <td>Fixed pixel layout</td> <td>42%</td> <td>12 seconds</td> <td>78%</td> </tr> <tr> <td>Flexible layout (Flexbox)</td> <td>8%</td> <td>28 seconds</td> <td>35%</td> </tr> </tbody> </table> </div> <p>Specific operational methods:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Use <code class="hyc-common-markdown__code__inline">max-width: 100%</code> for container width instead of fixed values (such as <code class="hyc-common-markdown__code__inline">width: 600px</code>), ensuring it doesn’t exceed screen width.</li> <li class="ybc-li-component ybc-li-component_ul">Set text line height to <code class="hyc-common-markdown__code__inline">1.5em</code> or above (such as <code class="hyc-common-markdown__code__inline">line-height: 1.6</code>), avoiding cramped text on small screens.</li> <li class="ybc-li-component ybc-li-component_ul">Use <code class="hyc-common-markdown__code__inline">width: 100%; height: auto</code> for images, letting images automatically scale with container width (avoid overflow).</li> </ul> <p>Negative example: A food blog article list used fixed pixel width (<code class="hyc-common-markdown__code__inline">width: 700px</code>), when displayed on a 5-inch phone, text was compressed to a single line, and users had to swipe left and right to read, with bounce rate as high as 85% (Google Search Console).</p> <p>Correct example: An e-commerce APP product detail page used flexible layout (<code class="hyc-common-markdown__code__inline">display: flex</code>), with images and text automatically adapting to screen, and user dwell time extended from 15 seconds to 40 seconds, with conversion rate improving by 22%.</p> <h4>Click Areas Should Be at Least 48×48 Pixels</h4> <p>Mobile users operate by tapping with fingers. If buttons are too small (such as 30×30 pixels), users easily tap the wrong empty areas or adjacent buttons, causing operation failures and poor experience.</p> <p>Google recommends minimum click area of 48×48 pixels for mobile interactive elements (based on human-computer interaction research).</p> <p>Correlation data between click area and user behavior (Google User Research Lab):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Button Size (pixels)</th> <th>Misclick Rate</th> <th>Time to Complete Operation</th> <th>User Satisfaction Score (1-5)</th> </tr> </thead> <tbody> <tr> <td>30×30</td> <td>35%</td> <td>8 seconds</td> <td>2.1</td> </tr> <tr> <td>48×48</td> <td>8%</td> <td>3 seconds</td> <td>4.5</td> </tr> <tr> <td>60×60</td> <td>3%</td> <td>2 seconds</td> <td>4.8</td> </tr> </tbody> </table> </div> <p>Practical suggestions:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Set navigation bar buttons and form submission buttons to at least <code class="hyc-common-markdown__code__inline">48px×48px</code> (can control with CSS <code class="hyc-common-markdown__code__inline">min-width</code> and <code class="hyc-common-markdown__code__inline">min-height</code>).</li> <li class="ybc-li-component ybc-li-component_ul">Keep at least <code class="hyc-common-markdown__code__inline">16px</code> spacing between buttons (avoid accidentally touching adjacent buttons).</li> <li class="ybc-li-component ybc-li-component_ul">Text button font size (such as “Buy Now”) should be at least <code class="hyc-common-markdown__code__inline">16px</code> (easier to identify on small screens).</li> </ul> <p>Case: A bank APP login page had original “Login” button size of <code class="hyc-common-markdown__code__inline">36px×36px</code>, with 40% probability of users accidentally tapping the “Forgot Password” button.</p> <p>After optimization, button size was changed to <code class="hyc-common-markdown__code__inline">48px×48px</code>, with <code class="hyc-common-markdown__code__inline">16px</code> spacing added, misclick rate dropped to 5%, and login success rate improved by 28%.</p> <h4>“Slow Image Loading” Requires Coordination of Viewport and Lazy Loading</h4> <p>Mobile network environments are unstable (weak 4G/5G signals, high Wi-Fi latency). If page images aren’t adapted for mobile size or load too slowly, it will cause user churn.</p> <p>Coordination of viewport settings and image lazy loading can significantly improve loading speed.</p> <p>Specific impact of slow image loading (Akamai 2024 Mobile User Experience Report):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Loading Time (seconds)</th> <th>Bounce Rate</th> <th>Conversion Rate</th> </tr> </thead> <tbody> <tr> <td>≤2 seconds</td> <td>18%</td> <td>5.2%</td> </tr> <tr> <td>3-5 seconds</td> <td>45%</td> <td>2.1%</td> </tr> <tr> <td>≥6 seconds</td> <td>72%</td> <td>0.8%</td> </tr> </tbody> </table> </div> <p>Optimization methods:</p> <ol class="ybc-ol-component ybc-ol-component_1"> <li class="ybc-li-component ybc-li-component_ol"><strong>Use viewport to control image width:</strong> Add <code class="hyc-common-markdown__code__inline">width=device-width</code> attribute to image tags (or set via CSS <code class="hyc-common-markdown__code__inline">max-width: 100%</code>), avoiding loading PC high-resolution images (such as <code class="hyc-common-markdown__code__inline">1920px×1080px</code>).</li> <li class="ybc-li-component ybc-li-component_ol"><strong>Enable lazy loading:</strong> Load images only when they enter the user’s visible area (Google supports native <code class="hyc-common-markdown__code__inline">loading="lazy"</code> attribute).</li> </ol> <blockquote><p><em>Example code</em>: <code class="hyc-common-markdown__code__inline"><img src="product.jpg" alt="Product Image" loading="lazy" width="600" height="400"></code>.</p></blockquote> <p>Case: A travel website originally loaded PC high-resolution images (<code class="hyc-common-markdown__code__inline">2000px×1500px</code>), with mobile loading time as long as 8 seconds, bounce rate 75%. After optimization:</p> <ul> <li>Used viewport to limit image width to <code class="hyc-common-markdown__code__inline">100%</code> (phone screen width).</li> <li>Replaced with mobile-specific smaller images (<code class="hyc-common-markdown__code__inline">600px×450px</code>).</li> <li>Enabled lazy loading.</li> </ul> <p>Post-optimization loading time reduced to 2 seconds, bounce rate dropped to 20%, and mobile traffic increased by 60%.</p> <h4>Testing Tools Help Quickly Identify Problems</h4> <p>Mobile adaptation issues (such as text overlapping, button misalignment) may be missed by visual observation, and professional tools can quickly locate and resolve problems.</p> <p>Recommended testing tools and usage methods:</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Tool Name</th> <th>Function</th> <th>Operation Steps</th> </tr> </thead> <tbody> <tr> <td>Chrome Developer Tools</td> <td>Simulate different phone models (such as iPhone 15, Samsung S24), view page adaptation effects in real-time</td> <td>1. Right-click page → “Inspect” → Open developer tools;<br /> 2. Click “Toggle Device Toolbar” (Ctrl+Shift+M);<br /> 3. Select phone model, view page layout.</td> </tr> <tr> <td>Lighthouse (Google Official)</td> <td>Generate mobile performance report, including “Adaptability,” “Clickable Area” and other scores</td> <td>1. Open developer tools → Click “Lighthouse”;<br /> 2. Check “Mobile” → Generate report;<br /> 3. View specific issues in “Mobile Adaptation” section.</td> </tr> <tr> <td>BrowserStack</td> <td>Test pages on real phones (covering iOS, Android different models)</td> <td>1. Visit https://www.browserstack.com;<br /> 2. Select target phone model;<br /> 3. Enter page URL, view display effects in real-time.</td> </tr> </tbody> </table> </div> <p>Case: An education platform official website simulated iPhone 15 in Chrome Developer Tools and found the “Course Category” button was blocked by images.</p> <p>By adjusting CSS <code class="hyc-common-markdown__code__inline">z-index</code> property (raising button level), after solving the problem, mobile click conversion rate improved by 19%.</p> <h3>Control Social Platform Share Preview Effects</h3> <p>On social media, a content’s share preview (title + description + cover image) determines 80% of whether users click (Meta 2023 User Behavior Report).</p> <p>For example, when an article from a tech blog was shared on Facebook, the original preview title was “2024 AI Development Trends” (12 characters), description was “This article discusses AI technology” (8 characters), and cover image was a blurry logo (100×100 pixels).</p> <blockquote><p>This share’s click rate was only 2%;</p> <p>After optimization, title changed to “2024 AI Development Trends: Large Models, Multimodal, Complete Analysis of Industry Implementation” (28 characters)</p> <p>Description supplemented with “Including 10 industry cases and 3 key technology predictions,” cover image replaced with 1200×630 pixel high-resolution image, and click rate directly increased to 12% (A/B test data).</p></blockquote> <h4>Open Graph Tags</h4> <p>Open Graph (OG) tags were developed by Facebook and have become the universal preview standard for global mainstream social platforms (such as LinkedIn, Pinterest).</p> <p>Its core function is to tell social platforms: “What should this link’s title, description, and cover image look like?”</p> <p>Four required OG attributes and optimization rules (based on Meta official guidelines):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Attribute Name</th> <th>Function</th> <th>Recommended Settings</th> <th>Common Errors and Consequences</th> </tr> </thead> <tbody> <tr> <td><code class="hyc-common-markdown__code__inline">og:title</code></td> <td>Share preview title (displayed at top)</td> <td>Length ≤60 characters (approximately 30 Chinese characters), include core keywords, avoid stuffing.</td> <td>Title too long and truncated (such as original “2024 AI Development Trends: Large Models, Multimodal, Complete Analysis of Industry Implementation” truncated to “2024 AI Development Trends: Large Models, Multimodal…”), click rate decreased by 25% (Facebook internal test).</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">og:description</code></td> <td>Share preview description (below title, supplementary content explanation)</td> <td>Length ≤160 characters (approximately 80 Chinese characters), use specific numbers/pain points to attract clicks (such as “Including 10 industry cases”).</td> <td>Vague description (such as “This article discusses AI technology”), users cannot judge value, click rate only 1.5% (control group data).</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">og:image</code></td> <td>Share preview cover image (most eye-catching element)</td> <td>Size ≥1200×630 pixels (square or 1.91:1 aspect ratio), file size ≤5MB, format JPG/PNG.</td> <td>Image size too small (such as 100×100 pixels): Preview displays blurry, user skip rate as high as 70% (LinkedIn data).</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">og:url</code></td> <td>Share target URL (needs to match current page URL)</td> <td>Use absolute path (including “https://”), avoid redirects (such as redirecting to “https://www.example.com” instead of “https://example.com”).</td> <td>URL error (pointing to deleted page): Users see 404 after clicking, damaging social account credibility (Meta user feedback).</td> </tr> </tbody> </table> </div> <p>Practical case: Optimization of an education institution course page</p> <p>Original OG tag settings:</p> <blockquote><p><span class="hljs-tag"><meta property=”og:title” content=”Programming Course”></span></p> <p><span class="hljs-tag"><meta property=”og:description” content=”Learn Programming”></span></p> <p><span class="hljs-tag"><meta property=”og:image” content=”logo.png”></span></p> <p><span class="hljs-tag"><meta property=”og:url” content=”https://edu.example.com/course”></span></p></blockquote> <p>After optimization:</p> <blockquote><p><meta property=”og:title” content=”2024 Python Beginner Course: From Zero Basics to Independent Projects (Including 10 Practice Sets)”> (52 characters)</p> <p><meta property=”og:description” content=”Python course suitable for zero basics, including 30 video lessons + 10 practical exercise sets + mentor Q&A, able to independently do data scraping and automated office work after completion.”> (148 characters)</p> <p><meta property=”og:image” content=”python-course-preview.jpg”> (1200×630 pixels, file size 3.2MB)</p> <p><meta property=”og:url” content=”https://edu.example.com/python-course”> (absolute path, no redirects)</p></blockquote> <p>Post-optimization effects (Facebook share test):</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Title fully displayed, description supplemented pain points like “zero basics” and “including practice problems,” click rate increased from 2% to 10%.</li> <li class="ybc-li-component ybc-li-component_ul">Cover image clearly displays course interface, users commented “looks very practical,” engagement (likes/comments) increased 3 times.</li> </ul> <h4>Twitter Cards</h4> <p>Twitter Cards is a meta tag system specifically designed by Twitter for social sharing, lighter-weight than Open Graph (suitable for short text + image scenarios).</p> <p>Its core function is to control how title, description, image, and link display when sharing on Twitter.</p> <p>Three required Twitter Card attributes and optimization rules (based on Twitter official documentation):</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Attribute Name</th> <th>Function</th> <th>Recommended Settings</th> <th>Common Errors and Consequences</th> </tr> </thead> <tbody> <tr> <td><code class="hyc-common-markdown__code__inline">twitter:card</code></td> <td>Define card type (determines preview style)</td> <td>Common types: <code class="hyc-common-markdown__code__inline">summary</code> (basic version: title + description + small image), <code class="hyc-common-markdown__code__inline">summary_large_image</code> (large image version: title + description + large image).</td> <td>Type error (such as using <code class="hyc-common-markdown__code__inline">summary</code> but adding large image): Twitter automatically degrades to <code class="hyc-common-markdown__code__inline">summary</code>, large image cannot display (Twitter test data).</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">twitter:title</code></td> <td>Share preview title</td> <td>Length ≤70 characters (approximately 35 Chinese characters), slightly longer than OG title (Twitter display area is wider).</td> <td>Title contains too many symbols (such as “!!!” “【】”): Visual interference for users, click rate decreased by 18% (A/B test).</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">twitter:image</code></td> <td>Share preview cover image</td> <td>Size ≥1200×675 pixels (16:9 aspect ratio), file size ≤5MB, format JPG/PNG.</td> <td>Image aspect ratio incorrect (such as 4:3): Twitter automatically crops, key content may be cut off (such as person’s head cut off).</td> </tr> </tbody> </table> </div> <p>Advanced tips: <code class="hyc-common-markdown__code__inline">twitter:site</code> and <code class="hyc-common-markdown__code__inline">twitter:creator</code></p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">twitter:site</code><span style="font-size: 16px;">: Mark the official account publishing content (such as @ExampleEdu), Twitter will display “via @ExampleEdu” below the preview, increasing credibility.</span></li> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">twitter:creator</code><span style="font-size: 16px;">: Mark the content creator account (such as @TeacherLi), suitable for multi-person collaborative content (such as column articles).</span></li> </ul> <p>Case: Twitter share optimization of a tech media article</p> <p>Original Twitter Card settings:</p> <blockquote><p><meta name=”twitter:card” content=”summary”></p> <p><meta name=”twitter:title” content=”AI New Breakthrough”></p> <p><meta name=”twitter:image” content=”ai-logo.jpg”></p></blockquote> <p>After optimization:</p> <blockquote><p><meta name=”twitter:card” content=”summary_large_image”> (switched to large image version)</p> <p><meta name=”twitter:title” content=”2024 AI New Breakthrough: Multimodal Large Models Implementation, These 3 Industries Will Benefit First”> (68 characters)</p> <p><meta name=”twitter:image” content=”ai-breakthrough.jpg”> (1200×675 pixels, file size 4.1MB)</p> <p><meta name=”twitter:site” content=”@TechNewsOfficial”> (official account)</p></blockquote> <p>Post-optimization effects (Twitter share test):</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Large image version card displays 20% more content area than basic version, click rate increased from 1.2% to 5.8%.</li> <li class="ybc-li-component ybc-li-component_ul">Official account marking makes users more trusting of share source, retweet count increased by 40% (Twitter Analytics data).</li> </ul> <h4>Testing is More Important Than Setting</h4> <p>Even if OG and Twitter tags are set according to rules, actual sharing effects may still have problems due to platform differences, caching, or code errors.</p> <p>Recommended testing tools and operation methods:</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Tool Name</th> <th>Supported Platforms</th> <th>Function</th> <th>Operation Steps</th> </tr> </thead> <tbody> <tr> <td>Facebook Sharing Debugger</td> <td>Facebook, LinkedIn, etc.</td> <td>Detect if OG tags are correct, preview sharing effects, clear platform cache</td> <td>1. Visit https://developers.facebook.com/tools/debug;<br /> 2. Enter page URL → Click “Debug”;<br /> 3. Check if “OG tags” match, click “Scrape Again” to update cache.</td> </tr> <tr> <td>Twitter Card Validator</td> <td>Twitter</td> <td>Detect if Twitter Card tags are correct, preview sharing effects</td> <td>1. Visit https://cards-dev.twitter.com/validator;<br /> 2. Enter page URL → Click “Validate”;<br /> 3. Check if “Card type” and “Preview image” match expectations.</td> </tr> <tr> <td>Caoliao QR Code</td> <td>All platforms</td> <td>Generate share QR codes with parameters, quickly test mobile display effects</td> <td>1. Visit https://cli.im/;<br /> 2. Enter page URL → Generate QR code;<br /> 3. Scan with phone, view actual share preview.</td> </tr> </tbody> </table> </div> <p>Common testing problems and solutions:</p> <ul> <li><strong>Image fails to load</strong>: Check if URLs for <code class="hyc-common-markdown__code__inline">og:image</code> or <code class="hyc-common-markdown__code__inline">twitter:image</code> are correct (whether there are spelling errors, whether login is required).</li> <li><strong>Title/description truncated</strong>: Shorten title/description length (OG title ≤60 characters, Twitter title ≤70 characters).</li> <li><strong>Preview shows old content</strong>: Use Facebook Debugger or Twitter Validator’s “Scrape Again” function to clear platform cache.</li> </ul> <div class="hyc-common-markdown__code"> <div class="hyc-code-scrollbar"> <div class="hyc-code-scrollbar__track"> <div> <h4>“SEO Value” of Social Share Preview</h4> </div> </div> </div> </div> <p>Many people think social share tags only affect sharing effects and have nothing to do with SEO.</p> <p>But data shows that high-engagement social shares can indirectly improve page rankings in search results (Google Search Central 2024 research).</p> <p>Specific logic:</p> <ol class="ybc-ol-component ybc-ol-component_1"> <li class="ybc-li-component ybc-li-component_ol">High social share count → More users click → Google crawler finds page “popular with users” → Improve ranking weight.</li> <li class="ybc-li-component ybc-li-component_ol">Share preview title/description highly consistent with page content → Long user dwell time → Google determines “strong content relevance” → Improve ranking.</li> </ol> <p>Case: The “Unintentional Benefit” Effect of a Parenting Blog</p> <p>A parenting blogger published an article about “2-Year-Old Baby Food Recipes,” casually added OG tags:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">og:title</code><span style="font-size: 16px;">: “2-Year-Old Baby Food Recipes: 10 Easy, Nutritious Homemade Dishes” (46 characters)</span></li> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">og:description</code><span style="font-size: 16px;">: “Including ingredient list, step photos, and allergy tips, even new moms can easily make them” (58 characters)</span></li> <li class="ybc-li-component ybc-li-component_ul"><code class="hyc-common-markdown__code__inline" style="font-size: 16px; font-style: inherit; font-weight: inherit;">og:image</code><span style="font-size: 16px;">: “baby-food.jpg” (1200×630 pixels, showing cute photo of baby eating solid food)</span></li> </ul> <p>This share was forwarded many times in mom groups, Facebook share clicks reached 5,000 times, with 80% of users staying over 2 minutes (viewing recipes).</p> <p>Three months later, the page’s search ranking for “2-year-old baby food” keyword rose from page 10 to page 1, with monthly search traffic increasing by 200% (Google Search Console data).</p> <h3>Other Functional Meta Tags</h3> <p>Functional meta tags don’t directly affect click rate or ranking like <code class="hyc-common-markdown__code__inline">description</code> or <code class="hyc-common-markdown__code__inline">viewport</code>.</p> <p>But they handle character encoding, browser compatibility, automatic redirects… these seemingly “secondary” operations affect whether Google can correctly crawl content</p> <p>W3Techs 2024 data shows 92% of websites globally use <code class="hyc-common-markdown__code__inline"><meta charset></code> tags, but 8% of websites still have character set errors causing garbled text (such as writing <code class="hyc-common-markdown__code__inline">UTF-8</code> as <code class="hyc-common-markdown__code__inline">GB2312</code>);</p> <p>Another analysis of crawl logs from 100,000 websites found that due to <code class="hyc-common-markdown__code__inline">X-UA-Compatible</code> setting errors, old IE users saw page chaos at a rate as high as 15%, directly causing bounce rate to increase by 25% (Google Search Console data).</p> <h4><meta charset=”UTF-8″></h4> <p>Character encoding determines whether page text can be correctly displayed and crawled. Over 90% of websites globally use UTF-8 (W3Techs 2024), which is Google’s only recommended encoding and the “universal translation” for multilingual websites including Chinese, English, Japanese, and more.</p> <p>Why must you use UTF-8?</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Avoid garbled text</strong>: If a page uses <code class="hyc-common-markdown__code__inline">GBK</code> encoding but declares <code class="hyc-common-markdown__code__inline">UTF-8</code>, Chinese will display as “口口口”; conversely, UTF-8 pages parsed with <code class="hyc-common-markdown__code__inline">GBK</code> will also be garbled.</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Affected crawling</strong>: Google’s crawler success rate for garbled pages is only 30% (normal pages are 95%), which may cause content to not be correctly indexed (Google Search Central 2023).</li> </ul> <p>Common errors and consequences:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Incorrect encoding declaration</strong>: An overseas trade website mistakenly declared <code class="hyc-common-markdown__code__inline">charset=ISO-8859-1</code> (European language encoding) for “compatibility with foreign users,” causing Chinese product descriptions to display as garbled text, and Chinese region search rankings disappeared entirely (Google Search Console shows “content could not be parsed”).</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Missing encoding declaration</strong>: A blog platform defaults to <code class="hyc-common-markdown__code__inline">UTF-8</code>, but the editor accidentally saved articles as <code class="hyc-common-markdown__code__inline">GBK</code> without declaring <code class="hyc-common-markdown__code__inline">charset</code>, causing garbled display on the frontend, user complaints increased by 60%.</li> </ul> <p>Verification methods:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">Check page source code to confirm <code class="hyc-common-markdown__code__inline"><meta charset></code> tag exists and is “UTF-8” (correct writing: <code class="hyc-common-markdown__code__inline"><meta charset="UTF-8"></code>).</li> <li class="ybc-li-component ybc-li-component_ul">Visit page with phone or old computer to check if text is clear and without garbled text.</li> </ul> <h4><meta http-equiv=”X-UA-Compatible”></h4> <p>The <code class="hyc-common-markdown__code__inline">X-UA-Compatible</code> tag tells IE browsers “which rendering engine to use for the page.”</p> <p>Although IE is being phased out (StatCounter 2024 data shows IE’s global market share is only 1.2%), some enterprise users or government websites still need to support old IE versions (such as IE9 and below).</p> <p>Core rules:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul">If old IE support is needed, set <code class="hyc-common-markdown__code__inline">content="IE=edge"</code> to force use of IE’s latest rendering engine (such as IE9+).</li> <li class="ybc-li-component ybc-li-component_ul">If old IE support is not needed (such as websites targeting young users), this tag can be omitted (modern browsers will ignore it).</li> </ul> <p>Consequences of incorrect settings:</p> <p>A government website once didn’t set <code class="hyc-common-markdown__code__inline">X-UA-Compatible</code>, so old IE users visiting had page elements misaligned (such as button overlapping, text overflow), user complaints increased by 40% (internal customer service data).</p> <blockquote><p>Correct example:</p> <p><span class="hljs-comment"><!– Force IE to use latest rendering engine –></span></p> <p><span class="hljs-tag"><meta http-equiv=”X-UA-Compatible” content=”IE=edge”></span></p></blockquote> <p>Verification method:</p> <p>Open page with IE9 or below version to check if elements display normally (such as button alignment, text without overflow).</p> <h4><meta http-equiv=”refresh”></h4> <p>The <code class="hyc-common-markdown__code__inline">refresh</code> tag sets “automatic redirects” (such as redirecting to new page after 3 seconds).</p> <p>Its core function is “guiding users to quickly leave the current page,” but Google clearly states it does not recommend using this method for redirects (may be considered “spam behavior”).</p> <p>Applicable scenarios and risks:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Usable scenarios</strong>: Only when page has permanently expired (such as old campaign page) and there are no other repair methods, can <code class="hyc-common-markdown__code__inline">refresh</code> temporarily be used to redirect to new page.</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Risks</strong>: Abuse of <code class="hyc-common-markdown__code__inline">refresh</code> (such as frequent redirects, redirecting to unrelated pages) will be judged by Google as “low-quality content,” lowering page rankings (Moz 2023 test data).</li> </ul> <p>Correct and incorrect comparison:</p> <ul class="ybc-ul-component"> <li class="ybc-li-component ybc-li-component_ul"><strong>Incorrect example</strong>: An e-commerce product page set <code class="hyc-common-markdown__code__inline"><meta http-equiv="refresh" content="3;url=https://shop.example.com/new-page"></code>, users were forcibly redirected right after opening the page, bounce rate as high as 90% (Google Analytics data).</li> <li class="ybc-li-component ybc-li-component_ul"><strong>Alternative solution</strong>: If users need to be guided to a new page, prioritize using buttons or text links (such as “Click here to view latest promotions”), and user-initiated clicks are more recognized by Google.</li> </ul> <p>Verification method:</p> <p>Use Chrome Developer Tools “Network” panel to check if there are 301/302 redirects (recommended) or <code class="hyc-common-markdown__code__inline">refresh</code> tags (not recommended).</p> <h4><meta name=”referrer”></h4> <p>The <code class="hyc-common-markdown__code__inline">referrer</code> tag controls the <code class="hyc-common-markdown__code__inline">Referer</code> header information sent by the browser (meaning “which page the user navigated from”).</p> <p>Its core function is to protect user privacy or meet data analysis needs.</p> <p>Common strategies and applicable scenarios:</p> <div class="hyc-common-markdown__table-wrapper" data-has-scroll="false"> <table> <thead> <tr> <th>Strategy Value</th> <th>Meaning</th> <th>Applicable Scenarios</th> </tr> </thead> <tbody> <tr> <td><code class="hyc-common-markdown__code__inline">no-referrer</code></td> <td>Don’t send any source information</td> <td>Privacy-sensitive pages (such as medical consultation pages), avoid user source being tracked.</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">origin</code></td> <td>Only send source domain (such as “https://www.example.com”), without specific path</td> <td>Track which website users come from, but don’t need specific page information (such as advertising effectiveness analysis).</td> </tr> <tr> <td><code class="hyc-common-markdown__code__inline">strict-origin</code></td> <td>Only send source domain when current page is HTTPS; HTTP pages don’t send</td> <td>Mixed content pages (partially HTTPS, partially HTTP), balancing privacy and data analysis.</td> </tr> </tbody> </table> </div> <p>Actual impact:</p> <p>A medical consultation website set <code class="hyc-common-markdown__code__inline">referrer="no-referrer"</code> and lost user source data, but privacy complaints decreased by 70% (internal compliance report);</p> <p>An advertising platform didn’t set <code class="hyc-common-markdown__code__inline">referrer</code> strategy, so advertisers couldn’t accurately track “which websites brought effective clicks,” and ad ROI decreased by 25% (advertising backend data).</p> <p>Verification method:</p> <p>Use Chrome Developer Tools “Network” panel to check if the <code class="hyc-common-markdown__code__inline">Referer</code> field in request headers matches expectations.</p> <p> </p> <blockquote><p><strong>In the end, the existence of SEO meta tags is not to “flatter algorithms,” but to let both Google and users “smoothly use your website.”</strong></p></blockquote> </div> </div> </div> <div class="elementor-element elementor-element-30d5ae52 e-con-full e-flex e-con e-child" data-id="30d5ae52" data-element_type="container" data-settings="{"sticky":"top","sticky_on":["desktop","tablet"],"sticky_parent":"yes","sticky_offset":0,"sticky_effects_offset":0}"> <div class="elementor-element elementor-element-5c27a5f elementor-widget elementor-widget-spacer" data-id="5c27a5f" data-element_type="widget" data-widget_type="spacer.default"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> <div class="elementor-element elementor-element-0861833 elementor-author-box--layout-image-above elementor-author-box--align-left elementor-widget elementor-widget-author-box" data-id="0861833" data-element_type="widget" data-widget_type="author-box.default"> <div class="elementor-widget-container"> <div class="elementor-author-box"> <div class="elementor-author-box__avatar"> <img src="https://www.guangsuan.com/wp-content/uploads/2024/04/Azure.jpg" alt="Don Jiang" loading="lazy"> </div> <div class="elementor-author-box__text"> <div > <span class="elementor-author-box__name"> Don Jiang </span> </div> <div class="elementor-author-box__bio"> <p>SEO本质是资源竞争,为搜索引擎用户提供实用性价值,关注我,带您上顶楼看透谷歌排名的底层算法。</p> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-267c7e17 elementor-widget elementor-widget-heading" data-id="267c7e17" data-element_type="widget" data-widget_type="heading.default"> <span class="elementor-heading-title elementor-size-default">最新解读</span> </div> <div class="elementor-element elementor-element-45e964fd elementor-grid-1 elementor-posts--thumbnail-none elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-posts" data-id="45e964fd" data-element_type="widget" data-settings="{"classic_columns":"1","classic_row_gap":{"unit":"px","size":8,"sizes":[]},"classic_columns_tablet":"2","classic_columns_mobile":"1","classic_row_gap_tablet":{"unit":"px","size":"","sizes":[]},"classic_row_gap_mobile":{"unit":"px","size":"","sizes":[]}}" data-widget_type="posts.classic"> <div class="elementor-widget-container"> <div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid"> <article class="elementor-post elementor-grid-item post-469675 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/how-to-write-a-meta-title-that-is/" > How to write a meta title that is both algorithm‑friendly and attractive in 10 minutes </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469686 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/how-to-make-your-brand-term-show-star/" > How to make your brand term show star ratings in search results </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469874 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/3-warning-signs-of-google-penalties-official-appeal/" > 3 Warning Signs of Google Penalties (Official Appeal Channel Usage Guide) </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469875 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/what-kind-of-content-does-google-like-3/" > What kind of content does Google like | 3 examples that reveal the true standard of “quality”. </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469913 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/does-not-having-a-navigation-menu-on-a/" > Does not having a navigation menu on a landing page affect SEO? </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469876 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/the-5-most-common-seo-mistakes-new-websites/" > The 5 Most Common SEO Mistakes New Websites Make – It’s Not Too Late to Fix Them! </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469659 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/how-to-use-google-search-suggestions-for-content/" > How to use Google search suggestions for content | Complete workflow for extracting questions from dropdown terms, grouping them, and setting priorities. </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469977 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/10-must-have-plugins-for-wordpress-seo-and/" > 10 Must-Have Plugins for WordPress SEO and Performance Optimization (2025 Edition) </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469950 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/is-a-zero-external-link-strategy-feasible-can/" > Is a zero external link strategy feasible? | Can your website really reach Google’s first page? </a> </h5> </div> </article> <article class="elementor-post elementor-grid-item post-469940 post type-post status-publish format-standard hentry"> <div class="elementor-post__text"> <h5 class="elementor-post__title"> <a href="https://www.guangsuan.com/en/post/the-same-keyword-why-is-the-google-ranking/" > the same keyword | Why is the Google ranking on desktop and mobile so different? </a> </h5> </div> </article> </div> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-6f776a9a e-flex e-con-boxed e-con e-parent" data-id="6f776a9a" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-388798e8 elementor-post-navigation-borders-yes elementor-widget elementor-widget-post-navigation" data-id="388798e8" data-element_type="widget" data-widget_type="post-navigation.default"> <div class="elementor-widget-container"> <div class="elementor-post-navigation"> <div class="elementor-post-navigation__prev elementor-post-navigation__link"> <a href="https://www.guangsuan.com/en/post/what-is-kd-seo-what-is-the-best/" rel="prev"><span class="post-navigation__arrow-wrapper post-navigation__arrow-prev"><i class="fa fa-angle-double-left" aria-hidden="true"></i><span class="elementor-screen-only">Prev</span></span><span class="elementor-post-navigation__link__prev"><span class="post-navigation__prev--label">Previous</span><span class="post-navigation__prev--title">What is KD SEO | What is the best keyword difficulty for beginners?</span></span></a> </div> <div class="elementor-post-navigation__separator-wrapper"> <div class="elementor-post-navigation__separator"></div> </div> <div class="elementor-post-navigation__next elementor-post-navigation__link"> <a href="https://www.guangsuan.com/en/post/what-is-a-target-keyword-how-to-find/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">What is a target keyword | How to find target keywords for SEO</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i class="fa fa-angle-double-right" aria-hidden="true"></i><span class="elementor-screen-only">Next</span></span></a> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- ast-container --> </div><!-- #content --> <div data-elementor-type="footer" data-elementor-id="469967" class="elementor elementor-469967 elementor-location-footer" data-elementor-post-type="elementor_library"> <div class="elementor-section-wrap"> <div class="elementor-element elementor-element-55548ac e-con-full e-flex e-con e-parent" data-id="55548ac" data-element_type="container"> <div class="elementor-element elementor-element-e1c006e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e1c006e" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-dd13141 e-flex e-con-boxed e-con e-parent" data-id="dd13141" data-element_type="container"> <div class="e-con-inner"> <div class="elementor-element elementor-element-8c4c274 e-con-full e-flex e-con e-child" data-id="8c4c274" data-element_type="container"> <div class="elementor-element elementor-element-a2240cc elementor-widget elementor-widget-text-editor" data-id="a2240cc" data-element_type="widget" data-widget_type="text-editor.default"> <p><img style="margin: 0 0 0px -6px;" title="光算科技公司" src="https://js.guangsuan.com/logo.png" width="177" height="67" /></p><p><strong>香港 (Hong Kong):</strong><br />光算科技有限公司 | Guangsuan Technology Limited<br /><span style="color: #ff0000;">★</span> 海外運營(香港):香港新蒲崗景福街99號啟德工廠大廈二期8樓D07室</p> </div> <div class="elementor-element elementor-element-5c3b87d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5c3b87d" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> <div class="elementor-element elementor-element-9d48764 elementor-widget elementor-widget-text-editor" data-id="9d48764" data-element_type="widget" data-widget_type="text-editor.default"> <p><strong>大陆 (China Mainland):</strong><br />广州市光算科技有限公司 | 广东光算科技有限公司<br /><span style="color: #ff0000;">★</span> 研发中心(佛山):佛山市南海区新凯广场2座2608</p> </div> </div> <div class="elementor-element elementor-element-8cbb41b e-con-full e-flex e-con e-child" data-id="8cbb41b" data-element_type="container"> <div class="elementor-element elementor-element-97a90a1 elementor-widget elementor-widget-html" data-id="97a90a1" data-element_type="widget" data-widget_type="html.default"> <div style="width: 200px; padding: 9px; display: flex; flex-direction: column; align-items: center; justify-content: center;"> <p style="text-align: center; margin: 11px; font-size: 15px;">微信Wechat 客服</p> <img style="width: 100%; border: 1px solid #ddd;" src="https://www.guangsuan.com/wp-content/uploads/2025/12/20251204-013136_ccbb0208.jpg" alt="光算科技公司微信客服" /> </div> </div> </div> <div class="elementor-element elementor-element-31b1d86 e-con-full e-flex e-con e-child" data-id="31b1d86" data-element_type="container"> <div class="elementor-element elementor-element-d3c9ae0 elementor-widget elementor-widget-html" data-id="d3c9ae0" data-element_type="widget" data-widget_type="html.default"> <div style="width: 200px; padding: 9px;"> <p style="text-align: center; margin: 11px; font-size: 15px;">微信公众号</p> <img style="width: 100%;border: 1px solid #ddd;" src="https://js.guangsuan.com/img/gongzhonghao.jpg" alt="光算科技公司微信客服" /> </div> </div> </div> <div class="elementor-element elementor-element-c9c34ce e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child" data-id="c9c34ce" data-element_type="container"> <div class="elementor-element elementor-element-feba6b2 elementor-widget elementor-widget-text-editor" data-id="feba6b2" data-element_type="widget" data-widget_type="text-editor.default"> <h4 class="widget-title">服务时间</h4><div style="font-size: 14px; margin-bottom: 5px;"><p><strong>星期一 ~ 星期五</strong><br /><strong>    上午  10:00 – 12:00;</strong><br /><strong>    下午  14:00 – 18:00;</strong></p></div><div style="font-size: 13px;">中午休息时间12:00~14:00 →  不售后!<br />下班时间,星期日,节假日 →  不定时售后!</div> </div> </div> </div> </div> <div class="elementor-element elementor-element-a040924 e-con-full e-flex e-con e-parent" data-id="a040924" data-element_type="container"> <div class="elementor-element elementor-element-b1efc8e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b1efc8e" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-eacc5cd e-con-full e-flex e-con e-parent" data-id="eacc5cd" data-element_type="container"> <div class="elementor-element elementor-element-12c4cf7 elementor-widget elementor-widget-html" data-id="12c4cf7" data-element_type="widget" data-widget_type="html.default"> <div style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap;"><span style="color: #000000;"><strong><span style="font-size: 14pt;">支付方式 | Payments:</span></strong></span> <svg t="1741456736446" class="icon" viewBox="0 0 2560 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2797" width="168" height="64"><path d="M715.776 500.736h46.592v23.552h-46.592v70.144h75.776v-23.552h-52.224V547.84h46.592v-70.656h-46.592v-23.552h52.224V430.08h-75.776z" fill="#C6000B" p-id="2798"></path><path d="M796.672 360.448c-83.456 0-151.552 67.584-151.552 151.552 0 83.968 68.096 151.552 151.552 152.064 83.968 0 152.064-68.096 152.064-152.064 0-83.456-68.096-151.552-152.064-151.552z m0.512 280.064c-71.168 0-128.512-57.856-128.512-128.512s57.344-128.512 128.512-128.512c70.656 0 128.512 57.344 128.512 128.512 0 70.656-57.344 128.512-128.512 128.512z" fill="#C6000B" p-id="2799"></path><path d="M803.328 453.632h52.224v23.552H808.96V547.84h46.592v23.552h-52.224v22.528h75.776v-70.656h-46.592v-23.552h46.592V430.08h-75.776z" fill="#C6000B" p-id="2800"></path><path d="M340.48 593.408c19.456 0 34.304-4.608 44.032-14.336 9.728-9.728 11.776-22.016 11.776-30.72 0-18.944-8.192-32.256-23.552-39.424l-0.512-0.512 0.512-0.512c7.168-3.584 16.384-11.264 16.384-33.792 0-12.288-4.608-23.552-13.312-31.232-9.216-8.704-23.04-13.312-39.424-13.312H250.88v163.328l89.6 0.512zM281.6 494.08v-34.304h51.712c9.216 0 24.576 0 24.576 17.92 0 6.656-3.072 11.264-8.704 13.824-5.12 2.56-11.264 2.56-15.872 2.56H281.6z m0 30.208l56.32-0.512c5.12 0 12.8 1.024 18.432 4.608s8.192 9.216 8.192 15.872c0 5.632-1.536 9.728-4.608 12.8-5.632 5.632-15.36 5.632-22.016 5.632h-57.344v-0.512l1.024-37.888zM25.6 430.08h32.768v163.328H25.6V430.08z m58.88 80.384c0 15.872 2.56 28.672 8.192 39.936 4.608 9.216 11.264 16.896 20.48 24.576 14.336 11.776 34.816 17.408 60.928 17.408h44.544v-30.72h-41.984c-23.552 0-40.448-5.632-50.688-17.408-7.168-8.192-10.752-18.944-10.752-32.768 0-14.336 4.096-26.112 12.288-34.304 10.24-10.24 26.624-15.36 49.152-15.36h41.984v-30.72h-43.008c-14.336 0-26.624 1.536-37.376 4.608-10.752 3.072-18.944 7.168-26.112 13.312-10.24 8.704-27.648 28.16-27.648 61.44z m331.776 0c0 15.872 2.56 29.696 8.192 41.472 4.608 10.24 11.776 18.944 20.48 25.6 13.824 10.752 33.28 15.872 60.928 15.872h47.104v-30.72h-44.544c-23.552 0-40.448-6.144-50.688-17.92-7.168-8.192-10.752-19.456-10.752-33.28 0-14.848 4.096-26.624 12.288-35.328 10.24-10.24 26.624-15.36 49.152-15.36h44.544v-30.72h-45.568c-14.336 0-26.624 1.536-37.376 4.608-10.752 3.072-18.944 7.168-26.112 13.312-8.704 7.168-27.648 27.136-27.648 62.464z" fill="#231815" p-id="2801"></path><path d="M1053.184 631.808H2534.4v8.192H1053.184v-8.192z" fill="#C6000B" p-id="2802"></path><path d="M2297.856 417.792h91.136v27.648h-91.136zM1635.328 442.88h61.44v-29.184h-158.72v29.184h62.464v109.056h-67.072v29.696h168.96v-29.696h-67.072zM1186.304 406.528c0.512-2.048 2.56-2.048 2.56-4.096 0-1.024-1.536-2.56-2.048-2.56l-30.208-1.024v34.304h-67.584v110.592h29.184v-10.24h38.4v58.88h30.208v-58.88h38.4v9.728h29.696v-110.592h-68.608v-26.112z m-29.696 99.84h-38.4v-44.032h38.4v44.032z m30.208-44.544h39.424v44.032h-39.424v-44.032zM1427.456 498.688h7.68v-20.992h-29.184v-13.824h33.28v-20.48h-91.136v19.968h33.28v13.824h-28.672v21.504h28.672v27.648h-35.84v19.968h95.744v-20.992c-5.632 0.512-2.048 0.512-8.192 0.512l10.752-9.216c-7.68-10.24-16.384-17.92-16.384-17.92z m-7.168 27.648h-14.336v-27.648h14.336l-11.264 11.264s7.68 8.192 13.312 16.384h-2.048zM2058.752 557.056c0 0.512-3.584-10.24-6.144-23.04-8.704 6.144-14.848 8.192-14.848 8.192v-20.48h23.04v-23.552H2037.76v-14.848h18.944v-24.064h-47.104l9.216-13.312h40.96l0.512-24.576H2032.64c2.048-4.608 4.608-7.168 5.632-7.68 1.536-1.024 3.072-3.072 1.024-5.632-11.264-3.584-17.92-7.168-25.6-9.728-7.68 19.968-19.968 43.52-36.352 61.44 9.216 10.24 11.264 22.528 11.264 22.528 7.168-7.168 9.728-10.24 9.728-10.24v10.752h14.336v14.336h-22.016v23.552h22.528v32.768c-9.216 5.12-22.528 10.752-22.528 10.752 6.656 14.336 9.216 20.992 10.24 23.552 3.072 2.56 5.632-1.536 8.192-2.56 21.504-13.312 42.496-24.576 49.152-28.672l0.512 0.512z" fill="#231815" p-id="2803"></path><path d="M1311.744 589.312h26.112v-7.68h112.128v7.68h26.112v-181.248h-164.352v181.248z m26.112-156.16H1448.96v123.392h-111.104v-123.392zM1858.56 408.064c0-2.048 2.048-2.048 2.048-4.096 0-1.024-1.536-2.56-2.048-2.56 0 0-15.36-0.512-30.72-0.512v16.896h-70.144v24.576h36.352s0.512 1.536 3.584 5.632c0.512 0.512 5.12 9.728 6.144 12.288h-38.4V588.8h26.624v-73.728s5.632 4.608 9.216 13.312c0 0 4.096-0.512 6.656-4.608v47.616h20.992v-4.096h31.232v4.096h19.456c4.608 9.728 4.096 18.432 4.096 18.432h5.632c19.968-0.512 32.768-8.192 32.768-22.528v-107.52h-36.352l8.192-18.432h36.352v-24.576h-71.68v-8.704zM1791.488 506.88v-20.992h26.624c-6.144 8.192-26.624 20.992-26.624 20.992z m67.072 40.448h-30.208v-15.872h30.208v15.872z m4.096-36.864H1827.84s2.56-1.536 9.216-8.704c3.584-0.512 5.12-2.048 3.072-5.12l-11.264-11.264h33.792s-4.608 7.168-12.288 13.824c6.656 5.12 9.728 9.216 12.288 11.264z m33.28 45.568c0 1.024-2.56 4.608-4.608 4.608h-11.264v-36.352l6.144 5.632c5.632-7.168 9.728-13.312 9.728-13.312v39.424z m0-70.144v20.48s-14.336-11.776-28.16-20.48h28.16z m-31.744-42.496l-8.704 17.408h-23.04l-7.68-17.408h39.424zM2137.088 538.112c6.144-4.096 15.36-11.264 18.432-13.312 1.024-0.512 3.584-3.072 4.096-3.072 0.512 0 1.024-1.024 0.512-1.536-3.072-4.096-12.8-16.896-12.8-17.408l-20.992 16.896c-3.072-6.656-5.12-17.92-5.12-17.92l29.184-0.512 0.512-92.672h-86.016v151.552l-12.288 6.144c8.192 14.848 9.728 23.04 9.728 23.04 1.024 1.024 1.024 1.024 1.536 1.024s0 1.024 4.096-2.56c9.728-4.608 35.328-19.456 40.96-23.04 8.192-4.608 1.024-0.512 3.072-2.56-2.56-9.216-1.536-19.456-1.536-19.456 13.312 24.064 28.672 39.424 36.864 46.08 8.192-12.8 19.456-23.04 19.456-23.04-24.576-11.264-29.696-27.648-29.696-27.648z m-47.616-107.008h36.864v14.336h-36.864v-14.336z m0 117.76V501.76h5.632c0 2.56 4.608 22.016 12.288 38.912 0.512 0-9.728 4.608-17.92 8.192z m0-69.632v-13.824h36.864v13.824h-36.864zM2226.688 470.528c13.312-9.216 28.16-24.576 30.208-26.624 2.56-2.048 13.824-14.336 13.824-14.336 5.632-4.096 5.12-3.072 7.68-3.584 3.072-1.024 2.56-3.072 3.072-3.072 1.024-2.048-1.024-3.584-8.704-11.776-3.072-3.072-11.776-11.264-11.776-11.264-12.8 19.456-34.304 37.888-46.08 46.592 6.656 6.656 11.776 24.064 11.776 24.064zM2294.272 467.968c1.024-1.024 3.072-2.048 3.072-2.048 2.048-0.512 3.072-3.072 3.584-4.096 0-1.024-1.536-2.56-10.752-10.24 0 0-1.024-1.024-8.704-9.728-16.896 24.576-41.472 48.128-63.488 62.464 7.168 6.656 12.288 25.6 12.288 25.6l13.824-11.264h0.512v71.168h27.136v-94.208c7.68-7.68 19.456-23.04 19.456-23.04v23.04h50.688v63.488c0 4.608-5.12 5.12-5.12 5.12h-16.384c10.752 12.8 8.704 24.576 9.216 28.672h3.072c17.408-1.024 37.376-1.536 38.4-25.088v-72.704h24.064v-27.136h-100.864z" fill="#231815" p-id="2804"></path></svg> <svg t="1741456903854" class="icon" viewBox="0 0 2385 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4288" width="88" height="33"><path d="M441.075641 251.075136h-23.416334c-15.610889 0-22.115426-9.849728-22.115426-24.345553V123.400363h45.53176V94.222868h-45.53176v-55.753177h-32.894374v187.888204c0 39.398911 19.885299 55.753176 55.753176 55.753176h23.416334v-31.035935zM125.140977 193.463521v1.300907c0 67.089655 54.823956 91.063521 105.931035 91.063521s100.355717-23.973866 100.355716-76.939383-42.18657-65.41706-81.771324-74.337568l-13.938294-2.973503c-35.496189-7.805445-66.346279-14.309982-66.34628-40.699818 0-37.168784 38.841379-42.000726 55.753176-42.000726 37.168784 0 57.797459 17.655172 61.514338 50.549546v1.300908h34.566969v-1.672596C318.976186 47.204356 284.409217 18.584392 226.24007 18.584392c-46.46098 0-92.92196 23.23049-92.92196 75.452632 0 46.646824 39.027223 58.912523 82.328856 68.390562l8.548821 1.858439c37.168784 7.805445 71.178221 15.239201 71.178221 46.646824 0 38.655535-39.398911 44.602541-62.815245 44.602541a86.789111 86.789111 0 0 1-50.363702-14.309982 53.708893 53.708893 0 0 1-22.301271-46.46098v-1.300907z" fill="#0071B0" p-id="4289"></path><path d="M638.627728 252.1902h-1.858439a21.372051 21.372051 0 0 1-8.734664 1.858439c-7.805445 0-8.177132-4.460254-8.177132-18.584392V141.055535c0-34.938657-22.858802-51.66461-70.249002-51.664609-28.43412 0-76.753539 7.991289-78.983666 62.629401v1.486751h32.70853v-1.300907c1.115064-22.858802 15.239201-33.63775 44.416697-33.63775s39.584755 9.292196 39.584755 30.106715c0 16.540109-16.911797 18.584392-40.142287 22.301271-6.690381 0.92922-13.380762 1.858439-20.442831 3.159346-31.965154 6.132849-63.186933 15.610889-63.186933 57.797459 0 32.894374 23.044646 52.965517 62.071869 52.965518a82.886388 82.886388 0 0 0 63.372777-26.761525 24.903085 24.903085 0 0 0 26.57568 26.761525 41.25735 41.25735 0 0 0 22.301271-5.575318v-26.018149z m-106.302722 2.415971c-10.221416 0-34.195281-2.601815-34.195281-25.460617s18.584392-28.805808 35.867876-31.779311l16.540109-2.415971a104.630127 104.630127 0 0 0 37.168784-8.920508v28.43412c0 15.610889-14.867514 40.142287-54.638112 40.142287z" fill="#0071B0" p-id="4290"></path><path d="M667.61938 94.222868v185.84392h32.894374V175.436661a50.363702 50.363702 0 0 1 52.965517-55.753176 33.266062 33.266062 0 0 1 35.682033 35.682032v125.258802h33.080218V158.33902c0-46.089292-21.186207-68.390563-64.487841-68.390563a64.859528 64.859528 0 0 0-59.098366 30.850091V94.222868z" fill="#0071B0" p-id="4291"></path><path d="M996.748963 24.345554v92.92196a72.479129 72.479129 0 0 0-58.540835-26.947369c-51.850454 0-85.302359 37.168784-85.30236 96.638839a109.833757 109.833757 0 0 0 21.557895 68.576406 79.355354 79.355354 0 0 0 64.48784 29.549184 64.48784 64.48784 0 0 0 57.79746-26.947369v22.30127h32.70853V24.345554z m-53.523049 230.818148c-38.283848 0-55.753176-33.266062-55.753176-66.346279 0-20.814519 5.20363-69.69147 53.708892-69.69147 52.407985 0 55.753176 52.222142 55.753177 68.204719 0 32.894374-14.309982 67.833031-54.638113 67.83303zM1237.788527 252.747731h-1.672595a24.531397 24.531397 0 0 1-8.734664 1.672596c-7.991289 0-8.362976-4.27441-8.362977-18.584392V141.798911c0-34.938657-23.044646-51.850454-70.063158-51.850454-28.805808 0-76.939383 7.991289-79.16951 62.629401v1.486752h32.894374v-1.300908c1.300907-22.858802 15.239201-33.63775 44.416697-33.637749s39.398911 9.47804 39.398911 29.363339c0 16.540109-16.725953 18.584392-40.142287 22.301271-6.690381 0.92922-13.380762 1.858439-20.442831 3.159346-31.965154 6.132849-63.186933 15.610889-63.186933 57.797459 0 33.080218 23.044646 52.965517 62.07187 52.965518a82.886388 82.886388 0 0 0 63.372776-26.761525 24.903085 24.903085 0 0 0 26.575681 26.761525 41.443194 41.443194 0 0 0 22.487114-5.947006v-26.018149z m-106.302722 2.415971c-10.221416 0-34.009437-2.415971-34.009438-25.460617s18.584392-28.619964 35.496189-31.77931l16.725953-2.415971a100.541561 100.541561 0 0 0 37.168784-8.920508v28.619964c0 15.425045-14.68167 39.956443-54.638113 39.956442z" fill="#0071B0" p-id="4292"></path><path d="M1365.649144 89.948457h-1.300907A67.275499 67.275499 0 0 0 1297.444425 130.090744V94.222868h-31.035934v185.84392h32.894374v-82.700545C1299.302865 148.675136 1319.559852 124.515426 1364.348237 124.515426h1.300907V89.948457z" fill="#0071B0" p-id="4293"></path><path d="M1513.952592 24.345554v92.92196a72.479129 72.479129 0 0 0-58.726678-27.319057c-51.478766 0-85.116515 37.168784-85.116516 96.638839a107.60363 107.60363 0 0 0 21.557895 68.576406 78.983666 78.983666 0 0 0 64.301996 29.549184 64.673684 64.673684 0 0 0 57.983303-26.947369v22.301271h32.894374V24.345554z m-53.523049 230.818148c-38.469691 0-55.753176-33.266062-55.753176-66.346279 0-20.814519 5.20363-69.69147 53.708893-69.69147 52.222142 0 55.753176 52.222142 55.753176 68.204719 0 32.894374-14.495826 67.833031-54.452268 67.83303z" fill="#0071B0" p-id="4294"></path><path d="M192.974008 538.947368v1.300908c-3.345191 44.045009-30.850091 71.735753-71.549909 71.735753A74.337568 74.337568 0 0 1 55.821195 580.948094a125.444646 125.444646 0 0 1-20.071143-74.337568A119.869328 119.869328 0 0 1 55.821195 436.733212a76.010163 76.010163 0 0 1 64.48784-30.85009 65.231216 65.231216 0 0 1 69.505626 52.965517v1.115063h37.168784v-1.672595a92.92196 92.92196 0 0 0-35.867876-62.257713 115.780762 115.780762 0 0 0-69.69147-21.186207 113.922323 113.922323 0 0 0-90.320145 39.584755A147.188385 147.188385 0 0 0 0.068019 509.398185c0 82.328857 45.345917 133.435935 118.382577 133.435935a111.506352 111.506352 0 0 0 77.311071-27.319056 117.453358 117.453358 0 0 0 33.637749-74.337569V538.947368zM260.249507 380.608348v256.46461h32.894374v-105.001815a50.363702 50.363702 0 0 1 52.965517-55.753176 33.080218 33.080218 0 0 1 35.867877 35.496189v125.816334h32.894374V514.787659c0-45.903448-21.000363-68.204719-64.487841-68.204719a65.602904 65.602904 0 0 0-57.239927 28.248276v-94.222868z" fill="#0071B0" p-id="4295"></path><path d="M484.377275 510.513249v-1.300908c1.300907-22.858802 15.425045-33.451906 44.416697-33.451905s39.398911 9.292196 39.398911 29.177495c0 16.911797-16.725953 18.584392-39.956443 22.487114-6.690381 0.92922-13.380762 1.858439-20.628675 3.159347-31.965154 6.132849-63.186933 15.610889-63.186933 57.611615 0 33.266062 23.23049 52.965517 62.071869 52.965518a82.514701 82.514701 0 0 0 63.372777-26.575681 24.903085 24.903085 0 0 0 26.761525 26.575681 41.629038 41.629038 0 0 0 22.30127-5.20363V609.568058h-1.672595a25.274773 25.274773 0 0 1-8.920508 1.672595c-7.805445 0-8.177132-4.27441-8.177133-18.584392v-94.408711c0-34.752813-22.858802-51.66461-70.063158-51.66461-28.619964 0-76.939383 7.991289-79.16951 62.443557v1.486752z m28.805807 101.284936c-10.221416 0-34.009437-2.415971-34.009437-25.646461s18.584392-28.43412 35.682033-31.593466l16.540109-2.415971a97.010526 97.010526 0 0 0 37.168784-8.920508v28.248275c0 15.610889-14.68167 40.328131-54.638113 40.328131zM1546.846966 636.887114V380.980036h-32.894374v92.92196A72.479129 72.479129 0 0 0 1455.225914 446.025408c-51.478766 0-85.116515 37.168784-85.116516 96.638839a108.347005 108.347005 0 0 0 21.557895 68.576406 78.983666 78.983666 0 0 0 64.301996 29.36334 64.48784 64.48784 0 0 0 57.983303-26.761525v22.487115z m-86.417423-25.088929c-38.469691 0-55.753176-33.451906-55.753176-66.346279 0-20.814519 5.20363-69.69147 53.708893-69.69147 52.222142 0 55.753176 52.407985 55.753176 68.204718 0 32.70853-14.495826 67.833031-54.452268 67.833031zM1005.855315 579.089655a42.744102 42.744102 0 0 1-45.531761 32.70853 55.753176 55.753176 0 0 1-40.699818-15.425045 58.726679 58.726679 0 0 1-15.053358-42.18657h137.338657v-1.300908a115.037387 115.037387 0 0 0-27.319056-83.44392A75.266788 75.266788 0 0 0 957.535895 446.025408c-50.73539 0-87.532486 40.513975-87.532486 96.638839 2.044283 62.257713 34.381125 97.939746 89.205082 97.939746a75.266788 75.266788 0 0 0 79.541198-62.07187z m-50.177859-103.329219a51.478766 51.478766 0 0 1 51.292922 49.248638h-102.214156a50.73539 50.73539 0 0 1 50.921234-49.248638zM1312.497783 579.647187a42.744102 42.744102 0 0 1-45.53176 32.150998 55.753176 55.753176 0 0 1-40.328131-15.425045 58.912523 58.912523 0 0 1-15.239202-42.18657h137.338657v-1.300908a115.037387 115.037387 0 0 0-27.319056-83.44392A75.638475 75.638475 0 0 0 1263.806676 446.025408c-50.549546 0-87.346642 40.513975-87.346643 96.638839 1.858439 62.257713 34.381125 97.939746 89.205082 97.939746a74.337568 74.337568 0 0 0 79.355354-61.514338z m-49.992015-103.886751a51.478766 51.478766 0 0 1 51.292922 49.248638h-102.4a51.107078 51.107078 0 0 1 51.107078-49.248638z" fill="#0071B0" p-id="4296"></path><path d="M681.37183 637.072958v-83.072232c0-49.806171 20.628675-72.850817 64.859528-72.850817h1.486752V446.025408h-1.300908a66.717967 66.717967 0 0 0-66.903811 39.956443v-35.496189h-31.035935v185.843921zM1107.140251 636.887114v-82.886388c0-49.806171 20.442831-72.850817 65.045372-72.850817h1.300908V446.025408h-1.300908a66.160436 66.160436 0 0 0-66.717967 39.956443v-35.310345H1074.245877v185.84392zM853.277456 607.895463h-23.23049c-15.796733 0-22.115426-10.035572-22.115426-24.717242v-103.143375h45.345916v-29.177496h-45.345916v-55.753176H775.037166v187.516516c0 39.770599 19.699456 55.753176 55.753176 55.753176h23.23049v-30.478403z" fill="#0071B0" p-id="4297"></path><path d="M1922.437529 988.875499a152.392015 152.392015 0 0 1-76.939383 25.460617 126.188022 126.188022 0 0 1-124.329583-119.311797L1849.772556 817.713249l200.339746 89.576769-127.674773 81.027949z" fill="#82B9D9" p-id="4298"></path><path d="M1999.005224 659.188385l-95.895463-42.18657c-42.558258-18.584392-82.886388-35.124501-82.886388-82.143013a65.045372 65.045372 0 0 1 18.584392-49.80617l202.384029 89.205081-49.992015 28.991652c-13.938294 8.362976-23.602178 15.796733-23.602178 26.57568s13.194918 21.186207 31.035935 29.36334z" fill="#B1D6A1" p-id="4299"></path><path d="M2092.856404 217.62323l-97.939746 59.470055a34.195281 34.195281 0 0 0-20.442832 26.761524c0 14.867514 22.672958 26.203993 42.744102 35.867877l-122.842831-54.080581c-35.867877-15.982577-72.107441-34.009437-72.107441-77.682758a79.912886 79.912886 0 0 1 13.75245-45.903449L2101.405224 0a120.42686 120.42686 0 0 1 62.629401 103.32922c0 52.407985-26.389837 87.346642-71.178221 114.29401z" fill="#82B9D9" p-id="4300"></path><path d="M2301.559126 408.856624l-24.15971 13.938294L2074.457856 334.519056l235.65009-141.798911a121.170236 121.170236 0 0 1 63.001089 103.32922 123.772051 123.772051 0 0 1-71.549909 112.807259z" fill="#B1D6A1" p-id="4301"></path><path d="M2130.396875 581.319782l119.869329 52.779674c44.974229 19.885299 58.726679 43.673321 58.726679 74.337568a62.443557 62.443557 0 0 1-23.044646 44.788384l-201.640654-89.390925 34.009438-18.584392c28.991652-15.796733 38.655535-25.460617 38.655535-36.053721s-6.876225-18.584392-26.389837-27.133212z" fill="#82B9D9" p-id="4302"></path><path d="M2344.303228 1024a827.934664 827.934664 0 0 0-171.719783-95.895463l-305.713248-135.294374c-76.753539-34.381125-127.674773-79.912886-127.674773-156.666424s35.867877-111.506352 83.072232-140.498004l17.655172-10.593103a65.045372 65.045372 0 0 0-18.584392 49.80617c0 47.018512 40.328131 63.001089 82.886389 82.143013l355.705263 156.666425c61.886025 26.575681 118.568421 72.293285 118.568421 149.976043a160.940835 160.940835 0 0 1-33.080218 100.355717z" fill="#00A439" p-id="4303"></path><path d="M2308.063663 739.472958l-22.30127 13.75245a62.443557 62.443557 0 0 0 23.23049-45.717604c0-29.735027-13.75245-53.523049-58.726679-74.337568l-380.050817-167.259528c-76.939383-34.009437-124.70127-77.682759-124.70127-154.250454 0-70.249002 35.124501-116.338294 90.505989-150.347731a79.912886 79.912886 0 0 0-13.75245 45.903448c0 43.673321 37.168784 61.700181 72.107441 77.682759l369.643557 162.985118c67.275499 29.735027 121.727768 74.337568 121.727768 156.666424a147.374229 147.374229 0 0 1-77.682759 134.179311z" fill="#0071B0" p-id="4304"></path><path d="M555.74134 764.561887h-24.717241v1.486752l1.300907 23.23049V799.128857h-39.398911a208.888566 208.888566 0 0 1-24.345553-1.486752h-1.486752V822.916878h1.486752a193.835209 193.835209 0 0 1 24.345553-1.672595h17.469329a101.099093 101.099093 0 0 1-52.59383 43.673321h-1.672595l0.92922 1.300908a110.019601 110.019601 0 0 1 11.336479 19.885299v1.115064h1.115063a136.595281 136.595281 0 0 0 61.886026-62.815245v52.593829h1.486751a139.197096 139.197096 0 0 1 21.557895 0h1.300907v-52.593829a173.764065 173.764065 0 0 0 31.221779 42.372414 213.906352 213.906352 0 0 0 34.938657 24.159709h1.486751v-1.672595a71.921597 71.921597 0 0 1 11.150635-18.584392l1.115064-1.486751h-1.858439a108.718693 108.718693 0 0 1-30.106715-18.584392 146.445009 146.445009 0 0 1-26.947369-29.36334h25.088929a254.792015 254.792015 0 0 1 27.319057 1.672595H631.937347V797.642105h-1.486751a272.261343 272.261343 0 0 1-28.248276 1.486752h-46.46098v-9.849728a220.968421 220.968421 0 0 1 1.858439-23.23049v-1.486752z m-134.550998 9.106353l-7.619601 9.849727-9.292196 10.778948h1.300908c2.415971 1.486751 12.82323 8.54882 20.256987 14.309982a218.366606 218.366606 0 0 1 18.584392 15.610889l1.115063 1.115063v-1.300907a145.701633 145.701633 0 0 1 10.593104-13.75245l7.433757-9.292196-41.629038-28.248276v0.92922zM405.021921 836.297641c-1.300907 2.415971-11.150635 18.584392-13.938294 21.186207l-0.92922 1.300907 26.203993 14.68167c11.336479 6.876225 18.584392 12.82323 18.584392 12.82323h1.115064l17.283484-25.274773h-1.300907L405.765297 836.297641v0.929219z m137.152813 46.089292H488.837529a9.106352 9.106352 0 0 0-10.035572 10.221415v67.2755a9.106352 9.106352 0 0 0 9.849728 10.035571h108.718693a9.292196 9.292196 0 0 0 10.221416-10.221415v-66.717968a9.106352 9.106352 0 0 0-10.40726-10.221415zM501.846603 902.829764c0-2.230127 0-3.159347 2.973503-3.159347h76.567695c2.230127 0 3.345191 1.115064 3.345191 3.159347v13.380762H501.846603v-13.380762z m82.886389 31.77931V947.803993c0 2.973503-1.115064 3.902722-3.716879 3.902722h-76.567695c-2.601815 0-3.345191-0.92922-3.34519-3.531034v-13.566607z m-162.61343-37.168784c-1.115064 4.831942-6.318693 28.805808-12.079855 48.876951s-13.194918 42.929946-15.053358 47.3902h1.115064a249.030853 249.030853 0 0 1 25.832305 18.584392l1.672595 1.486751v-2.230127c1.115064-6.132849 11.708167-49.248639 12.451543-52.593829l12.82323-51.850454h-1.115063a219.295826 219.295826 0 0 1-23.788022-11.708167h-1.486752v1.672596zM450.553681 984.972777v24.159709h1.486752c13.566606 0 163.914338-0.92922 177.480943 0h1.486752v-25.460617h-1.486752c-13.566606 1.115064-164.471869 1.115064-177.480943 0h-1.486752V984.972777z" fill="#0071B0" p-id="4305"></path><path d="M1410.623373 779.243557v25.460617h1.858439c12.82323-1.115064 101.656624-1.300907 115.594918 0h1.486752v-26.761524h-1.85844c-18.584392 0-97.939746 1.115064-115.594918 0h-1.486751v1.486751zM1356.728636 758.429038a554.000726 554.000726 0 0 1-66.903811 69.69147h-1.115064 0.92922a185.84392 185.84392 0 0 1 16.725953 19.513612v1.115063l1.115063-0.929219a545.451906 545.451906 0 0 0 71.549909-72.107441v-0.92922h-1.115063c-3.159347-2.415971-14.495826-11.522323-20.814519-17.469328h-1.115064v1.115063zM1366.578364 817.713249a720.516878 720.516878 0 0 1-77.496915 90.691833c3.531034 3.716878 12.637387 14.124138 16.540109 18.584392l1.115063 1.300907 4.088567-4.646098c8.54882-8.54882 14.124138-14.309982 16.911796-18.584392 0 0 3.531034-4.088566 5.761162-6.504537v83.258076a216.322323 216.322323 0 0 1-1.486751 27.319056v1.486752h28.991651v-1.300908L1358.215387 873.466425c18.584392-21.929583 29.177495-34.195281 31.407623-37.168784v-1.115064h-1.115064c-9.663884-7.433757-16.911797-13.380762-21.000363-17.283484l-1.115063-1.115064v1.300907zM1393.89742 848.935027v27.5049h1.486751c18.584392-1.115064 66.160436-1.858439 74.337568-2.044283v92.92196c0 11.522323-5.575318 18.584392-15.982577 18.584392h-18.584392v25.832305h18.584392a38.098004 38.098004 0 0 0 42.929946-43.859165v-92.92196l51.292922 2.044283v-28.619964h-1.486752c-14.309982 0-134.17931 1.300907-149.976043 0H1393.89742v1.300908zM795.294153 786.677314v25.088929h1.300908l70.620689-1.300907v154.436297c0 11.522323-5.575318 17.655172-15.982577 17.655173h-18.584392v26.018149h18.584392a38.283848 38.283848 0 0 0 42.929946-44.045009v-154.06461l42.372413 1.486751v-26.57568H795.294153v1.486751zM730.620469 763.075136h-1.486751s1.300907 52.965517 1.300907 55.753176c-8.362976 0-33.451906 0-40.885662-1.672595H687.690523v26.389837h1.486752l41.071506-1.672596v54.452269a327.456987 327.456987 0 0 1-39.770599 9.663884h-1.115063l1.300907 14.309982V932.936479h1.672595l37.168784-11.150635v49.620327c0 11.336479-5.389474 17.469328-15.610889 17.469328h-15.239201v26.203993h15.239201c28.248276 0 42.000726-14.124138 42.000726-43.11579v-58.726678c5.017786-1.672595 26.018149-8.54882 47.204356-17.283485v-1.115064l-0.92922-10.593103c0-8.734664 0-11.522323-1.115063-11.894011v-1.672595h-1.486752a355.519419 355.519419 0 0 1-38.841379 15.239201l-5.20363 1.672596v-46.46098c13.75245 0 29.735027 1.300907 33.080218 1.672595h1.486751v-26.203993h-1.486751a260.181488 260.181488 0 0 1-33.266062 1.486751c0-1.858439 1.672595-55.753176 1.672596-55.753176h-27.876588z" fill="#0071B0" p-id="4306"></path><path d="M1128.88399 776.084211a9.106352 9.106352 0 0 0-9.849728 10.035571v216.136479a8.734664 8.734664 0 0 0 4.831942 8.362977 11.708167 11.708167 0 0 0 11.894011-1.300908l41.814882-31.593466s-2.787659-19.513612-2.973503-21.186207a170.233031 170.233031 0 0 0 22.672958 30.664247 307.2 307.2 0 0 0 22.487115 21.000363l4.646098 3.34519 3.34519-3.531034 18.584392-18.584392-1.672595-0.92922h-1.858439a112.80726 112.80726 0 0 1-46.646824-37.168784l41.443194-34.938657-21.557895-14.309982v0.92922L1189.469108 930.334664a155.551361 155.551361 0 0 1-9.106352-33.080218h37.168784a9.292196 9.292196 0 0 0 10.407259-10.035571V786.119782a9.292196 9.292196 0 0 0-10.221415-10.035571z m14.309982 25.274773c0-1.486751 0-3.159347 3.34519-3.159347h52.965517a2.973503 2.973503 0 0 1 3.345191 3.345191v24.159709h-59.655898v-24.345553z m59.655898 44.974228V873.466425c0 2.787659 0 3.716878-3.345191 3.716878H1146.725006c-2.601815 0-3.531034-0.92922-3.531034-3.531034v-27.319057z m-46.832668 50.921234a253.676951 253.676951 0 0 0 11.708167 44.04501 91.063521 91.063521 0 0 0 5.761162 12.265698l-30.292559 24.15971v-80.470418z" fill="#0071B0" p-id="4307"></path><path d="M1013.846603 915.652995a72.293285 72.293285 0 0 1-17.09764 7.247912h-1.115064l2.415971 8.920509c2.230127 8.54882 4.646098 21.000363 7.247913 37.168784l1.300907 9.292196v1.672595h1.672596a101.47078 101.47078 0 0 1 18.584392-7.247913h1.115063l-12.265699-57.797459-1.486751 0.929219zM1073.502502 916.024682A355.705263 355.705263 0 0 1 1059.378364 966.388385v1.300907l5.389473 1.115064 15.796734 3.159346v-1.115063l7.805444-24.15971c1.672595-5.761162 6.504537-18.584392 8.177133-23.416334v-1.486751h-1.672596a170.790563 170.790563 0 0 1-20.256987-5.947006h-1.672595v1.672596z" fill="#0071B0" p-id="4308"></path><path d="M1040.793972 764.376044a628.15245 628.15245 0 0 1-61.700182 86.974954l-0.929219 1.115064 1.115063 0.929219a100.913249 100.913249 0 0 1 18.584392 13.938294h1.115064l10.593103-12.82323v9.47804h22.672958v25.460617h-22.30127c-4.646098 0-12.265699 0-22.672958-1.486752h-1.486752v25.460618h1.486752l22.858802-1.85844h22.115426v72.479129l-15.425045 2.787659c-11.708167 2.044283-23.602178 3.531034-35.310345 4.460254h-1.486751l7.247913 28.248276h1.300907c6.318693-2.415971 67.647187-16.540109 102.957532-24.531398v-26.57568h-1.858439l-17.469329 5.761161-18.584392 4.831942V910.635209h17.097641c4.27441 0 12.265699 0 23.602178 1.858439h1.486751V887.404719l-16.354265 1.486751h-23.044646v-24.903085h28.805808v-15.239202-7.991288l2.973502 3.716878 0.92922 1.300908 9.849728-10.035572 6.504537-5.761162 3.902722-3.531034-51.292922-38.283848 7.805445-11.522323-23.788022-14.309982v1.115064z m5.575317 42.000726a401.05118 401.05118 0 0 1 37.168784 33.637749h-61.514337c12.265699-15.796733 22.30127-29.920871 24.717241-33.637749z" fill="#0071B0" p-id="4309"></path></svg>   <svg t="1741456930921" class="icon" viewBox="0 0 1616 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5472" width="50" height="50"><path d="M319.595789 0h407.282527c56.481684 0 92.483368 46.888421 78.524631 103.531789l-189.709473 816.936422C602.543158 977.973895 545.253053 1024 488.825263 1024H81.542737C25.061053 1024-10.940632 977.111579 3.018105 920.468211L192.727579 103.477895C205.877895 46.888421 262.305684 0 319.595789 0" fill="#E03333" p-id="5473"></path><path d="M691.361684 0h459.776c55.511579 0 30.558316 46.888421 17.677474 103.531789l-186.47579 816.936422C969.458526 977.973895 973.500632 1024 917.234526 1024H457.404632c-56.266105 0-90.812632-46.888421-77.177264-103.531789l186.47579-816.936422C579.691789 46.888421 635.149474 0 691.415579 0" fill="#004889" p-id="5474"></path><path d="M1128.286316 0h406.905263c57.344 0 92.537263 46.888421 78.632421 103.531789L1423.845053 920.522105C1410.748632 977.973895 1353.458526 1024 1296.976842 1024h-406.905263c-57.344 0-92.537263-46.888421-78.632421-103.531789L1001.418105 103.477895C1014.514526 46.888421 1071.804632 0 1128.286316 0" fill="#008089" p-id="5475"></path><path d="M1034.293895 715.183158h35.947789l10.725053-32.768h-35.94779l-10.725052 32.768z m29.103158-91.028211l-12.234106 38.588632s13.743158-6.521263 20.641685-8.730947c7.599158-1.455158 18.324211-2.910316 18.32421-2.910316l8.407579-26.947369h-35.193263z m17.569684-55.349894l-12.234105 37.187368s12.934737-5.874526 20.641684-7.329684c7.653053-2.155789 18.324211-2.155789 18.32421-2.15579l8.407579-26.947368-35.139368-0.754526z m79.494737 0l-46.618948 146.378105h12.234106l-9.970527 29.857684h-12.234105l-3.018105 9.485474h-44.355369l3.072-9.485474H970.105263l9.162105-27.648h9.162106l47.427368-148.587789 9.162105-29.857685h45.109895l-4.581053 15.306106s12.234105-8.030316 23.713685-10.940632c11.425684-2.910316 76.422737-3.610947 76.422737-3.610947l-9.916632 29.857684-15.306105-0.754526zM1208.858947 538.947368h51.954527l0.808421 16.707369c0 2.910316 2.479158 4.311579 8.245894 4.311579h10.778948l-9.916632 28.348631h-28.025263c-23.929263 1.455158-33.792-7.976421-32.983579-18.162526L1208.858947 538.947368z m6.629053 132.850527h-49.475368l8.245894-24.68379h56.050527l8.245894-22.528h-56.050526l9.916632-28.294737H1347.368421l-9.916632 28.294737h-51.900631l-8.245895 22.528h51.954526l-8.245894 24.68379h-56.050527l-9.916631 10.13221h23.066947l5.766737 31.258948c0.862316 2.856421 0.862316 5.066105 1.616842 6.467368 0.862316 1.455158 8.299789 1.455158 12.39579 1.455158h6.629052l-10.778947 31.959579h-17.246316c-2.479158 0-6.629053 0-12.395789-0.700632-4.904421-0.754526-9.054316-2.910316-12.39579-4.365473-3.233684-1.455158-8.192-5.066105-9.000421-10.886737l-5.766737-31.258948-25.6 31.258948a46.511158 46.511158 0 0 1-37.888 17.408H1137.178947l9.054316-27.594105h14.012632a19.294316 19.294316 0 0 0 9.916631-2.910316 13.096421 13.096421 0 0 0 7.383579-5.766737l37.941895-46.457263zM674.762105 603.567158h131.072l-9.916631 27.54021h-51.900632l-8.245895 23.228632h53.571369l-9.916632 28.348632h-53.571368l-13.150316 37.726315c-1.670737 4.311579 12.341895 5.066105 18.108632 5.066106l26.408421-2.910316-10.778948 31.258947h-60.146526c-4.958316 0-8.245895-0.754526-14.012632-1.455158-4.958316-1.455158-7.437474-2.910316-9.862736-6.575158-2.479158-2.856421-5.766737-5.766737-3.341474-12.341894l17.354105-50.768842H646.736842l9.916632-29.103158h29.642105l8.245895-23.174737h-29.642106l9.862737-26.839579z m88.17179-49.367579h53.625263l-9.916632 29.049263h-73.350737l-8.245894 5.766737c-3.287579 2.910316-4.958316 1.455158-9.054316 3.664842a53.894737 53.894737 0 0 1-23.929263 5.766737h-23.066948l9.862737-27.540211h7.437474a45.271579 45.271579 0 0 0 12.395789-1.455158 33.630316 33.630316 0 0 0 8.192-8.730947l13.204211-21.773474h53.571368l-10.725052 15.252211z m103.046737 47.157895s14.874947-11.587368 39.558736-15.252211c5.766737-0.700632 41.229474-0.700632 41.229474-0.700631l5.766737-15.952843h-75.829895l-10.725052 31.905685z m70.925473 12.395789h-75.021473l-4.958316 13.042526h65.104842c7.437474-0.754526 9.054316 0 9.916631 0l4.958316-13.096421zM839.626105 538.947368h45.325474l-6.575158 20.318316s14.821053-10.132211 24.68379-13.797052c9.916632-3.610947 32.983579-6.521263 32.983578-6.521264h74.213053l-24.791579 74.051369c-4.096 12.341895-9.000421 21.018947-12.341895 24.683789a27.055158 27.055158 0 0 1-12.341894 10.132211c-6.575158 2.910316-11.533474 4.365474-17.300211 5.066105-4.958316 0-12.395789 0.754526-23.066947 0.754526h-71.68l-19.833263 58.044632c-1.616842 5.820632-2.479158 8.730947-1.616842 10.186105 0.808421 1.455158 3.233684 2.910316 6.575157 2.910316l31.258948-2.910316-10.671158 31.959579h-35.462737c-11.533474 0-18.917053 0-24.683789-0.754526-5.766737 0-10.778947 0-14.874948-2.910316-3.233684-2.910316-8.245895-5.820632-8.245895-9.431579 0-2.910316 1.670737-8.730947 4.149895-15.952842L839.626105 538.947368z" fill="#FFFFFF" p-id="5476"></path><path d="M958.248421 655.36l-3.98821 18.324211c-1.616842 6.090105-3.233684 9.916632-8.084211 13.743157-4.796632 3.772632-10.401684 8.353684-24.090947 8.353685l-24.899369 0.808421v21.342315c0 6.090105 1.616842 5.335579 2.425263 6.090106a6.251789 6.251789 0 0 0 3.233685 1.509052h8.030315l23.282527-1.509052-9.647158 30.504421h-27.324632c-19.294316 0-32.929684 0-37.78021-3.772632-4.850526-3.072-4.850526-6.144-4.850527-12.234105l1.616842-82.351158h43.439158l-0.808421 16.707368h10.455579c3.233684 0 5.605053 0 7.221895-1.455157 1.616842-0.808421 2.425263-2.317474 3.233684-4.581053l3.988211-12.934737 34.600421 1.455158zM341.692632 269.473684c-1.562947 6.844632-28.887579 128.107789-29.642106 128.10779-5.658947 24.414316-10.509474 41.984-24.953263 53.355789a44.894316 44.894316 0 0 1-29.749895 9.970526c-18.485895 0-28.941474-8.407579-30.558315-25.168842v-5.389473l5.605052-32.768s28.941474-110.592 34.600421-125.03579c0-0.808421 0-1.562947 0.808421-1.562947-57.128421 0.754526-66.721684 0-67.530105-0.754526 0 0.754526-1.616842 7.653053-1.616842 7.653052l-29.749895 125.03579-2.425263 10.725052L161.684211 447.865263c0 9.916632 2.425263 18.324211 6.467368 25.923369 13.635368 22.905263 52.224 25.977263 73.889684 25.977263 28.133053 0 54.703158-6.144 72.380632-16.060632 31.312842-17.515789 39.343158-44.948211 46.618947-68.608l3.233684-12.234105s29.696-115.119158 35.354948-129.616842c0-0.754526 0-1.562947 0.808421-1.562948C356.998737 270.982737 344.926316 270.228211 341.692632 269.473684z m165.618526 228.783158c-20.102737 0-27.324632 0-50.661053 0.754526l-0.754526-1.509052c2.425263-8.407579 3.988211-16.761263 6.467368-25.168842l3.17979-11.425685c3.988211-18.324211 8.838737-38.912 8.838737-45.810526 0.808421-3.772632 1.616842-13.689263-9.701053-13.689263-4.796632 0-9.593263 2.317474-15.25221 4.581053-3.233684 9.916632-8.838737 36.648421-11.210106 48.828631-5.658947 25.869474-6.467368 28.941474-8.838737 41.930105l-1.616842 1.509053c-20.911158 0-28.133053 0-51.469473 0.754526l-0.808421-1.509052c4.042105-15.252211 8.084211-30.504421 12.072421-46.511158 9.647158-41.930105 12.072421-57.990737 15.25221-79.333053l1.616842-1.509052c23.336421-3.072 28.941474-3.772632 53.894737-8.407579l2.371369 2.317473-3.988211 12.934737a187.014737 187.014737 0 0 1 12.826947-6.844631c12.072421-5.389474 24.953263-6.844632 32.175158-6.844632 11.264 0 23.282526 3.018105 28.133053 15.252211 4.850526 10.671158 1.616842 24.360421-4.850526 50.337684l-3.233685 12.934737c-6.359579 28.995368-7.168 34.330947-11.210105 54.16421l-3.233684 2.263579z m82.027789-26.677895h-27.324631c-7.275789 0-15.306105 0.754526-26.570105 0.754527L534.635789 471.578947l-0.754526-0.754526c3.233684-10.671158 4.796632-15.252211 6.413474-19.078737 1.616842-3.772632 3.233684-7.599158 5.605052-19.078737 3.233684-14.497684 5.658947-24.414316 7.221895-33.522526 1.616842-8.407579 2.425263-16.060632 4.042105-24.414316l0.808422-0.754526 0.808421-0.754526c12.072421-1.562947 20.102737-3.072 27.324631-3.826527 8.084211-0.754526 16.060632-2.317474 28.133053-4.581052l0.808421 0.754526v0.754526l-7.221895 27.486316c-2.425263 9.162105-4.850526 18.324211-6.467368 27.432421-4.850526 19.078737-6.413474 26.677895-7.221895 31.258948-0.808421 4.581053-1.616842 7.653053-3.233684 17.569684l-0.754527 0.754526-0.808421 0.754526z m127.784421-67.098947c-0.808421 4.581053-5.605053 23.605895-12.072421 31.258947-3.988211 5.335579-9.647158 9.162105-15.25221 9.162106-1.616842 0-11.264 0-12.072421-13.743158 0-6.844632 1.616842-13.743158 3.233684-21.342316 5.605053-22.096842 11.264-41.175579 27.324632-41.175579 13.689263-0.808421 14.497684 12.934737 8.838736 35.84z m52.277895 1.509053c7.221895-29.749895 1.616842-42.684632-5.658947-51.092211-10.455579-12.934737-28.941474-16.761263-48.23579-16.761263-11.264 0-38.588632 0.754526-60.254315 19.833263-15.306105 13.689263-22.528 32.013474-26.570106 49.583158-3.988211 17.515789-9.593263 50.283789 21.719579 62.517895 9.701053 3.772632 23.336421 5.335579 32.983579 5.335579 23.282526 0 46.618947-6.090105 64.296421-23.65979 13.635368-15.252211 20.102737-36.648421 21.719579-45.756631z m523.317895-66.344421c-24.953263 4.581053-32.229053 5.335579-56.32 8.407579l-1.616842 1.509052c0 1.509053-0.808421 3.772632-0.808421 5.335579a32.013474 32.013474 0 0 0-17.677474-13.743158c-10.455579-3.772632-36.163368 1.509053-57.882947 19.833263-15.252211 13.743158-22.474105 32.013474-26.516211 49.583158-3.988211 17.515789-9.647158 50.337684 21.719579 61.763369 9.647158 3.772632 19.294316 5.389474 28.133053 4.581052a51.2 51.2 0 0 0 26.51621-11.425684c-0.808421 2.263579-1.616842 5.335579-2.425263 7.599158l1.616842 1.562947c22.528-0.808421 29.749895-0.808421 53.894737-0.808421l2.371368-1.509052c3.233684-19.833263 7.221895-38.912 16.060632-77.069474 4.042105-18.270316 8.892632-35.786105 13.689263-54.110316l-0.808421-1.509052z m-79.602526 98.357894a28.564211 28.564211 0 0 1-19.294316 9.162106c-1.616842 0-11.317895 0-12.072421-13.743158 0-6.844632 1.616842-13.689263 3.233684-21.342316 5.605053-21.342316 11.210105-40.421053 27.324632-40.421053 10.455579 0 15.252211 9.162105 14.443789 24.414316-0.808421 3.772632-1.616842 7.653053-3.233684 12.180211-1.616842 6.898526-3.233684 12.988632-4.850527 19.833263-1.562947 3.072-3.179789 6.898526-5.551157 9.916631z m-306.28379 60.254316c-20.102737 0-27.324632 0-50.661053 0.754526l-0.808421-1.509052c1.616842-8.407579 4.042105-16.761263 6.467369-25.168842l2.425263-11.425685c3.988211-18.324211 8.838737-38.912 8.838737-45.810526 0-3.772632 1.616842-13.689263-9.701053-13.689263-4.796632 0-9.593263 2.317474-15.25221 4.581053-3.233684 9.916632-8.838737 36.648421-11.264 48.828631-5.605053 25.869474-6.413474 28.941474-8.838737 41.930105l-1.616842 1.509053c-20.857263 0-28.079158 0-51.415579 0.754526l-0.808421-1.509052c4.042105-15.252211 8.084211-30.504421 12.072421-46.511158 9.647158-41.930105 12.018526-57.990737 15.25221-79.333053l1.616842-1.509052c23.336421-3.072 28.941474-3.772632 53.894737-8.407579l1.616842 2.317473-4.042105 12.934737c3.988211-2.263579 8.030316-4.581053 12.826947-6.844631 12.072421-5.389474 24.953263-6.844632 32.175158-6.844632 11.264 0 23.282526 3.018105 28.133053 15.252211 4.850526 10.671158 1.616842 24.360421-4.850526 50.337684l-3.233685 12.934737c-6.413474 28.995368-7.221895 34.330947-11.210105 54.16421 1.616842 0-1.616842 2.263579-1.616842 2.263579z" fill="#FFFFFF" p-id="5477"></path><path d="M1123.866947 270.282105h-17.192421c-44.193684 0.754526-62.140632 0-69.52421-0.808421-0.808421 3.179789-1.616842 8.677053-1.616842 8.677053l-15.575579 71.141052-40.04379 158.181053c38.426947-0.808421 54.810947-0.808421 61.332211 0 1.616842-7.114105 10.617263-49.044211 10.617263-49.04421s7.383579-30.827789 8.192-32.390737c0 0 2.479158-3.179789 4.904421-4.742737h3.233684c33.576421 0 71.194947 0 100.621474-21.342316 19.617684-14.282105 33.522526-35.570526 40.097684-61.709474a90.004211 90.004211 0 0 0 2.425263-21.342315 42.307368 42.307368 0 0 0-8.138105-26.893474c-14.767158-18.970947-44.193684-19.725474-79.333053-19.725474m22.096842 73.512421a50.445474 50.445474 0 0 1-27.863578 35.570527c-11.425684 5.551158-25.330526 5.551158-39.235369 5.551158h-9.000421l0.808421-3.988211s17.192421-71.141053 17.192421-70.332632V303.427368l6.521263 0.754527 36.001685 3.233684c13.904842 6.305684 19.617684 19.725474 15.521684 36.325053m-500.520421 41.87621c13.904842-9.485474 15.575579-21.342316 4.096-28.456421-11.425684-6.305684-31.905684-4.742737-44.948211 4.742737-13.904842 8.730947-15.575579 21.342316-4.096 28.456421 11.425684 6.359579 31.905684 4.796632 44.948211-4.742737M1509.052632 342.231579l-1.616843-2.371368c-25.330526 4.742737-29.480421 5.497263-53.194105 8.677052l-1.616842 1.616842v0.754527c-17.192421 38.750316-16.384 30.019368-31.097263 60.901052v-3.98821l-3.233684-65.589895-2.479158-2.371368c-26.192842 4.742737-26.947368 5.497263-51.523369 8.677052l-1.616842 1.616842v2.317474c3.233684 15.090526 2.425263 11.856842 5.712842 35.570526 1.616842 11.856842 3.233684 23.713684 4.904421 34.816 2.425263 18.970947 4.096 29.264842 6.521264 58.529684-16.330105 26.085053-20.426105 36.325053-35.94779 59.284211l-11.479579 17.408c-1.616842 1.562947-2.425263 3.125895-4.096 3.125895-1.616842 0.808421-4.096 0.808421-7.329684 0.808421h-6.575158l-9.000421 30.019368 31.905684 0.808421c18.863158 0 30.288842-8.677053 36.810106-19.779368l19.617684-33.199158 2.479158-2.371368C1407.622737 511.461053 1509.052632 342.231579 1509.052632 342.231579" fill="#FFFFFF" p-id="5478"></path></svg> <svg t="1741457122338" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6539" width="44" height="33"><path d="M1024.0512 701.0304V196.864A196.9664 196.9664 0 0 0 827.136 0H196.864A196.9664 196.9664 0 0 0 0 196.864v630.272A196.9152 196.9152 0 0 0 196.864 1024h630.272a197.12 197.12 0 0 0 193.8432-162.0992c-52.224-22.6304-278.528-120.32-396.4416-176.64-89.7024 108.6976-183.7056 173.9264-325.3248 173.9264s-236.1856-87.2448-224.8192-194.048c7.4752-70.0416 55.552-184.576 264.2944-164.9664 110.08 10.3424 160.4096 30.8736 250.1632 60.5184 23.1936-42.5984 42.496-89.4464 57.1392-139.264H248.064v-39.424h196.9152V311.1424H204.8V267.776h240.128V165.632s2.1504-15.9744 19.8144-15.9744h98.4576V267.776h256v43.4176h-256V381.952h208.8448a805.9904 805.9904 0 0 1-84.8384 212.6848c60.672 22.016 336.7936 106.3936 336.7936 106.3936zM283.5456 791.6032c-149.6576 0-173.312-94.464-165.376-133.9392 7.8336-39.3216 51.2-90.624 134.4-90.624 95.5904 0 181.248 24.4736 284.0576 74.5472-72.192 94.0032-160.9216 150.016-253.0816 150.016z" fill="#009FE8" p-id="6540"></path></svg> <svg t="1741457201865" class="icon" viewBox="0 0 3363 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8796" width="122" height="55"><path d="M464.213 624.64c-5.12 1.707-8.533 3.413-13.653 3.413-11.947 0-22.187-6.826-27.307-17.066l-1.706-5.12-87.04-191.147c-1.707-1.707-1.707-5.12-1.707-6.827 0-8.533 6.827-15.36 15.36-15.36 3.413 0 6.827 1.707 10.24 3.414l102.4 73.386c6.827 5.12 17.067 8.534 25.6 8.534 5.12 0 11.947-1.707 17.067-3.414l482.986-215.04c-87.04-102.4-228.693-168.96-390.826-168.96-264.534 0-477.867 179.2-477.867 397.654 0 119.466 64.853 228.693 165.547 300.373 8.533 5.12 13.653 15.36 13.653 25.6 0 3.413 0 6.827-1.707 10.24-10.24 30.72-22.186 80.213-22.186 81.92-1.707 3.413-1.707 8.533-1.707 11.947 0 8.533 6.827 15.36 15.36 15.36 3.413 0 6.827-1.707 8.533-3.414L399.36 870.4c8.533-5.12 15.36-6.827 25.6-6.827 5.12 0 10.24 0 13.653 1.707 49.494 13.653 100.694 22.187 155.307 22.187 264.533 0 477.867-179.2 477.867-397.654 0-66.56-20.48-129.706-54.614-184.32L467.627 621.227l-3.414 3.413z" fill="#41B035" p-id="8797"></path><path d="M1969.493 431.787h267.947v22.186h-267.947z m0 76.8h267.947v23.893h-267.947z m6.827 233.813h254.293V597.333H1976.32V742.4z m228.693-22.187h-204.8v-98.986h204.8v98.986zM1909.76 291.84c-23.893 83.627-58.027 158.72-102.4 223.573l13.653 23.894c15.36-23.894 30.72-49.494 47.787-78.507v285.013h23.893V409.6c15.36-34.133 29.014-68.267 39.254-104.107l-22.187-13.653z m194.56 63.147l18.773-11.947c-3.413-8.533-20.48-40.96-25.6-52.907l-22.186 13.654c8.533 15.36 15.36 30.72 22.186 46.08 1.707 1.706 1.707 5.12 1.707 5.12h-158.72v23.893h322.56v-23.893h-158.72z m-604.16-56.32h22.187V419.84h46.08v-85.333h23.893v107.52h-165.547v-107.52h23.894v85.333h49.493z m-64.853 192.853h145.066v22.187h-145.066z m165.546 131.413l-37.546 32.427V563.2h-122.88v35.84c3.413 51.2-8.534 87.04-37.547 107.52l13.653 22.187c35.84-29.014 51.2-69.974 49.494-121.174v-22.186h75.093V640c-1.707 18.773-1.707 25.6-8.533 34.133l13.653 23.894c11.947-10.24 34.133-29.014 66.56-56.32l-11.947-18.774z m-208.213-327.68c-23.893 47.787-51.2 87.04-85.333 117.76l13.653 23.894c37.547-37.547 68.267-80.214 92.16-129.707l-20.48-11.947z m-3.413 122.88c-22.187 56.32-51.2 105.814-88.747 146.774l13.653 22.186c15.36-17.066 29.014-35.84 42.667-54.613v211.627h22.187V494.933c11.946-20.48 22.186-40.96 30.72-64.853l-20.48-11.947z" fill="#050101" p-id="8798"></path><path d="M1769.813 404.48v-22.187h-107.52c8.534-27.306 20.48-59.733 23.894-88.746h-23.894c-15.36 73.386-39.253 136.533-69.973 187.733l13.653 25.6c1.707-5.12 6.827-11.947 10.24-20.48 5.12-8.533 8.534-15.36 11.947-20.48 6.827 66.56 20.48 119.467 39.253 158.72-18.773 30.72-46.08 63.147-81.92 95.573l13.654 23.894c39.253-35.84 64.853-68.267 78.506-93.867 17.067 29.013 44.374 64.853 75.094 95.573l13.653-23.893c-32.427-30.72-59.733-64.853-75.093-93.867 27.306-49.493 44.373-122.88 51.2-218.453h27.306z m-88.746 191.147c-17.067-40.96-29.014-97.28-35.84-167.254 1.706-6.826 5.12-15.36 10.24-22.186h66.56c-6.827 78.506-20.48 143.36-40.96 189.44" fill="#050101" p-id="8799"></path><path d="M3061.76 626.347c-17.067-32.427-51.2-88.747-78.507-129.707l20.48-10.24c27.307 40.96 63.147 95.573 78.507 126.293l-20.48 13.654z m-305.493 114.346l6.826-22.186c-76.8-11.947-143.36-34.134-199.68-66.56 59.734-39.254 109.227-92.16 138.24-162.134l-15.36-10.24-5.12 1.707h-129.706v-88.747h196.266V368.64h-196.266v-83.627h-23.894v83.627h-196.266v23.893h196.266v90.454h-133.12v23.893c29.014 59.733 71.68 109.227 124.587 146.773-59.733 32.427-128 54.614-199.68 68.267l6.827 22.187v1.706c76.8-15.36 150.186-39.253 215.04-76.8 58.026 35.84 129.706 59.734 215.04 71.68-1.707 1.707-1.707 0 0 0m-334.507-235.52h244.053c-27.306 56.32-71.68 98.987-124.586 133.12-51.2-34.133-92.16-78.506-119.467-133.12m510.293-218.453c-29.013 80.213-76.8 157.013-128 208.213l10.24 25.6v1.707c22.187-22.187 40.96-46.08 59.734-75.093V742.4h23.893V411.307c22.187-35.84 40.96-75.094 56.32-116.054l-22.187-8.533z" fill="#040000" p-id="8800"></path><path d="M3179.52 399.36V290.133h-23.893V399.36h-209.92v23.893h209.92V706.56c0 11.947-3.414 15.36-15.36 15.36-8.534 0-18.774 3.413-44.374 3.413v22.187c35.84 0 47.787 0 61.44-3.413 15.36-3.414 23.894-11.947 23.894-35.84V423.253h68.266V399.36h-69.973z" fill="#040000" p-id="8801"></path></svg> <svg t="1741457283309" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9890" width="44" height="36"><path d="M1023.082985 511.821692c0 281.370746-228.08199 509.452736-509.452736 509.452736-281.360557 0-509.452736-228.08199-509.452737-509.452736 0-281.365652 228.092179-509.452736 509.452737-509.452737 281.370746 0 509.452736 228.087085 509.452736 509.452737" fill="#1BA27A" p-id="9891"></path><path d="M752.731701 259.265592h-482.400796v116.460896h182.969951v171.176119h116.460895v-171.176119h182.96995z" fill="#FFFFFF" p-id="9892"></path><path d="M512.636816 565.13592c-151.358408 0-274.070289-23.954468-274.070289-53.50782 0-29.548259 122.706786-53.507821 274.070289-53.507821 151.358408 0 274.065194 23.959562 274.065194 53.507821 0 29.553353-122.706786 53.507821-274.065194 53.50782m307.734925-44.587303c0-38.107065-137.776398-68.995184-307.734925-68.995184-169.953433 0-307.74002 30.888119-307.74002 68.995184 0 33.557652 106.837333 61.516418 248.409154 67.711363v245.729433h116.450707v-245.632637c142.66205-6.001353 250.615085-34.077294 250.615084-67.808159" fill="#FFFFFF" p-id="9893"></path></svg> <svg t="1741457335966" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10975" width="48" height="40"><path d="M556.96 535.04L465.12 512l-26.56 106.4L528 640a57.92 57.92 0 0 0 64-40.48 50.72 50.72 0 0 0-35.04-64.48z" fill="#F79A28" p-id="10976"></path><path d="M512 73.28A438.72 438.72 0 1 0 950.72 512 438.72 438.72 0 0 0 512 73.28z m192.96 372c-8.96 53.92-66.56 71.84-66.56 71.84a102.88 102.88 0 0 1 47.04 118.56c-20.8 83.36-115.04 82.4-139.84 76.16l-37.44-9.44-20 80-49.6-12.48 20-80-32-8-20 80-52-13.12 20-80-97.76-24.32 13.76-55.2 52.96 13.12c4.64 1.28 5.12 0 5.92-4.16s64-256 64-257.76 1.28-4.8-4.32-6.24L353.6 320l12.48-49.76 100.96 25.28 20.8-83.84 48 12-20.8 83.84 38.08 9.44 20.96-83.68 48 11.84-20.96 84.48a256 256 0 0 1 53.6 23.36c21.12 13.76 59.04 38.56 50.24 92.32z" fill="#F79A28" p-id="10977"></path><path d="M561.44 372.64l-59.2-14.88-25.28 101.44 64.8 16A53.28 53.28 0 0 0 608 438.08c10.56-42.56-36.48-63.04-46.56-65.44z" fill="#F79A28" p-id="10978"></path></svg><svg t="1741457377156" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12063" width="48" height="44"><path d="M241.534 764.95H188.01c-3.692 0-7.385 1.852-7.385 7.408l-22.149 138.886c0 1.852 1.846 3.704 3.692 3.704h25.842c3.692 0 7.38-1.852 7.38-7.408l7.384-38.888c0-3.705 3.692-7.41 7.384-7.41h18.458c35.066 0 57.216-18.516 62.754-51.848 1.846-14.813 0-25.927-7.384-35.184-9.227-5.556-22.15-9.26-42.452-9.26z m5.538 50c-1.846 20.367-18.456 20.367-33.221 20.367h-9.23l7.383-35.184c0-1.852 1.847-5.552 3.688-5.552h3.692c9.232 0 20.304 0 23.996 7.404 3.692 1.852 5.538 7.409 3.692 12.966z m158.73 0h-25.84c-1.846 0-3.692 1.848-3.692 3.7l-1.846 7.41-1.846-1.853c-7.381-9.256-18.458-11.109-31.376-11.109-29.53 0-53.524 22.219-57.216 53.701-1.846 14.813 0 29.628 9.23 40.74 9.226 9.257 20.303 12.962 33.222 12.962 12.918 0 25.84-3.705 35.067-14.814l-1.846 7.41c0 1.851 1.846 3.7 3.692 3.7h23.995c3.693 0 7.38-1.849 7.38-7.405l12.923-88.89c1.846-3.704 0-5.551-1.846-5.551z m-38.758 51.85c-1.847 14.812-14.765 24.074-29.534 24.074-7.38 0-12.918-1.852-18.457-7.408-3.692-3.706-3.692-11.11-3.692-18.519 1.846-14.813 14.77-24.074 29.533-24.074 7.385 0 12.919 1.853 18.457 7.41 3.693 5.556 7.385 11.108 3.693 18.516z m179.033-51.85h-25.84c-1.847 0-3.693 1.848-7.385 1.848l-35.068 53.706-14.764-51.853c0-1.853-3.692-3.7-7.385-3.7h-25.837c-1.846 0-3.692 1.847-3.692 3.7v1.852l29.529 85.184-25.837 38.889c-1.846 1.852 0 3.704 0 7.408h29.53c1.846 0 3.692-1.852 7.384-1.852l86.746-127.777c-3.692-1.852-5.535-5.557-7.38-7.404z" fill="#253B80" p-id="12064"></path><path d="M632.823 764.95h-55.37c-3.692 0-7.38 1.852-7.38 7.408l-22.15 140.738c0 1.852 1.843 3.7 3.692 3.7h29.53c1.846 0 3.692-1.848 3.692-3.7l7.38-40.74c0-3.704 3.692-7.409 7.385-7.409h18.457c35.067 0 57.216-18.517 62.754-51.849 1.846-14.817 0-25.927-7.384-35.188-9.226-9.256-22.149-12.96-40.606-12.96z m7.384 50c-1.846 20.367-18.456 20.367-33.22 20.367h-9.23l7.383-35.184c0-1.852 1.847-3.704 3.693-3.704h3.687c9.23 0 20.303 0 23.995 7.408 3.692 0 3.692 5.557 3.692 11.114z m155.04 0h-25.842c-1.842 0-3.688 1.848-3.688 3.7l-1.846 7.41-1.846-1.853c-7.384-9.256-18.456-11.109-31.38-11.109-29.528 0-53.524 22.219-57.216 53.701-1.846 14.813 0 29.628 9.23 40.74 9.227 9.257 20.304 12.962 33.222 12.962 12.918 0 25.842-3.705 35.068-14.814l-1.846 7.41c0 1.851 1.846 3.7 3.692 3.7h23.994c3.692 0 7.386-1.849 7.386-7.405l12.918-88.89c3.692-3.704 3.692-5.551-1.846-5.551z m-35.068 51.85c-1.846 14.812-14.764 24.074-29.534 24.074-7.38 0-12.918-1.852-18.456-7.408-3.688-3.706-3.688-11.11-3.688-18.519 1.842-14.813 14.764-24.074 29.53-24.074 7.384 0 12.918 1.853 18.456 7.41 3.692 5.556 3.692 11.108 3.692 18.516z m66.443-98.146l-22.145 142.59c0 1.852 1.846 3.704 3.688 3.704h22.15c3.692 0 7.384-1.852 7.384-7.408l22.148-140.738c0-1.853-1.846-3.705-3.692-3.705H832.16c-3.688 1.852-5.538 3.705-5.538 5.557z" fill="#179BD7" p-id="12065"></path><path d="M426.106 690.878l11.072-68.519H298.75l77.52-503.69c0-1.852 0-1.852 1.846-5.557 0 0 1.846-1.852 5.538-1.852h191.953c64.6 0 107.052 14.813 131.048 40.74 9.226 11.11 16.61 24.074 22.148 38.888 1.842 18.518 1.842 35.183 0 55.554v16.665l11.073 5.556c7.385 5.557 16.61 9.261 22.149 16.667 9.226 11.113 16.61 24.074 18.456 40.739 1.848 18.518 1.848 38.888-1.846 57.406-5.538 24.074-11.072 44.445-23.994 64.815-9.226 16.665-22.15 31.479-38.76 40.74-14.764 9.26-33.222 18.517-49.832 24.074-22.149 5.553-40.606 7.405-60.909 7.405h-22.15c-22.148 0-40.605 16.67-44.297 38.891v7.406L520.236 685.32v5.557s0 1.852-1.846 1.852h-1.846c0-3.704-90.438-1.852-90.438-1.852z" fill="#253B80" p-id="12066"></path><path d="M765.717 248.294c0 5.556-1.846 7.409-1.846 12.96-27.687 138.887-116.279 183.331-230.716 183.331h-59.063c-14.764 0-23.991 9.261-27.683 24.075l-29.533 192.587-7.381 55.558c-1.846 7.404 5.535 14.813 12.92 16.665h107.052c12.918 0 22.148-9.26 23.991-22.222v-5.556l20.303-125.925 1.846-7.405c1.846-12.962 12.922-22.222 23.995-22.222h14.764c101.515 0 177.189-42.593 203.03-161.108 9.226-49.997 5.537-92.59-20.303-120.369-11.072-7.408-18.458-14.813-31.376-20.37z" fill="#179BD7" p-id="12067"></path><path d="M738.03 237.185c-5.539 0-7.385-1.853-12.919-1.853-5.538 0-9.23-1.852-12.922-1.852-16.61-1.852-35.068-5.557-51.678-5.557H505.472c-12.923 0-22.15 9.262-23.995 22.223L450.1 463.103v5.557c1.846-14.814 14.765-24.075 27.683-24.075h59.063c114.433 0 204.876-46.292 230.716-183.33 0-5.552 1.842-7.405 1.842-12.961-7.38-1.852-14.764-7.409-22.144-9.257l-9.23-1.852c0 1.852 0 0 0 0z" fill="#222D65" p-id="12068"></path><path d="M481.477 251.998c1.846-12.96 12.918-22.223 23.995-22.223h155.039c16.61 0 35.067 0 51.678 5.557 5.538 0 9.23 1.853 12.922 1.853 5.534 0 7.38 1.852 12.92 1.852l5.538 1.848c7.38 1.852 14.764 5.557 22.148 9.261 7.38-49.997 0-85.185-27.687-114.812-29.53-35.183-84.904-50.001-153.193-50.001H385.5c-14.764 0-23.995 9.26-27.687 24.075l-81.211 529.616c-1.843 9.261 5.538 16.671 14.768 20.371h125.506l31.379-196.292c1.846 0 33.222-211.105 33.222-211.105z" fill="#253B80" p-id="12069"></path></svg> </div> </div> <div class="elementor-element elementor-element-ab113fc elementor-widget elementor-widget-text-editor" data-id="ab113fc" data-element_type="widget" data-widget_type="text-editor.default"> <p><span style="display: flex; justify-content: center; align-items: center; flex-wrap: wrap; font-size: 14px;">我们接受人民币、美元、港币等11种货币支付 | We accept payments in 11 currencies including RMB, USD, HKD, USDT, BTC</span></p> </div> <div class="elementor-element elementor-element-8863a2a elementor-widget elementor-widget-text-editor" data-id="8863a2a" data-element_type="widget" data-widget_type="text-editor.default"> <div><span style="color: #000000; font-size: 12px;"><a style="color: #000000;" href="/sitemap_index.xml">網站地圖</a> | <a style="color: #000000;" href="https://baike.baidu.com/item/%E5%B9%BF%E5%B7%9E%E5%B8%82%E5%85%89%E7%AE%97%E7%A7%91%E6%8A%80%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8">百度百科</a> | <a style="color: #000000;" href="https://www.guangsuan.com/about/">關於我們</a> | <a style="color: #000000;" href="https://www.guangsuan.com/kefu/">聯係我們</a> | <a style="color: #000000;" href="https://beian.miit.gov.cn/">ICP备案:粤ICP备13024006号</a> | </span><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44010302000913" target="_blank" rel="noopener"><span style="color: #000000; font-size: 12px;"> 粤公网安备 44010302000913号</span></a><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44010302000913" target="_blank" rel="noopener"><img class="alignnone" title="公安備案" src="//js.guangsuan.com/gongan.png" alt="公安備案" width="17" height="17" /></a></div> <div style="padding: 5px;"> <img title="光算科技公司信譽" src="https://js.guangsuan.com/act.png" alt="" width="388" height="34" /> </div> <div>Copyright © 2024 Guangsuan Technology Limited. All rights reserved.</div> <div>Copyright © 2024 光算科技有限公司 保留一切權利。</div> </div> <div class="elementor-element elementor-element-ddf579d elementor-widget elementor-widget-html" data-id="ddf579d" data-element_type="widget" data-widget_type="html.default"> <div><img class="" src="https://js.guangsuan.com/%E6%90%9C%E7%B4%A2%E6%A1%86%E4%BC%A0%E6%92%AD%E6%A0%B7%E5%BC%8F-%E6%A0%87%E5%87%86%E8%89%B2%E7%89%88.png" width="174" height="30" title="光算科技公司微信公眾號" /></div> </div> </div> </div> </div> <div id="ast-mobile-popup-wrapper"> <div id="ast-mobile-popup" class="ast-mobile-popup-drawer content-align-flex-start ast-mobile-popup-right"> <div class="ast-mobile-popup-overlay"></div> <div class="ast-mobile-popup-inner"> <div class="ast-mobile-popup-header"> <button type="button" id="menu-toggle-close" class="menu-toggle-close" aria-label="Close menu" tabindex="0"> <span class="ast-svg-iconset"> <span aria-hidden="true" class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span> </span> </button> </div> <div class="ast-mobile-popup-content"> <div class="ast-builder-menu-mobile ast-builder-menu ast-builder-menu-mobile-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-header-mobile-menu"> <div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility" id="ast-mobile-site-navigation" aria-label="Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div id="ast-hf-mobile-menu" class="main-navigation"></div></nav></div></div> </div> </div> <div class="ast-desktop-popup-content"> </div> </div> </div> </div> </div><!-- #page --> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/astra/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <div id="ast-scroll-top" tabindex="0" class="ast-scroll-top-icon ast-scroll-to-top-left" data-on-devices="desktop"> <span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewbox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve"> <path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z" /> </svg></span> <span class="screen-reader-text">Scroll to Top</span> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MWVC58P" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='widget-social-icons-css' href='https://www.guangsuan.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.34.0' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://www.guangsuan.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.34.0' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://www.guangsuan.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.34.0' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://www.guangsuan.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.34.0' media='all' /> <link rel='stylesheet' id='e-animations-css' href='https://www.guangsuan.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=2.0.5' media='all' /> <link rel='stylesheet' id='widget-spacer-css' href='https://www.guangsuan.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.34.0' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://www.guangsuan.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.34.0' media='all' /> <script id="astra-theme-js-js-extra"> var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"1","is_scroll_to_top":"1","is_header_footer_builder_active":"1","responsive_cart_click":"flyout","is_dark_palette":""}; //# sourceURL=astra-theme-js-js-extra </script> <script id="astra-theme-js-js" src="https://www.guangsuan.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.3"></script> <script id="astra-sticky-sidebar-js-extra"> var astra_sticky_sidebar = {"sticky_sidebar_on":"1","header_above_height":{"desktop":50,"tablet":"","mobile":""},"header_height":{"desktop":80,"tablet":"","mobile":""},"header_below_height":{"desktop":60,"tablet":"","mobile":""},"header_above_stick":"","header_main_stick":"","header_below_stick":"","sticky_header_addon":"","desktop_breakpoint":"922"}; //# sourceURL=astra-sticky-sidebar-js-extra </script> <script id="astra-sticky-sidebar-js" src="https://www.guangsuan.com/wp-content/themes/astra/assets/js/minified/sticky-sidebar.min.js?ver=4.13.3"></script> <script id="fluentform-elementor-js-extra"> var fluentformElementor = {"adminUrl":"https://www.guangsuan.com/wp-admin/admin.php"}; //# sourceURL=fluentform-elementor-js-extra </script> <script id="fluentform-elementor-js" src="https://www.guangsuan.com/wp-content/plugins/fluentform/assets/js/fluent-forms-elementor-widget.js?ver=6.2.4"></script> <script id="elementor-webpack-runtime-js" src="https://www.guangsuan.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.34.0"></script> <script id="jquery-core-js" src="https://www.guangsuan.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script> <script id="elementor-frontend-modules-js" src="https://www.guangsuan.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.34.0"></script> <script id="jquery-ui-core-js" src="https://www.guangsuan.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.34.0","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"e_optimized_markup":true,"theme_builder_v2":true,"landing-pages":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"e_interactions":true,"import-export-customization":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true,"mega-menu":true,"taxonomy-filter":true},"urls":{"assets":"https:\/\/www.guangsuan.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.guangsuan.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.guangsuan.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"79be837c5d"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":469760,"title":"Meta%20Tags%20SEO%20Optimization%20Guide%20%7C%2014%20Meta%20Tags%20Used%20in%20Google%20SEO%20-%20%E5%85%89%E7%AE%97%E7%A7%91%E6%8A%80","excerpt":"","featuredImage":false}}; //# sourceURL=elementor-frontend-js-before </script> <script id="elementor-frontend-js" src="https://www.guangsuan.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.34.0"></script> <script id="uc_ac_assets_file_ue_mega_menu_js_50796-js" src="https://www.guangsuan.com/wp-content/uploads/ac_assets/mega-menu/ue_mega_menu.js?ver=2.0.5"></script> <script id="imagesloaded-js" src="https://www.guangsuan.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0"></script> <script id="elementor-pro-webpack-runtime-js" src="https://www.guangsuan.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.16.2"></script> <script id="wp-hooks-js" src="https://www.guangsuan.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script> <script id="wp-i18n-js" src="https://www.guangsuan.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); //# sourceURL=wp-i18n-js-after </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.guangsuan.com\/wp-admin\/admin-ajax.php","nonce":"8a8b118fa3","urls":{"assets":"https:\/\/www.guangsuan.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.guangsuan.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.guangsuan.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; //# sourceURL=elementor-pro-frontend-js-before </script> <script id="elementor-pro-frontend-js" src="https://www.guangsuan.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.16.2"></script> <script id="pro-preloaded-elements-handlers-js" src="https://www.guangsuan.com/wp-content/plugins/elementor-pro/assets/js/preloaded-elements-handlers.min.js?ver=3.16.2"></script> <script id="e-sticky-js" src="https://www.guangsuan.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.16.2"></script> <!-- Unlimited Elements 2.0.5 Scripts --> <script type='text/javascript' id='unlimited-elements-scripts'> /* Mega Menu scripts: */ jQuery(document).ready(function(){ function uc_mega_menu_elementor_48cd491b_start(){ //mega menu version 3 var strJson = '[{\"title\":\"\\u5916\\u8d38\\u5efa\\u7ad9\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/www.guangsuan.com\\/b2b-web\\/\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/www.guangsuan.com\\/b2b-web\\/\",\"link_noprefix\":\"www.guangsuan.com\\/b2b-web\\/\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"3981fac\",\"item_repeater_class\":\"elementor-repeater-item-3981fac\",\"item_index\":1,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item1\"},{\"title\":\"\\u8c37\\u6b4cSEO\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/www.guangsuan.com\\/seo\\/\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/www.guangsuan.com\\/seo\\/\",\"link_noprefix\":\"www.guangsuan.com\\/seo\\/\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"848dde3\",\"item_repeater_class\":\"elementor-repeater-item-848dde3\",\"item_index\":2,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item2\"},{\"title\":\"\\u56fd\\u5185GEO\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/www.guangsuan.com\\/geo\\/\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/www.guangsuan.com\\/geo\\/\",\"link_noprefix\":\"www.guangsuan.com\\/geo\\/\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"500373e\",\"item_repeater_class\":\"elementor-repeater-item-500373e\",\"item_index\":3,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item3\"},{\"title\":\"\\u5916\\u94fe\\u4ee3\\u53d1\",\"item_type\":\"section\",\"section_id\":\"three\",\"link\":\"#\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#\",\"link_noprefix\":\"#\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"2d003e3\",\"item_repeater_class\":\"elementor-repeater-item-2d003e3\",\"item_index\":4,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item4\"},{\"title\":\"\\u8c37\\u6b4c\\u5e7f\\u544a\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/www.guangsuan.com\\/ads\\/\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/www.guangsuan.com\\/ads\\/\",\"link_noprefix\":\"www.guangsuan.com\\/ads\\/\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"3b05430\",\"item_repeater_class\":\"elementor-repeater-item-3b05430\",\"item_index\":5,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item5\"},{\"title\":\"\\u793e\\u5a92\\u8fd0\\u8425\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/www.guangsuan.com\\/social-media\\/\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/www.guangsuan.com\\/social-media\\/\",\"link_noprefix\":\"www.guangsuan.com\\/social-media\\/\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"d3ea6d0\",\"item_repeater_class\":\"elementor-repeater-item-d3ea6d0\",\"item_index\":6,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item6\"},{\"title\":\"\\u8c37\\u6b4c\\u5feb\\u901f\\u6536\\u5f55\",\"item_type\":\"link\",\"section_id\":\"\",\"link\":\"https:\\/\\/www.guangsuan.com\\/google-indexed\\/\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/www.guangsuan.com\\/google-indexed\\/\",\"link_noprefix\":\"www.guangsuan.com\\/google-indexed\\/\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"f4e049d\",\"item_repeater_class\":\"elementor-repeater-item-f4e049d\",\"item_index\":7,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item7\"},{\"title\":\"\\u5176\\u4ed6SEO\\u670d\\u52a1\",\"item_type\":\"section\",\"section_id\":\"two\",\"link\":\"#\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#\",\"link_noprefix\":\"#\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"bedd72d\",\"item_repeater_class\":\"elementor-repeater-item-bedd72d\",\"item_index\":8,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item8\"},{\"title\":\"\\u5173\\u4e8e\\u6211\\u4eec\",\"item_type\":\"section\",\"section_id\":\"four\",\"link\":\"#\",\"link_html_attributes\":\"\",\"link_full\":\"https:\\/\\/#\",\"link_noprefix\":\"#\",\"clickable_link\":\"false\",\"link2\":\"#\",\"link2_html_attributes\":\"\",\"link2_full\":\"https:\\/\\/#\",\"link2_noprefix\":\"#\",\"horizontal_line_before_widths\":\"\",\"dropdown_width\":\"full\",\"dropdown_width_number\":\"800\",\"disable_dropdown_in_mobile\":\"false\",\"visible_in\":\"all\",\"graphic_element\":\"none\",\"graphic_element_text\":\"01\",\"icon\":\"fas fa-rocket\",\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"image\":\"\",\"_generated_id\":\"3b86a11\",\"item_repeater_class\":\"elementor-repeater-item-3b86a11\",\"item_index\":9,\"item_id\":\"uc_mega_menu_elementor_48cd491b_item9\"}]'; var arrItems = JSON.parse(strJson); var objMenu = new ueMegaMenu(); setTimeout(function(){ objMenu.init("#uc_mega_menu_elementor_48cd491b", arrItems, "https://www.guangsuan.com/en/post/meta-tags-seo-optimization-guide-14-meta-tags/"); }, 400); }if(jQuery("#uc_mega_menu_elementor_48cd491b").length && !jQuery("#uc_mega_menu_elementor_48cd491b").parents('[data-elementor-type="popup"]').length) uc_mega_menu_elementor_48cd491b_start(); jQuery( document ).on( 'elementor/popup/show', (event, id, objPopup) => { if(objPopup.$element.has(jQuery("#uc_mega_menu_elementor_48cd491b")).length) uc_mega_menu_elementor_48cd491b_start()}); }); /* Mega Menu Inner Links scripts: */ jQuery(document).ready(function(){ var objInnerLinks = jQuery('#uc_mega_menu_inner_links_elementor_48fd2441'); var linkItem = objInnerLinks.find('.ue-link-item'); linkItem.each(function(){ var objLink = jQuery(this); var objLinkHref = objLink.attr('href'); var pageUrl = "https://www.guangsuan.com/en/post/meta-tags-seo-optimization-guide-14-meta-tags/"; if(objLinkHref == pageUrl) objLink.addClass('uc-megainner-current-page'); }); linkItem.on('click', function(){ var linkPathName = this.pathname; var windowPathName = window.location.pathname; if(linkPathName != windowPathName) return(true); var objLink = jQuery(this); var megaMenuList = objLink.parents('.uc-mega_menu_list'); megaMenuList.trigger('close_mega_menu'); }); }); /* Mega Menu Inner Links scripts: */ jQuery(document).ready(function(){ var objInnerLinks = jQuery('#uc_mega_menu_inner_links_elementor_487dd971'); var linkItem = objInnerLinks.find('.ue-link-item'); linkItem.each(function(){ var objLink = jQuery(this); var objLinkHref = objLink.attr('href'); var pageUrl = "https://www.guangsuan.com/en/post/meta-tags-seo-optimization-guide-14-meta-tags/"; if(objLinkHref == pageUrl) objLink.addClass('uc-megainner-current-page'); }); linkItem.on('click', function(){ var linkPathName = this.pathname; var windowPathName = window.location.pathname; if(linkPathName != windowPathName) return(true); var objLink = jQuery(this); var megaMenuList = objLink.parents('.uc-mega_menu_list'); megaMenuList.trigger('close_mega_menu'); }); }); /* Mega Menu Inner Links scripts: */ jQuery(document).ready(function(){ var objInnerLinks = jQuery('#uc_mega_menu_inner_links_elementor_45fe710a'); var linkItem = objInnerLinks.find('.ue-link-item'); linkItem.each(function(){ var objLink = jQuery(this); var objLinkHref = objLink.attr('href'); var pageUrl = "https://www.guangsuan.com/en/post/meta-tags-seo-optimization-guide-14-meta-tags/"; if(objLinkHref == pageUrl) objLink.addClass('uc-megainner-current-page'); }); linkItem.on('click', function(){ var linkPathName = this.pathname; var windowPathName = window.location.pathname; if(linkPathName != windowPathName) return(true); var objLink = jQuery(this); var megaMenuList = objLink.parents('.uc-mega_menu_list'); megaMenuList.trigger('close_mega_menu'); }); }); </script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <script> (function() { if (typeof jQuery === 'undefined') return; if (typeof jQuery.fn.numerator === 'undefined') { var check = setInterval(function() { if (typeof jQuery.fn.numerator !== 'undefined') { clearInterval(check); initCounters(); } }, 500); return; } jQuery(document).ready(initCounters); function initCounters() { jQuery('.elementor-widget-counter .elementor-counter-number').each(function() { var $el = jQuery(this); if ($el.text() === '0' && $el.data('toValue')) { var data = $el.data(); if (data.toValue.toString().match(/\.(.*)/)) { data.rounding = data.toValue.toString().match(/\.(.*)/)[1].length; } $el.numerator(data); } }); } })(); </script> <script>(function(){if(typeof jQuery!=="undefined"){var c=setInterval(function(){if(typeof jQuery.fn.numerator!=="undefined"){clearInterval(c);jQuery(".elementor-widget-counter .elementor-counter-number").each(function(){var e=jQuery(this);if(e.text()==="0"&&e.data("toValue")){var d=e.data();if(d.toValue.toString().match(/\.(.*)/))d.rounding=d.toValue.toString().match(/\.(.*)/)[1].length;e.numerator(d)}})}},300)}})();</script><script>(function(){function L(n){if(n.nodeType===1&&n.tagName==="IMG"&&!n.hasAttribute("loading")&&!n.hasAttribute("fetchpriority")){n.setAttribute("loading","lazy")}}new MutationObserver(function(m){m.forEach(function(m){m.addedNodes.forEach(function(n){if(n.nodeType===1){L(n);n.querySelectorAll&&n.querySelectorAll("img").forEach(L)}})})}).observe(document.documentElement,{childList:true,subtree:true});var S=function(){document.querySelectorAll("img").forEach(L)};(window.requestIdleCallback||function(f){setTimeout(f,200)})(S)})();</script></body> </html>