CINXE.COM

SHEIN PRIVACY POLICY | SHEIN Singapore

<!DOCTYPE html> <html lang="en" mir="ltr" brd="sh" > <head> <script> var navtrack = { navtrack_to: sessionStorage.getItem('navtrack_to') || '', navtrack_point: sessionStorage.getItem('navtrack_point') || 0, navtrack_startParse: Date.now() } sessionStorage.removeItem('navtrack_point') sessionStorage.removeItem('navtrack_to') </script> <style type="text/css" id="sui-ssr-css"> </style> <title>SHEIN PRIVACY POLICY | SHEIN Singapore</title> <meta name='description' content='SHEIN PRIVACY POLICY | SHEIN Singapore'> <meta name='keywords' content='SHEIN PRIVACY POLICY,SHEIN'> <meta name="site-info" charset="utf-8" data-lang="sg" data-lang-path="" data-app-language="en" data-siteUID="sg"/> <meta name="google" content="notranslate" /> <meta name="viewport" id="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, maximum-scale=1, user-scalable=no"> <!-- Standard iPad --> <link rel="apple-touch-icon" sizes="72x72" href="//sc.ltwebstatic.com/she_dist/images/touch-icon-ipad-72-452a7213ef.png" /> <link rel="apple-touch-icon" sizes="120x120" href="//sc.ltwebstatic.com/she_dist/images/touch-icon-ipad-120-601ddff8b5.png" /> <!-- Retina iPad --> <link rel="apple-touch-icon" sizes="144x144" href="//sc.ltwebstatic.com/she_dist/images/touch-icon-ipad-144-47ceee2d97.png" /> <!-- oest sdk --> <!-- <script src="https://cjs.ltwebstatic.com/unpkg/@shein-aidc/basis-oest@1.0.0/dist/oest.iife.min.js"></script> --> <script> function _classCallCheck(s,a){if(!(s instanceof a))throw new TypeError("Cannot call a class as a function")}function _defineProperties(s,a){for(var p=0;p<a.length;p++){var f=a[p];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(s,_toPropertyKey(f.key),f)}}function _createClass(s,a,p){return a&&_defineProperties(s.prototype,a),p&&_defineProperties(s,p),Object.defineProperty(s,"prototype",{writable:!1}),s}function _defineProperty(s,a,p){return(a=_toPropertyKey(a))in s?Object.defineProperty(s,a,{value:p,enumerable:!0,configurable:!0,writable:!0}):s[a]=p,s}function _toPropertyKey(s){var a=_toPrimitive(s,"string");return _typeof(a)=="symbol"?a:a+""}function _toPrimitive(s,a){if(_typeof(s)!="object"||!s)return s;var p=s[Symbol.toPrimitive];if(p!==void 0){var f=p.call(s,a||"default");if(_typeof(f)!="object")return f;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(s)}function _typeof(s){return _typeof=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},_typeof(s)}var GLOBAL_SN_OEST=function(){"use strict";var s=function(){var t={Math:{},DS:{},Type:{}};return t.Type.TypeUtil=function(){throw new Error("$System.Type.TypeUtil is a static class.")},t.Type.TypeUtil.isString=function(e){return typeof e=="string"||_typeof(e)=="object"&&e instanceof String},t.Type.TypeUtil.isDate=function(e){return _typeof(e)=="object"&&e instanceof Date},t.Type.TypeUtil.isRegExp=function(e){return _typeof(e)=="object"&&e instanceof RegExp},t.Type.TypeUtil.isArray=function(e){return _typeof(e)=="object"&&e instanceof Array},t.Type.TypeUtil.isNumber=function(e){return!isNaN(e)},t.Type.TypeUtil.isBoolean=function(e){return typeof e=="boolean"||_typeof(e)=="object"&&e instanceof Boolean},t.Type.TypeUtil.isFunction=function(e){return typeof e=="function"||_typeof(e)=="object"&&e instanceof Function},t.Type.TypeUtil.isInteger=function(e){return t.Type.TypeUtil.isNumber(e)&&Math.round(e)==e},t.Type.TypeUtil.isFloat=function(e){return t.Type.TypeUtil.isString(e)?!1:t.Type.TypeUtil.isNumber(e)&&Math.round(e)!=e},t.Type.TypeUtil.isError=function(e){return _typeof(e)=="object"&&e instanceof Error},t.DS.HashTable=function(){this.o={};for(key in this.o)delete this.o[key];this.size=0},t.DS.HashTable.prototype.getSize=function(){return this.size},t.DS.HashTable.prototype.set=t.DS.HashTable.prototype.add=function(e,n){e in this.o||this.size++,this.o[e]={v:n}},t.DS.HashTable.prototype.get=function(e){return e in this.o?this.o[e].v:null},t.DS.HashTable.prototype.hasThisKey=function(e){return e in this.o},t.DS.HashTable.prototype.getKeyListByValue=function(e){var n=[];for(key in this.o)this.o[key].v==e&&n.push(key);return n},t.DS.HashTable.prototype.remove=function(e){e in this.o&&(this.size--,delete this.o[e].v,delete this.o[e])},t.DS.HashTable.prototype.removeAll=function(){for(key in this.o)delete this.o[key].v,delete this.o[key];this.size=0},t.DS.HashTable.prototype.getO=function(){return this.o},t.DS.HashTable.prototype.join=function(e,n){var i=[];for(key in this.o)i.push(key+e+this.get(key));return i.join(n)},t.DS.HashTable.dispose=function(e){e.dispose(),e=null},t.DS.HashTable.prototype.dispose=function(){this.removeAll()},t.Math.IntUtil=function(){throw new Error("$System.Math.IntUtil is a static class.")},t.Math.IntUtil.dec2Bin=function(e){return e.toString(2)},t.Math.IntUtil.hexNumArray=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"],t.Math.IntUtil.dec2Hex=function(e){return e.toString(16).toUpperCase()},t.Math.IntUtil.numHexArray={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",A:"10",B:"11",C:"12",D:"13",E:"14",F:"15"},t.Math.IntUtil.hex2Dec=function(e){return parseInt(e,16)},t.Math.IntUtil.bin2Dec=function(e){return parseInt(e,2)},t.Math.IntUtil.binHexArray={"0000":"0","0001":"1","0010":"2","0011":"3","0100":"4","0101":"5","0110":"6","0111":"7",1e3:"8",1001:"9",1010:"A",1011:"B",1100:"C",1101:"D",1110:"E",1111:"F"},t.Math.IntUtil.bin2Hex=function(e){for(var n=0;e.charAt(n)=="0";)n++;n>0&&(e=e.substring(n,e.length));var i,r=[],o=t.Math.IntUtil.binHexArray,u=e.length;for(i=u;i>3;i=i-4)r.push(o[e.substring(i-4,i)]);return r.push(o[t.Math.IntUtil.fillZero(e.substring(i-4,i),4)]),r.reverse().join("")},t.Math.IntUtil.hexBinArray={0:"0000",1:"0001",2:"0010",3:"0011",4:"0100",5:"0101",6:"0110",7:"0111",8:"1000",9:"1001",A:"1010",B:"1011",C:"1100",D:"1101",E:"1110",F:"1111"},t.Math.IntUtil.hex2Bin=function(e){for(var n=0;e.charAt(n)=="0";)n++;n>0&&(e=e.substring(n,e.length));for(var i=e.split(""),r=i.length,o=[],u=t.Math.IntUtil.hexBinArray,h=0;h<r;h++)o.push(u[i[h]]);return o.join("")},t.Math.IntUtil.fillZero=function(e,n,i){if(e==""&&!i)return"";for(var r=n-e.length,o="",u=0;u<r;u++)o="0"+o;return o+e},t.Math.IntUtil.__GUIDPool=new t.DS.HashTable,t.Math.IntUtil.__GUIDCheckAndAdd=function(e){return t.Math.IntUtil.__GUIDPool.hasThisKey(e)?!1:(t.Math.IntUtil.__GUIDPool.set(e,!0),!0)},t.Math.IntUtil.genGUIDV4=function(){var e=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*(t.Math.IntUtil.hex2Dec("FFFFFFFF")+1))),n=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*65536)),i=t.Math.IntUtil.fillZero(t.Math.IntUtil.dec2Bin(Math.floor(Math.random()*65536)),16),r=t.Math.IntUtil.bin2Hex(i.substr(0,12)+"0100"),o=t.Math.IntUtil.fillZero(t.Math.IntUtil.dec2Bin(Math.floor(Math.random()*256))),u=t.Math.IntUtil.bin2Hex(o.substr(0,5)+"01"+o.substr(7,1)),h=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*256)),y=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*(t.Math.IntUtil.hex2Dec("FFFFFFFFFFFF")+1)));e=t.Math.IntUtil.fillZero(e,8),n=t.Math.IntUtil.fillZero(n,4),r=t.Math.IntUtil.fillZero(r,4),u=t.Math.IntUtil.fillZero(u,2),h=t.Math.IntUtil.fillZero(h,2),y=t.Math.IntUtil.fillZero(y,12);var v=e+"_"+n+"_"+r+"_"+u+h+"_"+y;return t.Math.IntUtil.__GUIDCheckAndAdd(v)?v:t.Math.IntUtil.genGUIDV4()},t.Math.IntUtil.fillRnd=function(e,n,i){if(e==""&&!i)return"";c=n-e.length;var r="";return c>0&&(r=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*(t.Math.IntUtil.hex2Dec("FFFFFFFFFFFF")+1))),r=r.substring(0,c)),r+e},t.Math.IntUtil.genGUID=function(){var e=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*(t.Math.IntUtil.hex2Dec("FFFFFFFF")+1))),n=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*65536)),i=t.Math.IntUtil.fillZero(t.Math.IntUtil.dec2Bin(Math.floor(Math.random()*65536)),16),r=t.Math.IntUtil.bin2Hex(i.substr(0,12)+"0100"),o=t.Math.IntUtil.fillZero(t.Math.IntUtil.dec2Bin(Math.floor(Math.random()*256))),u=t.Math.IntUtil.bin2Hex(o.substr(0,5)+"01"+o.substr(7,1)),h=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*256)),y=t.Math.IntUtil.dec2Hex(Math.floor(Math.random()*1e12));e=t.Math.IntUtil.fillZero(e,8),n=t.Math.IntUtil.fillZero(n,4),r=t.Math.IntUtil.fillZero(r,4),u=t.Math.IntUtil.fillZero(u,2),h=t.Math.IntUtil.fillZero(h,2),y=t.Math.IntUtil.fillRnd(y,12);var v=y+"_"+n+"_"+r+"_"+u+h+"_"+e;return t.Math.IntUtil.__GUIDCheckAndAdd(v)?v:t.Math.IntUtil.genGUID()},t.Math.IntUtil.genGUIDV4()};function a(l){var t=/^[A-Za-z0-9+/]+={0,2}$/;if(!t.test(l))return!1;try{var e=g(l),n=/^(.*)\|\d{10,13}\|(.*)$/;return n.test(e)}catch{return!1}}function p(l){var t=/^[0-9a-fA-F]{8}_[0-9a-fA-F]{4}_[0-9a-fA-F]{4}_[0-9a-fA-F]{4}_[0-9a-fA-F]{12}$/i;return t.test(l)}function f(l){try{if(a(l)||!p(l))return l;var t=Date.now(),e="|".concat(t,"|"),n=l.split(""),i=Math.floor(Math.random()*(l.length+1));n.splice(i,0,e);var r=n.join(""),o=S(r);return o}catch{return l}}function U(l){try{if(!a(l))return l;var t=g(l);if(t.includes("|")){var e=new RegExp("\\|\\d+\\|"),n=t.replace(e,"");return n}return t}catch{return l}}var g=function(t){return typeof window!="undefined"&&typeof window.atob=="function"?window.atob(t):typeof global!="undefined"?Buffer.from(t,"base64").toString("binary"):t},S=function(t){return typeof window!="undefined"&&typeof window.btoa=="function"?window.btoa(t):typeof global!="undefined"?Buffer.from(t,"binary").toString("base64"):t},m="Y29va2llSWQ=",_=function(){return g(m)},T=function(t){return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(t).replace(/[-.+*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},M=g("X19zbkkxOE5DQw=="),b=g("X19zbk9lc3Q="),F=400*24*60*60*1e3,D=_(),d="GLOBAL_SN_OEST",w=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"SnOest";return{info:function(n,i,r){return console.info("[INFO]","".concat(t,".").concat(n,": ").concat(i,", ").concat(r))},error:function(n,i,r){return console.error("[ERROR]","".concat(t,".").concat(n,": ").concat(i,", ").concat(r))}}},I=w(),x=function(){function l(){if(_classCallCheck(this,l),_defineProperty(this,"_options",{ssrOest:"",baseUrl:"",needBff:!1,useCC:!0,i18nKey:"",shouldSetCC:!0}),_defineProperty(this,"value",""),typeof window!="undefined"&&window[d])return window[d];typeof window!="undefined"&&(window[d]=this)}return _createClass(l,[{key:"generateUuid",value:function(){var e="";try{e=s(),e=e.replace(/-/g,"_").toUpperCase()}catch(n){I.error("generateUuid","Error generating UUID",n)}return e}},{key:"updateLocalStorage",value:function(e){var n,i=this._options,r=i.i18nKey,o=i.shouldSetCC;o&&(n=window.localStorage)!==null&&n!==void 0&&n.setItem&&window.localStorage.setItem(M,JSON.stringify({value:e,expires:Date.now()+F,i18nKey:r}))}},{key:"getSSROest",value:function(){return this._options.ssrOest||""}},{key:"init",value:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{baseUrl:""};try{this._options=Object.assign({},this._options,e);var n=this.getSSROest(),i=T(D)||"",r=i,o={value:"",expires:0};if(this._options.useCC){var u,h;(u=window.localStorage)!==null&&u!==void 0&&u.getItem(M)?o=JSON.parse(window.localStorage.getItem(M)||""):(h=window.localStorage)!==null&&h!==void 0&&h.getItem(b)&&(o=JSON.parse(window.localStorage.getItem(b)||""))}if(o.value&&o.expires>Date.now()){var y;r=o.value,i&&U(o.value)!=i?(r=i,r=f(r),this.updateLocalStorage(r)):n&&U(o.value)!=U(n)&&(r=n,this.updateLocalStorage(r)),(y=window.localStorage)!==null&&y!==void 0&&y.getItem(M)||this.updateLocalStorage(r),r=f(r),this.setValue(r)}else n&&(r=n,i&&U(n)!=i&&(r=i)),r=r||this.generateUuid(),r=f(r),this.updateLocalStorage(r),this.setValue(r);this._options.needBff&&this.updateOest()}catch(v){I.error("init","init error",v)}}},{key:"setValue",value:function(e){this.value=e}},{key:"getValue",value:function(){return U(this.value)}},{key:"getEnptValue",value:function(){return f(this.value)}},{key:"updateOest",value:function(){var e=this._options.baseUrl,n=e===void 0?"":e,i={};i["x-oest"]=this.getEnptValue();var r="".concat(n,"/bff-api/user-api/init_info/update_oneshot");fetch(r,{method:"POST",headers:i}).then(function(o){return o.json()}).catch(function(o){I.error("updateOest","fetch init_info error",o)})}},{key:"getSiteInfo",value:function(){var e=this,n=this._options.baseUrl,i=n===void 0?"":n,r="".concat(i,"/api/others/getSiteInfo");return fetch(r,{method:"GET"}).then(function(o){return o.json()}).then(function(o){o.ccKey?e.setValue(o.ccKey):e.updateOest()}).catch(function(o){I.error("getSiteInfo","Error getSiteInfo error",o),e.updateOest()})}}])}(),A=function(){if(typeof window!="undefined")return window[d]||(window[d]=new x),window[d]},E=A();return E}(); </script> <script> //oest sdk初始化 window.GLOBAL_SN_OEST.init({ ssrOest: "fDE3NDM0Nzg3MTI0MjN8MEVCRjIzNjJfNUZFQV9BRkI0XzlBM0NfMUEwNjIwMjMwNDI3", shouldSetCC: true, useCC:true, i18nKey: "Curve + Plus", }); </script> <!-- preloads --> <link rel="preload" href="https://common.ltwebstatic.com/dist_bundle/xjqHR52UWJdjKJ0x6QrCsus66rNXR9/2.0.13/1/main.js" as="script" /> <link rel="preload" href="//armor.ltwebstatic.com/she_dist/armor-libs/antiin/antiin.1.9.1.min.js" as="script"> <link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/runtime-943e25bf43a1e9b2.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/core-vendors-33dd56c841ec2299.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/lib-lodash-6e7fb03d0363c718.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/lib-sui-2669ab53f064a872.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/schttp-chunk-cd1af02946bf767b.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/95644-b9940bf5b0b048e2.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/15443-66b72579a58eb20c.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/70760-d515b5208b536b8b.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/85786-b56543abea175254.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/61609-24ff0b2e6410e9b9.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/84986-93a8d355467c9462.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/88697-3d0f7502212fc59d.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/57963-00608196a0a9aa25.js" crossorigin as="script"><link rel="preload" href="//sc.ltwebstatic.com/she_dist/assets/common-d4146e978680d8af.js" crossorigin as="script"> <link rel="preload" href="//sc.ltwebstatic.com/she_dist/libs/vue3.2.41,ejs.min.js" as="script" /> <!-- 首屏css --> <style> /* muli-regular - latin */ @font-face { font-family: 'Muli'; font-style: normal; font-weight: 400; font-display: swap; src: url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Muli Regular'), local('Muli-Regular'), url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */ } /* muli-600 - latin */ @font-face { font-family: 'Muli'; font-style: normal; font-weight: 600; font-display: swap; src: url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-600.eot'); /* IE9 Compat Modes */ src: local('Muli SemiBold'), local('Muli-SemiBold'), url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-600.woff') format('woff'), /* Modern Browsers */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('//sc.ltwebstatic.com/she_dist/font/muli-v13-latin-600.svg#Muli') format('svg'); /* Legacy iOS */ } /* muli-700 - latin */ @font-face { font-family: 'Muli'; font-style: normal; font-weight: 700; font-display: swap; src: url('//sc.ltwebstatic.com/she_dist/font/muli-v16-latin-700.eot'); /* IE9 Compat Modes */ src: local('Muli Bold'), local('Muli-Bold'), url('//sc.ltwebstatic.com/she_dist/font/muli-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//sc.ltwebstatic.com/she_dist/font/muli-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('//sc.ltwebstatic.com/she_dist/font/muli-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('//sc.ltwebstatic.com/she_dist/font/muli-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('//sc.ltwebstatic.com/she_dist/font/muli-v16-latin-700.svg#Muli') format('svg'); /* Legacy iOS */ } </style> <style> /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,sans-serif;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,sans-serif;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}[name=google_conversion_frame]{display:none!important}article,aside,blockquote,body,button,code,dd,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul{margin:0;padding:0}*{box-sizing:border-box}[tabindex]:focus{outline:0}:after,:before{box-sizing:border-box}html{font-size:12px;-webkit-tap-highlight-color:transparent;height:100%}body{font-family:Arial,Helvetica,sans-serif!important;font-size:12px;color:#222;background-color:#fff;height:100%}img[src=""]{visibility:hidden}a{color:#666;text-decoration:none}a:focus,a:hover{color:#222;text-decoration:underline}a:focus{outline:2px auto #ccc}a.disabled{color:#e5e5e5;text-decoration:none}h1,h2,h3,h4,h5,h6{text-transform:uppercase;font-weight:700;color:#222}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}em{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}img{vertical-align:middle}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}li{list-style:none}textarea{overflow:auto;resize:none}input::-ms-clear,input::-ms-reveal{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;height:auto}input[type=number]{-moz-appearance:textfield}input[type=search]{box-sizing:content-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button{-webkit-appearance:none;appearance:none}input::-webkit-contacts-auto-fill-button{-webkit-mask-image:-webkit-image-set(url());-webkit-mask-size:0 0}[tabindex="0"]{outline:0}.svgicon{display:inline-block;width:12px;height:12px;vertical-align:middle;background-repeat:no-repeat}.animated{animation-duration:1s;animation-fill-mode:both}.animated-slow{animation-duration:1.5s;animation-fill-mode:both}[data-uk-scrollspy*=uk-animation-]:not([data-uk-scrollspy*=target]){opacity:0}[class*=uk-animation-]{animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:both}.vue-fade-enter-active,.vue-fade-leave-active{transition:opacity .5s}.vue-fade-enter-from,.vue-fade-leave-to{opacity:0}.vue-slide-fade-enter-active,.vue-slide-fade-leave-active{transition:all .5s}.vue-slide-fade-enter-from,.vue-slide-fade-leave-to{transform:translateY(-50px);opacity:0}.vue-fade-fast-enter-active,.vue-fade-fast-leave-active{transition:opacity .2s}.vue-fade-fast-enter-from,.vue-fade-fast-leave-to{opacity:0}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-6px,0,0)}20%,40%,60%,80%{transform:translate3d(6px,0,0)}}.animate-shake{animation-name:shake}@keyframes flipInX{0%{transform:translateZ(1) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:translateZ(1) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:translateZ(1) rotate3d(1,0,0,10deg);opacity:1}80%{transform:translateZ(1) rotate3d(1,0,0,-5deg)}100%{transform:translateZ(1) rotate3d(1,0,0,0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-fill-mode:forwards;animation-name:flipInX}.la-ball-pulse{font-size:0}.la-ball-pulse>div:nth-child(1){animation-delay:-.2s}.la-ball-pulse>div:nth-child(2){animation-delay:-.1s}.la-ball-pulse>div:nth-child(3){animation-delay:0s}@keyframes ball-pulse{0%,100%,60%{transform:scale(1);opacity:1}30%{transform:scale(.01);opacity:.1}}.la-ball-pulse>div{background-color:#222;width:8px;height:8px;border-radius:50%;display:inline-block;margin:0 2px;vertical-align:middle;animation:ball-pulse 1s ease infinite}.la-ball-pulse-sm>div{width:6px;height:6px}.la-ball-pulse-2x div{width:16px;height:16px;margin:0 4px}.la-ball-pulse-white div{background-color:#fff}.la-ball-pulse-2x-white div{background-color:#fff}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-10px)}}.bounce{animation-name:bounce}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}[v-cloak]{display:none!important}.she-clearfix:after,.she-clearfix:before{content:" ";display:table}.she-clearfix:after{clear:both}.she-fr{float:right!important}.she-fl{float:left!important}.she-text-center{text-align:center}.she-text-left{text-align:left}.she-text-right{text-align:right}.she-none{display:none}.she-block{display:block}.she-hide{display:none!important}.she-show{display:block!important}.she-opacity0{opacity:0!important}.container-header-fluid2{margin-right:auto;margin-left:auto;padding-left:0;padding-right:0}.container-header-fluid2:after,.container-header-fluid2:before{content:" ";display:table}.container-header-fluid2:after{clear:both}.container-fluid{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.container-fluid-1000{max-width:1020px;margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.container-fluid-1000:after,.container-fluid-1000:before{content:" ";display:table}.container-fluid-1000:after{clear:both}.container-fluid-1200{max-width:1220px;margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px}.container-fluid-1200:after,.container-fluid-1200:before{content:" ";display:table}.container-fluid-1200:after{clear:both}.container-fluid-1800{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;padding-left:48px;padding-right:48px;max-width:1900px}.container-fluid-1800:after,.container-fluid-1800:before{content:" ";display:table}.container-fluid-1800:after{clear:both}.container-fluid-2200{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;padding-left:50px;padding-right:50px;max-width:2300px}.container-fluid-2200:after,.container-fluid-2200:before{content:" ";display:table}.container-fluid-2200:after{clear:both}.container-shoplook-fuild{margin-right:auto;margin-left:auto;padding-left:10px;padding-right:10px;max-width:1400px;padding-left:40px;padding-right:40px}.container-shoplook-fuild:after,.container-shoplook-fuild:before{content:" ";display:table}.container-shoplook-fuild:after{clear:both}.container-shoplook-fuild.fix-width{width:1286px;padding:0}.row{margin-left:-10px;margin-right:-10px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left!important}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left!important}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left!important}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left!important}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}@media (min-width:1800px){.col-xlg-20per{width:20%}}@media (min-width:2300px){.col-xlg-20per{width:16.66666667%}}.col-xs-20per,.col-xs-40per,.col-xs-60per{float:left!important}.col-xs-20per{width:20%}.col-xs-40per{width:40%}.col-xs-60per{width:60%}.col-xs-20per,.col-xs-40per,.col-xs-60per{padding:7.5px}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;height:44px;margin-top:-22px;z-index:12;cursor:pointer}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev{left:10px;right:auto}.swiper-button-next{right:10px;left:auto}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translate3d(0,0,0);z-index:11}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:36px}.swiper-pagination-bullet{width:14px;height:14px;display:inline-block;border:2px solid transparent;opacity:.8}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px}.common-swiperv2__next,.common-swiperv2__prev{width:36px;height:36px;line-height:36px;text-align:center;background:rgba(255,255,255,.94);border-radius:50%;z-index:12;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.08)}.common-swiperv2__next.swiper-button-disabled,.common-swiperv2__prev.swiper-button-disabled{display:none}.common-swiperv2__next:hover,.common-swiperv2__prev:hover{background:#fff}.common-swiperv2__prev{position:absolute;left:10px;right:auto;top:50%;margin-top:-18px}.common-swiperv2__next{position:absolute;right:10px;left:auto;top:50%;margin-top:-18px}.modal-open{overflow:hidden}.she-btn-black,.she-btn-white{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;background:#222;border:1px solid transparent;border-radius:0;color:#fff;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;text-transform:uppercase;outline:0;transition:background .2s,border-color,.2s,color .2s;min-width:144px;height:36px;line-height:34px;padding:0 16px;font-size:15px}.she-btn-black:hover,.she-btn-white:hover{background:rgba(34,34,34,.8);color:#fff;text-decoration:none}.she-btn-black.focus,.she-btn-black:focus,.she-btn-white.focus,.she-btn-white:focus{outline:2px auto #ccc;text-decoration:none}a.she-btn-black:focus,a.she-btn-white:focus{color:#fff}a.she-btn-black:focus:hover,a.she-btn-white:focus:hover{color:#fff}.she-btn-black.active,.she-btn-black:active,.she-btn-white.active,.she-btn-white:active{outline:2px auto #666}.she-btn-black.disabled,.she-btn-black[disabled],.she-btn-white.disabled,.she-btn-white[disabled],fieldset[disabled] .she-btn-black,fieldset[disabled] .she-btn-white{cursor:not-allowed;background:rgba(34,34,34,.6);color:rgba(255,255,255,.8)}.she-btn-black.disabled.active,.she-btn-black.disabled.focus,.she-btn-black.disabled:active,.she-btn-black.disabled:focus,.she-btn-black[disabled].active,.she-btn-black[disabled].focus,.she-btn-black[disabled]:active,.she-btn-black[disabled]:focus,.she-btn-white.disabled.active,.she-btn-white.disabled.focus,.she-btn-white.disabled:active,.she-btn-white.disabled:focus,.she-btn-white[disabled].active,.she-btn-white[disabled].focus,.she-btn-white[disabled]:active,.she-btn-white[disabled]:focus,fieldset[disabled] .she-btn-black.active,fieldset[disabled] .she-btn-black.focus,fieldset[disabled] .she-btn-black:active,fieldset[disabled] .she-btn-black:focus,fieldset[disabled] .she-btn-white.active,fieldset[disabled] .she-btn-white.focus,fieldset[disabled] .she-btn-white:active,fieldset[disabled] .she-btn-white:focus{outline:0}.she-btn-white{background:#fff;border-color:#222;color:#222}.she-btn-white:hover{background:#222;border-color:#222;color:#fff}.she-btn-white:hover .la-ball-pulse>div{background-color:#fff}a.she-btn-white:focus{color:#222}a.she-btn-white:focus:hover{color:#fff}.she-btn-white.disabled,.she-btn-white[disabled],fieldset[disabled] .she-btn-white{background:#fff;color:rgba(34,34,34,.1);border-color:rgba(34,34,34,.1)}.she-btn-white.disabled:hover,.she-btn-white[disabled]:hover,fieldset[disabled] .she-btn-white:hover{background:#fff;outline:0}.she-btn-white.disabled .la-ball-pulse>div,.she-btn-white[disabled] .la-ball-pulse>div,fieldset[disabled] .she-btn-white .la-ball-pulse>div{background-color:rgba(34,34,34,.1)}.she-btn-l{min-width:144px;height:44px;line-height:42px;padding:0 20px;font-size:16px}@media (max-width:1024px){.she-btn-l{font-size:12px}}.she-btn-xs{min-width:80px;height:24px;line-height:22px;padding:0 10px;font-size:12px}.she-btn-block{display:block;width:100%;padding:0}.she-btn-block+.she-btn-block{margin-top:20px}.c-breadcrumb{margin:20px;color:#666;white-space:nowrap}.c-breadcrumb>li{display:inline-block;color:#999}.c-breadcrumb>li+li:before{margin-left:3px;margin-right:5px;content:"/";color:#999}.c-breadcrumb a{color:#999}.c-breadcrumb a:hover{color:#666}.geetest_wind.geetest_panel{direction:ltr}.geetest_wind.geetest_panel *{box-sizing:content-box}.soldout{opacity:.3} </style> <script>(function(e){function setCookie(name,val,expires,domain){var __CurrentMainDomain__=(function(){var hostnameArray=location.hostname.split('.');return'.'+hostnameArray.slice(1).join('.')})();var text=String(encodeURIComponent(val));var date=new Date();date.setTime(date.getTime()+Number(expires)*1000);text+='; expires='+date.toUTCString();text+='; path=/';if(typeof domain!=='undefined'&&domain!=''){text+='; domain='+__CurrentMainDomain__};document.cookie=name+'='+text};e.getCookie = function (name){var value="; "+document.cookie;var parts=value.split("; "+name+"=");if(parts.length>=2){return decodeURIComponent(parts.pop().split(";").shift())}else{return""}};e.$System={Math:{},DS:{},};$System.DS.HashTable=function(){this.o={};for(key in this.o){delete this.o[key]}this.size=0};$System.DS.HashTable.prototype.set=$System.DS.HashTable.prototype.add=function(a,b){if(!(a in this.o)){this.size++}this.o[a]={v:b}};$System.DS.HashTable.prototype.hasThisKey=function(a){return(a in this.o)};$System.Math.IntUtil=function(){return""};$System.Math.IntUtil.dec2Bin=function(a){return a.toString(2)};$System.Math.IntUtil.hexNumArray=new Array("0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F");$System.Math.IntUtil.dec2Hex=function(a){return a.toString(16).toUpperCase()};$System.Math.IntUtil.numHexArray={"0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9",A:"10",B:"11",C:"12",D:"13",E:"14",F:"15"};$System.Math.IntUtil.hex2Dec=function(a){return parseInt(a,16)};$System.Math.IntUtil.binHexArray={"0000":"0","0001":"1","0010":"2","0011":"3","0100":"4","0101":"5","0110":"6","0111":"7","1000":"8","1001":"9","1010":"A","1011":"B","1100":"C","1101":"D","1110":"E","1111":"F"};$System.Math.IntUtil.bin2Hex=function(b){var g=0;while(b.charAt(g)=="0"){g++}if(g>0){b=b.substring(g,b.length)}var d,e=[],f=$System.Math.IntUtil.binHexArray,a=b.length;for(d=a;d>3;d=d-4){e.push(f[b.substring(d-4,d)])}e.push(f[$System.Math.IntUtil.fillZero(b.substring(d-4,d),4)]);return e.reverse().join("")};$System.Math.IntUtil.hexBinArray={"0":"0000","1":"0001","2":"0010","3":"0011","4":"0100","5":"0101","6":"0110","7":"0111","8":"1000","9":"1001",A:"1010",B:"1011",C:"1100",D:"1101",E:"1110",F:"1111"};$System.Math.IntUtil.fillZero=function(d,f,e){if(d==""&&!e){return""}c=f-d.length;var b="";for(var a=0;a<c;a++){b="0"+b}return b+d};$System.Math.IntUtil.__GUIDPool=new $System.DS.HashTable();$System.Math.IntUtil.__GUIDCheckAndAdd=function(a){if(!$System.Math.IntUtil.__GUIDPool.hasThisKey(a)){$System.Math.IntUtil.__GUIDPool.set(a,true);return true}else{return false}};$System.Math.IntUtil.genGUIDV4=function(){var g=$System.Math.IntUtil.dec2Hex(Math.floor(Math.random()*($System.Math.IntUtil.hex2Dec("FFFFFFFF")+1)));var f=$System.Math.IntUtil.dec2Hex(Math.floor(Math.random()*65536));var i=$System.Math.IntUtil.fillZero($System.Math.IntUtil.dec2Bin(Math.floor(Math.random()*65536)),16);var e=$System.Math.IntUtil.bin2Hex(i.substr(0,12)+"0100");var h=$System.Math.IntUtil.fillZero($System.Math.IntUtil.dec2Bin(Math.floor(Math.random()*256)));var d=$System.Math.IntUtil.bin2Hex(h.substr(0,5)+"01"+h.substr(7,1));var b=$System.Math.IntUtil.dec2Hex(Math.floor(Math.random()*256));var a=$System.Math.IntUtil.dec2Hex(Math.floor(Math.random()*($System.Math.IntUtil.hex2Dec("FFFFFFFFFFFF")+1)));g=$System.Math.IntUtil.fillZero(g,8);f=$System.Math.IntUtil.fillZero(f,4);e=$System.Math.IntUtil.fillZero(e,4);d=$System.Math.IntUtil.fillZero(d,2);b=$System.Math.IntUtil.fillZero(b,2);a=$System.Math.IntUtil.fillZero(a,12);var j=g+"_"+f+"_"+e+"_"+d+b+"_"+a;if($System.Math.IntUtil.__GUIDCheckAndAdd(j)){return j}else{return $System.Math.IntUtil.genGUIDV4()}};})(window);</script> <script> window.__errorAssets=[];window.addEventListener("error",function(c){try{var a=c.target;a instanceof HTMLElement&&window.__errorAssets.push({src:a.src||a.href,type:a.tagName})}catch(b){console.log(b)}},!0); </script> <script> (function(){var ua=navigator.userAgent.toLowerCase();if(ua.indexOf('msie')>=0||!!ua.match('trident.*rv\:11\.'))location.href='/appGuide'})(); // 服务器输出的全局变量 var gbCommonInfo = { PLATFORM: 'PC', language: { SHEIN_KEY_PC_14634: "ADD TO CART", //登录弹出登陆后 SHEIN_KEY_PC_15085: "Hello", SHEIN_KEY_PC_15740: "Sign in / Register", SHEIN_KEY_PC_15479: "Payment Failure", SHEIN_KEY_PC_16509: "Access timed out, please refresh the page and try again.", // 相似商品 // 日期时间格式化 SHEIN_KEY_PC_14860: "May", SHEIN_KEY_PC_16552: "Dec", SHEIN_KEY_PC_16551: "Nov", SHEIN_KEY_PC_16550: "Oct", SHEIN_KEY_PC_16549: "Sep", SHEIN_KEY_PC_16548: "Aug", SHEIN_KEY_PC_16547: "Jul", SHEIN_KEY_PC_16546: "Jun", SHEIN_KEY_PC_16545: "Apr", SHEIN_KEY_PC_16544: "Mar", SHEIN_KEY_PC_16543: "Feb", SHEIN_KEY_PC_16542: "Jan", // 商品项 SHEIN_KEY_PC_16973: "Curve + Plus", SHEIN_KEY_PC_15808: "Price", SHEIN_KEY_PC_17962: "original price", SHEIN_KEY_PC_18115: "Does not support modification.", SHEIN_KEY_PC_15822: "Privacy &amp; Cookie Policy", // 熔断提示 SHEIN_KEY_PC_17753: "system is busy, please try again later.", SHEIN_KEY_PC_20851: "The page you selected cannot handle the problems of existing orders. Do you want to continue?", // 手机弹窗 SHEIN_KEY_PC_27757: "Possible Area Code", SHEIN_KEY_PC_14786: "Your account has been suspended due to irregular activities." }, } ;!function() { var _constants = {"ENTRY_PAGE_NAME":"","isDebug":false,"CURRENCY_COOKIE_TIME":1200,"firstCouponSite":"","IMG_LINK":{"LAZY_IMG":"//sc.ltwebstatic.com/she_dist/images/bg-grey-ba96515e9b.png","LAZY_IMG_HOR":"//sc.ltwebstatic.com/she_dist/images/bg-grey-2-e4327f8aca.png","LAZY_IMG_SQUARE":"//sc.ltwebstatic.com/she_dist/images/bg-grey-3-07b6a0cc92.png","LAZY_IMG_SQUARE_BIG":"//sc.ltwebstatic.com/she_dist/images/bg-grey-4-96b7aac31f.png","LAZY_GREY":"//sc.ltwebstatic.com/she_dist/images/lazy-load-3d3fc6b6bd.jpg","LAZY_IMG_SOLID_COLOR":"//sc.ltwebstatic.com/she_dist/images/bg-grey-solid-color-fc04c1310d.png","double_points":"//sc.ltwebstatic.com/she_dist/images/points/points-{0}.png","points_head_left":"//sc.ltwebstatic.com/she_dist/images/points/points-head-left.png","points_head_right":"//sc.ltwebstatic.com/she_dist/images/points/points-head-right.png","points_tail_left":"//sc.ltwebstatic.com/she_dist/images/points/points-tail-left.png","points_tail_right":"//sc.ltwebstatic.com/she_dist/images/points/points-tail-right.png","points_middle":"//sc.ltwebstatic.com/she_dist/images/points/points-middle.png","shoppingcart-empty":"//sc.ltwebstatic.com/she_dist/images/shoppingcart-empty-50eb82fb72.png","shoppingcart-empty-new":"//sc.ltwebstatic.com/she_dist/images/cart/sui_img_empty_cart -2164551cbe.png","coupon-empty":"//sc.ltwebstatic.com/she_dist/images/user/coupon-empty-d2d84ac944.png","home-coupon":"//sc.ltwebstatic.com/she_dist/images/home_coupon-160c7bd594.png","home-coupon-grey":"//sc.ltwebstatic.com/she_dist/images/home_coupon_grey-95e65c208e.png","stu-outdated":"//sc.ltwebstatic.com/she_dist/images/stu-outdated-867b49fcbc.png","msg_nodata":"//sc.ltwebstatic.com/she_dist/images/msg_nodata-cdd0f00420.png","oops":"//sc.ltwebstatic.com/she_dist/images/opps-fca2d965e0.png","faq_search_bg":"//sc.ltwebstatic.com/she_dist/images/faq_search_bg-0736e5bb2b.jpg","wishlist_empty":"//sc.ltwebstatic.com/she_dist/images/wishlist_empty-c5b7c1313c.png","recently_view_empty":"//sc.ltwebstatic.com/she_dist/images/history-empty-02b3d632f1.png","agent-avatar":"//sc.ltwebstatic.com/she_dist/images/robot/agent-avatar-b472417c3b.png","wishlist-guide":"//sc.ltwebstatic.com/she_dist/images/wishlist-guide-fc5c0e8568.gif","v-pic":"//sc.ltwebstatic.com/she_dist/images/v-pic-e3d62225c8.png","sucess_verify":"//sc.ltwebstatic.com/she_dist/images/sucess_verify-196d4d3eeb.png","new-pic-ar":"//sc.ltwebstatic.com/she_dist/images/new-pic-ar-a241806e8a.png","new-pic":"//sc.ltwebstatic.com/she_dist/images/new-pic-2ce8cf54f0.png","sheinVip":"//sc.ltwebstatic.com/she_dist/images/shein_vip-b0fed5fd9a.png","new-pic02":"//sc.ltwebstatic.com/she_dist/images/new-pic02-615a4ce93b.png","new-pic-ar02":"//sc.ltwebstatic.com/she_dist/images/new-pic-ar02-33f367ec81.png","warning":"//sc.ltwebstatic.com/she_dist/images/warning-db80c9224b.png","pay_success_app_qr_code":"//sc.ltwebstatic.com/she_dist/images/pay_success/Homepage{0}504.png","pay_success_pending":"//sc.ltwebstatic.com/she_dist/images/pending-shein-web-0b7362148a.png","pay_success_successed":"//sc.ltwebstatic.com/she_dist/images/pay-successed-784a1b945d.png","touch-icon-ipad-72":"//sc.ltwebstatic.com/she_dist/images/touch-icon-ipad-72-452a7213ef.png","touch-icon-ipad-120":"//sc.ltwebstatic.com/she_dist/images/touch-icon-ipad-120-601ddff8b5.png","touch-icon-ipad-144":"//sc.ltwebstatic.com/she_dist/images/touch-icon-ipad-144-47ceee2d97.png","national_id_il":"//sc.ltwebstatic.com/she_dist/images/national_id_il-74f9f0ef28.png","error_img":"//sc.ltwebstatic.com/she_dist/images/error_img-071b96b14b.png","pop_chrome":"//sc.ltwebstatic.com/she_dist/images/chrome-6005c2ea80.png","pop_firefox":"//sc.ltwebstatic.com/she_dist/images/firefox-c2b545899f.png","sheinx":"//sc.ltwebstatic.com/she_dist/images/sheinx-49b59cfe17.png","instagram":"//sc.ltwebstatic.com/she_dist/images/sheinx/ins-02c93ca2c2.jpg","tiktok":"//sc.ltwebstatic.com/she_dist/images/sheinx/tiktok-c9af115006.jpg","youtube":"//sc.ltwebstatic.com/she_dist/images/sheinx/youtube-58ba28d815.jpg","twitter":"//sc.ltwebstatic.com/she_dist/images/sheinx/twitter-2d371a1899.jpg","facebook":"//sc.ltwebstatic.com/she_dist/images/sheinx/facebook-a631f48107.jpg","commission__count":"//sc.ltwebstatic.com/she_dist/images/commission__count-1e4b29fd66.png","sheinx-reviewed":"//sc.ltwebstatic.com/she_dist/images/sheinx/reviewed-b02737e00a.png","pay_cash_logo":"//sc.ltwebstatic.com/she_dist/images/pay_mtbc-915d37d697.png","start_design":"//sc.ltwebstatic.com/she_dist/images/sheinx/start_design_img-82c3d9c312.png","payment_paypal":"//sc.ltwebstatic.com/she_dist/images/paypal-dd009b054a.png","payment_options_card":"//sc.ltwebstatic.com/she_dist/images/payment_options_card-1aeaab19a6.png","payment_options_empty":"//sc.ltwebstatic.com/she_dist/images/history-e081d6b214.png","sh_transit_top":"//sc.ltwebstatic.com/she_dist/images/sh_transit_top-c018e88e70.png","sh_transit_01":"//sc.ltwebstatic.com/she_dist/images/sh_transit_01-2b2e7b9329.png","sh_transit_02":"//sc.ltwebstatic.com/she_dist/images/sh_transit_02-6e5f8e9c47.png","sh_transit_bgbottom":"//sc.ltwebstatic.com/she_dist/images/sh_transit_bgbottom-8e50f3d29a.png","sh_transit_logo":"//sc.ltwebstatic.com/she_dist/images/sh_transit_logo-4e89cc3d6a.png","transit_scan":"//sc.ltwebstatic.com/she_dist/images/sh_transit_scan-44d92bab3b.png","sh_transit_ts":"//sc.ltwebstatic.com/she_dist/images/sh_transit_ts-cbd9256d92.png","map_mark":"//sc.ltwebstatic.com/she_dist/images/map_mark-4ef5d44654.png","friendship_coupon_bg":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/friendship_coupon_bg-482d39ea4e.png","friendship_coupon_texture":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/friendship_coupon_texture-febd73e219.png","friendship_coupon_card":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/friendship_coupon_card-27d976dce0.png","friendship_coupon_rat":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/friendship_coupon_rat-74f1cab96f.png","friendship_coupon_copy":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/friendship_coupon_copy-8543d662b8.png","friendship_subtitle_bg":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/friendship_subtitle_bg-15c3fc7be6.png","activity_stop":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/activity_stop-6c792a4708.png","friendship_coupon_envelope":"//sc.ltwebstatic.com/she_dist/images/friendship_coupon/friendship_coupon_envelope-8bb24488c1.png","blue-venmo-button":"//sc.ltwebstatic.com/she_dist/images/checkout/blue_venmo_button-49923e7b8f.png","reclameaqui":"//sc.ltwebstatic.com/she_dist/images/reclameaqui-8d9085ab8c.png","card":"//sc.ltwebstatic.com/she_dist/images/prime/card-53d8d504ca.png","envelope":"//sc.ltwebstatic.com/she_dist/images/prime/envelope-1263a292d6.png","vector":"//sc.ltwebstatic.com/she_dist/images/prime/vector-3208390a9b.png","shein-club":"//sc.ltwebstatic.com/she_dist/images/prime/shein-club-3748c71b8d.png","shein-club-ar":"//sc.ltwebstatic.com/she_dist/images/prime/shein-club-ar-e875b9ee4e.png","renew-shein-club":"//sc.ltwebstatic.com/she_dist/images/prime/renew-shein-club-c27561a8ff.png","renew-shein-club-ar":"//sc.ltwebstatic.com/she_dist/images/prime/renew-shein-club-ar-ff61fcd786.png","shein-club-open":"//sc.ltwebstatic.com/she_dist/images/prime/sui_img_sheinclubcard_joined-dd3f02a057.png","shein-club-open-ar":"//sc.ltwebstatic.com/she_dist/images/prime/sui_img_sheinclubcard_joined-1-b5daf67933.png","prime-bg":"//sc.ltwebstatic.com/she_dist/images/prime/prime-bg-2d3b215ec9.png","prime-bg_open":"//sc.ltwebstatic.com/she_dist/images/prime/prime-bg_open-51ec139918.png","personal-logo":"//sc.ltwebstatic.com/she_dist/images/prime/personal-logo-83d24d2205.png","personal-logo_ar":"//sc.ltwebstatic.com/she_dist/images/prime/personal-logo_ar-cf019cdf7b.png","prime-logo":"//sc.ltwebstatic.com/she_dist/images/prime/prime-logo-bd4fc14170.png","prime-logo_bg":"//sc.ltwebstatic.com/she_dist/images/prime/prime-logo_bg-28f7920558.png","pannel-bg":"//sc.ltwebstatic.com/she_dist/images/prime/pannel-bg-cfebddb004.png","pannel-bg-no_prime":"//sc.ltwebstatic.com/she_dist/images/prime/pannel-bg-no_prime-65a157ca0c.png","pannel-bg-no_prime-ar":"//sc.ltwebstatic.com/she_dist/images/prime/pannel-bg-no_prime-ar-785e13eeea.png","card-open":"//sc.ltwebstatic.com/she_dist/images/prime/card-open-86823def88.png","prime_coupon_icon":"//sc.ltwebstatic.com/she_dist/images/prime/prime_coupon_icon-ac59a155b5.png","prime_coupon_tips_bg":"//sc.ltwebstatic.com/she_dist/images/sui_img_bg_UTshippingcoupons_bottom-b385bd8d5c.png","prime_coupon_hd_bg":"//sc.ltwebstatic.com/she_dist/images/sui_img_bg_UTshippingcoupons_top-ca96d38c03.png","prime_coupon_tips_bg_ar":"//sc.ltwebstatic.com/she_dist/images/sui_img_bg_UTshippingcoupons_bottom_ar-59b20753e0.png","prime_coupon_hd_bg_ar":"//sc.ltwebstatic.com/she_dist/images/sui_img_bg_UTshippingcoupons_top_ar-7b24bc0319.png","MULTIPLE_POINTS_dark":"//sc.ltwebstatic.com/she_dist/images/prime/equity_dark/sui_icon_extrapoints_28px-fa7f8e3d73.png","FREE_SHIPPING_TIMES_dark":"//sc.ltwebstatic.com/she_dist/images/prime/equity_dark/sui_icon_shipping_28px-c8db05497f.png","EXCLUSIVE_DISCOUNTS_dark":"//sc.ltwebstatic.com/she_dist/images/prime/equity_dark/sui_icon_specialprice_28px-26b67adbb5.png","MULTIPLE_POINTS_24px":"//sc.ltwebstatic.com/she_dist/images/prime/equity_24px/sui_icon_extrapoints_24px-aa09ffc469.png","FREE_SHIPPING_TIMES_24px":"//sc.ltwebstatic.com/she_dist/images/prime/equity_24px/sui_icon_shipping_24px-adcbd26f11.png","EXCLUSIVE_DISCOUNTS_24px":"//sc.ltwebstatic.com/she_dist/images/prime/equity_24px/sui_icon_specialprice_24px-338640a0ed.png","FREE_GIFTS_24px":"//sc.ltwebstatic.comhttps://img.ltwebstatic.com/images3_ccc/2024/05/14/a8/1715694422cefe994c9b2aa9983093223ec83d7520.png","CREDIT_REWARD_24px":"//sc.ltwebstatic.comhttps://img.ltwebstatic.com/images3_ccc/2024/08/05/70/1722849576f4c6343b07651728084301acc32d0625.png","CREDIT_REWARD_28px":"//sc.ltwebstatic.comhttps://img.ltwebstatic.com/images3_ccc/2024/08/05/70/1722849576f4c6343b07651728084301acc32d0625.png","MULTIPLE_POINTS_28px":"//sc.ltwebstatic.com/she_dist/images/prime/equity_28px/sui_icon_extrapoints_28px-41ede2efd0.png","FREE_SHIPPING_TIMES_28px":"//sc.ltwebstatic.com/she_dist/images/prime/equity_28px/sui_icon_shipping_28px-1574cdcec6.png","FREE_SHIPPING_TIMES_GREEN_28px":"//sc.ltwebstatic.com/she_dist/images/prime/equity_28px/sui_icon_shipping_green_28px-9fe03fd0ca.png","EXCLUSIVE_DISCOUNTS_28px":"//sc.ltwebstatic.com/she_dist/images/prime/equity_28px/sui_icon_specialprice_28px-6a91c66c29.png","EXCLUSIVE_DISCOUNTS_bg":"//sc.ltwebstatic.com/she_dist/images/prime/equity_bg/sui_img_bg_off-2bc1d8f1b5.png","MULTIPLE_POINTS_bg":"//sc.ltwebstatic.com/she_dist/images/prime/equity_bg/sui_img_bg_points-326a9b7962.png","FREE_SHIPPING_TIMES_bg":"//sc.ltwebstatic.com/she_dist/images/prime/equity_bg/sui_img_bg_shippingcoupons-0419e1a4c8.png","EXCLUSIVE_DISCOUNTS_bg_ar":"//sc.ltwebstatic.com/she_dist/images/prime/equity_bg/sui_img_bg_off_ar-89bd212b2b.png","MULTIPLE_POINTS_bg_ar":"//sc.ltwebstatic.com/she_dist/images/prime/equity_bg/sui_img_bg_points_ar-1505f003d4.png","FREE_SHIPPING_TIMES_bg_ar":"//sc.ltwebstatic.com/she_dist/images/prime/equity_bg/sui_img_bg_shippingcoupons_ar-730c895a56.png","paidmember":"//sc.ltwebstatic.com/she_dist/images/prime/sui_icon_paidmember_name-94d7826632.png","paidmember-1":"//sc.ltwebstatic.com/she_dist/images/prime/sui_icon_paidmember_name-1-6f25f84bbe.png","specialprice":"//sc.ltwebstatic.com/she_dist/images/prime/specialprice-e37a43f880.png","select-bg-1":"//sc.ltwebstatic.com/she_dist/images/prime/select-bg-1-ae20fb837d.png","select-bg-2":"//sc.ltwebstatic.com/she_dist/images/prime/select-bg-2-6b79292cef.png","select-bg-3":"//sc.ltwebstatic.com/she_dist/images/prime/select-bg-3-aacdb03c01.png","product-select":"//sc.ltwebstatic.com/she_dist/images/prime/product-select-e62b8af3e5.png","product-select-ar":"//sc.ltwebstatic.com/she_dist/images/prime/product-select-ar-e0b4c8fac8.png","fengge":"//sc.ltwebstatic.com/she_dist/images/prime/fengge-224ee8bfe4.png","ie_bg":"//sc.ltwebstatic.com/she_dist/images/ie_bg-32b0ce5b58.jpg","shortcut":"//sc.ltwebstatic.com/she_dist/images/robot/robot_shortcut-b60bc1ee4f.png","robot_parcel_label":"//sc.ltwebstatic.com/she_dist/images/robot/robot_parcel_label-12e2eb9530.png","robot_product":"//sc.ltwebstatic.com/she_dist/images/robot/robot_product-7a7fe384de.png","robot_product_accessories":"//sc.ltwebstatic.com/she_dist/images/robot/robot_product_accessories-ad7ceec95b.png","robot_product_label":"//sc.ltwebstatic.com/she_dist/images/robot/robot_product_label-3b7ec2b854.png","robot_product_label_wrong_item":"//sc.ltwebstatic.com/she_dist/images/robot/robot_product_label_wrong_item-6f9d50f11d.png","robot_product_size":"//sc.ltwebstatic.com/she_dist/images/robot/robot_product_size-e423e807cf.png","robot_product_wrong_items":"//sc.ltwebstatic.com/she_dist/images/robot/robot_product_wrong_items-ffb476001b.png","robot_tax_gwos_upload_1":"//sc.ltwebstatic.com/she_dist/images/robot/robot_tax_gwos_upload_1-77a4b05946.png","robot_tax_gwos_upload_2":"//sc.ltwebstatic.com/she_dist/images/robot/robot_tax_gwos_upload_2-a33c49b8a7.png","google":"//sc.ltwebstatic.com/she_dist/images/google-efbede5b53.png","hotsale":"//sc.ltwebstatic.com/she_dist/images/cart/hotsale-96c835d33f.png","branch-store-banner":"//sc.ltwebstatic.com/she_dist/images/ccc/branchBannner-icon-52850ee628.svg","revisit-bg":"//sc.ltwebstatic.com/she_dist/images/revisit-coupon/revisit-bg-c3f9dda22d.png","revisit-feel":"//sc.ltwebstatic.com/she_dist/images/revisit-coupon/revisit-feel-543be9eb0c.png","revisit-left":"//sc.ltwebstatic.com/she_dist/images/revisit-coupon/revisit-left-d59fd94650.png","revisit-right":"//sc.ltwebstatic.com/she_dist/images/revisit-coupon/revisit-right-7539a10555.png","ambassador-bg":"//sc.ltwebstatic.com/she_dist/images/ambassador/brand-ambassador-bg-261cdd522f.png","curve-plus":"//sc.ltwebstatic.com/she_dist/images/plusSize/curve-plus-b50bac3f89.png","curve-plus-r":"//sc.ltwebstatic.com/she_dist/images/plusSize/curve-plus-r-52ab3e3dc6.png","product_detail_flash_belt":"//sc.ltwebstatic.com/she_dist/images/product_detail/flash-belt-3700a8f0a6.png","header_star_right":"//sc.ltwebstatic.com/she_dist/images/flash-sale/hook_header_star_right-7ec7220d34.png","header_star_left":"//sc.ltwebstatic.com/she_dist/images/flash-sale/hook_header_star_left-bd01ab586c.png","product_detail_shipping_guarantee_mastercard":"//sc.ltwebstatic.com/she_dist/images/product_detail/shipping_guarantee/shipping_guarantee_mastercard-0a5d56f17d.png","product_detail_shipping_guarantee_visa":"//sc.ltwebstatic.com/she_dist/images/product_detail/shipping_guarantee/shipping_guarantee_visa-22f104330c.png","product_detail_shipping_guarantee_qa":"//sc.ltwebstatic.com/she_dist/images/product_detail/shipping_guarantee/shipping_guarantee_qa-f646509797.png","product_detail_shipping_guarantee_chat":"//sc.ltwebstatic.com/she_dist/images/product_detail/shipping_guarantee/shipping_guarantee_chat-770efcd980.png","product_detail_shipping_guarantee_tk":"//sc.ltwebstatic.com/she_dist/images/product_detail/shipping_guarantee/shipping_guarantee_tk-dbac12591c.png","click-hand-ar":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/click-hand-ar-586b375122.png","click-hand":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/click-hand-2887cc9f29.png","coupon-gift-header-ar":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/coupon-gift-header-ar-3838f024fa.png","coupon-gift-header":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/coupon-gift-header-347ccc58c8.png","default-header-bg-ar":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/default-header-bg-ar-c66fb941cf.png","default-header-bg":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/default-header-bg-85fb5c4b6a.png","remind-clock-header-ar":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/remind-clock-header-ar-2560d1cd87.png","remind-clock-header":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/remind-clock-header-e71be311fe.png","remind-top-bg-ar":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/remind-top-bg-ar-22622a836d.png","remind-top-bg":"//sc.ltwebstatic.com/she_dist/images/coupon_package_v2/remind-top-bg-7574bfd3a3.png","success-coupon-gift-header-ar":"//sc.ltwebstatic.com/she_dist/images/pay_result/success-coupon-gift-header-ar-7893553067.png","success-coupon-gift-header":"//sc.ltwebstatic.com/she_dist/images/pay_result/success-coupon-gift-header-1a8eb3864d.png"},"LAZY_IMG":"//sc.ltwebstatic.com/she_dist/images/bg-grey-ba96515e9b.png","LAZY_IMG_SQUARE":"//sc.ltwebstatic.com/she_dist/images/bg-grey-3-07b6a0cc92.png","LAZY_IMG_SQUARE_BIG":"//sc.ltwebstatic.com/she_dist/images/bg-grey-4-96b7aac31f.png","LAZY_IMG_HOR":"//sc.ltwebstatic.com/she_dist/images/bg-grey-2-e4327f8aca.png","LAZY_IMG_SOLID_COLOR":"//sc.ltwebstatic.com/she_dist/images/bg-grey-solid-color-fc04c1310d.png","LAZY_GREY":"//sc.ltwebstatic.com/she_dist/images/lazy-load-3d3fc6b6bd.jpg","forceHttp":"https://sg.shein.com","LAYOUT":"layout","lang":"sg","langs":["de","fr","es","us","ar","au","en","enes","enpt-pt","in","it","ru","tw","uk","mx","ilen","il","th","then","id","iden","hk","nl","tr","vn","br","ca","cafr","se","sesv","eur","eurfr","eurnl","eurbg","cl","ma","maar","br","sg","za","uses","pl","nz","asia","asiaja","asiako","ph","pt-pt","jp","my","ch","ch-fr","jpen","kren","eurcs-cz","eurel-gr","roe","euqs","euqscs-cz","euqsel-gr","euqsfr","euqsnl","euqshu","euqssk","co","pt","kr","pe","arg","ecu","at","ro"],"appLanguage":"en","SUPPORT_LANGS":[],"langPath":"","SiteUID":"sg","host":"https://sg.shein.com","IMG":"//img.shein.com/","IMG_SERVICE_PATH":"//img.shein.com/","PUBLIC_CDN":"//sc.ltwebstatic.com","NODE_SERVER_ENV":"production","WEB_CLIENT":"shein","IS_RW":false,"SERVER_TYPE":"central","PUBLIC_IMG":"//img.shein.com/","GB_cssRight":false,"GB_use_akamai_site":["au","us","in","tw","mx","il","ilen","th","then","id","iden","nl","tr","br","hk","vn","ca","cafr","se","sesv"],"SITE_DISCOUNT_OFF":["en","us","in","uk","au","ar","ca","se","tw","roe","euqs","euqscs-cz","euqsel-gr"],"currency":"SGD","currencies":{"USD":{"currency_id":2,"currency_code":"USD","title":"US Dollar","exchange_rate":1,"reverse_exchange_rate":1,"symbol_left":"$","symbol_right":"","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":1,"currency_flag":"image/currency/USD.jpg","is_default":0,"is_available":1,"last_update_time":"2023-01-12 18:28:29","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[],"code":"USD","value":1,"date_modified":"2023-01-12 18:28:29","status":1,"default":"","country_flag":"image/currency/USD.jpg"},"EUR":{"currency_id":3,"currency_code":"EUR","title":"Euro","exchange_rate":0.922765,"reverse_exchange_rate":1.0837,"symbol_left":"","symbol_right":"€","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":2,"currency_flag":"image/currency/EUR.jpg","is_default":0,"is_available":1,"last_update_time":"2025-03-24 18:28:06","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[{"language_flag":"pt-pt","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."},{"language_flag":"es","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."},{"language_flag":"fr","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."},{"language_flag":"sv","dec_point":"46","thousands_sep":"44","dec_point_symbol":".","thousands_sep_symbol":","},{"language_flag":"de","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."}],"code":"EUR","value":0.922765,"date_modified":"2025-03-24 18:28:06","status":1,"default":"","country_flag":"image/currency/EUR.jpg"},"SGD":{"currency_id":22,"currency_code":"SGD","title":"Singapore Dollar","exchange_rate":1.3354,"reverse_exchange_rate":0.748839,"symbol_left":"S$","symbol_right":"","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":19,"currency_flag":"image/currency/SGD.jpg","is_default":1,"is_available":1,"last_update_time":"2025-03-24 18:30:18","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[],"code":"SGD","value":1.3354,"date_modified":"2025-03-24 18:30:18","status":1,"default":1,"country_flag":"image/currency/SGD.jpg"},"MYR":{"currency_id":47,"currency_code":"MYR","title":"Malaysian Dollar","exchange_rate":4.426,"reverse_exchange_rate":0.225938,"symbol_left":"RM","symbol_right":"","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":0,"currency_flag":"images2/pics/currency/MYR.jpg","is_default":0,"is_available":1,"last_update_time":"2025-03-24 18:29:35","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[],"code":"MYR","value":4.426,"date_modified":"2025-03-24 18:29:35","status":1,"default":"","country_flag":"images2/pics/currency/MYR.jpg"}},"default_currency":"SGD","templateType":"","isActivity":false,"isRiskPage":false,"keywords":"","dailyObj":{},"PICKS_LINKS":{"1":"shein-picks","2":"men-picks","3":"kids-picks","4":"plussize-picks","5":"home-picks","6":"accs-picks","7":"beachwear-picks","8":"beauty-picks","17":"winter-picks","22":"dazy-picks","27":"emeryrose-picks","32":"sheglam-picks","42":"kidsvalentine-picks","47":"womenday-picks","52":"best-picks","57":"denim-picks","62":"forkids-picks","67":"new-picks","70":"review-picks","75":"fathersday-picks","80":"top-picks","85":"sale-picks","90":"category-picks","105":"sheincollection-picks","110":"sheincollectioncurve-picks","115":"campaign-picks","120":"fashion-picks","130":"maylongsale-picks","135":"victoriaday-picks","140":"curveweek-picks","145":"week-picks","150":"manfinitycollection-picks","155":"promotion-picks","160":"sports-picks","165":"electronics-picks","170":"sheinkidscollection-picks","175":"curveip-picks","180":"womenip-picks","185":"kidsfestival-picks","190":"kidsfeature-picks","195":"holiday-picks","200":"gifting-picks","205":"warm-picks","210":"party-picks","215":"fam-picks","220":"vacay-picks","230":"brands-picks","235":"kidsbrands-picks","240":"underwearsleepwear-picks","245":"babybrands-picks","255":"valentinesday-picks","260":"newusersbrands-picks","265":"mothersday-picks","270":"musicfestival-picks","275":"patternplay-picks","280":"cozycubpattern-picks","285":"magicsavings-picks","290":"globalsale-picks","295":"marketplacepush-picks","300":"fathersdayfashion-picks","305":"fathersdayhobby-picks","310":"fathersdayfamily-picks","315":"beachkids-picks","320":"joyouskids-picks","325":"promotionkids-picks","330":"xxx-picks","335":"nowtrending-picks","340":"trendalert-picks","345":"sunnykids-picks","350":"cozypixies-picks","355":"weekly-picks","360":"detail-picks","365":"djdkd-picks","370":"womenfashion-picks","375":"payday-picks","380":"paydayspecials-picks","385":"paydaytrending-picks","390":"kidbabyfashion-picks","395":"menfashion-picks","400":"ootdkids-picks","405":"menkol-picks","410":"cozypixieskol-picks","415":"cozypixiesbrand-picks","420":"trendy-picks","425":"hometrending-picks","430":"paydaybrand-picks","435":"beautybrand-picks","440":"3cbrand-picks","445":"kidsstyle-picks","450":"cozycub-picks","455":"moda-picks","460":"marketplace-picks","470":"ashein-picks","475":"bshein-picks","480":"cshein-picks","485":"brandweek-picks","490":"cyberday-picks","495":"summerchic-picks","500":"eid-picks","505":"adha-picks","510":"curvefashion-picks","515":"kidspush-picks","520":"kidsspecialscene-picks","525":"sheinmaternity-picks","530":"babyall-picks","540":"babyclothing-picks","550":"menhotsalecl-picks","555":"localsale-picks","560":"collabs-picks","565":"premium-picks","570":"cafashion-picks","575":"kidshotsalecl-picks","580":"ccp-picks","585":"theme-picks","590":"kol-picks","595":"marketsale-picks","600":"mms-picks","605":"fmms-picks","610":"childrensday-picks","615":"childrenday-picks","620":"100reais-picks","630":"compreporcategoria-picks","635":"halloweenkids-picks","640":"sheinkids-picks","645":"premiumstyle-picks","650":"weatherfit-picks","655":"newstore-picks","660":"arkids-picks","665":"kidsendyear-picks","670":"haulidays-picks","675":"style-picks","680":"mxlocal-picks","685":"cajuni-picks","695":"curve4-picks","700":"blackfriday-picks","705":"armentrends-picks","710":"underwearip-picks","715":"blackfridaykids-picks","720":"blackfridaymen-picks","725":"blackfridayhomeandliving-picks","730":"blackfridaywomenpparel-picks","735":"blackfridayshoes-picks","740":"blackfridayunderwearandsleepwear-picks","745":"blackfridaybeautyandhealth-picks","750":"sheinbrasil-picks","755":"blackfridaycurve-picks","760":"blackfridayaccessories-picks","765":"blackfridaysports-picks","770":"kidsfw-picks","775":"blackfridayelectronics-picks","780":"marketweeklydeal-picks","790":"testsheinpickstestabcdefghijklmnopqrstuvw1234-picks","795":"brkol-picks","800":"2025valentinesaccessories-picks","805":"backtoschoolbr-picks","810":"swimfest-picks","815":"swimfestkol-picks","820":"backtoschoolall-picks","825":"sheinxmelmaia-picks","830":"dailypromotion-picks","835":"sheindoubletwo-picks","840":"kidsramadanexclusive-picks","845":"summersale-picks","850":"fitfolia-picks","855":"payot-picks","860":"solidersnutrition-picks","865":"spikeday-picks","870":"marketfashion-picks","875":"musicfest-picks","880":"brandtrending-picks","885":"brandfashion-picks","890":"kolcentre-picks","895":"sheindoubleday-picks","900":"sale1-picks","905":"sale2-picks","910":"sale3-picks","915":"sale4-picks","920":"consumerweek-picks","925":"localmx-picks","930":"sheinbrasillocal-picks","935":"bras-picks","940":"anzkids-picks","945":"sfs-picks","950":"menip-picks","955":"localtrend-picks","965":"trendyoutfits-picks","970":"other-picks","975":"mxbdsheinnight-picks","980":"25sheinweddingseason-picks","985":"mothersdaybr-picks"},"user":{},"SITE_GDPR":["en","enes","enpt-pt","uk","fr","de","es","it","nl","se","sesv","eur","eurde","eurfr","eurnl","eurpt-pt","eurbg","pl","pt","eurcs-cz","eurel-gr","roe","euqs","euqscs-cz","euqsel-gr","euqsfr","euqsnl","euqshu","euqssk"],"isNoUsePlatform":{},"isUserMediumSite":true,"GOOGLE_CLIENT_ID":"442372174610-mhaoa3ldik3pji23ldh6ahgnej9joe8v.apps.googleusercontent.com","VK_CLIENT_ID":"6147679","GOOGLE_VERIFY_SITEKEY":"6LcoBR4UAAAAAIi5xU3U_q37C3nFaSckeMaT-P5j","GOOGLE_API_KEY":"AIzaSyANkdKFbzWu5bgALBRqmT6xpUxdl_ncBBY","FB_APPID":"312563225523989","PROD_HAS_SECRET_KEY":true,"SHOP_TRANSIT":{"site":["tw","mtw","fr","pwfr","de","pwde","uk","pwuk","es","pwes","au","pwau","ru","mru","pl","mpl","nl","pwnl","it","pwit","pt","mpt","euqs","meuqs","se","mse","sesv","eur","meur","sg","msg","ar","mar","pwaren","pwar","maren"],"countries":[209,74,82,225,198,13,178,172,150,106,173,21,206,58,191,186]},"MUL_SITE_LANG":{"en":{"currency":"USD","siteuid":"www","langInfo":{"en":{"title":"English"},"enes":{"title":"Español","browserLang":"es"},"enpt-pt":{"title":"Português","browserLang":"pt"}},"langs":["en","enes","enpt-pt"]},"us":{"currency":"USD","siteuid":"us","langInfo":{"us":{"title":"English"},"uses":{"title":"Español","browserLang":"es"}},"langs":["us","uses"]},"ma":{"currency":"MAD","siteuid":"ma","langInfo":{"ma":{"title":"Français"},"maar":{"title":"العربية","browserLang":"ar"}},"langs":["ma","maar"]},"il":{"siteuid":"il","langInfo":{"il":{"title":"עִבְרִית"},"ilen":{"title":"English","browserLang":"en"}},"langs":["il","ilen"]},"ca":{"siteuid":"ca","langInfo":{"ca":{"title":"English","browserLang":"en"},"cafr":{"title":"Français","browserLang":"fr"}},"langs":["ca","cafr"]},"se":{"siteuid":"se","langInfo":{"sesv":{"title":"Svenska"},"se":{"title":"English","browserLang":"en"}},"langs":["sesv","se"]},"th":{"siteuid":"th","langInfo":{"th":{"title":"ภาษาไทย"},"then":{"title":"English","browserLang":"en"}},"langs":["th","then"]},"asia":{"siteuid":"asia","langInfo":{"asia":{"title":"English"}},"langs":["asia"]},"jp":{"siteuid":"jp","langInfo":{"jp":{"title":"日本語"},"jpen":{"title":"English","browserLang":"en"}},"langs":["jp","jpen"]},"euqs":{"currency":"EUR","siteuid":"euqs","langInfo":{"euqs":{"title":"English"},"euqscs-cz":{"title":"Čeština","browserLang":"cs"},"euqsel-gr":{"title":"Ελληνικά","browserLang":"el"},"euqsfr":{"title":"Français","browserLang":"fr"},"euqsnl":{"title":"Nederlands","browserLang":"nl"},"euqshu":{"title":"Magyar","browserLang":"hu"},"euqssk":{"title":"Slovenčina","browserLang":"sk"}},"langs":["euqs","euqscs-cz","euqsel-gr","euqsfr","euqsnl","euqshu","euqssk"]},"eur":{"layoutSiteuid":"eur","siteuid":"eur","langInfo":{"eur":{"title":"English"},"eurbg":{"title":"Български","browserLang":"bg"}},"langs":["eur","eurbg"]},"ch":{"siteuid":"ch","langInfo":{"ch":{"title":"Deutsch","browserLang":"de"},"ch-fr":{"title":"Français","browserLang":"fr"}},"langs":["ch","ch-fr"]},"kr":{"siteuid":"kr","langInfo":{"kr":{"title":"한국어","browserLang":"ko"},"kren":{"title":"English","browserLang":"en"}},"langs":["kr","kren"]}},"SHEIN_PUSH_CONFIG":{"apiKey":"AIzaSyBAVMDP1DuhWvns9bDWMIgCRlpyYYFZil8","authDomain":"shein-3876.firebaseapp.com","databaseURL":"https://shein-3876.firebaseio.com","projectId":"shein-3876","storageBucket":"shein-3876.appspot.com","messagingSenderId":"353013613329","appId":"1:353013613329:web:a3e9545f5bf287634682b0","measurementId":"G-5E2387YGS0"},"SHEIN_PUSH_VAPIDKEY":"BEl5rwMw_JucxV-Rsk-UvhQwh8TwLD_BUVHUlnfZj4A1mb9bGNpZ3uvPiOz0snj_nqFEiyecGLHOxes25GYoYrM","ERROR_JS_SWITCH_OLD_ON":0,"IS_MUL_SITE":false,"SECOND_LANGUAGE_COUNTRIES":[186,105,224,113,17,162,175,108,109],"ONE_TRUST_SITES_SUPPORT":["www","uk","es","it","nl","eur","pl","se","us","pt","fr","de","se","au","nz","roe","ca","co","kr"],"CUSTOM_PRIVACY_SUPPORT":["se","de","it","nl","es","eur","pl","pt","ch","euqs","uk","roe","www","au","ca","kr","nz","co"],"IS_SUPPORT_ONETRUST":false,"ZENDESK_ACCOUNT_KEY":"4aUROUjcWaoV6txaDH2xH50aDQgfpLep","FLARE_SDK_SWITH":"ON","ZENDESK_SANDBOX_ACCOUNT_KEY":"sgFdXkDHXlz366jusMIq0Nna7SkN0E4Y","REPORT_URL":{"MARKETING_URL":"https://www.srmdata.com","SA_REPORT_URL":"https://www.srmdata.com"},"PHONE_SUPPORT_COUNTRYS":["AU","AT","BH","BE","BR","BG","CA","CL","HR","CY","CZ","DK","EE","FI","FR","DE","GR","HU","IE","IL","IT","JO","KZ","KW","LV","LT","LU","MY","MT","MX","MA","NL","NZ","OM","PH","PL","QA","PT","RO","RU","SA","SG","SK","SI","ZA","ES","SE","CH","TH","AE","GB","VN","LI","TW","AO","AI","AG","AR","AW","AZ","BS","BB","BM","BO","CV","KY","CO","CR","DJ","EC","EG","SV","ET","FJ","GH","GP","HT","HN","JM","KG","LB","MQ","MU","MZ","NC","NI","NG","PK","PS","PA","PY","PE","RE","RW","SN","SC","TT","UA","UZ","VI","NO","JP","KR"],"FILTER_AREACODE_LIST":["AO","AI","AG","AR","AW","AU","AZ","BS","BB","BM","BO","CV","KY","CL","CO","EG","FJ","GP","HT","HN","KZ","KG","MQ","MU","MZ","NC","NG","PK","PA","PE","PH","PT","RW","SA","SN","SC","SE","TH","TT","UA","UZ","VI","TW","IE","NO"],"ANTIIN_URLS":["/api/cart/add_mall/create","/api/verification/uics/code/send","/api/user/auth/sendcode/get","/api/user/auth/phone/login/update","/api/user/auth/login/update","/api/user/auth/signup/create","/api/user/auth/phone/signup/create","/api/user/auth/quickRegister/create","/api/prime/createOrder/create","/api/checkout/mallOrder/create","/api/giftcard/checkout/order/create","/api/ocp/order/create","/api/comment/abcCommentInfo/query","/api/comment/abcCommentImages/query","/api/comment/abcCommentSummary/get","/api/comment/imageCommentOffsetByAbc/get","/api/productInfo/quickViewAsync/get","/api/productInfo/quickView/get","/api/productInfo/productDetail/get","/api/productList/info/get","/api/cart/update","/api/cart/delete","/api/productAtom/atomicInfo/get","/goods_detail_nsw/getCommentInfoByAbc","/api/user/auth/alias/location","/api/user/auth/alias/bind/update","/api/email-unbind/postUnbindAlias","/api/user/center/sendRiskCode/get","/api/user/edit_password/password/update","/phone/change/send/get","/api/game/giftBoxRain/indexInfo/get","/api/game/giftBoxRain/prizeList/query","/api/game/giftBoxRain/lottery/update","/api/game/flyBird/indexInfo/get","/api/game/flyBird/gameStatusByStart/update","/api/game/flyBird/gameStatusByOver/update","/api/game/flyBird/luckyDraw/update","/api/game/flyBird/prizeList/query","/api/game/flyBird/selfUserRank/query","/api/game/flyBird/allUserRank/query","/api/game/flyBird/contactInfo/createOrUpdate","/api/game/flyBird/borderJson/get","/api/game/flyBird/obstacleJson/get","/api/game/flyBird/localResource/get","/api/game/luckyGame/indexInfo/get","/api/game/luckyGame/luckyLottery/createAndUpdate","/api/game/luckyGame/contactInfo/createOrUpdate","/api/game/playGopher/indexInfo/get","/api/game/playGopher/prizeList/query","/api/game/playGopher/leaderboard/query","/api/game/playGopher/contactInfo/createOrUpdate","/api/game/playGopher/gameStatusByStart/update","/api/game/playGopher/gameStatusByOver/update","/api/game/pickFruit/indexInfo/get","/api/game/pickFruit/prizeList/query","/api/game/pickFruit/leaderboard/query","/api/game/pickFruit/contactInfo/createOrUpdate","/api/game/pickFruit/gameStatusByOver/update","/api/game/taskCenter/taskList/query","/api/game/taskCenter/doTask/update","/api/game/taskCenter/receiveTask/createAndUpdate","/api/game/taskCenter/shareCode/get","/api/game/taskCenter/cartProductCount/get","/api/game/taskCenter/shareHelp/update","/api/game/taskCenter/taskLanguage/get","/api/game/taskCenter/cccPicksList/query","/api/game/taskCenter/taskGo/query","/order/code/send","/ltspc/account/refund/sendVerifyCode","/shein-mall-web-api/v2/order/giftcard/add","/api/pay/unifiedPay/create","/ltspc/pay/unPay/unifiedPay","/api/user/auth/lineLogin/update","/api/user/auth/vkLogin/update","/api/user/auth/googleLogin/update?oldType=1","/api/user/auth/fblogin/update","/api/pay/unifiedPay/create","/ltspc/pay/unPay/unifiedPay","/api/productAtom/atomicInfoWithDeal/get","/api/auth/location/get","/api/auth/emailSignin/update","/api/auth/emailSignup/create","/api/auth/phoneSignin/update","/api/auth/phoneSignup/create","/api/auth/quickRegister/create","/api/auth/sendUicsCode/get","/api/auth/sendCode/get","/api/auth/aliasBind/update","/api/auth/fbLogin/update","/api/auth/googleLogin/update","/api/auth/vkLogin/update","/api/auth/lineLogin/update","/api/email-unbind/sendcode","/api/user/contact/verifyAccount/create","/api/productInfo/sellerInfo/get","/api/risk/flow_check","/api/orders/base/getRefundGoodsInfo/query","/api/orders/base/getRefundOrderInfo/query","/api/orders/base/getUnionRevokeRefund/query","/api/orders/return/partReturnGoodsInfo/query","/user/survey/answerSubmit","/risk/verify/identity/validation/token","/risk/verify/identity/validation/check","/risk/verify/identity/validation/question","/api/risk/pushReviewData/update","/api/risk/getReviewRisk/get","/api/recommend/facadeAtom/get","/risk/verify/identity/validation/send","/api/user/privacy_request/sendCode/create","/api/user/privacy_request/nocheckSendCode/create","/api/productInfo/attr/get","/api/checkout/recommendProducts/get","/api/store/items/get","/api/user/tickets/deliveryNotReceived/create","/api/robot/gwotk/dulyDeliver/create","/api/robot/gwotk/create","/api/robot/cstk/create","/api/robot/gwotk/quality/create","/api/user/tickets/complaint/create","/api/robot/gwotk/dsa/create","/api/productInfo/realTimeData/query","/api/user/privacy_request/sendcodeByBmp/create","/api/user/addressbook/address/risk/get","/product/get_goods_review_detail","/api/auth/quickRegisterCommon/create","/api/auth/chekAccountExist/get","/api/ranking_list/query","/product/get_goods_detail_realtime_data","/product/get_goods_detail_static_data","/api/auth/kakaoLogin/update","/api/auth/naverLogin/update","/api/auth/googleOneTabRegister/update","/api/auth/loginThird/update","/order/cod_send_sms","/category/real_category_goods_list","/category/get_select_product_list","/product/get_products_by_keywords","/user/account/positioning","/user/common_login","/user/email_register","/user/account/send_sms_code","/user/account/phone_login","/user/account/phone_register","/product/recommend/image_search","/order/mall/cart_delete","/order/mall/cart_update","/order/add_to_cart","/product/get_goods_comment_offset","/recommend/rank/rank_product_list","/product/get_goods_detail_image","/order/add_order","/product/detail/recommend/info","/product/get_detail_recommend_product","/product/detail/recommend/info","/api/productInfo/recommendGroup/query","/user/account/bind_phone","/user/account/send_email_code","/user/google_login","/user/facebook_login","/user/vk_login","/user/line_login","/user/kakao_login","/user/naver_login","/user/account/send_email_code","/user/verify_login","/user/account/quick_register"],"SYNC_ANTIIN_URLS":["/api/prime/createOrder/create","/api/checkout/mallOrder/create","/api/giftcard/checkout/order/create","/shein-mall-web-api/v2/order/giftcard/add","/api/ocp/order/create"],"SIGNUP_SUBSCRIPTION_SUPPORT":true,"SIGNUP_SUBSCRIPTION_DEFAULT_CHECK":false,"SIGNUP_SUBSCRIPTION_NO_SUPPORT":false,"SMS_SUBSCIRIPE_DEFAULT_SELECTED":"br","SMS_SUBSCIRIPE_DEFAULT_NO_SELECTED":"ch,cl,eur,ph,pl,pt,ru,se,sg,th,ar,aren,de,es,fr,it,mx,nl,uk,www,tw,au,il,ca,ma,za,nz,asia,vn,my,co,kr,ro,at,pe,ecu,arg","SITE_US_INDEPENDENT_SWITCH":1,"WHATSAPP_SUBSCRIPE_CHECKED":["br"],"SITE_EUR_INDEPENDENT_SWITCH":1,"IS_EUR_DATA_CENTER":false,"EUR_DATA_SITES":["eur","fr","uk","de","es","it","nl","se","pl","pt","ch","ch-fr","roe","euqs","at","ro"],"languageVersion":"PC_Minor-250326-R1_Major-250325-R1","errorCodeLanguageVersion":"Major-240729-R1","OLD_MAIN_ORDER":0,"SHOP_TRANSIT_GEOCODE_COUNTRIES":[82,225,13],"CHAT_MESSAGE_HISTORY":[],"ROW_SITE_INDEPENDENT_SWITCH":1,"GIFT_CARD_ADDRESS_SWITCH":0,"TW_SERIVE_STORE_SEARCH_SWITCH":1,"CART_STOCK_TIPS_SWITCH":0,"ROE_SITE_INDEPENDENT_SWITCH":0,"RU_SITE_INDEPENDENT_SWITCH":0,"CND_SITE_INDEPENDENT_SWITCH":1,"TPM_BLACKLIST":{"A8Sales":{"disabledAll":1},"Admitad":{"disabledAll":1},"Afb":{"disabledAll":1},"Rakuten":{"disabledAll":1},"Awin":{"disabledAll":1},"CJ":{"disabledAll":1}},"RU_STORE_LAST_LOGISTICS":{"3":"https://img.shein.com/images3/2022/12/21/4fbbd278c3394ad389ccc6a1ffa8ed2e.png","4":"https://img.ltwebstatic.com/images3_acp/2023/06/26/1687744916f5fd9dcce129d4052b2860ed462277e0.png","6":"https://img.shein.com/images3/2023/01/06/82c0a4df5d0cb0997d36bcc60079b.png","7":"https://img.ltwebstatic.com/images3_acp/2023/10/24/9d/1698134340ce49a2b55f7840f1e97c5f6d4169487a.png","16":"https://img.shein.com/images3/2022/12/21/4fbbd278c3394ad389ccc6a1ffa8ed2e.png","17":"https://img.ltwebstatic.com/images3_acp/2023/06/26/1687744916f5fd9dcce129d4052b2860ed462277e0.png","18":"https://img.shein.com/images3/2023/04/18/168179770160da241ec56f14ab1cd64086b030e628.png","19":"https://img.shein.com/images3/2023/01/06/72ceb455b6be58a05b7c2f92bf891.png","20":"https://img.shein.com/images3/2023/02/01/2023214b3c5eaca90e4a1da06fe34177b0efa9.png","21":"https://img.ltwebstatic.com/images3_acp/2023/08/21/1a/1692610086f9e296719f797f968be0cbae4e560eb4.png","22":"https://img.ltwebstatic.com/images3_ach/2023/04/06/168077548987a0aecde941f1469fab9c7a55ca9f8c.png","23":"https://img.ltwebstatic.com/images3_ach/2023/04/06/168077548987a0aecde941f1469fab9c7a55ca9f8c.png","25":"https://img.ltwebstatic.com/images3_acp/2023/10/25/04/169821406816b6000a97eb89988c67b2cd3baf5ae5.png","26":"https://img.ltwebstatic.com/images3_acp/2023/09/12/7e/16945074376d0816485a4b4e99eed9adafc23a3545.png","27":"https://img.ltwebstatic.com/images3_acp/2023/09/15/0b/16947451085074830dec132e7a40db8610874ab291.png","28":"https://img.ltwebstatic.com/images3_acp/2023/10/24/73/1698114298f18ceadc1927cec4858ae8f17e99bb2c.png","29":"https://img.ltwebstatic.com/images3_acp/2023/09/20/11/1695190595892e710bfff74b74e3648881e27ced26.png","30":"https://img.ltwebstatic.com/images3_acp/2023/09/20/11/1695190595892e710bfff74b74e3648881e27ced26.png","31":"https://img.shein.com/images3/2022/12/21/4fbbd278c3394ad389ccc6a1ffa8ed2e.png","32":"https://img.ltwebstatic.com/images3_acp/2023/10/19/fb/16976958664d95821ef1b8edde38bbd21777e8b13d.png","33":"https://img.ltwebstatic.com/images3_acp/2023/10/19/1e/1697695826caf630ea6e65d71db4af47ec2812c1ac.png","34":"https://img.ltwebstatic.com/images3_acp/2023/10/19/1e/1697695826caf630ea6e65d71db4af47ec2812c1ac.png","35":"https://img.ltwebstatic.com/images3_acp/2023/10/31/53/1698732128da9212f519b23892a63f634cfb99df8e.png","36":"https://img.ltwebstatic.com/images3_acp/2023/10/31/70/16987321423b0b032c226803aeda0d7fa509d5bef2.png","37":"https://img.ltwebstatic.com/images3_acp/2023/10/24/14/169811433604204956607fc011715ae591ca275bc9.png","38":"https://img.ltwebstatic.com/images3_acp/2023/10/31/90/16987321133515e555331eab86cd4de0799d5acb75.png","39":"https://img.ltwebstatic.com/images3_acp/2023/10/24/df/16981143246021b23bea38131373ecf5f7aa175fab.png","fivepost":"https://img.shein.com/images3/2021/10/20/5post.png","sberlogistics":"https://img.shein.com/images3/2021/10/20/sebr.png","DPD":"https://img.shein.com/images3/2021/10/20/dpd.png","cainiaoruPUDO":"https://img.shein.com/images3/2021/10/20/CAINIAO.png","cdek":"https://img.shein.com/images3/2021/10/20/CDEK.png","CDEK_self-pickup":"https://img.shein.com/images3/2021/10/20/CDEK.png"},"US_OLD_MAIN_NO_WITHDRAW":{"countryIdList":["226"],"paymentMethodList":["afterpay_card","klarna-sliceitdirect","klarna-sliceit","zip-quadpay"]},"MESSENGER_PAGE_ID":{"us":"121041328593190","ph":"103863481839366","au":"647306098990385","ca":"102143945750425"},"RESET_MESSENGER_STATE":0,"BR_ACCOUNT_REFUND_TYPE":"dlocal","USER_AUTHENTICATION_SWITCH":"on","BR_PAYMENT_METHOD_CONFIG":[],"COUNTRY_PAYMENT_METHOD_CONFIG":[],"QUESTIONS_SDK_CODE":[{"question_code":"OD76315248","language_key":"SHEIN_KEY_PC_24063"},{"question_code":"OD58712930","language_key":"SHEIN_KEY_PC_24057"},{"question_code":"OD49053718","language_key":"SHEIN_KEY_PC_24065"},{"question_code":"OD91783054","language_key":"SHEIN_KEY_PC_24073"},{"question_code":"OD61785309","language_key":"SHEIN_KEY_PC_24067"},{"question_code":"OD20756891","language_key":"SHEIN_KEY_PC_24076"},{"question_code":"OD96340512","language_key":"SHEIN_KEY_PC_24061"},{"question_code":"OD86530427","language_key":"SHEIN_KEY_PC_24058"},{"question_code":"OD58630241","language_key":"SHEIN_KEY_PC_24071"},{"question_code":"OD18453296","language_key":"SHEIN_KEY_PC_24077"},{"question_code":"OD96807321","language_key":"SHEIN_KEY_PC_24066"},{"question_code":"OD35964187","language_key":"SHEIN_KEY_PC_24072"},{"question_code":"OD37584016","language_key":"SHEIN_KEY_PC_24060"},{"question_code":"OD38197420","language_key":"SHEIN_KEY_PC_24070"},{"question_code":"OD97160248","language_key":"SHEIN_KEY_PC_24074"},{"question_code":"PS26917540","language_key":"SHEIN_KEY_PC_24069"},{"question_code":"PS58362497","language_key":"SHEIN_KEY_PC_24064"},{"question_code":"PS64810352","language_key":"SHEIN_KEY_PC_24059"},{"question_code":"BH96385207","language_key":"SHEIN_KEY_PC_24075"},{"question_code":"BH04176589","language_key":"SHEIN_KEY_PC_24068"},{"question_code":"BH82174539","language_key":"SHEIN_KEY_PC_24062","verify_level":1}],"OPEN_SIGNATURE":true,"SIG_FILE_NAME":"https://common.ltwebstatic.com/dist_bundle/xjqHR52UWJdjKJ0x6QrCsus66rNXR9/2.0.13/1/main.js","EZ_WAY_APP":{"ios":"https://itunes.apple.com/tw/app/ez-way-%E6%98%93%E5%88%A9%E5%A7%94/id1127781971?mt=8","android":"https://play.google.com/store/apps/details?id=com.tradevan.android.forms"},"GOOGLE_LAT_LNG_ACCURACY":{"21":6,"74":6,"150":6,"198":6},"MULTIPLE_TAXES_SPLIT_DISPLAY":["CA","ID","BR","SG","MY"],"VERIFY_UPLOAD_IMAGE_CONFIG":[{"id":"0","verify":1},{"id":"2","verify":0},{"id":"3","verify":0},{"id":"3","verify":1},{"id":"4","verify":1},{"id":"5","verify":1},{"id":"9","verify":1},{"id":"0301","verify":1},{"id":"12","verify":1},{"id":"16","verify":1}],"EXCHANGE_EMAIL_TK":0,"SA_SDK_CONFIG":{"loading":false,"sampling":true,"setHeaderCookie":["vn","ar","mx","in","www","il","ru","au","ca","tw","th","hk","cl","ma","br","sg","za","nz","asia","id","ph","jp","my","co","kr"]},"RESOURCE_SDK":{"isSupportWeb":0,"deviceData":"","isSupprotCut":true,"isSupportCropImage":true},"QUICK_ADDRESR_USER_WRITE_COUNT":2,"QUICK_ADDRESR_POPUP_SWITCH":1,"COUNTRY_SPECIAL_POSTCODE":{"38":"on","57":"on","85":"on","104":"on","150":"on","172":"on","173":"on","192":"on"},"COUPON_PACKAGE_LOG_START_TIME":0,"OPEN_DETAIL_LOGINED_RELOAD":1,"OPEN_DETAIL_SIZE_IDMAP":1,"OPEN_DETAIL_SKCLOW_LABEL":1,"CART_FILTER_CHECKOUT_TIP_SWITCH":0,"ENCRYPT_KEY_URL":"https://pubkey.shein.com","STUDENT_DISCOUNT":["unidays","studentbeans"],"SHEIN_SAVER_ARTICLE_IDS":0,"UNBIND_PHONE_SWITCH":"on","UNREVIEW_TIME":5,"UNREVIEW_COUNTS":2,"UNREVIEW_NOT_FIRST_SHOW":0,"USER_CENTER_UNPAID_ORDER_CONFIG":{"rank":4,"comment_num":100,"comment_label_num":1,"times":1,"intervel":30},"UPGRADE_BANK_APP_PROMPT_PAYMENTS":"adyen-fpx,alipay-fpx,routepay-fpx","RETURN_CHANNEL_CONFIG_LIST":{},"USER_BEHAVIOR_CONFIGS":[],"RETURN_ORDER_STORE_CODE":[],"UNSUBSCRIBE_IN_PRIVACY_CENTER_EMAIL":[],"UNSUBSCRIBE_IN_PRIVACY_CENTER_SMS":[],"CART_PREFETCH_SWITCH":"","RENEW_DIALOG_DELAY":{"near_expired_rules":[{"left_bound":0,"right_bound":3,"interval_time":86400},{"left_bound":3,"right_bound":30,"interval_time":432000}],"overdue_rules":[{"left_bound":0,"right_bound":7,"interval_time":172800},{"left_bound":7,"right_bound":21,"interval_time":432000},{"left_bound":21,"right_bound":60,"interval_time":864000}]},"SHOP_COUNTRY_CONFIGS":{"13":{"country":"au","latLng":{"lat":-35.282128,"lng":149.12877}},"21":{"country":"be","latLng":{"lat":50.8551286,"lng":4.2195296}},"57":{"country":"cz","latLng":{"lat":50.088,"lng":14.42}},"58":{"country":"dk","latLng":{"lat":55.6713366,"lng":12.5114242}},"74":{"country":"fr","latLng":{"lat":48.878503,"lng":2.329555}},"82":{"country":"de","latLng":{"lat":52.520008,"lng":13.404954}},"98":{"country":"hu","latLng":{"lat":47.4979,"lng":19.0402}},"172":{"country":"pl","latLng":{"lat":52.13,"lng":21}},"173":{"country":"pt","latLng":{"lat":38.8026178,"lng":-9.6600585}},"178":{"country":"ru","latLng":{"lat":55.916666666666664,"lng":37.61666666666667}},"186":{"country":"sa","latLng":{"lat":24.7136,"lng":46.6753}},"191":{"country":"sg","latLng":{"lat":1.3521,"lng":103.8198}},"198":{"country":"es","latLng":{"lat":40.416775,"lng":-3.70379}},"206":{"country":"se","latLng":{"lat":59.3259449,"lng":17.6702654}},"225":{"country":"uk","latLng":{"lat":51.507351,"lng":-0.127758}}},"SHOP_TRANSIT_GOOGLE_DATA_MAP":{"13":{"country":"au"},"57":{"country":"cz"},"74":{"country":"fr","fields":[["locality","City"],["postal_code","PostalCode"],["country","countryCode","short_name"]]},"82":{"country":"de"},"98":{"country":"hu"},"106":{"country":"it"},"150":{"country":"nl"},"173":{"country":"pt"},"186":{"country":"sa"},"191":{"country":"sg"},"198":{"country":"es"},"206":{"country":"se","fields":[["postal_code","PostalCode"]]},"225":{"country":"uk"}},"OPEN_C_VERSION_SITE":false,"REGISTER_LONG_CURRENCY":["IRR","VND","LAK","IDR","LBP","SYP","PYG","COP","UGX","MNT","TZS","MWK","KRW","IQD","NGN","CLP","AOA","ARS","XAF","KZT","HUF","LKR","YER","GYD","KES","JPY","ISK","DZD","NPR","RSD","ALL","RUB","INR","PHP","MKD","MUR","UYU","SRD","THB","TWD","EGP","TRY","ZMW","CZK","ZAR","MXN","MVR","BWP","NOK","SEK","AED","BGN","NZD","AUD","CAD","CHF","GBP","JOD","KWD"],"REGISTER_LONG_TEXT":["fr","es","nl","pl","pt","el-gr","de","tw"],"REGISTER_SUCCESS_SWITCH":["checkout","findorder"],"SW_FETCH_HTML_CONFIG":{"enableSceneMap":["cccx"],"preFetchSceneMap":["cccx"]},"CHECKOUT_PERLOAD_SWITCH":"ON","GA_REMOVE_TIP_SWITCH":false,"UPDATE_SHIPPED_ADDRESS":[{"other":{"13":["country","state","newState","city","newCity","postcode","newPostcode"],"17":["country"],"30":{"expedited_shipping":["country"]},"38":["country","state","newState"],"43":{"expedited_shipping":["country"]},"47":["country"],"97":["country"],"105":{"stand_shipping":["country"],"express_shipping":["country"],"expedited_shipping":["country"]},"108":["country","fname","lname","middleName","fatherName","englishName","fullName","state","newState","city","newCity","street","taxNumber","address1","nationalId","postcode","standbyTel","type","isDefault","zone","newPostcode","email","newDistrict","district"],"113":["country"],"128":{"stand_shipping":["country","fname","lname","middleName","fatherName","englishName","fullName","state","newState","city","newCity","street","taxNumber","address1","address2","nationalId","postcode","standbyTel","type","isDefault","zone","newPostcode","email","newDistrict","district"]},"137":{"express_shipping":["country","state","newState","city","newCity"],"stand_shipping":["country"]},"140":{"express_shipping":["country"]},"153":["country","state","newState"],"162":["country"],"170":{"stand_shipping":["country","fname","lname","middleName","fatherName","englishName","fullName","state","newState","city","newCity","street","taxNumber","address1","address2","nationalId","postcode","standbyTel","type","isDefault","zone","newPostcode","email","newDistrict","district"]},"175":["country"],"186":{"stand_shipping":["country","city","newCity","tel"]},"191":["country","state","newState"],"196":{"stand_shipping":["country"]},"197":["country","state","newState"],"198":{"stand_shipping":["country"]},"209":{"stand_shipping":["country"]},"212":{"express_shipping":["country"],"stand_shipping":["country"]},"224":{"stand_shipping":["country","city","newCity","tel"]},"226":{"stand_shipping":["country","state","newState","city","newCity"],"express_shipping":["country","state","newState","city","newCity"]},"233":{"expedited_shipping":["country"]}},"shop_transit":["country"]}],"HAPPY_RETURN_CHANNEL":"","RETURN_TRACK_SWITCH":"on","DETAIL_SECOND_CONFIG":{"supplierTopCatIds":[11535,42720,66875,82894,189787,191610,215699,53300,107669,132462,132463,215763],"DETAIL_NEW_SEO_FOR_SKU":1,"N_ESTIMATED_SITE_CAT":{"mx":[3631,3657,2400,4083,4328,4327,2032,2297],"in":[3631,3657,2400,4083,4328,4327,2032,2297],"tw":[3631,3657,2400,4083,4328,4327,2032,2297],"au":[3631,3657,2400,4083,4328,4327,2032,2297],"ru":[3631,3657,2400,4083,4328,4327,2032,2297],"ar":[3631,3657,2400,4083,4328,4327,2032,2297],"vn":[3631,3657,2400,4083,4328,4327,2032,2297],"hk":[3631,3657,2400,4083,4328,4327,2032,2297],"th":[3631,3657,2400,4083,4328,4327,2032,2297],"il":[3631,3657,2400,4083,4328,4327,2032,2297],"ca":[3631,3657,2400,4083,4328,4327,2032,2297],"cl":[3631,3657,2400,4083,4328,4327,2032,2297],"ma":[3631,3657,2400,4083,4328,4327,2032,2297],"br":[3631,3657,2400,4083,4328,4327,2032,2297],"za":[3631,3657,2400,4083,4328,4327,2032,2297],"sg":[3631,3657,2400,4083,4328,4327,2032,2297],"nz":[3631,3657,2400,4083,4328,4327,2032,2297],"asia":[3631,3657,2400,4083,4328,4327,2032,2297],"kr":[3631,3657,2400,4083,4328,4327,2032,2297],"id":[3631,3657,2400,4083,4328,4327,2032,2297],"ph":[3631,3657,2400,4083,4328,4327,2032,2297],"jp":[3631,3657,2400,4083,4328,4327,2032,2297],"my":[3631,3657,2400,4083,4328,4327,2032,2297],"co":[3631,3657,2400,4083,4328,4327,2032,2297],"www":[3631,3657,2400,4083,4328,4327,2032,2297],"us":[3631,3657,2400,4083,4328,4327,2032,2297],"eur":[3631,3657,2400,4083,4328,4327,2032,2297],"fr":[3631,3657,2400,4083,4328,4327,2032,2297],"uk":[3631,3657,2400,4083,4328,4327,2032,2297],"de":[3631,3657,2400,4083,4328,4327,2032,2297],"es":[3631,3657,2400,4083,4328,4327,2032,2297],"it":[3631,3657,2400,4083,4328,4327,2032,2297],"nl":[3631,3657,2400,4083,4328,4327,2032,2297],"se":[3631,3657,2400,4083,4328,4327,2032,2297],"pl":[3631,3657,2400,4083,4328,4327,2032,2297],"pt":[3631,3657,2400,4083,4328,4327,2032,2297],"ch":[3631,3657,2400,4083,4328,4327,2032,2297],"roe":[3631,3657,2400,4083,4328,4327,2032,2297],"euqs":[3631,3657,2400,4083,4328,4327,2032,2297],"pwmx":[3631,3657,2400,4083,4328,4327,2032,2297],"pwin":[3631,3657,2400,4083,4328,4327,2032,2297],"mtw":[3631,3657,2400,4083,4328,4327,2032,2297],"pwau":[3631,3657,2400,4083,4328,4327,2032,2297],"mru":[3631,3657,2400,4083,4328,4327,2032,2297],"pwar":[3631,3657,2400,4083,4328,4327,2032,2297],"pwaren":[3631,3657,2400,4083,4328,4327,2032,2297],"mvn":[3631,3657,2400,4083,4328,4327,2032,2297],"mhk":[3631,3657,2400,4083,4328,4327,2032,2297],"mth":[3631,3657,2400,4083,4328,4327,2032,2297],"mil":[3631,3657,2400,4083,4328,4327,2032,2297],"mca":[3631,3657,2400,4083,4328,4327,2032,2297],"mcl":[3631,3657,2400,4083,4328,4327,2032,2297],"pwma":[3631,3657,2400,4083,4328,4327,2032,2297],"mbr":[3631,3657,2400,4083,4328,4327,2032,2297],"mza":[3631,3657,2400,4083,4328,4327,2032,2297],"msg":[3631,3657,2400,4083,4328,4327,2032,2297],"mnz":[3631,3657,2400,4083,4328,4327,2032,2297],"masia":[3631,3657,2400,4083,4328,4327,2032,2297],"mid":[3631,3657,2400,4083,4328,4327,2032,2297],"mph":[3631,3657,2400,4083,4328,4327,2032,2297],"mjp":[3631,3657,2400,4083,4328,4327,2032,2297],"mmy":[3631,3657,2400,4083,4328,4327,2032,2297],"mco":[3631,3657,2400,4083,4328,4327,2032,2297],"m":[3631,3657,2400,4083,4328,4327,2032,2297],"pwus":[3631,3657,2400,4083,4328,4327,2032,2297],"meur":[3631,3657,2400,4083,4328,4327,2032,2297],"pwfr":[3631,3657,2400,4083,4328,4327,2032,2297],"pwuk":[3631,3657,2400,4083,4328,4327,2032,2297],"pwde":[3631,3657,2400,4083,4328,4327,2032,2297],"pwes":[3631,3657,2400,4083,4328,4327,2032,2297],"pwit":[3631,3657,2400,4083,4328,4327,2032,2297],"pwnl":[3631,3657,2400,4083,4328,4327,2032,2297],"mse":[3631,3657,2400,4083,4328,4327,2032,2297],"mpl":[3631,3657,2400,4083,4328,4327,2032,2297],"mpt":[3631,3657,2400,4083,4328,4327,2032,2297],"mch":[3631,3657,2400,4083,4328,4327,2032,2297],"mroe":[3631,3657,2400,4083,4328,4327,2032,2297],"meuqs":[3631,3657,2400,4083,4328,4327,2032,2297]},"addOnItemConfigList":[{"abtKey":"A","catIds":[4436,2026,3634,1864,2274,3224,2038,3637,3195,4328,4327,2032]},{"abtKey":"B","catIds":[3631,3657,2400,4083,4328,4327,2032,2297]},{"abtKey":"C","catIds":[4436,2026,3634,1864,2274,3224,2038,3637,3195,3631,3657,2400,4083,4328,4327,2032,2297]}],"IS_FORWARD_CATEGORY":[4436],"DETAIL_BUY_NOW_TSP_LABEL":{"A":["600037848","600115558"]},"BUY_NOW_THRESHOLD":{"A":{"catIds":["1745","1888","1942","1948","1954","1959","1972","2030","2089","2208","2298","2299","2300","2346","2347","2496","3029","3035","3088","3350","3446","3490","3494","3497","3524","3618","3625","3626","3627","3632","3651","3653","3654","3812","3904","3912","3921","3988","3989","4120","4123","4125","4133","4138","4142","4150","4153","4164","4168","4219","4292","4293","4294","4295","4307","4314","4318","4323","4437","4438","4468","4469","4470","4471","4495","4496","4501","4542","4547","4549","4552","4565","4567","4570","4573","4575","4576","4577","4628","4656","4803","4925","5205","5370","5462","5470","5471","5472","5578","5592","5599","5619","5621","5928","6191","6216","6217","6219","6273","6279","6562","6929","8289","8290","8299","8347","8351","8354","8359","8360","8387","8422","8756","8765","8772","8824","8889","8911","9096","9137","10066","11474","12095","12096","12097","12098","12203"],"br":20,"us":42},"B":{"catIds":["1745","1888","1942","1948","1954","1959","1972","2030","2089","2208","2298","2299","2300","2346","2347","2496","3029","3035","3088","3350","3446","3490","3494","3497","3524","3618","3625","3626","3627","3632","3651","3653","3654","3812","3904","3912","3921","3988","3989","4120","4123","4125","4133","4138","4142","4150","4153","4164","4168","4219","4292","4293","4294","4295","4307","4314","4318","4323","4437","4438","4468","4469","4470","4471","4495","4496","4501","4542","4547","4549","4552","4565","4567","4570","4573","4575","4576","4577","4628","4656","4803","4925","5205","5370","5462","5470","5471","5472","5578","5592","5599","5619","5621","5928","6191","6216","6217","6219","6273","6279","6562","6929","8289","8290","8299","8347","8351","8354","8359","8360","8387","8422","8756","8765","8772","8824","8889","8911","9096","9137","10066","11474","12095","12096","12097","12098","12203"],"br":15}}},"CART_FILTER_LABEL_COUNT":5,"ADDRESS_ERROR_CODE_EDIT_POPUP":[402003,402004,402005,402007],"IS_SUGGESTED":"","NEW_USER_COUPON_TYPE_ID":60,"shein_suggested_sale_price":[],"WALLET_BALANCE_LIMIT_SITE":[],"PERSONALIZED_SWITCH":{"id":0,"mid":0},"CART_FILTER_BEHAVIOR_LABELS":{"3451":8000,"3460":5000,"3726":3000},"CART_INDUCEMENT_LIMIT":{},"NEW_BFF_VERSION_SWTICH":{"goodsDetail_v1":["OPENALL"],"goodsDetail_v2":["OPENALL"],"wishlistProducts_v1":["OPENALL"],"home_v1":["OPENALL"],"abt_bff_diff":["OPENALL"],"ccc_operation":["OPENALL"],"ugid_v2":["OPENALL"],"selection_v3":["OPENALL"],"search_v3":["OPENALL"],"cccx_recom_list_v3":["OPENALL"],"user_recently_view_bff_v1":["OPENALL"],"daily_new_v2":["OPENALL"],"selection_v4":["OPENALL"],"address_v2":["CLOSEALL"],"wishlist_group_bff_v4":["OPENALL"],"selling_point_v1":["OPENALL"],"recomDialog_v1":["OPENALL"],"pay_success_cccx_v1":["OPENALL"],"address_v3":["CLOSEALL"],"cart_v8":["OPENALL"],"login_v3":["OPENALL"],"buyboxPop_v2":["OPENALL"],"relate_search_v1":["OPENALL"],"ccc_config":["OPENALL"],"saver_cccx_v1":["OPENALL"],"bff_shein_picks_v1":["OPENALL"]},"SSR_BFF_SWITCH":{"order_list_v1":["OPENALL"],"pc_msg_ssr_bff":["OPENALL"],"search_v2":["OPENALL"],"ccc_operation":["OPENALL"],"search_v3":["OPENALL"],"selection_v3":["OPENALL"],"daily_new_v1":["OPENALL"],"article_v1":["OPENALL"],"user_recently_view_bff_v1":["OPENALL"],"user_marketing_v1":["OPENALL"],"wishlist_group_bff_v4":["OPENALL"],"selling_point_v1":["OPENALL"],"cccx_config_v1":["OPENALL"],"search_banner_card_v1":["OPENALL"],"user_other_v1":["OPENALL"],"wishlist_language_v1":["OPENALL"],"checkout_new_v1":["OPENALL"],"wishlist_ssr_bff_v1":["OPENALL"],"relate_search_v1":["OPENALL"],"ccc_config":["OPENALL"],"user_dsr_v1":["OPENALL"],"trend_landing_filter":["OPENALL"],"order_detail_v1":["LEVEL3"],"bff_shein_picks_v1":["OPENALL"],"store-item-tab-v1":["OPENALL"]},"GOODS_DETAIL_MONITOR_RANDOM":0.5,"bffEnv":"","WEB_VERSION":"12.5.0","EVOLU_SHEIN_ID":100000105,"APPLE_PAY_CONFIG":{"applePayChannel":["checkout-applepay","adyen-applepay","worldpay-applepay","ingenico-applepay","nuvei-applepay","routepay-applepay"],"applePayTokenChannel":["nuvei-applepay"],"mapChannelToApplePaySupport":{"checkout-applepay":{"merchantCapabilities":["supports3DS","supportsEMV"]},"adyen-applepay":{"merchantCapabilities":["supports3DS","supportsEMV"]},"worldpay-applepay":{"merchantCapabilities":["supports3DS","supportsEMV"]},"ingenico-applepay":{"merchantCapabilities":["supports3DS","supportsEMV"]},"nuvei-applepay":{"merchantCapabilities":["supports3DS","supportsEMV"]}}},"CUSTOMIZATION_PRODUCT_IMAGE_DOMAINS":{"CUSTOM_SERVICE":["ltwebstatic.com","shein.com","romwe.com"],"THIRD_PARTY_SERVICE":["staticmeow.com/","customeow.io/","maiyuan.online/"]},"STORE_PAGE_STORE_CODE_IN_PATH_ACCESS":"off","HOME_DIALOG_QUEUE_REPORT":"0","PRIVACY_CATEGORY_UPDATE_LIST":[],"GOOGLE_PAY_CODE_LIST":["worldpay-googlepay","adyen-googlepay","nuvei-googlepay","routepay-googlepay"],"GOOGLE_READY_TO_PAY_REQUEST":{"apiVersion":2,"apiVersionMinor":0,"allowedPaymentMethods":[{"type":"CARD","parameters":{"allowedAuthMethods":["PAN_ONLY","CRYPTOGRAM_3DS"],"allowedCardNetworks":["AMEX","DISCOVER","JCB","MASTERCARD","VISA","INTERAC"]}}]},"PAY_CONFIG_SWITCH":1,"ADDRESS_ERROR_CODE":["addressbook"],"MERGE_ORDER_ADDRESS_COUNTRY":["191","197","30","43"],"NEW_CUSTOMERS_RULE_ID":{"centerSite":44670,"eurSite":10728,"usSite":1463},"ENABLE_MONITOR_UNION":1,"ENABLE_MONITOR_UNION_PAGE":"goods_detail","SHOULD_RENDER_CSRF_TOKEN_ON_SSR":"off","CSRFTOEKN_MAX_RETRIES":3,"ssrUseBff":true,"ssrUseBffVersion":"article_v1","_serverLoggerPoint":null,"USER_AGENT_BLACK_LIST":["Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,like Gecko)","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML,like Gecko)","support.google.com","bot"],"NEW_HEAD_SITE":["all"],"IS_NEW_HEAD":false,"NEW_COMMON_FOOTER":true,"headerVueSsr":false,"isCccSkinPreview":false,"cccSkinLogoImg":"","cccNav":{"isNewCartEntrance":false,"isRobotServiceOpen":true,"searchInputNewStyle":false,"topBannerContent":[],"activeChannelId":10,"enlargeSearch":true,"enlargeSearchPro":false,"isSearchPage":false,"originalUrl":"/Privacy-Security-Policy-a-282.html?ref=www&rep=dir&ret=sg","sg":[{"id":"625410","firstFloorContent":{"props":{"id":"58580635","metaData":{"categoryType":{"gameType":"","hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/new/New-In-All-sc-0021884529.html","goodsIds":"","internalLink":"","categoryType":"1","selectTypeName":"New In All","categoryIds":"","isInternalLink":"1","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"0021884529","hrefType":"itemPicking","ada":"","webClickUrl":"/new/New-In-All-sc-0021884529.html"},"categoryNodeType":"component","categoryName":"New In","categoryId":"","fixedPit":true,"categoryLanguage":"New In"}},"styleType":"NAVIGATE_COMPONENT","title":"NAVIGATE_COMPONENT_24","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"useCache":false,"cacheKeys":"sg_en_undefined_","navNodeId":"625410","name":"New In","enName":"New In","hrefTarget":"0021884529","hrefType":"itemPicking"},{"id":"625417","firstFloorContent":{"props":{"id":"58580642","metaData":{"categoryType":{"gameType":"","hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/sale/All-Sale-sc-0051884505.html","goodsIds":"","internalLink":"","categoryType":"1","selectTypeName":"All Sale","categoryIds":"","isInternalLink":"1","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"0051884505","hrefType":"itemPicking","ada":"","webClickUrl":"/sale/All-Sale-sc-0051884505.html"},"categoryNodeType":"component","categoryName":"Sale","categoryId":"","fixedPit":true,"categoryLanguage":"Sale"}},"styleType":"NAVIGATE_COMPONENT","title":"NAVIGATE_COMPONENT_23","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"625417","name":"Sale","enName":"Sale","hrefTarget":"0051884505","hrefType":"itemPicking"},{"id":"common:261329:shein:sg_en:ios","firstFloorContent":{"props":{"id":"18184336","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Women-Clothing-sc-017172961.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172961","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Women-Clothing-sc-017172961.html"},"categoryNodeType":"categoryTree","categoryName":"Women Clothing","categoryId":"110000033","fixedPit":true,"categoryLanguage":"Women Clothing"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:261329:shein:sg_en:ios","name":"Women Clothing","enName":"Women Clothing","hrefTarget":"017172961","hrefType":"itemPicking"},{"id":"common:261970:shein:sg_en:ios","firstFloorContent":{"props":{"id":"57944013","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Beachwear-sc-017706887.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017706887","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Beachwear-sc-017706887.html"},"categoryNodeType":"categoryTree","categoryName":"Beachwear","categoryId":"110005223","fixedPit":true,"categoryLanguage":"Beachwear"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:261970:shein:sg_en:ios","name":"Beachwear","enName":"Beachwear","hrefTarget":"017706887","hrefType":"itemPicking"},{"id":"625423","firstFloorContent":{"props":{"id":"58580648","metaData":{"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Curve-sc-017172964.html","internalLink":"","categoryType":"1","selectTypeName":"Curve","categoryIds":"","isInternalLink":"1","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172964","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Curve-sc-017172964.html"},"categoryNodeType":"categoryTree","categoryName":"Curve","categoryId":"110000036","fixedPit":false,"categoryLanguage":"Curve"}},"styleType":"NAVIGATE_COMPONENT","title":"NAVIGATE_COMPONENT_8","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"625423","name":"Curve","enName":"Curve","hrefTarget":"017172964","hrefType":"itemPicking"},{"id":"common:262159:shein:sg_en:ios","firstFloorContent":{"props":{"id":"35773116","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Kids-sc-017185550.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017185550","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Kids-sc-017185550.html"},"categoryNodeType":"categoryTree","categoryName":"Kids","categoryId":"110003134","fixedPit":false,"categoryLanguage":"Kids"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:262159:shein:sg_en:ios","name":"Kids","enName":"Kids","hrefTarget":"017185550","hrefType":"itemPicking"},{"id":"common:259841:shein:sg_en:ios","firstFloorContent":{"props":{"id":"18193216","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Men-Clothing-sc-017172963.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172963","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Men-Clothing-sc-017172963.html"},"categoryNodeType":"categoryTree","categoryName":"Men Clothing","categoryId":"110000035","fixedPit":true,"categoryLanguage":"Men Clothing"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:259841:shein:sg_en:ios","name":"Men Clothing","enName":"Men Clothing","hrefTarget":"017172963","hrefType":"itemPicking"},{"id":"common:260840:shein:sg_en:ios","firstFloorContent":{"props":{"id":"35823320","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Underwear-Sleepwear-sc-017172965.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172965","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Underwear-Sleepwear-sc-017172965.html"},"categoryNodeType":"categoryTree","categoryName":"Underwear & Sleepwear","categoryId":"110000037","fixedPit":false,"categoryLanguage":"Underwear & Sleepwear"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:260840:shein:sg_en:ios","name":"Underwear & Sleepwear","enName":"Underwear & Sleepwear","hrefTarget":"017172965","hrefType":"itemPicking"},{"id":"common:256075:shein:sg_en:ios","firstFloorContent":{"props":{"id":"41200860","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Shoes-sc-017172966.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172966","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Shoes-sc-017172966.html"},"categoryNodeType":"categoryTree","categoryName":"Shoes","categoryId":"110000038","fixedPit":false,"categoryLanguage":"Shoes"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:256075:shein:sg_en:ios","name":"Shoes","enName":"Shoes","hrefTarget":"017172966","hrefType":"itemPicking"},{"id":"common:258415:shein:sg_en:ios","firstFloorContent":{"props":{"id":"35774045","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Home-Kitchen-sc-017185546.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017185546","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Home-Kitchen-sc-017185546.html"},"categoryNodeType":"categoryTree","categoryName":"Home & Kitchen","categoryId":"110003132","fixedPit":false,"categoryLanguage":"Home & Kitchen"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:258415:shein:sg_en:ios","name":"Home & Kitchen","enName":"Home & Kitchen","hrefTarget":"017185546","hrefType":"itemPicking"},{"id":"common:262549:shein:sg_en:ios","firstFloorContent":{"props":{"id":"44246080","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Jewelry-Accessories-sc-017291431.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017291431","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Jewelry-Accessories-sc-017291431.html"},"categoryNodeType":"categoryTree","categoryName":"Jewelry & Accessories","categoryId":"110004517","fixedPit":false,"categoryLanguage":"Jewelry & Accessories"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:262549:shein:sg_en:ios","name":"Jewelry & Accessories","enName":"Jewelry & Accessories","hrefTarget":"017291431","hrefType":"itemPicking"},{"id":"common:262415:shein:sg_en:ios","firstFloorContent":{"props":{"id":"18227764","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Bags-Luggage-sc-017174546.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017174546","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Bags-Luggage-sc-017174546.html"},"categoryNodeType":"categoryTree","categoryName":"Bags & Luggage","categoryId":"110002108","fixedPit":false,"categoryLanguage":"Bags & Luggage"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:262415:shein:sg_en:ios","name":"Bags & Luggage","enName":"Bags & Luggage","hrefTarget":"017174546","hrefType":"itemPicking"},{"id":"common:261106:shein:sg_en:ios","firstFloorContent":{"props":{"id":"39586645","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Beauty-Health-sc-017172970.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172970","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Beauty-Health-sc-017172970.html"},"categoryNodeType":"categoryTree","categoryName":"Beauty & Health","categoryId":"110000044","fixedPit":false,"categoryLanguage":"Beauty & Health"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:261106:shein:sg_en:ios","name":"Beauty & Health","enName":"Beauty & Health","hrefTarget":"017172970","hrefType":"itemPicking"},{"id":"common:260144:shein:sg_en:ios","firstFloorContent":{"props":{"id":"35813743","metaData":{"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Baby-Maternity-sc-017172967.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172967","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Baby-Maternity-sc-017172967.html"},"categoryNodeType":"categoryTree","categoryName":"Baby & Maternity","categoryId":"110000041","fixedPit":false,"categoryLanguage":"Baby & Maternity"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:260144:shein:sg_en:ios","name":"Baby & Maternity","enName":"Baby & Maternity","hrefTarget":"017172967","hrefType":"itemPicking"},{"id":"common:261638:shein:sg_en:ios","firstFloorContent":{"props":{"id":"31572494","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Sports-Outdoors-sc-017185553.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017185553","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Sports-Outdoors-sc-017185553.html"},"categoryNodeType":"categoryTree","categoryName":"Sports & Outdoors","categoryId":"110003136","fixedPit":false,"categoryLanguage":"Sports & Outdoors"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:261638:shein:sg_en:ios","name":"Sports & Outdoors","enName":"Sports & Outdoors","hrefTarget":"017185553","hrefType":"itemPicking"},{"id":"common:255230:shein:sg_en:ios","firstFloorContent":{"props":{"id":"34460887","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Electronics-sc-017172971.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172971","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Electronics-sc-017172971.html"},"categoryNodeType":"categoryTree","categoryName":"Electronics","categoryId":"110000045","fixedPit":false,"categoryLanguage":"Electronics"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:255230:shein:sg_en:ios","name":"Electronics","enName":"Electronics","hrefTarget":"017172971","hrefType":"itemPicking"},{"id":"common:262117:shein:sg_en:ios","firstFloorContent":{"props":{"id":"35715079","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Home-Textile-sc-017172972.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172972","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Home-Textile-sc-017172972.html"},"categoryNodeType":"categoryTree","categoryName":"Home Textiles","categoryId":"110000046","fixedPit":false,"categoryLanguage":"Home Textiles"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:262117:shein:sg_en:ios","name":"Home Textiles","enName":"Home Textiles","hrefTarget":"017172972","hrefType":"itemPicking"},{"id":"common:255124:shein:sg_en:ios","firstFloorContent":{"props":{"id":"18242874","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Toys-Games-sc-017172978.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172978","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Toys-Games-sc-017172978.html"},"categoryNodeType":"categoryTree","categoryName":"Toys & Games","categoryId":"110000053","fixedPit":false,"categoryLanguage":"Toys & Games"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:255124:shein:sg_en:ios","name":"Toys & Games","enName":"Toys & Games","hrefTarget":"017172978","hrefType":"itemPicking"},{"id":"common:262432:shein:sg_en:ios","firstFloorContent":{"props":{"id":"35701396","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Tools-Home-Improvement-sc-017185547.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017185547","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Tools-Home-Improvement-sc-017185547.html"},"categoryNodeType":"categoryTree","categoryName":"Tools & Home Improvement","categoryId":"110003133","fixedPit":false,"categoryLanguage":"Tools & Home Improvement"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:262432:shein:sg_en:ios","name":"Tools & Home Improvement","enName":"Tools & Home Improvement","hrefTarget":"017185547","hrefType":"itemPicking"},{"id":"common:252285:shein:sg_en:ios","firstFloorContent":{"props":{"id":"31574788","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Office-School-Supplies-sc-017185552.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017185552","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Office-School-Supplies-sc-017185552.html"},"categoryNodeType":"categoryTree","categoryName":"Office & School Supplies","categoryId":"110003135","fixedPit":false,"categoryLanguage":"Office & School Supplies"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:252285:shein:sg_en:ios","name":"Office & School Supplies","enName":"Office & School Supplies","hrefTarget":"017185552","hrefType":"itemPicking"},{"id":"common:262146:shein:sg_en:ios","firstFloorContent":{"props":{"id":"31519761","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Appliances-sc-017172977.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172977","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Appliances-sc-017172977.html"},"categoryNodeType":"categoryTree","categoryName":"Appliances","categoryId":"110000052","fixedPit":false,"categoryLanguage":"Appliances"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:262146:shein:sg_en:ios","name":"Appliances","enName":"Appliances","hrefTarget":"017172977","hrefType":"itemPicking"},{"id":"common:261282:shein:sg_en:ios","firstFloorContent":{"props":{"id":"18244993","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Pet-Supplies-sc-017172974.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172974","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Pet-Supplies-sc-017172974.html"},"categoryNodeType":"categoryTree","categoryName":"Pet Supplies","categoryId":"110000048","fixedPit":false,"categoryLanguage":"Pet Supplies"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:261282:shein:sg_en:ios","name":"Pet Supplies","enName":"Pet Supplies","hrefTarget":"017172974","hrefType":"itemPicking"},{"id":"common:262394:shein:sg_en:ios","firstFloorContent":{"props":{"id":"35673691","metaData":{"autoRecommend":true,"categoryType":{"hrefType2":"","hrefTitle":"","adp":"","relativeUrl":"/RecommendSelection/Automotive-sc-017172975.html","internalLink":"","categoryType":"1","selectTypeName":"","categoryIds":"","additionalConfig":{"immersive":"0","anchor":""},"hrefTarget":"017172975","hrefType":"itemPicking","ada":"","webClickUrl":"/RecommendSelection/Automotive-sc-017172975.html"},"categoryNodeType":"categoryTree","categoryName":"Automotive","categoryId":"110000049","fixedPit":false,"categoryLanguage":"Automotive"}},"styleType":"NAVIGATE_COMPONENT","title":"COMMON_NAVIGATE_COMPONENT_1","componentKey":"NAVIGATE_COMPONENT","is_recommend":"0"},"navNodeId":"common:262394:shein:sg_en:ios","name":"Automotive","enName":"Automotive","hrefTarget":"017172975","hrefType":"itemPicking"}],"abtest":"SMCccAlltabCategory`100276186`100712566,SMCccAlltabCategory`100276021`100712096","language":{"SHEIN_KEY_PC_25688":"Categories"},"useCache":true,"cacheKeys":"sg_en_undefined_"},"noHeader":false,"DETAIL_SSR_CDN_VERSION":"1.0.0","DETAIL_SSR_CDN_SITE_STATUS":[],"DETAIL_SSR_NO_CDN_SITE":["uk","fr","ph","kr","jp","pl"],"WEBPUSH_SUBSCRIBE_LINKS":{"ie":{"pwau":1,"mnz":1,"msg":1,"mph":1,"masia":1,"mca":2,"mil":1,"pwar":4,"pwma":5,"mza":1,"mvn":6,"mth":7,"mmy":1,"pwmx":3,"mbr":8,"mcl":3,"mhk":9,"mtw":10,"mru":11,"mjp":12,"mco":3,"mkr":13,"pwfr":5,"pwes":3,"pwde":14,"pwit":15,"meur":1,"meuqs":1,"pwuk":1,"mpt":16,"mpl":17,"pwnl":18,"mse":19,"mch":14,"pwus":1},"opera":{"mru":3,"pwde":4,"mpl":5},"safari":{"pwau":1,"mnz":1,"msg":1,"mph":1,"masia":1,"pwus":1,"mca":2,"mil":1,"pwar":4,"pwmx":4,"mcl":4,"mco":4,"pwes":4,"pwma":5,"mza":1,"mvn":1,"mth":1,"mmy":1,"mbr":6,"mhk":7,"mtw":8,"mru":9,"mjp":10,"mkr":11,"pwfr":5,"pwde":12,"pwit":13,"mpt":14,"mpl":15,"pwnl":16,"mse":17,"mch":18},"chrome":{"pwau":1,"mnz":1,"mca":2,"mil":3,"pwar":4,"pwma":2,"mza":1,"mvn":5,"mth":6,"mmy":1,"mph":1,"masia":1,"pwmx":4,"mbr":8,"mcl":4,"mhk":9,"mtw":10,"mru":11,"mjp":12,"mco":4,"mkr":13,"pwfr":2,"pwes":20,"pwde":14,"pwit":15,"mpt":16,"mpl":17,"pwnl":18,"mse":19,"pwus":1,"mch":14},"firefox":{"pwau":1,"mnz":1,"msg":1,"mph":1,"masia":1,"pwus":1,"mca":1,"mil":3,"pwar":4,"pwmx":4,"mcl":4,"mco":4,"pwma":2,"mza":1,"mvn":5,"mth":6,"mmy":7,"mbr":8,"mhk":9,"mtw":9,"mru":10,"mjp":11,"mkr":12,"pwfr":2,"pwes":4,"pwde":13,"pwit":14,"mpt":15,"mpl":16,"pwnl":17,"mse":18,"mch":13},"links":{"ie":{"1":"https://support.microsoft.com/en-us/microsoft-edge/block-pop-ups-in-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","2":"https://support.microsoft.com/fr-fr/microsoft-edge/bloquer-les-fen%C3%AAtres-contextuelles-dans-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","3":"https://support.microsoft.com/es-es/microsoft-edge/bloquear-elementos-emergentes-en-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","4":"https://support.microsoft.com/es-ar/microsoft-edge/block-pop-ups-in-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","5":"https://support.microsoft.com/fr-fr/microsoft-edge/block-pop-ups-in-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","6":"https://support.microsoft.com/vi-vn/microsoft-edge/ch%E1%BA%B7n-c%E1%BB%ADa-s%E1%BB%95-b%E1%BA%ADt-l%C3%AAn-trong-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","7":"https://support.microsoft.com/th-th/microsoft-edge/%E0%B8%9A%E0%B8%A5%E0%B9%87%E0%B8%AD%E0%B8%81%E0%B8%9B%E0%B9%87%E0%B8%AD%E0%B8%9B%E0%B8%AD%E0%B8%B1%E0%B8%9E%E0%B9%83%E0%B8%99-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","8":"https://support.microsoft.com/pt-br/microsoft-edge/bloquear-pop-ups-no-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","9":"https://support.microsoft.com/zh-hk/microsoft-edge/%E5%9C%A8-microsoft-edge-%E4%B8%AD%E5%B0%81%E9%8E%96%E5%BF%AB%E9%A1%AF-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","10":"https://support.microsoft.com/zh-tw/microsoft-edge/%E5%9C%A8-microsoft-edge-%E4%B8%AD%E5%B0%81%E9%8E%96%E5%BF%AB%E9%A1%AF-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","11":"https://support.microsoft.com/ru-ru/microsoft-edge/%D1%83%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5-%D1%83%D0%B2%D0%B5%D0%B4%D0%BE%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D1%8F%D0%BC%D0%B8-%D1%81%D0%B0%D0%B9%D1%82%D0%BE%D0%B2-%D0%B2-microsoft-edge-0c555609-5bf2-479d-a59d-fb30a0b80b2b","12":"https://support.microsoft.com/ja-jp/microsoft-edge/microsoft-edge-%E3%81%A7-web-%E3%82%B5%E3%82%A4%E3%83%88%E3%81%AE%E9%80%9A%E7%9F%A5%E3%82%92%E7%AE%A1%E7%90%86%E3%81%99%E3%82%8B-0c555609-5bf2-479d-a59d-fb30a0b80b2b","13":"https://support.microsoft.com/ko-kr/microsoft-edge/microsoft-edge%EC%97%90%EC%84%9C-%EC%9B%B9-%EC%82%AC%EC%9D%B4%ED%8A%B8-%EC%95%8C%EB%A6%BC-%EA%B4%80%EB%A6%AC-0c555609-5bf2-479d-a59d-fb30a0b80b2b","14":"https://support.microsoft.com/de-de/microsoft-edge/blockieren-von-popups-in-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","15":"https://support.microsoft.com/it-it/microsoft-edge/blocca-i-popup-in-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","16":"https://support.microsoft.com/pt-pt/microsoft-edge/gerir-notifica%C3%A7%C3%B5es-de-sites-no-microsoft-edge-0c555609-5bf2-479d-a59d-fb30a0b80b2b","17":"https://support.microsoft.com/pl-pl/microsoft-edge/blokowanie-wyskakuj%C4%85cych-okienek-w-przegl%C4%85darce-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","18":"https://support.microsoft.com/nl-nl/microsoft-edge/pop-ups-blokkeren-in-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5","19":"https://support.microsoft.com/sv-se/microsoft-edge/blockera-popup-f%C3%B6nster-i-microsoft-edge-1d8ba4f8-f385-9a0b-e944-aa47339b6bb5"},"safari":{"1":"https://support.apple.com/en-us/guide/safari/sfri40734/mac","2":"https://support.apple.com/en-ca/guide/safari/sfri40734/mac","3":"https://support.apple.com/fr-ca/guide/safari/sfri40734/mac","4":"https://support.apple.com/es-es/guide/safari/sfri40734/mac","5":"https://support.apple.com/fr-fr/guide/safari/sfri40734/mac","6":"https://support.apple.com/pt-br/guide/safari/sfri40734/mac","7":"https://support.apple.com/zh-hk/guide/safari/sfri40734/mac","8":"https://support.apple.com/zh-tw/guide/safari/sfri40734/mac","9":"https://support.apple.com/ru-ru/guide/safari/sfri40734/mac","10":"https://support.apple.com/ja-jp/guide/safari/sfri40734/mac","11":"https://support.apple.com/ko-kr/guide/safari/sfri40734/mac","12":"https://support.apple.com/de-de/guide/safari/sfri40734/mac","13":"https://support.apple.com/it-it/guide/safari/sfri40734/mac","14":"https://support.apple.com/pt-pt/guide/safari/sfri40734/mac","15":"https://support.apple.com/pl-pl/guide/safari/sfri40734/mac","16":"https://support.apple.com/nl-nl/guide/safari/sfri40734/mac","17":"https://support.apple.com/sv-se/guide/safari/sfri40734/mac","18":"https://support.apple.com/de-ch/guide/safari/sfri40734/mac","21":"https://support.apple.com/en-gb/guide/safari/sfri40734/mac"},"chrome":{"1":"https://support.google.com/chrome/answer/3220216?hl=en","2":"https://support.google.com/chrome/answer/3220216?hl=fr","3":"https://support.google.com/chrome/answer/3220216?hl=iw","4":"https://support.google.com/chrome/answer/3220216?hl=es-419","5":"https://support.google.com/chrome/answer/3220216?hl=vi","6":"https://support.google.com/chrome/answer/3220216?hl=th","7":"https://support.google.com/chrome/answer/3220216?hl=ms","8":"https://support.google.com/chrome/answer/3220216?hl=pt-BR","9":"https://support.google.com/chrome/answer/3220216?hl=zh-HK","10":"https://support.google.com/chrome/answer/3220216?hl=zh-TW","11":"https://support.google.com/chrome/answer/3220216?hl=ru","12":"https://support.google.com/chrome/answer/3220216?hl=ja","13":"https://support.google.com/chrome/answer/3220216?hl=ko","14":"https://support.google.com/chrome/answer/3220216?hl=de","15":"https://support.google.com/chrome/answer/3220216?hl=it","16":"https://support.google.com/chrome/answer/3220216?hl=pt-PT","17":"https://support.google.com/chrome/answer/3220216?hl=pl","18":"https://support.google.com/chrome/answer/3220216?hl=nl","19":"https://support.google.com/chrome/answer/3220216?hl=sv","20":"https://support.google.com/chrome/answer/3220216?hl=es"},"firefox":{"1":"https://support.mozilla.org/en-US/kb/push-notifications-firefox","2":"https://support.mozilla.org/fr/kb/push-notifications-firefox","3":"https://support.mozilla.org/he/kb/push-notifications-firefox","4":"https://support.mozilla.org/es/kb/push-notifications-firefox","5":"https://support.mozilla.org/vi/kb/push-notifications-firefox","6":"https://support.mozilla.org/th/kb/push-notifications-firefox","7":"https://support.mozilla.org/ms/kb/push-notifications-firefox","8":"https://support.mozilla.org/pt-BR/kb/push-notifications-firefox","9":"https://support.mozilla.org/zh-TW/kb/push-notifications-firefox","10":"https://support.mozilla.org/ru/kb/push-notifications-firefox","11":"https://support.mozilla.org/ja/kb/push-notifications-firefox","12":"https://support.mozilla.org/ko/kb/push-notifications-firefox","13":"https://support.mozilla.org/de/kb/push-notifications-firefox","14":"https://support.mozilla.org/it/kb/push-notifications-firefox","15":"https://support.mozilla.org/pt-PT/kb/push-notifications-firefox","16":"https://support.mozilla.org/pl/kb/push-notifications-firefox","17":"https://support.mozilla.org/nl/kb/push-notifications-firefox","18":"https://support.mozilla.org/sv/kb/push-notifications-firefox"},"opera":{"1":"https://help.opera.com/en/latest/web-preferences/#notifications","2":"https://help.opera.com/cs/latest/web-preferences/#notifications","3":"https://help.opera.com/ru/latest/web-preferences/#notifications","4":"https://help.opera.com/de/latest/web-preferences/#notifications","5":"https://help.opera.com/pl/latest/web-preferences/#notifications"}}},"CARD_ABT_COMPLETE":"on","PRE_ROUTING_PAYMENT_METHODS":["routepay-konbini","routepay-pix","routepay-applepay","routepay-googlepay","routepay-oxxo","routepay-spei","routepay-mercadopago","routepay-multibanco","routepay-yape"],"DLOCAL_PAYMENT_METHODS":["dlocal-oxxo","dlocal-boleto","dlocal-pix","dlocal-eft","dlocal-pse","dlocal-nupay","dlocal-spei","dlocal-mercadopago","dlocal-yape"],"ATO_SDK_SWITCH":"ON","OPEN_COMMON_DETAIL_CDN_STATUS":1,"CUSTOM_CONSENT_SUPPORT":["eur","fr","uk","de","es","it","nl","se","pl","pt","ch","roe","euqs"],"ANTIIN_URLS_MORE":["/api/productInfo/quickViewAsync/get","/api/productInfo/productDetail/get","/api/productAtom/atomicInfo/get","/api/productAtom/atomicInfoWithDeal/get","/api/comment/abcCommentInfo/query","/api/comment/abcCommentSummary/get","/api/recommend/facadeAtom/get","/api/productInfo/attr/get","/api/checkout/recommendProducts/get","/api/store/items/get","/api/productInfo/realTimeData/query","/product/get_goods_detail_static_data","/product/get_goods_detail_realtime_data"],"SYNC_ANTIIN_URLS_MORE":[],"EVENT_AGGREGATOR_INTERVAL":500,"USER_ACTION_CLOSE":0,"ADDRESS_FIELD_REPLACE_CONFIG":{"change":{"137":{"national_id":["capitalize"],"tax_number":["capitalize"]}}},"RISK_SDK_CONFIG":{"sm":"2.7","anti":"1.8.0","infp":"3.1.0","finger":{"downgrade_a36":false,"downgrade_a37":false},"performance":{"open":true,"random":0.15},"device":{"a96_timeout":200,"downgrade_data":false}},"WISHLIST_ABT_COMPLETE":"on","OPEN_UNIDAYS_REPORT":false,"ip":"8.222.208.146","xAdFlag":"8FkZa3NuCnoO+IBsqSDbVZyIHWmUW0bd7B7Yv1q7dbGxVCvPpxW0uM8fu0QALWTsxiTRzwO+G6k5kfxbfacXZKRmtxhX8IKPBCg2YOs3Zs4=","FM_UPGRADE":"on","FM_SIGN_URLS":["/order/mall/cart_delete","/order/mall/cart_update","/order/add_to_cart","/product/get_products_by_keywords","/cart/delete","/cart/add_mall","/cart/update","/api/cart/add_mall/create","/api/productInfo/sellerInfo/get","/api/recommend/camera/get","/api/productInfo/quickView/get","/api/comment/abcCommentImages/query","/product/get_goods_review_detail","/product/recommend/image_search","/product/get_goods_comment_offset"],"OPEN_DELETE_COOKIE_API":false,"COOKIE_WHITE_LIST":[],"COOKIE_BLACK_LIST":{},"CONTROL_COOKIE_BY_CLIENT":"off","csrf_token":"Adv7aXRX-sqDjnQI2bPowYgvvElYJP5Lz3qQ"} for (var key in _constants) { gbCommonInfo[key] = _constants[key] } var _commonLanguage = {"SHEIN_KEY_PC_17884":"completed","SHEIN_KEY_PC_15604":"Currency","SHEIN_KEY_PC_15996":"Language","SHEIN_KEY_PC_15610":"H","SHEIN_KEY_PC_15611":"M","SHEIN_KEY_PC_15612":"S","cancel":"Cancel","SHEIN_KEY_PC_15737":"YES","SHEIN_KEY_PC_15738":"NO","SHEIN_KEY_PC_14632":"You May Also Like","SHEIN_KEY_PC_19357":"You Might Like to Fill it With","SHEIN_KEY_PC_15600":"View More","SHEIN_KEY_PC_15788":"Add to Wishlist","SHEIN_KEY_PC_16553":"{0} less than when added","SHEIN_KEY_PC_14587":"{0} SOLD","SHEIN_KEY_PC_14560":"Max Qty allowed for this limited product is {0}","SHEIN_KEY_PC_14604":"ADDED!","SHEIN_KEY_PC_15994":"You have reached the Max Qty of flash sale","SHEIN_KEY_PC_15235":"Failed","SHEIN_KEY_PC_14574":"Please review your shopping cart as the item count has reached the limit.","SHEIN_KEY_PC_14593":"Please Select Size","SHEIN_KEY_PC_15216":"OK","SHEIN_KEY_PC_15748":"Cancel","SHEIN_KEY_PC_18079":"Switch Payment Method","SHEIN_KEY_PC_15731":"view more","SHEIN_KEY_PC_17131":"Hot Search","SHEIN_KEY_PC_16956":"{0} in {1}","SHEIN_KEY_PC_16957":"search {0} in {1}","SHEIN_KEY_PC_15867":"Recently Searched","SHEIN_KEY_PC_16655":"Popular","SHEIN_KEY_PC_15811":"Category","SHEIN_KEY_PC_16870":"Did you mean","SHEIN_KEY_PC_19920":"Search Discovery","SHEIN_KEY_PC_25786":"Done","SHEIN_KEY_PC_27867":"likes","SHEIN_KEY_PC_27868":"sold","SHEIN_KEY_PC_28049":"Recent","SHEIN_KEY_PC_20094":"Search","SHEIN_KEY_PC_30767":"Trends","SHEIN_KEY_PC_18002":"Total {0} Pages","SHEIN_KEY_PC_14541":"Loading","SHEIN_KEY_PC_15639":"Close","SHEIN_KEY_PC_14730":"Privacy & Cookie Policy","SHEIN_KEY_PC_15730":"Terms & Conditions","SHEIN_KEY_PC_15862":"CONFIRM","SHEIN_KEY_PC_19347":"The number of wishlist items added in 24 hours has reached {0} items.","SHEIN_KEY_PC_18424":"Terms of sale","SHEIN_KEY_PC_18425":"Terms of use","SHEIN_KEY_PC_18494":"For a better user experience, please open this with Firefox or Chrome.","SHEIN_KEY_PC_18495":"Download here:","SHEIN_KEY_PC_25688":"Categories","SHEIN_KEY_PC_24374":"Change Order Address","SHEIN_KEY_PC_17953":"link","SHEIN_KEY_PC_17794":"Restore Account","SHEIN_KEY_PC_15605":"SHEIN","SHEIN_KEY_PC_14785":"secure checkout","SHEIN_KEY_PC_14542":"continue shopping","SHEIN_KEY_PC_24818":"We Accept","SHEIN_KEY_PC_24820":"Payment Security","SHEIN_KEY_PC_24821":"{0} is committed to protecting your payment information and only shares your credit card information with our payment service providers who agreed to safeguard your information.","SHEIN_KEY_PC_24822":"Security & Privacy","SHEIN_KEY_PC_24823":"{0} respects the privacy of users and visitors on our site, and we are committed to protecting it through maintaining industry-standard physical, technical, and administrative measures designed to guard your personal data from unauthorized processing, use or disclosure.","SHEIN_KEY_PC_22583":"We need that you have used the following email account, you can use your email account to log in to {0}."} for (var key in _commonLanguage) { gbCommonInfo.language[key] = _commonLanguage[key] } gbCommonInfo.timeFormaterLanguage = {"SHEIN_KEY_PC_16542":"Jan","SHEIN_KEY_PC_16543":"Feb","SHEIN_KEY_PC_16544":"Mar","SHEIN_KEY_PC_16545":"Apr","SHEIN_KEY_PC_14860":"May","SHEIN_KEY_PC_16546":"Jun","SHEIN_KEY_PC_16547":"Jul","SHEIN_KEY_PC_16548":"Aug","SHEIN_KEY_PC_16549":"Sep","SHEIN_KEY_PC_16550":"Oct","SHEIN_KEY_PC_16551":"Nov","SHEIN_KEY_PC_16552":"Dec","SHEIN_KEY_PC_16804":"Monday","SHEIN_KEY_PC_16805":"Tuesday","SHEIN_KEY_PC_16806":"Wednesday","SHEIN_KEY_PC_16807":"Thursday","SHEIN_KEY_PC_16808":"Friday","SHEIN_KEY_PC_16809":"Saturday","SHEIN_KEY_PC_16810":"Sunday"} gbCommonInfo.dateLangMap = { Monday: "Monday", Tuesday: "Tuesday", Wednesday: "Wednesday", Thursday: "Thursday", Friday: "Friday", Saturday: "Saturday", Sunday: "Sunday", Jan: "Jan", Feb: "Feb", Mar: "Mar", Apr: "Apr", May: "May", Jun: "Jun", Jul: "Jul", Aug: "Aug", Sep: "Sep", Oct: "Oct", Nov: "Nov", Dec: "Dec", } }() // 处理shein_w文件加载失败的报错 window.SHEIN_W = { getQueryString: function() {}, setCookie: function() {}, getCookie: function() {}, } if (!window.GB_MEMBER_SIDEBAR) { window.GB_MEMBER_SIDEBAR = {} } var WEB_CLIENT = gbCommonInfo.WEB_CLIENT var LAZY_IMG = gbCommonInfo.LAZY_IMG var LAZY_IMG_SOLID_COLOR = gbCommonInfo.LAZY_IMG_SOLID_COLOR var LAZY_IMG_SQUARE = gbCommonInfo.LAZY_IMG_SQUARE var LAZY_IMG_HOR = gbCommonInfo.LAZY_IMG_HOR var LAZY_GREY = gbCommonInfo.LAZY_GREY var ONE_TRUST_SITES_SUPPORT = gbCommonInfo.ONE_TRUST_SITES_SUPPORT try { // 埋点全局配置 var SA_GLOBAL_CONFIG = {"loading":false,"sampling":true,"setHeaderCookie":["vn","ar","mx","in","www","il","ru","au","ca","tw","th","hk","cl","ma","br","sg","za","nz","asia","id","ph","jp","my","co","kr"]} var G_PLATFORM_ } catch (e) { var SA_GLOBAL_CONFIG = {} } </script> <script type="text/javascript"> var GB_S_LoginCom_labels ={} var GB_SupportGoogleLogin = "true" == "true"; var GB_login_pageType = "others"; /*Global variable*/ var She_Login_labels = {}; var She_Login_ser_err = {} var gbExposeTraceid ;!function() { var traceidComponents = {} gbExposeTraceid = function(type, payload) { try { var traceids = JSON.parse(sessionStorage.getItem('saTraceids')) if(!traceids) { traceids = {} } var ct = window.GLOBAL_SN_OEST && window.GLOBAL_SN_OEST.getValue && window.GLOBAL_SN_OEST.getValue() || '' var defaultTraceid = 'spc`' + Date.now() + '`'+ ct var traceid ='' if(type == 'setComponent') { if(!traceidComponents[payload.componentName]) { traceid = payload.traceid || defaultTraceid if(payload.params){ traceid +='`'+payload.params } traceidComponents[payload.componentName] = traceid }else{ traceid = traceidComponents[payload.componentName] } } else if(type == 'getComponent') { if(!traceidComponents[payload.componentName]){ traceidComponents[payload.componentName] = defaultTraceid } traceid = traceidComponents[payload.componentName] } else if(type == 'setProduct') { traceid = payload.traceid || defaultTraceid if(payload.params){ traceid +='`'+payload.params } traceids[payload.goods_id] = traceid } else if(type == 'getProduct') { if(!traceids[payload.goods_id]){ traceids[payload.goods_id] = defaultTraceid } traceid = traceids[payload.goods_id] } sessionStorage.setItem('saTraceids', JSON.stringify(traceids)) return traceid } catch (error) { console.log(error); } } }(); var gbAddBagTraceFrom ;!function() { //追踪加车来源 gbAddBagTraceFrom = function(type, payload) { var tracefrom = null var addBagFrom = '' try { tracefrom = JSON.parse(sessionStorage.getItem('saAddBagTraceFrom')) || {} if(type == 'setProductFrom') { tracefrom[payload.goods_id] = payload.from || 'other' } else if(type == 'getProductFrom') { addBagFrom = tracefrom[payload.goods_id] || 'other' } sessionStorage.setItem('saAddBagTraceFrom', JSON.stringify(tracefrom)) return addBagFrom } catch (error) { console.log(error); } } }(); </script> <script type="text/javascript"> function createInterceptorManager () { var handlers = [] function use (fulfilled) { if (!fulfilled) return handlers.push(fulfilled) return handlers.length - 1 } function eject (id) { if (handlers[id]) { handlers[id] = null } } function clear () { handlers.length = 0 } function forEach (fn) { handlers.forEach(function (_f) { _f && fn(_f) }) } return { use: use, eject: eject, clear: clear, forEach: forEach } } window.analysisBeforeInterceptor = createInterceptorManager() </script> <script> var clientMonitorLight=function(e){"use strict";var r=e=>{void 0===e&&(e=21);var r=crypto.getRandomValues(new Uint8Array(e));return Array.from(r,(e=>(e%36).toString(36))).join("")},t=()=>{var{connection:e}=navigator;return e&&e.effectiveType},a=Object.assign,o=JSON.stringify,n=e=>"object"==typeof e&&null!==e,i=(e,r)=>Object.keys(e).forEach((t=>r(e[t],t))),s=(e,r)=>{var t=a({},e);return i(r,((e,r)=>{n(e)&&(e=a({},t[r],e),i(e,((r,t)=>{n(r)&&(e[t]=o(r).slice(0,500))}))),t[r]=e})),t},c=(e,r)=>{var t,a;for(var[o,n,i]of r)if(e.includes(o)){t=n;var s=i&&e.match(i);a=s?s[1].replace(/_/g,"."):void 0;break}return[t,a]},d=e=>{var{server_type:a="central",env:o="production",language:n,site_uid:i,currency:s,device_type:d}=e,m=((e,r)=>{if("localhost"!==r){var t="central"===e?"":"-"+e;return"debug"===r?"https://srmdata"+t+".abc-test.sheincorp.cn":"https://www.srmdata"+t+".com"}})(a,o),{userAgent:v}=navigator,[l,u,g,f,p]=(e=>{var[r,t]=c(e,[["Edg","Edge",/Edg\/([\d.]+)/],["Chrome","Chrome",/Chrome\/([\d.]+)/],["Firefox","Firefox",/Firefox\/([\d.]+)/],["Safari","Safari",/Version\/([\d.]+)/],["AppleWebKit","Safari",/AppleWebKit\/([\d.]+)/]]),[a,o]=c(e,[["Android","Android",/Android ([\d.]+)/],["iPhone OS","iOS",/iPhone OS ([\d_]+)/],["iPad; CPU OS","iOS",/CPU OS ([\d_]+)/],["Mac OS X","Mac OS",/Mac OS X ([\d_]+)/],["Windows NT","Windows"],["Linux","Linux"]]);return[r,t,a,o,/(Tablet|iPad)/i.test(e)?2:/(Mobi|Android|iPhone)/i.test(e)?0:1]})(v);return[m,{sdk_version:"1.0.0",network_type:t(),browser_name:l,browser_versions:u,os_name:g,os_versions:f,device_level:p,user_agent:v,environment:o,app_name:"shein",language:n,sub_site:i,money_type:s,device_type:d,session_id:r()}]},m=(e,r,t)=>{var{screen:o}=window,{pathname:n,host:c,href:d}=location,m=(e=>{void 0===e&&(e={});var r={};return i(e,((e,t)=>{r[t]="function"==typeof e?e():e})),r})(e.fields),v=new Date;return s(a({timestamp:v.getTime(),local_time:v.toLocaleString(),params:{pathname:n,url:d,host:c,screen:o.width+"*"+o.height,uemId:e.uemId,sdk_light_version:"0.2.11"}},r,t&&t(m)),m)},v=e=>{var[r,t]=d(e),a=(a,n)=>{var i,c,d,v=e=>{var t=r+a,n=o({data:e});navigator.sendBeacon?navigator.sendBeacon(t,n):fetch(t,{method:"POST",body:n})},[l,u]=(i=v,d=[],[e=>{d.push(e),clearTimeout(c);var r=()=>{var e=d.splice(0,20);i(e)};c=setTimeout(r,5e3),d.length>=20&&(clearTimeout(c),r())},()=>{clearTimeout(c),d.length&&(i(d),d=[])}]);return window.addEventListener("beforeunload",u),(a,o)=>{if(void 0===o&&(o={}),r){var i,c=m(e,t,n),d=(i=a,Array.isArray(i)?i:[i]).map((e=>s(c,e)));if(o.immediate)return v(d);d.forEach((e=>l(e)))}}};return{logInfo:a("/app-track/log-info"),metricInfo:a("/app-track/metric-info",(e=>({tags:e.params})))}},l="whiteScreen",u="vueJsError",g=3e3,f=(e,r,t,a,o)=>(void 0===t&&(t=""),{msg:r,src:t,errorType:e&&e.name,stackTrace:e&&e.stack,row:a,column:o}),p=(e,r,t)=>{var a,{roots:n=["html","body"],ssr:i,time:s=g}=void 0===t?{}:t,c=[],d=i?1e3:s,m=!1,v=e=>e&&n.some((r=>e.matches(r)));return t=>{var{innerWidth:n,innerHeight:u}=e;m||t.tagName&&"SCRIPT"!==t.tagName||n<=0||u<=0||(c.push(t),clearTimeout(a),a=setTimeout((()=>{(i||"complete"===document.readyState)&&(((e,t)=>{for(var a=0,n=1;n<=9;n+=1){var i=document.elementFromPoint(e*n/10,t/2);if(!v(i))break;if(a+=1,5!==n){var s=document.elementFromPoint(e/2,t*n/10);if(!v(s))break;a+=1}}a>=17&&(r({tag:l,level:"ERROR",params:{errorType:l,errList:o(c),errLength:c.length}}),m=!0),c=[]})(n,u),d=s)}),d))}};return e.createMonitor=e=>{var r=window,{logInfo:t,metricInfo:n}=v(e),i=(r,t,a)=>{((e,r,t)=>(void 0===e&&(e=[]),e.some((e=>"function"==typeof e?e(r,t):e.test(t)))))(e.ignore_error,r,t)||(m(a),s({tag:r,message:t,level:"ERROR",params:a}))},s=e=>{var r;t(e),n(a({type:1,value:1,metric_name:(r=e).tag},r))};((e,r)=>{var t=e.onerror;e.onerror=(a,o,n,i,s)=>{t&&t.call(e,a,o,n,i,s);var c="string"==typeof a?a:a.type;r("web_js_error",c,f(s,c,o,n,i))},e.addEventListener("error",(e=>{var{target:t}=e,a=t instanceof HTMLScriptElement||t instanceof HTMLImageElement?t.src:t instanceof HTMLLinkElement?t.href:void 0;if(!a)return!1;var{id:o,tagName:n,className:i}=t;r("web_resource_error",a,{errorType:"resourceError",src:a,id:o,tagName:n,className:i})}),!0);var a=e.onunhandledrejection;e.onunhandledrejection=t=>{a&&a.call(e,t);var n=t.reason,i=n instanceof Error?n.message:"string"==typeof n?n:o(n);r("web_unreject_error",i,f(n,i))}})(r,i);var c,d=(c=i,e=>{console.error(e);var{message:r,stack:t=""}=e,a=t.match(":(\\d+):(\\d+)");c(u,r,{errorType:u,msg:r,row:a&&+a[1],column:a&&+a[2],stackTrace:t})}),m=p(r,s,e.white_screen);return{triggerError:i,logInfo:t,metricInfo:n,vueErrorHandler:d}},e}({}); ;(function() { if (!gbCommonInfo) { return } var SERVER_TYPE = gbCommonInfo.SERVER_TYPE var siteUID = gbCommonInfo.SiteUID var NODE_SERVER_ENV = gbCommonInfo.NODE_SERVER_ENV function getMemberId() { try { var memberId = getCookie('memberId') if (memberId) { return memberId } var authJsonStr = localStorage.getItem('auth_member') || 'null' var authJson = JSON.parse(authJsonStr) || { value: {} } return authJson.value.member_id || '' } catch (e) { return '' } } var ssr = '0' window.monitorLight = clientMonitorLight.createMonitor({ server_type: SERVER_TYPE === 'usa' ? 'us' : SERVER_TYPE, device_type: 'pc', language: gbCommonInfo.appLanguage, currency: gbCommonInfo.currency, env: NODE_SERVER_ENV === 'production' ? 'production' : NODE_SERVER_ENV === 'localhost' ? 'localhost' : 'debug', site_uid: siteUID, uemId: 'fdf304b4-9e52-56e1-b9be-159baeafb0b9', ignore_error: [/Script error/i, (tag) => tag === 'web_resource_error' && Math.random() > 0.2], fields: { member_id: getMemberId, params() { return { server_from: 'aidc-web-pc', page_name: window.SaPageInfo && window.SaPageInfo.page_name || 'other', site_uid: siteUID, } } }, white_screen: { ssr: Boolean(+ssr), roots: ['html', 'body', '.c-outermost-ctn'], }, }) })(); </script> <script>(()=>{var e={1:()=>{var e,o,t;e=gbGetQueryString("from_country"),o=gbGetQueryString("is_manual_change_site"),t=gbGetQueryString("is_from_origin_btn"),0==o&&gbSetCookie("is_manual_change_site",0,void 0,"shein.com"),["uk","in","mx","hk","tw","vn","se","co"].indexOf(e)>-1&&0==t&&gbSetCookie("jump_to_"+e,"0",86400,1)},49:()=>{var e,o=[" Daum/"," DeuSu/"," MuckRack/"," splash "," Sysomos/"," um-LN/","(^|\\s)Site","\\(vBSEO\\;","^&lt;","^12345","^<","^\\!","^\\[","^acoon","^ActiveBookmark","^ActiveRefresh","^Ad Muncher","^AddThis","^AHC/","^Amazon CloudFront","^AmigaVoyager","^Anonymous_agent","^Apache","^asafaweb\\.com","^asynchttp","^axios/","^Azureus","^biglotron","^binlar","^Blackboard Safeassign","^Bloglines","^Browsershots","^btwebclient/","^BUbiNG","^CakePHP","^Camo Asset Proxy","^CATExplorador/\\d","^ClamAV[\\s/]","^Client","^Custom$","^DAP ","^DavClnt","^Digg","^Dispatch/\\d","^Disqus/","^docomo/","^Download","^drupact","^Drupal","^DuckDuckGo","^Evernote Clip Resolver","^facebook$","^facebookexternalhit","^facebookplatform","^Faraday","^fasthttp$","^FDM \\d","^FDM/\\d","^findlink","^FlashGet","^Friendica","^GigablastOpenSource","^Go \\d.\\d package http","^Go-http-client","^gooblog/","^googal","^Goose","^Grammarly","^GreenBrowser","^Gregarius","^GuzzleHttp","^Hatena","^Hobbit","^http","^HubSpot","^HWCDN/","^IBrowse","^ICE Browser","^iframely/","^infoX-WISG","^java","^JetBrains","^Jetty/","^Jigsaw","^libtorrent","^libwww","^Liferea","^linkdex","^LinkWalker","^ltx71","^lua-resty-http","^lwp-","^MagpieRSS","^MailChimp\\.com$","^Mechanize","^MeltwaterNews","^metainspector/","^MetaURI","^Microsoft BITS","^Microsoft Data","^Microsoft Office Existence","^Microsoft Office Protocol Discovery","^Microsoft Windows Network Diagnostics","^Microsoft-WebDAV-MiniRedir","^Mixmax-LinkPreview","^MixnodeCache/","^Monit","^MovableType","^Mozilla/4\\.0 \\(compatible;\\)$","^Mozilla/5\\.0 \\(compatible(; Optimizer)?\\)","^Mozilla/5\\.0 \\(en-us\\) AppleWebKit/525\\.13 \\(KHTML, like Gecko\\) Version/3\\.1 Safari/525\\.13","^Mozilla/5\\.0 \\(Macintosh; Intel Mac OS X 10_15\\) AppleWebKit/605\\.1\\.15 \\(KHTML, like Gecko\\) Mobile/15E148 DuckDuckGo/7","^Mozilla/5\\.0 \\(Windows; rv:\\d{2}\\.0\\) Gecko/20100101 Firefox/\\d{2}\\.0$","^Mozilla/\\d\\.\\d \\(compatible\\)$","^muCommander","^My browser$","^NaverMailApp","^NetSurf","^NetTrack Anonymous Web Statistics","^Netvibes","^NewsGator","^newspaper/","^NextCloud-News/","^NING","^node-superagent","^NokiaC3-00/5\\.0","^Nuzzel","^Offline Explorer","^okhttp","^omgili","^OSSProxy","^panscient","^Pcore-HTTP","^PEAR HTTP_Request","^photon/","^PHP","^Postman","^postrank","^python","^RamblerMail","^raynette_httprequest","^RebelMouse","^Riddler","^RssBandit","^RSSOwl","^Ruby$","^Scrapy","^sentry/","^SEOstats","^set:","^Shareaza","^ShortLinkTranslate","^snap$","^Snapchat","^Space Bison","^Spring ","^Sprinklr","^summify","^SVN","^Taringa","^Test Certificate Info","^The Knowledge AI","^Thinklab","^Tiny Tiny RSS/","^Traackr.com","^Transmission","^tumblr/","^Typhoeus","^Ubuntu APT-HTTP","^Upflow/","^USER_AGENT","^utorrent/","^vBulletin","^venus/fedoraplanet","^VSE\\/","^W3C","^WebCopier","^wget","^whatsapp","^WhatWeb","^Windows-RSS-Platform","^Xenu Link Sleuth","^Xymon","^Yahoo","^Yandex","^Zabbix","^ZDM/\\d","^Zend_Http_Client","^Zjavascript","^ZmEu$","adbeat\\.com","Amiga-AWeb","analyz","AnyEvent-HTTP","AppInsights","archive","Ask Jeeves/Teoma","auto","BingPreview","Bluecoat DRTR","BorderManager","bot","BrandVerity/","BrowseX","burpcollaborator","capture","Catchpoint","check","Chrome-Lighthouse","CloudFlare","coccoc","collect","Commons-HttpClient","crawl","daemon","DareBoost","Datanyze","dataprovider","DejaClick","detector","DMBrowser","Domains Project","Embedly","feed","fetch","finder","FlipboardProxy/","FreeSafeIP","Genieo","GetLinkInfo","GomezAgent","google","GroupHigh/","GTmetrix","HeadlessChrome/","heritrix","httrack","HubSpot Marketing Grader","Hydra","ichiro","images","index","ips-agent","java/","JavaFX","Jorgee","kulturarw3/","library","link preview","Lipperhey","Lucidworks-Anda","mail\\.ru/","Miniflux/","monitor","NetcraftSurveyAgent/","NetNewsWire","NewsFox","Nmap Scripting Engine","nutch","OffByOne","outbrain","page2rss","parse","perl","phantom","PingAdmin","Pingdom","Powermarks","PowerPC AmigaOS","PR-CY.RU","prlog\\.ru","proximic","PTST[/ ]\\d","QQDownload","Qwantify","RankSonicSiteAuditor/","reader","Rivva","scan","ScoutJet","scrape","search","server","SeznamEmailProxy","shrinktheweb\\.com","SkypeUriPreview","slurp","Snacktory","Sogou","SpeedMode; Proxy;","spider","spy","StatusCake","stumbleupon\\.com","synapse","synthetic","thumb","TinEye","tracemyfile","TrendsmapResolver","tweetedtimes","Twingly Recon","url","Vagabondo","validator","vkshare","WAPCHOI","Wappalyzer","webcorp/","WebDataStats/","Webglance","webkit2png","WinHTTP","wmtips.com/\\d","woorankreview","WordPress","www\\.(ackerm|alertra|de|iskanie|megaproxy|moreover|mowser|nearsoftware|ssllabs)\\.com","yeti","zgrab"];var t;try{new RegExp("(?<! cu)bot").test("dangerbot"),o.splice(o.lastIndexOf("bot"),1),o.push("(?<! cu)bot"),o.splice(o.lastIndexOf("search"),1),o.push("(?<! (ya|yandex))search")}catch(e){}e=new RegExp("("+o.join("|")+")","i"),window.isClientBot=!1;try{window.isClientBot=(t=navigator.userAgent,e.test(t))}catch(e){console.log(e)}},358:()=>{(function(e){if(e.ErrorJs)return e.ErrorJs;var o=function(e,o){for(var t in o)e[t]=o[t];return e},t=e.ErrorJs={sendError:function(r,i,a){if(a=o(a,t.extraParams),!(1==(gbCommonInfo&&gbCommonInfo.ERROR_JS_SWITCH_OLD_ON))&&i.indexOf("/unusual")>-1)return a.reportList&&a.reportList.length&&("skynet"==a.server_name?a.reportList.forEach((function(e){e.metricName&&t.monitor_proxy(e)})):e.sa&&e.sa(r,i,a)),void t.log_proxy(a);e.sa&&(e.sa(r,i,a),t.log_proxy(Object.assign(a,{tag:"error-js-report-other"})))},extraParams:{page_type:"",page_type_detail:""},log_proxy:function(e){t.log_proxy.queues||(t.log_proxy.queues=[]),t.log_proxy.queues.push(e)},monitor_proxy:function(e){t.monitor_proxy.queues||(t.monitor_proxy.queues=[]),t.monitor_proxy.queues.push(e)}};return t})(window).extraParams.page_type=window.pageTypeForMonitor||"other"},643:()=>{window.gbGetQueryString=function(e){var o=new RegExp("(^|&)"+e+"=([^&]*)(&|$)","i"),t=window.location.search.substr(1).match(o);return null!=t?unescape(t[2]):null},window.gbSetCookie=function(e,o,t,r){var i="."+location.hostname.split(".").slice(1).join("."),a=String(encodeURIComponent(o)),n=new Date;n.setTime(n.getTime()+1e3*Number(t)),a+="; expires="+n.toUTCString(),a+="; path=/",void 0!==r&&""!=r&&(a+="; domain="+i),document.cookie=e+"="+a},window.gbGetCookie=function(e){var o=("; "+document.cookie).split("; "+e+"=");return o.length>=2?decodeURIComponent(o.pop().split(";").shift()):void 0}},796:()=>{var e=navigator.userAgent.toLowerCase();(e.match(/phone|pad|pod|iphone|ipod|ios|ipad|android/)||e.indexOf("macintosh")>-1&&"ontouchend"in document)&&(document.documentElement.clientWidth<=980&&document.getElementById("viewport").setAttribute("content",""),window.addEventListener("onorientationchange"in window?"orientationchange":"resize",(function(){setTimeout((function(){document.documentElement.clientWidth<=980?document.getElementById("viewport").setAttribute("content",""):document.getElementById("viewport").setAttribute("content","width=device-width, initial-scale=1, maximum-scale=1, maximum-scale=1, user-scalable=no")}),500)}),!1))}},o={};function t(r){var i=o[r];if(void 0!==i)return i.exports;var a=o[r]={exports:{}};return e[r](a,a.exports,t),a.exports}t.n=e=>{var o=e&&e.__esModule?()=>e.default:()=>e;return t.d(o,{a:o}),o},t.d=(e,o)=>{for(var r in o)t.o(o,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:o[r]})},t.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),(()=>{"use strict";t(643),t(1),t(49),t(358),t(796)})()})();</script> <style type="text/css"> /* cookie-setting 按钮样式异常修复 */ #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link { padding-left: 0; padding-right: 0; border: 1px solid #222222; text-align: center !important; text-decoration: none; } #onetrust-consent-sdk .onetrust-banner-overlay{ background: rgba(0, 0, 0, 0.8); /* onetrust后台配置的弹窗zindex 2147483645 */ z-index: 99999; overflow: hidden; position: fixed; top: 0; bottom: 0; left: 0; right: 0; } #onetrust-banner-sdk.onetrust-custom-style #onetrust-reject-all-handler{ border: 1px solid #ccc; background-color: #fff; color: #000; } #onetrust-banner-sdk.onetrust-custom-style #onetrust-pc-btn-handler.cookie-setting-link{ border: none; color: #222222; text-decoration: underline; font-weight: 400; } body.onetrust-overlay-parent__hidden{ overflow: hidden; } @media only screen and (max-width: 640px) { #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link { text-align: center !important; margin: 0 auto; border: 1px solid #222222; margin-bottom: 20px; text-decoration: none; } } </style> <script> (function(){ try { !function(r,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):r.md5=t()}(this,function(){"use strict";function r(r,n){if("undefined"!=typeof r){var o=e.wordsToBytes(t(r,n));return n&&n.asBytes?o:n&&n.asString?i.bytesToString(o):e.bytesToHex(o)}}var t,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e={rotl:function(r,t){return r<<t|r>>>32-t},rotr:function(r,t){return r<<32-t|r>>>t},endian:function(r){if(r.constructor==Number)return 16711935&e.rotl(r,8)|4278255360&e.rotl(r,24);for(var t=0;t<r.length;t++)r[t]=e.endian(r[t]);return r},randomBytes:function(r){for(var t=[];r>0;r--)t.push(Math.floor(256*Math.random()));return t},bytesToWords:function(r){for(var t=[],n=0,e=0;n<r.length;n++,e+=8)t[e>>>5]|=r[n]<<24-e%32;return t},wordsToBytes:function(r){for(var t=[],n=0;n<32*r.length;n+=8)t.push(r[n>>>5]>>>24-n%32&255);return t},bytesToHex:function(r){for(var t=[],n=0;n<r.length;n++)t.push((r[n]>>>4).toString(16)),t.push((15&r[n]).toString(16));return t.join("")},hexToBytes:function(r){for(var t=[],n=0;n<r.length;n+=2)t.push(parseInt(r.substr(n,2),16));return t},bytesToBase64:function(r){for(var t=[],e=0;e<r.length;e+=3)for(var o=r[e]<<16|r[e+1]<<8|r[e+2],i=0;i<4;i++)8*e+6*i<=8*r.length?t.push(n.charAt(o>>>6*(3-i)&63)):t.push("=");return t.join("")},base64ToBytes:function(r){r=r.replace(/[^A-Z0-9+\/]/gi,"");for(var t=[],e=0,o=0;e<r.length;o=++e%4)0!=o&&t.push((n.indexOf(r.charAt(e-1))&Math.pow(2,-2*o+8)-1)<<2*o|n.indexOf(r.charAt(e))>>>6-2*o);return t}},o={stringToBytes:function(r){return i.stringToBytes(unescape(encodeURIComponent(r)))},bytesToString:function(r){return decodeURIComponent(escape(i.bytesToString(r)))}},i={stringToBytes:function(r){for(var t=[],n=0;n<r.length;n++)t.push(255&r.charCodeAt(n));return t},bytesToString:function(r){for(var t=[],n=0;n<r.length;n++)t.push(String.fromCharCode(r[n]));return t.join("")}};return t=function(r,n){r.constructor==String?r=n&&"binary"===n.encoding?i.stringToBytes(r):o.stringToBytes(r):r.constructor===Buffer?r=Array.prototype.slice.call(r,0):Array.isArray(r)||(r=r.toString());for(var u=e.bytesToWords(r),s=8*r.length,f=1732584193,a=-271733879,c=-1732584194,h=271733878,g=0;g<u.length;g++)u[g]=16711935&(u[g]<<8|u[g]>>>24)|4278255360&(u[g]<<24|u[g]>>>8);u[s>>>5]|=128<<s%32,u[(s+64>>>9<<4)+14]=s;for(var d=t._ff,y=t._gg,p=t._hh,l=t._ii,g=0;g<u.length;g+=16){var v=f,T=a,b=c,B=h;f=d(f,a,c,h,u[g+0],7,-680876936),h=d(h,f,a,c,u[g+1],12,-389564586),c=d(c,h,f,a,u[g+2],17,606105819),a=d(a,c,h,f,u[g+3],22,-1044525330),f=d(f,a,c,h,u[g+4],7,-176418897),h=d(h,f,a,c,u[g+5],12,1200080426),c=d(c,h,f,a,u[g+6],17,-1473231341),a=d(a,c,h,f,u[g+7],22,-45705983),f=d(f,a,c,h,u[g+8],7,1770035416),h=d(h,f,a,c,u[g+9],12,-1958414417),c=d(c,h,f,a,u[g+10],17,-42063),a=d(a,c,h,f,u[g+11],22,-1990404162),f=d(f,a,c,h,u[g+12],7,1804603682),h=d(h,f,a,c,u[g+13],12,-40341101),c=d(c,h,f,a,u[g+14],17,-1502002290),a=d(a,c,h,f,u[g+15],22,1236535329),f=y(f,a,c,h,u[g+1],5,-165796510),h=y(h,f,a,c,u[g+6],9,-1069501632),c=y(c,h,f,a,u[g+11],14,643717713),a=y(a,c,h,f,u[g+0],20,-373897302),f=y(f,a,c,h,u[g+5],5,-701558691),h=y(h,f,a,c,u[g+10],9,38016083),c=y(c,h,f,a,u[g+15],14,-660478335),a=y(a,c,h,f,u[g+4],20,-405537848),f=y(f,a,c,h,u[g+9],5,568446438),h=y(h,f,a,c,u[g+14],9,-1019803690),c=y(c,h,f,a,u[g+3],14,-187363961),a=y(a,c,h,f,u[g+8],20,1163531501),f=y(f,a,c,h,u[g+13],5,-1444681467),h=y(h,f,a,c,u[g+2],9,-51403784),c=y(c,h,f,a,u[g+7],14,1735328473),a=y(a,c,h,f,u[g+12],20,-1926607734),f=p(f,a,c,h,u[g+5],4,-378558),h=p(h,f,a,c,u[g+8],11,-2022574463),c=p(c,h,f,a,u[g+11],16,1839030562),a=p(a,c,h,f,u[g+14],23,-35309556),f=p(f,a,c,h,u[g+1],4,-1530992060),h=p(h,f,a,c,u[g+4],11,1272893353),c=p(c,h,f,a,u[g+7],16,-155497632),a=p(a,c,h,f,u[g+10],23,-1094730640),f=p(f,a,c,h,u[g+13],4,681279174),h=p(h,f,a,c,u[g+0],11,-358537222),c=p(c,h,f,a,u[g+3],16,-722521979),a=p(a,c,h,f,u[g+6],23,76029189),f=p(f,a,c,h,u[g+9],4,-640364487),h=p(h,f,a,c,u[g+12],11,-421815835),c=p(c,h,f,a,u[g+15],16,530742520),a=p(a,c,h,f,u[g+2],23,-995338651),f=l(f,a,c,h,u[g+0],6,-198630844),h=l(h,f,a,c,u[g+7],10,1126891415),c=l(c,h,f,a,u[g+14],15,-1416354905),a=l(a,c,h,f,u[g+5],21,-57434055),f=l(f,a,c,h,u[g+12],6,1700485571),h=l(h,f,a,c,u[g+3],10,-1894986606),c=l(c,h,f,a,u[g+10],15,-1051523),a=l(a,c,h,f,u[g+1],21,-2054922799),f=l(f,a,c,h,u[g+8],6,1873313359),h=l(h,f,a,c,u[g+15],10,-30611744),c=l(c,h,f,a,u[g+6],15,-1560198380),a=l(a,c,h,f,u[g+13],21,1309151649),f=l(f,a,c,h,u[g+4],6,-145523070),h=l(h,f,a,c,u[g+11],10,-1120210379),c=l(c,h,f,a,u[g+2],15,718787259),a=l(a,c,h,f,u[g+9],21,-343485551),f=f+v>>>0,a=a+T>>>0,c=c+b>>>0,h=h+B>>>0}return e.endian([f,a,c,h])},t._ff=function(r,t,n,e,o,i,u){var s=r+(t&n|~t&e)+(o>>>0)+u;return(s<<i|s>>>32-i)+t},t._gg=function(r,t,n,e,o,i,u){var s=r+(t&e|n&~e)+(o>>>0)+u;return(s<<i|s>>>32-i)+t},t._hh=function(r,t,n,e,o,i,u){var s=r+(t^n^e)+(o>>>0)+u;return(s<<i|s>>>32-i)+t},t._ii=function(r,t,n,e,o,i,u){var s=r+(n^(t|~e))+(o>>>0)+u;return(s<<i|s>>>32-i)+t},t._blocksize=16,t._digestsize=16,r}); var memberId = gbGetCookie('memberId'); if (memberId) { var oneTrustId = md5(memberId); var _ocs_info_ = window.localStorage && window.localStorage.getItem && window.localStorage.getItem('_ocs_info_') _ocs_info_ = JSON.parse(_ocs_info_) || {} _ocs_info_.id === oneTrustId && (window.OneTrust = { dataSubjectParams: { id: oneTrustId, token: _ocs_info_.t, isAnonymous: false} }) } } catch (e) { console.log(e) } })(); </script> <script type="text/javascript"> window.forceOnetrustDegrade = false; (function() { var lang = 'en' document.documentElement.lang = lang.split('-')[0] || 'en' })(); function OptanonWrapper() { var bannersdk = document.getElementById("onetrust-banner-sdk") //override onetrust slide animation try { var style = document.createElement('style') style.type = 'text/css' style.appendChild(document.createTextNode('@keyframes slide-down-custom { 0% { bottom: -300px; transform: translateY(0); } 100% { bottom: -300px; transform: translateY(-312px) } } ')) document.body.appendChild(style) } catch(e) {} bannersdk && bannersdk.classList.add('she-none') window.isOnetrustBannerLoaded = true var evt = (function(){ if (document.createEvent) { var e = document.createEvent('Event'); e.initEvent('onetrustBannerLoaded', true, true); return e } return new Event('onetrustBannerLoaded') })(); window.dispatchEvent && window.dispatchEvent(evt) } </script> <script> //sa临时代理 window.sa = function () { if (!window.sa.waitingCommands) { window.sa.waitingCommands = [] } window.sa.waitingCommands.push(arguments) }; // sdk_analysis config文件1 ;(function(){ var isRomwe = 'shein' === 'romwe' var shouldOfflineCookie = undefined shouldOfflineCookie = true // 不在数组里的站点不把cookie放在头信息中 var globalSetting = { homeSite: isRomwe ? 'romwe': 'shein', deviceType: 'pc', currency: { cookieValueDefault:"SGD" }, userId: { cookieKey: 'memberId' }, sessionId: { cookieKey: isRomwe ? 'sessionID_rw': 'sessionID_shein' }, SiteUID: 'sg', appLanguage: 'en', environment: 'production', host: 'www.srmdata.com', config: { offlineCookie: shouldOfflineCookie, hooks: { // onInit: function(d) { // console.log('hooks-init', d); // }, onSetPageData: function(d) { if (window.ErrorJs) { // 内部会使用 SILog 上报,模板没有引入 SILog 会报错,使用 ErrorJs 上报 window.ErrorJs.monitor_proxy({ metricName: 'sa_page_pv', page_name: d.page_name || 'page_other', }) } }, // onRequest: function(d) { // console.log('hooks-request', d); // }, // onResponse: function(status, d) { // console.log('hooks-response', status, d); // }, } } } if(typeof sa == 'function'){ sa('set', 'init', globalSetting); } })(); </script> <!-- ssrVueCSS --> <script type="text/javascript" src="//sc.ltwebstatic.com/she_dist/libs/jquery/jquery-3.7.1.min.js"></script> <script type="text/javascript" src="//sc.ltwebstatic.com/she_dist/libs/jquery/jquery-migrate-3.4.0.min.js"></script> <script> //页面信息 var SaPageInfo = { page_id: 19, page_name:'page_article', page_param:{ article_id:'282' }, start_time: new Date().getTime(), }; </script> <script> var lang = 'sg'; var webClient = 'shein'; var appLanguage = 'en'; window.GB_ANALYSIS_GA = '' window.GB_ANALYSIS_GA_SET = '' window.GB_ANALYSIS_GA_SEND = '' window.GB_ga_currentRate = 1 window.PageGroup = window.PageGroup || 'other' window.PageGroupOverview = window.PageGroupOverview || 'other' window.PageGroupEmarsys = window.PageGroupEmarsys || 'other' window.__noop__ = function() {} window.GB_ga_transformPrice = __noop__ window.GBGaSend = __noop__ window.GB_GA_pageview = __noop__ window.ga = __noop__ !function () { if (!(window.gbCommonInfo && window.gbCommonInfo.GA_REMOVE_TIP_SWITCH)) return window.GA_REMOVE_TIP = function (name, source) { source = source || '' console.error(['[GA REMOVE] Please remove the', JSON.stringify(name), 'in your code.', 'Initialization page name:', window.SaPageInfo && window.SaPageInfo.page_name || 'unknown'].join(' '), source) } var props = [ 'ga', 'GBGaSend', 'GB_ga_transformPrice', 'GB_GA_pageview', 'GB_ANALYSIS_GA', 'GB_ANALYSIS_GA_SET', 'GB_ANALYSIS_GA_SEND', 'GB_ga_currentRate', ] props.forEach(prop => { Object.defineProperty(window, prop, { get: function () { const isFn = ['ga', 'GBGaSend', 'GB_GA_pageview', 'GB_ga_transformPrice'].indexOf(prop) > -1 window.GA_REMOVE_TIP(prop) return isFn ? function() {} : '' }, set: function () {} }) }) }(); window.ScarabQueue = window.ScarabQueue || []; (function (subdomain, id) { var ENTRY_PAGE_NAME = '' // 首页没有 emarsys 推荐,可以不加载 if (ENTRY_PAGE_NAME === 'page_home') return var site = { en: '14AEFABFF6C30DEA', fr: '19DB2374A86E66CB', de: '1BBEDD499A9531EB', es: '1D243573F433C16B', uk: '168D45E4CC9D9A30', ar: '12772D590FB8B485', 'ar-en': '12772D590FB8B485', au: '10ECBA3DB5F814A5', in: '17BB651AD5A11623', us: '15306811EE8118BB', ca: '1A69C9CE8026BBCF', cafr: '1A69C9CE8026BBCF', il: '1D572EBCE2FD916D', ilen: '1D572EBCE2FD916D', it: '17581E4E3BE0039E', mx: '185B89E4CD55F346', nl: '15222E04E24ADCDA', tw: '13459D4EDBB8F6E7', ru: '1417FB44A25ABAFD', se: '19EEECFE3D868F07', sesv: '19EEECFE3D868F07', eur: '1C3C6FDBF34C5A79', eurfr: '1C3C6FDBF34C5A79', eurnl: '1C3C6FDBF34C5A79', 'eurpt-pt': '1C3C6FDBF34C5A79', br: '1290FBB9BA4228EE', }[lang] || '14AEFABFF6C30DEA' if (document.getElementById(id)) return; var js = document.createElement('script'); js.id = id; js.async = 1; js.src = subdomain + '.scarabresearch.com/js/'+ site +'/scarab-v2.js'; var fs = document.getElementsByTagName('script')[0]; fs.parentNode.insertBefore(js, fs); })('https:' == document.location.protocol ? 'https://recommender' : 'http://cdn', 'scarab-js-api'); </script> <script> try { function beforeCloseQueryStringParse() { var ret = {} var search = search || window.location.search search = search.replace('?', '') search.split('&').forEach(function (item) { var arr = item.split('=') ret[arr[0]] = arr[1] }) return ret } const { url_from = '', aff_id = '', onelink = '', scene = '' } = beforeCloseQueryStringParse() window.addEventListener('beforeunload', function (event) { if (url_from || aff_id || onelink || scene === 'onelink') { window.sa('send', { activity_name: 'click_before_close_page' }, { beacon: 1 }) } }) } catch (e) { console.log(e) } </script> <script> !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self).resourceSDK=e()}(this,(function(){"use strict";function t(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function n(t,e,n){return Object.defineProperty(t,"prototype",{writable:!1}),t}function i(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function o(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function a(e,n){return function(t){if(Array.isArray(t))return t}(e)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,c=[],s=!0,u=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;s=!1}else for(;!(s=(i=o.call(n)).done)&&(c.push(i.value),c.length!==e);s=!0);}catch(t){u=!0,r=t}finally{try{if(!s&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw r}}return c}}(e,n)||function(e,n){if(e){if("string"==typeof e)return t(e,n);var i={}.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?t(e,n):void 0}}(e,n)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(t){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},c(t)}var s="device",u="os",l="model",d="name",f="vendor",h="version",g="undefined"==typeof window?void 0:window.navigator||void 0;null==g||g.userAgentData,i(i({},"".concat(s),["type",l,f]),"".concat(u),[d,h]),i({},"".concat(u),[h]),i({},"".concat(u),/ ?os$/i),i(i({},"".concat(s),[f,l]),"".concat(u),[d,h]);var m,p,v=n((function t(){var n=this;e(this,t),i(this,"msg",""),i(this,"data",{}),i(this,"init",(function(){if(void 0!==("undefined"==typeof window?"undefined":c(window))){var t=n.getDevieceRatio(),e=n.getDeviceScreen()||{},i=e.width,r=e.height,o=n.getDeviceMemory(),a=n.getHardwareConcurrency();n.setDeviceData({pixelRatio:t,width:i,height:r,memory:o,concurrency:a})}else n.msg="not support window"})),i(this,"getDevieceRatio",(function(){if(window.devicePixelRatio)return window.devicePixelRatio})),i(this,"getDeviceScreen",(function(){if(window.screen){var t=window.screen;return{width:t.width,height:t.height}}})),i(this,"getDeviceMemory",(function(){if(window.navigator){var t=window.navigator;return null==t?void 0:t.deviceMemory}})),i(this,"getHardwareConcurrency",(function(){if(window.navigator){var t=window.navigator;return null==t?void 0:t.hardwareConcurrency}})),i(this,"setDeviceData",(function(t){n.data=o(o({},n.data),t)})),i(this,"getResult",(function(){return{msg:n.msg,data:n.data}})),this.init()}));!function(t){t.isSlow2G="slow-2g",t.is2G="2g",t.is3G="3g",t.is4G="4g"}(m||(m={})),function(t){t.bluetooth="bluetooth",t.cellular="cellular",t.ethernet="ethernet",t.none="none",t.wifi="wifi",t.wimax="wimax",t.other="other",t.unknown="unknown"}(p||(p={}));var b="_thumbnail_",A=["img.shein.com","img.romwe.com","img.ltwebstatic.com","file.ltwebstatic.com","imgdeal-test01.shein.com"],w={"320-720":720,"720-1080":720,"1080-1280":1080,"1280-1440":1280,"1440-1680":1440,"1680-1920":1680,"1920-3080":1920,"3080-4080":1920},S=n((function t(n){var r=this;e(this,t),i(this,"deviceWidth",0),i(this,"isSupportWebp",!1),i(this,"isMoble",!1),i(this,"designSize",0),i(this,"calculateWidth",0),i(this,"score",0),i(this,"isServer",!1),i(this,"isCookieSet",!1),i(this,"isSupprotCut",!1),i(this,"currentScene",""),i(this,"sceneMap",{}),i(this,"init",(function(t){try{if(r.setIsServer(),r.setDeviceData(t),r.setSupportWebpState(),r.isServer)return;if(r.isSupportWebp)return void r.setLocaWebpState("true");r.checkClientSupportWebp()}catch(t){return null}})),i(this,"setIsServer",(function(){r.checkIsServer()&&(r.isServer=!0)})),i(this,"setDeviceData",(function(t){var e=t.width,n=t.isMobile,i=t.score,o=t.isSupportWebp,a=t.isSupprotCut,c=t.sceneMap,s=t.scene;r.isMoble=n||!1,r.isSupprotCut=a||!1,r.deviceWidth=r.getDeviceWidth(e),r.score=i||0,r.sceneMap=c||{},r.currentScene=s||"",o&&(r.isSupportWebp=o),r.designSize=n?750:1366,r.calculateWidth=r.getCalculateWidth()})),i(this,"getDeviceWidth",(function(t){var e=t||r.getDefaultDeviceWidthByCookie();return!r.isMoble&&e<=1920?1920:e})),i(this,"getDefaultDeviceWidthByCookie",(function(){return r.isMoble?375:1366})),i(this,"setSupportWebpState",(function(){r.isServer||(r.isSupportWebp=Boolean(r.getLocalWebpState()))})),i(this,"checkClientSupportWebp",(function(){(r.checkSupportWebpByCanvas()||r.checkSupportWebpByElement())&&(r.isSupportWebp=!0,r.setLocaWebpState("true")),r.checkSupportWebpByBase64()})),i(this,"checkIsServer",(function(){return"undefined"==typeof window})),i(this,"getCalculateWidth",(function(){for(var t=Object.keys(w),e=r.isMoble?2*r.deviceWidth:r.deviceWidth,n=0;n<t.length;n++){var i=a(t[n].split("-"),2),o=i[0],c=i[1];if(e>=Number(o)&&e<Number(c)||n===t.length-1&&e>=Number(c))return r.calculateWidthByScore(n,t)}return 720})),i(this,"calculateWidthByScore",(function(t,e){var n=e[t];if(3===r.score||2===r.score||0===r.score)return w[n];1===r.score&&(n=e[t-1>=0?t-1:0]);return w[n]})),i(this,"getLocalKey",(function(){return"".concat("RESOURCE_ADAPT","__").concat("WEBP_SUPPORT")})),i(this,"getLocalWebpState",(function(){try{var t,e;return(null===(t=window)||void 0===t||null===(t=t.localStorage)||void 0===t||null===(e=t.getItem)||void 0===e?void 0:e.call(t,r.getLocalKey()))||!1}catch(t){return!1}})),i(this,"setLocaWebpState",(function(t){try{var e,n;if(null===(e=window)||void 0===e||null===(e=e.localStorage)||void 0===e||null===(n=e.setItem)||void 0===n||n.call(e,r.getLocalKey(),t),r.isCookieSet)return;r.isCookieSet=!0}catch(t){return}})),i(this,"checkSupportWebpByBase64",(function(){var t=new Image;t.onload=function(){t.width>0&&t.height>0&&!r.isSupportWebp&&(r.isSupportWebp=!0,r.setLocaWebpState("true"))},t.src="data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA="})),i(this,"checkSupportWebpByCanvas",(function(){var t=document.createElement("canvas");return t&&0===t.toDataURL("image/webp").indexOf("data:image/webp")})),i(this,"checkSupportWebpByElement",(function(){var t;try{var e=document,n=e.createElement("object");n.type="image/webp",n.innerHTML="!",e.body.appendChild(n),t=!n.offsetWidth,e.body.removeChild(n)}catch(e){t=!1}return t})),i(this,"cutWidth",(function(t,e,n){var i=t*r.calculateWidth/r.designSize;if(i=48*Math.round(i/48),n&&i<n)return n;if(e&&i>e)return e;var o=r.isMoble?2:4,a=Math.floor(t+48*o);return Math.floor(i)>a?a:Math.floor(i)})),i(this,"isSupportCutImgType",(function(t){return/\b(\.webp|\.png|\.jpg\b)/.test(t)})),i(this,"isSupportCutImg",(function(t){return A.some((function(e){return t.indexOf(e)>-1}))})),i(this,"img2Webp",(function(t,e){return e?t.replace(/\b(\.jpg|\.png|\.gif)\b/,".webp"):t})),i(this,"getCutToNum",(function(t,e,n){return n&&t<n?n:e&&t>e?e:t})),i(this,"checkIsGif",(function(t){return/\b(\.gif\b)/.test(t)})),i(this,"cutImg",(function(t){var e=t.imgUrl,n=t.width,i=t.max,o=t.min,c=t.cutTo,s=e.indexOf(b)>-1,u=r.cutWidth(n,i,o);if(s)return e.replace(/(\d+)x(\d*)(\.)(webp|png|jpg)$/,(function(t){var e=a(t.split("."),2),n=e[0],s=e[1],l=a(n.split("x"),1)[0];if(c&&"number"==typeof c&&!Number.isNaN(c)){var d=r.getCutToNum(c,i,o);return"".concat(d,"x.").concat(s)}var f=u>Number(l)?Number(l):u;return"".concat(f,"x.").concat(s)}));var l=e.lastIndexOf("."),d=e.slice(l);if(c&&"number"==typeof c&&!Number.isNaN(c)){var f=r.getCutToNum(c,i,o);return"".concat(e.slice(0,l)).concat(b).concat(f,"x").concat(d)}return"".concat(e.slice(0,l)).concat(b).concat(u,"x").concat(d)})),i(this,"transfromImg",(function(t){var e=t.imgUrl,n=void 0===e?"":e,i=t.width,o=void 0===i?0:i,a=t.exp,c=void 0===a?{}:a;try{var s=c||{},u=s.unCut,l=void 0===u?0:u,d=s.max,f=void 0===d?0:d,h=s.min,g=void 0===h?0:h,m=s.cutTo,p=void 0===m?0:m,v=s.useWebp,b=void 0===v?1:v,A=r.checkIsGif(n);if(!n)return"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg+A8AAQUBAmMKuOEAAAAASUVORK5CYII=";var w=r.isSupportCutImg(n);r.isSupportWebp&&Number(b)&&(n=r.img2Webp(n,w));var S=!r.currentScene||r.sceneMap[r.currentScene]&&Boolean(r.sceneMap[r.currentScene]);return r.isSupprotCut&&w&&S&&o&&!l&&!A&&r.isSupportCutImgType(n)&&(n=r.cutImg({imgUrl:n,width:o,max:f,min:g,cutTo:p})),n.replace(/^\w+:/,"")}catch(t){return n}})),i(this,"updataScore",(function(t){r.score=t||0,r.calculateWidth=r.getCalculateWidth()})),i(this,"updateScene",(function(t){r.currentScene=t})),this.init(n)})),y=["scroll","resize","orientationChange"],E=["focus","mouseover","click","load","transitionend","animationend"],C=["DOMNodeInserted","DOMAttrModified"],I="0px 0px 20% 0px",O=n((function t(n){var r,c,s,u,l,d,f,h,g,m,p,v=this;e(this,t),i(this,"isInit",!1),i(this,"isCompleted",!1),i(this,"startTime",0),i(this,"options",{lazyClass:"lazyload",firstPageClass:"lazyload-first-page",imgSuffixes:"data-img-suffixes",srcAttr:"data-src",bgAttr:"data-background-image",designAttr:"data-design-width",expAttr:"data-exp",isNormalAttr:"data-is-normal",autoInit:!0,throttleDelay:200,debounceDelay:300,rootMargin:I,transfromImg:function(t){return t.imgUrl},reportLog:function(){}}),i(this,"intersectionObserver",void 0),i(this,"throttledCheckElement",void 0),i(this,"debounceCheckElement",void 0),i(this,"isSafari",!1),i(this,"init",(function(){v.isInit||(v.isInit=!0,v.loader())})),i(this,"checkElement",(function(){try{var t=v.getLazyClass();t&&null!=t&&t.length&&(v.intersectionObserver?v.checkElementByIntersection():v.checkElementByViewPort())}catch(t){return void console.warn("RESOURCE_SDK_CHECK_CATCH:",t)}})),i(this,"checkFirstPageElement",(function(){v.getFirstPageClass().forEach((function(t){v.checkFirstPageLoaded(t)}))})),i(this,"loader",(function(){v.startTime=Date.now(),v.addListener(),v.addMutationObserver(),v.addIntersectionObserver(),v.onload();var t=v.getFirstPageClass();t&&null!=t&&t.length&&v.checkFirstPageElement();var e=v.getLazyClass();e&&null!=e&&e.length?v.checkElement():v.throttledCheckElement()})),i(this,"addListener",(function(){y.forEach((function(t){window.addEventListener(t,v.debounceCheckElement,!0)})),E.forEach((function(t){document.addEventListener(t,v.throttledCheckElement,!0)})),window.addEventListener("online",(function(){v.removeLoadErrorState(),v.checkFirstPageElement(),v.debounceCheckElement()}))})),i(this,"addMutationObserver",(function(){var t;if(!window.MutationObserver)return C.forEach((function(t){document.documentElement.addEventListener(t,v.throttledCheckElement,!0)})),void console.log("RESOURCE_SDK_UN_SUPPORT_MUTATIONOBSERVER");null!==(t=document)&&void 0!==t&&t.documentElement||console.log("RESOURCE_SDK_UN_SUPPORT_DOCUMENTELEMENT"),new MutationObserver(v.throttledCheckElement).observe(document.documentElement,{childList:!0,subtree:!0,attributes:!0})})),i(this,"addIntersectionObserver",(function(){window.IntersectionObserver?v.intersectionObserver=new IntersectionObserver(v.intersectionCallback,{root:null,rootMargin:v.options.rootMargin||I,threshold:0}):console.log("RESOURCE_SDK_UN_SUPPORT_INTERSECTIONOBSERVER:")})),i(this,"onload",(function(){/d$|^c/.test(document.readyState)?v.load():(window.addEventListener("load",v.load),document.addEventListener("DOMContentLoaded",v.throttledCheckElement))})),i(this,"load",(function(){v.isCompleted||(Date.now()-v.startTime<1e3&&setTimeout(v.load,1e3),v.isCompleted=!0,v.throttledCheckElement())})),i(this,"checkElementByIntersection",(function(){var t,e=v.getLazyClass();null==e||null===(t=e.forEach)||void 0===t||t.call(e,(function(t){var e;v.checkIsLoaded(t)||null===(e=v.intersectionObserver)||void 0===e||e.observe(t)}))})),i(this,"removeLoadErrorState",(function(){var t,e,n=v.getLazyClass();null==n||null===(t=n.forEach)||void 0===t||t.call(n,(function(t){"error"===t.getAttribute("loaded")&&(t.setAttribute(v.options.isNormalAttr,"1"),t.removeAttribute("loaded"))}));var i=v.getFirstPageClass();null==i||null===(e=i.forEach)||void 0===e||e.call(i,(function(t){"error"===t.getAttribute("loaded")&&t.removeAttribute("loaded")}))})),i(this,"checkElementByViewPort",(function(){var t,e=v.getLazyClass();null==e||null===(t=e.forEach)||void 0===t||t.call(e,(function(t){if(!v.checkIsLoaded(t)){var e=t.getBoundingClientRect()||{},n=e.top,i=e.bottom,r=e.left,o=e.right,a=window.innerHeight||document.documentElement.clientHeight,c=window.innerWidth||document.documentElement.clientWidth;n<1.3*a&&i>0&&r<c&&o>0&&v.loadImage(t)}}))})),i(this,"intersectionCallback",(function(t,e){t.forEach((function(t){var n=t||{},i=n.intersectionRatio,r=n.isIntersecting,o=n.target;if(i>0||r){if(e.unobserve(o),v.checkIsLoaded(o))return;v.loadImage(o)}else v.emptySrcImgAddSrc(o)}))})),i(this,"emptySrcImgAddSrc",(function(t){if(v.isSafari)try{if(!t||!t.getAttribute)return;var e=t.tagName.toLowerCase(),n=t.getAttribute("src")||"";"img"!==e||n||t.setAttribute("src","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+PTp038ACYYD1sVKshAAAAAASUVORK5CYII=")}catch(t){return}})),i(this,"checkIsLoaded",(function(t){try{if(!t||!t.getAttribute)return!0;var e=t.getAttribute("loaded");if("loading"===e||"error"===e)return!0;if(!e)return!1;if("true"===e){var n="",i=t.getAttribute("src")||"",r=t.getAttribute(v.options.srcAttr)||"",o=t.getAttribute(v.options.bgAttr)||"",a=Boolean(o&&!r);if(a){if((t.getAttribute("style")||"").replace(/url\(\"?\/\/(.+?)\"?\)/,(function(t,e){return n=e,""})),!n||!o)return!0}else if(!r)return!0;var c=v.getOriginUrl(a?"//".concat(n):i),s=v.getOriginUrl(a?o:r);return c===s&&""!==c&&""!==s}return!1}catch(t){return console.warn("RESOURCE_SDK_LAZY_IMG_CATCH:",t),!0}})),i(this,"checkFirstPageLoaded",(function(t){if(t&&t.getAttribute&&!t.getAttribute("loaded")){var e=t.getAttribute(v.options.imgSuffixes)||"";if(e){var n=t.getAttribute("src")||"";if(n){var i=new Image;i.addEventListener("error",(function(i){v.setLoadError(t);var r=n.replace(/\b(\.jpg|\.png|\.gif|\.webp)\b/,"")+"."+e;console.warn("RESOURCE_SDK_FIRST_PAGE_IMG_LOAD:",i,"img: ".concat(n,", originUrl: ").concat(r)),t.setAttribute("src",r)})),i.addEventListener("load",(function(){v.setIsLoaded(t)})),i.src=n}}}})),i(this,"getOriginUrl",(function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(!e)return"";var n=a((null==e||null===(t=e.replace(/\b(\.jpg|\.png|\.gif|\.webp)\b/,""))||void 0===t||null===(t=t.replace(/^\w+:/,""))||void 0===t?void 0:t.split("_thumbnail_"))||[],1);return origin=n[0],origin||""})),i(this,"setIsLoaded",(function(t){t.setAttribute("loaded","true")})),i(this,"setLoadError",(function(t){t.setAttribute("loaded","error")})),i(this,"setIsLoading",(function(t){t.setAttribute("loaded","loading")})),i(this,"loadImage",(function(t){try{var e=v.getImgCutData(t),n=e.imgUrl,i=e.width,r=e.exp,o=e.isBg,a=e.isNormal;if(!n)return;var c=a?n:v.options.transfromImg({imgUrl:n,width:i,exp:r});v.setIsLoading(t);var s=new Image;s.addEventListener("load",(function(){v.setIsLoaded(t),v.setElementImg({isBg:o,element:t,img:c}),a&&t.removeAttribute(v.options.isNormalAttr)})),s.addEventListener("error",(function(e){console.warn("RESOURCE_SDK_LAZY_IMG_LOAD:",e,"img: ".concat(c,", imgUrl: ").concat(n)),v.setLoadError(t),v.setElementImg({isBg:o,element:t,img:n})})),s.src=c}catch(t){return void console.warn("RESOURCE_SDK_LAZY_IMG_CATCH:",t)}})),i(this,"setElementImg",(function(t){var e=t.isBg,n=t.element,i=t.img;e?n.style.backgroundImage="url('".concat(i,"')"):n.setAttribute("src",i)})),i(this,"getImgCutData",(function(t){var e=t.getAttribute(v.options.srcAttr)||"",n=t.getAttribute(v.options.bgAttr)||"",i=t.getAttribute(v.options.designAttr)||0,r=t.getAttribute(v.options.expAttr)||"",o=t.getAttribute(v.options.isNormalAttr)||"",c=Boolean(n&&!e),s="1"===o,u={};return r.length&&r.split("#").forEach((function(t){var e=a(t.split("="),2),n=e[0],i=e[1];u[n]=Number(i)})),{imgUrl:e||n,width:Number.isNaN(i)?0:Number(i),exp:u,isBg:c,isNormal:s}})),i(this,"getLazyClass",(function(){return document.querySelectorAll(".".concat(v.options.lazyClass))})),i(this,"getFirstPageClass",(function(){return document.querySelectorAll(".".concat(v.options.firstPageClass))})),this.throttledCheckElement=function(t){var e,n,i,r,o=t.func,a=t.wait,c=void 0===a?0:a,s=t.options,u=void 0===s?{}:s,l=u.leading,d=void 0===l||l,f=u.trailing,h=void 0===f||f,g=0,m=0;function p(t){var i=e,r=n;return e=n=void 0,g=t,o.apply(i,r)}var v=function(){for(var t=arguments.length,o=new Array(t),a=0;a<t;a++)o[a]=arguments[a];n=o,e=this;var s=(new Date).getTime(),u=s-m;return m=s,new Promise((function(t){(!g||u>=c)&&!1===d&&(g=s);var e=c-(s-g);e<=0||e>c?(r&&(clearTimeout(r),r=null),i=p(s),t(i)):r||!1===h||(r=setTimeout((function(){g=!1===d?0:(new Date).getTime(),r=null,i=p(g),t(i)}),e))}))};return v.cancel=function(){r&&clearTimeout(r),r=null,m=g=0,e=n=void 0},v}({func:this.checkElement,wait:this.options.throttleDelay}),this.debounceCheckElement=(r={func:this.checkElement,wait:this.options.debounceDelay},l=r.func,d=r.wait,f=void 0===d?0:d,h=r.options,g=(void 0===h?{}:h).leading,m=void 0!==g&&g,p=function(){for(var t=this,e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return new Promise((function(e){if(u=t,c&&clearTimeout(c),m){var i=!c;c=setTimeout((function(){c=null}),f),i&&(s=l.apply(u,n),e(s))}else c=setTimeout((function(){s=l.apply(u,n),e(s),c=u=null}),f)}))},p.cancel=function(){c&&clearTimeout(c),c=u=null},p),this.isSafari=window.navigator.userAgent.indexOf("Safari")>-1&&-1===window.navigator.userAgent.indexOf("Chrome");try{this.options=o(o({},this.options),n),this.options.autoInit&&this.init()}catch(t){return void console.warn("RESOURCE_SDK_INIT_CATCH:",t)}}));return function(){var t=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{})||{},e=t.isSupprotCut,n=void 0!==e&&e,i=t.sceneMap,r=void 0===i?{}:i,o=t.lazyRootMargin,a=void 0===o?"":o,c=(new v).getResult(),s=new S({width:c.data.width,isMobile:!1,isSupprotCut:n,sceneMap:r});return{lazyCheckElement:new O({transfromImg:s.transfromImg,reportLog:function(){},rootMargin:a}).checkElement,updateCutScene:s.updateScene,lazyTransfromImg:s.transfromImg}}})); </script> <script> // 获取阈值下限 function getThresholdLower() { // 页面有 sw if ( window?.SaPageInfo?.page_name === 'page_checkout' || window?.SaPageInfo?.page_name === 'page_cart' ) { return 0 } return 100 } window.__FSP_OPTIONS__ = { mode: 'manual', // 在容器中要忽略的元素的 class 列表, 比如弹窗我们并不关心, 需要 ignore 掉 ignoreClasses: [ 'branch-first', // app 引流弹窗 'c-vue-coupon', // 首页优惠券弹窗 'c-quick-register', // 注册弹窗 ], // 超时时间 (单位毫秒), 如果用户无操作, 最长多久结算 fsp timeout: 10 * 1000, // 记录 fsp 时间的阈值下限 (单位毫秒), 低于这个阈值的 fsp 不会上报 (比如fsp 发生在浏览器前进/后退时有缓存的场景, 这种情况下, fsp 一般为一个很小的值, 大概率在 30ms 左右) thresholdLower: getThresholdLower, // 记录 fsp 时间的阈值上限 (单位毫秒), 超过这个阈值的 fsp 不会上报 thresholdUpper: 15 * 1000, // 相同场景跳转的采样数量 sceneSampleCount: 5, // 如果触发 fsp 结算时, 页面滚动超过一定距离, 这样可能曝光非首屏元素, 而非首屏元素可能没有经过专门优化 (比如 SSR), // 所以不适合上报 fsp 的值; 此配置项用来设置: 当页面滚动超过多少距离时, 就不上报 fsp ignoreScrollY: { // 可以设置像素值, 也可以设置相对于一页的高度的值: 比如 1/2 页高度的距离 unit: 'page', value: 0.3 } } </script> <script>!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).fspSDK=t()}(this,(function(){"use strict";function e(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function t(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,u(i.key),i)}}function i(e,t,i){return t&&n(e.prototype,t),i&&n(e,i),Object.defineProperty(e,"prototype",{writable:!1}),e}function o(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=h(e))||t){n&&(e=n);var i=0,o=function(){};return{s:o,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var r,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){s=!0,r=e},f:function(){try{a||null==n.return||n.return()}finally{if(s)throw r}}}}function r(e,t,n){return(t=u(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function l(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var i,o,r,a,s=[],l=!0,c=!1;try{if(r=(n=n.call(e)).next,0===t);else for(;!(l=(i=r.call(n)).done)&&(s.push(i.value),s.length!==t);l=!0);}catch(e){c=!0,o=e}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}(e,t)||h(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(t){return function(t){if(Array.isArray(t))return e(t)}(t)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||h(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}function h(t,n){if(t){if("string"==typeof t)return e(t,n);var i={}.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?e(t,n):void 0}}function d(e){var t,n=[],i=o(e);try{for(i.s();!(t=i.n()).done;){var r=t.value;r instanceof HTMLElement&&m(r)&&n.push(r)}}catch(e){i.e(e)}finally{i.f()}return n}function m(e){return 0===e.children.length||c(e.childNodes).some((function(e){var t;return e.nodeType===Node.TEXT_NODE&&(null===(t=e.textContent)||void 0===t?void 0:t.trim())}))}function f(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";if(!e.classList.contains(n)){m(e)&&t.add(e);var i,r=n?":not(.".concat(n,", .").concat(n," *)"):"*";try{i=d(e.querySelectorAll(r))}catch(t){i=b(d(e.querySelectorAll(":not(.".concat(n,")"))),".".concat(n," *"))}!function(e,t){var n,i=o(t);try{for(i.s();!(n=i.n()).done;){var r=n.value;e.add(r)}}catch(e){i.e(e)}finally{i.f()}}(t,i)}}function _(e){return e.src.includes("/pwa_dist")}var v=y((function(){var e;return((e=location.search.substring(1))?e.split("&").map((function(e){return e.split("=")})).reduce((function(e,t){var n=l(t,2),i=n[0],o=n[1];return e[i]=o,e}),{}):{}).__best_shein_debug__||""}),"__is_shein_debug__","true"),p=y((function(){var e=document.cookie.split(";").find((function(e){return e.includes("vueDebug")}));return e?e.split("=")[1]:""}),"__is_vue_debug__","1");function y(e,t,n){var i=null;return function(){if(null!==i)return i;var o=e();if(o)window.safeSessionStorage.setItem(t,o),i=o===n;else{var r=window.safeSessionStorage.getItem(t);i=r===n}return i}}function g(){var e;if(v()){for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];(e=console).log.apply(e,["%c".concat("[fsp debug info]"),"background: #222; color: #bada55"].concat(n))}}function b(e,t){return c(e).filter((function(e){return!e.matches(t)}))}var k,w={},C=Symbol("defaultId"),S=function(){return i((function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:C;if(t(this,e),r(this,"id",void 0),r(this,"events",void 0),w[n])return w[n];w[n]=this,this.id=n,this.events={}}),[{key:"on",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],i=this.events[e],o={callback:t,once:n};i?i.push(o):this.events[e]=[o]}},{key:"once",value:function(e,t){this.on(e,t,!0)}},{key:"off",value:function(e,t){if(t){var n=this.events[e];n&&(this.events[e]=n.filter((function(e){return e.callback!==t})))}else delete this.events[e]}},{key:"offAll",value:function(){this.events={}}},{key:"emit",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=this.events[e];if(n){var i,r=o(n);try{for(r.s();!(i=r.n()).done;){i.value.callback(t)}}catch(e){r.e(e)}finally{r.f()}this.events[e]=n.filter((function(e){return!e.once}))}}},{key:"destroy",value:function(){this.offAll(),delete w[this.id]}}],[{key:"destroyAll",value:function(){for(var e=0,t=Object.values(w);e<t.length;e++){t[e].offAll()}w={}}}])}(),T="fsp-element",E="not-fsp-element",O="fsp-key",I=function(){return i((function e(n){t(this,e),r(this,"_markId",void 0),r(this,"_markTag",void 0),r(this,"_measureTag",void 0),this._markId=0,this._markTag=n.markTag,this._measureTag=n.measureTag||this._markTag}),[{key:"markStart",value:function(){this._doable&&this._mark(this._startName)}},{key:"markEnd",value:function(){this._doable&&this._mark(this._endName)}},{key:"measure",value:function(e){if(this._doable){var t="[".concat(this._measureTag,"]");e&&(t+=": ".concat(e)),this._measure(t,this._startName,this._endName),this._incrementMarkId()}}},{key:"_startName",get:function(){return this._markTag+"-start:"+this._markId}},{key:"_endName",get:function(){return this._markTag+"-end:"+this._markId}},{key:"_doable",get:function(){return window.performance&&(v()||p())}},{key:"_incrementMarkId",value:function(){this._markId+=1}},{key:"_mark",value:function(e){window.performance.mark(e)}},{key:"_measure",value:function(e,t,n){var i=window.performance;t&&n?(i.measure(e,t,n),i.clearMarks(t),i.clearMarks(n)):i.measure(e)}}])}(),L=function(){return i((function e(n){t(this,e),r(this,"_ee",void 0),r(this,"_config",void 0),r(this,"_mo",void 0),r(this,"_io",void 0),r(this,"_timings",void 0),this._ee=new S("fsp"),this._config=n,this._timings=new I({markTag:"fsp-mutation-observer-callback"}),this._init()}),[{key:"observe",value:function(e){var t;this._ee.emit("recordStart"),t=e instanceof HTMLElement?e:this._config.options.container,this._ee.emit("recordEnd",{element:t,loadTime:0}),this._handleObserve(t)}},{key:"cleanup",value:function(){this._mo&&this._mo.disconnect(),this._io&&this._io.disconnect(),this._init()}},{key:"_init",value:function(){this._mo=null,this._io=null}},{key:"_handleObserve",value:function(e){this._initIo(),this._initMo(),this._mo.observe(e,{childList:!0,subtree:!0}),this._config.store.fspObserveStart=performance.now()}},{key:"_initMo",value:function(){var e=this;this._mo=new MutationObserver((function(t){e._timings.markStart();var n,i=o(t);try{for(i.s();!(n=i.n()).done;){var r=n.value;if("childList"===r.type){var a,s=new Set,l=[],u=o(r.addedNodes);try{var h=function(){var t=a.value;if(t instanceof HTMLElement){var n=e._config.options.ignoreClasses,i=c(t.classList).every((function(e){return!n.includes(e)})),o=["script","style","meta","link","head"].every((function(e){return t.tagName.toLowerCase()!==e}));i&&o&&l.push(t)}};for(u.s();!(a=u.n()).done;)h()}catch(e){u.e(e)}finally{u.f()}e._addTargetElementsToSet(l,s);var d,m=o(s);try{for(m.s();!(d=m.n()).done;){var f=d.value;e._io.observe(f)}}catch(e){m.e(e)}finally{m.f()}}}}catch(e){i.e(e)}finally{i.f()}e._timings.markEnd(),e._timings.measure()}))}},{key:"_initIo",value:function(){var e=this;this._io=new IntersectionObserver((function(t){var n,i=o(t);try{for(i.s();!(n=i.n()).done;){var r=n.value,a=r.target;if(a instanceof HTMLElement&&r.intersectionRatio>0){var s=r.boundingClientRect,l=s.width>=1&&s.height>=1;"IMG"===a.tagName?e._observeImage(a):"VIDEO"===a.tagName?e._observeVideo(a):l&&(e._ee.emit("recordEnd",{element:a,loadTime:0}),e._observeBackgroundImage(a))}}}catch(e){i.e(e)}finally{i.f()}}))}},{key:"_addTargetElementsToSet",value:function(e,t){var n,i=o(e);try{for(i.s();!(n=i.n()).done;){var r=n.value;if("manual"===this._config.options.mode){if(r.closest(".".concat(E)))continue;if(r.closest(".".concat(T)))f(r,t,E);else{var a=void 0;try{a=r.querySelectorAll(".".concat(T,":not(.").concat(E," .").concat(T,")"))}catch(e){a=b(r.querySelectorAll(".".concat(T)),".".concat(E," .").concat(T))}var s,l=o(a);try{for(l.s();!(s=l.n()).done;){f(s.value,t,E)}}catch(e){l.e(e)}finally{l.f()}}}else f(r,t)}}catch(e){i.e(e)}finally{i.f()}}},{key:"_observeImage",value:function(e,t){var n=this,i=t||e;if(!e.complete||_(e)){var o=performance.now(),r=function(){if(!_(e)){var t=performance.now(),a=Math.floor(t-o);n._ee.emit("recordEnd",{element:i,loadTime:a}),e.removeEventListener("load",r)}};e.addEventListener("load",r)}else this._ee.emit("recordEnd",{element:i,loadTime:0})}},{key:"_observeBackgroundImage",value:function(e){e.getAttribute("data-background-image")?this._observeBackgroundImageLazyLoad(e):this._observeBackgroundImageNormal(e)}},{key:"_observeBackgroundImageLazyLoad",value:function(e){var t=this,n=performance.now(),i=new MutationObserver((function(r){var a,s=o(r);try{for(s.s();!(a=s.n()).done;){var l=a.value;if("attributes"===l.type){var c=l.attributeName||"";if("true"===l.target.getAttribute(c)){var u=performance.now(),h=Math.floor(u-n);t._ee.emit("recordEnd",{element:e,loadTime:h}),i.disconnect()}}}}catch(e){s.e(e)}finally{s.f()}}));i.observe(e,{attributes:!0,attributeFilter:["loaded","data-loaded"]})}},{key:"_observeBackgroundImageNormal",value:function(e){var t=function(e){var t,n=/url\(['"]?(.+?)['"]?\)/,i=e.style.backgroundImage||e.style.background;if(n.test(i)){var o=i.match(n);t=Array.isArray(o)&&o[1]?o[1]:""}else t="";return t}(e);if(t){var n=new Image;n.src=t,this._observeImage(n,e)}}},{key:"_observeVideo",value:function(e){var t=this,n=performance.now();e.addEventListener("loadedmetadata",(function(){var i=performance.now(),o=Math.floor(i-n);t._ee.emit("recordEnd",{element:e,loadTime:o})}),{once:!0})}}])}(),N=function(){return i((function e(n){t(this,e),r(this,"_ee",void 0),r(this,"_config",void 0),r(this,"_timer",void 0),r(this,"_removeEventsCallback",void 0),this._ee=new S("fsp"),this._config=n,this._bindEvents(),this._init()}),[{key:"waitForTerminate",value:function(){this._onTimeout(),this._onUserInteraction()}},{key:"emitTerminate",value:function(e){this._ee.emit("terminate",e)}},{key:"cleanup",value:function(){this._timer&&clearTimeout(this._timer),this._removeEventsCallback&&this._removeEventsCallback(),this._init()}},{key:"_timerRunning",get:function(){return this._timer>0}},{key:"_init",value:function(){this._timer=0,this._removeEventsCallback=null}},{key:"_bindEvents",value:function(){var e=this;this._ee.on("optionsUpdated",(function(t){var n=t;e._timerRunning&&n.fresh.timeout!==n.stale.timeout&&(clearTimeout(e._timer),e._onTimeout())}))}},{key:"_onTimeout",value:function(){var e=this;this._timer=setTimeout((function(){e.emitTerminate({type:"timeout",payload:null})}),this._config.options.timeout)}},{key:"_onUserInteraction",value:function(){for(var e=this,t=["click","touchstart","keydown","wheel"],n=function(t){t.isTrusted&&t.timeStamp>(e._config.store.fspObserveStart||0)&&e.emitTerminate({type:"user interaction: "+t.type,payload:t})},i={once:!0,capture:!0},o=0,r=t;o<r.length;o++){var a=r[o];document.addEventListener(a,n,i)}this._removeEventsCallback=function(){for(var e=0,o=t;e<o.length;e++){var r=o[e];document.removeEventListener(r,n,i)}}}}])}(),R=function(){return i((function e(){t(this,e),r(this,"_start",void 0),r(this,"_end",void 0),r(this,"_endElement",void 0),r(this,"_elementLoadTime",void 0),r(this,"_endElementClassName",void 0),r(this,"_targetElements",void 0),r(this,"_timings",void 0),this._init()}),[{key:"recordStart",value:function(e){var t=performance.timeOrigin;this._start="ssr-landing-page"===e?t:t+performance.now(),this._timings.markStart(),g("record start: ".concat(e))}},{key:"recordEnd",value:function(e){var t=this,n=e.element,i=e.loadTime;(v()||p())&&(this._dimElement(this._endElement),n.hasAttribute("style")||n.setAttribute("style",""));var o=this._targetElements.findIndex((function(e){return e.isEqualNode(n)&&t._hasSameFspKey(e,n)}));if(o>=0)(v()||p())&&(g("元素已被记录过, 不再重复记录",n),o===this._targetElements.length-1?this._highlightElement(n):this._highlightElement(this._endElement));else if(this._targetElements.push(n),this._end=performance.timeOrigin+performance.now(),this._endElement=n,this._elementLoadTime=i,this._endElementClassName=this._endElement.className||"",v()||p()){var r=this.calculateFsp(),a=r.time,s=r.element;this._timings.markEnd(),this._timings.measure(n.className||n.tagName||""),this._timings.markStart(),g("record point: ".concat(a,"ms;"),s),this._highlightElement(this._endElement)}}},{key:"calculateFsp",value:function(){return{time:Math.round(this._end-this._start),element:this._endElement,elementLoadTime:this._elementLoadTime,elementClassName:this._endElementClassName}}},{key:"cleanup",value:function(){this._init()}},{key:"_init",value:function(){this._start=0,this._end=0,this._endElement=null,this._elementLoadTime=0,this._endElementClassName="",this._targetElements=[],this._timings=new I({markTag:"fsp-record",measureTag:"fsp-element"})}},{key:"_highlightElement",value:function(e){e&&(e.style.border="2px solid red")}},{key:"_dimElement",value:function(e){e&&(e.style.border="")}},{key:"_hasSameFspKey",value:function(e,t){var n=this._getFspKey(e),i=this._getFspKey(t);return Boolean(n)&&Boolean(i)&&n===i}},{key:"_getFspKey",value:function(e){var t=e.closest("[".concat(O,"]"));return(null==t?void 0:t.getAttribute(O))||""}}])}(),F=function(){return i((function e(n){t(this,e),r(this,"_config",void 0),r(this,"_resource",void 0),r(this,"_time",void 0),r(this,"_element",void 0),r(this,"_elementLoadTime",void 0),r(this,"_elementClassName",void 0),r(this,"_ee",void 0),r(this,"_terminateReason",void 0),r(this,"_customSceneContainer",void 0),r(this,"_cache",void 0),this._config=n,this._cache={},this._ee=new S("fsp"),this._init(),this._bindEvents()}),[{key:"report",value:function(e,t){var n=this._config.options,i=n.thresholdLower,o=n.thresholdUpper;this._setReportData(e),this._config.options.isDebug&&this._reportConsole();var r,a=this._config.options.ignoreScrollY;if(a&&(r="page"===a.unit?window.innerHeight*a.value:a.value,window.scrollY>=r))return g("触发 fsp 结算时, 页面滚动距离超过设定的值 ".concat(r,"px, 由于可能曝光非首屏元素, 忽略掉不上报")),void this._doCallbackFn(t,{name:"error"});var s="function"==typeof i?i():i;if(this._time<=s)return g("fsp 时间 ".concat(this._time,"ms 小于等于配置的最小临界值 ").concat(s,"ms (可能是 keep-alive 的路由来回切换), 忽略掉不上报")),void this._doCallbackFn(t,{name:"error",msg:"routerChange"});var l="function"==typeof o?o():o;if(this._time>=l)return g("fsp 时间 ".concat(this._time,"ms 大于等于配置的最大临界值 ").concat(l,"ms (时间太长有异常), 忽略掉不上报")),void this._doCallbackFn(t,{name:"error"});if(!this._element)return g("没有记录到 fsp 落点元素, 存在异常, 忽略掉不上报"),void this._doCallbackFn(t,{name:"error"});var c=this._isFspElement(this._element);if(!c.bool)return g("fsp 落点元素不是一个合法的 fsp-element: ".concat(c.reason,", 忽略掉不上报"),this._element),void this._doCallbackFn(t,{name:"error"});var u={name:"fsp",value:this._time,payload:{time:this._time,element:this._element,elementLoadTime:this._elementLoadTime,elementClassName:this._elementClassName,resource:this._resource,terminateReason:this._terminateReason,customSceneContainer:this._customSceneContainer}};this._doCallbackFn(t,u),this._doReport(u)}},{key:"cleanup",value:function(){this._init()}},{key:"_init",value:function(){this._resource="",this._time=0,this._element=null,this._elementLoadTime=0,this._elementClassName="",this._terminateReason=null,this._customSceneContainer=void 0}},{key:"_bindEvents",value:function(){var e=this;this._ee.on("optionsUpdated",(function(){"function"==typeof e._config.options.reporterHandler&&e._flushCache()}))}},{key:"_doCallbackFn",value:function(e,t){var n;"function"==typeof e?e(t):null!==(n=window)&&void 0!==n&&n.navtrack&&(window.navtrack.firstPageFsp={name:(null==t?void 0:t.name)||"",value:(null==t?void 0:t.value)||0,msg:(null==t?void 0:t.msg)||"",payload:(null==t?void 0:t.payload)||{}})}},{key:"_doReport",value:function(e){"function"==typeof this._config.options.reporterHandler?(this._flushCache(),this._config.options.reporterHandler(e)):this._setCache(e)}},{key:"_setReportData",value:function(e){this._resource=e.resource,this._time=e.time,this._element=e.element,this._elementLoadTime=e.elementLoadTime,this._elementClassName=e.elementClassName,this._terminateReason=e.terminateReason,this._customSceneContainer=e.customSceneContainer}},{key:"_setCache",value:function(e){var t="".concat(e.name,"-").concat(e.value,"-").concat(Date.now());this._cache[t]=e}},{key:"_flushCache",value:function(){var e=this,t=this._cache;this._cache={},Object.keys(t).forEach((function(n){var i=t[n];"function"==typeof e._config.options.reporterHandler&&e._config.options.reporterHandler(i)}))}},{key:"_isFspElement",value:function(e){var t="manual"===this._config.options.mode;return e===this._config.options.container?{bool:!0,reason:"落在了容器上, 说明页面在 ssr 之后, ".concat(t?"fsp-element 节点没有变化; 或者页面中没有 fsp-element 节点":"节点没有变化")}:t&&e.closest(".".concat(E))?{bool:!1,reason:"元素带有 ".concat(E," 类名标记, 或者是带有该标记元素的后代元素")}:{bool:!0,reason:"fsp 落点元素正常"}}},{key:"_reportConsole",value:function(){var e,t;g("======== record end ========"),g("resource: ".concat(this._resource)),g("time: ".concat(this._time,"ms")),g("reason: ".concat(null===(e=this._terminateReason)||void 0===e?void 0:e.type)),g("reason payload: ",null===(t=this._terminateReason)||void 0===t?void 0:t.payload),g("element: ",this._element),g("element load time: ",this._elementLoadTime),g("element class name: ",this._elementClassName),g("custom scene container: ",this._customSceneContainer),g("======== record end ========")}}])}(),A="1.8.3",j=function(){return i((function e(n){t(this,e),r(this,"store",{}),r(this,"_ee",void 0),r(this,"_options",void 0),r(this,"_oldOptions",void 0),r(this,"_localOptions",void 0),this._ee=new S("fsp"),this._options=this._normalizeOptions(n),this._oldOptions=this._options}),[{key:"options",get:function(){return this._localOptions||this._options}},{key:"oldOptions",get:function(){return this._oldOptions}},{key:"updateOptions",value:function(e){this._oldOptions=this._options,this._options=this._normalizeOptions(e),this._ee.emit("optionsUpdated",{stale:this._oldOptions,fresh:this._options})}},{key:"updateLocalOptions",value:function(e){this._localOptions=this._normalizeOptions(e)}},{key:"cleanup",value:function(){this._removeLocalOptions()}},{key:"_removeLocalOptions",value:function(){this._localOptions=null}},{key:"_normalizeOptions",value:function(e){var t,n,i,o,r,a,s,l,c,u,h,d,m=e;return m||(m={}),{container:m.container||(null===(t=this._options)||void 0===t?void 0:t.container)||document.documentElement,ignoreClasses:m.ignoreClasses||(null===(n=this._options)||void 0===n?void 0:n.ignoreClasses)||[],timeout:m.timeout||(null===(i=this._options)||void 0===i?void 0:i.timeout)||1e4,thresholdLower:m.thresholdLower||(null===(o=this._options)||void 0===o?void 0:o.thresholdLower)||100,thresholdUpper:m.thresholdUpper||(null===(r=this._options)||void 0===r?void 0:r.thresholdUpper)||15e3,sceneSampleCount:m.sceneSampleCount||(null===(a=this._options)||void 0===a?void 0:a.sceneSampleCount)||5,isDebug:m.isDebug||(null===(s=this._options)||void 0===s?void 0:s.isDebug)||v(),mode:m.mode||(null===(l=this._options)||void 0===l?void 0:l.mode)||"auto",reporterHandler:m.reporterHandler||(null===(c=this._options)||void 0===c?void 0:c.reporterHandler)||null,ignoreContainer:m.ignoreContainer||(null===(u=this._options)||void 0===u?void 0:u.ignoreContainer)||null,ignoreScrollY:m.ignoreScrollY||(null===(h=this._options)||void 0===h?void 0:h.ignoreScrollY)||null,ignoreInitialRouteChange:m.ignoreInitialRouteChange||(null===(d=this._options)||void 0===d?void 0:d.ignoreInitialRouteChange)||null}}}])}(),D=function(){return i((function e(n){t(this,e),r(this,"_config",void 0),r(this,"_ee",void 0),r(this,"_observer",void 0),r(this,"_terminator",void 0),r(this,"_recorder",void 0),r(this,"_reporter",void 0),r(this,"_observingType",void 0),r(this,"_terminated",void 0),r(this,"_reportCallbackFn",void 0),r(this,"_fromPathname",void 0),r(this,"_ignoredInitialRouteChange",void 0),r(this,"_sessionDict",void 0),r(this,"VERSION",A),this._init(n),this._observingType="ssr-landing-page",this._terminated=!0,this._ignoredInitialRouteChange=!1,this._sessionDict={},this._fromPathname=window.location.pathname}),[{key:"start",value:function(){return this._bindEvents(),this._observeLandingPage(),this}},{key:"updateOptions",value:function(e){this._config.updateOptions(e)}},{key:"observeRouteChange",value:function(e){e&&e.beforeEach?e.beforeEach(this._routeChangeCallback.bind(this)):this._onHistoryStateChange(this._routeChangeCallback.bind(this))}},{key:"observeCustomScene",value:function(e,t){this._observingType="custom-scene",this._config.store.customSceneContainer=e,this._config.updateLocalOptions(t),this._terminated||this._terminator.emitTerminate({type:"avoid-parallel-observe",payload:null}),this._observer.observe(e)}},{key:"terminateManually",value:function(){this._terminator.emitTerminate({type:"terminate-manually",payload:null})}},{key:"onFsp",value:function(e){this._terminated?e():this._ee.once("terminate",e)}},{key:"on",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];this._ee.on(e,t,n)}},{key:"setReportCallBackFn",value:function(e){this._reportCallbackFn=e}},{key:"_onHistoryStateChange",value:function(e){window.addEventListener("popstate",e);var t=window.history.pushState.bind(window.history),n=window.history.replaceState.bind(window.history);window.history.pushState=function(){t.apply(void 0,arguments),e()},window.history.replaceState=function(){n.apply(void 0,arguments),e()}}},{key:"_init",value:function(e){this._config=new j(e),this._ee=new S("fsp"),this._observer=new L(this._config),this._terminator=new N(this._config),this._recorder=new R,this._reporter=new F(this._config)}},{key:"_observeLandingPage",value:function(){this._observer.observe()}},{key:"_bindEvents",value:function(){var e=this;this._ee.on("recordStart",(function(){e._setNotTerminated(),e._terminator.waitForTerminate(),e._recorder.recordStart(e._observingType)})),this._ee.on("recordEnd",(function(t){e._recorder.recordEnd(t)})),this._ee.on("terminate",(function(t){var n,i;if(!e._terminated){var o=s(s({},e._recorder.calculateFsp()),{},{resource:e._observingType,terminateReason:t});"custom-scene"===e._observingType&&(o.customSceneContainer=e._config.store.customSceneContainer),o.element===e._config.options.container&&o.terminateReason.type.includes("user interaction")&&null!==(n=(i=e._config.options).ignoreContainer)&&void 0!==n&&n.call(i)||(e._setTerminated(),e._reporter.report(o,e._reportCallbackFn),e._cleanup())}}))}},{key:"_routeChangeCallback",value:function(e,t,n){var i,o,r;if(null!==(i=(o=this._config.options).ignoreInitialRouteChange)&&void 0!==i&&i.call(o)&&!this._ignoredInitialRouteChange)return this._ignoredInitialRouteChange=!0,void(n&&n());if(e&&t)r=e.name+":"+t.name;else{var a=window.location.pathname;r=a+":"+this._fromPathname,this._fromPathname=a}var s=this._config.options.sceneSampleCount,l="function"==typeof s?s(e,t):s;(this._sessionDict[r]||0)>=l||(this._terminator.emitTerminate({type:"routeChange",payload:null}),this._observingType="spa-route-change",this._observer.observe(),this._sessionDict[r]=(this._sessionDict[r]||0)+1),n&&n()}},{key:"_setTerminated",value:function(){this._terminated=!0}},{key:"_setNotTerminated",value:function(){this._terminated=!1}},{key:"_cleanup",value:function(){this._observer.cleanup(),this._terminator.cleanup(),this._recorder.cleanup(),this._reporter.cleanup(),this._config.cleanup()}}])}();function P(){}return window.safeSessionStorage=function(){try{return window.sessionStorage.setItem("_s_probe_key_","_s_probe_value_"),window.sessionStorage.removeItem("_s_probe_key_"),window.sessionStorage}catch(e){return{removeItem:function(){},getItem:function(){return""},setItem:function(){},key:function(){return""},clear:function(){},length:0}}}(),window.MutationObserver&&window.IntersectionObserver?k=function(){if(window.fspSDK)return window.fspSDK;var e=new D(window.__FSP_OPTIONS__);return e.start(),e}():(console.warn("浏览器不支持 MutationObserver 或 IntersectionObserver, fsp 将不会生效"),k={start:P,updateOptions:P,observeRouteChange:P,observeCustomScene:P,onFsp:P,setReportCallBackFn:P}),k})); </script> <script> const parseQueryString = (queryString) => { const params = {} const queries = queryString[0] === '?' ? queryString.substring(1) : queryString const pairs = queries.split('&') for (let i = 0; i < pairs.length; i++) { const pair = pairs[i].split('=') const key = decodeURIComponent(pair[0]) const value = decodeURIComponent(pair[1] || '') if (!params.hasOwnProperty(key)) { params[key] = value } else if (Array.isArray(params[key])) { params[key].push(value) } else { params[key] = [params[key], value] } } return params } const { url_from = '', aff_id = '', onelink = '', scene = '', page_version = '' } = parseQueryString(window.location.search) const isMarketing = url_from || aff_id || onelink || scene === 'onelink' window.fspSDK.updateOptions({ reporterHandler({ name, value, payload = {} } = {}) { if (!name || !value || window.isClientBot) { return } const pageName = window?.SaPageInfo?.page_name || '' const resource = payload.resource || '' const pageFrom = isMarketing ? 'Marketing' : 'Home' const pageVersion = page_version || 'Other' const renderType = resource === 'ssr-landing-page' ? 'ssr' : 'spa' window.TPM?.run({ marketing: 'ClientAnalytics', method: '_defineTrack', params: { data: { resource, page_from: pageFrom, page_version: pageVersion, render_type: renderType, data: [ { key_path: name, values: { num: value } }, ], // 1. 固定 page_name 防止上报时 page_name 已经被篡改 ...(pageName ? { page_name: pageName } : {}), }, options: { random: 1, immediate: true, }, } }) } }) </script> </head> <body lang="sg" > <div class="c-outermost-ctn j-outermost-ctn"> <script> var S_Module = S_Module || {}; (function(){ var modules = {}; //定义 S_Module.define = function(name, obj){ modules[name] = obj; }; //引用模块 S_Module.require = function(name){ if( modules[name] ) return modules[name]; // else // console.error('模块 ' + name + ' 加载失败'); }; S_Module.initModule = function(arr, opts){ opts = opts || {}; for( var i=0; i<arr.length; i++ ){ var name = arr[i]; var module = modules[name]; if( module ){ module.initialize && module.initialize(opts); } else { // console.error('模块 ' + name + ' 加载失败'); } } }; })(); </script> <script type="text/javascript"> var sCommon=function(e){"use strict";function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=Array(t);n<t;n++)o[n]=e[n];return o}function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function o(e,t){return e.get(function(e,t,n){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:n;throw new TypeError("Private element is not present on this object")}(e,t))}function r(e,t,n){(function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")})(e,t),t.set(e,n)}function i(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,s(o.key),o)}}function a(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function c(e,t,n){return(t=s(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function u(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,n){if(e){if("string"==typeof e)return t(e,n);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?t(e,n):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}var l=new WeakMap,m=function(){return a((function e(){n(this,e),r(this,l,{}),c(this,"globalLocals",void 0)}),[{key:"getData",value:function(e,t,n){var r,i;return void 0!==(null==n?void 0:n[e])?null==n?void 0:n[e]:void 0!==(null===(r=this.globalLocals)||void 0===r?void 0:r[e])?null===(i=this.globalLocals)||void 0===i?void 0:i[e]:void 0!==o(l,this)[e]?o(l,this)[e]:void this.log("error","Missing necessary data '".concat(e,"'. Use 'setData' to inject data before calling '").concat(t,"'."))}},{key:"setData",value:function(e,t){void 0!==o(l,this)[e]&&(this.log("warn","overwrite!"),this.log("warn","old [".concat(e,"]: "),o(l,this)[e]),this.log("warn","new [".concat(e,"]: "),t)),o(l,this)[e]=t}},{key:"assignData",value:function(e,t){if(!o(l,this)[e])return this.log("warn","data ".concat(e," not found!"));Object.assign(o(l,this)[e],t)}},{key:"log",value:function(e){for(var t,n,o,r=arguments.length,i=new Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];if((t=console)[e].apply(t,["[sCommonController]"].concat(i)),"production"!==(null===(n=this.globalLocals)||void 0===n?void 0:n.NODE_SERVER_ENV)&&"error"===e)throw new Error((o="[sCommonController]").concat.apply(o,u(i.map((function(e){return String(e)})))))}},{key:"registLocals",value:function(e){this.globalLocals=e}}])}(),f="undefined"!=typeof window?window._sCommonController?window._sCommonController:window._sCommonController=new m:new m,g=!1,p="undefined"==typeof window,d=["img.shein.com/images/","img.shein.com/images2/","img.shein.com/images3/","img.romwe.com/images/","img.romwe.com/images2_rw/","img.romwe.com/images3_rw/","img.ltwebstatic.com","file.ltwebstatic.com"];p||function(){var e,t,n=window.navigator.userAgent.toLowerCase();if(/iphone|ipad|macintosh/.test(n)&&/version\//.test(n))return(e=new Image).onload=function(){g=!!(e.width>0&&e.height>0)},e.onerror=function(){g=!1},void(e.src="data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA=");t=document.createElement("canvas"),g=t&&0===t.toDataURL("image/webp").indexOf("data:image/webp")}();var v=function(){return"undefined"==typeof window},y=function(e){return e&&"[object Object]"===Object.prototype.toString.call(e)},h=function(){return a((function e(t){var o=t.type;n(this,e),c(this,"type",void 0),this.type=o}),[{key:"getStorage",value:function(){return window[this.type]}},{key:"getItem",value:function(e,t){if(v())return t&&t();try{var n=JSON.parse(this.getStorage().getItem(e));if(!n)return t&&t();if(y(n)&&n.end){var o=n.value,r=n.end;return Date.now()>r?(this.removeItem(e),t&&t()):o}return n}catch(e){return console.error(e),t&&t()}}},{key:"setItem",value:function(e){var t=e.key,n=e.value,o=e.expire;if(!v()){var r=this.getStorage();try{if(!o)return r.setItem(t,JSON.stringify(n));var i=JSON.stringify({value:n,end:Date.now()+o});r.setItem(t,i)}catch(e){if("QuotaExceededError"===e.name){for(var a=r.length,c=0;c<a;c++){var u=r.key(c),s=JSON.parse(r.getItem(u));if(y(s)&&s.end){var l=s.end;Date.now()>l&&this.removeItem(u)}}this.setItem({key:t,value:n,expire:o})}}}}},{key:"removeItem",value:function(e){return!(v()||!e)&&this.getStorage().removeItem(e)}}])}(),w=new h({type:"localStorage"}),b=new h({type:"sessionStorage"});return e.getCookie=function(e){return decodeURIComponent(document.cookie.replace(new RegExp("(?:(?:^|.*;)\\s*"+encodeURIComponent(e).replace(/[-.+*]/g,"\\$&")+"\\s*\\=\\s*([^;]*).*$)|^.*$"),"$1"))||null},e.getLocalStorage=function(e){return w.getItem(e)},e.getQueryString=function(e){var t=e.key;if("undefined"==typeof window)return null;var n=new RegExp("(^|&)"+t+"=([^&]*)(&|$)","i"),o=window.location.search.substr(1).match(n);return o?decodeURIComponent(o[2]):null},e.getSessionStorage=function(e){return b.getItem(e)},e.parseQueryString=function(e){var t=Object.create(null);return"string"!=typeof e?t:(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach((function(e){if(e){var n=e.replace(/\+/g," ").split("="),o=n.shift(),r=n.length>0?n.join("="):void 0;o=decodeURIComponent(o),r=void 0===r?null:decodeURIComponent(r),void 0===t[o]?t[o]=r:Array.isArray(t[o])?t[o].push(r):t[o]=[t[o],r]}})),t):t},e.removeLocalStorage=function(){return w.removeItem.apply(w,arguments)},e.removeSessionStorage=function(){return b.removeItem.apply(b,arguments)},e.setCookie=function(e){var t=e.key,n=e.value,o=e.end,r=e.path,i=void 0===r?"/":r,a=e.domain,c=e.secure,u=e.curMainDomain;if(!t||/^(?:expires|max-age|path|domain|secure)$/i.test(t))return"";u&&(a="."+location.hostname.split(".").slice(1).join("."));var s="";return o&&("number"==typeof o?s=o===1/0?"; expires=Fri, 31 Dec 9999 23:59:59 GMT":"; max-age="+o:"string"==typeof o?s="; expires="+o:o instanceof Date&&(s="; expires="+o.toUTCString())),document.cookie="".concat(encodeURIComponent(t),"=").concat(encodeURIComponent(n)).concat(s).concat(a?"; domain="+a:"").concat(i?"; path="+i:"").concat(c?"; secure":"")},e.setLocalStorage=function(){return w.setItem.apply(w,arguments)},e.setSessionStorage=function(){return b.setItem.apply(b,arguments)},e.transformImg=function(e,t){var n=e.img,o=e.useWebp,r=void 0===o||o,i=e.isImgCenter,a=void 0!==i&&i;return n?(n=n.replace("http:","").replace("https:",""),n=/^\/\/.*/.test(n)?n:a?f.getData("IMG_SERVICE_PATH","transformImg",t)+n:f.getData("IMG","transformImg",t)+n,p?n:r&&g?function(e){var t=e.img;return d.some((function(e){return t.indexOf(e)>-1}))?t.replace(/\b(\.jpg|\.png)\b/,".webp"):t}({img:n}):n):"data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA="},Object.defineProperty(e,"__esModule",{value:!0}),e}({}); </script> <!-- 首页头部 --> <header class="c-header j-c-header1"> <style> .header-search{position:relative;width:250px;height:38px;margin-top:8px;padding-right:40px;white-space:nowrap}.c-header2 .header-search .search-btn{position:absolute;height:100%;min-width:40px;width:40px;padding:0;right:0;top:0;line-height:36px;text-align:center;vertical-align:middle}.c-header2 .header-search .search-btn .sui_icon_nav_search_24px{display:block;color:#fff;font-weight:400;font-size:24px;text-align:center}.c-header2 .header-search .search-btn.disabled{background-color:transparent;color:rgba(0,0,0,.6);cursor:default;border:1px solid #e5e5e5;border-left:0 solid #fff}.c-header2 .header-search .search-btn.disabled .sui_icon_nav_search_24px{color:rgba(0,0,0,.6)}.c-header2 .header-search .header-search-input{box-sizing:border-box;border:1px solid #e5e5e5;width:100%;height:100%;padding-left:12px;padding-right:26px;font-size:12px;outline:0}.c-header2 .header-search .header-search-input ::-moz-placeholder{color:#bbb}.c-header2 .header-search .header-search-input ::placeholder{color:#bbb}.c-header2__icon{flex-shrink:1}@media (max-width:1279px){.c-header2:not(.header-optimize) .header-search{width:200px;height:30px;padding-right:30px}.c-header2:not(.header-optimize) .header-search .header-search-input{padding-right:36px}.c-header2:not(.header-optimize) .header-search .search-btn{line-height:30px;min-width:30px;width:30px}}.c-header2{font-family:Muli,Arial,Helvetica,sans-serif!important;background-color:#fff}.c-header2 .init-font-family,.c-header2 code{font-family:Muli,Arial,Helvetica,sans-serif!important}.c-header2 [tabindex]:focus,.c-header2 a:focus{outline:3px auto #fa6338}.c-header2 .no-focus [tabindex]:focus,.c-header2 .no-focus a:focus{outline:0}.c-header2 .header-height,.c-header2 .header-nav{height:124px}.c-header2 .header-nav{position:fixed;left:0;width:100%;transition:transform .3s;z-index:500;background-color:#fff}.c-header2 .header-wrap{width:100%;height:70px;border-bottom:none;background-color:#f7f8fa;z-index:600;position:relative}.c-header2 .header-wrap .header-logo{padding:0 20px;height:70px;line-height:70px;background-color:#f7f8fa;z-index:1}.c-header2 .header-wrap .header-logo:focus{outline:0}.c-header2 .header-wrap .header-logo>a{font-size:30px;text-decoration:none;color:#222;height:100%}.c-header2 .header-wrap .header-logo>a.header-logo__link-wrap{font-size:0}.c-header2 .header-wrap .header-logo>a:hover{text-decoration:none}.c-header2 .header-wrap .header-logo>a>img{width:auto;max-width:210px;height:54px;padding:0}.c-header2 .header-wrap .header-logo>a>img.header-logo__rw-logo{max-width:180px;height:36px}.c-header2 .header-left-inner{display:flex}.c-header2 .header-left{position:relative;display:block;padding-right:42px;text-align:left}.c-header2 .header-left .icon-announce-left-big,.c-header2 .header-left .icon-announce-right-big{position:absolute;height:100%;line-height:70px;top:0;width:42px;background-color:#f7f8fa;text-align:center;cursor:pointer}.c-header2 .header-left .icon-announce-left-big{left:10px}.c-header2 .header-left .icon-announce-right-big{right:0}.c-header2 .header-left .first-cate-ctn{display:flex;flex:1;text-align:center}.c-header2 .header-left .first-cate-ctn .first-cate{height:70px;line-height:70px;vertical-align:middle;font-size:18px;text-decoration:none;white-space:nowrap;padding:0 10px;color:rgba(0,0,0,.6);font-weight:600}.c-header2 .header-left .first-cate-ctn .first-cate:hover{color:#000;cursor:pointer;text-decoration:none}.c-header2 .header-left .first-cate-ctn .first-cate.one-first-cate{pointer-events:none;visibility:hidden}.c-header2 .header-left .first-cate-ctn .first-cate.cate-active{font-weight:700;font-weight:700;background-color:#fff;color:#000}.c-header2 .header-left .first-cate-ctn .first-cate:not(.hoverdefalut):focus{background-color:#edeef0}.c-header2 .header-right{display:inline-block;box-sizing:border-box;position:relative;height:70px;padding-right:24px;font-size:12px;white-space:nowrap;background-color:#f7f8fa}.c-header2 .header-right *{text-align:left}.c-header2 .header-right>div,.c-header2 .header-right>ul{white-space:normal}.c-header2 .header-right a{text-decoration:none}.c-header2 .header-right a:hover{text-decoration:none}.c-header2 .header-right .cart-num{font-size:14px;font-weight:700;vertical-align:middle}.c-header2 .header-right .free-ship{display:inline-block;width:40%;max-height:70px;margin-right:5px;vertical-align:middle;white-space:normal}.c-header2 .header-right .free-ship .shipping-info_mall{line-height:18px;display:block;color:rgba(34,34,34,.6)}.c-header2 .header-right .free-ship>li{height:48px;display:table-cell;vertical-align:middle}.c-header2 .header-right .free-ship>li:not(:first-child){display:none}.c-header2 .header-right .free-ship>li.she-block{display:table-cell}.c-header2 .header-right .free-ship>li.she-none{display:none}.c-header2 .header-right .free-ship>li strong{color:#f35b6e}.c-header2 .header-right .header-right-dropdown-ctn{position:relative;display:inline-block;height:70px;vertical-align:middle}.c-header2 .header-right .header-right-dropdown-ctn.header-right-no-relative{position:static}.c-header2 .header-right .header-right-dropdown-ctn .customer__content{display:flex;align-items:center;justify-content:center;padding:0 5px;height:100%}.c-header2 .header-right .header-right-dropdown-ctn>a{display:flex;align-items:center;padding:0 5px;line-height:70px}.c-header2 .header-right .header-right-dropdown-ctn>a.header-right-global{position:relative;background-color:#f7f8fa}.c-header2 .header-right .header-right-dropdown-ctn>a.header-right-global .icon-panel{display:inline-block;width:100%;height:100%}.c-header2 .header-right .header-right-dropdown-ctn>a.header-right-global.active{background-color:#fff}.c-header2 .header-right .header-right-dropdown-ctn>a .account-nopenum{position:absolute;top:25px;right:4px;width:6px;height:6px;border-radius:50%;background-color:#fe3b30}.c-header2 .header-right .header-right-dropdown-ctn:hover{background-color:#fff}.c-header2 .header-right .header-right-dropdown-ctn:hover .c-header-dropdown,.c-header2 .header-right .header-right-dropdown-ctn:hover .header-right-dropdown{display:block}.c-header2 .header-right .header-right-dropdown-ctn:hover .c-header-dropdown.global,.c-header2 .header-right .header-right-dropdown-ctn:hover .header-right-dropdown.global{display:none}.c-header2 .header-right .header-right-dropdown-ctn .header-right-dropdown{display:none;position:absolute;top:100%;left:0;padding:0 20px;z-index:600;background-color:#fff;padding-right:20px;box-shadow:0 6px 6px 0 rgba(0,0,0,.08);transition:transform .3s}.c-header2 .header-right .header-right-dropdown-ctn .header-right-dropdown.focus-user-icon{display:block}.c-header2 .header-right .header-right-dropdown-ctn.new .header-right-dropdown{min-width:168px}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown{display:none;position:absolute;top:100%;left:auto;right:25px;width:auto;padding:10px 15px;border:none;background:#fff;z-index:600;box-shadow:0 6px 6px 0 rgba(0,0,0,.08);transition:transform .3s}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.dropdown-wxl{width:200px}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.dropdown-wl{padding:20px;width:300px}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.dropdown-shopbag{width:400px;padding:0;display:block}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.focus-user-icon{display:block}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown{width:270px;padding:20px;white-space:nowrap}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-s-drop-ctn{position:relative;height:34px;padding:0 10px;line-height:32px;background:#f7f8fa;border:1px solid rgba(0,0,0,.1);cursor:pointer}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-s-drop-ctn .global-s-drop{position:absolute;top:-1px;left:-1px;right:-1px;max-height:400px;padding:12px;overflow-y:auto;border:1px solid rgba(0,0,0,.1);background-color:#fff;z-index:601}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-s-drop-ctn .global-s-drop li{height:36px;padding:0 4px;display:flex;align-items:center;justify-content:space-between;color:#767676;cursor:pointer;border-bottom:1px solid #e5e5e5}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-s-drop-ctn .global-s-drop li:hover{background:#f6f6f6}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-s-drop-ctn .global-s-drop li .sh_pc_sui_icon_selected_16px{display:none}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-s-drop-ctn .global-s-drop li.active{color:#222;font-weight:700}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-s-drop-ctn .global-s-drop li.active .sh_pc_sui_icon_selected_16px{display:block;font-weight:400;color:#222}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-title{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,.1);font-size:14px;color:#000;font-weight:700}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-title:not(:first-child){margin-top:25px}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-title.no-border-t{padding-bottom:8px;margin-bottom:8px;border-bottom:none}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-flag,.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-lang{margin-bottom:-20px}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .flag-img{width:16px;height:12px;margin-right:10px;margin-top:-2px;display:inline-block;vertical-align:middle;background-size:contain;background-repeat:no-repeat}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-flag a.col-xs-4{white-space:nowrap}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown a.col-xs-4{margin-bottom:20px;font-size:12px;color:#767676;white-space:initial}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown a.col-xs-4.global-active{color:rgba(0,0,0,.8);cursor:default;font-weight:700}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown a.col-xs-4:hover{color:#000}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-international{margin-top:20px;text-align:center;font-size:14px}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-international a{color:#2d68a8}.c-header2 .header-right .header-right-dropdown-ctn .c-header-dropdown.global-dropdown .global-international a:hover{color:#2d68a8}.c-header2 .header-right .header-help{position:relative;height:24px;line-height:24px}.c-header2 .header-right .header-help .header-nopenum{width:6px;height:6px;display:block;background:#fe3b30;position:absolute;top:0;right:-2px;border-radius:50%}.c-header2 .header-right .fast-cart-wrap{min-width:45px}.c-header2 .header-right .header-wishlist{position:relative}.c-header2 .header-right .header-wishlist .header-nopenum{width:6px;height:6px;display:block;background:#fe3b30;position:absolute;top:25px;left:26px;border-radius:50%}.c-header2 .header-mask{display:none;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:399}.c-header2__cate{position:relative;display:inline-block;transform:translate(0,0)}.c-header2__bubble{position:absolute;color:#fff;line-height:18px;background:#ff7300;top:2px;font-size:10px;padding:0 6px;z-index:1;left:0;max-width:110%}.c-header2__bubble span{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.c-header2__triangle{position:absolute;width:0;height:0;border-style:solid;border-width:5px 0 0 0;border-right:5px solid transparent;border-color:#ff7300 transparent transparent transparent}.c-header2__icon{width:18px;height:18px;display:inline-block;line-height:1}.c-header2__icon img{width:18px;height:18px;vertical-align:top}.c-header2 .isSearchNot .header-right .header-wishlist .header-nopenum,.c-header2 .isbigsearch .header-right .header-wishlist .header-nopenum{top:14px}.c-header2 .isSearchNot .header-right .header-right-dropdown-ctn>a .account-nopenum,.c-header2 .isbigsearch .header-right .header-right-dropdown-ctn>a .account-nopenum{top:14px}.c-header2 .isSearchNot .header-right .header-help .header-nopenum,.c-header2 .isbigsearch .header-right .header-help .header-nopenum{right:-4px;top:-4px;margin-top:0}.RW-SITE .c-header2.header-optimize .header-right .header-wishlist .header-nopenum{top:14px}.c-header2.header-optimize .header-optimize__content{justify-content:center;padding:0 45px}.c-header2.header-optimize .header-height,.c-header2.header-optimize .header-nav{height:94px;background-color:#fff}.c-header2.header-optimize .header-height__search-pro,.c-header2.header-optimize .header-nav__search-pro{height:118px}.c-header2.header-optimize .header-wrap{margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;background-color:#fff;height:56px}.c-header2.header-optimize .header-wrap:after,.c-header2.header-optimize .header-wrap:before{content:none}.c-header2.header-optimize .header-wrap .header-logo{background-color:#fff;height:56px;line-height:56px;padding:0 25px}.c-header2.header-optimize .header-wrap .header-right{background-color:#fff;height:56px}.c-header2.header-optimize .header-wrap .header-right .header-right-dropdown-ctn{height:56px}.c-header2.header-optimize .header-wrap .header-right .header-right-dropdown-ctn>a{height:56px;line-height:56px}.c-header2.header-optimize .header-wrap .header-right-global{background-color:#fff!important}@media (min-width:2560px){.c-header2.header-optimize .header-wrap.j-header-wrap{max-width:2560px;padding:0}.c-header2.header-optimize .header-wrap.j-header-wrap .header-logo{padding:0}.c-header2.header-optimize .header-wrap.j-header-wrap .header-right{padding-right:12px}.c-header2.header-optimize .j-optimize-category{max-width:2560px;margin:0 auto}.c-header2.header-optimize .j-optimize-category .header-optimize__cate-nav{padding-left:0;border:none;box-shadow:none;position:relative;overflow:unset}.c-header2.header-optimize .j-optimize-category .header-optimize__cate-nav .header-optimize__cate-arrow{margin-right:0}.c-header2.header-optimize .j-optimize-category .header-optimize__cate-nav::after{content:'';display:block;width:100vw;height:0;border-bottom:.5px solid var(--sui-color-gray-weak-1,#e5e5e5);position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 2px 12px 0 rgba(0,0,0,.04)}.c-header2.header-optimize .j-optimize-category .header-optimize__wrapper .header-optimize__content{max-width:2560px;margin:0 auto;padding:0}}.c-header2.header-optimize .related-search-layout{margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;background-color:#fff}.c-header2.header-optimize .related-search-layout .header-left{width:200px}.c-header2.header-optimize .related-search-layout .j-related-search{flex:1;max-width:916px;padding-right:38px}.c-header2.header-optimize .related-search-layout .j-related-search .related-search__word-skeleton{overflow:hidden;height:22px}.c-header2.header-optimize .related-search-layout .j-related-search .related-search__word-skeleton>div{padding:4px 8px;font-size:12px;font-weight:400;border-radius:0;margin:0 0 12px 12px;background-color:#f6f6f6;cursor:pointer;text-align:center;text-decoration:none;display:inline-block;width:100px;height:22px}.c-header2.header-optimize .related-search-layout .j-related-search .related-search__word-skeleton>div:first-child{margin-left:0}.c-header2.header-optimize .related-search-layout .header-right{height:auto;width:295px;background-color:inherit}@media (max-width:1279px){.c-header2.header-optimize .related-search-layout .header-left{width:175px;min-width:175px}.c-header2.header-optimize .related-search-layout .header-right{width:216px;min-width:216px}}@media (max-width:450px){.c-header2.header-optimize .related-search-layout .related-search__word-skeleton{display:none}}.c-header2.header-optimize .header-search-container{flex:1;display:flex;justify-content:flex-end;margin-right:27.5px}.c-header2.header-optimize .header-search{flex-basis:250px;max-width:250px;margin-top:11px;width:auto}.c-header2.header-optimize .isbigsearch .header-right{width:auto}.c-header2.header-optimize .enlarge-search.header-search-container{justify-content:center;margin-right:0}.c-header2.header-optimize .enlarge-search .header-search{flex-basis:530px;max-width:530px}.c-header2.header-optimize .enlarge-search .search-enlarge-pro{flex-basis:916px;max-width:916px}.c-header2.header-optimize .c-nav2{height:42px;display:block;overflow:hidden;padding:0}.c-header2.header-optimize .header-optimize__cate{display:inline-block;height:100%;padding:0 10px;line-height:40px;color:#000;font-weight:400;font-size:13px;border-bottom:2px solid transparent;text-decoration:none}.c-header2.header-optimize .header-optimize__cate .first-cate{padding-left:0}.c-header2.header-optimize .header-optimize__cate.active{color:#000;border-color:#222}.c-header2.header-optimize .header-optimize__cate-nav{padding:0 45px;position:relative;z-index:12;padding-right:100px;height:40px;overflow:hidden;display:flex;border-bottom:.5px solid var(--sui-color-gray-weak-1,#e5e5e5);background:var(--sui-color-white,#fff);box-shadow:0 2px 12px 0 rgba(0,0,0,.04)}.c-header2.header-optimize .header-search-mask{display:none;position:fixed;top:0;bottom:0;left:0;right:0;height:calc(100vh + 94px);background-color:rgba(34,34,34,.3);z-index:40}.c-header2.header-optimize .header-optimize__cate{height:42px!important;border-bottom-width:5px!important}.c-header2.header-optimize .header-optimize__cate.hover{background-color:rgba(0,0,0,.08)}.c-header2.header-optimize .header-optimize__cate-content{position:relative;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;flex:1}.c-header2.header-optimize .header-optimize__cate-content::-webkit-scrollbar{display:none}.c-header2.header-optimize .header-optimize__cate-controller{position:absolute;white-space:nowrap;font-size:0}.c-header2.header-optimize .header-optimize__cate-arrow{display:inline-flex;position:absolute;top:0;right:0;height:100%;width:50px;line-height:40px;text-align:center;white-space:nowrap;margin-right:41px;color:rgba(0,0,0,.15);background:var(--sui-color-white,#fff)}.c-header2.header-optimize .header-optimize__cate-arrow i{font-size:14px;margin:0 5px}.c-header2.header-optimize .header-optimize__cate-arrow i.active{color:#000;cursor:pointer}.c-header2.header-optimize .header-optimize__cate-link{color:#000;text-decoration:none}.c-header2.header-optimize .header-optimize__cate-link.hover{text-decoration:none;color:#000;background-color:rgba(0,0,0,.08)}.c-header2.header-optimize .header-optimize__line{width:1px;height:calc(100% - 40px);margin-top:20px;background-color:#e5e5e5}.c-header2.header-optimize .header-optimize__content-detail{display:flex;flex:1}.c-header2.header-optimize .header-optimize__group-two .nav-type__wrapper{display:flex;color:#c44a01;margin-bottom:10px;padding-top:20px}.c-header2.header-optimize .header-optimize__group-two .nav-type__wrapper i{width:16px;height:16px}.c-header2.header-optimize .header-optimize__group-two .nav-type__wrapper .nav-type__title{display:inline-block;vertical-align:top;margin:0 5px;color:#c44a01}.c-header2.header-optimize .header-optimize__group-two .nav-type__img-box{display:flex;flex-wrap:wrap}.c-header2.header-optimize .header-optimize__group-two .nav-type__img-box .nav-type__img-link{flex:0 0 calc(100% / 3)}.c-header2.header-optimize .header-optimize__group-three .nav-type__wrapper{margin-bottom:10px;padding-top:20px}.c-header2.header-optimize .header-optimize__group-three .nav-type__img-box{display:flex;flex-wrap:wrap}.c-header2.header-optimize .header-optimize__group-three .nav-type__img-box .nav-type__img-link{flex:0 0 calc(100% / 7);padding:5px 2px 5px 0}.c-header2.header-optimize .nav-type__img-link .nav-type__img{width:64px;height:64px}.c-header2.header-optimize .nav-type__img-link .nav-type__text{width:82px;margin:0 auto;line-height:14px}@media (max-width:1440px){.header-optimize__content-nav{padding-right:20px}.header-optimize__content-detail .header-optimize__group-three .nav-type__wrapper,.header-optimize__content-detail .header-optimize__group-two .nav-type__wrapper{padding-left:calc(100vw * 18 / 1440)}.header-optimize__content-detail .header-optimize__group-two{min-width:295px;max-width:24vw;padding:0 20px}.header-optimize__content-detail .header-optimize__group-three{padding:0 20px;max-width:54vw}}@media (max-width:1920px) and (min-width:1440px){.header-optimize__content-nav{padding-right:calc((100vw - 1080px)/ 16)}.header-optimize__content-detail .header-optimize__group-three .nav-type__wrapper,.header-optimize__content-detail .header-optimize__group-two .nav-type__wrapper{padding-left:calc(100vw * 20 / 1600)}.header-optimize__content-detail .header-optimize__group-three .nav-type__img-box .nav-type__img-link .nav-type__img,.header-optimize__content-detail .header-optimize__group-two .nav-type__img-box .nav-type__img-link .nav-type__img{width:calc(82px - (1920px - 100vw)/ 26.67);height:calc(82px - (1920px - 100vw)/ 26.67)}.header-optimize__content-detail .header-optimize__group-two{max-width:26vw;padding:0 calc(calc((100vw - 1080px)/ 16))}.header-optimize__content-detail .header-optimize__group-three{max-width:54vw;padding:0 calc(calc((100vw - 1080px)/ 16))}}@media (min-width:1920px){.header-optimize__content-nav{padding-right:calc((100vw - 1080px)/ 16)}.header-optimize__content-detail .header-optimize__group-three,.header-optimize__content-detail .header-optimize__group-two{padding:0 calc(calc((100vw - 1080px)/ 16));box-sizing:content-box}.header-optimize__content-detail .header-optimize__group-three .nav-type__wrapper,.header-optimize__content-detail .header-optimize__group-two .nav-type__wrapper{padding-left:calc(100vw * 19 / 1920)}.header-optimize__content-detail .header-optimize__group-three .nav-type__img-box .nav-type__img-link .nav-type__img,.header-optimize__content-detail .header-optimize__group-two .nav-type__img-box .nav-type__img-link .nav-type__img{width:82px;height:82px}.header-optimize__content-detail .header-optimize__group-two{max-width:401px}.header-optimize__content-detail .header-optimize__group-three{max-width:930px}}@media (max-width:1279px){.c-header2 .header-wrap .header-logo>a{font-size:25px}.c-header2 .header-left .first-cate-ctn .first-cate{font-size:14px}.c-header2 .header-right .header-help{height:20px;line-height:20px}.c-header2 .header-right .header-wishlist .header-nopenum{top:17px;left:22px}.c-header2 .header-right .header-right-dropdown-ctn>a .account-nopenum{top:17px}.c-header2.header-optimize .isbigsearch .header-right{width:auto}}.customer-service-box{width:236px!important;padding:18px!important;right:30px!important}.customer-service-area{display:block}.customer-service-area>i{display:table-cell}.customer-service-area .customer-box{padding-left:10px;display:table-cell}.customer-service-area .customer-box .customer-sub-title{height:18px;font-size:14px;font-weight:700;color:#000;line-height:18px}.customer-service-area .customer-box .customer-des{font-size:12px;font-weight:400;margin-top:4px;color:#767676;line-height:17px;white-space:normal}.customer-service-area+.customer-service-area{margin-top:14px}.header-v2{font-family:Muli,Arial,Helvetica,sans-serif!important}.header-v2 a{text-decoration:unset}.header-v2__two{display:table-cell;width:100%;vertical-align:top;background-color:#fff}.header-v2__two-cell{display:table-cell}.header-v2__two-arrow{width:50px;text-align:center;white-space:nowrap;padding-right:25px}.header-v2__two-arrow i{display:inline-block;width:20px;color:rgba(0,0,0,.15)}.header-v2__two-arrow i.active{color:#000;cursor:pointer;line-height:54px}.header-v2__nav2{height:54px;overflow:hidden;padding-right:20px}.header-v2__nav2-wrapper{display:inline-block}.header-v2__nav2-item{position:relative;display:inline-block;height:54px;line-height:54px;font-size:12px;font-weight:700;padding:0 15px;color:#000}.header-v2__nav2-item.active,.header-v2__nav2-item:focus,.header-v2__nav2-item:hover{text-decoration:none}.header-v2__nav2-item.active .header-v2__nav2-txt,.header-v2__nav2-item:focus .header-v2__nav2-txt,.header-v2__nav2-item:hover .header-v2__nav2-txt{border-color:#222}.header-v2__nav2-txt{display:flex;flex-direction:column;align-items:center;height:100%;border-bottom:2px solid transparent;position:relative}.header-v2__nav2-txt::after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(255,255,255,.2)}.header-v2__nav2-txt_subtitle{height:30%;margin-bottom:3px;font-size:10px;color:#959595}@media (max-width:1279px){.header-v2__two-arrow i.active{line-height:48px}.header-v2__nav2{height:48px}.header-v2__nav2-item{height:48px;line-height:48px}}.c-nav2{position:relative;display:flex;padding:0 20px;height:54px;width:100%;background-color:#fff;box-shadow:0 6px 12px 0 rgba(0,0,0,.04)}.header-v2__two{display:flex;width:calc(100% - 250px);vertical-align:top}.c-header2 .topscroll-hide .header-right .header-right-dropdown-ctn .c-header-dropdown,.c-header2 .topscroll-hide .header-right .header-right-dropdown-ctn .header-right-dropdown{transform:translateY(54px)}.c-header2.header-optimize .topscroll-hide .header-right .header-right-dropdown-ctn .c-header-dropdown,.c-header2.header-optimize .topscroll-hide .header-right .header-right-dropdown-ctn .header-right-dropdown{transform:translateY(38px)}@media (max-width:1279px){.c-header2 .header-height,.c-header2 .header-nav{height:118px}.c-nav2{height:48px}.header-v2__two{width:calc(100% - 200px)}.c-header2 .topscroll-hide .header-right .header-right-dropdown-ctn .c-header-dropdown,.c-header2 .topscroll-hide .header-right .header-right-dropdown-ctn .header-right-dropdown{transform:translateY(48px)}.c-header2.header-optimize .topscroll-hide .header-right .header-right-dropdown-ctn .c-header-dropdown,.c-header2.header-optimize .topscroll-hide .header-right .header-right-dropdown-ctn .header-right-dropdown{transform:translateY(38px)}} .c-header2 { font-family: 'Muli', "Arial", "Helvetica", sans-serif !important; background-color: #fff; } .header-v-cloak-none[v-cloak] { display: none!important; /* stylelint-disable-line declaration-no-important */ } .c-outermost-ctn { position: relative; min-height: 100%; padding-bottom: 458px; } .config-top-banners { cursor: pointer; background: none; min-height: 48px; } #top-banner-placeholder { background-color: #fff; min-height: 48px; width: 100%; position: fixed; top: 0; left: 0; overflow-x: hidden; z-index: 999; } #top-ssr-banner { margin: auto; width: 100%; height: calc(48 * (100vw - 97px) / 1350); max-height: 48px; max-width: 2560px; object-fit: cover; display: block; } @media (min-width: 2560px) { #top-ssr-banner { object-fit: contain; } } .c-header2.header-optimize .header-nav { /* height: 100%; */ background-color: #fff; position: fixed; left: 0; width: 100%; transition: transform .3s; z-index: 500; } .c-header2.header-optimize .header-search-mask { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; height: calc(100vh + 94px); background-color: rgba(34,34,34,.3); z-index: 40; } .c-header2.header-optimize .header-wrap { margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; background-color: #fff; height: 56px; } .c-header2 .header-wrap { width: 100%; height: 70px; border-bottom: none; background-color: #f7f8fa; z-index: 600; position: relative; } .container-header-fluid2 { margin-right: auto; margin-left: auto; padding-left: 0; padding-right: 0; } .sh_pc_sui_icon_nav_save_24px_shein { vertical-align: middle; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNDEwMSA1LjE0MTIzQzE4LjIyNzEgMi45NTI5MiAxNC42ODg1IDIuOTUyOTIgMTIuNTA1NCA1LjE0MTIzTDEyIDUuNjQ4MDFMMTEuNDk0NiA1LjE0MTIzTDExLjMwOTYgNC45NjM5NEM5LjExNTk3IDIuOTU0NjEgNS43MTIyOCAzLjAxMzcxIDMuNTg5ODYgNS4xNDEyM0MxLjQwNjggNy4zMzAxNiAxLjUzNDI1IDEwLjQ0MzMgMy41ODk4NiAxMy4wNjcyQzMuNjI3MjMgMTMuMTE0OSAzLjY2NjAzIDEzLjE2MzcgMy43MDYxOCAxMy4yMTM1TDMuOTYyODcgMTMuNTIzNkw0LjI0OTA2IDEzLjg1NTFMNC41NjE2NyAxNC4yMDUzTDQuODk3NjMgMTQuNTcxOEw1LjQzODYyIDE1LjE0NjFMNi4wMTQ4NyAxNS43NDIzTDYuNjE1OTkgMTYuMzUxNkw3LjY0NDk2IDE3LjM3MjNMOS4wNjE3NSAxOC43NDQxTDEwLjY0OSAyMC4yNDY2TDEyIDIxLjVMMTIuOTI0NCAyMC42NDUyTDE0LjE4NjIgMTkuNDYwMUwxNS41MzUxIDE4LjE3MDJMMTYuMzU1IDE3LjM3MjNMMTcuMzg0IDE2LjM1MTZMMTcuOTg1MSAxNS43NDIzTDE4LjU2MTQgMTUuMTQ2MUwxOC45MjY2IDE0Ljc2MDNMMTkuNDM4MyAxNC4yMDUzTDE5Ljc1MDkgMTMuODU1MUwyMC4wMzcxIDEzLjUyMzZDMjAuMDgyNSAxMy40NyAyMC4xMjY2IDEzLjQxNzQgMjAuMTY5NCAxMy4zNjU3TDIwLjQxMDEgMTMuMDY3MkMyMi40NjU3IDEwLjQ0MzMgMjIuNTkzMiA3LjMzMDE2IDIwLjQxMDEgNS4xNDEyM1pNMTQuMDc0OSA2LjQwODRDMTUuNDg0IDUuMTUwNTQgMTcuNjQyNyA1LjE5ODkzIDE4Ljk5NDIgNi41NTM3NEMyMC4zNzE3IDcuOTM0OTEgMjAuMzQ5IDkuOTAyMiAxOC44MzU3IDExLjgzMzhDMTguNzk4MyAxMS44ODE2IDE4Ljc1ODkgMTEuOTMxMSAxOC43MTc1IDExLjk4MjFMMTguNDQ2MyAxMi4zMDcxTDE4LjEzMDMgMTIuNjY4OEwxNy43NzEzIDEzLjA2NTNMMTcuMzcxIDEzLjQ5NTFMMTYuNjk3IDE0LjE5ODVMMTUuOTQgMTQuOTY3MkwxNS4xMTg5IDE1Ljc4M0wxNC4zNzQyIDE2LjUxMDRDMTMuNjE4MyAxNy4yNDM4IDEyLjgzMTggMTcuOTkyIDEyLjA0NTIgMTguNzI5NEwxMiAxOC43NzFMMTEuMTY5NCAxNy45ODk0QzEwLjM4NjIgMTcuMjQ3NiA5LjYxMzM3IDE2LjUwMzYgOC44ODExMSAxNS43ODNMOC4zMjk3MiAxNS4yMzdMNy43OTg3NyAxNC43MDQxTDcuMDY4NzggMTMuOTU2NUw2LjYyODk2IDEzLjQ5NTFMNi4yMjg2NyAxMy4wNjUzTDUuODY5NjYgMTIuNjY4OEw1LjU1MzY5IDEyLjMwNzFMNS4yODI1MSAxMS45ODIxTDUuMTY0MjYgMTEuODMzOEMzLjY1MTAyIDkuOTAyMiAzLjYyODMxIDcuOTM0OTEgNS4wMDU5NyA2LjU1MzU0QzYuNDA3MzkgNS4xNDg3NSA4LjY3NzA0IDUuMTQ4NzUgMTAuMDc4NyA2LjU1Mzc0TDEyIDguNDgwMjVMMTMuOTIxNSA2LjU1MzU0TDE0LjA3NDkgNi40MDg0WiIgZmlsbD0iIzc3Nzc3NyI+CjwvcGF0aD4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjAxIj4KPC9yZWN0Pgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 24px; height: 24px; } .sh_pc_sui_icon_more_right_18px { display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4wNDI5MSA0LjQwMzg0TDcuNDU3MTIgMi45ODk2MkwxMy40Njc1IDkuMDAwMDNMNy40NTcxMiAxNS4wMTA0TDYuMDQyOTEgMTMuNTk2MkwxMC42MzkgOS4wMDAwM0w2LjA0MjkxIDQuNDAzODRaIiBmaWxsPSIjMUMxQzFDIj4KPC9wYXRoPgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 18px; height: 18px; } .sh_pc_sui_icon_more_left_18px { display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuNTQyOSAyLjk4OTYyTDExLjk1NzEgNC40MDM4NEw3LjM2MDk5IDkuMDAwMDNMMTEuOTU3MSAxMy41OTYyTDEwLjU0MjkgMTUuMDEwNEw0LjUzMjQ3IDkuMDAwMDNMMTAuNTQyOSAyLjk4OTYyWiIgZmlsbD0iIzFDMUMxQyI+CjwvcGF0aD4KPC9zdmc+) no-repeat; background-size: 100%; width: 18px; height: 18px; } .sh_pc_sui_icon_nav_cart_24px_shein { vertical-align: middle; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy4wMDUwMSA1LjI5OTk5TDYuNzIwMDIgM0gzVjVINC45NTI1NUw1LjI2MDk3IDcuNDg5MTJINS4yNzE4NEw2LjQxMTM1IDE2LjUxOTVIMTkuODc4NkwyMS4yOTQzIDUuMjk5OTlINy4wMDUwMVpNOC4xNzQ4MyAxNC41MTk1TDcuMjYzODQgNy4yOTk5OUgxOS4wMjYxTDE4LjExNTEgMTQuNTE5NUg4LjE3NDgzWiIgZmlsbD0iIzY2NjY2NiI+CjwvcGF0aD4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjkgMjEuNTAwMUM4LjcyODQzIDIxLjUwMDEgOS40IDIwLjgyODUgOS40IDIwQzkuNCAxOS4xNzE2IDguNzI4NDMgMTguNSA3LjkgMTguNUM3LjA3MTU3IDE4LjUgNi40IDE5LjE3MTYgNi40IDIwQzYuNCAyMC44Mjg1IDcuMDcxNTcgMjEuNTAwMSA3LjkgMjEuNTAwMVoiIGZpbGw9IiM2NjY2NjYiPgo8L3BhdGg+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkuOSAyMEMxOS45IDIwLjgyODUgMTkuMjI4NCAyMS41MDAxIDE4LjQgMjEuNTAwMUMxNy41NzE2IDIxLjUwMDEgMTYuOSAyMC44Mjg1IDE2LjkgMjBDMTYuOSAxOS4xNzE2IDE3LjU3MTYgMTguNSAxOC40IDE4LjVDMTkuMjI4NCAxOC41IDE5LjkgMTkuMTcxNiAxOS45IDIwWiIgZmlsbD0iIzY2NjY2NiI+CjwvcGF0aD4KPC9zdmc+) no-repeat; background-size: 100%; width: 24px; height: 24px; } .sh_pc_sui_icon_nav_support_24px_shein { vertical-align: middle; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNSAxOC41QzIwLjUgMjAuNjQyMiAxOC44MTYgMjIuMzkxMSAxNi42OTk2IDIyLjQ5NTFMMTYuNSAyMi41VjIwLjVDMTcuNTU0NCAyMC41IDE4LjQxODIgMTkuNjg0MSAxOC40OTQ1IDE4LjY0OTNMMTguNSAxOC41VjE3SDE1LjVWMTFIMTguNVY5LjkzOTE2QzE4LjUgNi4zODQ3NCAxNS41OTE3IDMuNSAxMiAzLjVDOC40ODY0MSAzLjUgNS42MjY3NyA2LjI2MDY4IDUuNTA0MSA5LjcwODMyTDUuNSA5LjkzOTE2VjExSDguNVYxN0gzLjVWOS45MzkxNkMzLjUgNS4yNzY1MSA3LjMwNzM5IDEuNSAxMiAxLjVDMTYuNjA3MyAxLjUgMjAuMzYxMyA1LjE0MDQzIDIwLjQ5NjIgOS42ODU3M0wyMC41IDkuOTM5MTZWMTguNVpNNS41IDE1SDYuNVYxM0g1LjVWMTVaTTE3LjUgMTNIMTguNVYxNUgxNy41VjEzWiIgZmlsbD0iIzY2NjY2NiI+CjwvcGF0aD4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjAxIj4KPC9yZWN0Pgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 24px; height: 24px; } .sh_pc_sui_icon_nav_support_16px_1_shein { vertical-align: middle; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNSAxOC41QzIwLjUgMjAuNjQyMiAxOC44MTYgMjIuMzkxMSAxNi42OTk2IDIyLjQ5NTFMMTYuNSAyMi41VjIwLjVDMTcuNTU0NCAyMC41IDE4LjQxODIgMTkuNjg0MSAxOC40OTQ1IDE4LjY0OTNMMTguNSAxOC41VjE3SDE1LjVWMTFIMTguNVY5LjkzOTE2QzE4LjUgNi4zODQ3NCAxNS41OTE3IDMuNSAxMiAzLjVDOC40ODY0MSAzLjUgNS42MjY3NyA2LjI2MDY4IDUuNTA0MSA5LjcwODMyTDUuNSA5LjkzOTE2VjExSDguNVYxN0gzLjVWOS45MzkxNkMzLjUgNS4yNzY1MSA3LjMwNzM5IDEuNSAxMiAxLjVDMTYuNjA3MyAxLjUgMjAuMzYxMyA1LjE0MDQzIDIwLjQ5NjIgOS42ODU3M0wyMC41IDkuOTM5MTZWMTguNVpNNS41IDE1SDYuNVYxM0g1LjVWMTVaTTE3LjUgMTNIMTguNVYxNUgxNy41VjEzWiIgZmlsbD0iIzY2NjY2NiI+CjwvcGF0aD4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIgZmlsbC1vcGFjaXR5PSIwLjAxIj4KPC9yZWN0Pgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 24px; height: 24px; } .sh_pc_sui_icon_nav_global_24px_shein { vertical-align: middle; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIgMTJDMjIgNi40NzcxNSAxNy41MjI4IDIgMTIgMkM2LjQ3NzE1IDIgMiA2LjQ3NzE1IDIgMTJDMiAxNi45MDQ0IDUuNTMwNiAyMC45ODQyIDEwLjE4ODggMjEuODM2NEwxMC4yMDczIDIxLjg1OTZMMTAuMjI4OCAyMS44NDM2QzEwLjgwMzcgMjEuOTQ2NCAxMS4zOTU2IDIyIDEyIDIyQzEyLjYwNDQgMjIgMTMuMTk2MyAyMS45NDY0IDEzLjc3MTIgMjEuODQzNkwxMy43OTI3IDIxLjg1OTZMMTMuODExMiAyMS44MzY0QzE4LjQ2OTQgMjAuOTg0MiAyMiAxNi45MDQ0IDIyIDEyWk05LjQ4NDQ0IDE1Ljg1MzdDMTAuMzQ4MyAxNS42MjExIDExLjI0OTQgMTUuNSAxMi4xNjk2IDE1LjVDMTIuOTc3MiAxNS41IDEzLjc3MDIgMTUuNTkzMiAxNC41Mzc1IDE1Ljc3NDFDMTQuMTQ4IDE3LjMwMTMgMTMuNTIwOCAxOC43MjMyIDEyLjY4ODkgMTkuOTcwOEMxMi40NjE4IDE5Ljk5MDEgMTIuMjMyMSAyMCAxMiAyMEMxMS43Njg2IDIwIDExLjUzOTUgMTkuOTkwMiAxMS4zMTI2IDE5Ljk3MDhDMTAuNDkzOSAxOC43NDU0IDkuODc0MTYgMTcuMzUxMSA5LjQ4NDQ0IDE1Ljg1MzdaTTE2LjQzNDggMTYuNDIxOEMxNi4xNzQgMTcuNDA1OCAxNS44MjU2IDE4LjM1MiAxNS4zOTU5IDE5LjI0NjVDMTYuMzg4MyAxOC43Nzk4IDE3LjI3MDMgMTguMTE1MiAxNy45ODk3IDE3LjMwMzJDMTcuNDk3MSAxNi45NjI3IDE2Ljk3NjcgMTYuNjY4NiAxNi40MzQ4IDE2LjQyMThaTTYuMTQxNDYgMTcuNDQ3QzYuNjA0NzggMTcuMTEyMiA3LjA5MzYxIDE2LjgxNzYgNy42MDM0MiAxNi41NjU3QzcuODU5NjEgMTcuNDk3MyA4LjE5NDYzIDE4LjM5NDQgOC42MDQyNyAxOS4yNDU2QzcuNjcwODQgMTguODA3NCA2LjgzNTkgMTguMTk0MSA2LjE0MTQ2IDE3LjQ0N1pNNC45NzIzMSA4LjE3NTc1TDQuOTAzNzQgOC4zMDI3OUM0LjMyNjQyIDkuNDA4NiA0IDEwLjY2NjIgNCAxMkM0IDEzLjM4NTkgNC4zNTI0IDE0LjY4OTQgNC45NzI0NyAxNS44MjZDNS42NjQ3MyAxNS4zMjQxIDYuNDA1MjkgMTQuODk4NCA3LjE4MjQ2IDE0LjU1MzVDNy4wNjE2NiAxMy43MzQxIDcgMTIuODk1OCA3IDEyLjA0NjVDNyAxMS4xNjcyIDcuMDY2MDUgMTAuMjk5NiA3LjE5NDggOS40NTE2MkM2LjQxMzQzIDkuMTA2MTUgNS42Njg3MiA4LjY3ODc2IDQuOTcyMzEgOC4xNzU3NVpNMTkuMTA5MSA4LjM1NjgyTDE5LjEyMDUgOC4zNDk1QzE5LjY4MjcgOS40NDM5NyAyMCAxMC42ODQ5IDIwIDEyQzIwIDEzLjMxNTUgMTkuNjgyNSAxNC41NTY4IDE5LjEyIDE1LjY1MDdDMTguNDAyOCAxNS4xNTg4IDE3LjYzNzggMTQuNzQ1OCAxNi44Mzc1IDE0LjQxODFDMTYuOTQ1IDEzLjY0MTUgMTcgMTIuODQ4OSAxNyAxMi4wNDY1QzE3IDExLjIxNDEgMTYuOTQwOCAxMC4zOTIxIDE2LjgyNDQgOS41ODgyMUMxNy42MjU4IDkuMjYwNDEgMTguMzkxMyA4Ljg0NzkzIDE5LjEwOTEgOC4zNTY4MlpNOS4xMjE5IDEwLjExODlMOS4wODg0MyAxMC4zOTY2QzkuMDI5ODcgMTAuOTM5IDkgMTEuNDg5OSA5IDEyLjA0NjVDOSAxMi42NjgyIDkuMDM3MjggMTMuMjgyNSA5LjExMDEzIDEzLjg4NTlDMTAuMDk3NiAxMy42MzEzIDExLjEyMzUgMTMuNSAxMi4xNjk2IDEzLjVDMTMuMDk5MSAxMy41IDE0LjAxMjkgMTMuNjAzNyAxNC44OTc3IDEzLjgwNDFDMTQuOTY1OSAxMy4yMjgzIDE1IDEyLjY0MDcgMTUgMTIuMDQ2NUMxNSAxMS40MjEyIDE0Ljk2MjMgMTAuODAzMSAxNC44ODg2IDEwLjE5NjFDMTQuMDA2IDEwLjM5NzEgMTMuMDk1NiAxMC41IDEyLjE2OTYgMTAuNUMxMS4xMjc0IDEwLjUgMTAuMTA1MiAxMC4zNjk2IDkuMTIxOSAxMC4xMTg5Wk0xMS4zODAxIDQuMDIzNjZDMTEuNTg0NyA0LjAwNzk4IDExLjc5MTQgNCAxMiA0QzEyLjIwODYgNCAxMi40MTUzIDQuMDA3OTggMTIuNjE5OSA0LjAyMzY2TDEyLjcwMDYgNC4xNDIxNEMxMy41MTE5IDUuMzYxODQgMTQuMTI1OSA2Ljc0NTY5IDE0LjUxNDEgOC4yMzE4N0MxMy43NTQ3IDguNDA4NiAxMi45NjkzIDguNSAxMi4xNjk2IDguNUMxMS4yNTc2IDguNSAxMC4zNjQ0IDguMzgxMDUgOS41MDYwOSA4LjE1MjExQzkuOTI5OTggNi41Njg5OSAxMC42MTEgNS4xMDE5NCAxMS41MTQ4IDMuODI4ODNMMTEuMzgwMSA0LjAyMzY2Wk0xNS4zMzY4IDQuNzI2OTdMMTUuNDcwMiA1LjAwMzU1QzE1Ljg1NDYgNS44MjY3IDE2LjE3MDUgNi42OTE5MyAxNi40MTMzIDcuNTg4NDJDMTYuOTYyNCA3LjMzOTYzIDE3LjQ5MDEgNy4wNDIxOSAxNy45OTAzIDYuNjk4OTlDMTcuMjU2MyA1Ljg2OTA0IDE2LjM1NCA1LjE5NDQ0IDE1LjMzNjggNC43MjY5N1pNOC41MTE4OSA0Ljc5ODQ1TDguNjYxODkgNC43Mjc3QzguMjM4NCA1LjU4OTY4IDcuODkxMjYgNi41MDAyMSA3LjYyNTg1IDcuNDQ2MzVDNy4xMDg1MyA3LjE5MTc0IDYuNjEyNDQgNi44OTMzNSA2LjE0MTc3IDYuNTUxOTFDNi44MTI5MiA1LjgzMDU2IDcuNjE1NzEgNS4yMzMzMyA4LjUxMTg5IDQuNzk4NDVaIiBmaWxsPSIjNjY2NjY2Ij4KPC9wYXRoPgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 24px; height: 24px; } .sh_pc_sui_icon_search_24px_shein { vertical-align: middle; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS4zNDMxNSA1LjM0MzE1QzguNDY3MzQgMi4yMTg5NSAxMy41MzI3IDIuMjE4OTUgMTYuNjU2OSA1LjM0MzE1QzE5LjU0MTYgOC4yMjc4NyAxOS43NjI3IDEyLjc2NzYgMTcuMzIwMiAxNS45MDZMMjEuNjA2NiAyMC4xOTI0TDIwLjE5MjQgMjEuNjA2NkwxNS45MDYgMTcuMzIwMkMxMi43Njc2IDE5Ljc2MjcgOC4yMjc4NyAxOS41NDE2IDUuMzQzMTUgMTYuNjU2OUMyLjIxODk1IDEzLjUzMjcgMi4yMTg5NSA4LjQ2NzM0IDUuMzQzMTUgNS4zNDMxNVpNMTUuMjQyNiA2Ljc1NzM2QzEyLjg5OTUgNC40MTQyMSA5LjEwMDUgNC40MTQyMSA2Ljc1NzM2IDYuNzU3MzZDNC40MTQyMSA5LjEwMDUgNC40MTQyMSAxMi44OTk1IDYuNzU3MzYgMTUuMjQyNkM5LjEwMDUgMTcuNTg1OCAxMi44OTk1IDE3LjU4NTggMTUuMjQyNiAxNS4yNDI2QzE3LjU4NTggMTIuODk5NSAxNy41ODU4IDkuMTAwNSAxNS4yNDI2IDYuNzU3MzZaIiBmaWxsPSIjRkZGRkZGIj4KPC9wYXRoPgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 24px; height: 24px; } .sh_pc_sui_icon_more_down_12px { display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNTk2MiA2LjA0Mjg1TDE1LjAxMDQgNy40NTcwNkw4Ljk5OTk3IDEzLjQ2NzVMMi45ODk1NiA3LjQ1NzA2TDQuNDAzNzggNi4wNDI4NUw4Ljk5OTk3IDEwLjYzOUwxMy41OTYyIDYuMDQyODVaIiBmaWxsPSIjMUMxQzFDIj4KPC9wYXRoPgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 12px; height: 12px; } .sh_pc_sui_icon_shein_logo_22px { display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjEwNiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDEwNiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzcwM180NjgwKSI+CjxwYXRoIGQ9Ik0xNi41IDE1Ljk1QzE2LjUgMTYuNzc1IDE2LjMxNjcgMTcuNTA4MyAxNS45NSAxOC4xNUMxNS41ODMzIDE4Ljg4MzMgMTUuMDMzMyAxOS40MzMzIDE0LjM5MTcgMTkuOTgzM0MxMy43NSAyMC41MzMzIDEyLjkyNSAyMC45OTE3IDEyLjAwODMgMjEuMjY2N0MxMS4wOTE3IDIxLjU0MTcgMTAuMDgzMyAyMS43MjUgOC45ODMzMyAyMS43MjVDNy45NzUgMjEuNzI1IDcuMDU4MzMgMjEuNjMzMyA2LjMyNSAyMS41NDE3QzUuNSAyMS40NSA0Ljc2NjY3IDIxLjI2NjcgNC4wMzMzMyAyMS4wODMzQzMuMyAyMC45IDIuNjU4MzMgMjAuNTMzMyAyLjAxNjY3IDIwLjI1ODNDMS4zNzUgMTkuODkxNyAwLjczMzMzMyAxOS40MzMzIDAgMTguOTc1TDMuMjA4MzMgMTYuMTMzM0M0LjEyNSAxNi44NjY3IDUuMDQxNjcgMTcuMzI1IDUuOTU4MzMgMTcuNkM2Ljg3NSAxNy44NzUgNy43OTE2NyAxOC4wNTgzIDguOCAxOC4wNTgzQzkuMjU4MzMgMTguMDU4MyA5LjYyNSAxNy45NjY3IDkuOTkxNjcgMTcuODc1QzEwLjM1ODMgMTcuNzgzMyAxMC43MjUgMTcuNiAxMSAxNy40MTY3QzExLjI3NSAxNy4yMzMzIDExLjQ1ODMgMTYuOTU4MyAxMS42NDE3IDE2Ljc3NUMxMS44MjUgMTYuNSAxMS45MTY3IDE2LjIyNSAxMS45MTY3IDE1Ljk1QzExLjkxNjcgMTUuNTgzMyAxMS44MjUgMTUuMzA4MyAxMS43MzMzIDE1LjAzMzNDMTEuNjQxNyAxNC43NTgzIDExLjM2NjcgMTQuNDgzMyAxMSAxNC4zQzEwLjYzMzMgMTQuMDI1IDEwLjE3NSAxMy44NDE3IDkuNTMzMzMgMTMuNTY2N0M4Ljg5MTY3IDEzLjI5MTcgOC4xNTgzMyAxMy4wMTY3IDcuMTUgMTIuNzQxN0M2LjMyNSAxMi40NjY3IDUuNSAxMi4xOTE3IDQuNjc1IDExLjgyNUMzLjg1IDExLjQ1ODMgMy4yMDgzMyAxMSAyLjY1ODMzIDEwLjU0MTdDMi4xMDgzMyAxMC4wODMzIDEuNTU4MzMgOS40NDE2NyAxLjI4MzMzIDguOEMwLjgyNSA3Ljk3NSAwLjY0MTY2NyA3LjE1IDAuNjQxNjY3IDYuMjMzMzNDMC42NDE2NjcgNS4zMTY2NyAwLjgyNSA0LjQ5MTY3IDEuMTkxNjcgMy43NTgzM0MxLjU1ODMzIDMuMDI1IDIuMTA4MzMgMi4zODMzMyAyLjg0MTY3IDEuODMzMzNDMy40ODMzMyAxLjM3NSA0LjMwODMzIDAuOTE2NjY3IDUuMjI1IDAuNjQxNjY3QzYuMTQxNjcgMC4zNjY2NjcgNy4xNSAwLjE4MzMzMyA4LjE1ODMzIDAuMTgzMzMzQzkuOSAwLjE4MzMzMyAxMS40NTgzIDAuMzY2NjY3IDEyLjY1IDAuODI1QzEzLjg0MTcgMS4yODMzMyAxNC45NDE3IDEuODMzMzMgMTUuODU4MyAyLjY1ODMzTDEyLjc0MTcgNS41QzEyLjE5MTcgNS4wNDE2NyAxMS41NSA0LjU4MzMzIDEwLjgxNjcgNC4zMDgzM0MxMC4wODMzIDQuMDMzMzMgOS4yNTgzMyAzLjk0MTY3IDguMzQxNjcgMy45NDE2N0M3Ljg4MzMzIDMuOTQxNjcgNy41MTY2NyA0LjAzMzMzIDcuMTUgNC4xMjVDNi42OTE2NyA0LjIxNjY3IDYuNDE2NjcgNC40IDYuMTQxNjcgNC41ODMzM0M1Ljg2NjY3IDQuNzY2NjcgNS42ODMzMyA1LjA0MTY3IDUuNSA1LjMxNjY3QzUuMzE2NjcgNS41OTE2NyA1LjIyNSA1Ljg2NjY3IDUuMjI1IDYuMTQxNjdDNS4yMjUgNi41MDgzMyA1LjMxNjY3IDYuNzgzMzMgNS41IDcuMDU4MzNDNS41OTE2NyA3LjMzMzMzIDUuODY2NjcgNy41MTY2NyA2LjIzMzMzIDcuNzkxNjdDNi42IDguMDY2NjcgNy4wNTgzMyA4LjI1IDcuNyA4LjUyNUM4LjM0MTY3IDguOCA5LjA3NSA5LjA3NSA5Ljk5MTY3IDkuMzVDMTEuMTgzMyA5LjcxNjY3IDEyLjEgMTAuMDgzMyAxMi45MjUgMTAuNTQxN0MxMy43NSAxMSAxNC4zOTE3IDExLjQ1ODMgMTQuOTQxNyAxMi4wMDgzQzE1LjQ5MTcgMTIuNTU4MyAxNS44NTgzIDEzLjEwODMgMTYuMTMzMyAxMy43NUMxNi40MDgzIDE0LjM5MTcgMTYuNSAxNS4xMjUgMTYuNSAxNS45NVpNNDIuMjU4MyAyMS40NUgzNy43NjY3VjEyLjI4MzNIMjkuNDI1VjIxLjQ1SDI0LjkzMzNWMC42NDE2NjdIMjkuNDI1VjguODkxNjdIMzcuNzY2N1YwLjY0MTY2N0g0Mi4yNTgzVjIxLjQ1Wk02Ny4xIDIxLjQ1SDUwLjY5MTdWMC42NDE2NjdINjcuMVYzLjk0MTY3SDU1LjA5MTdWOC44OTE2N0g2Ni4xODMzVjEyLjFINTUuMDkxN1YxNy43ODMzSDY3LjFWMjEuNDVaTTgwLjM5MTcgMjEuNDVINzUuOVYwLjY0MTY2N0g4MC4zOTE3VjIxLjQ1Wk0xMDUuNzgzIDAuNjQxNjY3VjIyTDkzLjIyNSAxMS4wOTE3VjIxLjI2NjdIODguODI1VjBMMTAxLjM4MyAxMC45MDgzVjAuNjQxNjY3SDEwNS43ODNaIiBmaWxsPSIjMUMxQzFDIj4KPC9wYXRoPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzcwM180NjgwIj4KPHJlY3Qgd2lkdGg9IjEwNiIgaGVpZ2h0PSIyMiIgZmlsbD0id2hpdGUiPgo8L3JlY3Q+PC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 145px; height: calc(100% - 13px); margin-top: 13px; } .sh_pc_sui_icon_nav_me_24px_shein { vertical-align: middle; display: inline-block; background: url(data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IGF1dG87IGhlaWdodDogMWVtOyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMi41QzE0Ljc2MTQgMi41IDE3IDQuNzM4NTggMTcgNy41QzE3IDEwLjE4ODggMTQuODc3NyAxMi4zODE4IDEyLjIxNjkgMTIuNDk1NEwxMiAxMi41QzkuMjM4NTcgMTIuNSA2Ljk5OTk5IDEwLjI2MTQgNi45OTk5OSA3LjVDNi45OTk5OSA0LjgxMTI1IDkuMTIyMyAyLjYxODE4IDExLjc4MzEgMi41MDQ2MkwxMiAyLjVaTTIxLjUwMjEgMjEuNDk5NkMyMC43MjMzIDE2Ljk1NyAxNi43NjU5IDEzLjUgMTIuMDAxMSAxMy41TDExLjcyMTcgMTMuNTA0QzcuMDgyMjcgMTMuNjM2IDMuMjYzNTUgMTcuMDQ2IDIuNTAwMDYgMjEuNDk5NkgyMS41MDIxWk01LjM4NTczIDE5LjMxMjVDNi43MTU4MiAxNy4wMTg1IDkuMTk5OTMgMTUuNSAxMi4wMDExIDE1LjVMMTIuMjU0OCAxNS41MDQyQzE0Ljk1MTcgMTUuNTkyNyAxNy4zMjY2IDE3LjA4OCAxOC42MTY0IDE5LjMxMjVMMTguNzIxIDE5LjQ5OUg1LjI4MDk5TDUuMzg1NzMgMTkuMzEyNVpNOC45OTk5OSA3LjVDOC45OTk5OSA1Ljg0MzE1IDEwLjM0MzEgNC41IDEyIDQuNUMxMy42NTY4IDQuNSAxNSA1Ljg0MzE1IDE1IDcuNUMxNSA5LjE1Njg1IDEzLjY1NjggMTAuNSAxMiAxMC41QzEwLjM0MzEgMTAuNSA4Ljk5OTk5IDkuMTU2ODUgOC45OTk5OSA3LjVaIiBmaWxsPSIjNjY2NjY2Ij4KPC9wYXRoPgo8L3N2Zz4=) no-repeat; background-size: 100%; width: 24px; height: 24px; } .new-style { height: 36px; padding-right: 0; } .new-style .header-search-input { padding-right: 84px; border-radius: 18px; border: 1px solid var(---sui_color_black, #000); background: var(---sui_color_white, #FFF); } .new-style .search-btn { border-radius: 16px; background: var(---sui_color_black, #000); margin: 2px 2px 0; height: calc(100% - 4px) !important; width: 56px !important; display: flex; justify-content: center; align-items: center; } html[mir='rtl'] .new-style { padding-left: 0; } </style> <div class="c-header2 header-optimize"> <div class="header-height j-header-height "> <div class="header-nav j-header-fixer "> <div class="isbig-search header-search-mask j-header-search-mask"></div> <div class="container-header-fluid2 header-wrap j-header-wrap isbigsearch"> <div class="header-left header-logo not-fsp-element"> <a id="header_logo_icon"> <i class='sh_pc_sui_icon_shein_logo_22px'></i> </a> </div> <!-- 小搜索框 --> <!-- --> <div class="enlarge-search header-search-container j-header-search-container"> <!-- search component placeholder --> <div class="header-search "> <input disabled style="position: absolute; top: -99999px; opacity: 0;"/> <input type="search" class="header-search-input" autocomplete="off" name="header-search" style="border: 1px solid #222;" /> <div class="search-btn she-btn-black"> <i class="sh_pc_sui_icon_search_24px_shein"></i> </div> </div> </div> <div class="header-right she-text-right has-enlarge-search"> <!-- 右侧用户信息 --> <div class="header-right-dropdown-ctn j-header-right-dropdown-ctn new" > <a href="https://sg.shein.com/user/auth/login?direction=nav" class="j-ipad-prevent-a j-header-username-icon sa_account" style="display:inline-block" aria-label="Account" aria-expanded="false" role="listbox" > <i class="sh_pc_sui_icon_nav_me_24px_shein"></i> </a> </div> <!-- 购物车 --> <!-- <div class="j-headerbag-container" style="display: none;"></div> --> <div class="j-headerbag-container header-right-dropdown-ctn header-right-no-relative fast-cart-wrap" > <a class="j-ipad-prevent-a j-sa-cart-1" href="https://sg.shein.com/cart" > <i class="sh_pc_sui_icon_nav_cart_24px_shein"></i> <span class="cart-num">0</span> </a> </div> <!-- 收藏夹 --> <div class="header-right-dropdown-ctn j-fast-wish sa_collect" > <a href="javascript:;" class="header-wishlist" style="display: inline-block;" @click="toWishlist" :aria-label="'wishlist'+wishNum" > <i class="sh_pc_sui_icon_nav_save_24px_shein"></i> <em class="she-hide header-nopenum"></em> <code class="cart-num header-v-cloak-none" v-cloak>{{wishNum}}</code> <code class="cart-num wish-placeholder">0</code> </a> </div> <!-- 购物车(利诱标签)需要放在最后面 --> </div> </div> <div class="c-nav2 j-optimize-category"> <div class="header-optimize__cate-nav"> <div class="header-optimize__cate first-cate"> Categories <i class="sh_pc_sui_icon_more_down_12px"></i> </div> <div class="header-optimize__cate-content" style="position: relative; overflow: hidden;"> <div class="header-optimize__cate-controller" style="position: absolute; white-space: nowrap;"> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > New In </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Sale </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Women Clothing </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Beachwear </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Curve </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Kids </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Men Clothing </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Underwear &amp; Sleepwear </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Shoes </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Home &amp; Kitchen </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Jewelry &amp; Accessories </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Bags &amp; Luggage </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Beauty &amp; Health </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Baby &amp; Maternity </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Sports &amp; Outdoors </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Electronics </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Home Textiles </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Toys &amp; Games </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Tools &amp; Home Improvement </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Office &amp; School Supplies </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Appliances </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Pet Supplies </a> <a class="header-optimize__cate header-optimize__cate-link" href="javascript:;" > Automotive </a> </div> </div> <div class="header-optimize__cate-arrow" style="box-shadow: rgba(0, 0, 0, 0.08) -2px 0px 3px 0px;"> <i class="sh_pc_sui_icon_more_right_18px'"></i> <i class="sh_pc_sui_icon_more_left_18px'"></i> </div> </div> </div> </div> </div> <div class="header-mask j-header-mask"></div> </div> </header> <style> /* 随业务进行改动,copy style就好 */ .static-image { display: flex; flex-direction: row; } .static-image .base-img { width: 100%; } .static-image .base-img .base-img__href { width: 100%; display: block; } .static-image.full-width { position: relative; width: 100%; height: 100%; } .static-image.hasBottomSpace { padding-bottom: 16px; background-color: #fff; } .static-image .intervalSpacing { margin: 0 8px; } .static-image .intervalSpacing:first-child { margin-left: 0; } .static-image .intervalSpacing:last-child { margin-right: 0; } .bottom-fixed { max-width: 100%; height: auto; margin: 0 -48px; padding: 0 48px; width: 100%; } .float-max-width-1200 { max-width: 1296px; margin: 0 auto; left: 50%; transform: translateX(-50%); } .float-max-width-1800 { max-width: 1896px; margin: 0 auto; left: 50%; transform: translateX(-50%); } </style> <!-- topBanner改为直出处理,此处删除ManageCacheDom相关类和初始化方法 --> <div class="container-fluid-article-1200" style="margin-bottom:100px;"> <!--页面数据太少滚动一直抖动bug --> <ul class="c-breadcrumb"> <li> <a href="https://sg.shein.com">Home</a> </li> <li> SHEIN PRIVACY POLICY </li> </ul> <div class="article-continer j-new-article-container article-container-282"> <div id="j-new-article-bff" data-ssr></div> </div> </div> <script> navtrack.navtrack_parsedSSR = Date.now(); </script> <script>(function(){var a=(navigator.language||navigator.userLanguage).toLowerCase().indexOf("ar")==-1;var b=document.getElementById("header_logo_icon");if(gbCommonInfo.lang=="ar"&&a&&b){b.className=b.className.replace("icon-shein-logo","icon-sheinlogo");b.style.fontSize=""};if(b){b.style.display="block"}})();</script> <!-- 懒加载初始化 --> <script> if (typeof resourceSDK !== 'undefined') { var isSupprotCut = "true" === 'true'; resourceSDK({ isSupprotCut: isSupprotCut }) } </script> <script> // 环境变量 localhost/debug/gray/production // var NODE_SERVER_ENV = 'production'; // if(window.performance && window.performance.now) { // window.fpltForPMonitor = window.pfltForPmonitor = Math.round(window.performance.now()); // } </script> <!-- resource depend --> <script> window.resourceManiFest = {"jsDepend":{"common":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/61609-24ff0b2e6410e9b9.js","/she_dist/assets/84986-93a8d355467c9462.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/57963-00608196a0a9aa25.js","/she_dist/assets/common-d4146e978680d8af.js"],"ccc-home":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/swiper-6f76e7df6be7b8ba.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/65264-a2dd2ab4c6557201.js","/she_dist/assets/40965-d9bd4171e7c78fc7.js","/she_dist/assets/90197-1ae2f74ca8d150c1.js","/she_dist/assets/99531-4670a383cedaabba.js","/she_dist/assets/86926-b8ffee5b3af8de8f.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/79660-4b389298ac9a4551.js","/she_dist/assets/13067-a38737e87254a17d.js","/she_dist/assets/ccc-home-4b6d1e04603b01cb.js"],"product_list_v2":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/swiper-6f76e7df6be7b8ba.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/65264-a2dd2ab4c6557201.js","/she_dist/assets/40965-d9bd4171e7c78fc7.js","/she_dist/assets/90197-1ae2f74ca8d150c1.js","/she_dist/assets/15717-ba757fcdf7c3d0fb.js","/she_dist/assets/99531-4670a383cedaabba.js","/she_dist/assets/32168-76c2af7208bed329.js","/she_dist/assets/2922-fdad54a5b3643a6f.js","/she_dist/assets/57634-758c08642e65e4e9.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/7042-83936af6d8cfbdbe.js","/she_dist/assets/9769-d24f765e3cca7b5e.js","/she_dist/assets/52563-dd244bebe11acc39.js","/she_dist/assets/77387-94676afe68eadbb4.js","/she_dist/assets/72555-f6bd2c74045ce417.js","/she_dist/assets/89555-e24f28c6758c8131.js","/she_dist/assets/87165-cbdf986190f25be5.js","/she_dist/assets/9760-2d34e2d004515f09.js","/she_dist/assets/91061-6224beec92200d98.js","/she_dist/assets/79660-4b389298ac9a4551.js","/she_dist/assets/13067-a38737e87254a17d.js","/she_dist/assets/62255-e3a389afa6092e31.js","/she_dist/assets/57381-40479b996ebb507a.js","/she_dist/assets/13737-e97dab033fb64205.js","/she_dist/assets/26628-ed1022c2333ecbb2.js","/she_dist/assets/57963-00608196a0a9aa25.js","/she_dist/assets/55109-cef571e3a95743ea.js","/she_dist/assets/85398-0288952b4fa1a9d2.js","/she_dist/assets/41308-6284d7cfca506b7e.js","/she_dist/assets/23840-9d073efadcfc6524.js","/she_dist/assets/product_list_v2-a69e9330be79e02d.js"],"goods_detail_v3":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/swiper-6f76e7df6be7b8ba.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/65264-a2dd2ab4c6557201.js","/she_dist/assets/40965-d9bd4171e7c78fc7.js","/she_dist/assets/934-a1c7fa0da7fa0b99.js","/she_dist/assets/90197-1ae2f74ca8d150c1.js","/she_dist/assets/44087-7787eb792af7b7cf.js","/she_dist/assets/15717-ba757fcdf7c3d0fb.js","/she_dist/assets/99531-4670a383cedaabba.js","/she_dist/assets/32168-76c2af7208bed329.js","/she_dist/assets/86494-e25ebf78832994ed.js","/she_dist/assets/51144-972a3f06c3863acf.js","/she_dist/assets/455-b14570b6346abf7a.js","/she_dist/assets/75144-2c8b43bd9301e32e.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/73877-c8629c81a27d0875.js","/she_dist/assets/74005-818ea78147be6672.js","/she_dist/assets/77387-94676afe68eadbb4.js","/she_dist/assets/72555-f6bd2c74045ce417.js","/she_dist/assets/92100-4deadda959adeb6e.js","/she_dist/assets/9760-2d34e2d004515f09.js","/she_dist/assets/20493-33785844e902730d.js","/she_dist/assets/91061-6224beec92200d98.js","/she_dist/assets/79660-4b389298ac9a4551.js","/she_dist/assets/84774-53b48563da5aa59b.js","/she_dist/assets/83800-6f6921f8666b3dcd.js","/she_dist/assets/73608-63ae999219318e06.js","/she_dist/assets/83837-1e808e844aabc923.js","/she_dist/assets/89687-ac2d2ebcfb68cd35.js","/she_dist/assets/goods_detail_v3-ebf065146c8c97ef.js"],"goods_detail_reviews":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/swiper-6f76e7df6be7b8ba.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/32631-cbcb3384c03f642c.js","/she_dist/assets/8687-8e140c5939d82181.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/69153-c3486fc86e3f9f35.js","/she_dist/assets/81348-0f7d581a0620da38.js","/she_dist/assets/goods_detail_reviews-291fb5c1921bcac0.js"],"cart_v2":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/sbzwjs-dcb525753783a3b0.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/swiper-6f76e7df6be7b8ba.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/65264-a2dd2ab4c6557201.js","/she_dist/assets/40965-d9bd4171e7c78fc7.js","/she_dist/assets/934-a1c7fa0da7fa0b99.js","/she_dist/assets/32631-cbcb3384c03f642c.js","/she_dist/assets/90197-1ae2f74ca8d150c1.js","/she_dist/assets/29305-92961d6d6566a5cf.js","/she_dist/assets/75054-5d31101160171b50.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/7042-83936af6d8cfbdbe.js","/she_dist/assets/9769-d24f765e3cca7b5e.js","/she_dist/assets/52563-dd244bebe11acc39.js","/she_dist/assets/974-56e05fed96ad9120.js","/she_dist/assets/42148-48216b1f6242169b.js","/she_dist/assets/29818-2e027fc0e5045a99.js","/she_dist/assets/73877-c8629c81a27d0875.js","/she_dist/assets/74005-818ea78147be6672.js","/she_dist/assets/125-98d2f13927c8e746.js","/she_dist/assets/24893-0a7e8ab5e977d72c.js","/she_dist/assets/7869-bc41934f2af751c8.js","/she_dist/assets/34016-236b61d381cc4f63.js","/she_dist/assets/75541-7a3ad69c626bc3b5.js","/she_dist/assets/cart_v2-228a91286777d21d.js"],"cartv2_dialog":["/she_dist/assets/cartv2_dialog.f553a60fb5de7f85.js"],"cartv2_pick_item":["/she_dist/assets/cartv2_pick_item.551e1a4f9a34ef7c.js"],"cartv2_bottom_content":["/she_dist/assets/89555-e24f28c6758c8131.js","/she_dist/assets/87165-cbdf986190f25be5.js","/she_dist/assets/cartv2_bottom_content.6482eed31199d653.js"],"add_on_v2":["/she_dist/assets/add_on_v2.4416f332f6718659.js"],"checkout":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/sbzwjs-dcb525753783a3b0.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/swiper-6f76e7df6be7b8ba.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/65264-a2dd2ab4c6557201.js","/she_dist/assets/40965-d9bd4171e7c78fc7.js","/she_dist/assets/934-a1c7fa0da7fa0b99.js","/she_dist/assets/32631-cbcb3384c03f642c.js","/she_dist/assets/74790-95dd6c69ebe03aac.js","/she_dist/assets/77585-be684b1a3e2d30e1.js","/she_dist/assets/24375-ba19f63377246ad2.js","/she_dist/assets/96227-c68495c9afeb930b.js","/she_dist/assets/16284-55277468801cfb20.js","/she_dist/assets/80356-d5deaba283edf917.js","/she_dist/assets/11596-44840c32443aa7a9.js","/she_dist/assets/3318-77c71317c2366af6.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/7042-83936af6d8cfbdbe.js","/she_dist/assets/9769-d24f765e3cca7b5e.js","/she_dist/assets/52563-dd244bebe11acc39.js","/she_dist/assets/72555-f6bd2c74045ce417.js","/she_dist/assets/92100-4deadda959adeb6e.js","/she_dist/assets/9760-2d34e2d004515f09.js","/she_dist/assets/125-98d2f13927c8e746.js","/she_dist/assets/24893-0a7e8ab5e977d72c.js","/she_dist/assets/62916-e816499dfc51042d.js","/she_dist/assets/4054-2b94f99693f25c1d.js","/she_dist/assets/29981-858ffc03363eadf4.js","/she_dist/assets/6830-3636ddf4d6dbbc97.js","/she_dist/assets/83777-b77f2e54de561939.js","/she_dist/assets/51615-a7538943de9e6aa8.js","/she_dist/assets/58871-bfdcee9ad4999a5a.js","/she_dist/assets/81454-89aef4f28f63d47f.js","/she_dist/assets/48359-27b49639b86f4845.js","/she_dist/assets/98157-90dd962e0ceb7021.js","/she_dist/assets/83837-1e808e844aabc923.js","/she_dist/assets/68085-8a4a94bc9e8844ac.js","/she_dist/assets/59450-ba623d7bcf28e4cf.js","/she_dist/assets/checkout-9c80c2947c2e2a6f.js"],"cart-promotion-modal":[],"cart-batch-modal":[],"ccc-campaigns":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/65264-a2dd2ab4c6557201.js","/she_dist/assets/40965-d9bd4171e7c78fc7.js","/she_dist/assets/95444-49bbcae15aa46172.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/89555-e24f28c6758c8131.js","/she_dist/assets/87165-cbdf986190f25be5.js","/she_dist/assets/ccc-campaigns-fb98f537fb817af7.js"],"user_index":["/she_dist/assets/runtime-943e25bf43a1e9b2.js","/she_dist/assets/core-vendors-33dd56c841ec2299.js","/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js","/she_dist/assets/lib-lodash-6e7fb03d0363c718.js","/she_dist/assets/lib-sui-2669ab53f064a872.js","/she_dist/assets/swiper-6f76e7df6be7b8ba.js","/she_dist/assets/schttp-chunk-cd1af02946bf767b.js","/she_dist/assets/95644-b9940bf5b0b048e2.js","/she_dist/assets/15443-66b72579a58eb20c.js","/she_dist/assets/70760-d515b5208b536b8b.js","/she_dist/assets/85786-b56543abea175254.js","/she_dist/assets/65264-a2dd2ab4c6557201.js","/she_dist/assets/85830-31d702ac590f92eb.js","/she_dist/assets/18781-a82752b92ad48459.js","/she_dist/assets/88697-3d0f7502212fc59d.js","/she_dist/assets/14815-03b3b6089b88dcf5.js","/she_dist/assets/23513-1365500b06608e2d.js","/she_dist/assets/user_index-fe200c7954c07a74.js"]}} </script> <script type="text/javascript" src="//sc.ltwebstatic.com/she_dist/libs/vue3.2.41,ejs.min.js"></script> <script async src="//armor.ltwebstatic.com/she_dist/armor-libs/antiin/antiin.1.9.1.min.js"></script> <script type="text/javascript"> (function(){ window._TDBotD = {} var st = "central" === "eur" ? "botd.eur.js" : "botd.us.js"; var botd = document.createElement('script'); botd.type = 'text/javascript'; botd.async = true; botd.src = "//armor.ltwebstatic.com/she_dist/armor-libs/risk_libs/" + st + "?t=484300"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(botd, s); })(); </script> <script type="text/javascript" src="https://common.ltwebstatic.com/dist_bundle/xjqHR52UWJdjKJ0x6QrCsus66rNXR9/2.0.13/1/main.js" ></script> <script src="//sc.ltwebstatic.com/she_dist/assets/runtime-943e25bf43a1e9b2.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/core-vendors-33dd56c841ec2299.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/lib-polyfill-28b7cdd5642e2323.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/lib-lodash-6e7fb03d0363c718.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/lib-sui-2669ab53f064a872.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/schttp-chunk-cd1af02946bf767b.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/95644-b9940bf5b0b048e2.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/15443-66b72579a58eb20c.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/70760-d515b5208b536b8b.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/85786-b56543abea175254.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/61609-24ff0b2e6410e9b9.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/84986-93a8d355467c9462.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/88697-3d0f7502212fc59d.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/57963-00608196a0a9aa25.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/common-d4146e978680d8af.js" crossorigin="anonymous"></script> <script> var _gb_privacyEurCountry = [13, 21, 33, 56, 54, 57, 58, 68, 73, 74, 82, 85, 98, 104, 106, 116, 122, 123, 131, 150, 172, 173, 177, 192, 193, 198, 206, 225]; var _gb_passwordSafetyExp = /^(?=.*\d)(?=.*[a-zA-Z]).{8,}$/; </script> <style type="text/css"> .c-footer { position: absolute; left: 0; right: 0; bottom: 0; min-height: 378px; padding-top: 60px; padding-bottom: 20px; background-color: #fafafa; } .RW-SITE .c-footer { background-color: #FFF3F9; } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 10px; padding-right: 10px; } [lang="ar"] .c-footer .ft-right .ft-right-et>li>a { font-size: 36px!important; } [lang="ar"] .c-footer .ft-right .ft-right-et>li>a.icon-andriod,[lang="ar"] .c-footer .ft-right .ft-right-et>li>a.icon-apple { font-size: 30px!important; } [lang="fr"] .c-footer .ft-right h6 { text-transform: inherit; } [lang="it"] .c-footer .ft-right h6 { text-transform: inherit; } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { .c-footer .ft-right .ft-right-et>li .margin-r{ margin-right: 0; } } </style> <!-- footer --> <footer class="c-footer container-fluid j-footer common-footer-container"> <div class="container-fluid-1200 j-footer-bottom-vue" v-cloak> </div> </footer> <!-- ar bg http://sheinsz.ltwebstatic.com/image/ar/n-ar-pop_v4dfb2bf.png?v=shein_494 --> <!-- au bg //sheinsz.ltwebstatic.com/image/au/n-au-pop_vba162b3.png?v=shein_494 --> <!-- de bg //sheinsz.ltwebstatic.com/image/de/n-de-pop_v060a870.jpg?v=shein_494 --> <!-- IP跳转弹窗前置字体样式 --> <script> // window.fbAsyncInit = function () { // FB.init({ // appId: '312563225523989', // // autoLogAppEvents : true, // status: true, // cookie: true, // xfbml: true, // oauth: true, // version: 'v11.0' // }); // }; // (function (d, s, id) { // var js, fjs = d.getElementsByTagName(s)[0]; // if (d.getElementById(id)) { // return; // } // js = d.createElement(s); // js.id = id; // js.src = "//connect.facebook.net/en_US/sdk.js"; // fjs.parentNode.insertBefore(js, fjs); // }(document, 'script', 'facebook-jssdk')); </script> <script type="text/javascript"> var __CurrentMainDomain__ = (function () { var hostnameArray = location.hostname.split('.'); return "." + hostnameArray.slice(-2).join('.'); })(); </script> <script> window.articleSsrData = {"ssrPageType":"article","siteName":"sg","currency":"SGD","IS_RW":false,"PUBLIC_CDN":"//sc.ltwebstatic.com","langPath":"","lang":"sg","host":"https://sg.shein.com","SiteUID":"sg","dateLangMap":{"Monday":"Monday","Tuesday":"Tuesday","Wednesday":"Wednesday","Thursday":"Thursday","Friday":"Friday","Saturday":"Saturday","Sunday":"Sunday","Jan":"Jan","Feb":"Feb","Mar":"Mar","Apr":"Apr","May":"May","Jun":"Jun","Jul":"Jul","Aug":"Aug","Sep":"Sep","Oct":"Oct","Nov":"Nov","Dec":"Dec"},"articleInfo":{"addTime":"2021-04-14 14:29:48","addUserId":0,"addUserName":"","brand":"shein","collectId":9008,"conName":"SHEIN PRIVACY POLICY","conText":"<div class=\"c-new-article c-long-text\">\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"article-con-item-second\">\r\n\t\t\t<div class=\"item-t-s title-second\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tEffective Date: June 1, 2023\r\n\t\t\t\t</b>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-t-s title-second\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tIntroduction and Overview\r\n\t\t\t\t</b>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tThis Privacy Policy (\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Policy\"\r\n\t\t\t\t</b>\r\n\t\t\t\t) explains how your personal information is collected, used, shared and\r\n\t\t\t\tprocessed when accessing this website or using other services provided\r\n\t\t\t\tby its operator, including any written or electronic communications and\r\n\t\t\t\tpurchases performed (collectively, the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Services\"\r\n\t\t\t\t</b>\r\n\t\t\t\t) as well as the rights and choices you have associated with that information.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tThe Services include any services provided via this website, located at\r\n\t\t\t\tSHEIN.com (the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Site\"\r\n\t\t\t\t</b>\r\n\t\t\t\t), our mobile applications (the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Apps\"\r\n\t\t\t\t</b>\r\n\t\t\t\t), our accounts and fan pages on social media platforms (the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Social Media Accounts\"\r\n\t\t\t\t</b>\r\n\t\t\t\t), and any other websites, pages, features, or content owned and operated\r\n\t\t\t\tby the Company that hyperlink to this Policy.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tThe company selling the products via the Site and Apps and providing the\r\n\t\t\t\tServices (and therefore, the payment collection entity) is Fashion Choice\r\n\t\t\t\tPte. Ltd., 22 Sin Ming Lane, #06-76, Midview City, Singapore 573969.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tPlease read our\r\n\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_399\" target=\"_blank\">\r\n\t\t\t\t\t\tTerms and Conditions\r\n\t\t\t\t\t</a>\r\n\t\t\t\t\tand this Policy before accessing or using our Services. If you cannot\r\n\t\t\t\t\tagree with this Policy or the Terms and Conditions, please do not access\r\n\t\t\t\t\tor use our Services.\r\n\t\t\t\t</b>\r\n\t\t\t\tBy using our Services, you accept the Terms and Conditions and Privacy\r\n\t\t\t\tPolicy on the site you are using.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tRight to modify this Policy: We may change this Policy from time to time,\r\n\t\t\t\t\tto reflect how we are processing your data, and if we make changes, we\r\n\t\t\t\t\twill notify you by revising the effective date or last modified date at\r\n\t\t\t\t\tthe top of this Policy. If we make significant changes that materially\r\n\t\t\t\t\taffect your privacy rights, we will provide advanced notice and make that\r\n\t\t\t\t\tclear on the SHEIN website or other SHEIN services, or by some other means\r\n\t\t\t\t\tof contact such as email, so that you are able to review the changes before\r\n\t\t\t\t\tyou continue to use the Services. If you do not agree with the modified\r\n\t\t\t\t\tPolicy, please discontinue use of the Services immediately.\r\n\t\t\t\t</b>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tInstant information:\r\n\t\t\t\t</b>\r\n\t\t\t\tIn addition, we may provide you with real time disclosures or additional\r\n\t\t\t\tinformation about the personal information handling practices of specific\r\n\t\t\t\tparts of our Services. Such notices may supplement this Policy or provide\r\n\t\t\t\tyou with additional choices about how we process your personal information.\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"article-con-item-second\">\r\n\t\t\t<div class=\"item-t-s title-second\">\r\n\t\t\t\tCONTENTS\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tClick on the links below to go to a specific section of this Policy.\r\n\t\t\t</div>\r\n\t\t\t<ul class=\"privacy-list\">\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t1')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t1. How We Collect and Use Your Personal Information >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t2')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t2. Sharing Your Personal Information >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t3')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t3. Cookies, Interest-Based Advertising, Ad Choices >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t4')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t4. Security Precautions >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t5')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t5. Your Rights >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t6')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t6. Retention >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t7')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t7. Third-Party Websites >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t8')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t8. Children >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t9')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t9. Social Media Accounts >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t10')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t10. Storage and Transfer of Your Personal Data >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t11')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t11. Contact Us >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t1\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t1. How We Collect and Use Your Personal Information\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe respect the privacy of the visitors to our digital properties and the\r\n\t\t\t\t\t\t\tusers of our products and Services, and we are committed to protecting\r\n\t\t\t\t\t\t\tit through our compliance with this Policy. We collect personal information\r\n\t\t\t\t\t\t\twhen you use our Services.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tPersonal information is any information that identifies or makes an individual\r\n\t\t\t\t\t\t\tidentifiable. The definition of personal information (used interchangeably\r\n\t\t\t\t\t\t\tin this Privacy Policy with the term \"personal data\") depends on where\r\n\t\t\t\t\t\t\tyou are a resident. Only the definition that applies to your country of\r\n\t\t\t\t\t\t\tresidence will apply to you under this Privacy Policy.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tPersonal Information does not include data that has been effectively irreversibly\r\n\t\t\t\t\t\t\tanonymized or aggregated so that it can no longer enable us or others,\r\n\t\t\t\t\t\t\twhether in combination with other information or otherwise, to identify\r\n\t\t\t\t\t\t\tyou.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tYour personal data is collected and used by us to support a range of different\r\n\t\t\t\t\t\t\tactivities or business purposes. The purposes and types of information\r\n\t\t\t\t\t\t\twe collect are listed in the chart below, and should be understood to include\r\n\t\t\t\t\t\t\tuses of your personal data that are compatible with the purposes listed\r\n\t\t\t\t\t\t\tor uses that may be reasonably expected given the original purpose of collection.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"c-article-new-table\">\r\n\t\t\t\t\t\t\t<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"text-align: left;border:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t<thead style=\"border-bottom:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\tPurpose\r\n\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\tThe Personal Data We Collect\r\n\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t</thead>\r\n\t\t\t\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo create an account with us and to manage your account, to provide you\r\n\t\t\t\t\t\t\t\t\t\t\tour Services;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tContact information, including email address and password, to register\r\n\t\t\t\t\t\t\t\t\t\t\t\t\twith our website or app;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tProfile data, including your style preference, if you voluntarily choose\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto provide it for personalization purposes.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo fulfill or process orders;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tIdentity and contact information such as name, phone number and shipping\r\n\t\t\t\t\t\t\t\t\t\t\t\t\taddress, as well as financial information or payment account information,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor delivery, returns, refund, sales tax determinations, and payment operations;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTransaction details, such as return and refund details, gift card number,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tand order history, in our Services, in order to fulfill basic functions,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tincluding processing your payment and return requests, and keeping you\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tinformed of the order status and shipping logistics;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tLocation data at an IP address-based level, to tailor your experience\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tin terms of displaying the appropriate local website, language, or user\r\n\t\t\t\t\t\t\t\t\t\t\t\t\texperience.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo provide customer service and support, or to provide you with service-related\r\n\t\t\t\t\t\t\t\t\t\t\tcommunications;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tYour communication history with us via various channels, such as email,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tphone, social media, mail, instant chat, and our customer service platform,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto respond to your requests, as well as to keep you updated about your\r\n\t\t\t\t\t\t\t\t\t\t\t\t\taccount and the Services;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tPhotographs you upload to our Services in accordance with our Terms and\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tConditions, to provide product advice and to allow you to voluntarily show\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tother potential customers what items may look like when purchased or worn.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo undertake marketing, advertising or other promotional activities;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tContact information, such as phone number and email address, for telemarketing\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tand email marketing purposes;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tNon-directly identifiable device identifiers, operating system information,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tand cookie information, to direct and measure the effectiveness of the\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tadvertising we offer;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tData about how you engage with our Services, such as browsing, adding\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto your shopping cart, saving items, placing an order, and returns) for\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tmarket research, statistical analysis and the display of personalized advertising\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tbased on your activity on our site and inferred interests;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tContact and identity information, such as name, email address and phone\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tnumber, when you voluntarily enter into a competition, market survey, event\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tor other marketing campaigns organized by us;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTo share your personal data with third party advertisers.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tName, email address and/or phone number if you enter into a promotion\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tor program, such as the SHEIN VIP program via the Services or through a\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tthird-party platform (\"Promotion\"). As permitted by applicable law, your\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tinformation may also be used by SHEIN or the Promotion sponsor for marketing\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tpurposes. Your entry into the Promotion may result in the addition of your\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tinformation to our mailing list as well as to the mailing list of our promotional\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tpartners, both as permitted by applicable law. Acceptance of a prize may\r\n\t\t\t\t\t\t\t\t\t\t\t\t\trequire you (unless prohibited by law) to allow us to post publicly some\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tof your information via the Site or App, such as on a winners’ page.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo improve our product or service, or for personalization;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tCollect your device information, and usage data in our website or app\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor fault analysis, troubleshooting, and system maintenance, as well as\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tsetting default options for you, such as language and currency;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tWhen you optionally provide such information, we may collect general personal\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata that cannot identify you, such as body shape, personal height, chest/waist/hip\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tcircumference, and weight. For example, this information may be used by\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tus to recommend clothing sizes or styles, personalization, or to provide\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfit prediction services for you;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTo share your personal data within and across our corporate organization\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor our business needs and personalization;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tCollection of your \"like\" records and votes when prompted as to your preference\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tbetween two items, to provide preference setting options;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tThe display of information you choose to post on public areas of the Services,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor example a customer review.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo prevent and investigate fraud and other illegal activities;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tInformation automatically collected through the Services, such as browser\r\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype, device information, operating system and account setting information\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor fraud prevention and detection and credit risk reduction;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tLog-in data for risk control and fraud reporting;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tBilling address to verify payment information.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo comply with legal or compliance requirements;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tIdentity information, such as ID- or passport-related information, for\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tcustoms clearance purposes;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTransaction history and certain identity information to handle and resolve\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tlegal disputes, for regulatory investigations purpose, and to comply with\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tlawful requests from a competent law enforcement agency or court.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tOther Purposes.\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tWe may use your information for any other purpose disclosed to you prior\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto you providing us your personal information or which is reasonably necessary\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto provide the Services or other related products and/or services requested,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\twith your permission or upon your direction.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t</tbody>\r\n\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\tPlease note:\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tWhen communicating with us by email or through forms on our Services,\r\n\t\t\t\t\t\t\tor when you publicly share content through our Services, we ask that you\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\tplease do not send us any sensitive information pertaining to yourself\r\n\t\t\t\t\t\t\t\tor to others.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tWe do not collect or store sensitive information or special categories\r\n\t\t\t\t\t\t\tof information.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t2\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t2. Sharing Your Personal Information\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe may disclose and share your personal information with the parties as\r\n\t\t\t\t\t\t\tdescribed below.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left:20px !important;position:relative;\">\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tA.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tWithin Our Corporate Organization\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. The Company is a part of a corporate organization that has several legal\r\n\t\t\t\t\t\t\t\tentities, business processes, management structures and technical systems.\r\n\t\t\t\t\t\t\t\tWe may share your personal information with our related group companies\r\n\t\t\t\t\t\t\t\tand, in some cases, other affiliates of our corporate group for business\r\n\t\t\t\t\t\t\t\tmaintenance and personalization continuity purposes, for instance so that\r\n\t\t\t\t\t\t\t\tyou may enjoy a personalized user experience across our digital properties,\r\n\t\t\t\t\t\t\t\tto provide you with the Services, or to take actions based on your requests\r\n\t\t\t\t\t\t\t\tor preferences.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tB.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tService Providers\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may share your personal information with the following types of third-party\r\n\t\t\t\t\t\t\t\tservice providers as set out in the table below:\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<div class=\"c-article-new-table\">\r\n\t\t\t\t\t\t\t\t<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"text-align: left;border:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t<thead style=\"border-bottom:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tSupplier/Service/Provider/Processor\r\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tServices Offered\r\n\t\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t</thead>\r\n\t\t\t\t\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tIT system and software service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tWebsite hosting services (including cloud storage), mobile app or software\r\n\t\t\t\t\t\t\t\t\t\t\t\toptimization services, customer relationship management software, email\r\n\t\t\t\t\t\t\t\t\t\t\t\tservice providers, or system maintenance services.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tPayment service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tThird-party payment processing services.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tMarketing and advertising services\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tAssistance in reaching potential new customers across multiple communications\r\n\t\t\t\t\t\t\t\t\t\t\t\tchannels, or sharing with affiliated companies that promote our products\r\n\t\t\t\t\t\t\t\t\t\t\t\ton their websites.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tOrder fulfillment service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tProvision of logistics, warehousing and distribution services, return\r\n\t\t\t\t\t\t\t\t\t\t\t\tand exchange services, and order status notification services for your\r\n\t\t\t\t\t\t\t\t\t\t\t\tpurchased items.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tCustomer service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tAssistance with customer services and support.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tFraud prevention and information security service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tIdentity verification, fraud prevention, or credit risk reduction services\r\n\t\t\t\t\t\t\t\t\t\t\t\tto protect our website/app and our business.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tOther Service providers selected by you\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tOther third parties, such as size recommendations and fit prediction services\r\n\t\t\t\t\t\t\t\t\t\t\t\tproviders, if you have chosen to help us provide you with product recommendations.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t</tbody>\r\n\t\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\tWe strive to ensure that our third party service providers can only use\r\n\t\t\t\t\t\t\t\tyour data for the purposes for which it was provided to them and to the\r\n\t\t\t\t\t\t\t\textent necessary for such purposes, in accordance with our written instructions.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tC.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tTo Maintain Legal and Regulatory Compliance\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We have the right to disclose your personal informationor as required\r\n\t\t\t\t\t\t\t\tby law, or when we believe that disclosure is necessary to protect our\r\n\t\t\t\t\t\t\t\trights and/or comply with a judicial proceeding, court order, request from\r\n\t\t\t\t\t\t\t\ta regulator or any other legal process served on us. We also may disclose\r\n\t\t\t\t\t\t\t\tyour information where we reasonably believe that the disclosure is necessary\r\n\t\t\t\t\t\t\t\tto enforce our agreements or policies, or if we believe that disclosure\r\n\t\t\t\t\t\t\t\twill help us protect the rights, property or safety of the Company or our\r\n\t\t\t\t\t\t\t\tcustomers.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tD.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tCo-Branded Services and Features\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Portions of our Services may be offered as part of co-branded services\r\n\t\t\t\t\t\t\t\tand features. We will share your personal information with our co-branded\r\n\t\t\t\t\t\t\t\tpartners based on your voluntary use of or participation in a co-branded\r\n\t\t\t\t\t\t\t\tservice or feature. Use of your personal information by a co-branded partner\r\n\t\t\t\t\t\t\t\twill be subject to a co-branded partner’s privacy policy. If you wish to\r\n\t\t\t\t\t\t\t\topt-out of a co-branded partner’s future use of your personal information,\r\n\t\t\t\t\t\t\t\tyou will need to contact the co-branded partner directly.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tE.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tConsent\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may disclose your personal information for any purpose with your\r\n\t\t\t\t\t\t\t\tconsent.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tF.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tCorporate Transactions\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may disclose personal information—including account information,\r\n\t\t\t\t\t\t\t\tWallet balance or points information—to a buyer, prospective buyer, corporate\r\n\t\t\t\t\t\t\t\taffiliate, or other successor in the event of a merger, divestiture, restructuring,\r\n\t\t\t\t\t\t\t\treorganization, dissolution, or sale or transfer of some or all of our\r\n\t\t\t\t\t\t\t\tassets, whether as a going concern or as part of bankruptcy, liquidation,\r\n\t\t\t\t\t\t\t\tor similar proceeding in which personal information held by us about our\r\n\t\t\t\t\t\t\t\tServices users is among the assets transferred. You acknowledge and agree\r\n\t\t\t\t\t\t\t\tto our assignment or transfer of rights to your personal information.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tPlease note that we may disclose, without restriction, aggregated or anonymized\r\n\t\t\t\t\t\t\tinformation about the users of our Services, which is information that\r\n\t\t\t\t\t\t\tdoes not identify any specific individual.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t3\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t3. Cookies, Interest-Based Advertising, Ad Choices\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe may use cookies, tags, web pixels, and similar technologies to automatically\r\n\t\t\t\t\t\t\tcollect information on our Services. Cookies or tags are bits of code that\r\n\t\t\t\t\t\t\tallow our technology partners to collect information that usually does\r\n\t\t\t\t\t\t\tnot directly identify you. If required by law, we will request your consent\r\n\t\t\t\t\t\t\tbefore using cookies or other tracking technologies. Information within\r\n\t\t\t\t\t\t\tthis section describes our use of cookies and your ability to control the\r\n\t\t\t\t\t\t\tuse of cookies for advertising-related purposes.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left:22px !important;position:relative;\">\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tA.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tCookies\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Cookies are small web files that a site or its provider transfers to\r\n\t\t\t\t\t\t\t\tyour device’s hard drive through your web browser that enables the site’s\r\n\t\t\t\t\t\t\t\tor provider’s system to recognize your browser and remember certain information.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\tGenerally, we use first-party and third-party cookies for the following\r\n\t\t\t\t\t\t\t\tpurposes: to make our Services function properly; to provide a secure browsing\r\n\t\t\t\t\t\t\t\texperience during your use of our Services; to collect passive information\r\n\t\t\t\t\t\t\t\tabout your use of our Services; to measure how you interact with our marketing\r\n\t\t\t\t\t\t\t\tcampaigns; to help us improve our Services; and to remember your preferences\r\n\t\t\t\t\t\t\t\tfor your convenience.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\tWe use the following types of cookies on our Services:\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<ul class=\"privacy-list\">\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tStrictly Necessary Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tThese cookies are essential because they enable you to use our Services.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tFunctional Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tWe use functional cookies to remember your choices so we can tailor our\r\n\t\t\t\t\t\t\t\t\t\tServices to provide you with enhanced features and personalized content.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tPerformance or Analytic Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tThese cookies collect passive information about how you use our Services,\r\n\t\t\t\t\t\t\t\t\t\tincluding webpages you visit and links you click. We use the information\r\n\t\t\t\t\t\t\t\t\t\tcollected by such cookies to improve and optimize our Services.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tAdvertising or Targeting Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tThese cookies are used to make advertising messages more relevant to you.\r\n\t\t\t\t\t\t\t\t\t\tThey perform functions like preventing the same ad from continuously reappearing,\r\n\t\t\t\t\t\t\t\t\t\tensuring that ads are properly displayed for advertisers, and in some cases\r\n\t\t\t\t\t\t\t\t\t\tselecting advertisements that are based on your interests. Our third-party\r\n\t\t\t\t\t\t\t\t\t\tadvertising partners may use these cookies to build a profile of your interests\r\n\t\t\t\t\t\t\t\t\t\tand deliver relevant advertising on other sites. You may disable the use\r\n\t\t\t\t\t\t\t\t\t\tof these cookies as set forth below.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tB.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tYour Choices\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Your browser may provide you with the option to refuse some or all browser\r\n\t\t\t\t\t\t\t\tcookies. You may also be able to remove cookies from your browser. You\r\n\t\t\t\t\t\t\t\tcan exercise your preferences in relation to cookies served on our Services\r\n\t\t\t\t\t\t\t\tby taking the steps outlined below.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<ul class=\"privacy-list\">\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tFirst-Party Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tYou can use the browser with which you are viewing this Site to enable,\r\n\t\t\t\t\t\t\t\t\t\tdisable or delete cookies. To do this, follow the instructions provided\r\n\t\t\t\t\t\t\t\t\t\tby your browser (usually located within the “Help”, “Tools” or “Edit” settings).\r\n\t\t\t\t\t\t\t\t\t\tPlease note, if you set your browser to disable cookies, you may not be\r\n\t\t\t\t\t\t\t\t\t\table to access secure areas of the Site. Also, if you disable cookies other\r\n\t\t\t\t\t\t\t\t\t\tparts of the Services may not work properly. You can find more information\r\n\t\t\t\t\t\t\t\t\t\tabout how to change your browser cookie settings at\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.allaboutcookies.org\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://www.allaboutcookies.org\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tThird-Party Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tMany advertising companies that collect information for interest-based\r\n\t\t\t\t\t\t\t\t\t\tadvertising are members of the Digital Advertising Alliance (DAA) or the\r\n\t\t\t\t\t\t\t\t\t\tNetwork Advertising Initiative (NAI), both of which maintain websites where\r\n\t\t\t\t\t\t\t\t\t\tpeople can opt out of interest-based advertising from their members. To\r\n\t\t\t\t\t\t\t\t\t\topt-out of website interest-based advertising provided by each organization’s\r\n\t\t\t\t\t\t\t\t\t\trespective participating companies, visit the DAA’s opt-out portal available\r\n\t\t\t\t\t\t\t\t\t\tat\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://optout.aboutads.info/\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://optout.aboutads.info/\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t, or visit the NAI’s opt-out portal available at\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://optout.networkadvertising.org/?c=1\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://optout.networkadvertising.org/?c=1\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t. Residents of the European Union may opt-out of online behavioral advertising\r\n\t\t\t\t\t\t\t\t\t\tserved by the European Interactive Digital Advertising Alliance’s participating\r\n\t\t\t\t\t\t\t\t\t\tmember organizations by visiting\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.youronlinechoices.eu/\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://www.youronlinechoices.eu/\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t. For more information about third-party advertising networks and similar\r\n\t\t\t\t\t\t\t\t\t\tentities that use these technologies, please see\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.aboutads.info/consumers\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://www.aboutads.info/consumers\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t\tWe do not control third parties’ collection or use of your information\r\n\t\t\t\t\t\t\t\tto serve interest-based advertising. However, these third parties may provide\r\n\t\t\t\t\t\t\t\tyou with ways to choose not to have your information collected or used\r\n\t\t\t\t\t\t\t\tin this way. In addition, most web browsers provide help pages relating\r\n\t\t\t\t\t\t\t\tto setting cookie preferences. More information may be found for the following\r\n\t\t\t\t\t\t\t\tbrowsers here:\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.google.com/chrome/answer/95647?hl=en-GB\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tGoogle Chrome\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.microsoft.com/en-us/help/260971/description-of-cookies\"\r\n\t\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tInternet Explorer\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer\"\r\n\t\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tMozilla Firefox\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.apple.com/zh-cn/guide/safari/sfri11471/mac\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tSafari (Desktop)\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.apple.com/en-us/HT201265\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tSafari (Mobile)\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.google.com/nexus/answer/54068?visit_id=637188034605491433-3067478416&hl=en&rd=1\"\r\n\t\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tAndroid Browser\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://help.opera.com/en/mobile/android/\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tOpera Mobile\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"item-p\" style=\"padding-bottom:10px;\">\r\n\t\t\t\t\t\t\t\tSHEIN adheres to the Digital Advertising Alliance's Self-Regulatory Principles.\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tC.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tWeb Pixels\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. To see how successfully our marketing campaigns or other goals of the\r\n\t\t\t\t\t\t\t\tServices are performing we sometimes use conversion pixels, which fire\r\n\t\t\t\t\t\t\t\ta short line of code to tell us when you have clicked on a particular button\r\n\t\t\t\t\t\t\t\tor reached a particular page (e.g. a thank you page once you have completed\r\n\t\t\t\t\t\t\t\tthe procedure for subscribing to one of our services or have completed\r\n\t\t\t\t\t\t\t\tone of our forms). We also use web pixels to analyze usage patterns on\r\n\t\t\t\t\t\t\t\tour Services. The use of a pixel allows us to record that a particular\r\n\t\t\t\t\t\t\t\tdevice, browser, or application has visited a particular webpage.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tD.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tAnalytics\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may use third-party service providers to monitor and analyze the\r\n\t\t\t\t\t\t\t\tuse of our Services. Presently, we use\r\n\t\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t\tGoogle Analytics\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t. Google Analytics is a web analytics service that tracks and reports\r\n\t\t\t\t\t\t\t\tSite traffic. For more information on the privacy practices of Google,\r\n\t\t\t\t\t\t\t\tplease visit the Google Privacy & Terms web page:\r\n\t\t\t\t\t\t\t\t<a href=\"https://policies.google.com/privacy?hl=en\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\thttps://policies.google.com/privacy?hl=en\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t. Google Analytics Opt-out Browser Add-on provides visitors with the ability\r\n\t\t\t\t\t\t\t\tto prevent their data from being collected and used by Google Analytics,\r\n\t\t\t\t\t\t\t\tavailable at:\r\n\t\t\t\t\t\t\t\t<a href=\"https://tools.google.com/dlpage/gaoptout\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\thttps://tools.google.com/dlpage/gaoptout\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tE.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tBehavioral Remarketing\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We also use remarketing services to advertise on third-party websites\r\n\t\t\t\t\t\t\t\tto you after you visited our Services. For this purpose, visitors are grouped\r\n\t\t\t\t\t\t\t\tby certain actions on our Services, e.g., by duration of a visit. This\r\n\t\t\t\t\t\t\t\tenables us to understand your preferences and to show you personalized\r\n\t\t\t\t\t\t\t\tadvertising even if you are currently surfing on another website that also\r\n\t\t\t\t\t\t\t\tparticipates in the same advertising network. We utilize Google Ads, Bing\r\n\t\t\t\t\t\t\t\tAds, and similar ad networks.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tF.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tOther Tracking Technologies\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Pages of our Site may also use Java scripts, which are code snippets\r\n\t\t\t\t\t\t\t\tembedded in various parts of websites and applications that facilitate\r\n\t\t\t\t\t\t\t\ta variety of operations including accelerating the refresh speed of certain\r\n\t\t\t\t\t\t\t\tfunctionality or monitoring usage of various online components; entity\r\n\t\t\t\t\t\t\t\ttags, which are HTTP code mechanisms that allow portions of websites to\r\n\t\t\t\t\t\t\t\tbe stored or “cached” within your browser to accelerate website performance;\r\n\t\t\t\t\t\t\t\tand HTML5 local storage, which allows data from websites to be stored or\r\n\t\t\t\t\t\t\t\t“cached” within your browser to store and retrieve data in HTML5 pages\r\n\t\t\t\t\t\t\t\twhen the website is revisited.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tG.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tDo Not Track\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Some Internet browsers, such as Internet Explorer, Firefox, and Safari,\r\n\t\t\t\t\t\t\t\tinclude the ability to transmit “Do Not Track” or “DNT” signals. Since\r\n\t\t\t\t\t\t\t\tuniform standards for “DNT\" signals have not been adopted, our Site does\r\n\t\t\t\t\t\t\t\tnot currently process or respond to “DNT” signals.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t4\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t4. Security Precautions\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe maintain physical, electronic, and procedural safeguards designed to\r\n\t\t\t\t\t\t\tguard and prevent misuse of your personal information. Our security measures\r\n\t\t\t\t\t\t\tinclude industry-standard physical, technical and administrative measures\r\n\t\t\t\t\t\t\tto prevent unauthorized access to or disclosure of your information.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tThe Internet is not an absolutely secure environment. We strongly recommend\r\n\t\t\t\t\t\t\tthat you use a secure method and use a complex password to help us ensure\r\n\t\t\t\t\t\t\tthe security of your account. We also strongly advise that you neither\r\n\t\t\t\t\t\t\tshare your password with others nor re-use passwords on our Services that\r\n\t\t\t\t\t\t\tyou use on other sites or apps, as doing so increases the likelihood of\r\n\t\t\t\t\t\t\tyour being the victim of a credential stuffing attack or other malicious\r\n\t\t\t\t\t\t\tcyber behavior. If you feel that the security of your account or personal\r\n\t\t\t\t\t\t\tdata has been compromised, please immediately contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\tor as otherwise described in the “Contact Us” section below.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t5\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t5. Your Rights\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe attach great importance to your attention to personal information,\r\n\t\t\t\t\t\t\tso that you have the full ability to protect your privacy and security.\r\n\t\t\t\t\t\t\tTo exercise your rights, you may contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t(see section 11).\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t5.1 Access, Rectification and Deletion of your Personal Information.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tYou have the right to access, rectify, or delete the personal information\r\n\t\t\t\t\t\t\tthat we collect. To protect the privacy and the security of your personal\r\n\t\t\t\t\t\t\tinformation, we may request data from you to enable us to confirm your\r\n\t\t\t\t\t\t\tidentity and right to access such data, as well as to search for and provide\r\n\t\t\t\t\t\t\tyou with the personal data we maintain. There are instances where applicable\r\n\t\t\t\t\t\t\tlaws or regulatory requirements allow or require us to refuse to provide\r\n\t\t\t\t\t\t\tor delete some or all of the personal information that we maintain. To\r\n\t\t\t\t\t\t\texercise your rights, you may make updates within your customer account\r\n\t\t\t\t\t\t\ton the Site or App, or you may contact us our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t. We may not accommodate a request to delete or change information if\r\n\t\t\t\t\t\t\twe believe the change would violate any law or legal requirement or cause\r\n\t\t\t\t\t\t\tthe information to be incorrect.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t5.2 Unsubscribe from Our Marketing Communications.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tIf you no longer wish for us to use your email account to send you marketing\r\n\t\t\t\t\t\t\temails or non-transactional promotional materials, please directly click\r\n\t\t\t\t\t\t\ton the unsubscribe link at the bottom of any of our email messages to you\r\n\t\t\t\t\t\t\tor contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t6\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t6. Retention\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe will retain your personal information for the purposes set out in this\r\n\t\t\t\t\t\t\tPolicy, and for backup, archival, fraud prevention or detection, or audit\r\n\t\t\t\t\t\t\tpurposes. We also will retain and use your personal information to the\r\n\t\t\t\t\t\t\textent necessary to comply with our legal obligations (for example, if\r\n\t\t\t\t\t\t\twe are required to retain your data to comply with applicable laws), resolve\r\n\t\t\t\t\t\t\tdisputes and enforce our legal agreements and policies.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf you no longer wish to be our customer, or cease using or accessing\r\n\t\t\t\t\t\t\tour Services, you can request us to close your account and delete all personal\r\n\t\t\t\t\t\t\tinformation we hold about you via\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t(See section 11), subject to certain legal requirements.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf you send us correspondence, including emails, we retain such information\r\n\t\t\t\t\t\t\telectronically in the records of your account. We will also electronically\r\n\t\t\t\t\t\t\tretain customer service correspondence and other correspondence from us\r\n\t\t\t\t\t\t\tto you. We retain these records to measure and improve our customer service\r\n\t\t\t\t\t\t\tand to investigate potential fraud and violations. We may, over time, delete\r\n\t\t\t\t\t\t\tthese records as permitted by law.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe will also retain Services usage data for internal analysis purposes.\r\n\t\t\t\t\t\t\tUsage data is generally retained for a shorter period of time, except when\r\n\t\t\t\t\t\t\tthis data is used to strengthen the security or to improve the functionality\r\n\t\t\t\t\t\t\tof our Site, or we are legally obligated to retain this data for longer\r\n\t\t\t\t\t\t\tperiods.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t7\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t7. Third-Party Websites\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tOur Apps or Site may contain links to third-party sites. This Policy does\r\n\t\t\t\t\t\t\tnot apply to those third-party sites. We recommend that you read the privacy\r\n\t\t\t\t\t\t\tstatements of any other sites that you visit as we are not responsible\r\n\t\t\t\t\t\t\tfor the privacy practices of those sites.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t8\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t8. Children\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tOur Services are not directed to, and we do not knowingly collect personal\r\n\t\t\t\t\t\t\tinformation from, children under the age of 16 or minors (as defined by\r\n\t\t\t\t\t\t\tapplicable national laws). If you are a minor, please do not attempt to\r\n\t\t\t\t\t\t\tfill out our forms or send any personal information about yourself to us.\r\n\t\t\t\t\t\t\tIf a minor has provided us with personal information without parental or\r\n\t\t\t\t\t\t\tguardian consent, the parent or guardian should contact us (See Section\r\n\t\t\t\t\t\t\t11) immediately to remove the relevant personal information and unsubscribe\r\n\t\t\t\t\t\t\tthe minor.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf we become aware that a minor has provided us with personal information,\r\n\t\t\t\t\t\t\twe will take steps to promptly delete such information from our files.\r\n\t\t\t\t\t\t\tAs described further in our Terms and Conditions, please do not upload\r\n\t\t\t\t\t\t\tphotographs showing other people, in particular if they are minors.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t9\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t9. Social Media Accounts\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe operate accounts and fan pages on different social media platforms\r\n\t\t\t\t\t\t\t(the\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t\"Social Media Accounts\"\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t), such as on\r\n\t\t\t\t\t\t\t<a href=\"https://www.facebook.com/about/privacy\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tFacebook\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://help.instagram.com/519522125107875\" class=\"link-text\"\r\n\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\tInstagram\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://twitter.com/en/privacy\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tTwitter\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://www.gstatic.com/policies/privacy/pdf/20190122/f3294e95/google_privacy_policy_en_eu.pdf\"\r\n\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tYouTube\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://policy.pinterest.com/en/privacy-policy\" class=\"link-text\"\r\n\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\tPinterest\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://www.snap.com/en-GB/privacy/privacy-policy\" class=\"link-text\"\r\n\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\tSnapchat\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\tand\r\n\t\t\t\t\t\t\t<a href=\"https://www.tiktok.com/legal/privacy-policy?lang=en&appLaunch=app#privacy-eea\"\r\n\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tTikTok\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t. If you visit one of our Social Media Accounts you initiate a variety\r\n\t\t\t\t\t\t\tof data processing operations. If you do not provide us with your personal\r\n\t\t\t\t\t\t\tdata, certain functionalities of the social networking platforms requiring\r\n\t\t\t\t\t\t\tsuch data will not be available to you or only to a limited extent.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tAs the owner of a Social Media Account, we can usually only see information\r\n\t\t\t\t\t\t\tstored in your public profile on such social media platform, and only insofar\r\n\t\t\t\t\t\t\tas you are logged in to your profile while visiting our Social Media Account.\r\n\t\t\t\t\t\t\tIn addition, we may process data that you provide to us when you contact\r\n\t\t\t\t\t\t\tus through one of our Social Media Accounts (for example: if you create\r\n\t\t\t\t\t\t\ta post, or send us a private message via Facebook). If you visit one of\r\n\t\t\t\t\t\t\tour Social Media Accounts, the operator of the respective social network\r\n\t\t\t\t\t\t\talso processes your data, regardless of whether you yourself have a profile\r\n\t\t\t\t\t\t\tin the respective social network. The individual data processing operations\r\n\t\t\t\t\t\t\tand their scope differ depending on the operator. In addition, the respective\r\n\t\t\t\t\t\t\toperator of the social network provides us with anonymous usage statistics,\r\n\t\t\t\t\t\t\twhich we use to improve the user experience.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t10\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t10. Storage and Transfer of Your Personal Data\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWhen you access or use our Services,\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\tyour personal data may be processed or transferred outside of the country\r\n\t\t\t\t\t\t\t\tin which you reside.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tSuch countries or jurisdictions may have data protection laws that are\r\n\t\t\t\t\t\t\tdifferent in some respects or less protective than the laws of the jurisdiction\r\n\t\t\t\t\t\t\tin which you reside. If you do not want your information transferred to,\r\n\t\t\t\t\t\t\tprocessed, or maintained outside of the country or jurisdiction where you\r\n\t\t\t\t\t\t\treside, you should immediately stop accessing or using the Services. For\r\n\t\t\t\t\t\t\tfurther details about these transfers and the safeguards that we use to\r\n\t\t\t\t\t\t\tfacilitate such transfers, please contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t11\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t11. Contact Us\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf you have questions or concerns regarding your personal information\r\n\t\t\t\t\t\t\tor any information in this Privacy Policy, please contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t. You can also contact us via our\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_19\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tcustomer service Platform\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\ton our Site.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tOur Privacy Office can be contacted via email at\r\n\t\t\t\t\t\t\t<a href=\"mailto:privacy@sheingroup.com\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tprivacy@sheingroup.com\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\tor at our postal address below in writing:\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tSHEIN Privacy Office\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t757 S. Alameda St., Suite 340\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tLos Angeles, CA 90021, the United States\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"paragraph\">\r\n\t</div>\r\n</div>\r\n<div class=\"paragraph\">\r\n</div>","conTitleStatus":1,"detailId":23858,"id":23799,"lastUpdateTime":"2023-09-18 17:20:23","lastUserId":10006777,"lastUserName":"Victor Chen","siteLang":"sg_en","terminal":"pc","typeFlag":"privacy-policy","typeId":282,"typeName":"Privacy Policy"},"ssrApiData":{"codCountrySelect":null,"vipData":null,"shipingInfoPlaceholder":null,"mallSelect":null},"currencies":{"USD":{"currency_id":2,"currency_code":"USD","title":"US Dollar","exchange_rate":1,"reverse_exchange_rate":1,"symbol_left":"$","symbol_right":"","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":1,"currency_flag":"image/currency/USD.jpg","is_default":0,"is_available":1,"last_update_time":"2023-01-12 18:28:29","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[],"code":"USD","value":1,"date_modified":"2023-01-12 18:28:29","status":1,"default":"","country_flag":"image/currency/USD.jpg"},"EUR":{"currency_id":3,"currency_code":"EUR","title":"Euro","exchange_rate":0.922765,"reverse_exchange_rate":1.0837,"symbol_left":"","symbol_right":"€","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":2,"currency_flag":"image/currency/EUR.jpg","is_default":0,"is_available":1,"last_update_time":"2025-03-24 18:28:06","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[{"language_flag":"pt-pt","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."},{"language_flag":"es","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."},{"language_flag":"fr","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."},{"language_flag":"sv","dec_point":"46","thousands_sep":"44","dec_point_symbol":".","thousands_sep_symbol":","},{"language_flag":"de","dec_point":"44","thousands_sep":"46","dec_point_symbol":",","thousands_sep_symbol":"."}],"code":"EUR","value":0.922765,"date_modified":"2025-03-24 18:28:06","status":1,"default":"","country_flag":"image/currency/EUR.jpg"},"SGD":{"currency_id":22,"currency_code":"SGD","title":"Singapore Dollar","exchange_rate":1.3354,"reverse_exchange_rate":0.748839,"symbol_left":"S$","symbol_right":"","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":19,"currency_flag":"image/currency/SGD.jpg","is_default":1,"is_available":1,"last_update_time":"2025-03-24 18:30:18","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[],"code":"SGD","value":1.3354,"date_modified":"2025-03-24 18:30:18","status":1,"default":1,"country_flag":"image/currency/SGD.jpg"},"MYR":{"currency_id":47,"currency_code":"MYR","title":"Malaysian Dollar","exchange_rate":4.426,"reverse_exchange_rate":0.225938,"symbol_left":"RM","symbol_right":"","decimal_place":2,"special_rule":"1","dec_point":".","thousands_sep":",","sort":0,"currency_flag":"images2/pics/currency/MYR.jpg","is_default":0,"is_available":1,"last_update_time":"2025-03-24 18:29:35","dec_point_symbol":".","thousands_sep_symbol":",","separator_multi_resp_list":[],"code":"MYR","value":4.426,"date_modified":"2025-03-24 18:29:35","status":1,"default":"","country_flag":"images2/pics/currency/MYR.jpg"}},"language":{"SHEIN_KEY_PC_18299":"Hong Kong","SHEIN_KEY_PC_18298":"Vietnam","SHEIN_KEY_PC_18295":"new Zealand","SHEIN_KEY_PC_18294":"Australia","SHEIN_KEY_PC_24975":"Business Days","SHEIN_KEY_PC_18297":"Poland","SHEIN_KEY_PC_18296":"Israel","SHEIN_KEY_PC_18291":"Chile","SHEIN_KEY_PC_24976":"Days","SHEIN_KEY_PC_17081":"Please enter 6 digit pincode to check delivery&services.","SHEIN_KEY_PC_18290":"Brazil","SHEIN_KEY_PC_18293":"International Station","SHEIN_KEY_PC_18292":"Mexico","SHEIN_KEY_PC_29621":"Arrives between {0}","SHEIN_KEY_PC_16685":"Free express shipping on orders over {0}","SHEIN_KEY_PC_17414":"{0} order(s)(over {1}) to retain this level.","SHEIN_KEY_PC_16688":"FREE STANDARD SHIPPING","SHEIN_KEY_PC_17413":"Spend {0} or place {1} order(s)(over {2}) to retain this level.","SHEIN_KEY_PC_16683":"Free Express Shipping","SHEIN_KEY_PC_16684":"Free standard shipping on orders over {0}","SHEIN_KEY_PC_30732":"Ends in","SHEIN_KEY_PC_16689":"Free Flat Rate Shipping","SHEIN_KEY_PC_17416":"{0} order(s)(over {1}) until next level.","SHEIN_KEY_PC_17415":"Spend {0} or place {1} order(s)(over {2}) to reach the next level.","SHEIN_KEY_PC_17418":"Place {0} order(s)(over {2}) to reach {1}.","SHEIN_KEY_PC_17417":"Spend at least {0} or place at least {1} order(s)(over {3}) to reach {2}.","SHEIN_KEY_PC_23628":"● SHEIN CLUB Shipping Coupons","SHEIN_KEY_PC_23627":"Note: The cumulative discount amount of the Exclusive 5% Discount shall not exceed {2} every {1} days.","SHEIN_KEY_PC_16895":"Level-up Coupon","SHEIN_KEY_PC_23629":"After becoming a member of SHEIN CLUB, you will receive SHEIN CLUB Shipping Coupons (“SHEIN CLUB Shipping Coupon(s)” or “Shipping Coupon(s)”) periodically as specified below. The SHEIN CLUB Shipping Coupons can be used towards specified shipping costs on orders of physical products you place on SHEIN.","SHEIN_KEY_PC_16890":"The Eligible Purchases means purchases on the SHEIN website during the past 12 months which is 45 days before 6th every month.","SHEIN_KEY_PC_16892":"Exclusive Icon","SHEIN_KEY_PC_17860":"Your current registration site is Saudi Arabia Site.","SHEIN_KEY_PC_23626":"SHEIN CLUB Membership offers you an exclusive 5% discount (“Exclusive 5% Discount”) applicable to non-sale items on the Site and the App (certain exclusions may apply). This Exclusive 5% Discount may be used in conjunction with coupons that may be available to you. The products with the Exclusive 5% Discount will bear an exclusive discounted price logo. The Exclusive 5% Discount applies only to non-sale items that are currently in stock, and excludes sale, clearance or flash sale products and other targeted discounts. Therefore, a product that is not on sale and is covered by the Exclusive 5% Discount will no longer be covered by the Exclusive 5% Discount if such product goes on sale. The Exclusive 5% Discount does not apply to products from third-party sellers, virtual products (such as gift cards), taxes/shipping fees generated by the order or other additional charges.","SHEIN_KEY_PC_23625":"● Exclusive 5% Discount","SHEIN_KEY_PC_23184":"Eligibile purchases apply to any purchases on the SHEIN site made during the past 45 days before the 10th of every month, over the past 12 months. SHEIN Exhange purchases exc","SHEIN_KEY_PC_16898":"Free Shipping Card","SHEIN_KEY_PC_16422":"Shipping Location","SHEIN_KEY_PC_18289":"Canada","SHEIN_KEY_PC_23631":"The specific applicable conditions of your SHEIN CLUB Shipping Coupon can be viewed on the SHEIN CLUB Membership benefits page and on the “My Coupons” section (under “My Assets”) of your SHEIN User Account. We will also send you relevant benefits information and usage restrictions by email, APP PUSH, etc.","SHEIN_KEY_PC_23630":"There are two types of SHEIN CLUB Shipping Coupons: the first type can be redeemed for free specified shipping, and the second type can be redeemed for a discount on specified shipping costs, associated with an order of physical products on SHEIN. For the first type, only one SHEIN CLUB Shipping Coupon may be used on an order. For the second type, multiple Shipping Coupons can be used on an order to reduce the shipping fee. SHEIN CLUB Shipping Coupons must be used at the same time that an order is placed and cannot be redeemed towards shipping costs of a previous order. The SHEIN CLUB Shipping Coupons can be used along with other promotional coupons or discounts. However, the SHEIN CLUB Shipping Coupons may not be used along other “free shipping” coupons. When the actual amount to be paid for an order does not meet the threshold of the regular free shipping promotion, the system will automatically use the SHEIN CLUB Shipping Coupon to offset all or part of the specified shipping costs incurred for the order. When the actual amount to be paid for an order meets the threshold of the regular free shipping promotion, the system will use the free shipping promotion and will not apply your SHEIN CLUB Shipping Coupon to the order. The SHEIN CLUB Shipping Coupons can only be used towards the purchase of products on SHEIN and cannot be redeemed towards shipping costs of any return items.","SHEIN_KEY_PC_23633":"● Earn Extra Points: 7/21-8/3","SHEIN_KEY_PC_23632":"SHEIN CLUB Shipping Coupons will be issued to SHEIN CLUB Members every {1} days and will have an expiration date as specified thereon. Please note the expiration date on your SHEIN CLUB Shipping Coupon and use it before the expiration date. Once a SHEIN CLUB Shipping Coupon has expired, the Coupon cannot be redeemed or otherwise used. Other restrictions can be viewed on {url:My Coupons} section of “My Assets” in your SHEIN User Account.","SHEIN_KEY_PC_23635":"For example: If SHEIN is running a Double Points campaign and SHEIN CLUB Members who spend $50 or more (exclusive of tax) on an order can earn 2.5 SHEIN Points for every $1 spent on an eligible purchase in an order of $50 or more (exclusive of taxes), the following are the numbers of Bonus Points that a SHEIN CLUB Member and a non-Member can earn on an eligible order of $50 or more:","SHEIN_KEY_PC_23634":"After becoming a member of SHEIN CLUB, when you place an order on SHEIN, you will have the opportunity to earn SHEIN Bonus Points at a higher rate than those who are not members of SHEIN CLUB.The Earn Extra Points Benefit is in addition to any other multiple points campaign that we may be running at the time your order is placed. The applicable thresholds for earning Multiple Bonus Points with SHEIN CLUB can be viewed on the Member-Only page. Note that your Bonus Points can only be placed in your SHEIN User Account once you confirm delivery of your order. You can view the latest number of Bonus Points and their expiration dates in the \"{url:My Points}\" section of “My Assets” in your User Account.","SHEIN_KEY_PC_23636":"","SHEIN_KEY_PC_16667":"Location","SHEIN_KEY_PC_24419":"{0}%","SHEIN_KEY_PC_17441":"Code:","SHEIN_KEY_PC_17440":"Free Shipping","SHEIN_KEY_PC_15022":"Shipping Method","SHEIN_KEY_PC_17443":"For orders over {0}","SHEIN_KEY_PC_17684":"Choose your location","SHEIN_KEY_PC_24418":"{0}days","SHEIN_KEY_PC_24417":"{0}day","SHEIN_KEY_PC_16918":"Your current registration site is India Site.","SHEIN_KEY_PC_16919":"Your current registration site is United Kingdom Site.","SHEIN_KEY_PC_16913":"What is my registration site?","SHEIN_KEY_PC_16914":"Your current registration site is United States Site.","SHEIN_KEY_PC_16915":"Your current registration site is France Site.","SHEIN_KEY_PC_16916":"Your current registration site is Germany Site.","SHEIN_KEY_PC_16910":"SHEINISTA Magazine","SHEIN_KEY_PC_17456":"Redemption Date","SHEIN_KEY_PC_18303":"Philippines","SHEIN_KEY_PC_17455":"See more","SHEIN_KEY_PC_18302":"Thailand","SHEIN_KEY_PC_17458":"{0} max usage","SHEIN_KEY_PC_18305":"South Africa","SHEIN_KEY_PC_19755":"Due to policy modifications on SHEIN, you need to confirm your membership so that you may continue to enjoy the membership rights and rewards.","SHEIN_KEY_PC_18304":"Singapore","SHEIN_KEY_PC_17457":"Switch now","SHEIN_KEY_PC_17452":"View Redemption Record","SHEIN_KEY_PC_18301":"Russia","SHEIN_KEY_PC_18300":"Taiwan","SHEIN_KEY_PC_21950":"Send from","SHEIN_KEY_PC_18307":"Sweden","SHEIN_KEY_PC_16920":"Your current registration site is Spain Site.","SHEIN_KEY_PC_18306":"Italy","SHEIN_KEY_PC_18309":"Europe","SHEIN_KEY_PC_18308":"Netherlands","SHEIN_KEY_PC_16575":"Shipping to","SHEIN_KEY_PC_15002":"View","SHEIN_KEY_PC_17423":"Spend at least {0} and place at least {1} order(s)(over {3}) to reach {2}.","SHEIN_KEY_PC_17422":"{0} and {1} order(s)(over {2}) until next level.","SHEIN_KEY_PC_17425":"Redemption Record","SHEIN_KEY_PC_16578":"Ship from Global (3-7days for processing)","SHEIN_KEY_PC_17421":"{0} and {1} order(s)(over {2}) to retain this level.","SHEIN_KEY_PC_17420":"Welcome to the SHEIN VIP!","SHEIN_KEY_PC_16690":"Free flat rate shipping on orders over {0}","SHEIN_KEY_PC_16579":"Costs","SHEIN_KEY_PC_20391":"We value our VIP members by, among other things, providing you customized services and benefits that may be specifically designed for our US site. For that purpose and in order to provide you better user experience, starting from Sept 17th, 2021, your SHEIN VIP level on our US SHEIN site will be measured separately and be based on your purchases and activities on our US site. But, rest assured, your historical SHEIN VIP level has been recorded already. The new rules only apply to your activities after Sept 17th, 2021.","SHEIN_KEY_PC_20390":"When I visited the US SHEIN Site, I see a different SHEIN VIP level than the level I have elsewhere. Why is that?","SHEIN_KEY_PC_17428":"View more","SHEIN_KEY_PC_16586":"Free-Over {0}","SHEIN_KEY_PC_16587":"{0}-Less than {1} pieces","SHEIN_KEY_PC_16588":"{0}-Between {1} and {2} pieces","SHEIN_KEY_PC_16589":"Free-Over {0} pieces","SHEIN_KEY_PC_16582":"{0}-spend below {1}","SHEIN_KEY_PC_16583":"{0}-spend over {1} but below {2}","SHEIN_KEY_PC_16584":"{0}-Less than {1}","SHEIN_KEY_PC_16585":"{0}-between {1} and {2}","SHEIN_KEY_PC_16580":"Shipping time","SHEIN_KEY_PC_16581":"Free - orders over {0}","SHEIN_KEY_PC_16906":"VIP SERVICE","SHEIN_KEY_PC_21251":"ROE Station","SHEIN_KEY_PC_16908":"Free Festival Gifts","SHEIN_KEY_PC_16904":"Speedy Refund","SHEIN_KEY_PC_17439":"OFF","SHEIN_KEY_PC_16901":"Pop-ups Privileges","SHEIN_KEY_PC_15981":"Business Days","SHEIN_KEY_PC_33610":"Austria","SHEIN_KEY_PC_19556":"WE-Exclusive Promotions","SHEIN_KEY_PC_22849":"Some items are not eligible for Free Shipping over {0} promotion, please check the product details page or order page for details.","SHEIN_KEY_PC_33609":"Romania","SHEIN_KEY_PC_33608":"Peru","SHEIN_KEY_PC_33607":"Argentina","SHEIN_KEY_PC_33606":"Ecuador","SHEIN_KEY_PC_15962":"It is empty here :-(","SHEIN_KEY_PC_17463":"You can be assured to place order.","SHEIN_KEY_PC_19520":"Total Spent:","SHEIN_KEY_PC_18310":"asia","SHEIN_KEY_PC_17462":"We're delivering to your area.","SHEIN_KEY_PC_17465":"You can order first and we'll start shipping once the situation permits.","SHEIN_KEY_PC_17464":"We're not delivering to your area temporarily.","SHEIN_KEY_PC_15041":"Shipping Method","SHEIN_KEY_PC_31096":"Eligibile purchases apply to any purchases on the SHEIN site made during the past 45 days before the {0}th of every month, over the past 12 months. SHEIN Exhange purchases exc","SHEIN_KEY_PC_14634":"ADD TO CART","SHEIN_KEY_PC_18318":"Your current registration site is {0}.","SHEIN_KEY_PC_18319":"United States","SHEIN_KEY_PC_18325":"Oman","SHEIN_KEY_PC_18324":"Qatar","SHEIN_KEY_PC_18327":"Bahrain","SHEIN_KEY_PC_18326":"Kuwait","SHEIN_KEY_PC_18321":"Germany","SHEIN_KEY_PC_18320":"United Kingdom","SHEIN_KEY_PC_17473":"The site you're browsing is not consistent with your membership site. For a better experience, please return to your membership's home site to explore more rewards.","SHEIN_KEY_PC_18323":"United Arab Emirates","SHEIN_KEY_PC_18322":"France","SHEIN_KEY_PC_19770":"Due to policy modifications on SHEIN, you need to confirm your membership so that you may continue to enjoy the membership rights and rewards.","SHEIN_KEY_PC_28807":"Columbia","SHEIN_KEY_PC_16829":"Approx {0} - {1}","SHEIN_KEY_PC_18329":"India","SHEIN_KEY_PC_18328":"Saudi Arabia","SHEIN_KEY_PC_30679":"South Korea","SHEIN_KEY_PC_16873":"View Rules","SHEIN_KEY_PC_16875":"My orders:","SHEIN_KEY_PC_17606":"{0}-Over {1}","SHEIN_KEY_PC_16876":"My Expense:","SHEIN_KEY_PC_14583":"Estimated Delivery Window","SHEIN_KEY_PC_23858":"SHEIN Bonus Points have an expiration date. Please note the expiration date on your SHEIN Bonus Points and use them before the expiration date. Once SHEIN Bonus Points has expired, the Points cannot be redeemed or otherwise used.","SHEIN_KEY_PC_16763":"Each additional item is {0}","SHEIN_KEY_PC_16764":"Free Shipping Sitewide","SHEIN_KEY_PC_16885":"{0} to retain this level.","SHEIN_KEY_PC_16765":"{0} Item(s) for {1}, and {2} for each additional item","SHEIN_KEY_PC_16886":"{0} until next level.","SHEIN_KEY_PC_16882":"Congratulation! You've achieved the highest level!","SHEIN_KEY_PC_19593":"Non-WE members can purchase at regular price.","SHEIN_KEY_PC_23855":"Reminder: You are currently viewing the {0} Site SHEIN CLUB Membership Earn Extra Points benefit,","SHEIN_KEY_PC_23857":"with a maximum of {0} Bonus Points per person within the validity period of SHEIN CLUB Membership.","SHEIN_KEY_PC_19591":"Redemption Record","SHEIN_KEY_PC_23856":"which a single person can earn up to 500 Bonus Points every 31 day,","SHEIN_KEY_PC_17859":"Your current registration site is Bahrain Site.","SHEIN_KEY_PC_16887":"Current Level:","SHEIN_KEY_PC_17856":"Your current registration site is UAE Site.","SHEIN_KEY_PC_17855":"Your current registration site is Kuwait Site.","SHEIN_KEY_PC_16888":"The Eligible Purchases means purchases on the SHEIN website during the past 12 months which is 45 days before 10th every month.","SHEIN_KEY_PC_17858":"Your current registration site is Oman Site.","SHEIN_KEY_PC_16889":"The eligible purchases mean the purchases on the SHEIN website during the past 12 months which is 45 days before 6th every month. SHEIN Exchange purchases are excluded.","SHEIN_KEY_PC_17857":"Your current registration site is Qatar Site.","SHEIN_KEY_PC_17023":"Tips","SHEIN_KEY_PC_17146":"Reward","SHEIN_KEY_PC_17145":"Spain station","SHEIN_KEY_PC_16171":"Location","SHEIN_KEY_PC_16172":"Please Choose Your Location","SHEIN_KEY_PC_21764":"JAPAN","SHEIN_KEY_PC_21765":"Switzerland","SHEIN_KEY_PC_21766":"Malaysia","SHEIN_KEY_PC_21767":"Portugal","SHEIN_KEY_PC_16858":"SHEIN VIP","SHEIN_KEY_PC_16859":"How do I join?","SHEIN_KEY_PC_16975":"{0} or {1} order(s)(over US$0.01) are required to earn {2} level.","SHEIN_KEY_PC_16976":"{0} required to become {1} level.","SHEIN_KEY_PC_16977":"3 order(s)(over US$0.01) needed to become a SHEIN VIP!","SHEIN_KEY_PC_16861":"What can I get if I join in?","SHEIN_KEY_PC_16862":"Once you've joined our loyalty program, you can upgrade and earn rewards with every purchase you make. Rewards such as access to events & pop-ups, receive member exclusive promotions, and the latest fashion news.","SHEIN_KEY_PC_14680":"Free pick up at convenience store on orders over {0}","SHEIN_KEY_PC_16863":"How can I find out my level?","SHEIN_KEY_PC_16864":"Once you've signed up, you can view more information on My Account page. The SHEIN VIP page is a personalized page with all the details about your program level, the rewards that come with it, your progress toward the next level, and the rewards you will enjoy once you achieve each level.","SHEIN_KEY_PC_15770":"Confirm","SHEIN_KEY_PC_14683":"FREE PICK UP AT CONVENIENCE STORE","SHEIN_KEY_PC_16860":"Just sign up and you can join in our program. This program does not require any extra fees. You will upgrade and earn rewards when satisfied the times of eligible purchases or the amount of eligible spending.","SHEIN_KEY_PC_16986":"Estimated to be delivered on {0}.","SHEIN_KEY_PC_16865":"How do I level-up?","SHEIN_KEY_PC_16866":"You'll graduate to the next level once you've reached the spend limit for your current one-and you'll also receive a just-for-you token of our appreciation!","SHEIN_KEY_PC_16867":"What if I have more than one SHEIN account?","SHEIN_KEY_PC_16868":"At this time, we cannot combine accounts, so to maximize your perks, we urge you to shop under one account only."},"metaInfo":{"pageTitle":"SHEIN PRIVACY POLICY | SHEIN Singapore","pageDescription":"SHEIN PRIVACY POLICY | SHEIN Singapore","pageKeywords":"SHEIN PRIVACY POLICY,SHEIN"},"originalUrl":"/Privacy-Security-Policy-a-282.html?ref=www&rep=dir&ret=sg","abtInfo":{"ShippingLogisticsTime":{"type":"","bid":"","eid":"0","p":"LogisticsTime=A","version":null,"param":{"LogisticsTime":"A"},"child":[]},"allshiptimeshow":{"type":"expgroup","bid":"100712566","eid":"100276186","p":"","version":null,"param":{"allshiptimeshow":"A"},"child":[{"type":"expgroup","bid":"100712566","eid":"100276186","param":{}},{"type":"expgroup","bid":"100711806","eid":"100275921","param":{}}]}},"apiLog":{"data":{"code":"0","msg":"ok","info":{"articlePreviewResponseVO":null,"articleFindByTypeFlagOrIdRespVO":{"addTime":"2021-04-14 14:29:48","addUserId":0,"addUserName":"","brand":"shein","collectId":9008,"conName":"SHEIN PRIVACY POLICY","conText":"<div class=\"c-new-article c-long-text\">\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"article-con-item-second\">\r\n\t\t\t<div class=\"item-t-s title-second\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tEffective Date: June 1, 2023\r\n\t\t\t\t</b>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-t-s title-second\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tIntroduction and Overview\r\n\t\t\t\t</b>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tThis Privacy Policy (\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Policy\"\r\n\t\t\t\t</b>\r\n\t\t\t\t) explains how your personal information is collected, used, shared and\r\n\t\t\t\tprocessed when accessing this website or using other services provided\r\n\t\t\t\tby its operator, including any written or electronic communications and\r\n\t\t\t\tpurchases performed (collectively, the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Services\"\r\n\t\t\t\t</b>\r\n\t\t\t\t) as well as the rights and choices you have associated with that information.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tThe Services include any services provided via this website, located at\r\n\t\t\t\tSHEIN.com (the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Site\"\r\n\t\t\t\t</b>\r\n\t\t\t\t), our mobile applications (the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Apps\"\r\n\t\t\t\t</b>\r\n\t\t\t\t), our accounts and fan pages on social media platforms (the\r\n\t\t\t\t<b>\r\n\t\t\t\t\t\"Social Media Accounts\"\r\n\t\t\t\t</b>\r\n\t\t\t\t), and any other websites, pages, features, or content owned and operated\r\n\t\t\t\tby the Company that hyperlink to this Policy.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tThe company selling the products via the Site and Apps and providing the\r\n\t\t\t\tServices (and therefore, the payment collection entity) is Fashion Choice\r\n\t\t\t\tPte. Ltd., 22 Sin Ming Lane, #06-76, Midview City, Singapore 573969.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tPlease read our\r\n\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_399\" target=\"_blank\">\r\n\t\t\t\t\t\tTerms and Conditions\r\n\t\t\t\t\t</a>\r\n\t\t\t\t\tand this Policy before accessing or using our Services. If you cannot\r\n\t\t\t\t\tagree with this Policy or the Terms and Conditions, please do not access\r\n\t\t\t\t\tor use our Services.\r\n\t\t\t\t</b>\r\n\t\t\t\tBy using our Services, you accept the Terms and Conditions and Privacy\r\n\t\t\t\tPolicy on the site you are using.\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tRight to modify this Policy: We may change this Policy from time to time,\r\n\t\t\t\t\tto reflect how we are processing your data, and if we make changes, we\r\n\t\t\t\t\twill notify you by revising the effective date or last modified date at\r\n\t\t\t\t\tthe top of this Policy. If we make significant changes that materially\r\n\t\t\t\t\taffect your privacy rights, we will provide advanced notice and make that\r\n\t\t\t\t\tclear on the SHEIN website or other SHEIN services, or by some other means\r\n\t\t\t\t\tof contact such as email, so that you are able to review the changes before\r\n\t\t\t\t\tyou continue to use the Services. If you do not agree with the modified\r\n\t\t\t\t\tPolicy, please discontinue use of the Services immediately.\r\n\t\t\t\t</b>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\t<b>\r\n\t\t\t\t\tInstant information:\r\n\t\t\t\t</b>\r\n\t\t\t\tIn addition, we may provide you with real time disclosures or additional\r\n\t\t\t\tinformation about the personal information handling practices of specific\r\n\t\t\t\tparts of our Services. Such notices may supplement this Policy or provide\r\n\t\t\t\tyou with additional choices about how we process your personal information.\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t\t<div class=\"article-con-item-second\">\r\n\t\t\t<div class=\"item-t-s title-second\">\r\n\t\t\t\tCONTENTS\r\n\t\t\t</div>\r\n\t\t\t<div class=\"item-p\">\r\n\t\t\t\tClick on the links below to go to a specific section of this Policy.\r\n\t\t\t</div>\r\n\t\t\t<ul class=\"privacy-list\">\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t1')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t1. How We Collect and Use Your Personal Information >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t2')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t2. Sharing Your Personal Information >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t3')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t3. Cookies, Interest-Based Advertising, Ad Choices >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t4')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t4. Security Precautions >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t5')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t5. Your Rights >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t6')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t6. Retention >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t7')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t7. Third-Party Websites >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t8')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t8. Children >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t9')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t9. Social Media Accounts >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t10')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t10. Storage and Transfer of Your Personal Data >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t\t<li>\r\n\t\t\t\t\t<a href=\"javascript:;\" onclick=\"goPagePosition('ps-t11')\">\r\n\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t11. Contact Us >\r\n\t\t\t\t\t\t</b>\r\n\t\t\t\t\t</a>\r\n\t\t\t\t</li>\r\n\t\t\t</ul>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t1\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t1. How We Collect and Use Your Personal Information\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe respect the privacy of the visitors to our digital properties and the\r\n\t\t\t\t\t\t\tusers of our products and Services, and we are committed to protecting\r\n\t\t\t\t\t\t\tit through our compliance with this Policy. We collect personal information\r\n\t\t\t\t\t\t\twhen you use our Services.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tPersonal information is any information that identifies or makes an individual\r\n\t\t\t\t\t\t\tidentifiable. The definition of personal information (used interchangeably\r\n\t\t\t\t\t\t\tin this Privacy Policy with the term \"personal data\") depends on where\r\n\t\t\t\t\t\t\tyou are a resident. Only the definition that applies to your country of\r\n\t\t\t\t\t\t\tresidence will apply to you under this Privacy Policy.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tPersonal Information does not include data that has been effectively irreversibly\r\n\t\t\t\t\t\t\tanonymized or aggregated so that it can no longer enable us or others,\r\n\t\t\t\t\t\t\twhether in combination with other information or otherwise, to identify\r\n\t\t\t\t\t\t\tyou.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tYour personal data is collected and used by us to support a range of different\r\n\t\t\t\t\t\t\tactivities or business purposes. The purposes and types of information\r\n\t\t\t\t\t\t\twe collect are listed in the chart below, and should be understood to include\r\n\t\t\t\t\t\t\tuses of your personal data that are compatible with the purposes listed\r\n\t\t\t\t\t\t\tor uses that may be reasonably expected given the original purpose of collection.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"c-article-new-table\">\r\n\t\t\t\t\t\t\t<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"text-align: left;border:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t<thead style=\"border-bottom:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\tPurpose\r\n\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\tThe Personal Data We Collect\r\n\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t</thead>\r\n\t\t\t\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo create an account with us and to manage your account, to provide you\r\n\t\t\t\t\t\t\t\t\t\t\tour Services;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tContact information, including email address and password, to register\r\n\t\t\t\t\t\t\t\t\t\t\t\t\twith our website or app;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tProfile data, including your style preference, if you voluntarily choose\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto provide it for personalization purposes.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo fulfill or process orders;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tIdentity and contact information such as name, phone number and shipping\r\n\t\t\t\t\t\t\t\t\t\t\t\t\taddress, as well as financial information or payment account information,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor delivery, returns, refund, sales tax determinations, and payment operations;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTransaction details, such as return and refund details, gift card number,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tand order history, in our Services, in order to fulfill basic functions,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tincluding processing your payment and return requests, and keeping you\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tinformed of the order status and shipping logistics;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tLocation data at an IP address-based level, to tailor your experience\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tin terms of displaying the appropriate local website, language, or user\r\n\t\t\t\t\t\t\t\t\t\t\t\t\texperience.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo provide customer service and support, or to provide you with service-related\r\n\t\t\t\t\t\t\t\t\t\t\tcommunications;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tYour communication history with us via various channels, such as email,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tphone, social media, mail, instant chat, and our customer service platform,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto respond to your requests, as well as to keep you updated about your\r\n\t\t\t\t\t\t\t\t\t\t\t\t\taccount and the Services;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tPhotographs you upload to our Services in accordance with our Terms and\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tConditions, to provide product advice and to allow you to voluntarily show\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tother potential customers what items may look like when purchased or worn.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo undertake marketing, advertising or other promotional activities;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tContact information, such as phone number and email address, for telemarketing\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tand email marketing purposes;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tNon-directly identifiable device identifiers, operating system information,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tand cookie information, to direct and measure the effectiveness of the\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tadvertising we offer;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tData about how you engage with our Services, such as browsing, adding\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto your shopping cart, saving items, placing an order, and returns) for\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tmarket research, statistical analysis and the display of personalized advertising\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tbased on your activity on our site and inferred interests;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tContact and identity information, such as name, email address and phone\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tnumber, when you voluntarily enter into a competition, market survey, event\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tor other marketing campaigns organized by us;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTo share your personal data with third party advertisers.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tName, email address and/or phone number if you enter into a promotion\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tor program, such as the SHEIN VIP program via the Services or through a\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tthird-party platform (\"Promotion\"). As permitted by applicable law, your\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tinformation may also be used by SHEIN or the Promotion sponsor for marketing\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tpurposes. Your entry into the Promotion may result in the addition of your\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tinformation to our mailing list as well as to the mailing list of our promotional\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tpartners, both as permitted by applicable law. Acceptance of a prize may\r\n\t\t\t\t\t\t\t\t\t\t\t\t\trequire you (unless prohibited by law) to allow us to post publicly some\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tof your information via the Site or App, such as on a winners’ page.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo improve our product or service, or for personalization;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tCollect your device information, and usage data in our website or app\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor fault analysis, troubleshooting, and system maintenance, as well as\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tsetting default options for you, such as language and currency;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tWhen you optionally provide such information, we may collect general personal\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tdata that cannot identify you, such as body shape, personal height, chest/waist/hip\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tcircumference, and weight. For example, this information may be used by\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tus to recommend clothing sizes or styles, personalization, or to provide\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfit prediction services for you;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTo share your personal data within and across our corporate organization\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor our business needs and personalization;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tCollection of your \"like\" records and votes when prompted as to your preference\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tbetween two items, to provide preference setting options;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tThe display of information you choose to post on public areas of the Services,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor example a customer review.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo prevent and investigate fraud and other illegal activities;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tInformation automatically collected through the Services, such as browser\r\n\t\t\t\t\t\t\t\t\t\t\t\t\ttype, device information, operating system and account setting information\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tfor fraud prevention and detection and credit risk reduction;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tLog-in data for risk control and fraud reporting;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tBilling address to verify payment information.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tTo comply with legal or compliance requirements;\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tIdentity information, such as ID- or passport-related information, for\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tcustoms clearance purposes;\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tTransaction history and certain identity information to handle and resolve\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tlegal disputes, for regulatory investigations purpose, and to comply with\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tlawful requests from a competent law enforcement agency or court.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\tOther Purposes.\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left: 20px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tWe may use your information for any other purpose disclosed to you prior\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto you providing us your personal information or which is reasonably necessary\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tto provide the Services or other related products and/or services requested,\r\n\t\t\t\t\t\t\t\t\t\t\t\t\twith your permission or upon your direction.\r\n\t\t\t\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t</tbody>\r\n\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\tPlease note:\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tWhen communicating with us by email or through forms on our Services,\r\n\t\t\t\t\t\t\tor when you publicly share content through our Services, we ask that you\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\tplease do not send us any sensitive information pertaining to yourself\r\n\t\t\t\t\t\t\t\tor to others.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tWe do not collect or store sensitive information or special categories\r\n\t\t\t\t\t\t\tof information.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t2\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t2. Sharing Your Personal Information\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe may disclose and share your personal information with the parties as\r\n\t\t\t\t\t\t\tdescribed below.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left:20px !important;position:relative;\">\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tA.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tWithin Our Corporate Organization\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. The Company is a part of a corporate organization that has several legal\r\n\t\t\t\t\t\t\t\tentities, business processes, management structures and technical systems.\r\n\t\t\t\t\t\t\t\tWe may share your personal information with our related group companies\r\n\t\t\t\t\t\t\t\tand, in some cases, other affiliates of our corporate group for business\r\n\t\t\t\t\t\t\t\tmaintenance and personalization continuity purposes, for instance so that\r\n\t\t\t\t\t\t\t\tyou may enjoy a personalized user experience across our digital properties,\r\n\t\t\t\t\t\t\t\tto provide you with the Services, or to take actions based on your requests\r\n\t\t\t\t\t\t\t\tor preferences.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tB.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tService Providers\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may share your personal information with the following types of third-party\r\n\t\t\t\t\t\t\t\tservice providers as set out in the table below:\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<div class=\"c-article-new-table\">\r\n\t\t\t\t\t\t\t\t<table border=\"1\" cellpadding=\"0\" cellspacing=\"0\" style=\"text-align: left;border:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t<thead style=\"border-bottom:1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tSupplier/Service/Provider/Processor\r\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t\t\t<th style=\"padding:15px;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tServices Offered\r\n\t\t\t\t\t\t\t\t\t\t\t</th>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t</thead>\r\n\t\t\t\t\t\t\t\t\t<tbody>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tIT system and software service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tWebsite hosting services (including cloud storage), mobile app or software\r\n\t\t\t\t\t\t\t\t\t\t\t\toptimization services, customer relationship management software, email\r\n\t\t\t\t\t\t\t\t\t\t\t\tservice providers, or system maintenance services.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tPayment service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tThird-party payment processing services.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tMarketing and advertising services\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tAssistance in reaching potential new customers across multiple communications\r\n\t\t\t\t\t\t\t\t\t\t\t\tchannels, or sharing with affiliated companies that promote our products\r\n\t\t\t\t\t\t\t\t\t\t\t\ton their websites.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tOrder fulfillment service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tProvision of logistics, warehousing and distribution services, return\r\n\t\t\t\t\t\t\t\t\t\t\t\tand exchange services, and order status notification services for your\r\n\t\t\t\t\t\t\t\t\t\t\t\tpurchased items.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tCustomer service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tAssistance with customer services and support.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tFraud prevention and information security service provider\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tIdentity verification, fraud prevention, or credit risk reduction services\r\n\t\t\t\t\t\t\t\t\t\t\t\tto protect our website/app and our business.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t\t<tr>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tOther Service providers selected by you\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t\t<td style=\"padding:15px;border-bottom: 1px solid #666;\">\r\n\t\t\t\t\t\t\t\t\t\t\t\tOther third parties, such as size recommendations and fit prediction services\r\n\t\t\t\t\t\t\t\t\t\t\t\tproviders, if you have chosen to help us provide you with product recommendations.\r\n\t\t\t\t\t\t\t\t\t\t\t</td>\r\n\t\t\t\t\t\t\t\t\t\t</tr>\r\n\t\t\t\t\t\t\t\t\t</tbody>\r\n\t\t\t\t\t\t\t\t</table>\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\tWe strive to ensure that our third party service providers can only use\r\n\t\t\t\t\t\t\t\tyour data for the purposes for which it was provided to them and to the\r\n\t\t\t\t\t\t\t\textent necessary for such purposes, in accordance with our written instructions.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tC.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tTo Maintain Legal and Regulatory Compliance\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We have the right to disclose your personal informationor as required\r\n\t\t\t\t\t\t\t\tby law, or when we believe that disclosure is necessary to protect our\r\n\t\t\t\t\t\t\t\trights and/or comply with a judicial proceeding, court order, request from\r\n\t\t\t\t\t\t\t\ta regulator or any other legal process served on us. We also may disclose\r\n\t\t\t\t\t\t\t\tyour information where we reasonably believe that the disclosure is necessary\r\n\t\t\t\t\t\t\t\tto enforce our agreements or policies, or if we believe that disclosure\r\n\t\t\t\t\t\t\t\twill help us protect the rights, property or safety of the Company or our\r\n\t\t\t\t\t\t\t\tcustomers.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tD.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tCo-Branded Services and Features\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Portions of our Services may be offered as part of co-branded services\r\n\t\t\t\t\t\t\t\tand features. We will share your personal information with our co-branded\r\n\t\t\t\t\t\t\t\tpartners based on your voluntary use of or participation in a co-branded\r\n\t\t\t\t\t\t\t\tservice or feature. Use of your personal information by a co-branded partner\r\n\t\t\t\t\t\t\t\twill be subject to a co-branded partner’s privacy policy. If you wish to\r\n\t\t\t\t\t\t\t\topt-out of a co-branded partner’s future use of your personal information,\r\n\t\t\t\t\t\t\t\tyou will need to contact the co-branded partner directly.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tE.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tConsent\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may disclose your personal information for any purpose with your\r\n\t\t\t\t\t\t\t\tconsent.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tF.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tCorporate Transactions\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may disclose personal information—including account information,\r\n\t\t\t\t\t\t\t\tWallet balance or points information—to a buyer, prospective buyer, corporate\r\n\t\t\t\t\t\t\t\taffiliate, or other successor in the event of a merger, divestiture, restructuring,\r\n\t\t\t\t\t\t\t\treorganization, dissolution, or sale or transfer of some or all of our\r\n\t\t\t\t\t\t\t\tassets, whether as a going concern or as part of bankruptcy, liquidation,\r\n\t\t\t\t\t\t\t\tor similar proceeding in which personal information held by us about our\r\n\t\t\t\t\t\t\t\tServices users is among the assets transferred. You acknowledge and agree\r\n\t\t\t\t\t\t\t\tto our assignment or transfer of rights to your personal information.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tPlease note that we may disclose, without restriction, aggregated or anonymized\r\n\t\t\t\t\t\t\tinformation about the users of our Services, which is information that\r\n\t\t\t\t\t\t\tdoes not identify any specific individual.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t3\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t3. Cookies, Interest-Based Advertising, Ad Choices\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe may use cookies, tags, web pixels, and similar technologies to automatically\r\n\t\t\t\t\t\t\tcollect information on our Services. Cookies or tags are bits of code that\r\n\t\t\t\t\t\t\tallow our technology partners to collect information that usually does\r\n\t\t\t\t\t\t\tnot directly identify you. If required by law, we will request your consent\r\n\t\t\t\t\t\t\tbefore using cookies or other tracking technologies. Information within\r\n\t\t\t\t\t\t\tthis section describes our use of cookies and your ability to control the\r\n\t\t\t\t\t\t\tuse of cookies for advertising-related purposes.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<ul class=\"privacy-list\" style=\"padding-left:22px !important;position:relative;\">\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tA.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tCookies\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Cookies are small web files that a site or its provider transfers to\r\n\t\t\t\t\t\t\t\tyour device’s hard drive through your web browser that enables the site’s\r\n\t\t\t\t\t\t\t\tor provider’s system to recognize your browser and remember certain information.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\tGenerally, we use first-party and third-party cookies for the following\r\n\t\t\t\t\t\t\t\tpurposes: to make our Services function properly; to provide a secure browsing\r\n\t\t\t\t\t\t\t\texperience during your use of our Services; to collect passive information\r\n\t\t\t\t\t\t\t\tabout your use of our Services; to measure how you interact with our marketing\r\n\t\t\t\t\t\t\t\tcampaigns; to help us improve our Services; and to remember your preferences\r\n\t\t\t\t\t\t\t\tfor your convenience.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\tWe use the following types of cookies on our Services:\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<ul class=\"privacy-list\">\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tStrictly Necessary Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tThese cookies are essential because they enable you to use our Services.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tFunctional Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tWe use functional cookies to remember your choices so we can tailor our\r\n\t\t\t\t\t\t\t\t\t\tServices to provide you with enhanced features and personalized content.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tPerformance or Analytic Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tThese cookies collect passive information about how you use our Services,\r\n\t\t\t\t\t\t\t\t\t\tincluding webpages you visit and links you click. We use the information\r\n\t\t\t\t\t\t\t\t\t\tcollected by such cookies to improve and optimize our Services.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tAdvertising or Targeting Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tThese cookies are used to make advertising messages more relevant to you.\r\n\t\t\t\t\t\t\t\t\t\tThey perform functions like preventing the same ad from continuously reappearing,\r\n\t\t\t\t\t\t\t\t\t\tensuring that ads are properly displayed for advertisers, and in some cases\r\n\t\t\t\t\t\t\t\t\t\tselecting advertisements that are based on your interests. Our third-party\r\n\t\t\t\t\t\t\t\t\t\tadvertising partners may use these cookies to build a profile of your interests\r\n\t\t\t\t\t\t\t\t\t\tand deliver relevant advertising on other sites. You may disable the use\r\n\t\t\t\t\t\t\t\t\t\tof these cookies as set forth below.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tB.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tYour Choices\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Your browser may provide you with the option to refuse some or all browser\r\n\t\t\t\t\t\t\t\tcookies. You may also be able to remove cookies from your browser. You\r\n\t\t\t\t\t\t\t\tcan exercise your preferences in relation to cookies served on our Services\r\n\t\t\t\t\t\t\t\tby taking the steps outlined below.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<ul class=\"privacy-list\">\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tFirst-Party Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tYou can use the browser with which you are viewing this Site to enable,\r\n\t\t\t\t\t\t\t\t\t\tdisable or delete cookies. To do this, follow the instructions provided\r\n\t\t\t\t\t\t\t\t\t\tby your browser (usually located within the “Help”, “Tools” or “Edit” settings).\r\n\t\t\t\t\t\t\t\t\t\tPlease note, if you set your browser to disable cookies, you may not be\r\n\t\t\t\t\t\t\t\t\t\table to access secure areas of the Site. Also, if you disable cookies other\r\n\t\t\t\t\t\t\t\t\t\tparts of the Services may not work properly. You can find more information\r\n\t\t\t\t\t\t\t\t\t\tabout how to change your browser cookie settings at\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.allaboutcookies.org\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://www.allaboutcookies.org\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t\t<li>\r\n\t\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\t\tThird-Party Cookies.\r\n\t\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t\t\tMany advertising companies that collect information for interest-based\r\n\t\t\t\t\t\t\t\t\t\tadvertising are members of the Digital Advertising Alliance (DAA) or the\r\n\t\t\t\t\t\t\t\t\t\tNetwork Advertising Initiative (NAI), both of which maintain websites where\r\n\t\t\t\t\t\t\t\t\t\tpeople can opt out of interest-based advertising from their members. To\r\n\t\t\t\t\t\t\t\t\t\topt-out of website interest-based advertising provided by each organization’s\r\n\t\t\t\t\t\t\t\t\t\trespective participating companies, visit the DAA’s opt-out portal available\r\n\t\t\t\t\t\t\t\t\t\tat\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://optout.aboutads.info/\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://optout.aboutads.info/\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t, or visit the NAI’s opt-out portal available at\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://optout.networkadvertising.org/?c=1\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://optout.networkadvertising.org/?c=1\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t. Residents of the European Union may opt-out of online behavioral advertising\r\n\t\t\t\t\t\t\t\t\t\tserved by the European Interactive Digital Advertising Alliance’s participating\r\n\t\t\t\t\t\t\t\t\t\tmember organizations by visiting\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.youronlinechoices.eu/\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://www.youronlinechoices.eu/\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t. For more information about third-party advertising networks and similar\r\n\t\t\t\t\t\t\t\t\t\tentities that use these technologies, please see\r\n\t\t\t\t\t\t\t\t\t\t<a href=\"https://www.aboutads.info/consumers\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\t\t\thttps://www.aboutads.info/consumers\r\n\t\t\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t\tWe do not control third parties’ collection or use of your information\r\n\t\t\t\t\t\t\t\tto serve interest-based advertising. However, these third parties may provide\r\n\t\t\t\t\t\t\t\tyou with ways to choose not to have your information collected or used\r\n\t\t\t\t\t\t\t\tin this way. In addition, most web browsers provide help pages relating\r\n\t\t\t\t\t\t\t\tto setting cookie preferences. More information may be found for the following\r\n\t\t\t\t\t\t\t\tbrowsers here:\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.google.com/chrome/answer/95647?hl=en-GB\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tGoogle Chrome\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.microsoft.com/en-us/help/260971/description-of-cookies\"\r\n\t\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tInternet Explorer\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer\"\r\n\t\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tMozilla Firefox\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.apple.com/zh-cn/guide/safari/sfri11471/mac\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tSafari (Desktop)\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.apple.com/en-us/HT201265\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tSafari (Mobile)\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://support.google.com/nexus/answer/54068?visit_id=637188034605491433-3067478416&hl=en&rd=1\"\r\n\t\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tAndroid Browser\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t\t<a href=\"https://help.opera.com/en/mobile/android/\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\tOpera Mobile\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<div class=\"item-p\" style=\"padding-bottom:10px;\">\r\n\t\t\t\t\t\t\t\tSHEIN adheres to the Digital Advertising Alliance's Self-Regulatory Principles.\r\n\t\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tC.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tWeb Pixels\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. To see how successfully our marketing campaigns or other goals of the\r\n\t\t\t\t\t\t\t\tServices are performing we sometimes use conversion pixels, which fire\r\n\t\t\t\t\t\t\t\ta short line of code to tell us when you have clicked on a particular button\r\n\t\t\t\t\t\t\t\tor reached a particular page (e.g. a thank you page once you have completed\r\n\t\t\t\t\t\t\t\tthe procedure for subscribing to one of our services or have completed\r\n\t\t\t\t\t\t\t\tone of our forms). We also use web pixels to analyze usage patterns on\r\n\t\t\t\t\t\t\t\tour Services. The use of a pixel allows us to record that a particular\r\n\t\t\t\t\t\t\t\tdevice, browser, or application has visited a particular webpage.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tD.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tAnalytics\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We may use third-party service providers to monitor and analyze the\r\n\t\t\t\t\t\t\t\tuse of our Services. Presently, we use\r\n\t\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t\tGoogle Analytics\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t. Google Analytics is a web analytics service that tracks and reports\r\n\t\t\t\t\t\t\t\tSite traffic. For more information on the privacy practices of Google,\r\n\t\t\t\t\t\t\t\tplease visit the Google Privacy & Terms web page:\r\n\t\t\t\t\t\t\t\t<a href=\"https://policies.google.com/privacy?hl=en\" class=\"link-text\"\r\n\t\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\t\thttps://policies.google.com/privacy?hl=en\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t. Google Analytics Opt-out Browser Add-on provides visitors with the ability\r\n\t\t\t\t\t\t\t\tto prevent their data from being collected and used by Google Analytics,\r\n\t\t\t\t\t\t\t\tavailable at:\r\n\t\t\t\t\t\t\t\t<a href=\"https://tools.google.com/dlpage/gaoptout\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\t\thttps://tools.google.com/dlpage/gaoptout\r\n\t\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tE.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tBehavioral Remarketing\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. We also use remarketing services to advertise on third-party websites\r\n\t\t\t\t\t\t\t\tto you after you visited our Services. For this purpose, visitors are grouped\r\n\t\t\t\t\t\t\t\tby certain actions on our Services, e.g., by duration of a visit. This\r\n\t\t\t\t\t\t\t\tenables us to understand your preferences and to show you personalized\r\n\t\t\t\t\t\t\t\tadvertising even if you are currently surfing on another website that also\r\n\t\t\t\t\t\t\t\tparticipates in the same advertising network. We utilize Google Ads, Bing\r\n\t\t\t\t\t\t\t\tAds, and similar ad networks.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tF.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tOther Tracking Technologies\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Pages of our Site may also use Java scripts, which are code snippets\r\n\t\t\t\t\t\t\t\tembedded in various parts of websites and applications that facilitate\r\n\t\t\t\t\t\t\t\ta variety of operations including accelerating the refresh speed of certain\r\n\t\t\t\t\t\t\t\tfunctionality or monitoring usage of various online components; entity\r\n\t\t\t\t\t\t\t\ttags, which are HTTP code mechanisms that allow portions of websites to\r\n\t\t\t\t\t\t\t\tbe stored or “cached” within your browser to accelerate website performance;\r\n\t\t\t\t\t\t\t\tand HTML5 local storage, which allows data from websites to be stored or\r\n\t\t\t\t\t\t\t\t“cached” within your browser to store and retrieve data in HTML5 pages\r\n\t\t\t\t\t\t\t\twhen the website is revisited.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t\t<li style=\"list-style-type: none;padding-left:20px;\">\r\n\t\t\t\t\t\t\t\t<b style=\"position: absolute;left:20px;\">\r\n\t\t\t\t\t\t\t\t\tG.\r\n\t\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t\t<u>\r\n\t\t\t\t\t\t\t\t\t<i>\r\n\t\t\t\t\t\t\t\t\t\tDo Not Track\r\n\t\t\t\t\t\t\t\t\t</i>\r\n\t\t\t\t\t\t\t\t</u>\r\n\t\t\t\t\t\t\t\t. Some Internet browsers, such as Internet Explorer, Firefox, and Safari,\r\n\t\t\t\t\t\t\t\tinclude the ability to transmit “Do Not Track” or “DNT” signals. Since\r\n\t\t\t\t\t\t\t\tuniform standards for “DNT\" signals have not been adopted, our Site does\r\n\t\t\t\t\t\t\t\tnot currently process or respond to “DNT” signals.\r\n\t\t\t\t\t\t\t</li>\r\n\t\t\t\t\t\t</ul>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t4\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t4. Security Precautions\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe maintain physical, electronic, and procedural safeguards designed to\r\n\t\t\t\t\t\t\tguard and prevent misuse of your personal information. Our security measures\r\n\t\t\t\t\t\t\tinclude industry-standard physical, technical and administrative measures\r\n\t\t\t\t\t\t\tto prevent unauthorized access to or disclosure of your information.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tThe Internet is not an absolutely secure environment. We strongly recommend\r\n\t\t\t\t\t\t\tthat you use a secure method and use a complex password to help us ensure\r\n\t\t\t\t\t\t\tthe security of your account. We also strongly advise that you neither\r\n\t\t\t\t\t\t\tshare your password with others nor re-use passwords on our Services that\r\n\t\t\t\t\t\t\tyou use on other sites or apps, as doing so increases the likelihood of\r\n\t\t\t\t\t\t\tyour being the victim of a credential stuffing attack or other malicious\r\n\t\t\t\t\t\t\tcyber behavior. If you feel that the security of your account or personal\r\n\t\t\t\t\t\t\tdata has been compromised, please immediately contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\tor as otherwise described in the “Contact Us” section below.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t5\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t5. Your Rights\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe attach great importance to your attention to personal information,\r\n\t\t\t\t\t\t\tso that you have the full ability to protect your privacy and security.\r\n\t\t\t\t\t\t\tTo exercise your rights, you may contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t(see section 11).\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t5.1 Access, Rectification and Deletion of your Personal Information.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tYou have the right to access, rectify, or delete the personal information\r\n\t\t\t\t\t\t\tthat we collect. To protect the privacy and the security of your personal\r\n\t\t\t\t\t\t\tinformation, we may request data from you to enable us to confirm your\r\n\t\t\t\t\t\t\tidentity and right to access such data, as well as to search for and provide\r\n\t\t\t\t\t\t\tyou with the personal data we maintain. There are instances where applicable\r\n\t\t\t\t\t\t\tlaws or regulatory requirements allow or require us to refuse to provide\r\n\t\t\t\t\t\t\tor delete some or all of the personal information that we maintain. To\r\n\t\t\t\t\t\t\texercise your rights, you may make updates within your customer account\r\n\t\t\t\t\t\t\ton the Site or App, or you may contact us our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t. We may not accommodate a request to delete or change information if\r\n\t\t\t\t\t\t\twe believe the change would violate any law or legal requirement or cause\r\n\t\t\t\t\t\t\tthe information to be incorrect.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t5.2 Unsubscribe from Our Marketing Communications.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tIf you no longer wish for us to use your email account to send you marketing\r\n\t\t\t\t\t\t\temails or non-transactional promotional materials, please directly click\r\n\t\t\t\t\t\t\ton the unsubscribe link at the bottom of any of our email messages to you\r\n\t\t\t\t\t\t\tor contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t6\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t6. Retention\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe will retain your personal information for the purposes set out in this\r\n\t\t\t\t\t\t\tPolicy, and for backup, archival, fraud prevention or detection, or audit\r\n\t\t\t\t\t\t\tpurposes. We also will retain and use your personal information to the\r\n\t\t\t\t\t\t\textent necessary to comply with our legal obligations (for example, if\r\n\t\t\t\t\t\t\twe are required to retain your data to comply with applicable laws), resolve\r\n\t\t\t\t\t\t\tdisputes and enforce our legal agreements and policies.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf you no longer wish to be our customer, or cease using or accessing\r\n\t\t\t\t\t\t\tour Services, you can request us to close your account and delete all personal\r\n\t\t\t\t\t\t\tinformation we hold about you via\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t(See section 11), subject to certain legal requirements.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf you send us correspondence, including emails, we retain such information\r\n\t\t\t\t\t\t\telectronically in the records of your account. We will also electronically\r\n\t\t\t\t\t\t\tretain customer service correspondence and other correspondence from us\r\n\t\t\t\t\t\t\tto you. We retain these records to measure and improve our customer service\r\n\t\t\t\t\t\t\tand to investigate potential fraud and violations. We may, over time, delete\r\n\t\t\t\t\t\t\tthese records as permitted by law.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe will also retain Services usage data for internal analysis purposes.\r\n\t\t\t\t\t\t\tUsage data is generally retained for a shorter period of time, except when\r\n\t\t\t\t\t\t\tthis data is used to strengthen the security or to improve the functionality\r\n\t\t\t\t\t\t\tof our Site, or we are legally obligated to retain this data for longer\r\n\t\t\t\t\t\t\tperiods.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t7\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t7. Third-Party Websites\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tOur Apps or Site may contain links to third-party sites. This Policy does\r\n\t\t\t\t\t\t\tnot apply to those third-party sites. We recommend that you read the privacy\r\n\t\t\t\t\t\t\tstatements of any other sites that you visit as we are not responsible\r\n\t\t\t\t\t\t\tfor the privacy practices of those sites.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t8\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t8. Children\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tOur Services are not directed to, and we do not knowingly collect personal\r\n\t\t\t\t\t\t\tinformation from, children under the age of 16 or minors (as defined by\r\n\t\t\t\t\t\t\tapplicable national laws). If you are a minor, please do not attempt to\r\n\t\t\t\t\t\t\tfill out our forms or send any personal information about yourself to us.\r\n\t\t\t\t\t\t\tIf a minor has provided us with personal information without parental or\r\n\t\t\t\t\t\t\tguardian consent, the parent or guardian should contact us (See Section\r\n\t\t\t\t\t\t\t11) immediately to remove the relevant personal information and unsubscribe\r\n\t\t\t\t\t\t\tthe minor.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf we become aware that a minor has provided us with personal information,\r\n\t\t\t\t\t\t\twe will take steps to promptly delete such information from our files.\r\n\t\t\t\t\t\t\tAs described further in our Terms and Conditions, please do not upload\r\n\t\t\t\t\t\t\tphotographs showing other people, in particular if they are minors.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t9\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t9. Social Media Accounts\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWe operate accounts and fan pages on different social media platforms\r\n\t\t\t\t\t\t\t(the\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\t\"Social Media Accounts\"\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\t), such as on\r\n\t\t\t\t\t\t\t<a href=\"https://www.facebook.com/about/privacy\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tFacebook\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://help.instagram.com/519522125107875\" class=\"link-text\"\r\n\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\tInstagram\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://twitter.com/en/privacy\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tTwitter\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://www.gstatic.com/policies/privacy/pdf/20190122/f3294e95/google_privacy_policy_en_eu.pdf\"\r\n\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tYouTube\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://policy.pinterest.com/en/privacy-policy\" class=\"link-text\"\r\n\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\tPinterest\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t,\r\n\t\t\t\t\t\t\t<a href=\"https://www.snap.com/en-GB/privacy/privacy-policy\" class=\"link-text\"\r\n\t\t\t\t\t\t\ttarget=\"_blank\">\r\n\t\t\t\t\t\t\t\tSnapchat\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\tand\r\n\t\t\t\t\t\t\t<a href=\"https://www.tiktok.com/legal/privacy-policy?lang=en&appLaunch=app#privacy-eea\"\r\n\t\t\t\t\t\t\tclass=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tTikTok\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t. If you visit one of our Social Media Accounts you initiate a variety\r\n\t\t\t\t\t\t\tof data processing operations. If you do not provide us with your personal\r\n\t\t\t\t\t\t\tdata, certain functionalities of the social networking platforms requiring\r\n\t\t\t\t\t\t\tsuch data will not be available to you or only to a limited extent.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tAs the owner of a Social Media Account, we can usually only see information\r\n\t\t\t\t\t\t\tstored in your public profile on such social media platform, and only insofar\r\n\t\t\t\t\t\t\tas you are logged in to your profile while visiting our Social Media Account.\r\n\t\t\t\t\t\t\tIn addition, we may process data that you provide to us when you contact\r\n\t\t\t\t\t\t\tus through one of our Social Media Accounts (for example: if you create\r\n\t\t\t\t\t\t\ta post, or send us a private message via Facebook). If you visit one of\r\n\t\t\t\t\t\t\tour Social Media Accounts, the operator of the respective social network\r\n\t\t\t\t\t\t\talso processes your data, regardless of whether you yourself have a profile\r\n\t\t\t\t\t\t\tin the respective social network. The individual data processing operations\r\n\t\t\t\t\t\t\tand their scope differ depending on the operator. In addition, the respective\r\n\t\t\t\t\t\t\toperator of the social network provides us with anonymous usage statistics,\r\n\t\t\t\t\t\t\twhich we use to improve the user experience.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t10\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t10. Storage and Transfer of Your Personal Data\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tWhen you access or use our Services,\r\n\t\t\t\t\t\t\t<b>\r\n\t\t\t\t\t\t\t\tyour personal data may be processed or transferred outside of the country\r\n\t\t\t\t\t\t\t\tin which you reside.\r\n\t\t\t\t\t\t\t</b>\r\n\t\t\t\t\t\t\tSuch countries or jurisdictions may have data protection laws that are\r\n\t\t\t\t\t\t\tdifferent in some respects or less protective than the laws of the jurisdiction\r\n\t\t\t\t\t\t\tin which you reside. If you do not want your information transferred to,\r\n\t\t\t\t\t\t\tprocessed, or maintained outside of the country or jurisdiction where you\r\n\t\t\t\t\t\t\treside, you should immediately stop accessing or using the Services. For\r\n\t\t\t\t\t\t\tfurther details about these transfers and the safeguards that we use to\r\n\t\t\t\t\t\t\tfacilitate such transfers, please contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"article-con-item\">\r\n\t\t<div class=\"css-article-select-wrapper\" data-type=\"cccArticleDropDownWrapper\">\r\n\t\t\t<div style=\"display: none\">\r\n\t\t\t</div>\r\n\t\t\t<div id=\"ps-t11\">\r\n\t\t\t\t<div class=\"css-article-select-title\" data-type=\"cccArticleDropDownTitle\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-t-s title-second\" style=\"margin-bottom: 0; line-height: 2.75;\">\r\n\t\t\t\t\t\t\t11. Contact Us\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div class=\"css-article-select-content\" data-type=\"cccArticleDropDownContent\">\r\n\t\t\t\t\t<div class=\"paragraph\">\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tIf you have questions or concerns regarding your personal information\r\n\t\t\t\t\t\t\tor any information in this Privacy Policy, please contact us at our dedicated\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_1045\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tPrivacy Center\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\t. You can also contact us via our\r\n\t\t\t\t\t\t\t<a href=\"javascript:;\" class=\"link-text\" data-href=\"u_19\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tcustomer service Platform\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\ton our Site.\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tOur Privacy Office can be contacted via email at\r\n\t\t\t\t\t\t\t<a href=\"mailto:privacy@sheingroup.com\" class=\"link-text\" target=\"_blank\">\r\n\t\t\t\t\t\t\t\tprivacy@sheingroup.com\r\n\t\t\t\t\t\t\t</a>\r\n\t\t\t\t\t\t\tor at our postal address below in writing:\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tSHEIN Privacy Office\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\t757 S. Alameda St., Suite 340\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t\t<div class=\"item-p\">\r\n\t\t\t\t\t\t\tLos Angeles, CA 90021, the United States\r\n\t\t\t\t\t\t</div>\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"paragraph\">\r\n\t</div>\r\n</div>\r\n<div class=\"paragraph\">\r\n</div>","conTitleStatus":1,"detailId":23858,"id":23799,"lastUpdateTime":"2023-09-18 17:20:23","lastUserId":10006777,"lastUserName":"Victor Chen","siteLang":"sg_en","terminal":"pc","typeFlag":"privacy-policy","typeId":282,"typeName":"Privacy Policy"},"ssrApiData":{"codCountrySelect":null,"vipData":null,"shipingInfoPlaceholder":null,"mallSelect":null},"multiTips":{"SHEIN_KEY_PC_18299":"Hong Kong","SHEIN_KEY_PC_18298":"Vietnam","SHEIN_KEY_PC_18295":"new Zealand","SHEIN_KEY_PC_18294":"Australia","SHEIN_KEY_PC_24975":"Business Days","SHEIN_KEY_PC_18297":"Poland","SHEIN_KEY_PC_18296":"Israel","SHEIN_KEY_PC_18291":"Chile","SHEIN_KEY_PC_24976":"Days","SHEIN_KEY_PC_17081":"Please enter 6 digit pincode to check delivery&services.","SHEIN_KEY_PC_18290":"Brazil","SHEIN_KEY_PC_18293":"International Station","SHEIN_KEY_PC_18292":"Mexico","SHEIN_KEY_PC_29621":"Arrives between {0}","SHEIN_KEY_PC_16685":"Free express shipping on orders over {0}","SHEIN_KEY_PC_17414":"{0} order(s)(over {1}) to retain this level.","SHEIN_KEY_PC_16688":"FREE STANDARD SHIPPING","SHEIN_KEY_PC_17413":"Spend {0} or place {1} order(s)(over {2}) to retain this level.","SHEIN_KEY_PC_16683":"Free Express Shipping","SHEIN_KEY_PC_16684":"Free standard shipping on orders over {0}","SHEIN_KEY_PC_30732":"Ends in","SHEIN_KEY_PC_16689":"Free Flat Rate Shipping","SHEIN_KEY_PC_17416":"{0} order(s)(over {1}) until next level.","SHEIN_KEY_PC_17415":"Spend {0} or place {1} order(s)(over {2}) to reach the next level.","SHEIN_KEY_PC_17418":"Place {0} order(s)(over {2}) to reach {1}.","SHEIN_KEY_PC_17417":"Spend at least {0} or place at least {1} order(s)(over {3}) to reach {2}.","SHEIN_KEY_PC_23628":"● SHEIN CLUB Shipping Coupons","SHEIN_KEY_PC_23627":"Note: The cumulative discount amount of the Exclusive 5% Discount shall not exceed {2} every {1} days.","SHEIN_KEY_PC_16895":"Level-up Coupon","SHEIN_KEY_PC_23629":"After becoming a member of SHEIN CLUB, you will receive SHEIN CLUB Shipping Coupons (“SHEIN CLUB Shipping Coupon(s)” or “Shipping Coupon(s)”) periodically as specified below. The SHEIN CLUB Shipping Coupons can be used towards specified shipping costs on orders of physical products you place on SHEIN.","SHEIN_KEY_PC_16890":"The Eligible Purchases means purchases on the SHEIN website during the past 12 months which is 45 days before 6th every month.","SHEIN_KEY_PC_16892":"Exclusive Icon","SHEIN_KEY_PC_17860":"Your current registration site is Saudi Arabia Site.","SHEIN_KEY_PC_23626":"SHEIN CLUB Membership offers you an exclusive 5% discount (“Exclusive 5% Discount”) applicable to non-sale items on the Site and the App (certain exclusions may apply). This Exclusive 5% Discount may be used in conjunction with coupons that may be available to you. The products with the Exclusive 5% Discount will bear an exclusive discounted price logo. The Exclusive 5% Discount applies only to non-sale items that are currently in stock, and excludes sale, clearance or flash sale products and other targeted discounts. Therefore, a product that is not on sale and is covered by the Exclusive 5% Discount will no longer be covered by the Exclusive 5% Discount if such product goes on sale. The Exclusive 5% Discount does not apply to products from third-party sellers, virtual products (such as gift cards), taxes/shipping fees generated by the order or other additional charges.","SHEIN_KEY_PC_23625":"● Exclusive 5% Discount","SHEIN_KEY_PC_23184":"Eligibile purchases apply to any purchases on the SHEIN site made during the past 45 days before the 10th of every month, over the past 12 months. SHEIN Exhange purchases exc","SHEIN_KEY_PC_16898":"Free Shipping Card","SHEIN_KEY_PC_16422":"Shipping Location","SHEIN_KEY_PC_18289":"Canada","SHEIN_KEY_PC_23631":"The specific applicable conditions of your SHEIN CLUB Shipping Coupon can be viewed on the SHEIN CLUB Membership benefits page and on the “My Coupons” section (under “My Assets”) of your SHEIN User Account. We will also send you relevant benefits information and usage restrictions by email, APP PUSH, etc.","SHEIN_KEY_PC_23630":"There are two types of SHEIN CLUB Shipping Coupons: the first type can be redeemed for free specified shipping, and the second type can be redeemed for a discount on specified shipping costs, associated with an order of physical products on SHEIN. For the first type, only one SHEIN CLUB Shipping Coupon may be used on an order. For the second type, multiple Shipping Coupons can be used on an order to reduce the shipping fee. SHEIN CLUB Shipping Coupons must be used at the same time that an order is placed and cannot be redeemed towards shipping costs of a previous order. The SHEIN CLUB Shipping Coupons can be used along with other promotional coupons or discounts. However, the SHEIN CLUB Shipping Coupons may not be used along other “free shipping” coupons. When the actual amount to be paid for an order does not meet the threshold of the regular free shipping promotion, the system will automatically use the SHEIN CLUB Shipping Coupon to offset all or part of the specified shipping costs incurred for the order. When the actual amount to be paid for an order meets the threshold of the regular free shipping promotion, the system will use the free shipping promotion and will not apply your SHEIN CLUB Shipping Coupon to the order. The SHEIN CLUB Shipping Coupons can only be used towards the purchase of products on SHEIN and cannot be redeemed towards shipping costs of any return items.","SHEIN_KEY_PC_23633":"● Earn Extra Points: 7/21-8/3","SHEIN_KEY_PC_23632":"SHEIN CLUB Shipping Coupons will be issued to SHEIN CLUB Members every {1} days and will have an expiration date as specified thereon. Please note the expiration date on your SHEIN CLUB Shipping Coupon and use it before the expiration date. Once a SHEIN CLUB Shipping Coupon has expired, the Coupon cannot be redeemed or otherwise used. Other restrictions can be viewed on {url:My Coupons} section of “My Assets” in your SHEIN User Account.","SHEIN_KEY_PC_23635":"For example: If SHEIN is running a Double Points campaign and SHEIN CLUB Members who spend $50 or more (exclusive of tax) on an order can earn 2.5 SHEIN Points for every $1 spent on an eligible purchase in an order of $50 or more (exclusive of taxes), the following are the numbers of Bonus Points that a SHEIN CLUB Member and a non-Member can earn on an eligible order of $50 or more:","SHEIN_KEY_PC_23634":"After becoming a member of SHEIN CLUB, when you place an order on SHEIN, you will have the opportunity to earn SHEIN Bonus Points at a higher rate than those who are not members of SHEIN CLUB.The Earn Extra Points Benefit is in addition to any other multiple points campaign that we may be running at the time your order is placed. The applicable thresholds for earning Multiple Bonus Points with SHEIN CLUB can be viewed on the Member-Only page. Note that your Bonus Points can only be placed in your SHEIN User Account once you confirm delivery of your order. You can view the latest number of Bonus Points and their expiration dates in the \"{url:My Points}\" section of “My Assets” in your User Account.","SHEIN_KEY_PC_23636":"","SHEIN_KEY_PC_16667":"Location","SHEIN_KEY_PC_24419":"{0}%","SHEIN_KEY_PC_17441":"Code:","SHEIN_KEY_PC_17440":"Free Shipping","SHEIN_KEY_PC_15022":"Shipping Method","SHEIN_KEY_PC_17443":"For orders over {0}","SHEIN_KEY_PC_17684":"Choose your location","SHEIN_KEY_PC_24418":"{0}days","SHEIN_KEY_PC_24417":"{0}day","SHEIN_KEY_PC_16918":"Your current registration site is India Site.","SHEIN_KEY_PC_16919":"Your current registration site is United Kingdom Site.","SHEIN_KEY_PC_16913":"What is my registration site?","SHEIN_KEY_PC_16914":"Your current registration site is United States Site.","SHEIN_KEY_PC_16915":"Your current registration site is France Site.","SHEIN_KEY_PC_16916":"Your current registration site is Germany Site.","SHEIN_KEY_PC_16910":"SHEINISTA Magazine","SHEIN_KEY_PC_17456":"Redemption Date","SHEIN_KEY_PC_18303":"Philippines","SHEIN_KEY_PC_17455":"See more","SHEIN_KEY_PC_18302":"Thailand","SHEIN_KEY_PC_17458":"{0} max usage","SHEIN_KEY_PC_18305":"South Africa","SHEIN_KEY_PC_19755":"Due to policy modifications on SHEIN, you need to confirm your membership so that you may continue to enjoy the membership rights and rewards.","SHEIN_KEY_PC_18304":"Singapore","SHEIN_KEY_PC_17457":"Switch now","SHEIN_KEY_PC_17452":"View Redemption Record","SHEIN_KEY_PC_18301":"Russia","SHEIN_KEY_PC_18300":"Taiwan","SHEIN_KEY_PC_21950":"Send from","SHEIN_KEY_PC_18307":"Sweden","SHEIN_KEY_PC_16920":"Your current registration site is Spain Site.","SHEIN_KEY_PC_18306":"Italy","SHEIN_KEY_PC_18309":"Europe","SHEIN_KEY_PC_18308":"Netherlands","SHEIN_KEY_PC_16575":"Shipping to","SHEIN_KEY_PC_15002":"View","SHEIN_KEY_PC_17423":"Spend at least {0} and place at least {1} order(s)(over {3}) to reach {2}.","SHEIN_KEY_PC_17422":"{0} and {1} order(s)(over {2}) until next level.","SHEIN_KEY_PC_17425":"Redemption Record","SHEIN_KEY_PC_16578":"Ship from Global (3-7days for processing)","SHEIN_KEY_PC_17421":"{0} and {1} order(s)(over {2}) to retain this level.","SHEIN_KEY_PC_17420":"Welcome to the SHEIN VIP!","SHEIN_KEY_PC_16690":"Free flat rate shipping on orders over {0}","SHEIN_KEY_PC_16579":"Costs","SHEIN_KEY_PC_20391":"We value our VIP members by, among other things, providing you customized services and benefits that may be specifically designed for our US site. For that purpose and in order to provide you better user experience, starting from Sept 17th, 2021, your SHEIN VIP level on our US SHEIN site will be measured separately and be based on your purchases and activities on our US site. But, rest assured, your historical SHEIN VIP level has been recorded already. The new rules only apply to your activities after Sept 17th, 2021.","SHEIN_KEY_PC_20390":"When I visited the US SHEIN Site, I see a different SHEIN VIP level than the level I have elsewhere. Why is that?","SHEIN_KEY_PC_17428":"View more","SHEIN_KEY_PC_16586":"Free-Over {0}","SHEIN_KEY_PC_16587":"{0}-Less than {1} pieces","SHEIN_KEY_PC_16588":"{0}-Between {1} and {2} pieces","SHEIN_KEY_PC_16589":"Free-Over {0} pieces","SHEIN_KEY_PC_16582":"{0}-spend below {1}","SHEIN_KEY_PC_16583":"{0}-spend over {1} but below {2}","SHEIN_KEY_PC_16584":"{0}-Less than {1}","SHEIN_KEY_PC_16585":"{0}-between {1} and {2}","SHEIN_KEY_PC_16580":"Shipping time","SHEIN_KEY_PC_16581":"Free - orders over {0}","SHEIN_KEY_PC_16906":"VIP SERVICE","SHEIN_KEY_PC_21251":"ROE Station","SHEIN_KEY_PC_16908":"Free Festival Gifts","SHEIN_KEY_PC_16904":"Speedy Refund","SHEIN_KEY_PC_17439":"OFF","SHEIN_KEY_PC_16901":"Pop-ups Privileges","SHEIN_KEY_PC_15981":"Business Days","SHEIN_KEY_PC_33610":"Austria","SHEIN_KEY_PC_19556":"WE-Exclusive Promotions","SHEIN_KEY_PC_22849":"Some items are not eligible for Free Shipping over {0} promotion, please check the product details page or order page for details.","SHEIN_KEY_PC_33609":"Romania","SHEIN_KEY_PC_33608":"Peru","SHEIN_KEY_PC_33607":"Argentina","SHEIN_KEY_PC_33606":"Ecuador","SHEIN_KEY_PC_15962":"It is empty here :-(","SHEIN_KEY_PC_17463":"You can be assured to place order.","SHEIN_KEY_PC_19520":"Total Spent:","SHEIN_KEY_PC_18310":"asia","SHEIN_KEY_PC_17462":"We're delivering to your area.","SHEIN_KEY_PC_17465":"You can order first and we'll start shipping once the situation permits.","SHEIN_KEY_PC_17464":"We're not delivering to your area temporarily.","SHEIN_KEY_PC_15041":"Shipping Method","SHEIN_KEY_PC_31096":"Eligibile purchases apply to any purchases on the SHEIN site made during the past 45 days before the {0}th of every month, over the past 12 months. SHEIN Exhange purchases exc","SHEIN_KEY_PC_14634":"ADD TO CART","SHEIN_KEY_PC_18318":"Your current registration site is {0}.","SHEIN_KEY_PC_18319":"United States","SHEIN_KEY_PC_18325":"Oman","SHEIN_KEY_PC_18324":"Qatar","SHEIN_KEY_PC_18327":"Bahrain","SHEIN_KEY_PC_18326":"Kuwait","SHEIN_KEY_PC_18321":"Germany","SHEIN_KEY_PC_18320":"United Kingdom","SHEIN_KEY_PC_17473":"The site you're browsing is not consistent with your membership site. For a better experience, please return to your membership's home site to explore more rewards.","SHEIN_KEY_PC_18323":"United Arab Emirates","SHEIN_KEY_PC_18322":"France","SHEIN_KEY_PC_19770":"Due to policy modifications on SHEIN, you need to confirm your membership so that you may continue to enjoy the membership rights and rewards.","SHEIN_KEY_PC_28807":"Columbia","SHEIN_KEY_PC_16829":"Approx {0} - {1}","SHEIN_KEY_PC_18329":"India","SHEIN_KEY_PC_18328":"Saudi Arabia","SHEIN_KEY_PC_30679":"South Korea","SHEIN_KEY_PC_16873":"View Rules","SHEIN_KEY_PC_16875":"My orders:","SHEIN_KEY_PC_17606":"{0}-Over {1}","SHEIN_KEY_PC_16876":"My Expense:","SHEIN_KEY_PC_14583":"Estimated Delivery Window","SHEIN_KEY_PC_23858":"SHEIN Bonus Points have an expiration date. Please note the expiration date on your SHEIN Bonus Points and use them before the expiration date. Once SHEIN Bonus Points has expired, the Points cannot be redeemed or otherwise used.","SHEIN_KEY_PC_16763":"Each additional item is {0}","SHEIN_KEY_PC_16764":"Free Shipping Sitewide","SHEIN_KEY_PC_16885":"{0} to retain this level.","SHEIN_KEY_PC_16765":"{0} Item(s) for {1}, and {2} for each additional item","SHEIN_KEY_PC_16886":"{0} until next level.","SHEIN_KEY_PC_16882":"Congratulation! You've achieved the highest level!","SHEIN_KEY_PC_19593":"Non-WE members can purchase at regular price.","SHEIN_KEY_PC_23855":"Reminder: You are currently viewing the {0} Site SHEIN CLUB Membership Earn Extra Points benefit,","SHEIN_KEY_PC_23857":"with a maximum of {0} Bonus Points per person within the validity period of SHEIN CLUB Membership.","SHEIN_KEY_PC_19591":"Redemption Record","SHEIN_KEY_PC_23856":"which a single person can earn up to 500 Bonus Points every 31 day,","SHEIN_KEY_PC_17859":"Your current registration site is Bahrain Site.","SHEIN_KEY_PC_16887":"Current Level:","SHEIN_KEY_PC_17856":"Your current registration site is UAE Site.","SHEIN_KEY_PC_17855":"Your current registration site is Kuwait Site.","SHEIN_KEY_PC_16888":"The Eligible Purchases means purchases on the SHEIN website during the past 12 months which is 45 days before 10th every month.","SHEIN_KEY_PC_17858":"Your current registration site is Oman Site.","SHEIN_KEY_PC_16889":"The eligible purchases mean the purchases on the SHEIN website during the past 12 months which is 45 days before 6th every month. SHEIN Exchange purchases are excluded.","SHEIN_KEY_PC_17857":"Your current registration site is Qatar Site.","SHEIN_KEY_PC_17023":"Tips","SHEIN_KEY_PC_17146":"Reward","SHEIN_KEY_PC_17145":"Spain station","SHEIN_KEY_PC_16171":"Location","SHEIN_KEY_PC_16172":"Please Choose Your Location","SHEIN_KEY_PC_21764":"JAPAN","SHEIN_KEY_PC_21765":"Switzerland","SHEIN_KEY_PC_21766":"Malaysia","SHEIN_KEY_PC_21767":"Portugal","SHEIN_KEY_PC_16858":"SHEIN VIP","SHEIN_KEY_PC_16859":"How do I join?","SHEIN_KEY_PC_16975":"{0} or {1} order(s)(over US$0.01) are required to earn {2} level.","SHEIN_KEY_PC_16976":"{0} required to become {1} level.","SHEIN_KEY_PC_16977":"3 order(s)(over US$0.01) needed to become a SHEIN VIP!","SHEIN_KEY_PC_16861":"What can I get if I join in?","SHEIN_KEY_PC_16862":"Once you've joined our loyalty program, you can upgrade and earn rewards with every purchase you make. Rewards such as access to events & pop-ups, receive member exclusive promotions, and the latest fashion news.","SHEIN_KEY_PC_14680":"Free pick up at convenience store on orders over {0}","SHEIN_KEY_PC_16863":"How can I find out my level?","SHEIN_KEY_PC_16864":"Once you've signed up, you can view more information on My Account page. The SHEIN VIP page is a personalized page with all the details about your program level, the rewards that come with it, your progress toward the next level, and the rewards you will enjoy once you achieve each level.","SHEIN_KEY_PC_15770":"Confirm","SHEIN_KEY_PC_14683":"FREE PICK UP AT CONVENIENCE STORE","SHEIN_KEY_PC_16860":"Just sign up and you can join in our program. This program does not require any extra fees. You will upgrade and earn rewards when satisfied the times of eligible purchases or the amount of eligible spending.","SHEIN_KEY_PC_16986":"Estimated to be delivered on {0}.","SHEIN_KEY_PC_16865":"How do I level-up?","SHEIN_KEY_PC_16866":"You'll graduate to the next level once you've reached the spend limit for your current one-and you'll also receive a just-for-you token of our appreciation!","SHEIN_KEY_PC_16867":"What if I have more than one SHEIN account?","SHEIN_KEY_PC_16868":"At this time, we cannot combine accounts, so to maximize your perks, we urge you to shop under one account only."},"abtInfo":{"ShippingLogisticsTime":{"type":"","bid":"","eid":"0","p":"LogisticsTime=A","version":null,"param":{"LogisticsTime":"A"},"child":[]},"allshiptimeshow":{"type":"expgroup","bid":"100712566","eid":"100276186","p":"","version":null,"param":{"allshiptimeshow":"A"},"child":[{"type":"expgroup","bid":"100712566","eid":"100276186","param":{}},{"type":"expgroup","bid":"100711806","eid":"100275921","param":{}}]}}}},"error":null,"status":200,"config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":10000,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, */*","ClientId":"101","method":"GET","Connection":"keep-alive","x-lt-timestamp":1743478712448,"x-lt-signature":"cMZwCYmM4N2RjNDFmZjdhMGI0ZGQ0NWQ0NWQzMTQ0YWYzYjBiYjA5ZDA0ZTcwYzdjMzFkMDkwM2Q2OWIxNThiMDI0Zg==","x-lt-openKeyId":"shein-pc","X-Mesh-Origin-Host":"api-gateway.central-dc.sheincorp.cn","uberctx-traffic-mark":"sg","uberctx-uas-mid":"0","uberctx-uas-login":"1001%2F0%2F0%2F0%2F8f00b204e9800998","uber-trace-id":"ad0dc99f42dbc91e:87f66f9f63e8988c:ad0dc99f42dbc91e:0","uberctx-user-info":"{\"deviceid\":\"\",\"cookieid\":\"0EBF2362_5FEA_AFB4_9A3C_1A0620230427\",\"memberid\":\"\",\"_html\":0,\"ugid\":\"0404m2neal\"}","accept-encoding":"gzip","x-client-url":"https://sg.shein.com/Privacy-Security-Policy-a-282.html","bff-source":"shein;pc","webVersion":"12.5.0","x-via-ssr":"1","true-client-ip":"8.222.208.146","x-forwarded-for":"10.21.6.212","user-agent":"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 3.5.21022; .NET CLR 1.0.3705; .NET CLR 1.1.4322)","accept-language":"","SmDeviceId":"","Anti-In":"","uberctx-armortoken":"","x-ad-flag":"8FkZa3NuCnoO+IBsqSDbVZyIHWmUW0bd7B7Yv1q7dbGxVCvPpxW0uM8fu0QALWTsxiTRzwO+G6k5kfxbfacXZKRmtxhX8IKPBCg2YOs3Zs4=","cookie":"armorUuid=2025040111383266d6d75742adcf1d81a08c53cd8f45880064d3ca29d287d300; sessionID_shein=s%3AsC3xdu96_-m4o-rF8g5tRW1BPaBC5VLs.fUcOsMbHuHk3vc33OZwB6fYWABKQ%2BWcbM6onpWG%2FmT8; AT=MDEwMDE.eyJiIjo3LCJnIjoxNzQzNDc4NzEyLCJyIjoib3p4M2dNIiwidCI6MX0.03f7df6f5688f869"},"baseURL":"http://api-gateway.central-dc-sheinfront.sheincorp.cn/shein-mall-web-api/v2","responseType":"json","responseEncoding":"utf8","httpAgent":{"_events":{},"_eventsCount":2,"defaultPort":80,"protocol":"http:","options":{"keepAlive":true,"noDelay":true,"path":null},"requests":{},"sockets":{},"freeSockets":{"api-gateway.central-dc-sheinfront.sheincorp.cn:80:":[{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-sheinfront.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0}],"localhost:12000:":[{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"localhost","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0}],"api-gateway.central-dc.sheincorp.cn:80:":[{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0}],"api-gateway.central-dc-abc.sheincorp.cn:80:":[{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0},{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.central-dc-abc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0}],"gee-api.shein.com:80:":[{"connecting":false,"_hadError":false,"_parent":null,"_host":"gee-api.shein.com","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0}],"api-gateway.backend-central-dc.sheincorp.cn:80:":[{"connecting":false,"_hadError":false,"_parent":null,"_host":"api-gateway.backend-central-dc.sheincorp.cn","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_events":{"timeout":[null,null]},"_eventsCount":6,"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","server":null,"_server":null,"parser":null,"_httpMessage":null,"timeout":0}]},"keepAliveMsecs":1000,"keepAlive":true,"maxSockets":null,"maxFreeSockets":256,"scheduling":"lifo","maxTotalSockets":null,"totalSocketCount":141},"httpsAgent":{"_events":{},"_eventsCount":2,"defaultPort":443,"protocol":"https:","options":{"keepAlive":true,"noDelay":true,"path":null},"requests":{},"sockets":{},"freeSockets":{"oauth2.googleapis.com:443:::::::::::::::::::::":[{"_tlsOptions":{"pipe":false,"secureContext":{"context":{}},"isServer":false,"requestCert":true,"rejectUnauthorized":true,"session":{"type":"Buffer","data":[48,130,7,111,2,1,1,2,2,3,4,4,2,19,2,4,32,210,69,13,255,43,8,214,224,229,170,188,122,115,105,243,106,50,235,229,14,161,199,59,47,39,70,204,245,122,77,6,233,4,48,80,188,91,119,8,11,162,171,214,77,117,162,83,180,255,78,108,225,94,112,119,145,60,196,16,87,2,39,72,251,34,6,18,193,204,223,25,112,250,172,155,35,231,26,58,108,157,72,161,6,2,4,103,235,91,66,162,4,2,2,28,32,163,130,5,229,48,130,5,225,48,130,4,201,160,3,2,1,2,2,16,17,166,64,72,17,198,97,238,9,139,242,206,188,216,215,248,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,48,59,49,11,48,9,6,3,85,4,6,19,2,85,83,49,30,48,28,6,3,85,4,10,19,21,71,111,111,103,108,101,32,84,114,117,115,116,32,83,101,114,118,105,99,101,115,49,12,48,10,6,3,85,4,3,19,3,87,82,50,48,30,23,13,50,53,48,51,49,48,48,56,51,55,48,50,90,23,13,50,53,48,54,48,50,48,56,51,55,48,49,90,48,34,49,32,48,30,6,3,85,4,3,19,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,48,89,48,19,6,7,42,134,72,206,61,2,1,6,8,42,134,72,206,61,3,1,7,3,66,0,4,148,176,237,254,235,28,209,143,85,151,35,82,22,41,137,42,11,249,68,164,222,35,1,17,20,185,163,19,16,219,168,110,81,68,70,13,58,82,39,40,58,67,252,97,44,79,84,146,72,179,77,8,169,91,104,241,131,15,224,35,129,45,94,8,163,130,3,195,48,130,3,191,48,14,6,3,85,29,15,1,1,255,4,4,3,2,7,128,48,19,6,3,85,29,37,4,12,48,10,6,8,43,6,1,5,5,7,3,1,48,12,6,3,85,29,19,1,1,255,4,2,48,0,48,29,6,3,85,29,14,4,22,4,20,227,191,92,8,175,205,177,112,126,178,219,146,55,53,143,141,82,239,112,180,48,31,6,3,85,29,35,4,24,48,22,128,20,222,27,30,237,121,21,212,62,55,36,195,33,187,236,52,57,109,66,178,48,48,88,6,8,43,6,1,5,5,7,1,1,4,76,48,74,48,33,6,8,43,6,1,5,5,7,48,1,134,21,104,116,116,112,58,47,47,111,46,112,107,105,46,103,111,111,103,47,119,114,50,48,37,6,8,43,6,1,5,5,7,48,2,134,25,104,116,116,112,58,47,47,105,46,112,107,105,46,103,111,111,103,47,119,114,50,46,99,114,116,48,130,1,152,6,3,85,29,17,4,130,1,143,48,130,1,139,130,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,130,20,42,46,99,108,105,101,110,116,115,46,103,111,111,103,108,101,46,99,111,109,130,17,42,46,100,111,99,115,46,103,111,111,103,108,101,46,99,111,109,130,18,42,46,100,114,105,118,101,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,16,42,46,103,111,111,103,108,101,97,112,105,115,46,99,111,109,130,19,42,46,112,104,111,116,111,115,46,103,111,111,103,108,101,46,99,111,109,130,23,42,46,121,111,117,116,117,98,101,45,51,114,100,45,112,97,114,116,121,46,99,111,109,130,17,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,18,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,20,42,46,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,31,117,112,108,111,97,100,115,46,115,116,97,103,101,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,21,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,46,103,111,111,103,130,27,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,97,108,112,104,97,46,103,111,111,103,130,28,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,99,97,110,97,114,121,46,103,111,111,103,130,25,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,100,101,118,46,103,111,111,103,48,19,6,3,85,29,32,4,12,48,10,48,8,6,6,103,129,12,1,2,1,48,54,6,3,85,29,31,4,47,48,45,48,43,160,41,160,39,134,37,104,116,116,112,58,47,47,99,46,112,107,105,46,103,111,111,103,47,119,114,50,47,111,66,70,89,89,97,104,122,103,86,73,46,99,114,108,48,130,1,5,6,10,43,6,1,4,1,214,121,2,4,2,4,129,246,4,129,243,0,241,0,118,0,78,117,163,39,92,154,16,195,56,91,108,212,223,63,82,235,29,240,224,142,27,141,105,192,177,250,100,177,98,154,57,223,0,0,1,149,127,106,63,34,0,0,4,3,0,71,48,69,2,33,0,157,46,109,252,173,117,244,247,70,26,240,245,80,13,52,145,31,94,174,119,36,32,24,211,4,241,168,98,140,64,236,88,2,32,39,167,189,77,107,255,50,167,4,84,175,119,45,88,176,164,191,53,224,162,124,53,194,221,106,87,122,26,87,67,169,96,0,119,0,19,74,223,26,181,152,66,9,120,12,111,239,76,122,145,164,22,183,35,73,206,88,87,106,223,174,218,167,194,171,224,34,0,0,1,149,127,106,64,127,0,0,4,3,0,72,48,70,2,33,0,149,178,139,85,234,150,71,122,122,54,15,145,34,6,190,2,154,100,216,171,63,76,222,34,126,86,240,113,79,191,220,108,2,33,0,240,83,240,81,41,190,188,238,61,208,140,28,36,253,160,228,38,0,9,44,33,32,182,97,223,31,68,156,117,197,25,228,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,3,130,1,1,0,47,53,127,244,94,13,152,27,133,0,169,211,105,12,124,106,230,191,85,190,51,28,207,169,83,48,29,247,145,185,239,112,171,7,163,235,94,148,99,236,60,188,219,38,163,236,34,115,83,226,168,50,101,136,60,247,198,89,24,115,117,203,230,173,125,187,219,24,29,248,37,84,113,109,14,77,243,217,37,15,6,250,191,85,14,176,10,148,76,199,181,100,58,225,251,214,79,251,140,162,10,138,203,124,241,146,65,190,39,217,63,60,73,37,201,178,0,112,127,38,13,129,94,178,132,153,192,250,114,223,236,223,9,187,102,88,225,37,57,31,12,118,91,121,192,26,104,213,171,162,207,218,67,10,246,75,94,47,137,50,135,67,156,181,110,50,125,162,235,54,210,142,161,199,202,194,24,238,217,102,228,61,86,31,65,182,152,42,123,242,66,21,85,154,121,48,216,53,48,24,13,65,104,9,126,90,210,7,116,212,214,70,217,187,10,61,246,192,63,27,92,204,202,36,190,35,203,91,171,184,217,52,39,145,72,45,88,196,46,142,64,136,171,227,21,246,172,4,96,127,99,31,158,229,45,217,164,2,4,0,169,5,2,3,2,163,0,170,129,248,4,129,245,2,95,208,94,15,64,159,180,141,159,231,38,101,76,28,20,193,177,48,219,233,220,97,201,56,128,88,150,152,70,244,44,45,54,44,64,213,178,188,170,223,207,221,223,43,56,17,119,188,35,81,51,102,214,200,121,60,102,161,64,127,218,91,33,145,28,85,148,10,194,47,57,126,1,67,91,85,119,209,197,166,116,38,209,102,205,48,165,81,165,194,171,52,26,202,63,228,52,66,251,204,2,217,8,23,89,143,124,135,98,220,224,86,158,9,17,29,143,190,97,159,215,144,124,10,191,52,221,158,132,161,127,54,222,44,128,21,146,50,20,159,254,15,245,219,92,194,30,98,74,241,128,98,254,195,107,236,244,16,203,35,108,23,0,197,30,50,61,82,152,96,230,238,72,8,126,187,89,83,126,211,190,87,140,132,78,150,154,33,40,201,130,52,249,179,56,187,217,61,136,23,8,28,202,110,0,152,195,126,2,200,189,183,143,156,173,228,163,204,5,91,228,15,82,7,23,1,28,22,15,62,197,243,70,83,69,65,197,113,73,60,228,156,151,97,174,6,2,4,123,202,241,100,175,4,2,2,56,0,179,3,2,1,29]}},"_secureEstablished":true,"_securePending":false,"_newSessionPending":false,"_controlReleased":true,"secureConnecting":false,"_SNICallback":null,"servername":"oauth2.googleapis.com","alpnProtocol":false,"authorized":true,"authorizationError":null,"encrypted":true,"_events":{"close":[null,null,null],"timeout":[null,null]},"_eventsCount":9,"connecting":false,"_hadError":false,"_parent":null,"_host":"oauth2.googleapis.com","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","_server":null,"ssl":{"_parent":{"reading":true,"onconnection":null},"_secureContext":{"context":{}},"reading":true},"_requestCert":true,"_rejectUnauthorized":true,"parser":null,"_httpMessage":null,"timeout":0}],"www.googleapis.com:443:::::::::::::::::::::":[{"_tlsOptions":{"pipe":false,"secureContext":{"context":{}},"isServer":false,"requestCert":true,"rejectUnauthorized":true,"session":{"type":"Buffer","data":[48,130,7,111,2,1,1,2,2,3,4,4,2,19,2,4,32,124,24,174,107,115,83,0,65,156,212,4,237,201,66,98,245,212,143,156,210,166,167,134,220,5,98,201,246,92,14,48,225,4,48,204,119,60,184,198,148,72,251,207,213,222,152,45,152,50,214,92,25,80,232,160,138,117,247,95,3,155,3,246,83,20,55,51,238,107,233,241,211,191,206,194,84,190,32,195,185,139,38,161,6,2,4,103,235,91,66,162,4,2,2,28,32,163,130,5,229,48,130,5,225,48,130,4,201,160,3,2,1,2,2,16,17,166,64,72,17,198,97,238,9,139,242,206,188,216,215,248,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,48,59,49,11,48,9,6,3,85,4,6,19,2,85,83,49,30,48,28,6,3,85,4,10,19,21,71,111,111,103,108,101,32,84,114,117,115,116,32,83,101,114,118,105,99,101,115,49,12,48,10,6,3,85,4,3,19,3,87,82,50,48,30,23,13,50,53,48,51,49,48,48,56,51,55,48,50,90,23,13,50,53,48,54,48,50,48,56,51,55,48,49,90,48,34,49,32,48,30,6,3,85,4,3,19,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,48,89,48,19,6,7,42,134,72,206,61,2,1,6,8,42,134,72,206,61,3,1,7,3,66,0,4,148,176,237,254,235,28,209,143,85,151,35,82,22,41,137,42,11,249,68,164,222,35,1,17,20,185,163,19,16,219,168,110,81,68,70,13,58,82,39,40,58,67,252,97,44,79,84,146,72,179,77,8,169,91,104,241,131,15,224,35,129,45,94,8,163,130,3,195,48,130,3,191,48,14,6,3,85,29,15,1,1,255,4,4,3,2,7,128,48,19,6,3,85,29,37,4,12,48,10,6,8,43,6,1,5,5,7,3,1,48,12,6,3,85,29,19,1,1,255,4,2,48,0,48,29,6,3,85,29,14,4,22,4,20,227,191,92,8,175,205,177,112,126,178,219,146,55,53,143,141,82,239,112,180,48,31,6,3,85,29,35,4,24,48,22,128,20,222,27,30,237,121,21,212,62,55,36,195,33,187,236,52,57,109,66,178,48,48,88,6,8,43,6,1,5,5,7,1,1,4,76,48,74,48,33,6,8,43,6,1,5,5,7,48,1,134,21,104,116,116,112,58,47,47,111,46,112,107,105,46,103,111,111,103,47,119,114,50,48,37,6,8,43,6,1,5,5,7,48,2,134,25,104,116,116,112,58,47,47,105,46,112,107,105,46,103,111,111,103,47,119,114,50,46,99,114,116,48,130,1,152,6,3,85,29,17,4,130,1,143,48,130,1,139,130,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,130,20,42,46,99,108,105,101,110,116,115,46,103,111,111,103,108,101,46,99,111,109,130,17,42,46,100,111,99,115,46,103,111,111,103,108,101,46,99,111,109,130,18,42,46,100,114,105,118,101,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,16,42,46,103,111,111,103,108,101,97,112,105,115,46,99,111,109,130,19,42,46,112,104,111,116,111,115,46,103,111,111,103,108,101,46,99,111,109,130,23,42,46,121,111,117,116,117,98,101,45,51,114,100,45,112,97,114,116,121,46,99,111,109,130,17,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,18,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,20,42,46,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,31,117,112,108,111,97,100,115,46,115,116,97,103,101,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,21,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,46,103,111,111,103,130,27,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,97,108,112,104,97,46,103,111,111,103,130,28,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,99,97,110,97,114,121,46,103,111,111,103,130,25,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,100,101,118,46,103,111,111,103,48,19,6,3,85,29,32,4,12,48,10,48,8,6,6,103,129,12,1,2,1,48,54,6,3,85,29,31,4,47,48,45,48,43,160,41,160,39,134,37,104,116,116,112,58,47,47,99,46,112,107,105,46,103,111,111,103,47,119,114,50,47,111,66,70,89,89,97,104,122,103,86,73,46,99,114,108,48,130,1,5,6,10,43,6,1,4,1,214,121,2,4,2,4,129,246,4,129,243,0,241,0,118,0,78,117,163,39,92,154,16,195,56,91,108,212,223,63,82,235,29,240,224,142,27,141,105,192,177,250,100,177,98,154,57,223,0,0,1,149,127,106,63,34,0,0,4,3,0,71,48,69,2,33,0,157,46,109,252,173,117,244,247,70,26,240,245,80,13,52,145,31,94,174,119,36,32,24,211,4,241,168,98,140,64,236,88,2,32,39,167,189,77,107,255,50,167,4,84,175,119,45,88,176,164,191,53,224,162,124,53,194,221,106,87,122,26,87,67,169,96,0,119,0,19,74,223,26,181,152,66,9,120,12,111,239,76,122,145,164,22,183,35,73,206,88,87,106,223,174,218,167,194,171,224,34,0,0,1,149,127,106,64,127,0,0,4,3,0,72,48,70,2,33,0,149,178,139,85,234,150,71,122,122,54,15,145,34,6,190,2,154,100,216,171,63,76,222,34,126,86,240,113,79,191,220,108,2,33,0,240,83,240,81,41,190,188,238,61,208,140,28,36,253,160,228,38,0,9,44,33,32,182,97,223,31,68,156,117,197,25,228,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,3,130,1,1,0,47,53,127,244,94,13,152,27,133,0,169,211,105,12,124,106,230,191,85,190,51,28,207,169,83,48,29,247,145,185,239,112,171,7,163,235,94,148,99,236,60,188,219,38,163,236,34,115,83,226,168,50,101,136,60,247,198,89,24,115,117,203,230,173,125,187,219,24,29,248,37,84,113,109,14,77,243,217,37,15,6,250,191,85,14,176,10,148,76,199,181,100,58,225,251,214,79,251,140,162,10,138,203,124,241,146,65,190,39,217,63,60,73,37,201,178,0,112,127,38,13,129,94,178,132,153,192,250,114,223,236,223,9,187,102,88,225,37,57,31,12,118,91,121,192,26,104,213,171,162,207,218,67,10,246,75,94,47,137,50,135,67,156,181,110,50,125,162,235,54,210,142,161,199,202,194,24,238,217,102,228,61,86,31,65,182,152,42,123,242,66,21,85,154,121,48,216,53,48,24,13,65,104,9,126,90,210,7,116,212,214,70,217,187,10,61,246,192,63,27,92,204,202,36,190,35,203,91,171,184,217,52,39,145,72,45,88,196,46,142,64,136,171,227,21,246,172,4,96,127,99,31,158,229,45,217,164,2,4,0,169,5,2,3,2,163,0,170,129,248,4,129,245,2,95,208,94,15,64,159,180,141,159,231,38,101,76,28,20,131,48,2,217,202,62,1,254,16,113,143,247,129,241,142,187,60,80,122,22,113,16,86,114,212,223,47,20,37,180,83,42,8,138,253,188,240,3,9,83,194,66,175,255,32,209,71,30,30,190,63,214,234,197,228,249,102,118,185,254,1,43,39,161,39,129,194,74,182,153,235,79,252,19,150,89,79,144,51,66,219,104,221,249,190,98,206,164,34,104,221,74,204,189,248,195,46,119,173,121,193,142,163,187,253,182,108,61,23,119,56,142,74,54,115,5,195,82,226,2,253,179,142,158,175,107,173,153,213,103,57,61,154,5,44,121,199,11,158,18,173,125,132,134,219,153,225,19,237,146,77,166,89,87,198,62,147,86,27,30,0,171,59,204,209,230,187,157,200,223,5,107,127,196,99,110,40,162,64,46,173,96,121,29,84,235,118,225,134,251,140,117,185,68,189,254,1,81,48,116,47,136,240,10,8,46,202,200,163,16,245,48,90,163,176,125,153,228,68,76,83,59,181,75,131,133,217,100,100,174,6,2,4,29,134,163,136,175,4,2,2,56,0,179,3,2,1,29]}},"_secureEstablished":true,"_securePending":false,"_newSessionPending":false,"_controlReleased":true,"secureConnecting":false,"_SNICallback":null,"servername":"www.googleapis.com","alpnProtocol":false,"authorized":true,"authorizationError":null,"encrypted":true,"_events":{"close":[null,null,null],"timeout":[null,null]},"_eventsCount":9,"connecting":false,"_hadError":false,"_parent":null,"_host":"www.googleapis.com","_closeAfterHandlingError":false,"_readableState":{"objectMode":false,"highWaterMark":16384,"buffer":{"head":null,"tail":null,"length":0},"length":0,"pipes":[],"flowing":true,"ended":false,"endEmitted":false,"reading":true,"constructed":true,"sync":false,"needReadable":true,"emittedReadable":false,"readableListening":false,"resumeScheduled":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"destroyed":false,"errored":null,"closed":false,"closeEmitted":false,"defaultEncoding":"utf8","awaitDrainWriters":null,"multiAwaitDrain":false,"readingMore":false,"dataEmitted":true,"decoder":null,"encoding":null},"_writableState":{"objectMode":false,"highWaterMark":16384,"finalCalled":false,"needDrain":false,"ending":false,"ended":false,"finished":false,"destroyed":false,"decodeStrings":false,"defaultEncoding":"utf8","length":0,"writing":false,"corked":0,"sync":false,"bufferProcessing":false,"writecb":null,"writelen":0,"afterWriteTickInfo":null,"buffered":[],"bufferedIndex":0,"allBuffers":true,"allNoop":true,"pendingcb":0,"constructed":true,"prefinished":false,"errorEmitted":false,"emitClose":false,"autoDestroy":true,"errored":null,"closed":false,"closeEmitted":false},"allowHalfOpen":false,"_sockname":null,"_pendingData":null,"_pendingEncoding":"","_server":null,"ssl":{"_parent":{"reading":true,"onconnection":null},"_secureContext":{"context":{}},"reading":true},"_requestCert":true,"_rejectUnauthorized":true,"parser":null,"_httpMessage":null,"timeout":0}]},"keepAliveMsecs":1000,"keepAlive":true,"maxSockets":null,"maxFreeSockets":256,"scheduling":"lifo","maxTotalSockets":null,"totalSocketCount":2,"maxCachedSessions":100,"_sessionCache":{"map":{"shein.ltwebstatic.com:443:::::::::::::::::::::":{"type":"Buffer","data":[48,130,7,14,2,1,1,2,2,3,4,4,2,19,2,4,32,226,137,125,188,186,158,15,37,245,160,108,107,252,87,238,244,153,128,226,51,58,210,117,240,112,80,48,192,216,99,155,191,4,48,2,79,77,143,115,76,0,126,147,31,170,9,114,73,146,73,107,67,12,90,115,215,61,90,140,99,173,221,128,65,57,100,23,141,246,108,34,164,241,99,62,27,40,163,7,103,37,130,161,6,2,4,103,235,89,79,162,4,2,2,28,32,163,130,5,118,48,130,5,114,48,130,4,248,160,3,2,1,2,2,16,9,106,147,40,236,220,11,54,181,80,54,89,209,94,20,49,48,10,6,8,42,134,72,206,61,4,3,3,48,86,49,11,48,9,6,3,85,4,6,19,2,85,83,49,21,48,19,6,3,85,4,10,19,12,68,105,103,105,67,101,114,116,32,73,110,99,49,48,48,46,6,3,85,4,3,19,39,68,105,103,105,67,101,114,116,32,84,76,83,32,72,121,98,114,105,100,32,69,67,67,32,83,72,65,51,56,52,32,50,48,50,48,32,67,65,49,48,30,23,13,50,53,48,51,48,52,48,48,48,48,48,48,90,23,13,50,54,48,51,48,54,50,51,53,57,53,57,90,48,98,49,11,48,9,6,3,85,4,6,19,2,83,71,49,18,48,16,6,3,85,4,7,19,9,83,105,110,103,97,112,111,114,101,49,35,48,33,6,3,85,4,10,19,26,82,79,65,68,71,69,84,32,66,85,83,73,78,69,83,83,32,80,84,69,46,32,76,84,68,46,49,26,48,24,6,3,85,4,3,12,17,42,46,108,116,119,101,98,115,116,97,116,105,99,46,99,111,109,48,89,48,19,6,7,42,134,72,206,61,2,1,6,8,42,134,72,206,61,3,1,7,3,66,0,4,192,161,156,28,235,185,64,201,115,117,97,221,156,126,240,248,232,246,54,123,63,203,22,37,170,124,196,1,169,207,242,252,50,221,2,50,109,121,45,102,55,16,141,112,156,237,152,55,57,104,42,73,36,16,7,171,175,173,226,234,94,34,42,208,163,130,3,154,48,130,3,150,48,31,6,3,85,29,35,4,24,48,22,128,20,10,188,8,41,23,140,165,57,109,122,14,206,51,199,46,179,237,251,195,122,48,29,6,3,85,29,14,4,22,4,20,108,172,241,76,248,178,38,105,100,216,234,72,200,253,132,117,62,74,239,81,48,45,6,3,85,29,17,4,38,48,36,130,17,42,46,108,116,119,101,98,115,116,97,116,105,99,46,99,111,109,130,15,108,116,119,101,98,115,116,97,116,105,99,46,99,111,109,48,62,6,3,85,29,32,4,55,48,53,48,51,6,6,103,129,12,1,2,2,48,41,48,39,6,8,43,6,1,5,5,7,2,1,22,27,104,116,116,112,58,47,47,119,119,119,46,100,105,103,105,99,101,114,116,46,99,111,109,47,67,80,83,48,14,6,3,85,29,15,1,1,255,4,4,3,2,3,136,48,29,6,3,85,29,37,4,22,48,20,6,8,43,6,1,5,5,7,3,1,6,8,43,6,1,5,5,7,3,2,48,129,155,6,3,85,29,31,4,129,147,48,129,144,48,70,160,68,160,66,134,64,104,116,116,112,58,47,47,99,114,108,51,46,100,105,103,105,99,101,114,116,46,99,111,109,47,68,105,103,105,67,101,114,116,84,76,83,72,121,98,114,105,100,69,67,67,83,72,65,51,56,52,50,48,50,48,67,65,49,45,49,46,99,114,108,48,70,160,68,160,66,134,64,104,116,116,112,58,47,47,99,114,108,52,46,100,105,103,105,99,101,114,116,46,99,111,109,47,68,105,103,105,67,101,114,116,84,76,83,72,121,98,114,105,100,69,67,67,83,72,65,51,56,52,50,48,50,48,67,65,49,45,49,46,99,114,108,48,129,133,6,8,43,6,1,5,5,7,1,1,4,121,48,119,48,36,6,8,43,6,1,5,5,7,48,1,134,24,104,116,116,112,58,47,47,111,99,115,112,46,100,105,103,105,99,101,114,116,46,99,111,109,48,79,6,8,43,6,1,5,5,7,48,2,134,67,104,116,116,112,58,47,47,99,97,99,101,114,116,115,46,100,105,103,105,99,101,114,116,46,99,111,109,47,68,105,103,105,67,101,114,116,84,76,83,72,121,98,114,105,100,69,67,67,83,72,65,51,56,52,50,48,50,48,67,65,49,45,49,46,99,114,116,48,12,6,3,85,29,19,1,1,255,4,2,48,0,48,130,1,128,6,10,43,6,1,4,1,214,121,2,4,2,4,130,1,112,4,130,1,108,1,106,0,119,0,14,87,148,188,243,174,169,62,51,27,44,153,7,179,247,144,223,155,194,61,113,50,37,221,33,169,37,172,97,197,78,33,0,0,1,149,96,46,102,85,0,0,4,3,0,72,48,70,2,33,0,233,241,234,193,196,177,21,160,243,63,182,186,53,104,189,100,151,244,45,198,199,21,245,17,135,199,27,234,216,184,187,61,2,33,0,187,22,238,9,54,196,83,41,129,45,245,216,237,248,140,193,132,153,248,132,16,109,217,161,195,181,177,102,53,47,161,107,0,119,0,100,17,196,108,164,18,236,167,137,28,162,2,46,0,188,171,79,40,7,212,30,53,39,171,234,254,213,3,201,125,205,240,0,0,1,149,96,46,102,155,0,0,4,3,0,72,48,70,2,33,0,242,108,31,24,72,5,192,106,194,53,92,50,63,108,6,187,75,202,59,120,183,221,50,144,218,106,116,212,207,156,251,174,2,33,0,167,92,160,38,166,163,243,222,164,67,187,10,192,47,99,246,29,163,106,34,240,132,196,111,2,193,157,95,171,105,201,88,0,118,0,73,156,155,105,222,29,124,236,252,54,222,205,135,100,166,184,91,175,10,135,128,25,209,85,82,251,233,235,41,221,248,195,0,0,1,149,96,46,102,166,0,0,4,3,0,71,48,69,2,33,0,133,34,106,16,236,202,104,132,166,196,99,232,213,52,231,119,233,235,144,32,37,7,251,88,217,193,240,191,250,168,204,3,2,32,34,236,45,96,2,122,53,185,71,177,221,250,71,209,87,113,65,52,50,237,251,115,243,209,114,103,52,41,66,176,169,93,48,10,6,8,42,134,72,206,61,4,3,3,3,104,0,48,101,2,48,48,220,50,177,70,120,170,245,237,65,86,47,62,176,49,87,101,53,5,156,205,57,94,60,60,93,210,136,138,127,12,252,180,13,100,96,91,78,214,239,140,154,188,178,9,87,82,215,2,49,0,203,200,115,37,132,251,23,161,42,194,181,87,240,90,54,9,71,89,129,22,141,232,164,184,38,31,151,74,4,130,179,45,196,123,93,213,204,167,21,138,238,155,122,163,76,26,40,43,164,2,4,0,166,23,4,21,115,104,101,105,110,46,108,116,119,101,98,115,116,97,116,105,99,46,99,111,109,169,5,2,3,1,68,156,170,129,243,4,129,240,0,0,103,7,72,83,100,30,37,173,123,203,4,206,176,5,193,185,219,79,189,107,14,13,207,185,225,253,239,0,125,79,243,50,41,112,151,49,90,213,251,167,69,166,226,38,55,94,220,229,188,4,185,103,107,248,227,3,112,19,113,16,187,218,74,169,93,228,235,178,81,217,162,160,190,150,36,103,62,66,60,8,252,125,85,2,131,215,167,27,11,19,139,34,152,240,51,27,43,253,60,180,181,241,16,1,245,95,209,113,135,241,251,176,25,136,225,141,157,252,147,138,227,75,129,190,240,43,12,146,5,73,75,134,39,182,112,15,89,185,168,130,125,195,44,240,114,20,181,53,58,252,85,91,122,41,220,111,45,88,153,247,212,128,218,251,243,232,225,59,250,231,175,46,33,51,109,230,81,242,109,160,185,127,210,140,195,70,226,247,189,129,199,29,142,155,78,42,190,239,241,224,16,91,116,139,220,123,76,32,227,41,42,248,198,185,34,206,60,194,112,48,26,81,216,133,42,97,196,113,165,128,218,157,18,127,205,252,163,114,174,6,2,4,117,60,80,101,179,3,2,1,29]},"oauth2.googleapis.com:443:::::::::::::::::::::":{"type":"Buffer","data":[48,130,7,111,2,1,1,2,2,3,4,4,2,19,2,4,32,154,66,224,231,173,228,92,233,125,100,108,196,172,161,106,4,146,125,159,197,177,2,69,112,178,104,250,210,77,27,16,206,4,48,198,33,172,237,245,1,12,237,221,173,48,98,19,227,40,131,119,193,255,202,124,44,222,186,21,238,231,39,203,232,4,218,125,46,159,184,97,125,171,202,60,66,212,221,194,51,47,0,161,6,2,4,103,235,95,37,162,4,2,2,28,32,163,130,5,229,48,130,5,225,48,130,4,201,160,3,2,1,2,2,16,17,166,64,72,17,198,97,238,9,139,242,206,188,216,215,248,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,48,59,49,11,48,9,6,3,85,4,6,19,2,85,83,49,30,48,28,6,3,85,4,10,19,21,71,111,111,103,108,101,32,84,114,117,115,116,32,83,101,114,118,105,99,101,115,49,12,48,10,6,3,85,4,3,19,3,87,82,50,48,30,23,13,50,53,48,51,49,48,48,56,51,55,48,50,90,23,13,50,53,48,54,48,50,48,56,51,55,48,49,90,48,34,49,32,48,30,6,3,85,4,3,19,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,48,89,48,19,6,7,42,134,72,206,61,2,1,6,8,42,134,72,206,61,3,1,7,3,66,0,4,148,176,237,254,235,28,209,143,85,151,35,82,22,41,137,42,11,249,68,164,222,35,1,17,20,185,163,19,16,219,168,110,81,68,70,13,58,82,39,40,58,67,252,97,44,79,84,146,72,179,77,8,169,91,104,241,131,15,224,35,129,45,94,8,163,130,3,195,48,130,3,191,48,14,6,3,85,29,15,1,1,255,4,4,3,2,7,128,48,19,6,3,85,29,37,4,12,48,10,6,8,43,6,1,5,5,7,3,1,48,12,6,3,85,29,19,1,1,255,4,2,48,0,48,29,6,3,85,29,14,4,22,4,20,227,191,92,8,175,205,177,112,126,178,219,146,55,53,143,141,82,239,112,180,48,31,6,3,85,29,35,4,24,48,22,128,20,222,27,30,237,121,21,212,62,55,36,195,33,187,236,52,57,109,66,178,48,48,88,6,8,43,6,1,5,5,7,1,1,4,76,48,74,48,33,6,8,43,6,1,5,5,7,48,1,134,21,104,116,116,112,58,47,47,111,46,112,107,105,46,103,111,111,103,47,119,114,50,48,37,6,8,43,6,1,5,5,7,48,2,134,25,104,116,116,112,58,47,47,105,46,112,107,105,46,103,111,111,103,47,119,114,50,46,99,114,116,48,130,1,152,6,3,85,29,17,4,130,1,143,48,130,1,139,130,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,130,20,42,46,99,108,105,101,110,116,115,46,103,111,111,103,108,101,46,99,111,109,130,17,42,46,100,111,99,115,46,103,111,111,103,108,101,46,99,111,109,130,18,42,46,100,114,105,118,101,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,16,42,46,103,111,111,103,108,101,97,112,105,115,46,99,111,109,130,19,42,46,112,104,111,116,111,115,46,103,111,111,103,108,101,46,99,111,109,130,23,42,46,121,111,117,116,117,98,101,45,51,114,100,45,112,97,114,116,121,46,99,111,109,130,17,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,18,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,20,42,46,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,31,117,112,108,111,97,100,115,46,115,116,97,103,101,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,21,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,46,103,111,111,103,130,27,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,97,108,112,104,97,46,103,111,111,103,130,28,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,99,97,110,97,114,121,46,103,111,111,103,130,25,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,100,101,118,46,103,111,111,103,48,19,6,3,85,29,32,4,12,48,10,48,8,6,6,103,129,12,1,2,1,48,54,6,3,85,29,31,4,47,48,45,48,43,160,41,160,39,134,37,104,116,116,112,58,47,47,99,46,112,107,105,46,103,111,111,103,47,119,114,50,47,111,66,70,89,89,97,104,122,103,86,73,46,99,114,108,48,130,1,5,6,10,43,6,1,4,1,214,121,2,4,2,4,129,246,4,129,243,0,241,0,118,0,78,117,163,39,92,154,16,195,56,91,108,212,223,63,82,235,29,240,224,142,27,141,105,192,177,250,100,177,98,154,57,223,0,0,1,149,127,106,63,34,0,0,4,3,0,71,48,69,2,33,0,157,46,109,252,173,117,244,247,70,26,240,245,80,13,52,145,31,94,174,119,36,32,24,211,4,241,168,98,140,64,236,88,2,32,39,167,189,77,107,255,50,167,4,84,175,119,45,88,176,164,191,53,224,162,124,53,194,221,106,87,122,26,87,67,169,96,0,119,0,19,74,223,26,181,152,66,9,120,12,111,239,76,122,145,164,22,183,35,73,206,88,87,106,223,174,218,167,194,171,224,34,0,0,1,149,127,106,64,127,0,0,4,3,0,72,48,70,2,33,0,149,178,139,85,234,150,71,122,122,54,15,145,34,6,190,2,154,100,216,171,63,76,222,34,126,86,240,113,79,191,220,108,2,33,0,240,83,240,81,41,190,188,238,61,208,140,28,36,253,160,228,38,0,9,44,33,32,182,97,223,31,68,156,117,197,25,228,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,3,130,1,1,0,47,53,127,244,94,13,152,27,133,0,169,211,105,12,124,106,230,191,85,190,51,28,207,169,83,48,29,247,145,185,239,112,171,7,163,235,94,148,99,236,60,188,219,38,163,236,34,115,83,226,168,50,101,136,60,247,198,89,24,115,117,203,230,173,125,187,219,24,29,248,37,84,113,109,14,77,243,217,37,15,6,250,191,85,14,176,10,148,76,199,181,100,58,225,251,214,79,251,140,162,10,138,203,124,241,146,65,190,39,217,63,60,73,37,201,178,0,112,127,38,13,129,94,178,132,153,192,250,114,223,236,223,9,187,102,88,225,37,57,31,12,118,91,121,192,26,104,213,171,162,207,218,67,10,246,75,94,47,137,50,135,67,156,181,110,50,125,162,235,54,210,142,161,199,202,194,24,238,217,102,228,61,86,31,65,182,152,42,123,242,66,21,85,154,121,48,216,53,48,24,13,65,104,9,126,90,210,7,116,212,214,70,217,187,10,61,246,192,63,27,92,204,202,36,190,35,203,91,171,184,217,52,39,145,72,45,88,196,46,142,64,136,171,227,21,246,172,4,96,127,99,31,158,229,45,217,164,2,4,0,169,5,2,3,2,163,0,170,129,248,4,129,245,2,95,208,94,15,64,159,180,141,159,231,38,101,76,28,20,8,220,57,177,79,72,238,190,105,149,186,160,76,230,184,139,82,212,190,167,25,130,250,246,199,127,95,193,119,127,97,2,17,177,129,227,250,120,70,134,137,177,233,235,130,254,102,4,82,51,87,74,229,69,107,218,176,96,83,182,144,32,234,20,79,247,197,214,62,7,57,151,232,74,191,72,92,199,241,234,44,170,120,150,198,26,174,17,184,132,221,245,211,86,112,169,52,132,174,124,19,164,241,132,165,120,110,165,23,176,121,170,172,34,14,214,118,183,115,238,185,139,179,106,11,146,243,66,123,126,12,106,34,118,149,63,75,128,174,97,170,32,146,231,55,244,109,132,53,21,37,195,0,226,105,6,77,145,83,155,17,235,113,200,131,192,196,135,125,27,182,184,139,29,101,53,216,98,1,126,14,219,208,30,175,232,20,246,127,80,189,192,125,132,148,144,142,185,93,90,84,82,164,236,119,25,251,142,187,65,89,55,124,58,99,184,168,242,83,69,65,71,47,94,16,172,140,244,19,174,6,2,4,77,10,119,169,175,4,2,2,56,0,179,3,2,1,29]},"www.googleapis.com:443:::::::::::::::::::::":{"type":"Buffer","data":[48,130,7,112,2,1,1,2,2,3,4,4,2,19,2,4,32,137,64,233,170,162,88,18,33,82,168,118,146,140,204,48,37,89,70,126,254,193,249,200,48,121,173,13,136,141,215,84,81,4,48,114,97,67,194,216,25,241,160,42,178,6,123,97,171,171,189,135,199,6,209,182,228,55,37,184,31,205,139,197,221,64,243,34,192,33,56,190,123,7,104,150,61,148,241,242,134,66,99,161,6,2,4,103,235,95,37,162,4,2,2,28,32,163,130,5,229,48,130,5,225,48,130,4,201,160,3,2,1,2,2,16,17,166,64,72,17,198,97,238,9,139,242,206,188,216,215,248,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,48,59,49,11,48,9,6,3,85,4,6,19,2,85,83,49,30,48,28,6,3,85,4,10,19,21,71,111,111,103,108,101,32,84,114,117,115,116,32,83,101,114,118,105,99,101,115,49,12,48,10,6,3,85,4,3,19,3,87,82,50,48,30,23,13,50,53,48,51,49,48,48,56,51,55,48,50,90,23,13,50,53,48,54,48,50,48,56,51,55,48,49,90,48,34,49,32,48,30,6,3,85,4,3,19,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,48,89,48,19,6,7,42,134,72,206,61,2,1,6,8,42,134,72,206,61,3,1,7,3,66,0,4,148,176,237,254,235,28,209,143,85,151,35,82,22,41,137,42,11,249,68,164,222,35,1,17,20,185,163,19,16,219,168,110,81,68,70,13,58,82,39,40,58,67,252,97,44,79,84,146,72,179,77,8,169,91,104,241,131,15,224,35,129,45,94,8,163,130,3,195,48,130,3,191,48,14,6,3,85,29,15,1,1,255,4,4,3,2,7,128,48,19,6,3,85,29,37,4,12,48,10,6,8,43,6,1,5,5,7,3,1,48,12,6,3,85,29,19,1,1,255,4,2,48,0,48,29,6,3,85,29,14,4,22,4,20,227,191,92,8,175,205,177,112,126,178,219,146,55,53,143,141,82,239,112,180,48,31,6,3,85,29,35,4,24,48,22,128,20,222,27,30,237,121,21,212,62,55,36,195,33,187,236,52,57,109,66,178,48,48,88,6,8,43,6,1,5,5,7,1,1,4,76,48,74,48,33,6,8,43,6,1,5,5,7,48,1,134,21,104,116,116,112,58,47,47,111,46,112,107,105,46,103,111,111,103,47,119,114,50,48,37,6,8,43,6,1,5,5,7,48,2,134,25,104,116,116,112,58,47,47,105,46,112,107,105,46,103,111,111,103,47,119,114,50,46,99,114,116,48,130,1,152,6,3,85,29,17,4,130,1,143,48,130,1,139,130,23,117,112,108,111,97,100,46,118,105,100,101,111,46,103,111,111,103,108,101,46,99,111,109,130,20,42,46,99,108,105,101,110,116,115,46,103,111,111,103,108,101,46,99,111,109,130,17,42,46,100,111,99,115,46,103,111,111,103,108,101,46,99,111,109,130,18,42,46,100,114,105,118,101,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,16,42,46,103,111,111,103,108,101,97,112,105,115,46,99,111,109,130,19,42,46,112,104,111,116,111,115,46,103,111,111,103,108,101,46,99,111,109,130,23,42,46,121,111,117,116,117,98,101,45,51,114,100,45,112,97,114,116,121,46,99,111,109,130,17,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,19,42,46,117,112,108,111,97,100,46,103,111,111,103,108,101,46,99,111,109,130,18,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,20,42,46,117,112,108,111,97,100,46,121,111,117,116,117,98,101,46,99,111,109,130,31,117,112,108,111,97,100,115,46,115,116,97,103,101,46,103,100,97,116,97,46,121,111,117,116,117,98,101,46,99,111,109,130,21,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,46,103,111,111,103,130,27,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,97,108,112,104,97,46,103,111,111,103,130,28,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,99,97,110,97,114,121,46,103,111,111,103,130,25,98,103,45,99,97,108,108,45,100,111,110,97,116,105,111,110,45,100,101,118,46,103,111,111,103,48,19,6,3,85,29,32,4,12,48,10,48,8,6,6,103,129,12,1,2,1,48,54,6,3,85,29,31,4,47,48,45,48,43,160,41,160,39,134,37,104,116,116,112,58,47,47,99,46,112,107,105,46,103,111,111,103,47,119,114,50,47,111,66,70,89,89,97,104,122,103,86,73,46,99,114,108,48,130,1,5,6,10,43,6,1,4,1,214,121,2,4,2,4,129,246,4,129,243,0,241,0,118,0,78,117,163,39,92,154,16,195,56,91,108,212,223,63,82,235,29,240,224,142,27,141,105,192,177,250,100,177,98,154,57,223,0,0,1,149,127,106,63,34,0,0,4,3,0,71,48,69,2,33,0,157,46,109,252,173,117,244,247,70,26,240,245,80,13,52,145,31,94,174,119,36,32,24,211,4,241,168,98,140,64,236,88,2,32,39,167,189,77,107,255,50,167,4,84,175,119,45,88,176,164,191,53,224,162,124,53,194,221,106,87,122,26,87,67,169,96,0,119,0,19,74,223,26,181,152,66,9,120,12,111,239,76,122,145,164,22,183,35,73,206,88,87,106,223,174,218,167,194,171,224,34,0,0,1,149,127,106,64,127,0,0,4,3,0,72,48,70,2,33,0,149,178,139,85,234,150,71,122,122,54,15,145,34,6,190,2,154,100,216,171,63,76,222,34,126,86,240,113,79,191,220,108,2,33,0,240,83,240,81,41,190,188,238,61,208,140,28,36,253,160,228,38,0,9,44,33,32,182,97,223,31,68,156,117,197,25,228,48,13,6,9,42,134,72,134,247,13,1,1,11,5,0,3,130,1,1,0,47,53,127,244,94,13,152,27,133,0,169,211,105,12,124,106,230,191,85,190,51,28,207,169,83,48,29,247,145,185,239,112,171,7,163,235,94,148,99,236,60,188,219,38,163,236,34,115,83,226,168,50,101,136,60,247,198,89,24,115,117,203,230,173,125,187,219,24,29,248,37,84,113,109,14,77,243,217,37,15,6,250,191,85,14,176,10,148,76,199,181,100,58,225,251,214,79,251,140,162,10,138,203,124,241,146,65,190,39,217,63,60,73,37,201,178,0,112,127,38,13,129,94,178,132,153,192,250,114,223,236,223,9,187,102,88,225,37,57,31,12,118,91,121,192,26,104,213,171,162,207,218,67,10,246,75,94,47,137,50,135,67,156,181,110,50,125,162,235,54,210,142,161,199,202,194,24,238,217,102,228,61,86,31,65,182,152,42,123,242,66,21,85,154,121,48,216,53,48,24,13,65,104,9,126,90,210,7,116,212,214,70,217,187,10,61,246,192,63,27,92,204,202,36,190,35,203,91,171,184,217,52,39,145,72,45,88,196,46,142,64,136,171,227,21,246,172,4,96,127,99,31,158,229,45,217,164,2,4,0,169,5,2,3,2,163,0,170,129,248,4,129,245,2,95,208,94,15,64,159,180,141,159,231,38,101,76,28,20,171,0,73,239,104,23,32,104,192,211,195,107,151,251,229,43,212,101,94,213,121,26,133,82,103,166,76,172,179,112,143,40,45,143,230,170,182,252,166,14,159,10,199,129,205,68,64,175,27,218,52,65,252,25,120,254,11,204,42,46,82,28,227,222,182,163,115,16,28,23,81,199,40,111,143,75,3,180,145,245,10,122,32,87,105,28,79,199,2,70,46,225,150,107,164,88,222,154,146,36,89,144,179,17,118,4,71,14,217,228,158,33,172,180,76,140,62,177,81,131,33,163,40,3,186,72,120,106,69,80,165,187,130,6,152,91,248,4,77,139,184,238,91,143,197,126,71,62,14,179,90,145,68,246,62,199,241,44,134,125,146,19,49,186,2,81,83,33,61,160,117,104,98,110,185,93,56,200,185,99,39,174,168,62,54,147,218,19,37,123,8,83,128,134,114,165,212,62,155,79,135,93,147,83,207,144,45,104,39,136,183,39,76,120,60,114,107,24,68,76,83,153,3,66,3,9,98,35,50,174,7,2,5,0,229,111,213,250,175,4,2,2,56,0,179,3,2,1,29]}},"list":["shein.ltwebstatic.com:443:::::::::::::::::::::","oauth2.googleapis.com:443:::::::::::::::::::::","www.googleapis.com:443:::::::::::::::::::::"]}},"shouldCheckXss":false,"isBff":true,"params":{"type":1,"typeId":"282"},"url":"http://api-gateway.central-dc.sheincorp.cn/bff-user/user-api/article/init_data","method":"get"},"headers":{"server":"openresty","date":"Tue, 01 Apr 2025 03:38:32 GMT","content-type":"application/json;charset=UTF-8","transfer-encoding":"chunked","connection":"keep-alive","vary":"origin,access-control-request-method,access-control-request-headers,accept-encoding","oest":"MEVCRjIzNjJfNUZFQV9BRkI0fDE3NDM0Nzg3MTI0NTF8XzlBM0NfMUEwNjIwMjMwNDI3","is-update-currency":"1","site-uid":"sg","express":"0","pragma":"no-cache","frsys":"ja","display-language":"en","web-language":"sg","appcurrency":"SGD","app-language":"en","cache-control":"no-cache, max-age=0, no-store","x-csrf-token":"Adv7aXRX-sqDjnQI2bPowYgvvElYJP5Lz3qQ","via-shein-mesh-server":"bff-user","via-shein-gateway":"bff-user"}},"isSsr":false} </script> <script src="//sc.ltwebstatic.com/she_dist/assets/40965-d9bd4171e7c78fc7.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/18781-a82752b92ad48459.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/31205-736b1dfa52fcc368.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/56181-e89665370dbacf29.js" crossorigin="anonymous"></script><script src="//sc.ltwebstatic.com/she_dist/assets/article-bff-be47e07c265edd5f.js" crossorigin="anonymous"></script> <div class="j-up-to-top_container"></div> <script src="//sc.ltwebstatic.com/she_dist/assets/footer-77c60dac985d20d5.js" crossorigin="anonymous"></script> <script type="text/javascript" src="//count.shein.com/none.css?server=central" async></script> </div> <script>console.log("%cReady Detected Vue: " + Vue.version, "background:#fff;color:#41b785;padding:5px","\n")</script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10