string(494556) "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=msCHzjBE" charset="utf-8"></script><script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script><script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script><script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script><script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.bodyfaces.cn/affiche/show/13","20201204143738","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1607092658");</script><link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi"><link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv"><!-- End Wayback Rewrite JS Include --><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="renderer" content="webkit"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/utility/jquery-1.8.3.min.js?v=3.0"></script><title>关于商品运费的说明 - 体面工场_海南自贸港_有体面_好生活</title><meta name="description" content="体面工场是一家全品类高品质现代生活新零售平台,拥有线上商城和线下门店,让你不出国也能实现海南跨境购物"><meta name="keywords" content="体面工场,海南数字,海南自贸港商城,海南进口商城,海南贸易商城,海南贸易实体店,海南免税店"><script language="javascript" type="text/javascript"> var skinPath = "/templates/pccommon"; var HasWapRight = true; var IsOpenStores = false; var IsOpenReferral = 1; var HasVshopRight = true; var ImageServerUrl=""; var ImageUploadPath="/admin/UploadHandler.ashx?action=newupload"; var ReferralSettingJson = {"BusinessCard":"我的名片","CommissionName":"佣金","DistributionName":"分销","FirstMemberName":"一级会员","IGoingOpenShopName":"我要分销","MyCommissionName":"我的佣金","MyLowerLevelName":"我的下级","MyShopName":"我的小店","ReferralName":"分销员","SecondMemberName":"二级会员","ShopReferralName":"店铺分销","ShopSettingName":"店铺信息","ThirdMemberName":"三级会员"}; </script><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta http-equiv="content-language" content="zh-CN"><link rel="icon" type="image/x-icon" href="https://web.archive.org/web/20201204143738im_/http://www.bodyfaces.cn/Favicon.ico" media="screen"><link rel="shortcut icon" type="image/x-icon" href="https://web.archive.org/web/20201204143738im_/http://www.bodyfaces.cn/Favicon.ico" media="screen"><meta name="author" content="Hishop development team"><meta name="GENERATOR" content="3.7.5"><script language="javascript" type="text/javascript">$(document).ready(function(){$('embed').each(function () { if (!$(this).attr('src')) { $('embed').each(function () { if (!$(this).attr('src')) { $(this).attr('src', $(this).attr('data-url')); var newembed = $(this).clone(); $(this).parent().append(newembed); $(this).remove(); } }); $('iframe').each(function () { if (!$(this).attr('src')) { $('iframe').each(function () { if (!$(this).attr('src')) { $(this).attr('src', $(this).attr('data-url')); } }); } }); } });}) </script><script type="text/javascript"> //如果是网站首页直接跳转到WAP端首页,如果是其它页面,且该页面对应WAP端有相应的页面对直接中转到对应的WAP页面,如果没有则不跳转 var pageurl = document.location.href.toLowerCase(); var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os"; var bIsMidp = sUserAgent.match(/midp/i) == "midp"; var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4"; var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb"; var bIsAndroid = sUserAgent.match(/android/i) == "android"; var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce"; var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile"; var bIsWX = sUserAgent.match(/micromessenger/i) == "micromessenger"; //bIsWM = true; if ((bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM || bIsWX) && (HasWapRight || HasVshopRight)) { //解决分享到微信时,浏览器跳转到网站首页的问题 DirectUrl = GetWapUrl(); if (DirectUrl != "") { if (bIsWX && HasVshopRight) location.href = "/vShop/" + DirectUrl; else if (HasWapRight) location.href = "/Wapshop/" + DirectUrl; } } ///判断是否需要跳转,如果当前页面为首页或者帮助页,文单页则跳转,其它的不需要跳转 function IsDirect() { if (pageurl.indexOf("/default.aspx") > -1) return true; if (pageurl.indexOf("/article/") >= -1 && pageurl.indexOf("/help/") >= -1) return false; return true; } ///获取PC端对应Wap端的页面地址,如果没有对应地址则返回空 function GetWapUrl() { var PageKey = ""; var port = document.location.port; var domain = document.domain; var param = document.location.search; if (port != "80" && port != "") domain = domain + ":" + port; domain = document.location.protocol + "//" + domain; if ((pageurl.length == domain.length || (pageurl.length - 1) == domain.length) && pageurl.indexOf(domain) == 0) { return "default.aspx"; } pageurl = pageurl.replace(domain.toLowerCase(), ""); if (pageurl.indexOf("/default") > -1) { return "/default"; } if (pageurl.indexOf("/topics") > -1) { return "/default"; } if (pageurl.indexOf("/groupbuyproductdetails") > -1) { return "groupbuyproductdetails" + param } if (pageurl.indexOf("/countdownproductsdetails") > -1) { return "countdownproductsdetails" + param } if (pageurl.indexOf("/product_detail") > -1) { return "ProductDetails?productId=" + pageurl.replace("/product_detail/", "").replace(param.toLowerCase(), "") + param.replace("?", "&"); } if (pageurl.indexOf("/productdetails") > -1) { return "ProductDetails" + param; } if (pageurl.indexOf("/presaleproductdetails") > -1) { return "presaleproductdetails" + pageurl.replace("/presaleproductdetails", ""); } if (pageurl.indexOf("/brand_detail") > -1) { return "BrandDetail?brandId=" + pageurl.replace("/brand/brand_detail/", ""); } if (pageurl.indexOf("/brand") > -1) { return "brandlist" + pageurl.replace("/brand", ""); } if (pageurl.indexOf("/browse/category") > -1) { return "ProductList?categoryId=" + pageurl.replace("/browse/category/", ""); } if (pageurl.indexOf("/category") > -1) { return "productsearch"; } if (pageurl.indexOf("/subcategory") > -1) { return "ProductList" + pageurl.replace("/subcategory", ""); } if (pageurl.indexOf("/groupbuyproducts") > -1) { return "GroupBuyList"; } if (pageurl.indexOf("/countdownproducts") > -1) { return "CountDownProducts"; } if (pageurl.indexOf("/login") > -1) { return "login"; } if (pageurl.indexOf("userdefault") > -1) { return "MemberCenter.aspx"; } if (pageurl.indexOf("userorders") > -1) { return "MemberOrders.aspx"; } if (pageurl.indexOf("usershippingaddresses") > -1) { return "ShippingAddresses.aspx" } if (pageurl.indexOf("user/referralregisteragreement") > -1) { return "ReferralRegisterAgreement.aspx"; } if (pageurl.indexOf("user/referralregisterresults") > -1) { return "referralregisterresults"; } if (pageurl.indexOf("/user/") > -1) { return "MemberCenter.aspx"; } if (pageurl.indexOf("articles") > -1) { return "Articles.aspx" + param; } if (pageurl.indexOf("articledetails") > -1) { return "ArticleDetails" + param; } if (pageurl.indexOf("/storeappdownload") > -1) { return "storeappdownload"; } if (pageurl.indexOf("/appdownload") > -1) { return "appdownload"; } if (pageurl.indexOf("registeredcoupons") > -1) { return "registeredcoupons"; }//解决扫码登录无法跳转的bug if (pageurl.indexOf("referralagreement") > -1) { return "ReferralAgreement" + param; } if (pageurl.indexOf("register") > -1) { return "login?action=register"; } if (pageurl.indexOf("/un_product_detail") > -1) { return "ProductDetails?productId=" + pageurl.replace("/un_product_detail/", "").replace(param.toLowerCase(), "") + param.replace("?", "&"); } return ""; } function Resize() { var width = $(window).width(), height = $(window).height(); $("body").css({ "width": width, "height": height, }); if (width <= 1200) { $("body").css({ "overflow": "auto" }); } }; function GetPageKey(pagepre, IsEnd) { if (pageurl.indexOf(pagepre) > -1) { var endIndex = 0; if (!IsEnd) { endIndex = pageurl.indexOf(".aspx"); if (endIndex <= -1) endIndex = pageurl.indexOf(".htm") } else { endIndex = pageurl.length; } var startIndex = pageurl.indexOf(pagepre) + pagepre.length; if (startIndex >= 0 && endIndex > startIndex) return pageurl.substring(startIndex, endIndex); } return "0"; }</script><script type="text/javascript" defer src="/web/20201204143738js_/http://www.bodyfaces.cn/Utility/icheck/icheck.min.js"></script><script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/templates/pccommon/script/nav.js"></script><script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/utility/globals.js?v=3.0"></script><script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/utility/region.helper.js?v=3.0"></script><script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/utility/traffic.js?v=3.0"></script><link rel="stylesheet" type="text/css" href="/web/20201204143738cs_/http://www.bodyfaces.cn/Admin/css/bootstrap.min.css?v=3.35"><link rel="stylesheet" href="/web/20201204143738cs_/http://www.bodyfaces.cn/templates/pccommon/style/nav.css?v=3.35" type="text/css" media=""><link rel="stylesheet" href="/web/20201204143738cs_/http://www.bodyfaces.cn/templates/pccommon/style/style.css?v=3.7" type="text/css" media=""><link rel="stylesheet" href="/web/20201204143738cs_/http://www.bodyfaces.cn/templates/master/default/style//menu.css?v=3.35" type="text/css" media=""><link href="/web/20201204143738cs_/http://www.bodyfaces.cn/Utility/iconfont/iconfont.css?v=3.35" rel="Stylesheet"><link rel="stylesheet" href="/web/20201204143738cs_/http://www.bodyfaces.cn/templates/pccommon/style/region.css?v=3.35" type="text/css" media=""><script type="text/javascript" defer src="/web/20201204143738js_/http://www.bodyfaces.cn/Utility/windows.js?v=3.35"></script><link href="/web/20201204143738cs_/http://www.bodyfaces.cn/Admin/css/windows.css?v=3.35" rel="stylesheet"><link rel="stylesheet" href="/web/20201204143738cs_/http://www.bodyfaces.cn/templates/master/default/style//home.css?v=3.35" type="text/css" media=""><link href="/web/20201204143738cs_/http://www.bodyfaces.cn/templates/master/default/plugins/jquery.cxscroll-1.2.2/css/layout.css" rel="stylesheet"><link rel="stylesheet" href="/web/20201204143738cs_/http://www.bodyfaces.cn/admin/css/bootstrap-datetimepicker.css?v=3.35" type="text/css" media="screen"><script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/admin/js/bootstrap-datetimepicker.min.js"></script><script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/admin/js/bootstrap-datetimepicker.zh-CN.js"></script></head><style> * { box-sizing: content-box; }</style><body onresize="Resize()"> <script type="text/javascript" src="/web/20201204143738js_/http://www.bodyfaces.cn/utility/tags/onlineserver.js"></script><!--显示位置--><input name="AffichesDetails$ctl00$_$Common_OnlineServer1$_$hidPosition" type="hidden" id="hidPosition" value="1"><!--纵向坐标--><input name="AffichesDetails$ctl00$_$Common_OnlineServer1$_$hidYPostion" type="hidden" id="hidYPostion" value="120"><div id="qq_right" class="qqrighttop"> <div class="a"> <div class="b" id="b" onmouseover="showKefu(this);"><span></span></div> <div class="cc" id="mainonline"> <a type="button" class="close" onclick="closekf(this);"></a> <div class="c"> <div name="checkQQOnLine" number="5947696"><a target="blank" href="https://web.archive.org/web/20201204143738/http://wpa.qq.com/msgrd?v=3&amp;uin=5947696&amp;site=qq&amp;menu=yes"><img border="0" src="https://web.archive.org/web/20201204143738im_/http://wpa.qq.com/pa?p=2:5947696:51" alt="点击这里联系客服体面小二芒果"></a> <br> 体面小二芒果 </div> <div name="checkQQOnLine" number="2576204946"><a target="blank" href="https://web.archive.org/web/20201204143738/http://wpa.qq.com/msgrd?v=3&amp;uin=2576204946&amp;site=qq&amp;menu=yes"><img border="0" src="https://web.archive.org/web/20201204143738im_/http://wpa.qq.com/pa?p=2:2576204946:51" alt="点击这里联系客服体面小二草莓"></a> <br> 体面小二草莓 </div> <div name="checkWWOnLine" number="54007mickey"><a target="_blank" href="https://web.archive.org/web/20201204143738/http://www.taobao.com/webww/ww.php?ver=3&amp;touid=54007mickey&amp;siteid=cntaobao&amp;status=1&amp;charset=utf-8"><img border="0" src="https://web.archive.org/web/20201204143738im_/http://amos.alicdn.com/realonline.aw?v=2&amp;uid=54007mickey&amp;site=cntaobao&amp;s=1&amp;charset=utf-8" alt="点击这里联系客服体面小二樱桃"></a> <br> 体面小二樱桃 </div> </div> </div> <div class="d"></div> </div> </div><script type="text/javascript"> var online = new Array(); setTimeout(function () { $("div[name=checkQQOnLine]").each(function () { var dvQQOnLine = $(this); var qqNumber = $(this).attr("Number") + ":"; var url = "https://web.archive.org/web/20201204143738/https://webpresence.qq.com/getonline?Type=1&" + qqNumber jQuery.getScript(url, function () { if (online.length > 0 && online[0] == 0) { $("img:first", $(dvQQOnLine)).attr("src", "/utility/pics/qq_off_line.jpg"); } }); }); }, 1000)</script><div id="header" class="top"> <div class="top-w"> <div class="top-main"> <div class="header_top1"> <div class="fl"> <font id="currentusername">您好,欢迎光临体面工场_海南自贸港_有体面_好生活</font> </div> <div class="fr top1_r"> <ul><li> <a id="linkMyAccount" href="/web/20201204143738/http://www.bodyfaces.cn/Register">注册</a></li> <li id="liLinkLogin"> <div id="divlogin" class="dt cw-icon" style="display:none;"><input type="hidden" id="hidIsLogin" value="1"><em><a href="/web/20201204143738/http://www.bodyfaces.cn/User/UserDefault">个人中心</a><i><img src="/web/20201204143738im_/http://www.bodyfaces.cn/templates/master/default/images/jiantou_03.png"></i></em></div><div id="divloginlayer" class="dorpdown-layer"><a href="/web/20201204143738/http://www.bodyfaces.cn/User/UserOrders">已买商品</a><a href="/web/20201204143738/http://www.bodyfaces.cn/User/Favorites">我的收藏</a></div><a id="aunlogin" href="/web/20201204143738/http://www.bodyfaces.cn/User/login?ReturnUrl=/affiche/show/13">登录</a></li> <li class="fore3"> <div class="cw-icon"><em><a href="javascript:;">微信商城</a><i><img src="/web/20201204143738im_/http://www.bodyfaces.cn/templates/master/default/images/jiantou_03.png"></i></em></div><div class="dorpdown-layer"><img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/QRCode/www.bodyfaces.cn_vshop.png"></div> </li> <li> </li> </ul></div> </div> </div> </div> <div class="top-search clearfix"> <div class="logo"> <div class="logo cssEdite" type="logo" id="logo_1"><a href="/web/20201204143738/http://www.bodyfaces.cn/"><img src="/web/20201204143738im_/http://www.bodyfaces.cn/utility/pics/202001141024421941080.jpg"></a></div> </div> <div class="search-box"> <div class="search1"><input type="text" id="txt_Search_Keywords" class="search" placeholder="" autocomplete="off"><input type="button" value="搜 索" onclick="searchs()" class="btn1"></div><div class="hot-key"> <em class="fl block">热门关键字:</em> <ul class="keyword cssEdite" type="keyword" id="comments_4"></ul></div><script type="text/javascript"> function searchs() { var item = $("#drop_Search_Class").val(); var key = $.trim($("#txt_Search_Keywords").val()); if (key == undefined) key = ""; key = key.replace(/&/g, '&amp;').replace(/"/g, '&quot;').replace(/'/g, '&#39;').replace(/, '&lt;').replace(/>/g, '&gt;'); var url = "/SubCategory?keywords=" + encodeURIComponent(key); if (item != undefined) url += "&categoryId=" + item; window.location.href = url; } $(document).ready(function () { $('#txt_Search_Keywords').keydown(function (e) { if (e.keyCode == 13) { searchs(); return false; } }); $('#txt_Search_Keywords').val(" "); });</script></div> <div class="cart-box"> <a href="/web/20201204143738/http://www.bodyfaces.cn/ShoppingCart.aspx"> <span>购物车<em id="spanCartNum">0</em>件</span> </a> </div> </div> <div class="top-nav"> <div class="nav-wrap"> <div class="side-nav"> <ul class="clearfix"><li id="liall"> <h3 class="title"><a href="/web/20201204143738/http://www.bodyfaces.cn/SubCategory">全部商品分类</a> </h3> </li> <li><a href="/web/20201204143738/http://www.bodyfaces.cn/"><span>首页</span></a></li> <li class="abc"><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/1"><span>母婴用品</span></a> <ul><li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/5">奶粉</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/6">喂养</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/7">尿布</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/8">洗护</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/9">宝妈</a></h3> <div> </div> </li> </ul></li> <li class="abc"><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/2"><span>美容护理</span></a> <ul><li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/10">头发</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/11">口腔</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/12">面部</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/13">身体</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/14">私密</a></h3> <div> </div> </li> </ul></li> <li class="abc"><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/141"><span>美妆饰品</span></a> <ul><li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/144">香水</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/145">彩妆</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/146">卸妆</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/147">美容工具</a></h3> <div> </div> </li> </ul></li> <li class="abc"><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/3"><span>家居清保</span></a> <ul><li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/15">衣物</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/16">客厅</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/17">卧室</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/18">厨房</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/19">卫浴</a></h3> <div> </div> </li> </ul></li> <li class="abc"><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/139"><span>品质厨房</span></a> <ul><li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/142">小家电</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/143">厨房用具</a></h3> <div> </div> </li> </ul></li> <li class="abc"><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/4"><span>食品饮料</span></a> <ul><li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/20">食品</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/21">饮料</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/158">保健品</a></h3> <div> </div> </li> </ul></li> <li class="abc"><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/140"><span>宠物用品</span></a> <ul><li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/148">窝具</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/149">零食</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/150">猫粮</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/151">狗粮</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/152">衣服</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/153">日用</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/154">洗护</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/155">保健</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/156">药品</a></h3> <div> </div> </li> <li> <h3><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/157">玩具</a></h3> <div> </div> </li> </ul></li> <li> <a href="/web/20201204143738/http://www.bodyfaces.cn/OnlineGifts"><span>积分兑换</span></a></li><li> <a href="/web/20201204143738/http://www.bodyfaces.cn/CountDownProducts"><span>限时购</span></a></li> </ul><div class="left-nav"> <div class="pro-menu"> <div class="menu-inner"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl00$hidMainCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl00_hidMainCategoryId" value="1"><div class="cat-01" id="twoCategory_1"> <dl class="menu01"><dt> <span> <img class="size" src="/web/20201204143738im_/http://www.bodyfaces.cn/affiche/show/13"></span><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/1">母婴用品</a> </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/5">奶粉</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/6">喂养</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/7">尿布</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/8">洗护</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/9">宝妈</a> </dd> </dl><div class="nav-hover"> <div class="T-menu01"> <div class="L-menu"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl00$recordstwo$ctl00$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl00_recordstwo_ctl00_hidTwoCategoryId" value="5"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/5">奶粉</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl00$recordstwo$ctl01$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl00_recordstwo_ctl01_hidTwoCategoryId" value="6"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/6">喂养</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl00$recordstwo$ctl02$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl00_recordstwo_ctl02_hidTwoCategoryId" value="7"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/7">尿布</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl00$recordstwo$ctl03$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl00_recordstwo_ctl03_hidTwoCategoryId" value="8"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/8">洗护</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl00$recordstwo$ctl04$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl00_recordstwo_ctl04_hidTwoCategoryId" value="9"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/9">宝妈</a></div> </h4> <span> </span> </div> </div> <span class="brand"> <h5 style="display: none;">品牌推荐:<b><a href="/web/20201204143738/http://www.bodyfaces.cn/Brand">更多品牌&gt;&gt;</a></b></h5> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/27"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181550116137680.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/35"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181555404115890.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/101"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002222038521607850.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/61"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221618232533560.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/38"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181601065202760.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/43"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181607459259690.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/106"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002231924307703510.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/34"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002151554069877570.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/79"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221853530209010.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/92"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002222000062853440.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/59"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221603206770190.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/108"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202003131533283113450.jpg"></a> </span> </div> </div> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl01$hidMainCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl01_hidMainCategoryId" value="2"><div class="cat-01" id="twoCategory_2"> <dl class="menu01"><dt> <span> <img class="size" src="/web/20201204143738im_/http://www.bodyfaces.cn/affiche/show/13"></span><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/2">美容护理</a> </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/10">头发</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/11">口腔</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/12">面部</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/13">身体</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/14">私密</a> </dd> </dl><div class="nav-hover"> <div class="T-menu01"> <div class="L-menu"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl01$recordstwo$ctl00$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl01_recordstwo_ctl00_hidTwoCategoryId" value="10"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/10">头发</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl01$recordstwo$ctl01$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl01_recordstwo_ctl01_hidTwoCategoryId" value="11"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/11">口腔</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl01$recordstwo$ctl02$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl01_recordstwo_ctl02_hidTwoCategoryId" value="12"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/12">面部</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl01$recordstwo$ctl03$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl01_recordstwo_ctl03_hidTwoCategoryId" value="13"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/13">身体</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl01$recordstwo$ctl04$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl01_recordstwo_ctl04_hidTwoCategoryId" value="14"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/14">私密</a></div> </h4> <span> </span> </div> </div> <span class="brand"> <h5 style="display: none;">品牌推荐:<b><a href="/web/20201204143738/http://www.bodyfaces.cn/Brand">更多品牌&gt;&gt;</a></b></h5> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/120"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004221906211440760.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/33"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181540213023180.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/27"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181550116137680.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/25"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181551094573980.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/100"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002222036015834330.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/117"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004100944386707020.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/63"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221632230350050.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/104"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002222058086922150.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/76"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221848153322090.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/89"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221934251762200.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/37"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181558058487660.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/83"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221909054097360.jpg"></a> </span> </div> </div> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl02$hidMainCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl02_hidMainCategoryId" value="141"><div class="cat-01" id="twoCategory_141"> <dl class="menu01"><dt> <span> <img class="size" src="/web/20201204143738im_/http://www.bodyfaces.cn/affiche/show/13"></span><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/141">美妆饰品</a> </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/144">香水</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/145">彩妆</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/146">卸妆</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/147">美容工具</a> </dd> </dl><div class="nav-hover"> <div class="T-menu01"> <div class="L-menu"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl02$recordstwo$ctl00$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl02_recordstwo_ctl00_hidTwoCategoryId" value="144"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/144">香水</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl02$recordstwo$ctl01$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl02_recordstwo_ctl01_hidTwoCategoryId" value="145"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/145">彩妆</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl02$recordstwo$ctl02$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl02_recordstwo_ctl02_hidTwoCategoryId" value="146"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/146">卸妆</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl02$recordstwo$ctl03$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl02_recordstwo_ctl03_hidTwoCategoryId" value="147"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/147">美容工具</a></div> </h4> <span> </span> </div> </div> <span class="brand"> <h5 style="display: none;">品牌推荐:<b><a href="/web/20201204143738/http://www.bodyfaces.cn/Brand">更多品牌&gt;&gt;</a></b></h5> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/84"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221919068948500.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/45"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181610548493500.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/62"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221623585513770.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/111"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004081815040139840.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/42"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181606201916990.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/67"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221645081135970.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/53"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221548014895680.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/49"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221545371459890.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/109"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202003131807520766300.jpg"></a> </span> </div> </div> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl03$hidMainCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl03_hidMainCategoryId" value="3"><div class="cat-01" id="twoCategory_3"> <dl class="menu01"><dt> <span> <img class="size" src="/web/20201204143738im_/http://www.bodyfaces.cn/affiche/show/13"></span><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/3">家居清保</a> </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/15">衣物</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/16">客厅</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/17">卧室</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/18">厨房</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/19">卫浴</a> </dd> </dl><div class="nav-hover"> <div class="T-menu01"> <div class="L-menu"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl03$recordstwo$ctl00$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl03_recordstwo_ctl00_hidTwoCategoryId" value="15"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/15">衣物</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl03$recordstwo$ctl01$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl03_recordstwo_ctl01_hidTwoCategoryId" value="16"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/16">客厅</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl03$recordstwo$ctl02$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl03_recordstwo_ctl02_hidTwoCategoryId" value="17"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/17">卧室</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl03$recordstwo$ctl03$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl03_recordstwo_ctl03_hidTwoCategoryId" value="18"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/18">厨房</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl03$recordstwo$ctl04$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl03_recordstwo_ctl04_hidTwoCategoryId" value="19"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/19">卫浴</a></div> </h4> <span> </span> </div> </div> <span class="brand"> <h5 style="display: none;">品牌推荐:<b><a href="/web/20201204143738/http://www.bodyfaces.cn/Brand">更多品牌&gt;&gt;</a></b></h5> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/35"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181555404115890.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/115"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004091135061392330.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/90"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221937177384320.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/43"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181607459259690.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/36"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002181556470676920.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/105"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002222106216916140.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/118"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004101020304205600.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/34"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002151554069877570.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/70"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221654418498550.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/69"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221652555826560.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/72"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221716023325770.jpg"></a> </span> </div> </div> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl04$hidMainCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl04_hidMainCategoryId" value="139"><div class="cat-01" id="twoCategory_139"> <dl class="menu01"><dt> <span> <img class="size" src="/web/20201204143738im_/http://www.bodyfaces.cn/affiche/show/13"></span><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/139">品质厨房</a> </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/142">小家电</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/143">厨房用具</a> </dd> </dl><div class="nav-hover"> <div class="T-menu01"> <div class="L-menu"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl04$recordstwo$ctl00$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl04_recordstwo_ctl00_hidTwoCategoryId" value="142"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/142">小家电</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl04$recordstwo$ctl01$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl04_recordstwo_ctl01_hidTwoCategoryId" value="143"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/143">厨房用具</a></div> </h4> <span> </span> </div> </div> <span class="brand"> <h5 style="display: none;">品牌推荐:<b><a href="/web/20201204143738/http://www.bodyfaces.cn/Brand">更多品牌&gt;&gt;</a></b></h5> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/131"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202009091627060221650.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/130"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202006102007332245350.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/129"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202006101021012244900.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/128"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202006092034166615000.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/121"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004231017161584390.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/102"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002222042005355210.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/126"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202005201833180539880.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/122"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004231807272999890.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/110"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202003131922412007380.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/69"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221652555826560.jpg"></a> </span> </div> </div> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl05$hidMainCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl05_hidMainCategoryId" value="4"><div class="cat-01" id="twoCategory_4"> <dl class="menu01"><dt> <span> <img class="size" src="/web/20201204143738im_/http://www.bodyfaces.cn/affiche/show/13"></span><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/4">食品饮料</a> </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/20">食品</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/21">饮料</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/158">保健品</a> </dd> </dl><div class="nav-hover"> <div class="T-menu01"> <div class="L-menu"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl05$recordstwo$ctl00$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl05_recordstwo_ctl00_hidTwoCategoryId" value="20"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/20">食品</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl05$recordstwo$ctl01$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl05_recordstwo_ctl01_hidTwoCategoryId" value="21"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/21">饮料</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl05$recordstwo$ctl02$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl05_recordstwo_ctl02_hidTwoCategoryId" value="158"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/158">保健品</a></div> </h4> <span> </span> </div> </div> <span class="brand"> <h5 style="display: none;">品牌推荐:<b><a href="/web/20201204143738/http://www.bodyfaces.cn/Brand">更多品牌&gt;&gt;</a></b></h5> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/127"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202006021544058508380.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/71"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221702056452580.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/125"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202005171928263033460.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/75"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221721148789500.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/74"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221719198791120.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/68"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221650120197840.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/113"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004090950584670660.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/114"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202004091116352487390.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/124"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202005122033403660600.jpg"></a> <a href="/web/20201204143738/http://www.bodyfaces.cn/brand/brand_detail/56"> <img src="/web/20201204143738im_/http://www.bodyfaces.cn/Storage/master/brand/202002221549001770020.jpg"></a> </span> </div> </div> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$hidMainCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_hidMainCategoryId" value="140"><div class="cat-01" id="twoCategory_140"> <dl class="menu01"><dt> <span> <img class="size" src="/web/20201204143738im_/http://www.bodyfaces.cn/affiche/show/13"></span><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/140">宠物用品</a> </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/148">窝具</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/149">零食</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/150">猫粮</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/151">狗粮</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/152">衣服</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/153">日用</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/154">洗护</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/155">保健</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/156">药品</a> <a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/157">玩具</a> </dd> </dl><div class="nav-hover"> <div class="T-menu01"> <div class="L-menu"> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl00$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl00_hidTwoCategoryId" value="148"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/148">窝具</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl01$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl01_hidTwoCategoryId" value="149"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/149">零食</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl02$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl02_hidTwoCategoryId" value="150"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/150">猫粮</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl03$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl03_hidTwoCategoryId" value="151"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/151">狗粮</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl04$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl04_hidTwoCategoryId" value="152"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/152">衣服</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl05$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl05_hidTwoCategoryId" value="153"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/153">日用</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl06$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl06_hidTwoCategoryId" value="154"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/154">洗护</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl07$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl07_hidTwoCategoryId" value="155"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/155">保健</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl08$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl08_hidTwoCategoryId" value="156"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/156">药品</a></div> </h4> <span> </span> </div> <input name="AffichesDetails$ctl00$_$Common_CategoriesWithWindow1$_$recordsone$ctl06$recordstwo$ctl09$hidTwoCategoryId" type="hidden" id="AffichesDetails_ctl00___Common_CategoriesWithWindow1___recordsone_ctl06_recordstwo_ctl09_hidTwoCategoryId" value="157"><div> <h4> <div><a href="/web/20201204143738/http://www.bodyfaces.cn/browse/category/157">玩具</a></div> </h4> <span> </span> </div> </div> <span class="brand"> <h5 style="display: none;">品牌推荐:<b><a href="/web/20201204143738/http://www.bodyfaces.cn/Brand">更多品牌&gt;&gt;</a></b></h5> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> var currenturl = window.location.pathname; currenturl = currenturl.toLowerCase(); var waittime; if ((currenturl != "/" && currenturl != null && currenturl.indexOf("default.aspx") == -1 && currenturl.indexOf("default") == -1 && currenturl.indexOf("desig_templete.aspx?skintemp=default") == -1) || ((currenturl == "/" || currenturl == null || currenturl.indexOf("default.aspx") >= 0 || currenturl.indexOf("default") >= 0 || currenturl.indexOf("desig_templete.aspx?skintemp=default") >= 0) && homePageTopicId > 0) ) { $(".left-nav").css({ "display": "none" }); var height = $(".top-nav .side-nav").height(); $(".top-nav .side-nav").css("height", "auto"); $(".side-nav .title").on("mouseenter", function () { $(".left-nav").css({ "display": "block" }); }).on("mouseleave", function () { setTimeout(function () { if (!$(".left-nav").hasClass("left-nav01")) { $(".left-nav").css({ "display": "none" }); } }, 100); }); $(".pro-menu").hover(function () { $(".left-nav").addClass("left-nav01"); $(".left-nav").css({ "display": "block" }); }, function () { $(".left-nav").removeClass("left-nav01"); $(".left-nav").css("display", "none"); }); } $(document).ready(function () { $('.dialog_title_r').click(function () { $('.login_tan').hide(); $('.modal_qt').hide(); }) var hidIsLogin = $("#hidIsLogin"); if (hidIsLogin.val() == "1") { $("#liLinkLogin").addClass("fore3"); } else { $("#liLinkLogin").removeClass("fore3"); } }); </script><div class="main"> <div class="notice_w"> <div class="notice_dh"> 当前位置:<a href="/web/20201204143738/http://www.bodyfaces.cn/">首页</a> &gt;<a href="/web/20201204143738/http://www.bodyfaces.cn/Affiches.aspx">公告中心</a> &gt; 查看公告 </div> <div class="notice_w_bs"> <h2> 关于商品运费的说明</h2> <h3> 发布日期:<span class="cORed">2020-05-05 09:42:13</span> <strong class="spanB" style="cursor: pointer;" onclick="window.close();">【关闭】 </strong> </h3> </div> <div class="notice_c"> <p style="line-height: 4em;"><span style="font-size: 20px;">亲爱的会员:</span></p><p style="line-height: 4em;"><span style="font-size: 20px;">  体面工场线上商品具体运费如下:</span></p><p style="line-height: 4em;"><span style="font-size: 20px;">1、符合以下任一情形,收取运费:</span></p><p style="line-height: 4em;"><span style="font-size: 20px;">  1)注册会员、高级会员、VIP会员用户购买商品订单总金额(按减去促销和特价的金额):<span style="font-size: 20px; color: rgb(255, 0, 0);">长江以南省份</span>(包括浙江省、上海市、江苏省、安徽省、江西省、湖南省、福建省、广东省、广西壮族自治区、重庆市、四川省、贵州省、云南省)<span style="font-size: 20px; color: rgb(255, 0, 0);">满80元包邮</span>,不满80元,首重20元,每增加1件增加10元。</span></p><p style="line-height: 4em;"><span style="font-size: 20px; color: rgb(255, 0, 0);">长江以北省份</span><span style="font-size: 20px;">(北京市、天津市、河北省、山西省、内蒙古自治区、山东省、河南省、湖北省、辽宁省、吉林省、黑龙江省、陕西省、甘肃省、青海省、宁夏回族自治区)<span style="font-size: 20px; color: rgb(255, 0, 0);">满100元包邮</span>,不满100元,首重20元,每增加1件增加10元。</span></p><p style="line-height: 4em;"><span style="font-size: 20px; color: rgb(255, 0, 0);">海南省满60元包邮</span><span style="font-size: 20px;">,不满60元,首重10元。</span></p><p style="line-height: 4em;"><span style="font-size: 20px; color: rgb(255, 0, 0);">新疆维吾尔自治区、西藏自治区、台湾省、香港特别行政区、澳门特别行政区、海外暂不包邮。</span></p><p><br></p><p style="line-height: 4em;"><span style="font-size: 20px;">  2)用户订单选择上门自提方式免运费。</span></p><p><br></p><p style="line-height: 4em;"><span style="font-size: 20px;">注:配送费的收取标准会随着业务的发展可能进行相应调整,给您带来的不便,敬请谅解。</span></p><p><br></p><p style="line-height: 4em;"><span style="font-size: 20px;">    感谢您光临体面工场店!</span><br></p><p><br></p><p><br></p><p><br></p></div> <div class="notice_w_bs"> <h4> <a id="AffichesDetails_front" target="_self"><span id="AffichesDetails_lblFrontTitle"></span></a></h4> <h4> <span id="AffichesDetails_lblNext">下一篇公告:</span><a href="/web/20201204143738/http://www.bodyfaces.cn/affiche/show/12" id="AffichesDetails_next" target="_self"><span id="AffichesDetails_lblNextTitle">防诈骗公告</span> </a> </h4> </div> </div></div><div class="footer" id="footer"> <div class="footer-nav"> <dl><dt>欢迎加盟 </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/9" target="_blank" title="支持加盟"> 支持加盟 </a> </dd> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/12" target="_blank" title="发展代理"> 发展代理 </a> </dd> </dl><dl><dt>退换服务 </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/10" target="_blank" title="退货换货"> 退货换货 </a> </dd> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/2" target="_blank" title="订购方式"> 订购方式 </a> </dd> </dl><dl><dt>如何支付 </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/1" target="_blank" title="新手常见问题"> 新手常见问题 </a> </dd> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/3" target="_blank" title="快递查询"> 快递查询 </a> </dd> </dl><dl><dt>客服中心 </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/6" target="_blank" title="联系方式"> 联系方式 </a> </dd> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/7" target="_blank" title="投诉建议"> 投诉建议 </a> </dd> </dl><dl><dt>配送信息 </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/11" target="_blank" title="同城配送"> 同城配送 </a> </dd> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/8" target="_blank" title="配送方式"> 配送方式 </a> </dd> </dl><dl><dt>联系我们 </dt> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/5" target="_blank" title="网站加盟"> 网站加盟 </a> </dd> <dd> <a href="/web/20201204143738/http://www.bodyfaces.cn/help/show/4" target="_blank" title="公司简介"> 公司简介 </a> </dd> </dl></div> <div class="copyright"> </div> <div class="bottom"> <div class="footer_link"> </div> <div class="Copyright"> <p>体面工场 © 2019-2020 海南数字电子商务有限公司 欧中贸易(海南)有限公司  <a rel="nofllow" href="https://web.archive.org/web/20201204143738/http://beian.miit.gov.cn/" target="_blank" _href="http://beian.miit.gov.cn">琼ICP备19005174号</a></p> </div> </div> <!--bottom结束--></div><script src="/web/20201204143738js_/http://www.bodyfaces.cn/Utility/china.js"></script><script src="/web/20201204143738js_/http://www.bodyfaces.cn/Utility/jquery.cookie.js"></script><script type="text/javascript"> var uid = 0; $(document).ready(function () { uid = parseInt($.cookie("uid")); if (isNaN(uid)) uid = 0; if (uid == 1) { uid ? (run()) : (run()); $("#id_c").html("切换简体"); } }); $(document).bind('click', function (e) { var a = $(e.target).attr('id'); if (a == 'id_c') { uid ? (run()) : (run()); (uid == 1) ? (uid = 0, $('#id_c').html('切换繁体')) : (uid += 1, $('#id_c').html('切换简体')); $.cookie("uid", uid); } });</script></body></html><!-- FILE ARCHIVED ON 14:37:38 Dec 04, 2020 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:37:37 Apr 13, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)).--><!--playback timings (ms): captures_list: 0.951 exclusion.robots: 0.05 exclusion.robots.policy: 0.028 esindex: 0.02 cdx.remote: 12.993 LoadShardBlock: 150.884 (3) PetaboxLoader3.datanode: 73.173 (4) PetaboxLoader3.resolve: 974.912 (2) load_resource: 929.741-->"