CINXE.COM
Sitemap - HUAWEI Global
<!DOCTYPE html> <!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--> <!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--> <!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html xml:lang="en" lang="en" prefix="og:http://ogp.me/ns#"> <!--<![endif]--> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Access-Control-Allow-Origin"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.2, maximum-scale=5.0, user-scalable=yes"/> <meta name="description" content="Take a look at the Huawei sitemap to help you navigate through our website."/> <meta name="keywords" content="sitemap"/> <meta name="GENERATOR" content=" 8.00.7601.19003"/> <meta name="robots" content="index,follow"/> <meta name="title" content="Sitemap - HUAWEI Global"/> <title>Sitemap - HUAWEI Global</title> <link rel="canonical" href="https://consumer.huawei.com/en/sitemap/"/> <script type="text/javascript">window.pageLoadStart = new Date().getTime();</script> <link rel="shortcut icon" href="/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png"/> <link rel="icon" href="/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png"/> <link rel="bookmark" href="/content/dam/huawei-cbg-site/common/huawei-logo.png" type="image/png"/> <link rel="stylesheet" href="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/public-v4.min.933bfd4cdba04f744f896d4e609c01f7.css" type="text/css"> <link rel="stylesheet" href="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4-nav-v2.min.52a7bc3ae89b8570c197f16193cda3d8.css" type="text/css"> <link rel="stylesheet" href="/etc/designs/huawei-cbg-site/clientlib-mkt/v5/common-header-v5.min.9df9f2985dfd1279e42f700288abae8d.css" type="text/css"> <script type="text/javascript"> function getEncCookie(name){ var arr,reg=new RegExp("(^| )"+name+"=([^;]*)(;|$)"); if(arr=document.cookie.match(reg)) return unescape(arr[2]); else return null; } // data layer javascript window.digitalData={"page":{"pageInfo":{"appNum":"A59919963","siteCode":"en","staticResHost":"//consumer-res.huawei.com","isProd":false,"serviceGatewayPath":"https://sgw-sg.c.huawei.com/forward","gaiaPath":"//r.huaweistatic.com","ccpcApiKey":"DE","siteName":"Global (EN)","siteCodeForAPI":"worldwide","language":"en","pageName":"cbg:en:sitemap","uri":"/en/sitemap/","site":"cbg","countryCode":"EN","siteCode2":"en","isProductMiniSitePage":false,"knowledgeHost":"//consumer-tkb.huawei.com","isProductDetailPage":false,"publishedHost":"https://consumer.huawei.com","siteCurrency":"$"},"category":{"pageType":"sitemap","primaryCategory":"sitemap"}},"event":[]}; window.digitalData.page.pageInfo.currentHost = location.host; window.encUser = getEncCookie("data_layer_enc"); // is the site Arabic site window.isArabicSite = false; // map type window.customMapType = "gaia"; </script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/statics/jquery/jquery.min.js"></script> <script type="text/javascript"> var service_sessionuuid_support = "base/basecommonService/sessionuuid"; var SITE_CODE = window.digitalData.page.pageInfo.siteCodeForAPI || window.digitalData.page.pageInfo.siteCode; var APP_NUM = window.digitalData.page.pageInfo.appNum; var site_language = window.digitalData.page.pageInfo.language; var countryCode = window.digitalData.page.pageInfo.countryCode; var allowHA = false; </script> <!-- 运动健康App联登 --> <script type="text/javascript"> (function () { window.isHealthWebView = function() { return window.JsInteraction && typeof window.JsInteraction.isFromHuaweiHealth === 'function' && window.JsInteraction.isFromHuaweiHealth(); } // 页面头尾隐藏样式 const appWebViewStyle = ` .huawei-v4 #header-v4, .huawei-v4 #second-navigation-v4, .huawei-v4 #header-placeholder, .huawei-v4 #robotIcon, .huawei-v4 #cookie-information-template-wrapper, .huawei-v4 .huawei-convergent-cookie, .huawei-v4 .optanon-alert-box-wrapper, .huawei-v4 .nps-survey, .huawei-v4 .hwv3-animate-box, .huawei-v4 .huawei-bootom-cookie, .huawei-v4 .v4.n09-footer .container div:not(.policy-text), .huawei-v4.nav-hidden .huawei-ie-tips { display: none !important; }`; function addCssByStyle(cssString) { const style = document.createElement("style"); style.setAttribute("type", "text/css"); const cssText = document.createTextNode(cssString); style.appendChild(cssText); const heads = document.getElementsByTagName("head"); if (heads.length) { heads[0].appendChild(style); } else { document.documentElement.appendChild(style); } } /** * 判断当前页面是否为服务页面及智慧生活(window.hilink) 或者 MHW-APP(integrationJsInterface)嵌入 * * @returns {*|boolean} */ function isSupportPageInAppView() { return window.digitalData && window.digitalData.page.category.pageType == 'support' && (window.hilink || window.integrationJsInterface || window.integrationJsInterfaceWebview || window.hicareJsInterface); } function isEcommerceSite() { const siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; const ecommerceSiteCodeList = ['uk', 'fr', 'de', 'es', 'it', 'nl','ro', 'pt', 'pl', 'cz', 'tr', 'my', 'sa', 'ae', 'th', 'jp', 'pe', 'mx', 'cl', 'co', 'za', 'ru', 'ph']; return ecommerceSiteCodeList.indexOf(siteCode) > -1; } // 在运动健康/智慧生活服务页面webView中,隐藏页面头尾 if ((isHealthWebView() && isEcommerceSite()) || isSupportPageInAppView()) { addCssByStyle(appWebViewStyle); } })(); </script> <script type="text/javascript"> window.dataLayer = window.dataLayer || []; function getChapter1(){ var pageType = window.digitalData.page.category.pageType; pageType = pageType.split("_")[0]; var chapter1 = ""; switch(pageType){ case "homepage": chapter1 = "Home";break; case "support": chapter1 = "support";break; case "product-detail": chapter1 = "Mkt products";break; case "product-listing": chapter1 = "Mkt products";break; default: chapter1 = window.digitalData.page.category.primaryCategory; } return chapter1; } function getChapter2(){ var pageType = window.digitalData.page.category.pageType; pageType = pageType.split("_")[0]; var chapter2 = window.digitalData.page.category.subCategory1; if(pageType == "product-detail" || pageType == "product-listing"){ chapter2 = window.digitalData.page.category.primaryCategory; } return chapter2; } function getChapter3(){ var chapter3 = window.digitalData.page.category.subCategory2; var pageType = window.digitalData.page.category.pageType; pageType = pageType.split("_")[0]; if(pageType == "product-detail"){ chapter3 = window.digitalData.page.category.subCategory1; } return chapter3; } function getPageName(){ var pageName = ""; var pathArr = location.pathname.split("/"); for(var index = pathArr.length - 1; index > 0; index --){ if(pathArr[index] != ""){ pageName = pathArr[index]; if(pageName.indexOf(".html") != -1){ pageName = pageName.split(".")[0]; } break; } } return pageName; } /* * * 判断是否APP内嵌,设置siteId * */ function getMktDmpaSiteId(){ var dmpa_siteId = ""; if(window.integrationJsInterface ||window.integrationJsInterfaceWebview){ dmpa_siteId = "HuaweiStore-app"; }else{ dmpa_siteId = $(window).width() < 1199.98?"HuaweiStore-wap":"HuaweiStore-web"; } return dmpa_siteId; } var DMPA_SCRIPT_BASEURL = ""; var dmpa_init_mkt_dmpa_params = { "siteId": getMktDmpaSiteId(), "IP":null , "userId": null, "sessionId": null , "country" : digitalData.page.pageInfo?digitalData.page.pageInfo.siteCode2:"", "siteLanguage": digitalData.page.pageInfo.language?digitalData.page.pageInfo.language.replace("_","-"):"", "siteName": digitalData.page.pageInfo?digitalData.page.pageInfo.siteCode2:"" } /* * * * 设置dmpa5公共参数 * * */ function initMktDmpa5(){ if(typeof dmpa5 === 'undefined' || document.readyState !=='complete'){ return; } //查询用户ID try{ //获取uum的API var uumApi = mktConfig.uumApi; if(uumApi != null && uumApi != ""){ var uumHost = uumApi.substring(0, uumApi.search("/users")); //tokenApi var tokenApiUrl = uumHost + "/gateway/csrfToken?_=" + Date.now(); //若用户已经登录,则调用UUM接口查询用户信息 $.ajax({ type:"GET", url: uumApi+"/v1/login/info", dataType:"json", xhrFields:{withCredentials:true} }).always(function(result){ if(result && result.resultCode == 0){ dmpa_init_mkt_dmpa_params.userId = result.data.userId; } //设置sessionId $.ajax({ type: "get", url: tokenApiUrl, xhrFields: { withCredentials: true }, crossDomain: true }).always(function(result){ if(result && result.resultCode == 0){ dmpa_init_mkt_dmpa_params.sessionId = result.data; } setMktDmpaParams(dmpa_init_mkt_dmpa_params); }); }) }else{ dmpa_init_mkt_dmpa_params.userId = ''; //会话中心未配置 setMktDmpaParams(dmpa_init_mkt_dmpa_params); } }catch(e){ } } function setMktDmpaParams(dmpaParams){ if(typeof dmpa5 === 'undefined'){ return; } dmpa5('set', dmpaParams); //公共参数初始化 dmpa5('setTrackerUrl',DMPA_SCRIPT_BASEURL+"/"); dmpa5('setAutoSendPV',false);//禁止自动发送 pv dmpa5('setDMPAVersion', 5); // 设置DMPA版本 dmpa5('setAutoSendPP',false);//禁止自动发送 pp dmpa5('setAutoLinkTracking',false);//禁止自动发送 link //设置dmpa参数后发送一次pv trackMktDmpaPV(); } /** * 设置dmpa的访客userId */ function buildMktDmpaUserId(){ var userId = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxx'.replace(/[xy]/g, function(c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); if(typeof $.cookie === 'function'){ var site_name = window.site || window.siteCode || ''; } return userId; } /** * 发送dmpa的pv,适用于mkt/服务/活动 * */ function trackMktDmpaPV(){ // 判断是否为 App Webview var isAppWebview = window.integrationJsInterface || window.integrationJsInterfaceWebview; var referrerUrl = ''; if (document.referrer.length > 0) { referrerUrl = document.referrer;} try { if (referrerUrl.length == 0 && opener.location.href.length > 0) { referrerUrl = opener.location.href; } } catch (e) {} var pvData = { "title": $("title").text() || null, "location": location.origin + location.pathname || null, "uri": digitalData.page.pageInfo.uri || null , "referrerUrl": referrerUrl || null, "trackSource": null, "trackMedium": null, "trackCampaign": null, "trackContent": null, "trackTerm": null, "pageLoadDelay": null, "pageHierarchy": null, "subModuleName": getMktDmpaSubModuleName() } // PDP页增加跟踪需要的额外参数 if (digitalData.page.pageInfo.isProductDetailPage && digitalData.product && digitalData.product.productInfo) { pvData["additionalProperty"] = JSON.stringify({ "product_name": digitalData.product.productInfo.marketingName, "page_view": "PDP" }); } if (!isAppWebview) { dmpa5("trackPageView", pvData); } } /** * 获取子模块名称 */ function getMktDmpaSubModuleName(){ var url = location.href; var moduleName = ""; if(url.indexOf("/support/") != -1){ moduleName = "Support"; }else if(url.indexOf("/community/") != -1){ moduleName = "Community"; }else if(url.indexOf("/promo/") != -1 || url.indexOf("/offer/") != -1 ){ //活动以及促销组件 moduleName = "Activity"; }else if(url.indexOf("/shop/") != -1 || url.indexOf("/buy/") != -1){ moduleName = "eCommerce"; }else{ moduleName = "Marketing"; } return moduleName; } </script> <script> var siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; var pageCategory = window.digitalData ? window.digitalData.page.category.pageType: ''; var countryCode = window.digitalData ? window.digitalData.page.pageInfo.countryCode: ''; var language = window.digitalData ? window.digitalData.page.pageInfo.language: ''; var siteName = window.digitalData ? window.digitalData.page.pageInfo.siteName:''; var pageProductInfo = window.digitalData.product ? window.digitalData.product.productInfo:''; function dateFormat(fmt) { var d = new Date(); var local = d.getTime(); var offset = d.getTimezoneOffset() * 60000; var localUtc = new Date().getTimezoneOffset() / 60; var utcTime; if (localUtc > 0) { utcTime = local - offset; } else { utcTime = local + offset; } var CNTime = utcTime + 3600000 * 8; var nd = new Date(CNTime); var o = { "M+": nd.getMonth() + 1, "d+": nd.getDate(), "H+": nd.getHours(), "m+": nd.getMinutes(), "s+": nd.getSeconds(), "q+": Math.floor((nd.getMonth() + 3) / 3), "S": nd.getMilliseconds() }; if (/(y+)/.test(fmt)) fmt = fmt.replace(RegExp.$1, (nd.getFullYear() + "").substr(4 - RegExp.$1.length)); for (var k in o) if (new RegExp("(" + k + ")").test(fmt)) fmt = fmt.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length))); return fmt; } // hitTimeStamp : YYYYMMDD_hh:mm:ss 时区是(GMT+08:00) China Time,就是GA全球视图的时区 window.dataLayer.push({ userId: "", sessionId: "", firstSourceMedium:"", lastSourceMedium:"", accountStatus: "", loginStatus: "", hitTimeStamp: dateFormat("yyyy-MM-dd_HH:mm:ss"), pageCategory: pageCategory, siteCountryCode: countryCode, siteLanguage: language, siteCountryName: siteName, "productMktName":pageProductInfo&&pageProductInfo.marketingName||'', "productCategory":pageProductInfo&&pageProductInfo.category||'', "userCategory":"" }); if(pageCategory == 'search') { var reg = new RegExp("(^|&)keyword=([^&]*)(&|$)"); var val = window.location.search.substr(1).match(reg); if(val!=null&&val[2]) { var searchKeyword=decodeURIComponent(val[2]) window.dataLayer.push({ cat55: "product", kw55: searchKeyword, siteSearchResults: "" }); } ; } </script> <script type="text/javascript"> /** * 获取url中的参数 */ function getUrlParam(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象 var r = window.location.search.substr(1).match(reg); //匹配目标参数 if (r != null) { return decodeURIComponent(r[2]); } return null; //返回参数值 } </script> <script type="text/plain" class="cookie-package-controller analysis-cookie default-load-cookie"> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-MBP7H56'); </script> <script type="text/javascript"> var enableExternalLinkPopup = Boolean(true); var externalLinkWhitelist = "[\x22huawei.com\x22,\x22h5hosting\u002Ddrcn.dbankcdn.cn\x22,\x22vmall.com\x22,\x22dpd.pt\x22,\x22cn.biosenseclinic.com\x22,\x22contentcenter\u002Ddrcn.dbankcdn.com\x22,\x22css\u002Dcomplain\u002Ddrcn.platform.dbankcloud.cn\x22,\x22fancourier.ro\x22]" != '' ? JSON.parse("[\x22huawei.com\x22,\x22h5hosting\u002Ddrcn.dbankcdn.cn\x22,\x22vmall.com\x22,\x22dpd.pt\x22,\x22cn.biosenseclinic.com\x22,\x22contentcenter\u002Ddrcn.dbankcdn.com\x22,\x22css\u002Dcomplain\u002Ddrcn.platform.dbankcloud.cn\x22,\x22fancourier.ro\x22]") : []; </script> <script type="text/javascript"> var enableNewCookieCfg = Boolean(false); var cookieModeSetting = "noPromptMode"; var ctlAnalysisCookie = Boolean(); var ctlAdvertiseCookie = Boolean(); var enableDefaultCookieAccept = Boolean(); var pushForConsentTime = ""; var pushForConsentTimeNewMode = ""; // 分享于My Huawei App中打开 开关 var enableShareFeature = Boolean(true); // My Huawei App 下载页面地址配置项 var appDownloadLink = ""; // 是否启用 App 侧 FA 数据推送 var enableAppFa = Boolean(); // App 区域映射Json配置项 var appRegionMapperJsonStr = "[{\r\n \x22region\x22: \x22fr_FR\x22,\r\n \x22site\x22: \x22fr\x22\r\n }, {\r\n \x22region\x22: \x22en_GB\x22,\r\n \x22site\x22: \x22uk\x22\r\n }, {\r\n \x22region\x22: \x22de_DE\x22,\r\n \x22site\x22: \x22de\x22\r\n }, {\r\n \x22region\x22: \x22it_IT\x22,\r\n \x22site\x22: \x22it\x22\r\n }, {\r\n \x22region\x22: \x22es_ES\x22,\r\n \x22site\x22: \x22es\x22\r\n }, {\r\n \x22region\x22: \x22nl_NL\x22,\r\n \x22site\x22: \x22nl\x22\r\n }, {\r\n \x22region\x22: \x22ja_JP\x22,\r\n \x22site\x22: \x22jp\x22\r\n }, {\r\n \x22region\x22: \x22en_PH\x22,\r\n \x22site\x22: \x22ph\x22\r\n }, {\r\n \x22region\x22: \x22zh_CN\x22,\r\n \x22site\x22: \x22cn\x22\r\n }, {\r\n \x22region\x22: \x22en_ZA\x22,\r\n \x22site\x22: \x22za\x22\r\n }, {\r\n \x22region\x22: \x22pl_PL\x22,\r\n \x22site\x22: \x22pl\x22\r\n }, {\r\n \x22region\x22: \x22ru_RU\x22,\r\n \x22site\x22: \x22ru\x22\r\n }, {\r\n \x22region\x22: \x22th_TH\x22,\r\n \x22site\x22: \x22th\x22\r\n }, {\r\n \x22region\x22: \x22cs_CZ\x22,\r\n \x22site\x22: \x22cz\x22\r\n }, {\r\n \x22region\x22: \x22ro_RO\x22,\r\n \x22site\x22: \x22ro\x22\r\n }, {\r\n \x22region\x22: \x22tr_TR\x22,\r\n \x22site\x22: \x22tr\x22\r\n }, {\r\n \x22region\x22: \x22es_PE\x22,\r\n \x22site\x22: \x22pe\x22\r\n }, {\r\n \x22region\x22: \x22pt_PT\x22,\r\n \x22site\x22: \x22pt\x22\r\n }, {\r\n \x22region\x22: \x22ar_AE\x22,\r\n \x22site\x22: \x22ae\x22\r\n }, {\r\n \x22region\x22: \x22en_AE\x22,\r\n \x22site\x22: \x22ae_en\x22\r\n }, {\r\n \x22region\x22: \x22ar_EG\x22,\r\n \x22site\x22: \x22eg\x22\r\n }, {\r\n \x22region\x22: \x22en_EG\x22,\r\n \x22site\x22: \x22eg_en\x22\r\n }, {\r\n \x22region\x22: \x22ar_SA\x22,\r\n \x22site\x22: \x22sa\x22\r\n }, {\r\n \x22region\x22: \x22en_SA\x22,\r\n \x22site\x22: \x22sa_en\x22\r\n }, {\r\n \x22region\x22: \x22es_CL\x22,\r\n \x22site\x22: \x22cl\x22\r\n }, {\r\n \x22region\x22: \x22es_MX\x22,\r\n \x22site\x22: \x22mx\x22\r\n }, {\r\n \x22region\x22: \x22es_CO\x22,\r\n \x22site\x22: \x22co\x22\r\n }, {\r\n \x22region\x22: \x22en_MY\x22,\r\n \x22site\x22: \x22my\x22\r\n }, {\r\n \x22region\x22: \x22id_ID\x22,\r\n \x22site\x22: \x22id\x22\r\n }, {\r\n \x22region\x22: \x22en_AU\x22,\r\n \x22site\x22: \x22au\x22\r\n }, {\r\n \x22region\x22: \x22de_CH\x22,\r\n \x22site\x22: \x22ch\x22\r\n }, {\r\n \x22region\x22: \x22fr_CH\x22,\r\n \x22site\x22: \x22ch_fr\x22\r\n }, {\r\n \x22region\x22: \x22nl_BE\x22,\r\n \x22site\x22: \x22be\x22\r\n }, {\r\n \x22region\x22: \x22fr_BE\x22,\r\n \x22site\x22: \x22be_fr\x22\r\n }, {\r\n \x22region\x22: \x22en_KH\x22,\r\n \x22site\x22: \x22kh\x22\r\n }, {\r\n \x22region\x22: \x22my_MM\x22,\r\n \x22site\x22: \x22mm\x22\r\n }, {\r\n \x22region\x22: \x22en_MM\x22,\r\n \x22site\x22: \x22mm\x22\r\n }, {\r\n \x22region\x22: \x22vi_VN\x22,\r\n \x22site\x22: \x22vn\x22\r\n }, {\r\n \x22region\x22: \x22en_SG\x22,\r\n \x22site\x22: \x22sg\x22\r\n }, {\r\n \x22region\x22: \x22es_PY\x22,\r\n \x22site\x22: \x22py\x22\r\n }, {\r\n \x22region\x22: \x22es_PA\x22,\r\n \x22site\x22: \x22pa\x22\r\n }, {\r\n \x22region\x22: \x22es_BO\x22,\r\n \x22site\x22: \x22bo\x22\r\n }, {\r\n \x22region\x22: \x22es_EC\x22,\r\n \x22site\x22: \x22ec\x22\r\n }, {\r\n \x22region\x22: \x22es_HN\x22,\r\n \x22site\x22: \x22hn\x22\r\n }, {\r\n \x22region\x22: \x22es_GT\x22,\r\n \x22site\x22: \x22gt\x22\r\n }, {\r\n \x22region\x22: \x22es_CR\x22,\r\n \x22site\x22: \x22cr\x22\r\n }, {\r\n \x22region\x22: \x22es_UY\x22,\r\n \x22site\x22: \x22uy\x22\r\n }, {\r\n \x22region\x22: \x22sk_SK\x22,\r\n \x22site\x22: \x22sk\x22\r\n }, {\r\n \x22region\x22: \x22en_MU\x22,\r\n \x22site\x22: \x22mu\x22\r\n }, {\r\n \x22region\x22: \x22ar_JO\x22,\r\n \x22site\x22: \x22jo\x22\r\n }, {\r\n \x22region\x22: \x22ar_BH\x22,\r\n \x22site\x22: \x22bh_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_BH\x22,\r\n \x22site\x22: \x22bh\x22\r\n }, {\r\n \x22region\x22: \x22ar_KW\x22,\r\n \x22site\x22: \x22kw\x22\r\n }, {\r\n \x22region\x22: \x22en_KW\x22,\r\n \x22site\x22: \x22kw_en\x22\r\n }, {\r\n \x22region\x22: \x22en_GH\x22,\r\n \x22site\x22: \x22gh\x22\r\n }, {\r\n \x22region\x22: \x22ar_QA\x22,\r\n \x22site\x22: \x22qa_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_QA\x22,\r\n \x22site\x22: \x22qa\x22\r\n }, {\r\n \x22region\x22: \x22en_NG\x22,\r\n \x22site\x22: \x22ng\x22\r\n }, {\r\n \x22region\x22: \x22en_IE\x22,\r\n \x22site\x22: \x22ie\x22\r\n }, {\r\n \x22region\x22: \x22ar_DZ\x22,\r\n \x22site\x22: \x22dz_ar\x22\r\n }, {\r\n \x22region\x22: \x22fr_DZ\x22,\r\n \x22site\x22: \x22dz\x22\r\n }, {\r\n \x22region\x22: \x22en_KE\x22,\r\n \x22site\x22: \x22ke\x22\r\n }, {\r\n \x22region\x22: \x22en_LB\x22,\r\n \x22site\x22: \x22lb\x22\r\n }, {\r\n \x22region\x22: \x22ar_TN\x22,\r\n \x22site\x22: \x22tn_ar\x22\r\n }, {\r\n \x22region\x22: \x22fr_TN\x22,\r\n \x22site\x22: \x22tn\x22\r\n }, {\r\n \x22region\x22: \x22ar_IQ\x22,\r\n \x22site\x22: \x22iq_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_IQ\x22,\r\n \x22site\x22: \x22iq\x22\r\n }, {\r\n \x22region\x22: \x22ar_OM\x22,\r\n \x22site\x22: \x22om_ar\x22\r\n }, {\r\n \x22region\x22: \x22en_OM\x22,\r\n \x22site\x22: \x22om\x22\r\n }, {\r\n \x22region\x22: \x22en_IN\x22,\r\n \x22site\x22: \x22in\x22\r\n }, {\r\n \x22region\x22: \x22en_PK\x22,\r\n \x22site\x22: \x22pk\x22\r\n }, {\r\n \x22region\x22: \x22ar_MA\x22,\r\n \x22site\x22: \x22ma_ar\x22\r\n }, {\r\n \x22region\x22: \x22fr_MA\x22,\r\n \x22site\x22: \x22ma\x22\r\n }, {\r\n \x22region\x22: \x22sr_RS\x22,\r\n \x22site\x22: \x22rs\x22\r\n }, {\r\n \x22region\x22: \x22hu_HU\x22,\r\n \x22site\x22: \x22hu\x22\r\n }, {\r\n \x22region\x22: \x22de_AT\x22,\r\n \x22site\x22: \x22at\x22\r\n }, {\r\n \x22region\x22: \x22hr_HR\x22,\r\n \x22site\x22: \x22hr\x22\r\n }, {\r\n \x22region\x22: \x22el_CY\x22,\r\n \x22site\x22: \x22cy\x22\r\n }, {\r\n \x22region\x22: \x22sl_SI\x22,\r\n \x22site\x22: \x22si\x22\r\n }, {\r\n \x22region\x22: \x22el_GR\x22,\r\n \x22site\x22: \x22gr\x22\r\n }, {\r\n \x22region\x22: \x22uk_UA\x22,\r\n \x22site\x22: \x22ua\x22\r\n }, {\r\n \x22region\x22: \x22bg_BG\x22,\r\n \x22site\x22: \x22bg\x22\r\n }, {\r\n \x22region\x22: \x22en_BD\x22,\r\n \x22site\x22: \x22bd\x22\r\n }, {\r\n \x22region\x22: \x22zh_tw_HK\x22,\r\n \x22site\x22: \x22hk\x22\r\n }, {\r\n \x22region\x22: \x22en_NZ\x22,\r\n \x22site\x22: \x22nz\x22\r\n }, {\r\n \x22region\x22: \x22es_SV\x22,\r\n \x22site\x22: \x22sv\x22\r\n }, {\r\n \x22region\x22: \x22pt_BR\x22,\r\n \x22site\x22: \x22br\x22\r\n }, {\r\n \x22region\x22: \x22es_DO\x22,\r\n \x22site\x22: \x22do\x22\r\n }, {\r\n \x22region\x22: \x22es_AR\x22,\r\n \x22site\x22: \x22ar\x22\r\n }, {\r\n \x22region\x22: \x22ru_BE\x22,\r\n \x22site\x22: \x22by\x22\r\n }, {\r\n \x22region\x22: \x22ru_KZ\x22,\r\n \x22site\x22: \x22kz\x22\r\n }, {\r\n \x22region\x22: \x22ru_UZ\x22,\r\n \x22site\x22: \x22uz\x22\r\n }, {\r\n \x22region\x22: \x22en_LK\x22,\r\n \x22site\x22: \x22lk\x22\r\n }, {\r\n \x22region\x22: \x22en_CA\x22,\r\n \x22site\x22: \x22ca\x22\r\n }, {\r\n \x22region\x22: \x22fr_CA\x22,\r\n \x22site\x22: \x22ca_fr\x22\r\n }, {\r\n \x22region\x22: \x22bs_BA\x22,\r\n \x22site\x22: \x22ba\x22\r\n }, {\r\n \x22region\x22: \x22ro_MD\x22,\r\n \x22site\x22: \x22md\x22\r\n }, {\r\n \x22region\x22: \x22he_IL\x22,\r\n \x22site\x22: \x22il\x22\r\n }, {\r\n \x22region\x22: \x22mk_MK\x22,\r\n \x22site\x22: \x22mk\x22\r\n }, {\r\n \x22region\x22: \x22fi_FI\x22,\r\n \x22site\x22: \x22fi\x22\r\n }, {\r\n \x22region\x22: \x22da_DK\x22,\r\n \x22site\x22: \x22dk\x22\r\n }, {\r\n \x22region\x22: \x22no_NO\x22,\r\n \x22site\x22: \x22no\x22\r\n }, {\r\n \x22region\x22: \x22et_EE\x22,\r\n \x22site\x22: \x22ee\x22\r\n }, {\r\n \x22region\x22: \x22ru_EE\x22,\r\n \x22site\x22: \x22ee\x22\r\n }, {\r\n \x22region\x22: \x22lv_LV\x22,\r\n \x22site\x22: \x22lv\x22\r\n }, {\r\n \x22region\x22: \x22ru_LV\x22,\r\n \x22site\x22: \x22lv\x22\r\n }, {\r\n \x22region\x22: \x22lt_LT\x22,\r\n \x22site\x22: \x22lt\x22\r\n }, {\r\n \x22region\x22: \x22sv_SE\x22,\r\n \x22site\x22: \x22se\x22\r\n }\r\n]"; </script> <script type="text/javascript"> var supportv2 = {}; supportv2["toCApiUrl"] = "https:\/\/itrinity\u002Dde.c.huawei.com"; supportv2["captchaServiceDomain"] = "csc\u002Dadapter\u002Ddre.security.dbankcloud.com"; supportv2["apiBaseUrl"] = "https:\/\/ccpce\u002Dde.consumer.huawei.com\/ccpcmd\/services\/dispatch\/secured\/CCPC\/EN"; supportv2["captchaUrl"] = "contentcenter\u002Ddre.dbankcdn.com\/pub_1\/cscaptcha_captcha_900_9\/b\/v3\/netease"; supportv2["supportApiUrl"] = "https:\/\/consumer.huawei.com\/support"; supportv2["ccpcServiceGatewayUrl"] = ""; supportv2["cmktApiUrl"] = "https:\/\/consumer\u002Dapi\u002Dsg.huawei.com\/cuepf"; supportv2["casUrl"] = "https:\/\/id5.cloud.huawei.com\/CAS"; supportv2["logisticcode"] = ""; supportv2["knowledgeLangCode"] = ""; supportv2["knowledgeCountry"] = ""; supportv2["productCategoryMapping"] = "[{\x22deviceProductLv2Id\x22:\x22CMCG10000002\x22,\x22categoryNameKey\x22:\x22Phones\x22,\x22majorProductCode\x22:\x22CMCG10000160,CMCG10000014,CMCG10000059,CMCG10000013,CMCG10000056,CMCG10000057,CMCG10000051,CMCG10000016,CMCG10000052,CMCG10000054,CMCG10000055,CMCG10000058,CMCG10000017,CMCG10000015,CMCG10000053\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/phones.svg\x22,\x22deviceCenterMajorName\x22:\x22Phones\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000003\x22,\x22categoryNameKey\x22:\x22Tablets\x22,\x22majorProductCode\x22:\x22CMCG10000018,CMCG10000019,CMCG10000061,CMCG10000060\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/tablets.svg\x22,\x22deviceCenterMajorName\x22:\x22Tablets\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000240\x22,\x22categoryNameKey\x22:\x22Vision\x22,\x22majorProductCode\x22:\x22CMCG10000920,CMCG10000280,CMCG10000922,CMCG10000941,CMCG10000980,CMCG10000940,CMCG10001000,CMCG10000921,CMCG10000300\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/visions.svg\x22,\x22deviceCenterMajorName\x22:\x22Vision\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000005\x22,\x22categoryNameKey\x22:\x22Wearables\x22,\x22majorProductCode\x22:\x22CMCG10000021,CMCG10000022,CMCG10000023,CMCG10000063,CMCG10000062\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/wearables.svg\x22,\x22deviceCenterMajorName\x22:\x22Wearables\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000004\x22,\x22categoryNameKey\x22:\x22Laptops\x22,\x22majorProductCode\x22:\x22CMCG10000620,CMCG10000400,CMCG10000383,CMCG10000401,CMCG10000020,CMCG10000384,CMCG10000402,CMCG10000121,CMCG10000345\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/laptops.svg\x22,\x22deviceCenterMajorName\x22:\x22Laptops\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000006\x22,\x22categoryNameKey\x22:\x22Smart home\x22,\x22majorProductCode\x22:\x22CMCG10000029,CMCG10000200,CMCG10000027,CMCG10000075,CMCG10000180,CMCG10000065,CMCG10000220,CMCG10000026,CMCG10000064,CMCG10000025,CMCG10000820,CMCG10000221,CMCG10000024,CMCG10000028,CMCG10000031,CMCG10000030\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/homes.svg\x22,\x22deviceCenterMajorName\x22:\x22Smart home\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000010\x22,\x22categoryNameKey\x22:\x22Accessories\x22,\x22majorProductCode\x22:\x22CMCG10000037,CMCG10000036,CMCG10000038,CMCG10000034,CMCG10000035,CMCG10000067,CMCG10000070,CMCG10000068,CMCG10000069,CMCG10000066\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/accessories.svg\x22,\x22deviceCenterMajorName\x22:\x22Accessories\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000340\x22,\x22categoryNameKey\x22:\x22Monitors\x22,\x22majorProductCode\x22:\x22CMCG10000381,CMCG10000382\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/monitors.svg\x22,\x22deviceCenterMajorName\x22:\x22Monitors\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000360\x22,\x22categoryNameKey\x22:\x22Desktops\x22,\x22majorProductCode\x22:\x22CMCG10000342,CMCG10000420,CMCG10000380,CMCG10000361\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/desktops.svg\x22,\x22deviceCenterMajorName\x22:\x22Desktops\x22},{\x22deviceProductLv2Id\x22:\x22CMCG10000760\x22,\x22categoryNameKey\x22:\x22Smart office\x22,\x22majorProductCode\x22:\x22CMCG10000761,CMCG10000780\x22,\x22picUrl\x22:\x22\/content\/dam\/huawei\u002Dcbg\u002Dsite\/greate\u002Dchina\/cn\/support\/support\u002Dv3\/warranty\u002Dquery\/printers.svg\x22,\x22deviceCenterMajorName\x22:\x22Smart office\x22}]"; supportv2["myDeviceI18nValue"] = "My device"; supportv2["gaEntrance"] = "" supportv2["gaModule"] = "" supportv2["entranceLv2ForGa"] = "" supportv2["productCategory1"] = "" supportv2["productCategory2"] = "" supportv2["productCategory3"] = "" supportv2["productCategory4"] = "" supportv2["ccpcSgwAppId"] = "96E6614BD648F3582A2D6D657C5CC768" supportv2["ccpcMyHuaweiApiId"] = "EDCF82D77A5AB59706CD5F2163F67427" supportv2["uumSgwAppId"] = "EDCF82D77A5AB59706CD5F2163F67427" supportv2["enableCsrfVerify"] = "false" == "true"; </script> <script type="text/javascript"> var loginApiUrl={}; loginApiUrl["cmscApiUrl"] = ""; loginApiUrl["huaweitimeApiUrl"] = ""; var mktConfig={}; mktConfig["websiteFunctionApi"] = ""; mktConfig["uumApi"] = "https:\/\/itrinity\u002Dsg.c.huawei.com"; mktConfig["sgwApi"] = (window.digitalData && window.digitalData.page.pageInfo.serviceGatewayPath) ? window.digitalData.page.pageInfo.serviceGatewayPath : "https:\/\/sgw\u002Dsg.c.huawei.com\/forward"; </script> <input type="hidden" id="month_txt" value="month txt"/> <input type="hidden" id="underageTips"/> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/public-v4.min.e1a73dfce494445d621ad62e33e3187e.js"></script> <meta name="format-detection" content="telephone=no"/> <script type="text/javascript"> // 站点 var siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; var ec_siteCode = window.digitalData ? window.digitalData.page.pageInfo.siteCode2 : ''; var isECommerceSite = "None"; isECommerceSite = isECommerceSite ? isECommerceSite : "None"; var apiHost = ""; var loginApiHost = ""; var upPersonalCenterLink = ""; var loginLink = ""; // 价格货币展示:货币代码 var ecCurrencyCode = ""; // 价格货币展示:货币符号位置处理 var putCurrencyFront = "true" !== '' ? JSON.parse("true") : true; // 价格货币展示:from显示与否 var showFrom = Boolean(false); // 价格货币展示:from文本位置 var putFromFront = Boolean(true); // 价格货币展示:千位分隔符 var thousandSeparator = ""; // 价格货币展示:小数点 var decimalPoint = ""; // 价格货币展示:是否显示小数 var showDecimal = Boolean(true); var showIntegerDecimal = Boolean(true); // 价格货币展示:是否空格隔开 var showCurrencySpace = Boolean(true); // 时区 var ecTimezone = "none"; // vmall登出接口 var vmallLogoutAPI = ""; // vmall需登录图片,用来拉起登录 var vmallLoginImgUrl = ""; // RRP var enableRRP = Boolean(false); var RRPText = ""; if (enableRRP) { RRPText = ""; } var enableScribes = Boolean(true); var rrpTips = ""; var enableShowSave = Boolean(true); var saveText = ""; // trade in开关(目前只针对PLP页,其他由中台控制) var enableTradeIn = Boolean(false); // 开启分期显示配置 var enableInstallmentCfg = Boolean(false); // 显示免息文本 var enableInterestFree = Boolean(false); // 免息文本 var interestFreeText = ""; // 分期左文本 var insatallmentLeftText = ""; // 分期右文本 var insatallmentRightText = ""; // 分期显示格式 var installmentDispType = "numberAndAmount"; // APP DMPA开关 var enableAppDmpa = Boolean(false); // 运动健康内强制登录开关 var enableUnitedLoginForHealth = Boolean(false); </script> <input id="is-edit-mode" type="hidden" value="false"/> <input type="hidden" id="offer-page-type" value="default"/> <input type="hidden" id="offer-home-page"/> <input type="hidden" id="aem-run-mode" value="prod"/> </head> <body class="huawei-v4 huawei-en "> <style> .header-tag-title.seo{ position:absolute; display: block; height: 0; width: 0; overflow: hidden; z-index: -1; } </style> <h1 class="header-tag-title seo">Sitemap</h1> <input title="cookie" type="hidden" id='cookieType' value="hwcookie"/> <div class="huawei-bootom-cookie"> <div class="huawei-cookie-cnt"> <div class="huawei-cookie-txt"> We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy.<a href="/en/legal/cookie-policy/" title=" Find out more"> Find out more</a> <svg class="huawei-cookie-close" width="32" height="32" xmlns="http://www.w3.org/2000/svg"> <g fill="#7f7f7f" fill-rule="evenodd"> <path d="M8 7l17 17-1 1L7 8z"></path> <path d="M7 24L24 7l1 1L8 25z"></path> </g> </svg> </div> </div> </div> <span class="popular-text hidden" data-value="Popular results"></span> <span class="suggested-text hidden" data-value="Suggested results"></span> <div class="huawei-ie-tips" style="display: none;"> <div class="huawei-ie-cnt"> <div class="huawei-ie-txt">For a better user experience, please use the latest version of Internet Explorer or switch to another browser. <a class="huawei-ie-close" href="javascript:;" title="close"> <svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"> <g fill="#3C3C3C" fill-rule="evenodd"> <path d="M8 7l17 17-1 1L7 8z"></path> <path d="M7 24L24 7l1 1L8 25z"></path> </g> </svg> </a> </div> </div> </div> <div class="v4 header-placeholder nav-v2" id="header-placeholder"></div> <div class="v4 header slide-down-corporation nav-v2" id="header-v4" data-component="header"> <div id="topTipsBox" class="top-tips-box"> <div class="ip-jump-wrap"></div> </div> <div class="v4 n04-platform-selection platform-selection nav-v2" data-component="n04-platform-selection"> <button aria-haspopup="true" role="button" aria-expanded="false" class="platform-selection__toggle js-platform-toggle" type="button"> Consumer <span class="icon font-ico-arrow-down"></span> </button> <div class="platform-selection__content"> <div class="container"> <button class="icon-close"> <span class="sr-only">Close</span> </button> <div class="platform-selection__items row"> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Consumer" class="platform-selection__link platform-selection__link--active" target="_blank" rel="noopener noreferrer" data-bgname="Consumer"> Consumer<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">Smartphones, Laptops & Tablets, Wearables and More</p> </div> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Corporate" class="platform-selection__link platform-selection__link" target="_blank" rel="noopener noreferrer" data-bgname="Corporate" href="https://www.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_corp"> Corporate<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">About Huawei, Press&Event, and More</p> </div> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Enterprise" class="platform-selection__link platform-selection__link" target="_blank" rel="noopener noreferrer" data-bgname="Enterprise" href="https://e.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_ent"> Enterprise<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">Products, Solutions and Services for Enterprise</p> </div> <div class="platform-selection__item col-md-6 col-lg-3"> <a title="Carrier" class="platform-selection__link platform-selection__link" target="_blank" rel="noopener noreferrer" data-bgname="Carrier" href="https://carrier.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_car"> Carrier<span class="icon font-ico-arrow-down"></span> </a> <p class="platform-selection__item-content">Products, Solutions and Services for Carrier</p> </div> </div> </div> </div> </div> <input title="main-nav" type="hidden" id='mainNav' value="nav-v2"/> <div class="v4 n01-main-navigation main-navigation nav-v2" data-component="n01-main-navigation"> <div class="container main-navigation__container"> <a title="logo" class="logo" href="/en/" data-navicon="logo"> <img src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4/images/logo.svg" width="142" alt="Huawei-v4"/> </a> <nav class="main-nav"> <div class="lf-nav nav-zone"> <ul class="main-nav__list" role="menubar"> <li class="main-nav__item "> <a title="Smartphone" data-navicon="Smartphone" class="main-nav__link unhover" href="/en/phones/">Smartphone</a> </li> <li class="main-nav__item "> <a title="Wearable" data-navicon="Wearable" class="main-nav__link unhover" href="/en/wearables/">Wearable</a> </li> <li class="main-nav__item "> <a title="PC" data-navicon="PC" class="main-nav__link unhover" href="/en/laptops/">PC</a> </li> <li class="main-nav__item "> <a title="Tablet" data-navicon="Tablet" class="main-nav__link unhover" href="/en/tablets/">Tablet</a> </li> <li class="main-nav__item "> <a title="Audio" data-navicon="Audio" class="main-nav__link unhover" href="/en/audio/">Audio</a> </li> <li class="main-nav__item "> <a title="Router" data-navicon="Router" class="main-nav__link unhover" href="/en/routers/">Router</a> </li> <li class="main-nav__item "> <a title="HUAWEI Mobile Services" data-navicon="HUAWEI Mobile Services" class="main-nav__link unhover" href="/en/mobileservices/">HUAWEI Mobile Services</a> </li> </ul> </div> <div class="rg-nav nav-zone"> <ul class="main-nav__list" role="menubar"> <li class="main-nav__item "> <a title="Support" data-navicon="Support" class="main-nav__link unhover" href="/en/support/">Support</a> </li> <li class="main-nav__item "> <a title="Community" data-navicon="Community" class="main-nav__link unhover" href="/en/community/">Community</a> </li> <li class="main-nav__item "> <a title="Business" data-navicon="Business" class="main-nav__link unhover" href="/en/business/">Business</a> </li> </ul> </div> </nav> <div class="nav-addons"> <button class="nav-addons__link nav-addons__search js-open-search" aria-haspopup="true" role="button" aria-expanded="false" data-navicon="search"> <span class="icon font-ico-search"> <span class="sr-only">Search</span> </span> </button> <button aria-haspopup="true" role="button" aria-expanded="false" class="nav-toggle js-nav-toggle"> <span class="btn-line"></span> <span class="sr-only">Open menu</span> <span class="btn-line"></span> </button> </div> </div> </div> <div class="v4 n12-search popup nav-v2" data-component="n12-search"> <div class="container"> <button tabindex="-1" type="button" class="popup__close-btn js-close-popup"> <span class="sr-only">Close</span> </button> <div class="row"> <div class="col-xl-6 offset-xl-3 col-lg-8 offset-lg-2 col-md-10 offset-md-1"> <div class="search__form-container"> <label class="sr-only" for="search">search</label> <input class="search__form-input js-search-autocomplete" text="search" name="search" id="search" autocomplete="off" data-enable-ph-search="no" placeholder="Search HUAWEI..."/> <button class="search__form-submit" type="button"> <span class="icon font-ico-search"> <span class="sr-only">Search</span> </span> </button> <button class="search__form-clear js-search-clear" type="button"> <span class="icon font-ico-close"> <span class="sr-only">Close</span> </span> </button> </div> <div class="popular-show-wrap"> <div class="popular-wrap"> <div class="top-title"> Popular Products </div> <div class="popular-product dropdown__right"> <div class="row dropdown__row-mobile"> <div class="list dropdown__right-col col-xl-4 col-xs-6"> <a class="dropdown__series-link search-popular-product-link" data-position="1" title="HUAWEI WATCH GT 5 Pro" href="/en/wearables/watch-gt5-pro/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/content/dam/huawei-cbg-site/common/mkt/pdp/admin-image/wearables/watch-gt5-pro/list/list-46mm-black.png" alt="HUAWEI WATCH GT 5 Pro" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="1" title="HUAWEI WATCH GT 5 Pro" href="/en/wearables/watch-gt5-pro/"> HUAWEI WATCH GT 5 Pro </a> </div> </div> <div class="list dropdown__right-col col-xl-4 col-xs-6"> <a class="dropdown__series-link search-popular-product-link" data-position="2" title="HUAWEI WATCH Ultimate" href="/en/wearables/watch-ultimate/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/content/dam/huawei-cbg-site/common/mkt/pdp/wearables/watch-ultimate/new/list/green.png" alt="HUAWEI WATCH Ultimate" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="2" title="HUAWEI WATCH Ultimate" href="/en/wearables/watch-ultimate/"> HUAWEI WATCH Ultimate </a> </div> </div> <div class="list dropdown__right-col col-xl-4 col-xs-6"> <a class="dropdown__series-link search-popular-product-link" data-position="3" title="HUAWEI MatePad Pro 12.2-inch" href="/en/tablets/matepad-pro-12-2/"> <div class="dropdown__holder"> <img class="dropdown__image-centered" data-src="/content/dam/huawei-cbg-site/common/mkt/pdp/admin-image/tablets/matepad-pro-12-2/list/list-gold.png" alt="HUAWEI MatePad Pro 12.2-inch" onerror="imgErrorUrl(this)"/> </div> </a> <div> <a class="heading dropdown__series-link search-popular-product-link" data-position="3" title="HUAWEI MatePad Pro 12.2-inch" href="/en/tablets/matepad-pro-12-2/"> HUAWEI MatePad Pro 12.2-inch </a> </div> </div> </div> </div> </div> <div class="quick-link"> <div class="top-title"> Quick View </div> <div class="link-wrap row"> <div class="col-sm-4 link-list"> <a title="Smartphone" class="search-quick-link" href="/en/phones/">Smartphone</a> </div> <div class="col-sm-4 link-list"> <a title="Wearable" class="search-quick-link" href="/en/wearables/">Wearable</a> </div> <div class="col-sm-4 link-list"> <a title="PC" class="search-quick-link" href="/en/laptops/">PC</a> </div> <div class="col-sm-4 link-list"> <a title="Tablet" class="search-quick-link" href="/en/tablets/">Tablet</a> </div> <div class="col-sm-4 link-list"> <a title="Audio" class="search-quick-link" href="/en/audio/">Audio</a> </div> <div class="col-sm-4 link-list"> <a title="Router" class="search-quick-link" href="/en/routers/">Router</a> </div> <div class="col-sm-4 link-list"> <a title="HUAWEI Mobile Services" class="search-quick-link" href="/en/mobileservices/">HUAWEI Mobile Services</a> </div> </div> </div> </div> </div> </div> <div class="search_toast"> enter more search keys </div> </div> </div> <div class="v4 n16-simple-tabs simple-tabs simple-tabs__sticky" data-component="n16-simple-tabs" style="display: none;"> <div class="container"> <div class="wrap"> <ul class="simple-tabs__wrap"> <li class="simple-tabs__continent" data-region="Africa">Africa</li> <li class="simple-tabs__continent" data-region="Asia Pacific">Asia Pacific</li> <li class="simple-tabs__continent" data-region="Europe">Europe</li> <li class="simple-tabs__continent" data-region="Latin America">Latin America</li> <li class="simple-tabs__continent" data-region="Middle East">Middle East</li> <li class="simple-tabs__continent" data-region="North America">North America</li> <li class="simple-tabs__continent" data-region="Global">Global</li> </ul> </div> </div> </div> </div> <div class="cookie-data"> <div class="required-category"> </div> <div class="analysis-category"> </div> <div class="advertise-category"> </div> <div class="function-category"> </div> <div class="unknown-category"> </div> </div> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/cookie-package-controller.min.15403c221f9cb150d5c5037427d9507c.js" defer></script> <!-- 隐私协议popup配置项 --> <input type="hidden" id="privacy-popup-switch"/> <input type="hidden" id="privacy-popup-title"/> <input type="hidden" id="privacy-popup-ids"/> <input type="hidden" id="privacy-language-code" value="en-GB"/> <input type="hidden" id="privacy-popup-content"/> <input type="hidden" id="privacy-popup-agree"/> <input type="hidden" id="privacy-popup-checkNote"/> <input type="hidden" id="privacy-popup-remark"/> <input type="hidden" id="privacy-popup-agreeText"/> <input type="hidden" id="privacy-popup-rejectText"/> <input type="hidden" id="privacy-close-i18n" value="Close"/> <input type="hidden" id="privacy-errortip-i18n" value="privacy_fetch_error_tip"/> <script> // 隐私协议总开关 var privacyPopupSwitch = Boolean(); var privacyButtonLineStyle = Boolean(false); </script> <main class="v4 main"> <div class="sitemap-v3-component"> <div id="cntv3-sitmap-page" class="cntv3-sitmap-page"> <div class="cntv3-sitmap-item cntv3-sitmap-sitmap"> <p class="sitmap-maintitle">SITE MAP</p> <div class="sitmap-mainbox sitmap-mainbox-sm"> <ul class="sitmap-mainul"> <li class="sitmap-mainitem"> <p class="sitmap-subtitle">PRODUCTS</p> <p class="sitmap-subitem-p"><a href="/en/phones/" title="Smartphone" class="a-common" cat="Sitemap" act="Click on Phones" lab="<page title>">Smartphone</a></p> <p class="sitmap-subitem-p"><a href="/en/wearables/" title="Wearable" class="a-common" cat="Sitemap" act="Click on Wearables" lab="<page title>">Wearable</a></p> <p class="sitmap-subitem-p"><a href="/en/laptops/" title="PC" class="a-common" cat="Sitemap" act="Click on Laptops" lab="<page title>">PC</a></p> <p class="sitmap-subitem-p"><a href="/en/tablets/" title="Tablet" class="a-common" cat="Sitemap" act="Click on Tablets" lab="<page title>">Tablet</a></p> <p class="sitmap-subitem-p"><a href="/en/audio/" title="Audio" class="a-common" cat="Sitemap" act="Click on Headphones" lab="<page title>">Audio</a></p> <p class="sitmap-subitem-p"><a href="/en/routers/" title="Router" class="a-common" cat="Sitemap" act="Click on Routers" lab="<page title>">Router</a></p> <p class="sitmap-subitem-p"><a href="/en/accessories/overview/" title="Accessories" class="a-common" cat="Sitemap" act="Click on Accessories" lab="<page title>">Accessories</a></p> <p class="sitmap-subitem-p"><a href="/en/harmonyos-4/" title="HarmonyOS 4" class="a-common" cat="Sitemap" act="Click on HarmonyOS 4" lab="<page title>">HarmonyOS 4</a></p> <p class="sitmap-subitem-p"><a href="/en/emui/" title="EMUI" class="a-common" cat="Sitemap" act="Click on EMUI" lab="<page title>">EMUI</a></p> <p class="sitmap-subitem-p"><a href="/en/emui/celia/" title="Celia" class="a-common" cat="Sitemap" act="Click on Celia" lab="<page title>">Celia</a></p> <p class="sitmap-subitem-p"><a href="/en/business/" title="Business" class="a-common" cat="Sitemap" act="Click on Join Business" lab="<page title>">Business</a></p> </li><li class="sitmap-mainitem"> <p class="sitmap-subtitle">MOBILE SERVICES</p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/appgallery/" title="AppGallery" class="a-common" cat="Sitemap" act="Click on AppGallery" lab="<page title>">AppGallery</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/id/" title="HUAWEI ID" class="a-common" cat="Sitemap" act="Click on HUAWEI ID" lab="<page title>">HUAWEI ID</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/mobilecloud/" title="HUAWEI Mobile Cloud" class="a-common" cat="Sitemap" act="Click on HUAWEI Mobile Cloud" lab="<page title>">HUAWEI Mobile Cloud</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/wallet/" title="HUAWEI Wallet" class="a-common" cat="Sitemap" act="Click on HUAWEI Wallet" lab="<page title>">HUAWEI Wallet</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/music/" title="HUAWEI Music" class="a-common" cat="Sitemap" act="Click on HUAWEI Music" lab="<page title>">HUAWEI Music</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/video/" title="HUAWEI Video" class="a-common" cat="Sitemap" act="Click on HUAWEI Video" lab="<page title>">HUAWEI Video</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/themes/" title="HUAWEI Themes" class="a-common" cat="Sitemap" act="Click on HUAWEI Themes" lab="<page title>">HUAWEI Themes</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/browser/" title="HUAWEI Browser" class="a-common" cat="Sitemap" act="Click on HUAWEI Browser" lab="<page title>">HUAWEI Browser</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/assistant/" title="HUAWEI Assistant TODAY" class="a-common" cat="Sitemap" act="Click on HUAWEI Assistant TODAY" lab="<page title>">HUAWEI Assistant TODAY</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/petalmaps/" title="Petal Maps" class="a-common" cat="Sitemap" act="Click on Petal Maps" lab="<page title>">Petal Maps</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/mobileservices/books/" title="HUAWEI Books" class="a-common" cat="Sitemap" act="Click on HUAWEI Books" lab="<page title>">HUAWEI Books</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/mobileservices/member-center/" title="HUAWEI Member Center" class="a-common" cat="Sitemap" act="Click on HUAWEI Member Center" lab="<page title>">HUAWEI Member Center</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/health/" title="HUAWEI Health" class="a-common" cat="Sitemap" act="Click on HUAWEI Health" lab="<page title>">HUAWEI Health</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/ai-life/" title="HUAWEI AI Life" class="a-common" cat="Sitemap" act="Click on HUAWEI AI Life" lab="<page title>">HUAWEI AI Life</a></p> <p class="sitmap-subitem-p"><a href="/en/mobileservices/meetime/" title="MeeTime" class="a-common" cat="Sitemap" act="Click on MeeTime" lab="<page title>">MeeTime</a></p> </li><li class="sitmap-mainitem"> <p class="sitmap-subtitle">SUPPORT</p> <p class="sitmap-subitem-p"><a href="/en/support/service-center/" title="Find Service Center" class="a-common" cat="Sitemap" act="Click on Find Service Center" lab="<page title>">Find Service Center</a></p> <p class="sitmap-subitem-p"><a href="/en/support/product-environmental-information/" title="Product Environmental Information" class="a-common" cat="Sitemap" act="Click on Product Environmental Information" lab="<page title>">Product Environmental Information</a></p> <p class="sitmap-subitem-p"><a href="/en/support/hotline/" title="Call Us" class="a-common" cat="Sitemap" act="Click on Call Us" lab="<page title>">Call Us</a></p> <p class="sitmap-subitem-p"><a href="/en/support/hisuite/" title="HiSuite" class="a-common" cat="Sitemap" act="Click on HiSuite" lab="<page title>">HiSuite</a></p> </li><li class="sitmap-mainitem"> <p class="sitmap-subtitle">ABOUT HUAWEI</p> <p class="sitmap-subitem-p"><a href="/en/about-us/" title="About Us" class="a-common" cat="Sitemap" act="Click on About Us" lab="<page title>">About Us</a></p> <p class="sitmap-subitem-p"><a href="/en/press/events/" title="Events" class="a-common" cat="Sitemap" act="Click on Events" lab="<page title>">Events</a></p> <p class="sitmap-subitem-p"><a href="/en/sustainability/" title="Sustainability" class="a-common" cat="Sitemap" act="Click on Sustainability" lab="<page title>">Sustainability</a></p> <p class="sitmap-subitem-p"><a href="/en/privacy/" title="Privacy" class="a-common" cat="Sitemap" act="Click on Privacy" lab="<page title>">Privacy</a></p> <p class="sitmap-subitem-p"><a href="/en/support/contact-us/" title="Contact Us" class="a-common" cat="Sitemap" act="Click on Contact Us" lab="<page title>">Contact Us</a></p> <p class="sitmap-subitem-p"><a href="https://www.huawei.com/en/" title="Corporate" target="_blank" class="a-common" cat="Sitemap" act="Click on Corporate" lab="<page title>">Corporate</a></p> <p class="sitmap-subitem-p"><a href="https://e.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_ent" title="Enterprise" target="_blank" class="a-common" cat="Sitemap" act="Click on Enterprise" lab="<page title>">Enterprise</a></p> <p class="sitmap-subitem-p"><a href="https://carrier.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_car" title="Carriers" target="_blank" class="a-common" cat="Sitemap" act="Click on Carriers" lab="<page title>">Carriers</a></p> <p class="sitmap-subitem-p"><a href="https://career.huawei.com/reccampportal/campus4_index.html#campus4/content.html" title="Join Us" target="_blank" class="a-common" cat="Sitemap" act="Click on Join Us" lab="<page title>">Join Us</a></p> <ul> </div> </div> <div class="cntv3-sitmap-item cntv3-sitmap-product"> <p class="sitmap-maintitle">PRODUCTS</p> <div class="sitmap-mainbox sitmap-mainbox-pd"> <ul class="sitmap-mainul"> <li class="sitmap-mainitem"> <p class="sitmap-subtitle">Smartphone</p> <!-- <sly data-sly-test="false"> <p class="sitmap-subtitle">Smartphone</p> </sly> <sly data-sly-test="false"> <p class="sitmap-subtitle">Smartphone</p> </sly> --> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/pura70-ultra/" class="a-common" cat="Sitemap" act='HUAWEI Pura 70 Ultra' lab="<page title>">HUAWEI Pura 70 Ultra</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/pura70-pro/" class="a-common" cat="Sitemap" act='HUAWEI Pura 70 Pro' lab="<page title>">HUAWEI Pura 70 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/pura70/" class="a-common" cat="Sitemap" act='HUAWEI Pura 70' lab="<page title>">HUAWEI Pura 70</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova11-pro/" class="a-common" cat="Sitemap" act='HUAWEI nova 11 Pro' lab="<page title>">HUAWEI nova 11 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova-11i/" class="a-common" cat="Sitemap" act='HUAWEI nova 11i' lab="<page title>">HUAWEI nova 11i</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova-y91/" class="a-common" cat="Sitemap" act='HUAWEI nova Y91' lab="<page title>">HUAWEI nova Y91</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova11/" class="a-common" cat="Sitemap" act='HUAWEI nova 11' lab="<page title>">HUAWEI nova 11</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova-y72/" class="a-common" cat="Sitemap" act='HUAWEI nova Y72' lab="<page title>">HUAWEI nova Y72</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova12-se/" class="a-common" cat="Sitemap" act='HUAWEI nova 12 SE' lab="<page title>">HUAWEI nova 12 SE</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova-12s/" class="a-common" cat="Sitemap" act='HUAWEI nova 12s' lab="<page title>">HUAWEI nova 12s</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova-12i/" class="a-common" cat="Sitemap" act='HUAWEI nova 12i' lab="<page title>">HUAWEI nova 12i</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/p60-pro/" class="a-common" cat="Sitemap" act='HUAWEI P60 Pro' lab="<page title>">HUAWEI P60 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/mate-x3/" class="a-common" cat="Sitemap" act='HUAWEI Mate X3' lab="<page title>">HUAWEI Mate X3</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/mate50-pro/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50 Pro' lab="<page title>">HUAWEI Mate 50 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/p60-art/" class="a-common" cat="Sitemap" act='HUAWEI P60 Art' lab="<page title>">HUAWEI P60 Art</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/mate50/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50' lab="<page title>">HUAWEI Mate 50</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova10-se/" class="a-common" cat="Sitemap" act='HUAWEI nova 10 SE' lab="<page title>">HUAWEI nova 10 SE</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/nova-y61/" class="a-common" cat="Sitemap" act='HUAWEI nova Y61' lab="<page title>">HUAWEI nova Y61</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/phones/p60/" class="a-common" cat="Sitemap" act='HUAWEI P60' lab="<page title>">HUAWEI P60</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Laptop</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Laptop</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-x-pro-ultra-premium-edition/" class="a-common" cat="Sitemap" act='HUAWEI MateBook X Pro Core Ultra Premium Edition' lab="<page title>">HUAWEI MateBook X Pro Core Ultra Premium Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-x-pro-2023-13th-gen-core/" class="a-common" cat="Sitemap" act='HUAWEI MateBook X Pro 2023 13th Gen Core' lab="<page title>">HUAWEI MateBook X Pro 2023 13th Gen Core</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-2022/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 2022' lab="<page title>">HUAWEI MateBook D 14 2022</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-2022-12th-gen-core/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 2022 12th Gen Core' lab="<page title>">HUAWEI MateBook D 14 2022 12th Gen Core</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-14-2022/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 14 2022' lab="<page title>">HUAWEI MateBook 14 2022</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-e-2022/" class="a-common" cat="Sitemap" act='HUAWEI MateBook E' lab="<page title>">HUAWEI MateBook E</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-14-2021/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 14 2021' lab="<page title>">HUAWEI MateBook 14 2021</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-2021/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 2021' lab="<page title>">HUAWEI MateBook D 14 2021</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-15-2021/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 15 2021' lab="<page title>">HUAWEI MateBook D 15 2021</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-13-2021/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 13 2021' lab="<page title>">HUAWEI MateBook 13 2021</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-amd-2021/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 AMD 2021' lab="<page title>">HUAWEI MateBook D 14 AMD 2021</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-15-amd-2021/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 15 AMD 2021' lab="<page title>">HUAWEI MateBook D 15 AMD 2021</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-14-amd-2021/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 14 AMD 2021' lab="<page title>">HUAWEI MateBook 14 AMD 2021</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-15-2022/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 15 2022' lab="<page title>">HUAWEI MateBook D 15 2022</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-2023-13th-gen-core/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 2023 13th Gen Core' lab="<page title>">HUAWEI MateBook D 14 2023 13th Gen Core</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-2023/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 2023' lab="<page title>">HUAWEI MateBook D 14 2023</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-16s-2023/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 16s 2023' lab="<page title>">HUAWEI MateBook 16s 2023</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-14-2023/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 14 2023' lab="<page title>">HUAWEI MateBook 14 2023</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-14s-2023/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 14s 2023' lab="<page title>">HUAWEI MateBook 14s 2023</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-e-2023/" class="a-common" cat="Sitemap" act='HUAWEI MateBook E' lab="<page title>">HUAWEI MateBook E</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-e-go/" class="a-common" cat="Sitemap" act='HUAWEI MateBook E Go' lab="<page title>">HUAWEI MateBook E Go</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-16-2024/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 16 2024 ' lab="<page title>">HUAWEI MateBook D 16 2024 </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-2024-13th-gen-core/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 2024 13th Gen Core' lab="<page title>">HUAWEI MateBook D 14 2024 13th Gen Core</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-d-14-2024-12th-gen-core/" class="a-common" cat="Sitemap" act='HUAWEI MateBook D 14 2024 12th Gen Core' lab="<page title>">HUAWEI MateBook D 14 2024 12th Gen Core</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/laptops/matebook-14-2024/" class="a-common" cat="Sitemap" act='HUAWEI MateBook 14 Core Ultra' lab="<page title>">HUAWEI MateBook 14 Core Ultra</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Monitor</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Monitor</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/monitors/mateview-gt/" class="a-common" cat="Sitemap" act='HUAWEI MateView GT 34-inch Sound Edition' lab="<page title>">HUAWEI MateView GT 34-inch Sound Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/monitors/mateview-gt-se/" class="a-common" cat="Sitemap" act='HUAWEI MateView GT 34-inch Standard Edition' lab="<page title>">HUAWEI MateView GT 34-inch Standard Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/monitors/mateview-gt-27-se/" class="a-common" cat="Sitemap" act='HUAWEI MateView GT 27-inch Standard Edition' lab="<page title>">HUAWEI MateView GT 27-inch Standard Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/monitors/mateview-se/" class="a-common" cat="Sitemap" act='HUAWEI MateView SE Adjustable Stand Edition' lab="<page title>">HUAWEI MateView SE Adjustable Stand Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/monitors/mateview-se-standard-stand/" class="a-common" cat="Sitemap" act='HUAWEI MateView SE Standard Edition' lab="<page title>">HUAWEI MateView SE Standard Edition</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Tablet</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Tablet</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-pro-12-2/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Pro 12.2-inch' lab="<page title>">HUAWEI MatePad Pro 12.2-inch</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-pro-13-2/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Pro 13.2-inch' lab="<page title>">HUAWEI MatePad Pro 13.2-inch</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-pro-12-6/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Pro 12.6-inch' lab="<page title>">HUAWEI MatePad Pro 12.6-inch</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-11-2023/" class="a-common" cat="Sitemap" act='HUAWEI MatePad 11-inch 2023' lab="<page title>">HUAWEI MatePad 11-inch 2023</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-air/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Air' lab="<page title>">HUAWEI MatePad Air</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-11-5/" class="a-common" cat="Sitemap" act='HUAWEI MatePad 11.5-inch' lab="<page title>">HUAWEI MatePad 11.5-inch</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-11-papermatte-edition/" class="a-common" cat="Sitemap" act='HUAWEI MatePad 11-inch PaperMatte Edition' lab="<page title>">HUAWEI MatePad 11-inch PaperMatte Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-11-5-papermatte-edition/" class="a-common" cat="Sitemap" act='HUAWEI MatePad 11.5-inch PaperMatte Edition ' lab="<page title>">HUAWEI MatePad 11.5-inch PaperMatte Edition </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-11-5-s/" class="a-common" cat="Sitemap" act='HUAWEI MatePad 11.5"S ' lab="<page title>">HUAWEI MatePad 11.5"S </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-se-11/" class="a-common" cat="Sitemap" act='HUAWEI MatePad SE 11"' lab="<page title>">HUAWEI MatePad SE 11"</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-se-11-kids-edition/" class="a-common" cat="Sitemap" act='HUAWEI MatePad SE 11'' Kids Edition' lab="<page title>">HUAWEI MatePad SE 11'' Kids Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/tablets/matepad-12-x/" class="a-common" cat="Sitemap" act='HUAWEI MatePad 12 X' lab="<page title>">HUAWEI MatePad 12 X</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Wearable</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Wearable</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-gt5-pro/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 5 Pro' lab="<page title>">HUAWEI WATCH GT 5 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-ultimate/" class="a-common" cat="Sitemap" act='HUAWEI WATCH Ultimate' lab="<page title>">HUAWEI WATCH Ultimate</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-fit3/" class="a-common" cat="Sitemap" act='HUAWEI WATCH FIT 3' lab="<page title>">HUAWEI WATCH FIT 3</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-gt4/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 4' lab="<page title>">HUAWEI WATCH GT 4</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-ultimate-design/" class="a-common" cat="Sitemap" act='HUAWEI WATCH ULTIMATE DESIGN' lab="<page title>">HUAWEI WATCH ULTIMATE DESIGN</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-4-series/" class="a-common" cat="Sitemap" act='HUAWEI WATCH 4 Series' lab="<page title>">HUAWEI WATCH 4 Series</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/band8/" class="a-common" cat="Sitemap" act='HUAWEI Band 8' lab="<page title>">HUAWEI Band 8</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-fit-special-edition/" class="a-common" cat="Sitemap" act='HUAWEI WATCH FIT Special Edition' lab="<page title>">HUAWEI WATCH FIT Special Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/s-tag/" class="a-common" cat="Sitemap" act='HUAWEI S-TAG' lab="<page title>">HUAWEI S-TAG</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-gt3/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 3' lab="<page title>">HUAWEI WATCH GT 3</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/k4-pro/" class="a-common" cat="Sitemap" act='HUAWEI WATCH KIDS 4 Pro' lab="<page title>">HUAWEI WATCH KIDS 4 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-gt-runner/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT Runner' lab="<page title>">HUAWEI WATCH GT Runner</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-gt3-pro-ceramic/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 3 Pro Ceramic' lab="<page title>">HUAWEI WATCH GT 3 Pro Ceramic</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-fit2/" class="a-common" cat="Sitemap" act='HUAWEI WATCH FIT 2 ' lab="<page title>">HUAWEI WATCH FIT 2 </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-d/" class="a-common" cat="Sitemap" act='HUAWEI WATCH D ' lab="<page title>">HUAWEI WATCH D </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-gt3-pro-titanium/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 3 Pro Titanium' lab="<page title>">HUAWEI WATCH GT 3 Pro Titanium</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-buds/" class="a-common" cat="Sitemap" act='HUAWEI WATCH Buds' lab="<page title>">HUAWEI WATCH Buds</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/band9/" class="a-common" cat="Sitemap" act='HUAWEI Band 9' lab="<page title>">HUAWEI Band 9</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-4-pro-space-edition/" class="a-common" cat="Sitemap" act='HUAWEI WATCH 4 Pro Space Edition' lab="<page title>">HUAWEI WATCH 4 Pro Space Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-d2/" class="a-common" cat="Sitemap" act='HUAWEI WATCH D2' lab="<page title>">HUAWEI WATCH D2</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/wearables/watch-gt5/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 5' lab="<page title>">HUAWEI WATCH GT 5</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Audio</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Audio</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freelace-pro/" class="a-common" cat="Sitemap" act='HUAWEI FreeLace Pro' lab="<page title>">HUAWEI FreeLace Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds-se/" class="a-common" cat="Sitemap" act='HUAWEI FreeBuds SE' lab="<page title>">HUAWEI FreeBuds SE</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freelace-lite/" class="a-common" cat="Sitemap" act='HUAWEI FreeLace Lite' lab="<page title>">HUAWEI FreeLace Lite</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds-pro-2/" class="a-common" cat="Sitemap" act=' HUAWEI FreeBuds Pro 2' lab="<page title>"> HUAWEI FreeBuds Pro 2</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds5i/" class="a-common" cat="Sitemap" act='HUAWEI FreeBuds 5i' lab="<page title>">HUAWEI FreeBuds 5i</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds5/" class="a-common" cat="Sitemap" act='HUAWEI FreeBuds 5' lab="<page title>">HUAWEI FreeBuds 5</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds-se-2/" class="a-common" cat="Sitemap" act='HUAWEI FreeBuds SE 2' lab="<page title>">HUAWEI FreeBuds SE 2</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds-pro-3/" class="a-common" cat="Sitemap" act='HUAWEI FreeBuds Pro 3' lab="<page title>">HUAWEI FreeBuds Pro 3</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freeclip/" class="a-common" cat="Sitemap" act='HUAWEI FreeClip' lab="<page title>">HUAWEI FreeClip</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freelace-pro-2/" class="a-common" cat="Sitemap" act='HUAWEI FreeLace Pro 2' lab="<page title>">HUAWEI FreeLace Pro 2</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds4e/" class="a-common" cat="Sitemap" act='HUAWEI FreeBuds 4E' lab="<page title>">HUAWEI FreeBuds 4E</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/headphones/freebuds6i/" class="a-common" cat="Sitemap" act='HUAWEI FreeBuds 6i' lab="<page title>">HUAWEI FreeBuds 6i</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Speakers</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Speakers</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/speakers/sound-joy/" class="a-common" cat="Sitemap" act='HUAWEI Sound Joy' lab="<page title>">HUAWEI Sound Joy</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/speakers/sound-joy-2-bluetooth-speaker/" class="a-common" cat="Sitemap" act='HUAWEI Sound Joy 2' lab="<page title>">HUAWEI Sound Joy 2</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Router</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Router</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/ax3/" class="a-common" cat="Sitemap" act='HUAWEI WiFi AX3' lab="<page title>">HUAWEI WiFi AX3</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/ax3-pro/" class="a-common" cat="Sitemap" act='HUAWEI WiFi AX3 Pro' lab="<page title>">HUAWEI WiFi AX3 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/4g-mobile-wifi-3/" class="a-common" cat="Sitemap" act='HUAWEI 4G Mobile WiFi 3 (E5785)' lab="<page title>">HUAWEI 4G Mobile WiFi 3 (E5785)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/ax3-quad-core/" class="a-common" cat="Sitemap" act='HUAWEI WiFi AX3 (Quad-core)' lab="<page title>">HUAWEI WiFi AX3 (Quad-core)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/ax3-dual-core/" class="a-common" cat="Sitemap" act='HUAWEI WiFi AX3 (Dual-core)' lab="<page title>">HUAWEI WiFi AX3 (Dual-core)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/5g-cpe-pro-2/" class="a-common" cat="Sitemap" act='HUAWEI 5G CPE Pro 2' lab="<page title>">HUAWEI 5G CPE Pro 2</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/ws5200-new/" class="a-common" cat="Sitemap" act='HUAWEI WiFi WS5200 (NEW)' lab="<page title>">HUAWEI WiFi WS5200 (NEW)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/5g-cpe-win/" class="a-common" cat="Sitemap" act='HUAWEI 5G CPE Win' lab="<page title>">HUAWEI 5G CPE Win</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/wifi-mesh/" class="a-common" cat="Sitemap" act='HUAWEI WiFi Mesh ' lab="<page title>">HUAWEI WiFi Mesh </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/mobile-wifi-3s/" class="a-common" cat="Sitemap" act='HUAWEI Mobile WiFi 3s' lab="<page title>">HUAWEI Mobile WiFi 3s</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/4g-cpe-3/" class="a-common" cat="Sitemap" act='HUAWEI 4G CPE 3' lab="<page title>">HUAWEI 4G CPE 3</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/4g-mobile-wifi-3-e5783/" class="a-common" cat="Sitemap" act='HUAWEI 4G Mobile WiFi 3 (E5783)' lab="<page title>">HUAWEI 4G Mobile WiFi 3 (E5783)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/ax2/" class="a-common" cat="Sitemap" act='HUAWEI WiFi AX2' lab="<page title>">HUAWEI WiFi AX2</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/wifi-mesh3/" class="a-common" cat="Sitemap" act='HUAWEI WiFi Mesh 3' lab="<page title>">HUAWEI WiFi Mesh 3</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/wifi-mesh7/" class="a-common" cat="Sitemap" act='HUAWEI WiFi Mesh 7' lab="<page title>">HUAWEI WiFi Mesh 7</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/4g-cpe-5s/" class="a-common" cat="Sitemap" act='HUAWEI 4G CPE 5s' lab="<page title>">HUAWEI 4G CPE 5s</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/4g-cpe-5/" class="a-common" cat="Sitemap" act='HUAWEI 4G CPE 5' lab="<page title>">HUAWEI 4G CPE 5</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/4g-mobile-wifi-5/" class="a-common" cat="Sitemap" act='HUAWEI 4G Mobile WiFi 5' lab="<page title>">HUAWEI 4G Mobile WiFi 5</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/ax1/" class="a-common" cat="Sitemap" act='HUAWEI WiFi AX1' lab="<page title>">HUAWEI WiFi AX1</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/routers/wifi-be3/" class="a-common" cat="Sitemap" act='HUAWEI WiFi BE3' lab="<page title>">HUAWEI WiFi BE3</a></p> </li> <li class="sitmap-mainitem"> <!-- <sly data-sly-test="true"> <p class="sitmap-subtitle">Accessories</p> </sly> <sly data-sly-test="true"> <p class="sitmap-subtitle"></p> </sly> --> <p class="sitmap-subtitle">Accessories</p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt5-series/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 5 Series Strap' lab="<page title>">HUAWEI WATCH GT 5 Series Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt5-series-1/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 5 Series Strap' lab="<page title>">HUAWEI WATCH GT 5 Series Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt5-series-2/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 5 Series Strap' lab="<page title>">HUAWEI WATCH GT 5 Series Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt5-series-3/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 5 Series Strap' lab="<page title>">HUAWEI WATCH GT 5 Series Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt5-series-4/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 5 Series Strap' lab="<page title>">HUAWEI WATCH GT 5 Series Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-d2-strap/" class="a-common" cat="Sitemap" act='HUAWEI WATCH D2 Strap' lab="<page title>">HUAWEI WATCH D2 Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/glide-keyboard-compatible-with-matepad-pro-12-2/" class="a-common" cat="Sitemap" act='HUAWEI Glide Keyboard (Compatible with HUAWEI MatePad Pro 12.2-inch) ' lab="<page title>">HUAWEI Glide Keyboard (Compatible with HUAWEI MatePad Pro 12.2-inch) </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/smart-magnetic-keyboard-compatible-with-matepad-12-x/" class="a-common" cat="Sitemap" act='HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad 12 X)' lab="<page title>">HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad 12 X)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/pura70-ultra-monogram-magnetic-case/" class="a-common" cat="Sitemap" act='HUAWEI Pura 70 Ultra Monogram Magnetic Case ' lab="<page title>">HUAWEI Pura 70 Ultra Monogram Magnetic Case </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/pura70-pro-monogram-magnetic-case/" class="a-common" cat="Sitemap" act='HUAWEI Pura 70 Pro Monogram Magnetic Case' lab="<page title>">HUAWEI Pura 70 Pro Monogram Magnetic Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/pura70-cloud-vegan-leather-case/" class="a-common" cat="Sitemap" act='HUAWEI Pura 70 Cloud Vegan Leather Case' lab="<page title>">HUAWEI Pura 70 Cloud Vegan Leather Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/pura70-letter-magnetic-case/" class="a-common" cat="Sitemap" act='HUAWEI Pura 70 Letter Magnetic Case' lab="<page title>">HUAWEI Pura 70 Letter Magnetic Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/folio-cover-compatible-with-matepad-se-11/" class="a-common" cat="Sitemap" act='HUAWEI MatePad SE Folio Cover (compatible with HUAWEI MatePad SE 11")' lab="<page title>">HUAWEI MatePad SE Folio Cover (compatible with HUAWEI MatePad SE 11")</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/smart-magnetic-keyboard-compatible-with-matepad-11-5-s/" class="a-common" cat="Sitemap" act='HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad 11.5"S)' lab="<page title>">HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad 11.5"S)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/folio-cover-compatible-with-matepad-11-5-s/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Folio Cover (compatible with MatePad 11.5"S)' lab="<page title>">HUAWEI MatePad Folio Cover (compatible with MatePad 11.5"S)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/m-pencil-3rd-generation/" class="a-common" cat="Sitemap" act='HUAWEI M-Pencil (3rd generation)' lab="<page title>">HUAWEI M-Pencil (3rd generation)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/smart-magnetic-keyboard-compatible-with-matepad-pro-13-2/" class="a-common" cat="Sitemap" act='HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad Pro 13.2-inch)' lab="<page title>">HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad Pro 13.2-inch)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/folio-cover-compatible-with-matepad-pro-13-2/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Pro Folio Cover (Compatible with HUAWEI MatePad Pro 13.2-inch)' lab="<page title>">HUAWEI MatePad Pro Folio Cover (Compatible with HUAWEI MatePad Pro 13.2-inch)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/quicklink-strap/" class="a-common" cat="Sitemap" act='HUAWEI Quicklink Strap' lab="<page title>">HUAWEI Quicklink Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt4/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 4 Strap' lab="<page title>">HUAWEI WATCH GT 4 Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt4-1/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 4 Strap' lab="<page title>">HUAWEI WATCH GT 4 Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/smart-keyboard-compatible-with-matepad-11-5/" class="a-common" cat="Sitemap" act='HUAWEI Smart Keyboard (Compatible with HUAWEI MatePad 11.5-inch)' lab="<page title>">HUAWEI Smart Keyboard (Compatible with HUAWEI MatePad 11.5-inch)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/smart-magnetic-keyboard-compatible-with-matepad-air/" class="a-common" cat="Sitemap" act='HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad Air) ' lab="<page title>">HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad Air) </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/folio-cover-compatible-with-matepad-air/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Air Folio Cover (Compatible with HUAWEI MatePad Air 11.5-inch)' lab="<page title>">HUAWEI MatePad Air Folio Cover (Compatible with HUAWEI MatePad Air 11.5-inch)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/easyfit-strap/" class="a-common" cat="Sitemap" act='HUAWEI EasyFit Strap' lab="<page title>">HUAWEI EasyFit Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/easyfit-strap-1/" class="a-common" cat="Sitemap" act='HUAWEI EasyFit Strap' lab="<page title>">HUAWEI EasyFit Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/easyfit-strap-2/" class="a-common" cat="Sitemap" act='HUAWEI EasyFit Strap' lab="<page title>">HUAWEI EasyFit Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/easyfit-strap-3/" class="a-common" cat="Sitemap" act='HUAWEI EasyFit Strap' lab="<page title>">HUAWEI EasyFit Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/superpower-car-charger-max-25w/" class="a-common" cat="Sitemap" act='HUAWEI SuperPower Car Charger (Max 25 W)' lab="<page title>">HUAWEI SuperPower Car Charger (Max 25 W)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/superpower-wall-charger-max-88w/" class="a-common" cat="Sitemap" act='HUAWEI SuperPower Wall Charger (Max 88W)' lab="<page title>">HUAWEI SuperPower Wall Charger (Max 88W)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/p60-series-smart-view-flip-cover/" class="a-common" cat="Sitemap" act='HUAWEI P60 | P60 Pro Smart View Flip Cover' lab="<page title>">HUAWEI P60 | P60 Pro Smart View Flip Cover</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/p60-series-silicone-case/" class="a-common" cat="Sitemap" act='HUAWEI P60 | P60 Pro Silicone Case' lab="<page title>">HUAWEI P60 | P60 Pro Silicone Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/p60-series-stand-pu-case/" class="a-common" cat="Sitemap" act='HUAWEI P60 | P60 Pro Stand PU Case' lab="<page title>">HUAWEI P60 | P60 Pro Stand PU Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate-x3-stand-pu-case/" class="a-common" cat="Sitemap" act='HUAWEI Mate X3 Stand PU Case' lab="<page title>">HUAWEI Mate X3 Stand PU Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate-x3-smart-view-flip-cover/" class="a-common" cat="Sitemap" act='HUAWEI Mate X3 Smart View Flip Cover' lab="<page title>">HUAWEI Mate X3 Smart View Flip Cover</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/smart-keyboard-compatible-with-matepad-11-2023/" class="a-common" cat="Sitemap" act='HUAWEI Smart Keyboard (Compatible with HUAWEI MatePad 11-inch 2023)' lab="<page title>">HUAWEI Smart Keyboard (Compatible with HUAWEI MatePad 11-inch 2023)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/folio-cover-compatible-with-matepad-11-2023/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Folio Cover (Compatible with HUAWEI MatePad 11-inch 2023)' lab="<page title>">HUAWEI MatePad Folio Cover (Compatible with HUAWEI MatePad 11-inch 2023)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/scale-3-bluetooth-edition/" class="a-common" cat="Sitemap" act='HUAWEI Scale 3 Bluetooth® Edition' lab="<page title>">HUAWEI Scale 3 Bluetooth® Edition</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/superpower-magnetic-power-bank/" class="a-common" cat="Sitemap" act='HUAWEI SuperPower Magnetic Power Bank' lab="<page title>">HUAWEI SuperPower Magnetic Power Bank</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate50-pro-hand-strap-case/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50 Pro Hand Strap Case' lab="<page title>">HUAWEI Mate 50 Pro Hand Strap Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate50-pro-smart-view-flip-cover/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50 Pro Smart View Flip Cover' lab="<page title>">HUAWEI Mate 50 Pro Smart View Flip Cover</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate50-pro-silicone-case/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50 Pro Silicone Case' lab="<page title>">HUAWEI Mate 50 Pro Silicone Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate50-hand-strap-case/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50 Hand Strap Case' lab="<page title>">HUAWEI Mate 50 Hand Strap Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate50-smart-view-flip-cover/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50 Smart View Flip Cover ' lab="<page title>">HUAWEI Mate 50 Smart View Flip Cover </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mate50-silicone-case/" class="a-common" cat="Sitemap" act='HUAWEI Mate 50 Silicone Case' lab="<page title>">HUAWEI Mate 50 Silicone Case</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/3-3a-data-cable-usb-c-to-usb-c/" class="a-common" cat="Sitemap" act='HUAWEI 3.3A Date Cable (USB-C to USB-C)' lab="<page title>">HUAWEI 3.3A Date Cable (USB-C to USB-C)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/mini-supercharge-max-25w/" class="a-common" cat="Sitemap" act='HUAWEI Mini Charger (SuperCharge Max 25 W)' lab="<page title>">HUAWEI Mini Charger (SuperCharge Max 25 W)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/wireless-mouse/" class="a-common" cat="Sitemap" act='HUAWEI Wireless Mouse' lab="<page title>">HUAWEI Wireless Mouse</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/m-pencil-tips/" class="a-common" cat="Sitemap" act='HUAWEI M-Pencil Tips' lab="<page title>">HUAWEI M-Pencil Tips</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/toner-cartridge-f1500-for-pixlab-x1/" class="a-common" cat="Sitemap" act='HUAWEI F-1500' lab="<page title>">HUAWEI F-1500</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/drum-cartridge-x15000-for-pixlab-x1/" class="a-common" cat="Sitemap" act='HUAWEI X-15000' lab="<page title>">HUAWEI X-15000</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-fit2/" class="a-common" cat="Sitemap" act='HUAWEI WATCH FIT 2 Strap' lab="<page title>">HUAWEI WATCH FIT 2 Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-fit2-1/" class="a-common" cat="Sitemap" act='HUAWEI WATCH FIT 2 Strap' lab="<page title>">HUAWEI WATCH FIT 2 Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-fit2-2/" class="a-common" cat="Sitemap" act='HUAWEI WATCH FIT 2 Strap' lab="<page title>">HUAWEI WATCH FIT 2 Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-fit2-3/" class="a-common" cat="Sitemap" act='HUAWEI WATCH FIT 2 Strap' lab="<page title>">HUAWEI WATCH FIT 2 Strap</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt3/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 3 Straps' lab="<page title>">HUAWEI WATCH GT 3 Straps</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt3-1/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 3 Straps' lab="<page title>">HUAWEI WATCH GT 3 Straps</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt3-2/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 3 Straps' lab="<page title>">HUAWEI WATCH GT 3 Straps</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/watch-gt3-3/" class="a-common" cat="Sitemap" act='HUAWEI WATCH GT 3 Straps' lab="<page title>">HUAWEI WATCH GT 3 Straps</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/high-speed-data-cable-usb-c-to-usb-c/" class="a-common" cat="Sitemap" act='HUAWEI USB Type-C to USB Type-C High-Speed Data Cable' lab="<page title>">HUAWEI USB Type-C to USB Type-C High-Speed Data Cable</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/bluetooth-mouse-2nd-generation/" class="a-common" cat="Sitemap" act='HUAWEI Bluetooth Mouse (2nd generation) ' lab="<page title>">HUAWEI Bluetooth Mouse (2nd generation) </a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/supercharge-10000mah-power-bank/" class="a-common" cat="Sitemap" act='HUAWEI SuperCharge Power Bank 10000 mAh (Max 22.5W SE)' lab="<page title>">HUAWEI SuperCharge Power Bank 10000 mAh (Max 22.5W SE)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/folio-cover-compatible-with-matepad-pro-12-6/" class="a-common" cat="Sitemap" act='HUAWEI MatePad Pro Folio Cover (Compatible with HUAWEI MatePad Pro 12.6-inch)' lab="<page title>">HUAWEI MatePad Pro Folio Cover (Compatible with HUAWEI MatePad Pro 12.6-inch)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/smart-magnetic-keyboard-compatible-with-matepad-pro-12-6/" class="a-common" cat="Sitemap" act='HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad Pro 12.6-inch)' lab="<page title>">HUAWEI Smart Magnetic Keyboard (Compatible with HUAWEI MatePad Pro 12.6-inch)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/scale-3-pro/" class="a-common" cat="Sitemap" act='HUAWEI Scale 3 Pro' lab="<page title>">HUAWEI Scale 3 Pro</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/supercharge-wireless-car-charger-max-50w/" class="a-common" cat="Sitemap" act='HUAWEI SuperCharge Wireless Car Charger (Max 50 W)' lab="<page title>">HUAWEI SuperCharge Wireless Car Charger (Max 50 W)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/supercharge-car-charger-max-66w/" class="a-common" cat="Sitemap" act='HUAWEI SuperCharge Car Charger (Max 66 W)' lab="<page title>">HUAWEI SuperCharge Car Charger (Max 66 W)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/supercharge-wall-charger-max-66w/" class="a-common" cat="Sitemap" act='HUAWEI SuperCharge Wall Charger (Max 66 W)' lab="<page title>">HUAWEI SuperCharge Wall Charger (Max 66 W)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/6a-data-cable-usb-a-to-usb-c/" class="a-common" cat="Sitemap" act='HUAWEI 6A Data Cable USB-A to USB-C' lab="<page title>">HUAWEI 6A Data Cable USB-A to USB-C</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/supercharge-wireless-car-charger/" class="a-common" cat="Sitemap" act='HUAWEI SuperCharge Wireless Car Charger' lab="<page title>">HUAWEI SuperCharge Wireless Car Charger</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/sc-wireless-charger/" class="a-common" cat="Sitemap" act='HUAWEI SuperCharge Wireless Charger (Max 27W)' lab="<page title>">HUAWEI SuperCharge Wireless Charger (Max 27W)</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/matedock-2-docking-station/" class="a-common" cat="Sitemap" act='HUAWEI MateDock 2 Docking Station' lab="<page title>">HUAWEI MateDock 2 Docking Station</a></p> <p class="sitmap-subitem-p"><a href="https://consumer.huawei.com/en/accessories/scale-3/" class="a-common" cat="Sitemap" act='HUAWEI Scale 3' lab="<page title>">HUAWEI Scale 3</a></p> </li> </ul> </div> </div> </div> <style> .sitemap-v3-component .cntv3-sitmap-page{margin:60px auto;font-size: 15px;color: #242728;letter-spacing:0;} .sitemap-v3-component .cntv3-sitmap-item{padding-top:56px;overflow: hidden} .sitemap-v3-component .sitmap-maintitle{display:inline-block;width:100%;height:87px;line-height:43px;font-size:36px;color: #181B1C;text-align:left;border-bottom:0.5px solid #6f6f6f;} html[dir=rtl] .sitemap-v3-component .sitmap-maintitle{text-align:right;} .sitemap-v3-component .sitmap-mainul{overflow:hidden;} .cntv3-sitmap-sitmap .sitmap-mainul{display:flex;flex-wrap: wrap;} .sitemap-v3-component .sitmap-mainitem{padding:60px 0 38px; float:left;width:25%;} html[dir=rtl] .sitemap-v3-component .sitmap-mainitem{float:right;} .sitemap-v3-component .sitmap-mainbox-pd{width:100%;overflow:hidden;} .sitemap-v3-component .sitmap-mainbox-pd .sitmap-mainitem{width:100%;} .sitemap-v3-component .sitmap-subtitle{font-weight: 700;font-size: 18px;color: #000000;height:72px;line-height: 50px;width:100%;} .sitemap-v3-component .sitmap-mainbox-pd .sitmap-subitem-p{height:37px;width:33%;float:left;} html[dir=rtl] .sitemap-v3-component .sitmap-mainbox-pd .sitmap-subitem-p{float:right;} .sitemap-v3-component .sitmap-subitem-p a{cursor: pointer;display: inline-block;max-width: 80%;height:37px;line-height:37px;overflow: hidden;white-space: nowrap;text-align: left;text-overflow: ellipsis;} html[dir=rtl] .sitemap-v3-component .sitmap-subitem-p a{cursor: pointer;display: inline-block;max-width: 80%;height:37px;line-height:37px;overflow: hidden;white-space: nowrap;text-align: right;text-overflow: ellipsis;} .sitemap-v3-component .sitmap-subitem-p a:hover{text-decoration: underline;} @media screen and (min-width:1367px){ .sitemap-v3-component .cntv3-sitmap-page{width:80%;} } @media screen and (min-width:1024px) and (max-width:1366px){ .sitemap-v3-component .cntv3-sitmap-page{width:80%;} .sitemap-v3-component .sitmap-mainitem{width:33%;} .sitemap-v3-component .sitmap-mainbox-pd .sitmap-subitem-p{width:50%;} } @media screen and (max-width:1023px){ .sitemap-v3-component .cntv3-sitmap-page{width:75%;margin:30px auto;font-size: 12px;} .sitemap-v3-component .cntv3-sitmap-item{padding:30px 0 45px;} .sitemap-v3-component .sitmap-mainitem{width:100%;padding:32px 0 8px;overflow: hidden;} html[dir=rtl] .sitemap-v3-component .sitmap-mainitem{width:100%;} .sitemap-v3-component .sitmap-maintitle {display:block;height: 44px;line-height:35px;font-size: 15px;color: #181B1C;} .sitemap-v3-component .sitmap-subtitle{height:20px;line-height:18px;margin-bottom:32px;font-size: 12px; position: relative; cursor: pointer} .sitemap-v3-component .sitmap-subtitle a{display: block;height: 36px;line-height: 18px;font-size: 12px;color: #000000;} .sitemap-v3-component .sitmap-mainbox-pd .sitmap-subitem-p{width:100%;height:28px;} .sitemap-v3-component .sitmap-subitem-p{height:28px;} .sitemap-v3-component .sitmap-subitem-p a{height:28px;line-height:28px;color:#242728;width:90%;} .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle::before, .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle::after {content: '';position: absolute;border-radius: 2px;background-color: #7f7f7f;-webkit-transition: 0.3s ease-out;transition: 0.3s ease-out;} .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle::before {width: 8px;height: 2px;top: 7px;right: 0px;} .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle::after {width: 2px;height: 8px;top: 4px;right: 3px;} html[dir=rtl] .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle::before {width: 8px;height: 2px;top: 7px;left: 1px;right: auto} html[dir=rtl] .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle::after {width: 2px;height: 8px;top: 4px;left: 4px;right: auto} .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle-active::before {-webkit-transform: rotate(360deg);transform: rotate(360deg);} .sitemap-v3-component .sitmap-mainitem .sitmap-subtitle-active::after {-webkit-transform: rotate(360deg);transform: rotate(360deg);opacity: 0;} } </style> <script> (function(){ $(window).on('load resize', function () { let sitemapWindow = window.innerWidth; if( sitemapWindow >= 1024 ){ // pc端 list等高处理 $(".sitmap-mainitem").each(function () { $(this).height('auto'); }); let mainItemH = 0; $(".sitmap-mainbox-sm .sitmap-mainitem").each(function(){ mainItemH = $(this).height() > mainItemH ? $(this).height() : mainItemH; $(this).height(mainItemH); }) }else{ // mob端 收缩动画处理 $(".sitmap-mainitem").each(function(){ $(this).attr('data-height', 28 * ($(this).children().length - 1) + 92 || 0); // 92为上下padding(固定值) if($(this).children('.sitmap-subtitle').hasClass('sitmap-subtitle-active')){ $(this).height('auto'); }else{ $(this).height('20px'); } }); } }); $('.sitmap-subtitle').on('click',function(){ if (window.innerWidth < 1024) { if($(this).hasClass('sitmap-subtitle-active')){ $(this).removeClass("sitmap-subtitle-active"); $(this).parents(".sitmap-mainitem").animate({ height:'50px', },300); }else{ $(this).addClass("sitmap-subtitle-active"); $(this).parents(".sitmap-mainitem").animate({ height:$(this).parents(".sitmap-mainitem").attr('data-height'), },300); } } }); }()); </script></div> </main> <div class="v4 iparsys-from-home-v4"> <div class="section"><div class="new"></div> </div><div class="iparys_inherited"><div class="iparsys-from-home-v4 iparsys parsys"></div> </div> </div> <footer class="v4 n09-footer footer " data-component="n09-footer"> <div class="container"> <script type="application/ld+json"> {"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://consumer.huawei.com/en/"},{"@type":"ListItem","position":2,"name":"Sitemap","item":"https://consumer.huawei.com/en/sitemap/"}]} </script> <div class="breadcrumbs"> <ul class="breadcrumbs__list"> <li class="breadcrumbs__item"> <a class="breadcrumbs__link" title="Home" href="/en/">Home</a> </li> <li class="breadcrumbs__item"> <span class="breadcrumbs__link">Sitemap</span> </li> </ul> </div> <div class="usp-wrap"> </div> <div class="footer-links"> <div class="row"> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn">PRODUCTS</div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="Smartphone" data-title="Smartphone" class="footer-links__link " href="/en/phones/"> Smartphone </a> </li> <li class="footer-links__item"> <a title="Wearable" data-title="Wearable" class="footer-links__link " href="/en/wearables/"> Wearable </a> </li> <li class="footer-links__item"> <a title="PC" data-title="PC" class="footer-links__link " href="/en/laptops/"> PC </a> </li> <li class="footer-links__item"> <a title="Tablet" data-title="Tablet" class="footer-links__link " href="/en/tablets/"> Tablet </a> </li> <li class="footer-links__item"> <a title="Audio" data-title="Audio" class="footer-links__link " href="/en/audio/"> Audio </a> </li> <li class="footer-links__item"> <a title="Router" data-title="Router" class="footer-links__link " href="/en/routers/"> Router </a> </li> <li class="footer-links__item"> <a title="Accessories" data-title="Accessories" class="footer-links__link " href="/en/accessories/overview/"> Accessories </a> </li> <li class="footer-links__item"> <a title="HarmonyOS 4" data-title="HarmonyOS 4" class="footer-links__link " href="/en/harmonyos-4/"> HarmonyOS 4 </a> </li> <li class="footer-links__item"> <a title="EMUI" data-title="EMUI" class="footer-links__link " href="/en/emui/"> EMUI </a> </li> <li class="footer-links__item"> <a title="Celia" data-title="Celia" class="footer-links__link " href="/en/emui/celia/"> Celia </a> </li> <li class="footer-links__item"> <a title="Business" data-title="Business" class="footer-links__link " href="/en/business/"> Business </a> </li> </ul> </div> </div> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn">MOBILE SERVICES</div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="AppGallery" data-title="AppGallery" class="footer-links__link " href="/en/mobileservices/appgallery/"> AppGallery </a> </li> <li class="footer-links__item"> <a title="HUAWEI ID" data-title="HUAWEI ID" class="footer-links__link " href="/en/mobileservices/id/"> HUAWEI ID </a> </li> <li class="footer-links__item"> <a title="HUAWEI Mobile Cloud" data-title="HUAWEI Mobile Cloud" class="footer-links__link " href="/en/mobileservices/mobilecloud/"> HUAWEI Mobile Cloud </a> </li> <li class="footer-links__item"> <a title="HUAWEI Wallet" data-title="HUAWEI Wallet" class="footer-links__link " href="/en/mobileservices/wallet/"> HUAWEI Wallet </a> </li> <li class="footer-links__item"> <a title="HUAWEI Music" data-title="HUAWEI Music" class="footer-links__link " href="/en/mobileservices/music/"> HUAWEI Music </a> </li> <li class="footer-links__item"> <a title="HUAWEI Video" data-title="HUAWEI Video" class="footer-links__link " href="/en/mobileservices/video/"> HUAWEI Video </a> </li> <li class="footer-links__item"> <a title="HUAWEI Themes" data-title="HUAWEI Themes" class="footer-links__link " href="/en/mobileservices/themes/"> HUAWEI Themes </a> </li> <li class="footer-links__item"> <a title="HUAWEI Browser" data-title="HUAWEI Browser" class="footer-links__link " href="/en/mobileservices/browser/"> HUAWEI Browser </a> </li> <li class="footer-links__item"> <a title="HUAWEI Assistant TODAY" data-title="HUAWEI Assistant TODAY" class="footer-links__link " href="/en/mobileservices/assistant/"> HUAWEI Assistant TODAY </a> </li> <li class="footer-links__item"> <a title="Petal Maps" data-title="Petal Maps" class="footer-links__link " href="/en/mobileservices/petalmaps/"> Petal Maps </a> </li> <li class="footer-links__item"> <a title="HUAWEI Books" data-title="HUAWEI Books" class="footer-links__link " href="/en/mobileservices/books/"> HUAWEI Books </a> </li> <li class="footer-links__item"> <a title="HUAWEI Member Center" data-title="HUAWEI Member Center" class="footer-links__link " href="/en/mobileservices/member-center/"> HUAWEI Member Center </a> </li> <li class="footer-links__item"> <a title="HUAWEI Health" data-title="HUAWEI Health" class="footer-links__link " href="/en/mobileservices/health/"> HUAWEI Health </a> </li> <li class="footer-links__item"> <a title="HUAWEI AI Life" data-title="HUAWEI AI Life" class="footer-links__link " href="/en/mobileservices/ai-life/"> HUAWEI AI Life </a> </li> <li class="footer-links__item"> <a title="MeeTime" data-title="MeeTime" class="footer-links__link " href="/en/mobileservices/meetime/"> MeeTime </a> </li> </ul> </div> </div> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn">SUPPORT</div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="Find Service Center" data-title="Find Service Center" class="footer-links__link " href="/en/support/service-center/"> Find Service Center </a> </li> <li class="footer-links__item"> <a title="Product Environmental Information" data-title="Product Environmental Information" class="footer-links__link " href="/en/support/product-environmental-information/"> Product Environmental Information </a> </li> <li class="footer-links__item"> <a title="Call Us" data-title="Call Us" class="footer-links__link " href="/en/support/hotline/"> Call Us </a> </li> <li class="footer-links__item"> <a title="HiSuite" data-title="HiSuite" class="footer-links__link " href="/en/support/hisuite/"> HiSuite </a> </li> </ul> </div> </div> <div class="col-xl-2 col-lg-4"> <div class="footer-links__block"> <div role="menuitem" aria-expanded="false" aria-haspopup="true" class="heading footer-links__title heading-06 js-footer-accordion-btn">ABOUT HUAWEI</div> <ul class="footer-links__list"> <li class="footer-links__item"> <a title="About Us" data-title="About Us" class="footer-links__link " href="/en/about-us/"> About Us </a> </li> <li class="footer-links__item"> <a title="Events" data-title="Events" class="footer-links__link " href="/en/press/events/"> Events </a> </li> <li class="footer-links__item"> <a title="Sustainability" data-title="Sustainability" class="footer-links__link " href="/en/sustainability/"> Sustainability </a> </li> <li class="footer-links__item"> <a title="Privacy" data-title="Privacy" class="footer-links__link " href="/en/privacy/"> Privacy </a> </li> <li class="footer-links__item"> <a title="Contact Us" data-title="Contact Us" class="footer-links__link " href="/en/support/contact-us/"> Contact Us </a> </li> <li class="footer-links__item"> <a title="Corporate" data-title="Corporate" class="footer-links__link " href="https://www.huawei.com/en/" target="_blank" rel="noopener noreferrer"> Corporate </a> </li> <li class="footer-links__item"> <a title="Enterprise" data-title="Enterprise" class="footer-links__link " href="https://e.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_ent" target="_blank" rel="noopener noreferrer"> Enterprise </a> </li> <li class="footer-links__item"> <a title="Carrier" data-title="Carrier" class="footer-links__link " href="https://carrier.huawei.com/en/?ic_medium=hwdc&ic_source=cbg_header_car" target="_blank" rel="noopener noreferrer"> Carrier </a> </li> <li class="footer-links__item"> <a title="Join Us" data-title="Join Us" class="footer-links__link " href="https://career.huawei.com/reccampportal/campus4_index.html#campus4/content.html" target="_blank" rel="noopener noreferrer"> Join Us </a> </li> </ul> </div> </div> </div> </div> <div class="contact"> <div class="row"> <div class="contact__block col-xl-4 col-md-6"> <div class="heading contact__title heading-06">Connect With Us</div> <ul class="contact__social-links lazyload-target"> <li class="contact__social-item"> <a title="facebook" class="contact__social-link" data-social="facebook" href="https://www.facebook.com/huaweimobile" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-facebook"> <span class="sr-only"></span> </span> </a> </li> <li class="contact__social-item"> <a title="twitter" class="contact__social-link" data-social="twitter" href="https://twitter.com/huaweimobile" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-twitter"> <span class="sr-only"></span> </span> </a> </li> <li class="contact__social-item"> <a title="instagram" class="contact__social-link" data-social="instagram" href="https://www.instagram.com/huaweimobile" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-instagram"> <span class="sr-only"></span> </span> </a> </li> <li class="contact__social-item"> <a title="youtube" class="contact__social-link" data-social="youtube" href="https://www.youtube.com/c/huaweimobile" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-youtube"> <span class="sr-only"></span> </span> </a> </li> <li class="contact__social-item"> <a title="linkedin" class="contact__social-link" data-social="linkedin" href="https://www.linkedin.com/company/huawei-consumer-business-group/" target="_blank" rel="noopener noreferrer"> <span class="icon icon-lazy" data-name="font-ico-linkedin"> <span class="sr-only"></span> </span> </a> </li> </ul> </div> </div> </div> <div class="footer-legals"> <div class="row"> <div class="copyright col-xl-4 col-md-8"> <small class="copyright__text">Copyright © 1998-2024 Huawei Device Co., Ltd. All rights reserved.</small> </div> <div class="bottom-links col-xl-5"> <ul class="bottom-links__list"> <li class="bottom-links__item"> <a title="Site Map" class="bottom-links__link" href="/en/sitemap/"> Site Map </a> </li> <li class="bottom-links__item"> <a title="Terms Of Use" class="bottom-links__link" href="/en/legal/terms-of-use/"> Terms Of Use </a> </li> <li class="bottom-links__item"> <a title="Privacy Statement" class="bottom-links__link" href="/en/privacy/privacy-policy/"> Privacy Statement </a> </li> <li class="bottom-links__item"> <a title="Cookies" class="bottom-links__link" href="/en/legal/cookie-policy/"> Cookies </a> </li> <li class="bottom-links__item"> <a title="Legal" class="bottom-links__link" href="/en/legal/"> Legal </a> </li> </ul> </div> <div class="language-switcher col-xl-3 col-md-4 "> <a title="Global - English" class="language-switcher__link" href="/en/worldwide/">Global - English</a> <a href="/en/worldwide/" title="globe"> <span class="icon font-ico-globe"></span> </a> </div> <input type="hidden" id="is_editor" data-is-editor-mode="false" value="false"/> </div> </div> </div> </footer> <link rel="stylesheet" href="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/external-link.min.f78436bce58ae2318c0e47f8ddc41c2b.css" type="text/css"> <!-- 免责声明弹窗 --> <div class="disclaimer-popup-component"> <div class="disclaimer-popup-content"> <div class="close-svg"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <circle cx="12" cy="12" r="12"/> <g transform="translate(2.101 12) rotate(-45)"> <rect width="14" height="2" rx="1" transform="translate(0 6)" fill="#fff"/> <rect width="14" height="2" rx="1" transform="translate(6 14) rotate(-90)" fill="#fff"/> </g> </svg> </div> <div class="disclaimer-popup-content-box"> <div class="disclaimer-popup-top"> <div class="disclaimer-popup-title">Leaving consumer.huawei.com</div> <div class="disclaimer-popup-description">After clicking the link, you will enter a third-party website. Huawei is not responsible and has no control over this third party website.</div> <div class="disclaimer-popup-link"></div> </div> <div class="disclaimer-popup-bottom"> <div class="disclaimer-popup-bottom-box"> <span class="btn disclaimer-popup-cancel-btn">Return</span> <span class="btn disclaimer-popup-continue-btn">Continue</span> </div> </div> </div> </div> </div> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/external-link.min.9f7272d87d292d24255f9bec833507b6.js" defer></script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/incompressible-libs.min.8b357cc5e8365726e8663674de5d6593.js"></script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/base-built.min.20783f3daa4b6b70683c2ad8ebf97160.js"></script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-campaign-v4/common-v4.min.d1d066cfd8f462ff8f491b0a2faf15f1.js"></script> <script type="text/javascript" src="/etc/designs/huawei-cbg-site/clientlib-public-footer.min.4a7eaf0e8d45094aeaed4a5ccf077f14.js"></script> <input type="hidden" id="hide-spu-questionnaire" value="0"/> </body> </html>