diff --git a/static/dist/myohobuy/1.3.19/index-debug.js b/static/dist/myohobuy/1.3.19/index-debug.js index 0dbcfef..eb0a8c3 100644 --- a/static/dist/myohobuy/1.3.19/index-debug.js +++ b/static/dist/myohobuy/1.3.19/index-debug.js @@ -1813,7 +1813,6 @@ function limitUsername() { nameVal = $name.html(), nameSize = nameVal.length, bytesCount = 0, - bcount = 0, newName = ''; var i, code; @@ -1828,16 +1827,9 @@ function limitUsername() { } if (bytesCount > 8) { - newName += '..'; - } - - for (i = 0; i < nameSize; i++) { - code = nameVal.charAt(i); - bcount = bytesCountAction(code, bcount); - - if (bcount > bytesCount - 2) { - newName += code; - } + newName += '..' + nameVal.charAt(nameSize - 1); + } else { + newName = nameVal; } $name.html(newName); @@ -4582,31 +4574,13 @@ $loginBtn.on('touchstart', function() { password: pwd }, success: function(data) { - var res, - time; + var res; if (data.code === 200) { res = data.data; - $.ajax({ - url: res.session, - dataType: 'jsonp', - success: function() { - clearTimeout(time); - - //Cookie写入成功后,1s后跳转页面 - setTimeout(function() { - location.href = res.href; - }, 1000); - } - }); - - //3秒后强制跳转 - time = setTimeout(function() { - location.href = res.href; - }, 3000); - showErrTip('登录成功'); + location.href = res.href; } else { showErrTip(data.message); } @@ -4641,6 +4615,7 @@ $('#cancel-retrive').on('touchstart', function(e) { //对初始有默认值的情况去初始化登录按钮状态 $account.trigger('input'); $pwd.trigger('input'); + }); define("js/passport/login/international", ["jquery"], function(require, exports, module){ /** diff --git a/static/dist/myohobuy/1.3.19/index.css b/static/dist/myohobuy/1.3.19/index.css index 37e0373..6dfe074 100644 --- a/static/dist/myohobuy/1.3.19/index.css +++ b/static/dist/myohobuy/1.3.19/index.css @@ -1 +1 @@ -@charset "utf-8";.yoho-header .nav-back,.yoho-header .nav-btn,.yoho-header .nav-home,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:none}.yoho-header .nav-back,.yoho-header .nav-btn,.yoho-header .nav-home,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}.clearfix:after{content:'';display:table;clear:both}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:transparent;tap-highlight-color:transparent}body,html{font-family:helvetica,Arial,黑体;width:100%;font-size:12px;line-height:1.4}button,input,select,textarea{font-size:100%;margin:0}img{max-width:100%;display:block;border:0;margin:0 auto}a{text-decoration:none;outline:none;color:#111}a:actived,a:link,a:visited{color:#000}:focus{outline:none}.hide{display:none}.overflow-hidden{overflow:hidden}@font-face{font-family:iconfont;src:url(../assets/font/iconfont.eot?15480518210);src:url(../assets/font/iconfont.eot?&15480518210#iefix) format('embedded-opentype'),url(../assets/font/iconfont.woff?15480518dc8) format('woff'),url(../assets/font/iconfont.ttf?154805185f8) format('truetype'),url(../assets/font/iconfont.svg?15480518210#iconfont) format('svg')}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;text-decoration:none;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.yoho-tip{position:fixed;display:none;text-align:center;width:70%;padding:34px 0;top:50%;left:50%;margin-left:-35%;margin-top:-45px;background-color:rgba(0,0,0,.7);color:#fff;font-size:18px;border:none;z-index:4;border-radius:10px}.tap-hightlight.highlight{background:#eee!important}.load-more-info{width:100%;height:1.75rem;line-height:1.75rem;text-align:center;font-size:14px;overflow:hidden}.load-more-info .status.hide{display:none}.yoho-header .nav-back,.yoho-header .nav-btn,.yoho-header .nav-home{display:block;position:absolute;top:0;width:2.25rem;height:2.25rem;font-size:20px;line-height:2.25rem;color:#fff;text-align:center;outline:none}.yoho-header{position:relative;background-color:#000;color:#fff;width:100%;overflow:hidden;height:2.25rem;line-height:2.25rem;z-index:1}.yoho-header a.highlight{background:hsla(0,0%,78%,.1)}.yoho-header .nav-back{left:.25rem}.yoho-header .nav-home{right:.25rem}.yoho-header .nav-btn{right:.25rem;font-size:14px}.yoho-header .nav-title{position:absolute;margin-left:2.5rem;margin-right:2.5rem;height:100%;font-size:.9rem;color:#fff;font-weight:700;top:0;right:0;left:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.yoho-header.boys{background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141)}.yoho-header.girls{background:#ff88ae}.yoho-header.kids{background:#7ad9f9}.yoho-header.life-style{background:#4f4138}.systemUpdate{width:100%;height:2.25rem;overflow:hidden;line-height:2.25rem;display:none;background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141)}.systemUpdate .systemHeader{width:85%;font-size:1.5rem}.systemUpdate .systemHeader,.systemUpdate span{height:100%;overflow:hidden;color:#fff;float:left;text-align:center}.systemUpdate span{width:14%;font-size:2rem;font-weight:700}.systemMain{width:92%;height:100%;overflow:hidden;background-color:#444;color:#fff;padding:0 4%;position:absolute;top:0;left:0}.systemMain p{font-size:1.3rem;line-height:1.5rem}.systemMain p:first-of-type{padding-top:2.25rem}.homebuttom{width:100%;height:2.25rem;overflow:hidden;border-top:1px solid hsla(0,0%,100%,.5);color:#fff;z-index:2;position:relative}.homebuttom ul{width:100%;height:90%;overflow:hidden;padding-top:.3rem}.homebuttom ul li{width:25%;height:100%;overflow:hidden;float:left;text-align:center}.homebuttom ul li i{width:100%;height:40%;display:block;color:#fff;margin-bottom:.2rem}.homebuttom ul li span{width:100%;height:auto;overflow:hidden;display:block;line-height:1rem;color:#fff}.homebuttom.boys{background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141)}.homebuttom.girls{background:#ff88ae}.homebuttom.kids{background:#7ad9f9}.homebuttom.life-style{background:#4f4138}.yoho-footer{font-size:.6rem;background-color:#fff;position:relative}.yoho-footer .op-row{padding:0 .75rem;height:3rem;line-height:3rem}.yoho-footer .op-row a,.yoho-footer .op-row span{display:inline-block;overflow:hidden}.yoho-footer .op-row .user-name{text-decoration:underline;margin-left:.3em;margin-right:1em;max-width:5rem;text-overflow:ellipsis;white-space:nowrap}.yoho-footer .op-row .back-to-top{position:absolute;right:1rem}.yoho-footer .op-row .sep-line{margin:0 .3em}.yoho-footer .copyright{height:3rem;line-height:3rem;border-top:1px solid #ccc;text-align:center;color:#666;background-color:#eee}.footer-tab,.yoho-footer.bottom{position:fixed;width:100%;bottom:0}.footer-tab{left:0;height:2.5rem;padding-top:.5rem;box-sizing:border-box;background:#fff;border-top:1px solid #b0b0b0;z-index:3}.footer-tab .tab-item{float:left;width:20%;text-align:center;color:#b0b0b0}.footer-tab .tab-item.current{color:#414141}.footer-tab .tab-icon{font-size:1rem;line-height:1}.footer-tab .tab-name{margin-top:.25rem;font-size:.5rem;line-height:1}.boys-wrap .footer-tab .tab-item.current{color:#414141}.girls-wrap .footer-tab .tab-item.current{color:#ff88ae}.kids-wrap .footer-tab .tab-item.current{color:#7ad9f9}.lifestyle-wrap .footer-tab .tab-item.current{color:#4f4138}.good-info{float:left;width:6.9rem;height:12.15rem;margin:0 .375rem .375rem}.good-info .tag-container{height:.7rem;width:100%;overflow:hidden}.good-info .tag-container .good-tag{display:block;float:left;height:.7rem;font-size:.45rem;text-align:center;line-height:.7rem;box-sizing:border-box;margin-right:.1rem}.good-info .tag-container .good-tag:last-child{margin-right:0}.good-info .tag-container .new-tag{width:1.5rem;background-color:#78dc7e;color:#fff}.good-info .tag-container .renew-tag{width:2.25rem;background-color:#78dc7e;color:#fff}.good-info .tag-container .sale-tag{width:1.5rem;background-color:#ff575c;color:#fff}.good-info .tag-container .new-festival-tag{width:2.25rem;background-color:#000;color:#fff}.good-info .tag-container .limit-tag{width:2.5rem;border:1px solid #000;color:#000}.good-detail-img{position:relative;height:9.2rem}.good-detail-img .good-islike{position:absolute;width:1.5rem;height:1.5rem;top:0;right:0;line-height:1.5rem;font-size:.75rem;text-align:center;color:#b0b0b0;text-decoration:none}.good-detail-img .good-like{color:#d72928}.good-detail-img img{display:block;width:100%;height:9.2rem}.good-detail-img .few-tag{position:absolute;bottom:0;width:100%;height:.7rem;background:#ffac5b;font-size:.45rem;color:#fff;line-height:.7rem;text-align:center}.good-detail-text .name a{display:block;line-height:1.4rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;font-size:.55rem;color:#444}.good-detail-text .price{line-height:.55rem;font-size:.55rem}.good-detail-text .price .sale-price{color:#d62927}.good-detail-text .price .sale-price.no-price{color:#000}.good-detail-text .price .market-price{margin:0 0 0 .125rem;color:#b0b0b0;text-decoration:line-through}.order-failure{background-size:100%}.good-failure,.order-failure{background-image:url(../assets/img/lazy-failure/order-good.jpg)}.good-failure{background-size:3.3rem!important;background-position-x:40%}.filter-body,.filter-mask{position:absolute;left:0;right:0;top:0}.filter-mask{height:100%;background:rgba(0,0,0,.1)}.filter-body{background:#fff;color:#000;cursor:pointer;font-size:14px;height:440px}.filter-body .classify{width:50%;height:100%;background:#f8f8f8}.filter-body .classify>li{height:60px;line-height:60px}.filter-body .classify>li>*{box-sizing:border-box}.filter-body .classify>li .shower{padding-left:20px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333}.filter-body .classify>li .shower.highlight{background:#eee}.filter-body .classify>li .default{color:#999}.filter-body .classify>li .title{float:left;color:#000}.filter-body .classify>li.active{background:#fff}.filter-body .sub-classify{position:absolute;display:none;width:50%;height:440px;left:50%;top:0;overflow:auto;-webkit-overflow-scrolling:touch}.filter-body .sub-classify>li{height:60px;line-height:60px;padding-left:15px;border-bottom:1px solid #e6e6e6;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.filter-body .sub-classify>li.highlight{background:#eee}.filter-body .sub-classify .chosed-icon{display:none}.filter-body .sub-classify .chosed .chosed-icon{display:inline}.filter-body .active>.sub-classify{display:block}.loading-mask{position:fixed;background:rgba(0,0,0,.1);top:0;bottom:0;right:0;left:0;@-webkit-keyframes a{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes a{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}}.loading-mask .loading{position:absolute;width:60px;height:20px;top:50%;left:50%;margin-top:-10px;margin-left:-30px}.loading-mask .loading>div{display:inline-block;background:#fff;width:15px;height:15px;border-radius:100%;margin:2px}.loading-mask .loading>div:nth-child(1){-webkit-animation:a .75s .12s infinite cubic-bezier(.2,.68,.18,1.08);animation:a .75s .12s infinite cubic-bezier(.2,.68,.18,1.08)}.loading-mask .loading>div:nth-child(2){-webkit-animation:a .75s (1 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08);animation:a .75s (1 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08)}.loading-mask .loading>div:nth-child(3){-webkit-animation:a .75s (2 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08);animation:a .75s (2 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08)}.index-page{width:100%;overflow:hidden;margin:0 auto}.index-page #yohood{background-color:transparent;background-image:url(../assets/img/yohood.png);background-size:40%;background-repeat:no-repeat;background-position-x:26%;background-position-y:36%;border:none;border-bottom:4px solid #fff}.index-page #yohood:active{background-image:url(../assets/img/yohood-tapped.png);background-color:hsla(0,0%,100%,.4);border-bottom-color:#000}.index-page #yohood:active .right-icon{color:#000}.index-page .index-header{box-sizing:border-box;padding:0 .5rem;width:100%;height:2.4rem;line-height:2.4rem}.index-page .index-header .index-logo{float:left;width:7.2rem;height:2.4rem;background:url(../assets/img/yohologo.png) 0 no-repeat;background-size:7rem 1.5rem;opacity:1;-webkit-transition:all .4s;transition:all .4s}.index-page .index-header .index-logo img{display:inline;vertical-align:middle;width:5.175rem;height:1.225rem}.index-page .index-header .index-logo.action{opacity:0;width:0}.index-page .index-header .box{position:relative;overflow:hidden;z-index:1}.index-page .index-header .box.action .clear-text,.index-page .index-header .box.action .no-search{display:block}.index-page .index-header .index-search{height:2.4rem;background:#fff;overflow:hidden;-webkit-transition:width .4s;transition:width .4s}.index-page .index-header .index-search .search-box{position:relative;top:.5rem;height:1.4rem;padding-right:2rem;-webkit-transition:width .4s;transition:width .4s;box-sizing:border-box;border:1px solid #ccc;overflow:hidden;-webkit-transition:margin-left .4s;transition:margin-left .4s}.index-page .index-header .index-search input{float:left;width:96%;font-size:.7rem;padding:.25rem;color:#999;overflow:hidden;border:none;-webkit-appearance:none}.index-page .index-header .index-search .iconfont{position:absolute;top:.2rem;width:1rem;font-size:.7rem;z-index:1;line-height:1rem}.index-page .index-header .index-search .clear-text{display:none;right:1.25rem;color:#ccc}.index-page .index-header .index-search .search-icon{right:.25rem;color:#666}.index-page .index-header .index-search .search-icon.empty{color:#e6e6e6}.index-page .index-header .no-search{display:none;float:left;margin-right:.25rem;color:#999;font-size:.7rem}.index-page .index-container{position:relative;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;background-color:#fff}.index-page .index-container .index_header{height:2rem;line-height:2rem;overflow:hidden;padding:0 .25rem}.index-page .index-container .index-channel{color:#fff;text-align:center;position:relative;background-color:#000;min-height:20rem}.index-page .index-container .index-channel .index-channel-list{margin-top:-7.5rem;width:100%;position:absolute;top:50%}.index-page .index-container .index-channel .index-channel-list .list-item{display:block;position:relative;margin:0 auto 1rem;width:10.8rem;height:2.6rem;text-align:center;font-size:.8rem;line-height:2.6rem;color:#fff;background-color:#000;border:4px solid #fff;font-weight:700}.index-page .index-container .index-channel .index-channel-list .list-item:last-child{margin-bottom:0}.index-page .index-container .index-channel .index-channel-list .lighter{font-weight:lighter}.index-page .index-container .index-channel .index-channel-list .right-icon{position:absolute;right:.25rem;top:0;font-weight:700}.index-page .index-container .index-channel .index-channel-list .homestyle{margin-bottom:1.25rem;width:7.1825rem}.search-page .search-input{position:relative;padding:.35rem .55rem;background:#f8f8f8}.search-page .search-input form{width:100%}.search-page .search-input .search-icon{position:absolute;font-size:.6rem;top:.65rem;left:.9rem;color:#b2b2b2}.search-page .search-input input{height:1.4rem;width:9.45rem;border-radius:.7rem;padding:0 1.3rem;font-size:.6rem;background:#fff;border:none}.search-page .search-input .clear-input{position:absolute;top:.5rem;right:3.625rem;font-size:.8rem;color:#666}.search-page .search-input .search{position:absolute;top:.45rem;right:1rem;border:none;background:transparent;color:#666;font-size:.75rem;line-height:1.4rem}.search-page .search-items{padding:1rem .5rem}.search-page .search-items h3{font-size:.6rem;margin-bottom:.5rem}.search-page .search-items li{float:left;margin-right:.5rem;margin-bottom:.5rem;max-width:100%;overflow:hidden}.search-page .search-items a{display:block;height:1.7rem;line-height:1.7rem;padding:0 .5rem;font-size:.7rem;background:#f8f8f8;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-page .search-items .clear-history{height:1.6rem;line-height:1.6rem;border:1px solid #e6e6e6;background:#fff;font-size:.7rem}.float-layer{height:44px;background:rgba(68,68,68,.95);position:fixed;width:100%;bottom:0;left:0;z-index:10;padding:10px 0}.float-layer .float-layer-left{padding-left:22px;overflow:hidden;float:left}.float-layer .float-layer-left img{height:44px;float:left;margin-right:10px}.float-layer .float-layer-left p{float:left;font-size:16px;height:44px;line-height:44px;color:#fff}.float-layer .float-layer-left .yoho-icon{float:left;margin-right:10px;font-size:22px;line-height:44px;width:44px;height:44px;text-align:center;color:#fff;border-radius:10px;background-image:-webkit-linear-gradient(#323232,#0f0f0f);background-image:linear-gradient(#323232,#0f0f0f)}#float-layer-close{position:absolute;left:0;top:0;width:50px;height:50px}#float-layer-close .close-icon{position:absolute;left:0;top:0;color:silver;z-index:2}#float-layer-btn{position:absolute;top:50%;right:15px;font-size:16px;padding:0 10px;height:27px;line-height:27px;background:#fff;border-radius:5px;margin-top:-13px;-webkit-tap-highlight-color:rgba(0,0,0,.5)}#float-layer-btn:actived,#float-layer-btn:hover,#float-layer-btn:link,#float-layer-btn:visited{color:#000}.circle-rightbottom{position:absolute;width:25px;height:0;border:0 solid #323232;border-bottom:25px solid #323232;border-radius:0 0 25px 0}.err-page .err-bg{position:fixed;height:5rem;width:5rem;top:50%;left:50%;margin-left:-2.5rem;margin-top:-2.5rem;background:url(../assets/img/404.png) no-repeat;background-size:100% 100%}body.passport-body{background-color:#444;font-family:MicroSoft YaHei,SimSun,sans-serif}body.passport-body *{box-sizing:border-box}.passport-page{text-align:center;padding:0 6%}.passport-page .header{position:relative;height:40px;margin:20px 0 30px}.passport-page .header .go-back{display:block;position:absolute;height:30px;width:30px;top:5px;left:0;background:url(../assets/img/passport/go-back.png) no-repeat;background-size:100% 100%}.passport-page .header .title{font-size:20px;line-height:40px;color:#fff}.passport-page .header .img-header{width:68px;height:40px;background:url(../assets/img/passport/yoho-family.png) no-repeat;background-size:100% 100%;margin:0 auto}.passport-page .input-container,.passport-page .select-container{position:relative;width:100%;height:52px;font-size:20px;background-color:#575757;border:1px solid #606060;border-radius:5px;text-align:left;color:#fff}.passport-page .select-container .select{position:absolute;height:50px;padding-right:40px;right:0;color:#fff;background-color:transparent;border:0;border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;direction:rtl}.passport-page .select-container .select:focus{outline:0;border:none}.passport-page .select-container .select:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.passport-page .select-container .select-title{line-height:2.5;margin-left:15px}.passport-page .select-container .arrow-right{position:absolute;width:13px;height:20px;right:15px;top:16px;background:url(../assets/img/passport/arrow-right.png) no-repeat;background-size:100% 100%}.passport-page .has-clear,.passport-page .has-eye{padding-right:30px}.passport-page .area-code{position:absolute;left:15px;line-height:2.5}.passport-page .phone-container{padding-left:55px}.passport-page .input{width:100%;line-height:26px;padding:12px 0;padding-left:15px;border-radius:5px;color:#fff;background-color:transparent;border:none}.passport-page .btn{display:block;width:100%;font-size:20px;line-height:2.5;background-color:#36a74c;border-radius:5px;color:#fff}.passport-page .btn.disable{background-color:#a2a2a2}.passport-page .country-select.in-android-uc{width:90px}.passport-page .clear-input{position:absolute;display:none;top:18px;right:10px;width:16px;height:16px;background:url(../assets/img/passport/clear-input.png) no-repeat;background-size:100% 100%}.passport-page .eye{position:absolute;top:20px;right:10px;width:19px;height:12px;background:url(../assets/img/passport/eye.png) no-repeat;background-size:100% 100%}.passport-page .eye.close{background-image:url(../assets/img/passport/eye-close.png)}.passport-page .row{margin-bottom:10px}.reg-page .register-tip{color:#fff;font-size:15px}.login-page .yoho-logo{position:absolute;height:31px;width:26px;background:url(../assets/img/passport/yoho.png);background-size:100% 100%;top:10px;left:15px}.login-page .acc-container{padding-left:45px}.login-page .op-container{position:relative;width:100%;margin:20px 0;text-align:left;font-size:16px}.login-page .op-container .forget-pwd,.login-page .op-container .go-register{text-decoration:underline;color:#858585}.login-page .op-container .forget-pwd{position:absolute;right:0}.login-page .third-party-login{text-align:left}.login-page .third-party-login>span{font-size:16px;color:#858585}.login-page .third-party-login .tp-link{text-align:center;padding:20px 0}.login-page .third-party-login .tp-link>a{display:inline-block;width:44px;height:44px;margin:0 7px;border-radius:50%;background-color:#333;background-repeat:no-repeat;background-size:100% 100%}.login-page .third-party-login .tp-link .alipay{background-image:url(../assets/img/passport/alipay.png)}.login-page .third-party-login .tp-link .weibo{background-image:url(../assets/img/passport/weibo.png)}.login-page .third-party-login .tp-link .weixin{background-image:url(../assets/img/passport/weixin.png)}.login-page .third-party-login .tp-link .qq{background-image:url(../assets/img/passport/qq.png)}.login-page .international{display:block;width:200px;padding:5px 10px;background-color:#333;border:none;border-radius:20px;margin:0 auto;font-size:16px;color:#d8d8d8}.login-page .login-tip{font-size:16px;position:relative;color:#d8d8d8;margin:15px 0}.login-page .login-tip .info-icon{display:inline-block;height:12px;width:12px;background-image:url(../assets/img/passport/info.png);background-size:100% 100%}.login-page .mask{position:fixed;display:none;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.5)}.login-page .retrive-pwd-ways{position:fixed;display:none;bottom:5px;left:10px;right:10px;font-size:16px}.login-page .retrive-pwd-ways li{background-color:#fff;width:100%;height:40px;line-height:40px;text-align:center}.login-page .retrive-pwd-ways li:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:1px solid #9f9f9f}.login-page .retrive-pwd-ways li:nth-child(2){border-bottom-left-radius:5px;border-bottom-right-radius:5px}.login-page .retrive-pwd-ways li:last-child{margin-top:10px;border-radius:5px}.back-email-success-page .tip{font-size:20px;color:#fff;margin-top:30px}.back-email-success-page .resend,.back-email-success-page .sub-tip{color:#939393;font-size:16px}.back-email-success-page .go-email{margin:20px 0 10px}.back-email-success-page .resend{float:right}.back-code-page .captcha-tip,.reg-code-page .captcha-tip{position:absolute;width:148px;text-align:center;right:15px;top:8px;color:#36a74c;padding:5px 0;border:1px solid #36a74c;border-radius:20px;font-size:16px}.back-code-page .captcha-tip.disable,.reg-code-page .captcha-tip.disable{color:#8f8f8f;border-color:#8f8f8f}.back-code-page .input-container,.reg-code-page .input-container{padding-right:190px}.back-code-page .text-container,.reg-code-page .text-container{color:#fff;font-size:16px;margin-bottom:20px}.back-code-page .phone,.reg-code-page .phone{color:#4ecae8}.back-code-page .clear-input,.reg-code-page .clear-input{right:170px}.back-code-page .tip,.reg-code-page .tip{margin-top:30px;color:#fff;font-size:14px;line-height:2}.back-code-page .tip a,.reg-code-page .tip a{color:#fff}.bind-page .bind-tip{color:#fff;font-size:15px}#yohood{background-image:url(../assets/img/yohood.png);background-size:40%;background-repeat:no-repeat;background-color:transparent;background-position-x:10%;background-position-y:40%;border:none;border-bottom:4px solid #fff}.success-page{color:#fefefe}.success-page .success-icon{width:74px;height:74px;margin:60px auto 30px;background:url(../assets/img/passport/success.png);background-size:100%}.success-page .success-tip{padding:10px;font-size:16px;line-height:1.5}.success-page .go{display:block;margin:30px auto;width:270px;height:40px;font-size:14px;line-height:40px;color:#fff;background:hsla(0,0%,100%,.4);border-radius:5px}.time-view-like-share{color:#b0b0b0;line-height:.95rem;height:.95rem;font-size:.6rem}.time-view-like-share .iconfont{vertical-align:9%;margin-right:.1rem;font-size:.6rem}.time-view-like-share .like-share-container{display:inline-block;float:right}.time-view-like-share .like-share-container>*{float:left}.time-view-like-share .like-share-container .iconfont{position:relative;height:1.5rem;line-height:1.5rem;display:inline-block;color:#b0b0b0;width:1.5rem;top:-.35rem;font-size:.85rem;text-align:center;margin-right:0;outline:none}.time-view-like-share .like-share-container .share-btn{margin-left:.5rem}.time-view-like-share .like-share-container .like-btn.like{color:#444}.time-view-like-share .like-share-container .collect-btn{margin-left:.5rem}.time-view-like-share .like-share-container .collect-btn.collected{color:#d62927}.guang-info{margin-bottom:.75rem;padding:0 0 .6rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.guang-info .info-author{display:block;width:100%}.guang-info .info-author .avatar{float:left;margin-top:.5rem;width:1.25rem;height:1.25rem;margin-left:.75rem;border-radius:50%}.guang-info .info-author .name{float:left;margin-left:.75rem;padding:.75rem 0;font-size:.7rem;color:#000}.guang-info .info-img{position:relative;width:100%}.guang-info .info-img img{display:block;width:100%}.guang-info .info-match{position:absolute;top:0;left:0;width:3.25rem;height:1.25rem;line-height:1.25rem;font-size:.7rem;color:#fff;background:#000;text-align:center;text-decoration:none;z-index:1}.guang-info .info-tag{position:absolute;top:0;left:2.625rem;height:1.25rem;width:1.25rem}.guang-info .info-tag.collocation{background-position:-1.5rem -6.75rem}.guang-info .info-tag.collocation,.guang-info .info-tag.fashion-good{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem}.guang-info .info-tag.fashion-good{background-position:-6.75rem -2.25rem}.guang-info .info-tag.fashion-man{background-position:0 -6.75rem}.guang-info .info-tag.fashion-man,.guang-info .info-tag.tip{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem}.guang-info .info-tag.tip{background-position:-6.75rem -5.25rem}.guang-info .info-tag.topic{background-image:url(../assets/img/sprite.guang.png);background-position:-6.75rem -3.75rem;background-size:8.75rem 8rem}.guang-info .info-deps{margin:.8rem 0 0;padding:0 1rem 0 .75rem}.guang-info .info-deps .info-title-container{text-decoration:none;color:#000}.guang-info .info-deps .info-title{line-height:1.1rem;color:#000;font-size:1rem;font-weight:700}.guang-info .info-deps .info-text{margin:.4rem 0 0;line-height:1.15rem;font-size:.7rem;color:#444}.guang-info .info-deps .time-view-like-share{margin-top:.4rem}.guang-info:last-child{margin-bottom:0}.ps-list-page{background-color:#f0f0f0}.ps-list-page .nav-tab,.ps-list-page .ps-content{width:100%}.ps-list-page .nav-tab{height:1.5rem;padding:.25rem 0;background-color:#fff}.ps-list-page .plus-nav,.ps-list-page .star-nav{box-sizing:border-box;float:left;width:50%;height:1.5rem;line-height:1.5rem;font-size:.4rem;text-align:center;color:#ccc}.ps-list-page .plus-nav.focus,.ps-list-page .star-nav.focus{color:#000}.ps-list-page .bytouch{background:#eee}.ps-list-page .star-nav{border-right:1px solid #ccc}.ps-list-page .plus-star-row{margin-bottom:.75rem}.ps-list-page .plus-star-row>a{display:block;height:7.75rem}.ps-list-page .plus-star-row>a>img{width:100%;height:100%}.ps-list-page .plus-star-row:last-child{margin-bottom:0}.ps-list-page .content.hide{display:none}.ps-list-page .swiper-container{height:7.75rem}.ps-list-page .swiper-pagination-bullet-active{background:#fff}.ps-list-page .brand-deps{height:1rem;line-height:1rem;padding-left:.25rem;font-size:.35rem;background:#fff;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ps-detail-page{background-color:#f0f0f0}.ps-detail-page .ps-block{margin-bottom:.75rem;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;background-color:#fff}.ps-detail-page .ps-block.header,.ps-detail-page .ps-block.related-infos{border-top:none}.ps-detail-page .ps-block.related-infos{margin-bottom:0;background-color:#f0f0f0}.ps-detail-page .header{position:relative}.ps-detail-page .header .banner{width:100%;height:7.75rem}.ps-detail-page .header .logo{position:absolute;border:1px solid #b5b5b5;height:4.2rem;width:4.2rem;top:5.65rem;left:1.25rem}.ps-detail-page .header .header-content{padding:0 .75rem}.ps-detail-page .header .name-islike-container{padding-left:6.2rem;margin-top:.6rem;font-size:.85rem}.ps-detail-page .header .name{color:#000;height:1.025rem;width:7.375rem}.ps-detail-page .header .brand-islike{position:relative;float:right;color:#b0b0b0;height:1.5rem;width:1.5rem;line-height:1.5rem;text-align:center;top:-.25rem;left:-.25rem}.ps-detail-page .header .brand-islike.like{color:red}.ps-detail-page .intro{margin-top:1.225rem;font-size:.6rem;color:#444;line-height:150%}.ps-detail-page .more-intro{padding:.75rem 0;font-size:.7rem;line-height:104%;color:#bbb;float:right}.ps-detail-page .more-intro .icon{display:inline-block;height:100%;width:1rem;-webkit-transition:-webkit-transform .1s ease-in;transition:-webkit-transform .1s ease-in;transition:transform .1s ease-in;transition:transform .1s ease-in,-webkit-transform .1s ease-in}.ps-detail-page .more-intro.spread .icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.ps-detail-page .new-arrival{padding-left:0 .75rem}.ps-detail-page .new-arrival .new-arrival-content{padding:.5rem .35rem}.ps-detail-page .new-arrival .more-goods-container{height:2.25rem;padding:0 .75rem;border-top:1px solid #e0e0e0;color:#000}.ps-detail-page .new-arrival .mg-text{height:100%;line-height:2.25rem;color:#000;text-decoration:none;display:block;font-size:.4rem}.ps-detail-page .new-arrival .more-prods{float:right;color:#b0b0b0}.ps-detail-page .new-arrival .new-arrival-header .more-prods{margin-right:.75rem;margin-top:.25rem}.ps-detail-page .new-arrival-header{padding-left:5.55rem;padding-top:.825rem}.ps-detail-page .new-arrival-header .header-text{font-size:.7rem;color:#000;line-height:122%;font-weight:700}.ps-detail-page .related-info-title{margin:0 .725rem;border:1px solid #e0e0e0;border-bottom:none;line-height:1.8rem;font-size:.75rem;color:#b0b0b0;text-align:center;background-color:#fff}.ps-detail-page .related-infos-container .guang-info:first-child{margin-top:0}.guang-list-page .editor-header{margin-bottom:.75rem;padding-top:.9rem;padding-bottom:1rem;background:#fff;border-bottom:1px solid #e0e0e0}.guang-list-page .avatar{float:left;margin-left:.75rem}.guang-list-page .avatar img{width:2.5rem;height:2.5rem;border-radius:50%}.guang-list-page .text{float:left;margin-left:.8rem;width:11.875rem}.guang-list-page .text .name{font-size:.8rem;line-height:1rem}.guang-list-page .text .info{margin-top:.15rem;color:#bdbdbf;font-size:.6rem;line-height:.8rem}.guang-list-page .swiper-container{width:100%;height:7.75rem}.guang-list-page .swiper-container img{height:100%;width:100%}.guang-list-page .swiper-container .swiper-pagination{bottom:0;left:0;width:100%}.guang-list-page .swiper-container .swiper-pagination-bullet-active{background:#fff}.guang-list-page .guang-nav{background-color:#fff;overflow:hidden;height:2rem}.guang-list-page .guang-nav-item{float:left;color:#ccc;font-size:.7rem;padding:0 .55rem;line-height:2rem}.guang-list-page .guang-nav-item.focus{color:#000}.guang-list-page .bytouch{background:#eee}.guang-list-page .info-list-container{overflow-x:hidden;background:#f0f0f0}.guang-list-page .info-list.hide{display:none}.guang-detail-page #wrapper{background:#f0f0f0}.guang-detail-page #wrapper.ios{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.guang-detail-page #wrapper.ios.has-head,.guang-detail-page #wrapper.ios.has-head+.fixed-top{top:2.25rem}.guang-detail-page .author{border-bottom:1px solid #e0e0e0;background:#fff}.guang-detail-page .author>a{display:block;height:100%}.guang-detail-page .author .avatar{float:left;margin-top:.5rem;margin-left:.75rem;width:1.25rem;height:1.25rem;border-radius:50%}.guang-detail-page .author .name{float:left;font-size:.7rem;color:#000;padding:.75rem 0;margin-left:.75rem}.guang-detail-page .author .intro{float:left;font-size:.7rem;color:#b0b0b0;padding:.75rem 0;margin-left:.75rem}.guang-detail-page .post-title{padding:.4rem 0 .65rem .75rem;background:#fff}.guang-detail-page .post-title .title{line-height:1.5rem;font-size:1rem;color:#000;font-weight:700}.guang-detail-page .text-block{padding:.5rem .75rem;line-height:1.15rem;font-size:.7rem;background:#fff;color:#444}.guang-detail-page .big-img-block{padding-bottom:.125rem;background:#fff}.guang-detail-page .big-img-block img{width:100%;height:16rem}.guang-detail-page .small-img-block{padding-bottom:.2rem;background:#fff}.guang-detail-page .small-img-block img{float:right;width:7.875rem;height:10.5rem}.guang-detail-page .small-img-block img:first-child{float:left}.guang-detail-page .collocation-block{background:#fff}.guang-detail-page .collocation-block .good-list{padding-left:.375rem}.guang-detail-page .thumb-container{padding-top:.75rem;padding-left:.5rem;background:transparent url(../assets/img/guang/thumb-container-bg.png) no-repeat;background-size:200% 100%}.guang-detail-page .thumb-container.fixed-top{position:fixed;left:0;right:0;top:0}.guang-detail-page .thumb-container.fixed-bottom{position:fixed;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9)}.guang-detail-page .thumb-container.absolute{position:absolute;left:0;right:0}.guang-detail-page .thumb-container.static{position:static}.guang-detail-page .thumb-container.hide{display:none}.guang-detail-page .clothe-type{position:absolute;right:.15rem;bottom:.85rem;width:.5rem;height:.5rem;border-radius:50%}.guang-detail-page .clothe-type.bag{background-position:-4.5rem -2.25rem}.guang-detail-page .clothe-type.bag,.guang-detail-page .clothe-type.cloth{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.cloth{background-position:0 -4.5rem}.guang-detail-page .clothe-type.dress{background-position:0 0}.guang-detail-page .clothe-type.dress,.guang-detail-page .clothe-type.headset{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.headset{background-position:-4.5rem -4.5rem}.guang-detail-page .clothe-type.lamp{background-position:-6.75rem 0}.guang-detail-page .clothe-type.lamp,.guang-detail-page .clothe-type.pants{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.pants{background-position:-2.25rem -4.5rem}.guang-detail-page .clothe-type.shoe{background-position:-4.5rem 0}.guang-detail-page .clothe-type.shoe,.guang-detail-page .clothe-type.swim-suit{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.swim-suit{background-position:-2.25rem -2.25rem}.guang-detail-page .clothe-type.under{background-position:0 -2.25rem}.guang-detail-page .clothe-type.under,.guang-detail-page .clothe-type.watch{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.watch{background-position:-2.25rem 0}.guang-detail-page .thumb{display:inline-block;position:relative;margin-right:.55rem;padding-bottom:.75rem}.guang-detail-page .thumb:last-child{margin-right:0}.guang-detail-page .thumb.focus .thumb-img{border-color:#000}.guang-detail-page .thumb-img{height:3.35rem;width:2.4rem;border:1px solid transparent}.guang-detail-page .related-reco-block{background:#fff;padding-left:.375rem;border-top:1px solid #e0e0e0}.guang-detail-page .related-reco-block h2{margin-left:-.375rem;line-height:2.6rem;font-size:.75rem;color:#b0b0b0;text-align:center}.guang-detail-page .related-reco-block .one-good{padding-left:.375rem;padding-right:.75rem;margin-bottom:.5rem}.guang-detail-page .related-reco-block .one-good .thumb{float:left;height:3.35rem;width:2.4rem}.guang-detail-page .related-reco-block .one-good .content-container{padding-left:3rem;height:3.35rem;line-height:1;font-size:.6rem}.guang-detail-page .related-reco-block .one-good .content-container>p{height:50%;line-height:2.35rem}.guang-detail-page .related-reco-block .one-good .content-container span{display:inline-block;line-height:.6rem}.guang-detail-page .related-reco-block .one-good .content-container .price{line-height:1.175rem}.guang-detail-page .related-reco-block .one-good .sale-price{color:#d62927;line-height:1.5}.guang-detail-page .related-reco-block .one-good .sale-price.no-price{color:#000}.guang-detail-page .related-reco-block .one-good .market-price{margin-left:.125rem;color:#b0b0b0;text-decoration:line-through;line-height:1.5}.guang-detail-page .related-reco-block .one-good .check-detail{display:inline-block;color:#000;border:1px solid;border-radius:2px;float:right;padding:0 .125rem;line-height:1.5}.guang-detail-page .link-block{display:block;height:2rem;line-height:2rem;padding:0 .75rem;font-size:.4rem;background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.guang-detail-page .link-block .iconfont{float:right;color:#ccc}.guang-detail-page .related-brand{margin-top:.75rem}.guang-detail-page .related-brand h2{margin:0 .725rem;background:#fff;border:1px solid #e0e0e0;border-bottom:none;line-height:1.8rem;font-size:.75rem;color:#b0b0b0;text-align:center}.guang-detail-page .related-brand .brand-list{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:.75rem 0;background:#fff}.guang-detail-page .related-brand .brand{float:left;width:3.95rem;height:3.2rem;border-right:1px solid #e0e0e0;margin-bottom:.25rem}.guang-detail-page .related-brand .brand a{display:block}.guang-detail-page .related-brand .brand:nth-child(4n){border-right:none}.guang-detail-page .related-brand .brand-logo{display:table-cell;width:3.95rem;height:2.35rem;vertical-align:middle}.guang-detail-page .related-brand .brand-logo img{display:block;max-width:3.95rem;max-height:2.35rem;vertical-align:middle;margin:0 auto}.guang-detail-page .related-brand .brand-name{margin:.25rem 0 0;line-height:.6rem;font-size:.45rem;color:#babac2;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guang-detail-page .related-tag{position:relative;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0;background:#fff}.guang-detail-page .related-tag .tag-bg{position:absolute;height:1rem;width:1rem;background:url(../assets/img/guang/tag.png) no-repeat;background-size:100% 100%;top:.875rem;left:.5rem}.guang-detail-page .related-tag .tag-list{margin-left:1.25rem}.guang-detail-page .related-tag li{float:left;margin-top:.775rem;margin-left:.775rem}.guang-detail-page .related-tag a{height:1.25rem;line-height:1.25rem;font-size:.75rem;color:#000;text-decoration:underline;white-space:nowrap}.guang-detail-page .related-info{margin-top:.75rem}.guang-detail-page .related-info h2{margin:0 .725rem;background:#fff;border:1px solid #e0e0e0;border-bottom:none;line-height:1.8rem;font-size:.75rem;color:#b0b0b0;text-align:center}.guang-detail-page .related-info .info-list{background:#fff;padding-bottom:.75rem;border-top:1px solid #e0e0e0}.guang-detail-page .related-info li{padding-top:.75rem;margin-bottom:.25rem}.guang-detail-page .related-info li a{display:block}.guang-detail-page .related-info li img{float:left;margin-left:.75rem;width:4.55rem;height:2.85rem}.guang-detail-page .related-info li img.square{height:4.55rem}.guang-detail-page .related-info .publish-time,.guang-detail-page .related-info .title{float:left;width:9rem;margin-left:.75rem;line-height:1rem;color:#444;font-size:.7rem}.guang-detail-page .related-info .publish-time{font-size:.45rem;margin-top:0;color:#b0b0b0}.guang-detail-page .related-info .publish-time .iconfont{font-size:.45rem}.yoho-header .nav-title{font-weight:400}.star-class-body{background:#333;width:100%;font:.3rem/1.5 Arial,黑体;float:left}.star-classroom{background:#333}.star-classroom img{max-width:100%;display:block;border:0;margin:0 auto}.star-classroom a{text-decoration:none;outline:none;color:#000}.star-classroom a:actived,.star-classroom a:hover,.star-classroom a:link,.star-classroom a:visited{color:#000}.star-classroom :focus{outline:none}.star-classroom .font-bold{font-weight:700}.star-classroom .classroom-mask{background-color:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;bottom:0;z-index:-1;display:none}.star-classroom .head-tab{width:100%;height:2.2rem;background:#000}.star-classroom .head-tab li{width:33.3%;text-align:center;float:left;line-height:2.2rem;font-size:.75rem}.star-classroom .head-tab li a{color:#b0b0b0;display:inline-block}.star-classroom .head-tab li.cur a{color:#fff}.star-classroom .banner-top{width:100%;height:7.75rem;margin-top:.75rem;position:relative}.star-classroom .banner-top .banner-swiper{width:100%;height:7.75rem;overflow:hidden;position:relative}.star-classroom .banner-top .banner-swiper ul{position:relative;height:7.75rem}.star-classroom .banner-top .banner-swiper ul li{float:left;width:100%;height:7.75rem}.star-classroom .banner-top .banner-swiper ul img{width:100%;height:100%}.star-classroom .banner-top .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center;z-index:1}.star-classroom .banner-top .swiper-pagination .pagination-inner{display:inline-block}.star-classroom .banner-top .swiper-pagination span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 .25rem;border-radius:50%}.star-classroom .banner-top .swiper-pagination .swiper-pagination-bullet-active{background:#fff;opacity:1}.star-classroom .home-floor-sign{width:100%;height:5.5rem;margin-top:.75rem;background:#000}.star-classroom .home-floor-sign .nav-left{width:2.55rem;margin:.75rem 0 0 .75rem;text-align:center;float:left}.star-classroom .home-floor-sign .nav-left .user-name{font-size:.6rem;color:#fff;margin-top:.75rem;white-space:nowrap}.star-classroom .home-floor-sign .nav-main{width:6.3rem;height:2.25rem;float:left;background-image:url(../assets/img/guang/star-classroom/user_info_bg.png);background-repeat:no-repeat;background-size:contain;margin:.9rem 0 0 .25rem}.star-classroom .home-floor-sign .nav-main p{color:#fff;line-height:1.15rem;font-size:.6rem;margin-left:.75rem;white-space:nowrap}.star-classroom .home-floor-sign .nav-right{width:4.875rem;text-align:center;float:right}.star-classroom .home-floor-sign .nav-right .wyf-img{width:2.975rem;height:2.7rem;margin-top:.75rem;background-image:url(../assets/img/guang/star-classroom/home-wyf.png);background-repeat:no-repeat;background-size:contain;display:inline-block}.star-classroom .home-floor-sign .nav-right .add-intimacy{width:3.275rem;height:1.3rem;background-image:url(../assets/img/guang/star-classroom/add_intimacy_bg.png);background-repeat:no-repeat;background-size:contain;color:#fff;font-size:.55rem;display:inline-block;white-space:nowrap;line-height:1.65rem;margin-left:.3rem}.star-classroom .home-floor-sign .user-head{width:2.5rem;height:2.5rem;border-radius:50%;border:.05rem solid #e0e0e0;background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-size:contain;display:block}.star-classroom .floor-header-more{width:100%;height:2.2rem;background:#000;position:relative;margin-top:.75rem;border-top:1px solid #000}.star-classroom .floor-header-more h2{color:#fff;font-size:.85rem;line-height:2.2rem;text-align:center}.star-classroom .floor-header-more .more-btn{width:1.6rem;height:2.4rem;line-height:2.15rem;position:absolute;right:.5rem;top:0;color:#b0b0b0;font-size:1.25rem}.star-classroom .home-floor-subject .subject-banner{width:100%;height:7.75rem}.star-classroom .subject-video-area{width:100%;height:7.75rem;margin-top:.75rem;background:#000}.star-classroom .subject-video-area #subject-video{width:100%;height:7.75rem}.star-classroom .home-floor-collocation{background:#000;padding-bottom:1.5rem}.star-classroom .home-floor-collocation .collocation-big-img{width:100%;height:6.925rem;padding:0 .35rem;box-sizing:border-box}.star-classroom .home-floor-collocation .collocation-big-img li{width:6.9rem;height:6.925rem;margin:0 .375rem;float:left}.star-classroom .home-floor-collocation .collocation-big-img img{height:100%}.star-classroom .home-floor-collocation .collocation-img{width:100%;height:3.475rem;margin-top:.75rem;position:relative}.star-classroom .home-floor-collocation .collocation-img .collocation-swiper{width:100%;height:3.475rem;overflow:hidden;position:relative}.star-classroom .home-floor-collocation .collocation-img ul{position:relative;height:3.475rem}.star-classroom .home-floor-collocation .collocation-img li{float:left;width:5.725rem;height:3.475rem;margin-left:.75rem}.star-classroom .home-floor-collocation .collocation-img img{width:100%;height:100%}.star-classroom .pop-intimacy{width:14.5rem;height:23rem;background:#fff;border-radius:.25rem;position:fixed;top:.5rem;left:.75rem;z-index:-1;display:none}.star-classroom .pop-intimacy .intimacy-head{text-align:center;color:#444;height:3.5rem;padding-top:.5rem;box-sizing:border-box;position:relative}.star-classroom .pop-intimacy .intimacy-head .pop-close{width:.625rem;height:.625rem;background-image:url(../assets/img/guang/star-classroom/pop-close.png);background-repeat:no-repeat;background-size:contain;position:absolute;right:.5rem;top:.6rem}.star-classroom .pop-intimacy .intimacy-head h1{font-size:1.4rem;font-weight:700;line-height:1rem}.star-classroom .pop-intimacy .intimacy-head h4,.star-classroom .pop-intimacy .my-intimacy{font-size:.6rem}.star-classroom .pop-intimacy .my-intimacy span{min-width:.25rem;height:.75rem;line-height:.75rem;border-radius:.75rem;font-size:.5rem;color:#fff;padding:0 .25rem;margin-left:.35rem;background-color:#444}.star-classroom .pop-intimacy .increased{font-size:.6rem;display:none}.star-classroom .pop-intimacy .increased span{color:red}.star-classroom .pop-intimacy .calendar{width:100%;float:left}.star-classroom .pop-intimacy .week{width:100%;height:.95rem;background:#aeaeae;padding:0 .575rem;box-sizing:border-box}.star-classroom .pop-intimacy .week h3{width:1.9rem;text-align:center;font-size:.6rem;color:#fff;float:left;line-height:.95rem}.star-classroom .pop-intimacy .day-item{float:left;width:100%;padding:.125rem .575rem;box-sizing:border-box}.star-classroom .pop-intimacy .day-item .item{width:1.9rem;color:#444;float:left;text-align:center;cursor:pointer;margin:.125rem 0 0;height:1.4rem;line-height:1.4rem;font-size:.7rem}.star-classroom .pop-intimacy .day-item .last-item{color:#d2d2d2}.star-classroom .pop-intimacy .day-item .sign-item{background-image:url(../assets/img/guang/star-classroom/sign-circle.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.star-classroom .pop-intimacy .fan-charts{width:100%;height:2.2rem;border-top:1px solid #d5d5d5;text-align:center;position:relative;float:left}.star-classroom .pop-intimacy .fan-charts h2{font-size:.7rem;color:#444;line-height:2.2rem}.star-classroom .pop-intimacy .fan-charts .arrow{width:2.2rem;height:2.2rem;position:absolute;top:0;right:0;color:#b0b0b0;line-height:2.2rem}.star-classroom .fan-charts-cont{width:100%;line-height:2.2rem;float:left}.star-classroom .fan-charts-cont li{width:100%;height:2.2rem;border-top:1px solid #d5d5d5;position:relative;padding:0 .625rem;box-sizing:border-box}.star-classroom .fan-charts-cont .rank-ico{width:1.3rem;height:.975rem;border-radius:0;background-image:url(../assets/img/guang/star-classroom/king-ico.png);background-color:#fff;background-repeat:no-repeat;background-size:contain;color:#fff;font-size:.6rem;text-align:center;line-height:1.25rem;font-weight:700;position:relative;top:.625rem}.star-classroom .fan-charts-cont .rank-avatar{width:1.5rem;height:1.5rem;border-radius:50%;position:relative;top:.375rem;margin-left:.5rem;background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-size:contain;display:block}.star-classroom .fan-charts-cont .fans-name{margin-left:.6rem;font-size:.6rem;color:#444;width:4.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:2.2rem}.star-classroom .fan-charts-cont .fans-intimacy{width:3.75rem;float:right;font-size:.5rem;color:#444}.star-classroom .fan-charts-cont .fans-intimacy span{font-size:.6rem;color:#d0021b;margin-left:.125rem}.star-classroom .fan-charts-cont li>*{float:left}.star-classroom .things-article{width:100%;float:left}.star-classroom .things-article>li{width:100%;float:left;padding:0 0 .75rem .75rem;box-sizing:border-box;background:#000}.star-classroom .things-article>li .author-info{width:100%;padding-top:.75rem;float:left;border-top:1px solid #b0b0b0}.star-classroom .things-article>li .author-info img{width:1.75rem;height:1.75rem;border-radius:50%;float:left}.star-classroom .things-article>li .author-nav{float:left;margin-left:.5rem;overflow:hidden}.star-classroom .things-article>li .author-nav h2{font-size:.7rem;color:#fff}.star-classroom .things-article>li .article-count{font-size:.6rem;color:#b0b0b0}.star-classroom .things-article>li .article-count span{margin-right:.55rem}.star-classroom .things-article>li .article-count .see-ico{width:.775rem;height:.6rem;padding-left:1rem}.star-classroom .things-article>li .artice-cont{width:100%;margin-top:.75rem;float:left}.star-classroom .things-article>li .artice-cont p{width:100%;height:4.5rem;font-size:.7rem;line-height:1.15rem;padding-right:.75rem;color:#fff;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.star-classroom .things-article>li .artice-imgs{width:100%;margin-top:.75rem;float:left}.star-classroom .things-article>li .artice-imgs>li{float:left;width:4.75rem;height:4.75rem;margin-right:.125rem}.star-classroom .things-article>li .artice-imgs>li img{width:100%;height:100%;border-radius:.1rem}.star-classroom .artice-zan{width:100%;border-top:1px solid #b0b0b0;margin-top:.675rem;float:left;padding-top:.5rem}.star-classroom .artice-zan .iconfont{float:left;width:.85rem;height:.85rem;line-height:.85rem;display:inline-block;color:#b0b0b0;font-size:.85rem;text-align:center;margin:.225rem 1.325rem 0 .35rem;outline:none}.star-classroom .artice-zan .like{color:#d62927}.star-classroom .artice-zan ul{float:left;width:10.5rem;height:1.25rem;overflow:hidden}.star-classroom .artice-zan li{float:left;margin:0 .25rem;width:1.25rem;height:1.25rem}.star-classroom .artice-zan li img{width:100%;height:100%;border-radius:50%}.star-classroom .artice-zan .zan-more{float:left;width:1.25rem;height:1.25rem;border-radius:50%;margin:0 .25rem;background:#f0f0f0;color:#acb1b7;font-size:.6rem;text-align:center;line-height:1.25rem}.star-classroom .subject-list{width:100%;height:auto;overflow:hidden}.star-classroom .subject-list li{width:100%;float:left;background:#000;margin-top:.75rem}.star-classroom .subject-list li img{width:100%}.star-classroom .subject-list li p{width:100%;height:2.2rem;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 .85rem;font-size:.85rem;line-height:2.2rem}.star-classroom .subject-list li a{color:#fff}.star-classroom .collocation-list{width:100%;float:left}.star-classroom .collocation-list li{float:left;width:100%;margin-top:.75rem;background:#000}.star-classroom .collocation-list li .cont-area{width:100%;box-sizing:border-box;padding:.75rem}.star-classroom .collocation-list li .cont-txt{font-size:.7rem;line-height:1.15rem;color:#b0b0b0;margin-top:.25rem}.star-classroom .collocation-list li img{width:100%}.star-classroom .collocation-list li .title{font-size:1rem;line-height:1.2rem;color:#fff;width:100%}.star-classroom .count-area{position:relative;width:100%;height:.8rem}.star-classroom .count-area span{font-size:.6rem;color:#b0b0b0;height:.8rem;line-height:.8rem}.star-classroom .count-area span i{display:inline-block;margin-right:.125rem;font-size:.6rem}.star-classroom .count-area .time{float:left}.star-classroom .count-area .see{float:left;margin-left:.5rem}.star-classroom .count-area .time-ico{width:.6rem;height:.6rem}.star-classroom .count-area .see-ico{width:.775rem;height:.6rem}.star-classroom .count-area .collection{position:absolute;right:3.05rem}.star-classroom .count-area .collected-ico{width:.85rem;height:.8rem;vertical-align:text-bottom}.star-classroom .count-area .collected{color:#d62927}.star-classroom .count-area .forward{width:1rem;height:.7rem;position:absolute;right:.575rem;margin-left:1.125rem;font-size:.6rem;color:#b0b0b0;height:.8rem;line-height:.8rem}.star-classroom .things-list .things-article>li{margin-top:.75rem}.star-classroom .things-list .things-article>li .author-info{border-top:none}.star-classroom .check-in{background:#f0f0f0}.star-classroom .check-in .check-in-header{width:100%;height:7.075rem;background-image:url(../assets/img/guang/star-classroom/checkIn-bg.jpg);background-repeat:no-repeat;background-size:contain}.star-classroom .check-in .head-cont{text-align:center;padding-top:.75rem;height:4.875rem;box-sizing:border-box}.star-classroom .check-in .head-cont .user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;border:.1rem solid;border-color:hsla(0,0%,100%,.6);background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-origin:border-box;background-size:contain;display:inline-block}.star-classroom .check-in .head-cont .user-name{color:#fff;font-size:.6rem;font-weight:700;margin-top:.175rem}.star-classroom .check-in .count-area{width:100%;float:left}.star-classroom .check-in .count-nav{width:7.975rem;float:left;margin-top:.3rem}.star-classroom .check-in .count-nav p{width:100%;text-align:center;color:#fff;line-height:.8rem;font-size:.55rem}.star-classroom .check-in .line{width:.05rem;height:1.15rem;float:left;margin-top:.65rem;box-sizing:border-box;border-left:1px solid #fff}.star-classroom .check-in .ranking-area{width:100%;background:#fff;border-top:1px solid #e0e0e0;margin-top:.75rem;padding-left:.75rem;box-sizing:border-box}.star-classroom .check-in .ranking-area li{width:100%;height:3rem;padding-top:.5rem;box-sizing:border-box;border-bottom:1px solid #e0e0e0}.star-classroom .check-in .ranking-area .rank-avatar{width:2rem;height:2rem;border-radius:50%;background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-size:contain;float:left}.star-classroom .check-in .ranking-area .ranking-mid{float:left;margin-left:.5rem}.star-classroom .check-in .ranking-area .rank-ico{min-width:.45rem;height:.95rem;border-radius:.95rem;background:#444;display:inline-block;text-align:center;line-height:1rem;color:#fff;font-size:.6rem;font-weight:700;padding:0 .25rem}.star-classroom .check-in .ranking-area .rank-name{font-size:.6rem;color:#444;margin-top:.125rem;width:6.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:.75rem}.star-classroom .check-in .ranking-area .ranking-rg{font-size:.5rem;color:#444;float:right;margin:.5rem .75rem 0 0}.star-classroom .check-in .ranking-area .intimacy{margin-left:.25rem;font-size:.9rem;color:#b0b0b0}.star-classroom .check-in .high-light .rank-ico{width:1.3rem;height:.975rem;line-height:1.25rem;border-radius:0;background-image:url(../assets/img/guang/star-classroom/king-ico.png);background-color:#fff;background-repeat:no-repeat;background-size:contain;padding:0}.star-classroom .check-in .high-light .intimacy{color:#d0021b}@media screen and (max-height:480px){.star-classroom .pop-intimacy{height:19.9rem}.star-classroom .pop-intimacy .day-item .item{height:1.25rem;line-height:1.25rem;margin-top:0}.star-classroom .pop-intimacy .fan-charts{height:1.9rem}.star-classroom .pop-intimacy .fan-charts h2{line-height:1.9rem}.star-classroom .pop-intimacy .fan-charts .arrow{height:1.9rem;line-height:1.9rem}.star-classroom .pop-intimacy .intimacy-head h1{font-size:1.25rem}.star-classroom .fan-charts-cont{line-height:1.9rem}.star-classroom .fan-charts-cont .rank-ico{top:.425rem}.star-classroom .fan-charts-cont .rank-avatar{top:.175rem}.star-classroom .fan-charts-cont .fans-name,.star-classroom .fan-charts-cont li{height:1.9rem}}.header-download{position:relative;height:5.3rem;padding:1.2rem 0 0;overflow:hidden}.header-download .download-bg{position:absolute;left:0;top:0;width:100%;z-index:-1}.header-download .yoho-logo{height:1.425rem;background:url(../assets/img/app-logo.png) no-repeat 50%;background-size:auto 100%}.header-download p{line-height:1.2rem;font-size:.7rem;color:#fff;text-align:center}.header-download .download-btn{display:block;margin:.45rem auto 0;width:7.35rem;height:1.6rem;line-height:1.6rem;border:solid #fff;font-size:.9rem;text-align:center;color:#fff}.header-download .close-btn{position:absolute;top:.425rem;right:.325rem;width:1.25rem;height:1.25rem;background:url(../assets/img/close-icon.png);background-size:100% 100%}.banner-top{position:relative}.banner-top .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center;z-index:1}.banner-top .swiper-pagination .pagination-inner{display:inline-block}.banner-top .swiper-pagination .pagination-inner span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 .225rem;border-radius:50%}.banner-top .swiper-pagination .pagination-inner span.swiper-pagination-bullet-active{background:#fff;opacity:1}.banner-swiper{overflow:hidden}.banner-swiper,.banner-swiper ul{position:relative;height:7.75758rem}.banner-swiper ul li{float:left}.banner-swiper ul li,.banner-swiper ul li img{width:100%;height:100%}.banner-center{margin:.75rem 0 0;height:5rem;overflow:hidden}.banner-center img{display:block;width:100%;height:100%}.banner-bottom{margin:.75rem 0 0;height:4rem;overflow:hidden}.banner-bottom img{display:block;width:100%}.side-nav{display:none;background:#fff;position:fixed;top:0;bottom:0;left:0;right:2.5rem;width:13.5rem;background:#f0f0f0;z-index:4;overflow:hidden;overflow-y:auto;-webkit-transition:all .3s;transition:all .3s}.side-nav>ul{margin-bottom:.5rem;background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.side-nav li{position:relative;height:1.9rem;line-height:1.9rem;background:#fff}.side-nav li a{display:block;height:100%;padding-left:2.75rem;color:#444}.side-nav li em{font-weight:700;font-size:.65rem}.side-nav li .title{display:inline-block;font-size:.9rem;vertical-align:bottom;padding-left:.5rem;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0}.side-nav li .nav-icon,.side-nav li .nav-img{position:absolute;width:.95rem;height:.95rem;top:50%;margin-top:-.475rem;left:.875rem;background:no-repeat 0;background-size:100% 100%}.side-nav li .enter-subnav{position:absolute;right:.75rem;top:0;bottom:0;font-size:.9rem;color:#b0b0b0;font-weight:lighter}.side-nav li:after{content:'';position:absolute;right:0;bottom:0;width:10.75rem;height:0;border-top:1px solid #e0e0e0}.side-nav li:last-child:after{content:none}.side-nav li.highlight{background:#eee}.side-nav .first li{height:2.2rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0}.side-nav .first li em{font-size:.9rem}.side-nav .first li .nav-icon,.side-nav .first li .nav-img{width:1.2rem;height:1.2rem;margin-top:-.6rem;left:.75rem}.side-nav .first li:last-child{border-bottom:none}.side-nav .first li:after{content:none}.side-nav .first .sub-nav li{border-bottom:1px solid #e0e0e0}.side-nav li.boys i{background:url(../assets/img/side-nav/boys.png) no-repeat 0;background-size:100% 100%}.side-nav li.girls i{background:url(../assets/img/side-nav/girls.png) no-repeat 0;background-size:100% 100%}.side-nav li.kids i{background:url(../assets/img/side-nav/kids.png) no-repeat 0;background-size:100% 100%}.side-nav li.life i{background:url(../assets/img/side-nav/life.png) no-repeat 0;background-size:100% 100%}.side-nav li.guang .nav-icon,.side-nav li.trendfinder .nav-icon{background:url(../assets/img/side-nav/guang.png) no-repeat 0;background-size:100% 100%}.side-nav.on{display:block}.sub-nav{display:none;position:fixed;bottom:0;top:0;left:0;width:13.5rem;background:#fff!important;overflow:hidden;-webkit-transform:translateX(13.5rem);transform:translateX(13.5rem);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.sub-nav li{height:2rem!important;line-height:2rem!important;border:none;border-bottom:1px solid #e0e0e0}.sub-nav li a{position:relative;display:block;margin:0 0 0 .75rem;padding-left:.25rem;font-size:.9rem;z-index:2}.sub-nav li .nav-point{position:absolute;left:0;font-size:.4rem;color:#f0f0f0}.sub-nav li em{font-weight:400;font-size:.75rem!important}.sub-nav li:after{content:none}.sub-nav li.highlight{background:#eee}.sub-nav li.current .nav-point,.sub-nav li:hover .nav-point{color:#3e3e3e}.sub-nav li:first-child{height:2.25rem!important;line-height:2.25rem!important;background:#3e3e3e}.sub-nav li:first-child a{color:#fff;border-bottom:none;padding-left:1.75rem}.sub-nav li:first-child .nav-back{position:absolute;left:0}.sub-nav.show{display:block;z-index:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.floor-header{margin:.725rem .75rem 0;border:1px solid #e0e0e0;border-bottom:none;height:1.75rem;line-height:1.75rem;font-size:.75rem;color:#b1b1b1}.floor-header,.floor-header-more{background:#fff;text-align:center}.floor-header-more{position:relative;height:2.475rem;line-height:2.475rem;margin:.725rem 0 0;border-top:1px solid #e0e0e0;font-size:.8rem;color:#444}.floor-header-more .more-btn{position:absolute;right:.75rem;top:0;bottom:0;color:#b0b0b0;font-size:1.25rem}.fine-brands{background:#fff;border-top:1px solid #e0e0e0}.fine-brands a{display:block;text-decoration:none}.fine-brands .brand{float:left;width:3.95rem;height:4.35rem;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;overflow:hidden}.fine-brands .brand .brand-logo{display:table-cell;width:3.95rem;height:3.25rem;vertical-align:middle}.fine-brands .brand .brand-logo img{display:block;max-width:3.95rem;max-height:3.25rem;vertical-align:middle;margin:0 auto}.fine-brands .brand .brand-name{line-height:1.1rem;font-size:.45rem;color:#babac2;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fine-brands .brand:nth-child(4n){border-right:none}.fine-brands .more .brand-logo{display:block;text-align:center;line-height:3.75rem}.fine-brands .more .brand-logo .iconfont{font-size:1.2rem;color:#333}.creative-life{background:#fff}.creative-life .banner{display:block;height:10rem;overflow:hidden}.creative-life .banner img{width:100%;height:100%}.creative-life .classify-list{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.creative-life .classify-list>li{float:left;width:5.3rem;height:4.8rem;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.creative-life .classify-logo{width:5.3rem;height:4.8rem}.creative-life .classify-logo img{display:block;width:100%;height:100%}.creative-life .classify-name{line-height:1.3rem;font-size:.65rem;color:#000;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden}.creative-life .classify:nth-child(3n){border-right:0}.plus-star img{display:block;width:100%;height:4.95rem;border-top:1px solid #e0e0e0}.maybe-like{position:relative;background:#fff;padding-left:.375rem;border-top:1px solid #ccc;margin-top:.75rem}.maybe-like .title{height:2.6rem;font-size:.95rem;line-height:2.6rem;text-align:center;color:#dadada}.maybe-like .icon{display:inline-block;height:.775rem;width:.775rem;background:url(../assets/img/up-icon.png) no-repeat;background-size:100% 100%}.maybe-like .maybe-like-nav{width:100%;height:1.5rem;padding:.25rem 0;background-color:#fff}.maybe-like .maybe-like-nav:before{content:'';position:absolute;border-top:1px solid #ccc;left:0;top:2rem;width:16rem;height:0}.maybe-like .maybe-like-nav-item{box-sizing:border-box;float:left;width:50%;height:1.5rem;line-height:1.5rem;text-align:center;color:#ccc;border-right:1px solid #ccc}.maybe-like .maybe-like-nav-item.focus{color:#000}.load-more-img{padding-left:0;height:5rem;border-top:1px solid #ccc;overflow:hidden}.load-more-img img{display:block;width:100%;height:100%}.icons-wrapper{box-sizing:border-box;padding:.75rem 0 .4rem;background:#fff;border-bottom:1px solid #e0e0e0}.icons-item{float:left;margin-bottom:.25rem;width:25%;height:3.65rem;text-align:center}.imagebar{display:block;margin:0 auto;text-align:center;width:2.45rem;height:2.45rem;line-height:2.45rem;box-sizing:border-box;overflow:hidden}.imagebar img{width:100%;height:100%}.linkbar{display:block;line-height:1.1rem;font-size:.6rem}.linkbar,.linkbar:active,.linkbar:hover,.linkbar:link,.linkbar:visited{color:#444}.trend-coll-wrapper{background:#fff;height:16.125rem;border-bottom:1px solid #e0e0e0}.trend-coll-header{position:relative;widows:100%}.trend-coll-header .trend-coll-title{width:100%;height:2.5rem;line-height:2.5rem;text-align:center;font-size:.85rem;color:#747474}.trend-coll-header .more{position:absolute;right:.6rem;top:.5rem}.trend-coll-content{padding:0 0 0 .375rem}.trend-coll-content .lspan,.trend-coll-content .rspan{float:left;margin:0 .375rem}.lspanimg,.rspanimg{display:block;float:right;width:6.875rem;height:6.875rem}.trend-coll-tail{box-sizing:border-box;width:100%;height:6.675rem;clear:both}.recommend-title{widows:100%;height:2.5rem;line-height:2.5rem;text-align:center;font-size:.85rem}.recommend-swiper{width:100%;height:3.5rem;overflow:hidden}.recommend-list{position:relative;height:100%}.recommend-list .recommend-item{float:left;padding-left:5%;width:21.875%;height:3.5rem}.recommend-list .recommend-item a{display:block;width:100%;height:100%}.recommend-list .recommend-item a img{width:100%;height:100%}.trend-topic-wrapper{background:#fff}.trend-topic-content{position:relative;width:100%;border-bottom:1px solid #e0e0e0}.trend-topic-content .swiper-pagination{position:absolute;left:0;right:0;bottom:.55rem;text-align:center;z-index:0}.trend-topic-content .swiper-pagination .pagination-inner{display:inline-block}.trend-topic-content .swiper-pagination span{float:left;width:.4rem;height:.4rem;margin:0 .2rem;background:#f0f0f0;border-radius:50%;opacity:1}.trend-topic-content .swiper-pagination span.swiper-pagination-bullet-active{background:#b0b0b0}.trend-topic-swiper{height:13.35rem;overflow:hidden}.trend-topic-swiper ul{position:relative}.trend-topic-swiper ul li{float:left;height:13.35rem}.trend-topic-swiper ul li .img-box{margin:0 auto;width:14.5rem;height:9rem;line-height:9rem;text-align:center}.trend-topic-swiper ul li .img-box img{vertical-align:middle;width:100%;height:100%}.trend-topic-swiper ul li .item-content{margin:.5rem .75rem 0}.trend-topic-swiper ul li .item-content .title{line-height:1.3rem;font-size:.75rem;color:#000;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}.trend-topic-swiper ul li .item-content .time{margin:.4rem 0 0;line-height:.6rem;color:#afafaf;font-size:.45rem}.trend-topic-swiper ul li .item-content .time .time-icon{margin-right:.2rem;font-size:.35rem}.category-swiper{position:relative;height:10rem;overflow:hidden}.category-swiper ul li{float:left;width:100%}.category-swiper ul li a,.category-swiper ul li img{display:block;width:100%;height:100%}.category-swiper .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center}.category-swiper .swiper-pagination .pagination-inner{display:inline-block}.category-swiper .swiper-pagination .pagination-inner span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 (.225rem);border-radius:50%}.category-swiper .swiper-pagination .pagination-inner span.swiper-active-switch{opacity:1}.goods-category{background:#fff}.goods-category .category-list{height:9.55rem;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;overflow:hidden}.goods-category .category-list li{float:left;width:4.775rem;height:4.775rem;border-left:1px solid #e0e0e0}.goods-category .category-list li .first-show{display:none}.goods-category .category-list li .img-box{height:100%;line-height:100%;text-align:center}.goods-category .category-list li .img-box img{width:100%;height:100%;vertical-align:middle}.goods-category .category-list li .category-name{line-height:.8rem;font-size:.5rem;color:#444;text-align:center}.goods-category .category-list li:first-child{width:6.325rem;height:9.55rem;border-left:none}.goods-category .category-list li:first-child .img-box{height:100%;line-height:100%}.goods-category .category-list li:first-child .category-name{line-height:1rem;font-size:.55rem}.goods-category .category-list li:nth-child(4),.goods-category .category-list li:nth-child(5){border-top:1px solid #e0e0e0}.hot-brands{border-bottom:1px solid #e0e0e0;background:#fff}.hot-brands .floor-header{background:#f0f0f0;margin:0;padding:.725rem .75rem 0;border:0}.hot-brands .floor-header h2{border:1px solid #e0e0e0;background:#fff;border-bottom:0}.hot-brands a{display:block;text-decoration:none;height:100%}.hot-brands .brand{float:left;width:3.95rem;height:4.35rem;border-right:1px solid #e0e0e0;border-top:1px solid #e0e0e0;overflow:hidden}.hot-brands .brand .brand-logo{display:table-cell;width:3.95rem;height:3.2rem;line-height:3.2rem;text-align:center;font-size:0;vertical-align:middle}.hot-brands .brand .brand-logo img{max-width:100%;max-height:100%}.hot-brands .brand .brand-name{line-height:1.1rem;font-size:.45rem;color:#babac2;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}.hot-brands .brand:nth-child(5n){border-right:none}.hot-brands .more{float:left;width:7.925rem;height:4.35rem;border-top:1px solid #e0e0e0}.hot-brands .more a{display:block;width:100%;height:100%;background:url(../assets/img/more-brand.png) no-repeat;background-size:100% 100%}.brands-swiper{background:#fff;width:100%;height:4rem;padding-top:.5rem;border-top:1px solid #e0e0e0;overflow:hidden}.brands-swiper .brands-list{position:relative;height:4rem}.brands-swiper .brands-list li{float:left;padding-left:5%;width:21.875%;height:3.5rem}.brands-swiper .brands-list li a{position:relative;display:block;width:100%;height:100%;line-height:3.5rem;font-size:0}.brands-swiper .brands-list li img{display:inline-block;max-width:100%;max-height:100%;vertical-align:middle}.brands-swiper .brands-list li .brands-title{position:absolute;left:.2rem;right:.2rem;bottom:.2rem;height:.7rem;line-height:.7rem;text-align:center;font-size:.45rem;color:#444;background:hsla(0,0%,100%,.5);overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}.hot-category{margin:.75rem 0 0;border-bottom:1px solid #e0e0e0}.hot-category .category-banner{height:4.95rem}.hot-category .category-banner img{display:block;width:100%;height:4.95rem}.hot-category .category-list{background:#fff}.hot-category .category-list li{float:left;width:3.95rem;height:4.35rem;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;overflow:hidden}.hot-category .category-list li .img-box{width:100%;height:100%;line-height:3.85rem;text-align:center;overflow:hidden;font-size:0}.hot-category .category-list li .img-box img{vertical-align:middle;width:100%;height:100%;max-width:100%;max-height:100%}.hot-category .category-list li .category-title{line-height:.55rem;color:#aaa;font-size:.45rem;text-align:center}.home-header{height:2.25rem;line-height:2.25rem;background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141);position:relative}.home-header .iconfont{color:#fff}.home-header .nav-btn{position:absolute;left:0;top:0;bottom:0;z-index:2;padding:0 .8rem}.home-header .logo{display:block;margin:0 auto;width:5.2rem;height:2.175rem;background:url(../assets/img/yohologo02.png) no-repeat 50%;background-size:100%}.home-header .logo.animate{background:url(../assets/img/yohologo01.png) no-repeat 50%;background-size:100%}.home-header .search-btn{position:absolute;right:0;top:0;width:2.25rem;height:2.25rem;text-align:center}.home-header .search-btn a{display:block;color:#fff;font-size:20px;line-height:2.25rem}.home-header .iconfont.highlight{background:hsla(0,0%,78%,.4)}.girls-wrap .home-header{background:#ff88ae}.kids-wrap .home-header{background:#7ad9f9}.lifestyle-wrap .home-header{background:#4f4138}.kids-wrap .logo{font-style:italic;font-family:helvetica,Arial,榛戜綋;font-weight:700;color:#fff}#thumb-row{background-color:#f0f0f0;text-align:center;padding:.8rem 0 0}#thumb-row .thumb-row-box{display:inline-block;width:6.875rem;height:4rem;border-radius:4px;background-size:100%;background-repeat:no-repeat;background-position:50%;margin:0 .36rem}.notice-wrap .trend{position:relative;box-sizing:border-box;float:left;width:4.25rem;height:1.8rem;background-image:url(../assets/img/sprite.me.png);background-position:0 -4.525rem;background-size:8.05rem 6.575rem;background-color:#fff}.notice-wrap .trend:after{content:'';position:absolute;right:0;top:.4rem;width:1px;height:1rem;background:#eee}.notice-wrap .notice{box-sizing:border-box;float:left;padding:0 .75rem;background:#fff;width:11.75rem;height:1.8rem;overflow:hidden}.notice-wrap .notice .notice-item{display:block;width:100%;font-size:.6rem;line-height:1.8rem;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice-wrap .notice .notice-icon{display:inline-block;margin-right:.25rem;width:.7rem;height:.7rem;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -3.325rem;background-size:8.05rem 6.575rem;vertical-align:middle}.notice-wrap .notice span.notice-icon{background-repeat:no-repeat!important}.fresh-swiper{position:relative;overflow:hidden}.fresh-swiper ul li{float:left;width:100%}.fresh-swiper ul li a,.fresh-swiper ul li img{display:block;width:100%;height:100%}.fresh-swiper .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center}.fresh-swiper .swiper-pagination .pagination-inner{display:inline-block}.fresh-swiper .swiper-pagination .pagination-inner span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 .225rem;border-radius:50%}.fresh-swiper .swiper-pagination .pagination-inner span.swiper-active-switch{opacity:1}.fresh-list-swiper{overflow:hidden;padding-bottom:.375rem;background-color:#fff;height:11.75rem}.fresh-list-swiper ul{box-sizing:border-box}.fresh-list-swiper li{float:left;width:6rem;margin:.5rem .25rem 0;border:none}.fresh-list-swiper li .img-box{width:100%;height:8rem;overflow:hidden;text-align:center;position:relative}.fresh-list-swiper li .img-box img{width:100%;height:8rem;vertical-align:middle;border:none;outline:none}.fresh-list-swiper li .fresh-info .fresh-name a{display:block;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap;color:#444;line-height:1.2rem;font-size:.55rem}.fresh-list-swiper li .fresh-info .cur-price{color:#d62927;font-size:.55rem}.fresh-list-swiper li .fresh-info .old-price{margin:0 0 0 .25rem;color:#b0b0b0;text-decoration:line-through;font-size:.55rem}.fresh-list-swiper li .fresh-info .fresh-icon{background:#d62927;width:2.5rem;height:.825rem;display:block;margin:.2rem auto 0;color:#fff;text-align:center;border-radius:1rem;line-height:.825rem}.fresh-list-swiper li:first-child{margin-left:.5rem}.fresh-list-swiper li:last-child{margin-right:.5rem}.fresh-list{position:relative;padding:.375rem 0 0 .375rem}.coupon-area-page{max-width:16rem;overflow:hidden}.just-img{margin:0}.coupon-floor,.just-img{width:100%;float:left}.coupon-floor .floor-title{background-color:#fff;text-align:center;height:2.4rem;line-height:2.4rem;font-size:.75rem}.coupon-floor .floor-main{height:4.5rem;width:100%;background-size:100%;background-repeat:no-repeat;padding:.25rem .75rem;box-sizing:border-box;float:left}.coupon-floor .floor-main .main-left{float:left;width:11.675rem;height:4rem}.coupon-floor .floor-main .main-right-go,.coupon-floor .floor-main .main-right-receive,.coupon-floor .floor-main .main-right-use{float:right;width:2.825rem;height:4rem;position:relative}.coupon-floor .floor-main .main-right-go span,.coupon-floor .floor-main .main-right-receive span,.coupon-floor .floor-main .main-right-use span{background-repeat:no-repeat;background-size:contain}.coupon-floor .floor-main .main-right-go span.on-receive,.coupon-floor .floor-main .main-right-receive span.on-receive,.coupon-floor .floor-main .main-right-use span.on-receive{position:absolute;left:50%;top:1.25rem;margin-left:-.65rem;display:inline-block;width:1.3rem;height:1.35rem;background-image:url(../assets/img/coupon/click-txt.png)}.coupon-floor .floor-main .main-right-go span.received,.coupon-floor .floor-main .main-right-receive span.received,.coupon-floor .floor-main .main-right-use span.received{width:2.825rem;height:3.3rem;background-image:url(../assets/img/coupon/received.png);position:absolute;top:0;right:0}.coupon-floor .floor-main .main-right-go span.zero,.coupon-floor .floor-main .main-right-receive span.zero,.coupon-floor .floor-main .main-right-use span.zero{width:2.775rem;height:3.3rem;background-image:url(../assets/img/coupon/zero.png);position:absolute;top:0;right:0}.floor-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:none;z-index:6}.floor-message{position:fixed;top:50%;left:50%;width:13.75rem;height:6.25rem;margin-left:-6.875rem;margin-top:-3.125rem;z-index:7;background-color:hsla(0,0%,98%,.92);display:none;border-radius:.25rem}.floor-message .coupon-message-content{border-bottom:1px solid #c5c5c5;height:4rem;text-align:center;line-height:4rem;font-size:.7rem}.floor-message .coupon-message-op{height:2.25rem;text-align:center;line-height:2.25rem;font-size:.8rem;color:#df6270}.floor-tooltip{position:fixed;top:50%;left:50%;width:5.5rem;height:3.5rem;margin-left:-2.75rem;margin-top:-1.75rem;z-index:8;background-color:rgba(60,60,60,.7);display:none;border-radius:.2rem;color:#fff}.floor-tooltip .icon-box{height:2.1rem;line-height:2.1rem;text-align:center}.floor-tooltip .icon-msg{height:1.4rem;text-align:center}.mobile-container{width:100%;overflow:hidden}.mobile-wrap{position:relative;z-index:2;background:#f0f0f0;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.mobile-wrap.menu-open{-webkit-transform:translateX(13.5rem);transform:translateX(13.5rem)}.overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:#000;z-index:4;-webkit-transition:opacity 1s;transition:opacity 1s}.overlay.show{display:block;opacity:.3}.brand-page .re-pos-search{top:4.25rem!important}.brand-page .hide-when-loading{display:none}.brand-page .genderNav{display:block;width:100%;height:2rem;line-height:2rem;overflow:hidden;color:#aeaeae;z-index:3;position:fixed;top:2.25rem;border-bottom:1px solid #e1e1e1;background-color:#fff}.brand-page .genderNav ul{width:100%;height:90%;overflow:hidden}.brand-page .genderNav ul li{width:25%;height:100%;overflow:hidden;float:left;text-align:center;position:relative;font-size:.7rem}.brand-page .genderNav ul li i{width:100%;height:40%;overflow:hidden;display:block}.brand-page .genderNav ul li span:not(.split-border){width:100%;height:auto;overflow:hidden;display:block}.brand-page .genderNav ul li .split-border{display:inline-block;width:.05rem;height:1rem;background-color:#e1e1e1;position:absolute;top:30%;right:0}.brand-page .genderNav ul li:last-child .split-border{display:none}.brand-page .genderNav ul li.active{color:#444}.brand-page .newbrand-search{width:93.75%;height:1.5rem;padding:.35rem 3.125%;background-color:#f8f8f8;left:0;top:2.25rem;position:fixed;z-index:2}.brand-page .newbrand-search .search-box{position:relative;width:12.5rem;height:1.5rem;background-color:#fff;border-radius:.75rem;padding:0 .8rem 0 1.3rem}.brand-page .newbrand-search .search-box a{width:100%;height:1.5rem;border:0;display:block}.brand-page .newbrand-search .search-box a span{line-height:1.5rem;color:#bdbdbd;font-size:1.2em;padding-left:.45rem}.brand-page .newbrand-search .search-box .search-icon{position:absolute;font-size:.6rem;top:0;left:.6rem;line-height:1.5rem;color:#bdbdbd}.brand-page .newbrand-search .search-box .search-input{border:none;width:95%;height:1.5rem;font-size:1.2em;padding:0 .25rem}.brand-page .newbrand-search .search-box .search-action{display:none;position:absolute;top:0;right:-1.85rem;font-size:.8rem;line-height:1.5rem;color:#666}.brand-page .newbrand-search .search-box .cancel-btn{display:inline;font-size:.7rem;vertical-align:middle;color:#666}.brand-page .newbrand-search .search-box .clear-text{margin-right:.5rem}.brand-page .banner-top{padding-top:6.45rem;background-color:#f8f8f8}.brand-page .hot-brands{padding-top:4.45rem}.brand-page .hot-brands .floor-header{padding:0}.brand-page .hot-brands .brands-swiper{border-top:0}.brand-page .hot-brand{margin:.75rem 0 0}.brand-page .hot-brand .hot-brand-list{background:#fff}.brand-page .hot-brand .hot-brand-list li{float:left;width:3.95rem;height:3.95rem}.brand-page .hot-brand .hot-brand-list li .img-box{display:table-cell;vertical-align:middle;text-align:center;width:3.95rem;height:3.95rem}.brand-page .hot-brand .hot-brand-list li img{max-width:3.5rem;max-height:3.5rem}.brand-page .brand-list{width:100%}.brand-page .brand-list .title-bar{width:100%;background:#eee;color:#999;position:relative}.brand-page .brand-list .title-bar h2{padding:0 .5rem;height:1.25rem;line-height:1.25rem;font-size:.85rem;border-top:1px solid #e6e6e6;background-color:#f4f4f4}.brand-page .brand-list p{cursor:pointer;padding:0 .5rem}.brand-page .brand-list p a{display:block;height:1.9rem;line-height:1.9rem;font-size:.7rem;border-bottom:1px solid #f3f3f3;border-top:1px solid #f9f9f9}.brand-page .brand-list p a i{display:inline-block;margin-top:-.1rem;width:2.7rem;height:1.05rem;text-align:center;vertical-align:middle;font-size:.7rem;line-height:1.1rem;color:#fff;border-radius:1.25rem;-webkit-transform:scale(.8);transform:scale(.8)}.brand-page .brand-list p a .icon-hot{background:red}.brand-page .brand-list p a .icon-new{background:#86c048}.brand-page .right-bar{width:1.5rem;height:75%;top:20%;overflow:auto;position:fixed;right:.05rem;border-radius:.3rem;background:rgba(0,0,0,.8);z-index:2;display:none}.brand-page .right-bar b{height:.9rem;line-height:.9rem;text-align:center;display:block;color:#999;font-weight:700}.brand-page .right-bar::-webkit-scrollbar{display:none}.brand-page .con{padding-top:.25rem}.brand-page .search-result{padding-top:4.4rem}.category-page{font-size:.75rem}.category-page .search-input{position:relative;background-color:#f8f8f8;padding:.325rem .5rem}.category-page .search-input p{box-sizing:border-box;width:100%;height:1.5rem;line-height:1.5rem;border:none;padding-left:1.65rem;border-radius:1.5rem;font-size:.65rem;background:#fff;color:#999}.category-page .search-icon{position:absolute;top:0;bottom:0;left:1.075rem;line-height:2.15rem;color:#999}.category-page .category-nav{height:1.75rem;border-bottom:1px solid #e6e6e6}.category-page .category-nav li{display:block;box-sizing:border-box;float:left;height:100%;padding:.5rem 0;width:25%;text-align:center;color:#999}.category-page .category-nav li:last-child{border-right:none}.category-page .category-nav li.focus{color:#000}.category-page .category-nav li.bytouch{background:#eee}.category-page .category-nav span{display:block;width:100%;height:.75rem;line-height:.75rem;font-size:.75rem;border-right:1px solid #e6e6e6}.category-page .category-nav li:last-child span{border-right:0}.category-page .content{background:#f8f8f8}.category-page .content.hide{display:none}.category-page .primary-level{float:left;box-sizing:border-box;width:45%}.category-page .primary-level>li{height:2.225rem;line-height:2.225rem;padding-left:.8rem}.category-page .primary-level>li.focus{background-color:#fff}.category-page .primary-level>li.highlight{background-color:#eee}.category-page .sub-level-container{float:left;box-sizing:border-box;background:#fff;width:55%;height:100%}.category-page .sub-level{width:100%}.category-page .sub-level>li{box-sizing:border-box;height:2.225rem;line-height:2.225rem;border-bottom:1px solid #e6e6e6;padding-left:.5rem}.category-page .sub-level>li.highlight{background:#eee}.category-page .sub-level>li:last-child{border-bottom:none}.category-page .sub-level a{display:block;height:100%;width:100%;color:#000}.category-page .sub-level.hide{display:none}.my-page{background:#f0f0f0}.my-page,.my-page a{color:#444}.my-page .user-info{display:block;position:relative;padding:0 .75rem;color:#fff;font-size:.85rem;line-height:4.2rem;height:4.2rem;background:url(../assets/img/me/index/header-bg.jpg);background-size:cover}.my-page .user-info .user-avatar{float:left;position:relative;top:.4rem;width:3.15rem;height:3.15rem;border-radius:50%;border:.15rem solid #a7a8a9;background-image:url(../assets/img/me/index/user-avatar.png);background-size:100%}.my-page .user-info .username{float:left;padding:0 .4rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:7.25rem}.my-page .user-info .vip-icon{display:inline-block;width:1.8rem;height:.8rem;vertical-align:middle}.my-page .user-info .vip-3{background-position:0 -5.775rem}.my-page .user-info .vip-2,.my-page .user-info .vip-3{background-image:url(../assets/img/sprite.me.png);background-size:8.05rem 6.575rem}.my-page .user-info .vip-2{background-position:-2.05rem -5.775rem}.my-page .user-info .vip-1{background-image:url(../assets/img/sprite.me.png);background-position:-4.1rem -5.775rem;background-size:8.05rem 6.575rem}.my-page .user-info .more-icon{position:absolute;top:1rem;right:.75rem;width:2.2rem;height:2.2rem;line-height:2.2rem;text-align:center}.my-page .user-info .more-icon.highlight{background:hsla(0,0%,78%,.1)!important}.my-page .login-btn{display:block;position:absolute;top:1rem;left:4.85rem;width:6.1rem;height:2.05rem;line-height:2.05rem;color:#fff;border:.1rem solid #fff;text-align:center}.my-page .my-link{padding:.15rem 0;text-align:center;background:rgba(0,0,0,.8);height:1.9rem}.my-page .my-link .link-item{position:relative;float:left;color:#fff;font-size:.7rem;width:5.3rem}.my-page .my-link .link-item p{font-size:.6rem}.my-page .my-link .link-item.highlight{background:hsla(0,0%,78%,.1)!important}.my-page .my-link .link-item:after{content:'';position:absolute;right:0;top:.6rem;width:0;height:1.1rem;border-right:1px solid #fff}.my-page .my-link .link-item:last-of-type:after{content:none}.my-page .my-link.no-login{padding:0;height:2.2rem}.my-page .my-link.no-login .link-item p{font-size:.8rem;line-height:2.2rem}.my-page .notice{margin-bottom:.75rem;padding:0 .75rem;background:#fff;height:1.8rem;overflow:hidden}.my-page .notice .notice-item{display:block;width:100%;font-size:.6rem;line-height:1.8rem;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-page .notice .notice-icon{display:inline-block;margin-right:.25rem;width:.7rem;height:.7rem;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -3.325rem;background-size:8.05rem 6.575rem;vertical-align:middle}.my-page .my-order{margin-bottom:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.my-page .my-order .order-title{display:block;padding:0 .75rem;font-size:16px;line-height:2.2rem}.my-page .my-order .order-title span{color:#e0e0e0;float:right}.my-page .my-order .order-title.highlight{background:#eee}.my-page .my-order .order-type{padding:.5rem .75rem;text-align:center;border-top:1px solid #e0e0e0}.my-page .my-order .order-type .type-item{position:relative;float:left;color:#444;font-size:.35rem;line-height:1.5;width:4.825rem}.my-page .my-order .order-type .type-item .num{position:absolute;top:-.6rem;right:.9rem;width:1.8rem;height:1.8rem;font-size:1rem;line-height:1.8rem;color:#fff;background:#f03d35;text-align:center;border-radius:50%;-webkit-transform:scale(.5);transform:scale(.5)}.my-page .my-order .order-type .type-item.highlight{background:#eee}.my-page .my-order .order-type .iconfont{font-size:1rem}.my-page .group-list{margin-bottom:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.my-page .group-list .list-item{display:block;position:relative;padding:0 .75rem;font-size:16px;line-height:2.2rem}.my-page .group-list .list-item .opinion{width:1.3rem;height:1.3rem;overflow:hidden;display:inline-block;background-image:url(../assets/img/sprite.me.png);background-position:-4.95rem -2.05rem;background-size:8.05rem 6.575rem;position:relative;top:.36rem;margin-right:.3rem}.my-page .group-list .list-item.highlight{background:#eee}.my-page .group-list .list-item:after{content:'';position:absolute;right:0;bottom:0;width:13.5rem;height:0;border-top:1px solid #e0e0e0}.my-page .group-list .list-item:last-child:after{content:none}.my-page .group-list .icon{margin-right:.25rem;font-size:1.25rem;vertical-align:top}.my-page .group-list .num{color:#e0e0e0;float:right}.vip-grade-page{background:#f0f0f0;padding-bottom:.75rem}.vip-grade-page .block{padding:0 .75rem;margin-bottom:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.vip-grade-page .basic-info{padding-top:.75rem;padding-bottom:.625rem}.vip-grade-page .basic-info p{width:100%;height:auto;overflow:hidden;display:block}.vip-grade-page .basic-info span{overflow:hidden}.vip-grade-page .basic-info .user-name{float:left;max-width:6rem;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;margin-right:.5rem}.vip-grade-page .basic-info .vip-icon{float:left;width:1.8rem;height:.8rem;line-height:.9rem}.vip-grade-page .basic-info .vip-3{background-position:0 -5.775rem}.vip-grade-page .basic-info .vip-2,.vip-grade-page .basic-info .vip-3{background-image:url(../assets/img/sprite.me.png);background-size:8.05rem 6.575rem}.vip-grade-page .basic-info .vip-2{background-position:-2.05rem -5.775rem}.vip-grade-page .basic-info .vip-1{background-image:url(../assets/img/sprite.me.png);background-position:-4.1rem -5.775rem;background-size:8.05rem 6.575rem}.vip-grade-page .basic-info .grade-desc{margin-top:.5rem;font-size:.55rem;color:#b0b0b0}.vip-grade-page .basic-info .sum-cost{font-size:.55rem}.vip-grade-page .basic-info .sum-cost>span{font-style:italic;font-size:.7rem;color:#d1021c}.vip-grade-page .basic-info .progresser{position:relative;width:100%;height:.5rem;padding:.5rem 0}.vip-grade-page .basic-info .outer{height:.5rem;background:#e6e6e6;border-radius:.25rem}.vip-grade-page .basic-info .inner{position:absolute;top:.5rem;height:.5rem;background:#d1021c;border-radius:.25rem}.vip-grade-page .basic-info .beacon{position:absolute;margin-top:.125rem;font-style:italic}.vip-grade-page .basic-info .beacon-max{right:0}.vip-grade-page .basic-info .cost-limit{position:absolute;top:-.125rem;right:0;color:#b0b0b0}.vip-grade-page .basic-info .cost-gap{color:#000;margin:0 .2rem}.vip-grade-page .basic-info .sub-desc{display:block}.vip-grade-page .cost{padding:0 0 0 .75rem}.vip-grade-page .cost li{height:2.25rem;line-height:2.25rem;font-size:.75rem;padding-right:0}.vip-grade-page .cost li>span{float:right;padding:0 .75rem 0 0}.vip-grade-page .cost li:first-child{border-bottom:1px solid #e0e0e0}.vip-grade-page .privilege{padding-right:0;padding-bottom:1rem}.vip-grade-page .privilege .title{height:2.25rem;line-height:2.25rem;font-size:.75rem;border-bottom:1px solid #e0e0e0}.vip-grade-page .all-privilege{display:block;height:2.25rem;line-height:2.25rem;font-size:.75rem;margin-bottom:0}.vip-grade-page .all-privilege .iconfont{float:right;color:#e0e0e0}.vip-privilege-page{padding:0 .5rem}.privilege-list{background:#fff}.privilege-list .icon{float:left;display:block;width:1.75rem;height:1.75rem}.privilege-list li{height:1.75rem;padding:.625rem 0}.privilege-list P{font-size:.7rem;margin-left:2.5rem}.privilege-list span{display:block;color:#b0b0b0;font-size:.55rem}.order-page{background:#f0f0f0}.order-page .order{position:relative;display:block;background:#fff;margin:.75rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.order-page .order .footer,.order-page .order .header{height:2.25rem;line-height:2.25rem;font-size:.75rem;padding:0 .75rem}.order-page .order .header{border-bottom:1px solid #e0e0e0}.order-page .order .order-status{float:right}.order-page .order .footer{text-align:right;border-top:1px solid #e0e0e0}.order-page .order .sum-cost{color:#e01;margin-left:.125rem}.order-page .order .order-opt{padding:.75rem 0;padding-right:.75rem;border-top:1px solid #e0e0e0;text-align:right}.order-page .order .order-opt .btn{display:inline-block;box-sizing:border-box;height:1.5rem;line-height:1.5rem;width:3.5rem;font-size:.6rem;text-align:center;border:1px solid #000;border-radius:5px}.order-page .order .order-opt .pay{background:#d0021b;color:#fff;border:none;margin-left:.5rem}.order-page .order:last-child{margin-bottom:0}.order-page .no-order{position:absolute;background:#fff;text-align:center;top:50%;margin-top:-5.5rem;width:100%}.order-page .no-order .icon{width:3.825rem;height:4.9rem;background:url(../assets/img/me/no-order.png) no-repeat;background-size:100%;margin:0 auto}.order-page .no-order span{display:block;color:#b0b0b0;font-size:.6rem;margin:.75rem 0 2rem}.order-page .no-order .walk-way{display:block;height:2rem;line-height:2rem;width:70%;margin:0 auto;text-align:center;font-size:.75rem;color:#fff;background:#444;border-radius:5px}.order-nav{border-bottom:1px solid #e0e0e0;background:#fff}.order-nav a{display:block;height:100%;width:100%;color:#b0b0b0}.order-nav>li{float:left;height:2.25rem;width:25%;line-height:2.25rem;color:#b0b0b0;font-size:.65rem;text-align:center}.order-nav>li.active a{color:#000}.order-good{position:relative;padding:.5rem 0;margin-left:.85rem;height:4rem;border-bottom:1px solid #e0e0e0;font-size:.65rem}.order-good .thumb-wrap{position:relative;float:left;width:3rem;height:4rem}.order-good .thumb{width:100%;height:100%}.order-good .tag{position:absolute;bottom:0;left:0;right:0;color:#fff;text-align:center;font-size:.3rem}.order-good .tag:before{display:block;line-height:1;-webkit-transform:scale(.833);transform:scale(.833)}.order-good .gift-tag{height:.625rem;background:#a1ce4e}.order-good .gift-tag:before{content:'赠品'}.order-good .advance-buy-tag{height:.625rem;background:#eb76aa}.order-good .advance-buy-tag:before{content:'加价购'}.order-good .deps{margin-left:3.375rem}.order-good .name{font-size:.7rem;max-width:70%;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-good .row:nth-child(2){height:1.125rem;line-height:1.125rem}.order-good .row:nth-child(2)>span{margin-right:.375rem}.order-good .color,.order-good .size{color:#b6b6b6}.order-good .price-wrap{position:absolute;top:.5rem;right:.75rem;text-align:right}.order-good .price{color:#e01}.order-good .count{display:block;color:#999;text-align:right;line-height:1.125rem}.order-good .appear-date{color:red}.order-good:last-child{border-bottom:none}.order-detail-page{background:#f0f0f0}.order-detail-page .block{position:relative;background:#fff;padding:.5rem .75rem}.order-detail-page .block .iconfont{position:absolute;left:.75rem;top:50%;font-size:1rem;margin-top:-.75rem}.order-detail-page .sub{position:relative}.order-detail-page .sub .iconfont{left:0}.order-detail-page .logistics{display:block}.order-detail-page .logistics .icon-right{right:.625rem;left:auto;color:#b0b0b0}.order-detail-page .logistics .sub-content{border-top:1px solid #e0e0e0;margin-top:.5rem;padding-top:.5rem}.order-detail-page .owner-info{border-bottom:1px solid #e0e0e0;line-height:1.5}.order-detail-page .beside-icon{margin-left:1.5rem}.order-detail-page .name-phone{font-size:.75rem}.order-detail-page .name-phone span{float:right}.order-detail-page .address{font-size:.6rem;margin-top:.25rem}.order-detail-page .order-status{margin:.5rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding-right:0}.order-detail-page .sub-content span{display:block;color:#b0b0b0;font-size:.6rem}.order-detail-page .sub-content .sub-title{display:block;color:#000;font-size:.65rem}.order-detail-page .goods{padding:0;margin-top:.5rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.order-detail-page .cost li{font-size:.7rem}.order-detail-page .cost li span{float:right}.order-detail-page .cost li:last-child span{color:red}.order-detail-page .opt{text-align:right;border-top:1px solid #e0e0e0}.order-detail-page .btn{display:inline-block;box-sizing:border-box;width:3.5rem;height:1.5rem;line-height:1.5rem;border-radius:5px;font-size:.65rem;text-align:center;border:1px solid #000}.order-detail-page .btn-pay{color:#fff;border:none;background:#d0021b;margin-left:.25rem}.my-coupon-page .employ{width:100%;height:2.25rem;border-bottom:1px solid #e0e0e0;position:relative}.my-coupon-page .employ span{width:49%;height:1.2rem;line-height:1.2rem;overflow:hidden;border-right:2px solid #e0e0e0;margin:.525rem 0;float:left;text-align:center;font-size:.8rem;color:#b0b0b0}.my-coupon-page .employ span:last-of-type{border:none}.my-coupon-page .employ span.active{color:#444}.my-coupon-page .coupon-list{width:100%;height:auto;overflow:hidden}.my-coupon-page .coupon-list .employ-main{display:block;width:90.625%;height:4.5rem;overflow:hidden;margin:.75rem auto;background-image:url(../assets/img/me/employ/employ.jpg);background-position:top;background-repeat:no-repeat;background-size:100% 100%;color:#fff;position:relative}.my-coupon-page .coupon-list .employ-main span{width:34.482759%;height:100%;float:left;text-align:center;line-height:4.5rem;font-size:2.5rem}.my-coupon-page .coupon-list .employ-main p{width:59.517241%;height:auto;margin:0 3% .3rem;float:left}.my-coupon-page .coupon-list .employ-main p:first-of-type{margin-top:.75rem;font-size:.8rem;height:auto;min-height:2.05rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-coupon-page .coupon-list .employ-main i{width:100%;height:100%;overflow:hidden;display:block;position:absolute;top:0;left:0;background:url(../assets/img/me/employ/employsy.png) 100% 0 no-repeat;background-size:auto 100%}.my-coupon-page .coupon-list .employ-main.focus{background-image:url(../assets/img/me/employ/employ-red.jpg)}.my-coupon-page .coupon-list .null{width:100%;height:auto;overflow:hidden;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.my-coupon-page .coupon-list .null i{width:100%;height:3rem;overflow:hidden;display:block;background:url(../assets/img/me/employ/not.png) top no-repeat;background-size:auto 100%}.my-coupon-page .coupon-list .null p{width:100%;height:auto;overflow:hidden;padding:.5rem 0 0;font-size:.8rem;text-align:center;color:#444}.my-coupon-page .coupon-list .null a{width:73.75%;height:2rem;overflow:hidden;font-size:.9rem;line-height:2rem;display:block;background:#444;color:#fff;text-align:center;margin:1.5rem auto 0;border-radius:.2rem}.my-coupon-page .none{display:none}.personal-details{width:100%;height:auto;overflow:hidden;margin-top:.5rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.personal-details ul{width:95%;height:auto;overflow:hidden;float:right}.personal-details ul li{height:2rem;border-bottom:1px solid #e0e0e0}.personal-details ul li .user-avatar{width:100%;height:100%;background-image:url(../assets/img/me/index/user-avatar.png);background-size:100%}.personal-details ul li>span{width:42%;height:100%;line-height:2rem;font-size:.8rem;margin-right:8%;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.personal-details ul li>span .head-portrait{width:2.25rem;height:2.25rem;overflow:hidden;float:right;border-radius:50%;border:1px solid #eee}.personal-details ul li>span .grade{width:100%;height:100%;overflow:hidden;display:block;position:relative}.personal-details ul li>span .grade i{width:1.8rem;height:.8rem;overflow:hidden;display:block;position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.personal-details ul li>span .grade span{color:#b0b0b0}.personal-details ul li>span .vip-3{background-position:0 -5.775rem}.personal-details ul li>span .vip-2,.personal-details ul li>span .vip-3{background-image:url(../assets/img/sprite.me.png);background-size:8.05rem 6.575rem}.personal-details ul li>span .vip-2{background-position:-2.05rem -5.775rem}.personal-details ul li>span .vip-1{background-image:url(../assets/img/sprite.me.png);background-position:-4.1rem -5.775rem;background-size:8.05rem 6.575rem}.personal-details ul li>span:first-of-type{color:#444}.personal-details ul li>span:last-of-type{color:#b0b0b0;text-align:right}.personal-details ul li:first-of-type{height:2.5rem;line-height:2.5rem}.personal-details ul li:last-of-type{border-bottom:none}.yoho-coin-page .coin-num{font-size:1.4em;text-align:center}.yoho-coin-page .coin-num em{font-size:4em;color:red}.yoho-coin-page .coin-num span{width:100%;height:auto;overflow:hidden;display:block;color:#b0b0b0;margin-top:-.6rem}.yoho-coin-page .check{width:100%;height:auto;overflow:hidden;text-align:center;margin-top:.6rem;padding-bottom:1rem;border-bottom:1px solid #b0b0b0}.yoho-coin-page .check a{line-height:1.2rem;border:1px solid #444;width:30%;height:100%;font-size:1.2em;display:inline-block;border-radius:.6rem}.yoho-coin-page section p{line-height:1.5em}.yoho-coin-page .title{font-size:.4rem;line-height:.5rem;font-weight:700}.yoho-coin-page .sub-title{display:block;font-size:.35rem;line-height:.7rem;font-weight:700}.yoho-coin-page .path{color:#f60}.yoho-coin-page .remark{color:#666}.yoho-coin-page .remark span{color:#9c3}.yoho-favorite-page{width:100%;height:auto}.yoho-favorite-page .fav-tab{width:100%;height:2.2rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0;color:#b0b0b0;font-size:.65rem}.yoho-favorite-page .fav-tab li{width:50%;height:100%;float:left;text-align:center}.yoho-favorite-page .fav-tab li.active{color:#444}.yoho-favorite-page .fav-tab li:nth-last-of-type(1){float:right;position:relative}.yoho-favorite-page .fav-tab li:nth-last-of-type(1):after{content:'';display:block;width:1px;height:1.1rem;position:absolute;left:0;top:.55rem;background:#b0b0b0}.yoho-favorite-page .fav-content .fav-type{display:none}.yoho-favorite-page .fav-content .show{display:block}.yoho-favorite-page .fav-content .fav-null{font-size:.55rem;color:#444;display:block;margin-top:2.5rem;text-align:center}.yoho-favorite-page .fav-content .fav-null:before{content:'';display:block;width:4.7rem;height:4.275rem;background:url(../assets/img/me/fav/fav-null.png);background-size:100% 100%;margin:0 auto 1.125rem}.yoho-favorite-page .fav-content .go-shopping{width:11.8rem;height:2.2rem;line-height:2.2rem;margin:2rem auto 0;background:#444;text-align:center;color:#fff;display:block;font-size:.65rem}.yoho-favorite-page .fav-content .fav-product-list{list-style:none;margin-left:.75rem}.yoho-favorite-page .fav-content .fav-product-list li{height:auto;overflow:hidden;margin-top:.5rem}.yoho-favorite-page .fav-content .fav-product-list .fav-img-box{width:2.25rem;height:3rem;float:left;margin-right:.6rem}.yoho-favorite-page .fav-content .fav-product-list .fav-img-box img{display:block;overflow:hidden;width:100%;height:100%}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list{color:#444;font-size:.6rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem;height:3rem;overflow:hidden;position:relative}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list h2{width:10.75rem;text-overflow:ellipsis}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .fav-price .new-price{color:#d1021c}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .fav-price .price-underline{text-decoration:line-through;margin-left:.375rem;color:#b0b0b0}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price{position:absolute;bottom:.5rem;left:0;width:100%;min-height:.6rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price span{color:#d1021c}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price span.sell-out{padding:.125rem .45rem;color:#fffefe;border-radius:.5rem;background:#7f7f7f;font-size:.55rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price span.del-fav{width:2rem;height:1.5rem;line-height:1.5rem;position:absolute;top:50%;margin-top:-.75rem;right:0;color:#999;padding-right:.75rem;text-align:right}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number{text-indent:1.05rem;color:#b0b0b0;padding-top:.075rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number span{margin-left:.375rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number .del-fav{text-indent:0;margin-left:0}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number:before{content:'';display:block;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -1.3rem;background-size:8.05rem 6.575rem;width:.8rem;height:.8rem;position:absolute;top:50%;left:0;margin-top:-.4rem}.yoho-favorite-page .fav-content .fav-brand-swiper{border-top:1px solid #e0e0e0;border-bottom:.7rem solid #f0f0f0;position:relative}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header{height:2.5rem;padding:.5rem .75rem;display:inline-block;position:relative;width:100%;box-sizing:border-box}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .swiper-logo{height:100%;display:inline-block;float:left;margin-right:1.125rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .swiper-logo>img{max-height:100%;vertical-align:middle}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info{float:left}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-name{font-size:.7rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-name b{color:#b0b0b0;font-weight:400}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update{font-size:.55rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update b{color:#b0b0b0;font-weight:400}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update .brand-new{color:#86bf4a;margin-right:.6rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update .brand-discount{color:#d1021c}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .fav-more{width:2.5rem;height:2.5rem;position:absolute;top:0;right:0}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .fav-more:after{background-image:url(../assets/img/sprite.me.png);background-position:-7rem -2.35rem;background-size:8.05rem 6.575rem;width:.45rem;height:.725rem;position:absolute;top:50%;right:.75rem;margin-top:-.375rem;content:''}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container{height:9.125rem;margin:0 .75rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide{width:5.625rem;height:100%;float:left;padding-right:.75rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide img{display:block;width:100%;height:7.5rem;overflow:hidden}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide .brand-product{height:1.625rem;line-height:1.625rem;text-align:center;font-size:.55rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide .brand-product .price-discount span{color:#d1021c}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide .brand-product .price-discount b{color:#b0b0b0;text-decoration:line-through;font-weight:400;margin-left:.325rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide:nth-last-of-type(1){padding-right:0}.yoho-favorite-page .fav-content .fav-brand-swiper:nth-of-type(1){border-top:0}.yoho-favorite-page .fav-content .fav-brand-swiper:after{content:'';position:absolute;left:0;bottom:-.05rem;border-top:1px solid #e0e0e0;display:block;width:100%;height:1px}.yoho-favorite-page .fav-brand-load-more,.yoho-favorite-page .fav-load-more{width:100%;height:2rem;line-height:2rem;text-align:center;color:#444}.yoho-favorite-page .fav-brand-load-more.load-background,.yoho-favorite-page .fav-content-loading,.yoho-favorite-page .fav-load-more.load-background{background:url(../assets/img/loading.gif) 50% no-repeat;background-size:auto 40%}.yoho-favorite-page .fav-content-loading{width:100%;height:2rem;position:absolute;top:50%;left:0;margin-top:-1rem}.yoho-suggest-page{width:100%;height:auto}.yoho-suggest-page .suggest-header{text-align:center;color:#fff;font-size:.65rem;line-height:1.15rem;overflow:hidden;padding-bottom:.5rem;background-image:-webkit-linear-gradient(#383838,#505050);background-image:linear-gradient(#383838,#505050)}.yoho-suggest-page .suggest-header:before{content:'';display:block;background-image:url(../assets/img/sprite.me.png);background-position:-3.25rem -4.525rem;background-size:8.05rem 6.575rem;width:2.6rem;height:.875rem;margin:.25rem auto .375rem}.yoho-suggest-page .suggest-content{border-top:1px solid #e0e0e0}.yoho-suggest-page .suggest-content .suggest-item{width:100%;color:#444;border-top:1px solid #e0e0e0;border-bottom:.75rem solid #f0f0f0;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-item-img{width:100%;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-item-img>img{margin:0 auto;display:block;max-width:100%}.yoho-suggest-page .suggest-content .suggest-item>h2{font-size:.95rem;margin:.75rem 0 .775rem;padding:0 .875rem}.yoho-suggest-page .suggest-content .suggest-item>p{font-size:.65rem;line-height:1.2rem;padding:0 .875rem}.yoho-suggest-page .suggest-content .suggest-item .suggest-type{margin-top:.725rem - .275rem;height:2.2rem;line-height:2.2rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#b0b0b0;font-size:.65rem;display:none;text-align:center}.yoho-suggest-page .suggest-content .suggest-item .suggest-type>.active{color:#444}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div{width:50%;height:100%;float:left;text-align:left;padding-left:3.2rem;box-sizing:border-box}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div:nth-last-of-type(1){padding-left:0;padding-right:3.2rem;text-align:right;float:right}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div:nth-last-of-type(1)>span{display:inline-block;height:100%;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div:nth-last-of-type(1)>span:nth-of-type(1){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.show{display:block}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-bad>div>span{display:inline-block;height:100%;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-bad>div>span:nth-of-type(1){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.yoho-suggest-page .create-new-suggest{display:block;width:100%;height:2.2rem;line-height:2.2rem;text-align:center;font-size:.75rem;border-top:.75rem solid #f0f0f0;border-bottom:.75rem solid #f0f0f0;position:relative}.yoho-suggest-page .create-new-suggest .list-item{padding:0 .875rem}.yoho-suggest-page .create-new-suggest .new-right{float:right;margin-left:1rem;color:#e0e0e0}.yoho-suggest-page .create-new-suggest a{color:#444;display:inline-block}.yoho-suggest-sub-page{width:100%;background:#f0f0f0}.yoho-suggest-sub-page .suggest-sub-form{background:#fff;width:100%}.yoho-suggest-sub-page .suggest-sub-form #suggest-textarea{box-sizing:border-box;width:100%;max-width:100%;min-width:100%;height:6.375rem;max-height:6.375rem;min-height:6.375rem;padding:.75rem;font-size:.65rem;line-height:1.2rem;color:#000;display:block;background:#fff;border:none;outline:none;resize:none}.yoho-suggest-sub-page .suggest-sub-form .img-form{padding:0 .75rem;padding-top:1rem;overflow:hidden}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list{float:left}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list>li{display:block;width:3.25rem;height:3.25rem;float:left;margin-right:.75rem;background:url(../assets/img/loading.gif) 50% no-repeat;background-size:50%;position:relative}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list>li>img{display:block;width:100%;height:100%;overflow:hidden}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list>li>span{display:block;background-image:url(../assets/img/sprite.me.png);background-position:-7rem 0;background-size:8.05rem 6.575rem;width:1.05rem;height:1.05rem;position:absolute;top:-.525rem;right:-.525rem}.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add{display:block;width:3.25rem;height:3.25rem;border:1px dashed #e0e0e0;position:relative;text-indent:-25rem;float:left}.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add,.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add input[type=file]{position:absolute;opacity:.2;border:none;outline:none;display:block;width:3.25rem;height:3.25rem;top:0;left:0}.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add:after{content:'';display:block;background-image:url(../assets/img/sprite.me.png);background-position:-4.95rem 0;background-size:8.05rem 6.575rem;width:1.8rem;height:1.8rem;position:absolute;top:50%;left:50%;margin-top:-.9rem;margin-left:-.9rem}.dialog-wrapper{background:rgba(0,0,0,.5);position:fixed;top:0;right:0;bottom:0;left:0;display:none}.dialog-wrapper .dialog-box{width:13.5rem;border-radius:.5rem;background:rgba(255,255,255,.8);position:absolute;left:50%;margin-left:-6.75rem;font-size:.75rem;text-align:center;color:#000}.dialog-wrapper .dialog-content{padding:1.5rem .75rem}.dialog-wrapper .dialog-footer{border-top:1px solid #ccc;height:2.2rem;line-height:2.2rem}.dialog-wrapper .dialog-footer>span{display:block;width:50%;height:100%;float:left;box-sizing:border-box}.dialog-wrapper .dialog-footer>span:nth-last-of-type(1){border-left:1px solid #ccc;color:#e01}.dialog-wrapper .dialog-footer>span:active{background-color:#ccc}.my-address-page{width:100%;background:#f0f0f0}.my-address-page .address-item{display:block;padding:.5rem .75rem;color:#b0b0b0;background:#fff;border-bottom:1px solid #e0e0e0}.my-address-page .address-item .name,.my-address-page .address-item .tel{font-size:.75rem;line-height:1.4rem;color:#444;font-weight:700}.my-address-page .address-item .name{display:inline-block;max-width:9.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-address-page .address-item .tel{float:right}.my-address-page .address-item .address-info{font-size:.6rem;line-height:.95rem}.my-address-page .address-item .action{font-size:.8rem;line-height:1.5rem;text-align:right}.my-address-page .address-item .action .del,.my-address-page .address-item .action .edit{display:inline-block;text-align:center;width:1.5rem;height:1.5rem;color:#999}.my-address-page .address-item .action .del:hover,.my-address-page .address-item .action .edit:hover{color:#666}.my-address-page .address-item .action .edit{margin-right:.5rem}.my-address-page .add-address{display:block;margin-top:.75rem;margin-bottom:.75rem;font-size:.8rem;line-height:2.2rem;color:#444;background:#fff;text-align:center;font-weight:700;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.my-address-page .confim-mask{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);z-index:5}.my-address-page .confim-box{position:absolute;left:50%;top:50%;margin-left:-6.75rem;margin-top:-3.6rem;width:13.5rem;text-align:center;color:#444;background:#fff;font-size:.8rem;font-weight:700;border-radius:.25rem}.my-address-page .confim-box .content{line-height:5rem}.my-address-page .confim-box .action{line-height:2.2rem;border-top:1px solid #e0e0e0}.my-address-page .confim-box .action span{display:inline-block;width:6.5rem}.my-address-page .confim-box .action span:first-child{border-right:1px solid #e0e0e0}.my-address-page .confim-box .confim{color:#d0021b}.my-edit-address-page{width:100%;color:#d0d0d0;background:#f0f0f0}.my-edit-address-page .edit-address{padding:0 .75rem;background:#fff;font-size:.75rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0}.my-edit-address-page .edit-address label{display:block;position:relative}.my-edit-address-page .edit-address label .iconfont{position:absolute;right:0;top:0}.my-edit-address-page .edit-address label:after{content:"";position:absolute;right:-.75rem;bottom:0;width:15.25rem;height:0;border-top:1px solid #e0e0e0}.my-edit-address-page .edit-address label:last-of-type:after{content:none}.my-edit-address-page .edit-address input,.my-edit-address-page .edit-address textarea{-webkit-appearance:none}.my-edit-address-page .edit-address input,.my-edit-address-page .edit-address p,.my-edit-address-page .edit-address textarea{position:absolute;top:0;right:1rem;width:9rem;height:2.2rem;color:#444;padding:0;border:none}.my-edit-address-page .edit-address .address{height:4.4rem}.my-edit-address-page .edit-address textarea{right:0;width:10rem;height:1.45rem * 2;padding:.5rem 0;resize:none}.my-edit-address-page .submit{margin:.75rem auto 0;width:11.75rem;height:2.2rem;color:#fff;background:#444;text-align:center;font-size:.8rem;line-height:2.2rem}.my-edit-address-page .submit.highlight{background:rgba(0,0,0,.6)}.my-address-list-page{position:relative;width:100%;color:#444;background:#fff}.my-address-list-page li{padding:0 .75rem;font-size:.8rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0}.my-address-list-page li .iconfont{float:right;color:#d0d0d0}.my-address-list-page li ul{display:none;position:absolute;top:0;left:0;background:#fff;width:100%}.my-address-list-page li.highlight{background:#eee}.online-service-detail-page .qa-list .answer,.online-service-detail-page .qa-list .question{margin-left:.75rem;padding:0 1rem 0 .25rem;font-size:.75rem;line-height:1.9rem;font-weight:700}.online-service-page{background:#f0f0f0}.online-service-page .question{background:#fff}.online-service-page .question-title{padding:.5rem .75rem;font-size:.7rem;line-height:1;color:#b0b0b0}.online-service-page .question-tab{padding:.25rem .75rem .75rem;font-size:.8rem;line-height:1.45rem;text-align:center;color:#b0b0b0}.online-service-page .question-tab .current{color:#444}.online-service-page .question-tab .line{margin:0 .8rem;border-left:1px solid #b0b0b0}.online-service-page .question-list{display:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.online-service-page .question-list li{font-size:.7rem;line-height:2.25rem}.online-service-page .question-list li a{display:block;color:#444;width:15.25rem;margin-left:.75rem;border-bottom:1px solid #ccc}.online-service-page .question-list li .iconfont{float:right;margin-right:.75rem;color:#ccc;font-size:.8rem}.online-service-page .question-list li:last-child a{border-bottom:none}.online-service-page .question-list li.highlight{background:#eee}.online-service-page .question-list.current{display:block}.online-service-page .connect-info{margin-top:.75rem;font-size:.7rem;line-height:1.25rem;background:#fff;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.online-service-page .connect-info p{margin-top:.625rem;margin-left:-1.8rem;line-height:1.5}.online-service-page .connect-info .iconfont{font-size:1.15rem}.online-service-page .connect-info .icon-yoho-enter{color:#ccc;float:right;font-size:.8rem}.online-service-page .connect-info .connect-item{position:relative}.online-service-page .connect-info .connect-item a{display:block;padding:.5rem .75rem .5rem 2.35rem;color:#444}.online-service-page .connect-info .connect-item:after{content:'';position:absolute;right:0;bottom:0;width:13.7rem;height:1px;background:#ccc}.online-service-page .connect-info .connect-item:last-child:after{content:none}.online-service-page .connect-info .connect-item.highlight{background:#eee}.online-service-page .connect-info .icon{display:inline-block;margin-right:.7rem;margin-left:-1.75rem;vertical-align:middle}.online-service-detail-page{background:#f0f0f0}.online-service-detail-page .qa-list .question-item{margin-bottom:.8rem;border-top:1px solid #c8c7cc;border-bottom:1px solid #c8c7cc;color:#444;background:#fff}.online-service-detail-page .qa-list .question-item:last-child{margin-bottom:0}.online-service-detail-page .qa-list .question{position:relative;color:#000}.online-service-detail-page .qa-list .question:after{content:'';position:absolute;left:0;bottom:0;width:100%;border-top:1px solid #c8c7cc}.my-guang-page .null{height:6rem;width:100%;position:absolute;text-align:center;top:50%;margin-top:-3rem}.my-guang-page .null span{color:#b0b0b0;font-size:.6rem;margin-top:.5rem}.my-guang-page .icon-null{width:4.7rem;height:4.275rem;background-image:url(../assets/img/sprite.me.png);background-position:0 0;background-size:8.05rem 6.575rem;margin:0 auto;margin-bottom:.75rem}.iHelp,.iHelp ul{width:100%;height:auto;overflow:hidden}.iHelp ul{display:block;border-top:1px solid #e0e0e0}.iHelp ul li{width:100%;height:2rem;line-height:2.1rem;overflow:hidden;font-size:.7rem;border-bottom:1px solid #e0e0e0;float:right;color:#444}.iHelp ul li a:visited{color:#444}.iHelp ul li span{width:85%;height:100%;overflow:hidden;float:left;padding-left:5%}.iHelp ul li i{color:#e0e0e0}.iHelp ul li:last-of-type{border-bottom:none}.deal_main{margin:.5rem 3%;font-size:1.2em;width:94%;overflow:hidden}.browse-record-good{position:relative;padding:.5rem 0 .5rem .75rem;display:block}.browse-record-good .thumb{float:left;width:3rem;height:4rem}.browse-record-good .sold-out{display:inline}.browse-record-good .deps{margin-left:3.375rem;padding:.5rem 0;border-bottom:1px solid #e0e0e0;margin-bottom:-.75rem}.browse-record-good .name{font-size:.7rem;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.browse-record-good .price{margin:.3rem 0;font-size:.4rem}.browse-record-good .sale-price{color:red}.browse-record-good .sale-price.original-price{color:#000}.browse-record-good .market-price{text-decoration:line-through;color:#b0b0b0}.browse-record-good .sold-out-tag{font-size:.4rem;line-height:.75rem;text-align:center;color:#fff;background:#7f7f7f;padding:.125rem .375rem;border-radius:1rem}.browse-record-good .del-icon{position:absolute;right:.75rem;width:1.5rem;height:1.5rem;line-height:1.5rem;text-align:center;color:#999}.browse-record-page .load-more{width:100%;height:1.75rem;line-height:1.75rem;text-align:center}.browse-record-page .no-record{position:absolute;background:#fff;text-align:center;top:50%;margin-top:-5.5rem;width:100%}.browse-record-page .no-record .icon{width:4.9rem;height:5.175rem;background:url(../assets/img/me/no-record.png) no-repeat;background-size:100%;margin:0 auto}.browse-record-page .no-record span{display:block;color:#b0b0b0;font-size:.6rem;margin:.75rem 0 2.75rem}.browse-record-page .no-record .walk-way{display:block;height:2rem;line-height:2rem;width:70%;margin:0 auto;text-align:center;font-size:.75rem;color:#fff;background:#444;border-radius:5px}.logistic-page{background-color:#f0f0f0}.logistic-page .overview{height:3rem;line-height:3rem;width:100%;margin-bottom:1rem;background-color:#fff;color:#464646;border-"bottom":1px solid #e3e3e3}.logistic-page .overview .left{width:19%;float:left;text-align:center;height:100%}.logistic-page .overview .left .icon{width:2.2rem;height:2.2rem;margin:0 auto;background-size:100%;background-repeat:no-repeat;background-position:50%;margin-top:.4rem}.logistic-page .overview .right{width:81%;float:left;padding-top:.5rem;padding-bottom:.5rem;height:2rem}.logistic-page .overview .right div{height:1rem;line-height:1.1rem;color:#595959;font-size:.6rem}.logistic-page .overview .info{padding-right:.1rem}.logistic-page .title{height:2.8rem;line-height:2.8rem;background-color:#fff;padding-left:1rem;font-size:1rem}.logistic-page .detail{background-color:#fff;padding-left:2rem;margin-bottom:1rem}.logistic-page .timeline-box{border-"left":1px solid #e3e3e3;position:relative;padding-left:1.3rem}.logistic-page .timeline-node{position:absolute;top:.8rem;left:-.22611rem;display:inline-block;width:.41rem;height:.41rem;background-color:#e3e3e3;border-radius:100%}.logistic-page .timeline-box:first-child .timeline-node{background-color:#989898}.logistic-page .timeline-box:first-child .timeline-info-row{color:#606060}.logistic-page .timeline-info{padding:.5rem 0;border-"bottom":1px solid #e3e3e3}.logistic-page .timeline-box:last-child .timeline-info{border:none}.logistic-page .timeline-info-row{min-height:1rem;line-height:1rem;font-size:.7rem;color:#bababa;padding-right:.8rem}.logistic-page .banner{margin-bottom:1rem}.logistic-page .banner a img{width:100%;height:100%}.pay-page{padding:1rem .5rem 0}.pay-page .payapp-list{visibility:hidden}.pay-page .box.bytouch{background-color:#eee}.pay-page .box{border:1px solid #eee;border-radius:.25rem;padding:.3rem .5rem;margin-bottom:.5rem}.pay-page .box,.pay-page .box>div{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.pay-page .box>div{min-height:1rem}.pay-page .box .icon{width:15%;flex-basis:15%}.pay-page .box .icon img{width:1.5rem;margin:0}.pay-page .box .icon>div{width:1.5rem;height:1.5rem;background-image:url(../assets/img/layout/pay-icon.png);background-size:90%;background-position-y:.2rem;background-position-x:center;background-repeat:no-repeat}.pay-page .box .app{width:35%;flex-basis:35%;font-size:.8rem;color:#414141}.pay-page .box .hint{width:45%;flex-basis:45%;font-size:.6rem;color:#4b4b4b}.pay-page .box .iconfont{width:5%;flex-basis:5%;-webkit-box-pack:end;justify-content:flex-end;color:#e0e0e0;font-size:.7rem}.yoho-coin-new-page{background-color:#f0f0f0;margin-top:.75rem}.yoho-coin-new-page .coin{text-align:center;background-color:#fff}.yoho-coin-new-page .coin-num{color:#d0021b;font-size:2rem;font-weight:700;line-height:2.2rem}.yoho-coin-new-page .info{width:auto;color:#b0b0b0;font-size:.6rem;line-height:1rem}.yoho-coin-new-page .info .dollar{display:inline-block;width:.6rem;height:.6rem;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -4.125rem;background-size:8.05rem 6.575rem}.yoho-coin-new-page .more{display:inline-block;margin:.5rem 0 .75rem;color:#444;font-size:.7rem;line-height:1.1rem;width:4.2rem;height:1.05rem;text-align:center;border:1px solid #444;border-radius:.55rem}.yoho-coin-new-page .coin-tip{margin-bottom:.75rem;padding:.5rem .75rem;font-size:.6rem;line-height:.8rem;color:#d0021b;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.yoho-coin-new-page .coin-tip .icon{display:inline-block;width:.8rem;height:.8rem;font-weight:700;border:2px solid #d0021b;border-radius:50%}.yoho-coin-new-page .banner{padding-top:.75rem;border-top:1px solid #e0e0e0}.yoho-coin-new-page .banner a img{width:100%}.yoho-coin-detail-page{background:#f0f0f0}.yoho-coin-detail-page .money{width:100%;height:1.75rem;background:#fff;margin-bottom:.5rem;line-height:1.75rem;font-size:.75rem;text-indent:1em}.yoho-coin-detail-page .money span{color:red;font-weight:700}.yoho-coin-detail-page .coin-detail{background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.yoho-coin-detail-page .detail-item{position:relative;margin-left:.75rem;border-bottom:1px solid #e0e0e0;color:#444;padding:.375rem 0}.yoho-coin-detail-page .detail-item .title{width:12rem;font-size:.7rem;line-height:1rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yoho-coin-detail-page .detail-item .time{font-size:.5rem;line-height:.75rem;color:#b0b0b0}.yoho-coin-detail-page .detail-item .count{position:absolute;right:0;top:0;margin-right:.75rem;font-size:.7rem;font-weight:700;line-height:2.5rem}.yoho-coin-detail-page li:last-child .detail-item{border-bottom:none}.massage-page{margin-top:.4rem;padding-bottom:.6rem}.massage-page .massage-list{padding:.3rem 2.5rem .3rem .6rem;border-bottom:1px solid #f8f8f8;position:relative;overflow:hidden}.massage-page .massage-list p{font-size:.8rem;color:#222;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.massage-page .massage-list span{font-size:.6rem;color:#999}.massage-page .massage-list i{position:absolute;right:0;top:.25rem;padding:.7rem;color:#ccc}.massage-page .massage-list strong{width:.2rem;height:.2rem;position:absolute;left:.225rem;top:.625rem;background:red;border-radius:50%}.massage-page .massage-main{border-bottom:1px solid #f8f8f8;padding:.3rem;margin-left:.25rem;margin-bottom:.25rem}.massage-page .massage-main h6{margin-bottom:.2rem;font-size:.8rem}.massage-page .massage-main span{color:#656565}.massage-page .massage-main p{font-size:.7rem}.massage-page .sale-btn{background-color:#ea2622;color:#fff;padding:.125rem .25rem}.massage-page .coupon-item{margin-left:.25rem;padding-bottom:.25rem;border-bottom:1px solid #f8f8f8;margin-top:.25rem}.massage-page .coupon-item .coupon-img{width:3.2rem;height:auto;overflow:hidden;float:left;margin-right:.4rem}.massage-page .coupon-item .coupon-img img{width:100%;height:auto}.massage-page .coupon-item .coupon-info{font-size:.6rem}.massage-page .coupon-item .coupon-info span{color:red}.massage-page .coupon-item .coupon-action{width:2.75rem;font-size:.6rem;letter-spacing:.05rem;margin:.075rem 0 0;height:.875rem;line-height:.875rem;background:#ed0010;text-align:center;margin-left:3.6rem}.massage-page .coupon-item .coupon-action a{display:block;color:#fff;width:100%;height:100%}.newarrival-page{background-color:#fff}.newarrival-page .swiper-container{width:100%;height:7.75rem}.newarrival-page .swiper-container img{height:100%;width:100%}.newarrival-page .swiper-container .swiper-pagination{bottom:0;left:0;width:100%}.newarrival-page .swiper-container .swiper-pagination-bullet-active{background:#fff}.newarrival-page .banner-top-single{width:100%;height:5rem}.newarrival-page .banner-top-single img{display:block;height:100%;width:100%}.newarrival-page .list-nav{border-top:.05rem solid #fff;border-bottom:1px solid #e6e6e6}.newarrival-page .list-nav>li{float:left;width:25%;height:1.65rem;line-height:1.65rem;text-align:center;font-size:.7rem;color:#999}.newarrival-page .list-nav .bytouch{background:#eee}.newarrival-page .list-nav a{display:inline-block;box-sizing:border-box;width:auto;height:100%;color:#999}.newarrival-page .list-nav .active>a{color:#000;box-sizing:border-box}.newarrival-page .list-nav .active>.iconfont,.newarrival-page .list-nav .active>.iconfont.cur{color:#000}.newarrival-page .list-nav .filter .iconfont{font-size:.6rem;-webkit-transition:-webkit-transform .1 ease-in;transition:-webkit-transform .1 ease-in;transition:transform .1 ease-in;transition:transform .1 ease-in,-webkit-transform .1 ease-in}.newarrival-page .list-nav .filter.active .iconfont{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.newarrival-page .no-result{text-align:center;vertical-align:middle;color:#ccc;font-size:1.2em;margin-top:8rem}.newarrival-page .goods-container{position:relative;min-height:22rem;padding-left:.375rem;padding-top:.2rem}.discount-page{background-color:#fff}.discount-page .swiper-container{width:100%;height:7.75rem}.discount-page .swiper-container img{height:100%;width:100%}.discount-page .swiper-container .swiper-pagination{bottom:0;left:0;width:100%}.discount-page .swiper-container .swiper-pagination-bullet-active{background:#fff}.discount-page .banner-top-single{width:100%;height:5rem}.discount-page .banner-top-single img{display:block;height:100%;width:100%}.discount-page .list-nav{border-top:2px solid #fff;border-bottom:1px solid #e6e6e6}.discount-page .list-nav>li{float:left;width:25%;height:33px;line-height:33px;text-align:center;font-size:14px}.discount-page .list-nav .bytouch{background:#eee}.discount-page .list-nav a{display:block;box-sizing:border-box;width:100%;height:100%;color:#999}.discount-page .list-nav .active>a{color:#000}.discount-page .list-nav .active>a .spanTest{width:auto;height:100%;display:inline-block;box-sizing:border-box}.discount-page .list-nav .active>a .iconfont{color:#999}.discount-page .list-nav .active>a .iconfont.cur{color:#000}.discount-page .list-nav .new .iconfont{-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.discount-page .list-nav .filter .iconfont{font-size:12px;-webkit-transition:-webkit-transform .1 ease-in;transition:-webkit-transform .1 ease-in;transition:transform .1 ease-in;transition:transform .1 ease-in,-webkit-transform .1 ease-in}.discount-page .list-nav .filter.active .iconfont{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.discount-page .list-nav .icon{position:relative}.discount-page .list-nav .icon i{position:absolute;-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.discount-page .list-nav .icon .up{top:-11px}.discount-page .list-nav .icon .down{top:-4px}.discount-page .no-result{text-align:center;vertical-align:middle;color:#ccc;font-size:1.2em;margin-top:160px}.discount-page .goods-container{position:relative;min-height:440px;padding-left:.375rem;padding-top:.2rem}.good-list-page .search-input{position:relative;padding:.35rem .75rem;background:#f8f8f8}.good-list-page .search-input>form{position:relative}.good-list-page .search-input .search-icon{position:absolute;font-size:.6rem;top:.45rem;left:.5rem}.good-list-page .search-input input{box-sizing:border-box;padding-left:1.3rem;padding-right:1.7rem;height:1.5rem;width:85%;border-radius:.75rem;background:#fff;border:none}.good-list-page .search-input .clear-input{position:absolute;top:.25rem;right:2.5rem}.good-list-page .search-input .search{position:absolute;top:.1rem;right:-.2rem;border:none;background:transparent;font-size:.8rem;height:1.5rem;overflow:hidden;line-height:1.5rem;color:#666}.good-list-page .brand-way{padding-bottom:.5rem;background:#f4f4f4}.good-list-page .brand-way>a{display:block;height:2rem;line-height:2rem;padding:0 .5rem;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;font-size:.85rem;background:#fff;color:#000}.good-list-page .brand-way .brand-thumb{display:block;float:left;width:3.75rem;height:2rem;margin:0}.good-list-page .brand-way .entry{color:#999;font-size:.7rem;float:right}.good-list-page .brand-header{position:relative;height:3.75rem}.good-list-page .brand-header>img{display:block;height:100%;width:100%}.good-list-page .btn-col,.good-list-page .btn-intro{position:absolute;display:block;width:3.1rem;height:1.2rem;line-height:1.2rem;text-align:center;border:1px solid #fff;color:#fff;top:50%;margin-top:-.6rem}.good-list-page .btn-intro{right:4.5rem}.good-list-page .btn-col{right:.75rem}.good-list-page .btn-col .iconfont{font-size:.6rem}.good-list-page .btn-col .txt:after{content:'收藏'}.good-list-page .btn-col.coled{opacity:.5}.good-list-page .btn-col.coled .txt:after{content:'已收藏'}.good-list-page .brand-intro-box{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);padding:2.2rem 0;z-index:1;overflow:auto}.good-list-page .brand-intro-box .brand-intro{position:relative;box-sizing:border-box;width:85%;margin:0 7.5%;background:#fff;padding:.5rem 8%}.good-list-page .brand-intro-box h2{text-align:center;font-size:.85rem;line-height:2rem}.good-list-page .brand-intro-box .con{font-size:.6rem;line-height:.8rem;padding:1rem 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;overflow-x:hidden}.good-list-page .brand-intro-box .fo{font-size:.9rem;height:2rem;line-height:2rem;text-align:center}.good-list-page .brand-intro-box .fo>span{font-size:1.1rem}.good-list-page .brand-intro-box .close-intro{position:absolute;top:.3rem;right:.3rem}.good-list-page .list-nav{border-top:.05rem solid #fff;border-bottom:1px solid #e6e6e6}.good-list-page .list-nav>li{float:left;width:25%;height:1.65rem;line-height:1.65rem;text-align:center;font-size:.7rem}.good-list-page .list-nav .bytouch{background:#eee}.good-list-page .list-nav a{display:block;box-sizing:border-box;width:100%;height:100%;color:#999}.good-list-page .list-nav .nav-txt{display:inline-block;height:100%;box-sizing:border-box}.good-list-page .list-nav .active>a{color:#000}.good-list-page .list-nav .active>a .iconfont{color:#999}.good-list-page .list-nav .active>a .iconfont.cur{color:#000}.good-list-page .list-nav .new .iconfont{-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.good-list-page .list-nav .filter .iconfont{font-size:.6rem;-webkit-transition:-webkit-transform .1 ease-in;transition:-webkit-transform .1 ease-in;transition:transform .1 ease-in;transition:transform .1 ease-in,-webkit-transform .1 ease-in}.good-list-page .list-nav .filter.active .iconfont{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.good-list-page .list-nav .icon{position:relative}.good-list-page .list-nav .icon i{position:absolute;-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.good-list-page .list-nav .icon .up{top:-.55rem}.good-list-page .list-nav .icon .down{top:-.2rem}.good-list-page .no-result{text-align:center;vertical-align:middle;color:#ccc;font-size:1.2em;margin-top:11rem}.good-list-page .goods-container{position:relative;min-height:22rem;padding-left:.375rem;padding-top:.2rem}.good-detail-page{overflow:hidden;background-color:#f0f0f0}.good-detail-page .yoho-tip{z-index:4}.good-detail-page .page-block{background-color:#fff;box-sizing:border-box;width:100%;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;padding:0 .7rem;margin-bottom:.75rem}.good-detail-page .page-block>.title{line-height:2.2rem;color:#444;font-size:.7rem;border-bottom:1px solid #e0e0e0}.good-detail-page .page-block>.title span{color:#a0a0a0;font-size:.45rem}.good-detail-page .page-block .pro-detail{margin-top:.5rem;margin-bottom:.5rem}.good-detail-page .page-block .detail{margin-top:.5rem;margin-bottom:.5rem;font-size:.6rem;line-height:.9rem}.good-detail-page .page-block .detail b{font-weight:700}.good-detail-page .page-block .detail i{font-style:italic}.good-detail-page .page-block .detail.table{width:100%}.good-detail-page .page-block .detail.table .js-wraper{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.good-detail-page .page-block .detail.table .column{box-sizing:border-box;padding:.15rem 3%;width:49.9%;border:1px solid #fff;font-size:.6rem;background-color:#eee;word-wrap:break-word;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-basis:49.9%}.good-detail-page .page-block .detail.table .oldbox{padding:.15rem 3%;background-color:#eee;box-sizing:border-box;border:1px solid #fff;width:49.9%;height:100%;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.good-detail-page .my-swiper-button-next,.good-detail-page .my-swiper-button-prev{position:absolute;top:50%;width:1.2rem;height:1.2rem;margin-top:-1.1rem;cursor:pointer;color:#666;font-size:1.2rem}.good-detail-page .my-swiper-button-next.swiper-button-disabled,.good-detail-page .my-swiper-button-prev.swiper-button-disabled{opacity:.3}.good-detail-page .next-grey{right:.75rem;left:auto}.good-detail-page .prev-grey{left:.75rem;right:auto}.good-detail-page .tag-container{position:absolute;left:2.7rem;top:1rem;height:.875rem;color:#fff;font-size:.5rem;line-height:.875rem;z-index:2}.good-detail-page .tag-container .good-tag{display:inline-block;box-sizing:border-box;margin-left:.5px;font-size:.45rem;text-align:center;padding:1px .125rem}.good-detail-page .tag-container .new-tag,.good-detail-page .tag-container .renew-tag{background-color:#78dc7e;color:#fff}.good-detail-page .tag-container .sale-tag{background-color:#ff575c;color:#fff}.good-detail-page .tag-container .new-festival-tag,.good-detail-page .tag-container .yohood-tag{background-color:#000;color:#fff}.good-detail-page .tag-container .limit-tag{border:1px solid #000;background-color:#fff;color:#000}.good-detail-page .tag-container .soonSoldOut-tag{background-color:#ffac5b;color:#fff}.good-detail-page .banner-container{position:relative;background-color:#fff}.good-detail-page .banner-top-single{margin:0 auto;overflow:hidden}.good-detail-page .banner-top-single img{width:11.2rem;margin-top:.75rem;margin-bottom:.75rem}.good-detail-page .banner-top{min-height:16.5rem;overflow:hidden;position:relative}.good-detail-page .banner-top .swiper-pagination{position:absolute;z-index:2;bottom:1rem}.good-detail-page .banner-top .swiper-pagination .pagination-inner span{background-color:#b0b0b0}.good-detail-page .banner-top .swiper-pagination .pagination-inner .swiper-pagination-bullet{margin-right:2px}.good-detail-page .banner-top .swiper-pagination .pagination-inner .swiper-pagination-bullet-active{background-color:#000}.good-detail-page .banner-swiper{min-height:15rem;min-width:11.2rem;margin:.75rem 2.4rem;overflow:hidden}.good-detail-page .banner-swiper ul{position:relative;height:auto}.good-detail-page .banner-swiper ul li{float:left}.good-detail-page .banner-swiper ul li img{height:auto}.good-detail-page .goodsName{box-sizing:border-box;width:100%;font-size:.7rem;color:#fff;padding:.5rem .7rem;line-height:1.2rem;background-color:#515150}.good-detail-page .goodsSubtitle{height:2.2rem;font-size:.6rem;color:#b0b0b0;padding-left:.7rem;padding-right:.7rem;border-bottom:1px solid #e0e0e0;background-color:#f0f0f0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.good-detail-page .goodsSubtitle span{display:-webkit-box;line-height:.9rem;margin:0;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.good-detail-page .price-date{position:relative;width:100%;color:#b0b0b0;height:2.2rem;padding-left:.7rem;padding-right:.7rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.good-detail-page .limit-sale{height:1.2rem;position:absolute;right:2.1rem;top:50%;margin-top:-.6rem;color:#d0021b;border:2px solid #d0021b;background-color:#fff;border-radius:1rem;padding:.1rem .5rem;font-size:.6rem;font-weight:700}.good-detail-page .limit-sale:active{background-color:#f0f0f0}.good-detail-page .got-limit-sale{position:absolute;right:2.1rem;top:.6rem;color:#d0021b;border:.05rem solid #d0021b;background-color:#fff;border-radius:1rem;padding:.1rem .5rem;font-size:.6rem;font-weight:700;color:#ccc;border-color:#ccc}.good-detail-page .goodsPrice{float:left;font-size:.86475rem}.good-detail-page .goodsPrice h1{display:inline-block;line-height:2.2rem}.good-detail-page .goodsPrice .currentPrice{color:#d0021b;margin-right:.25rem}.good-detail-page .goodsPrice .previousPrice{text-decoration:line-through}.good-detail-page .periodOfMarket{font-size:.6rem;float:right;color:#d0021b;margin-right:1.4rem}.good-detail-page .periodOfMarket h1{display:inline-block;line-height:2.2rem}.good-detail-page .vip-level{box-sizing:box-border;padding-left:.7rem;padding-right:.7rem;min-height:2.2rem;background-color:#fff;font-size:.55rem;color:#999;border-bottom:1px solid #e0e0e0}.good-detail-page .vip-level .icons-item{float:left;width:33.3%;height:2.2rem;margin:0}.good-detail-page .vip-level .icons-item span{vertical-align:middle;display:inline-block;line-height:2.2rem;padding-left:.2rem}.good-detail-page .vip-level .icons-item .vip-img{width:1.325rem;height:.8rem}.good-detail-page .vip-level .icons-item.current-level .vip-price{color:#d0021b}.good-detail-page .vip-level .icons-item:nth-child(1){text-align:left}.good-detail-page .vip-level .icons-item:nth-child(1) .vip-img{background:url(../assets/img/product/silver.png) no-repeat}.good-detail-page .vip-level .icons-item:nth-child(2) .vip-img{background:url(../assets/img/product/golden.png) no-repeat}.good-detail-page .vip-level .icons-item:nth-child(3){text-align:right}.good-detail-page .vip-level .icons-item:nth-child(3) .vip-img{background:url(../assets/img/product/platinum.png) no-repeat}.good-detail-page .goodsDiscount{display:block;width:100%;height:auto;font-size:.7rem;color:#444;background-color:#fff;border-bottom:1px solid #e0e0e0}.good-detail-page .goodsDiscount h1{position:relative;padding:.75rem 1.5rem .75rem .7rem;line-height:.9rem}.good-detail-page .goodsDiscount .short-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.good-detail-page .goodsDiscount .iconfont{position:absolute;top:.75rem;right:.9rem;width:.875rem;font-size:1.125rem;float:right;color:#e0e0e0}.good-detail-page .goodsDiscount .discount-folder{display:none}.good-detail-page .goodsDiscount .discount-folder .folder-item{border-top:1px solid #e0e0e0}.good-detail-page .enter-store{position:relative;padding:0 4.5rem 0 2.85rem;line-height:2.1rem;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.good-detail-page .enter-store .store-logo{position:absolute;left:0;top:1px;width:1.7rem;height:2.1rem;margin-left:.75rem;font-size:0;text-align:center}.good-detail-page .enter-store .store-logo img{display:inline-block;width:auto;height:1.7rem;vertical-align:middle}.good-detail-page .enter-store .store-name{font-size:.85rem;color:#444}.good-detail-page .enter-store .store-link{position:absolute;right:0;top:1px;padding-right:.75rem;font-size:.7rem;color:#b0b0b0;text-align:right}.good-detail-page .enter-store .store-link span{font-size:inherit}.good-detail-page .cart-bar{position:relative;box-sizing:border-box;width:100%;height:3rem;position:fixed;bottom:0;background-color:#fff;z-index:2;padding:.5rem .7rem;text-align:center;border-top:1px solid #e0e0e0}.good-detail-page .cart-bar a{display:inline-block}.good-detail-page .cart-bar a.num-incart{font-size:1.175rem;color:#444}.good-detail-page .cart-bar a.favorite{font-size:.85rem;color:#ccc}.good-detail-page .cart-bar a.favorite.liked{color:#eb0313}.good-detail-page .cart-bar a.addto-cart,.good-detail-page .cart-bar a.sold-out{height:2rem;width:6.5rem;margin:0 2.5rem 0 2.875rem;color:#fff;background-color:#eb0313;font-size:.8rem;line-height:2rem;text-align:center}.good-detail-page .cart-bar a.sold-out{background-color:#f58189}.good-detail-page .cart-bar .num-tag{display:block;position:absolute;top:0;left:1.2rem;width:1.8rem;height:1.8rem;font-size:1rem;line-height:1.8rem;color:#fff;background:#eb0313;text-align:center;border-radius:50%;-webkit-transform:scale(.5);transform:scale(.5)}.good-detail-page .cart-bar .num-tag.hide{display:none}.good-detail-page .recommend-for-you{border-bottom:none}.good-detail-page .yoho-tip{top:40%}.goods-comments-page .goods-comments .comment-item{border-bottom:1px solid #e0e0e0;padding:0 .7rem}.goods-comments-page .goods-comments .comment-item .user-name{display:inline-block;float:left;max-width:9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;line-height:1.55rem;color:#444}.goods-comments-page .goods-comments .comment-item .detail-content{font-size:.6rem;line-height:1.55rem;color:#444}.goods-comments-page .goods-comments .comment-item .comment-time,.goods-comments-page .goods-comments .comment-item .goods-spec{font-size:.6rem;line-height:1.55rem}.goods-comments-page .goods-comments .comment-item .detail-content{font-size:.7rem;line-height:.9rem}.goods-comments-page .goods-comments .comment-item .detail-content,.goods-comments-page .goods-comments .comment-item .goods-spec{color:#444}.goods-comments-page .goods-comments .comment-item .comment-time{color:#c1c1c1}.goods-consults-page{background-color:#f0f0f0}.goods-consults-page .goto-consult{position:fixed;top:2.25rem;width:100%;box-sizing:border-box;padding:0 .7rem;height:3rem;background-color:#fff;border-bottom:1px solid #e0e0e0;z-index:7}.goods-consults-page .goto-consult a,.goods-consults-page .goto-consult i,.goods-consults-page .goto-consult span{line-height:3rem;font-size:.7rem;color:#444}.goods-consults-page .goto-consult .consult-logo{padding-right:.375rem}.goods-consults-page .goto-consult .enter-consult-page{float:right;color:#b0b0b0}.goods-consults-page .goods-consults.customer-consults .consult-item:nth-child(1),.goods-consults-page .goods-consults.customer-consults .consult-item:nth-child(2){display:block}.goods-consults-page .goods-consults.customer-consults .consult-item{display:none}.goods-consults-page .goods-consults{margin-top:5.25rem;overflow:hidden;margin-top:.75rem;padding:.5rem .7rem;background-color:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.goods-consults-page .goods-consults .question{font-size:.6rem;color:#444}.goods-consults-page .goods-consults .question span{display:block;float:left;padding-right:.375rem}.goods-consults-page .goods-consults .question p{overflow:hidden;padding-bottom:.375rem;border-bottom:1px solid #e0e0e0}.goods-consults-page .goods-consults .time{font-size:.55rem;color:#b0b0b0}.goods-consults-page .goods-consults .answer{font-size:.6rem;line-height:.9rem;color:#b0b0b0;margin-top:.35rem}.goods-consults-page .goods-consults .answer span{display:block;float:left;color:#444;padding-right:.375rem}.goods-consults-page .goods-consults .answer p{overflow:hidden}.goods-consults-page .goods-consults .operation{width:120%;height:1.5rem;line-height:2rem;position:relative;right:12%;border-top:1px solid #e0e0e0;margin-top:.5rem}.goods-consults-page .goods-consults .operation li{font-size:.7rem;float:left;width:50%;text-align:center;color:#b0b0b0;position:relative}.goods-consults-page .goods-consults .operation li .iconfont{display:inline-block;padding-right:5px;font-size:inherit}.goods-consults-page .goods-consults .operation li .animate-count{display:none;position:absolute;top:0;font-size:.5rem;z-index:5}.goods-consults-page .goods-consults .operation li i.count{position:absolute}.goods-consults-page .goods-consults .operation li.highlight{color:#eb0313}.goods-consults-page .goods-consults .operation li.fav .animate-count{right:2.5rem}.goods-consults-page .goods-consults .operation li.useful .animate-count{right:2.2rem}.goods-consults-page .readmore{display:block;height:2.2rem;line-height:2.2rem;background-color:#fff;text-align:center;color:#b0b0b0;margin-top:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;font-size:.7rem}.goods-consults-page .readmore i{font-size:inherit}.goods-consults-page .faq-title{height:2.2rem;line-height:2.2rem;text-align:center;font-size:.8rem}.goods-consults-page .goods-consults .faq-item{margin-top:.75rem;padding:.5rem .7rem;background-color:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-top:0;margin-bottom:.75rem}.goods-consults-page .goods-consults .faq-item .question{font-size:.6rem;color:#444}.goods-consults-page .goods-consults .faq-item .question span{display:block;float:left;padding-right:.375rem}.goods-consults-page .goods-consults .faq-item .question p{overflow:hidden;padding-bottom:.375rem;border-bottom:1px solid #e0e0e0}.goods-consults-page .goods-consults .faq-item .time{font-size:.55rem;color:#b0b0b0}.goods-consults-page .goods-consults .faq-item .answer{font-size:.6rem;line-height:.9rem;color:#b0b0b0;margin-top:.35rem}.goods-consults-page .goods-consults .faq-item .answer span{display:block;float:left;color:#444;padding-right:.375rem}.goods-consults-page .goods-consults .faq-item .answer p{overflow:hidden}.goods-consults-page .goods-consults .faq-item .operation{width:120%;height:1.5rem;line-height:2rem;position:relative;right:12%;border-top:1px solid #e0e0e0;margin-top:.5rem}.goods-consults-page .goods-consults .faq-item .operation li{font-size:.7rem;float:left;width:50%;text-align:center;color:#b0b0b0;position:relative}.goods-consults-page .goods-consults .faq-item .operation li .iconfont{display:inline-block;padding-right:5px;font-size:inherit}.goods-consults-page .goods-consults .faq-item .operation li .animate-count{display:none;position:absolute;top:0;font-size:.5rem;z-index:5}.goods-consults-page .goods-consults .faq-item .operation li i.count{position:absolute}.goods-consults-page .goods-consults .faq-item .operation li.highlight{color:#eb0313}.goods-consults-page .goods-consults .faq-item .operation li.fav .animate-count{right:2.5rem}.goods-consults-page .goods-consults .faq-item .operation li.useful .animate-count{right:2.2rem}.goods-consults-page .goods-consults .faq-item .answer{border-bottom:none}.consult-form-page{padding:.7rem;text-align:center}.consult-form-page textarea{box-sizing:border-box;width:100%;height:10rem;font-size:.7rem;padding:.25rem;color:#444}.consult-form-page a{display:inline-block;height:2rem;width:9rem;color:#fff;background-color:#444;font-size:1rem;line-height:2rem;text-align:center;margin-top:.5rem}.good-detail-page .feedback-list{padding-top:.75rem;margin-bottom:.75rem;background-color:#f0f0f0}.good-detail-page .feedback-list .nav-tab{width:100%;height:1.5rem;padding:.25rem 0;background-color:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.good-detail-page .feedback-list .comment-nav,.good-detail-page .feedback-list .consult-nav{box-sizing:border-box;float:left;width:50%;height:1.5rem;line-height:1.5rem;font-size:.7rem;text-align:center;color:#b0b0b0}.good-detail-page .feedback-list .comment-nav.focus,.good-detail-page .feedback-list .consult-nav.focus{color:#000}.good-detail-page .feedback-list .comment-nav{border-right:1px solid #ccc}.good-detail-page .feedback-list .content .content-main{background-color:#fff;border-bottom:1px solid #e0e0e0}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content,.good-detail-page .feedback-list .content .content-main.comment-content-main .user-name{font-size:.6rem;line-height:1.55rem;color:#444;padding-left:.7rem;padding-right:.45rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .comment-time,.good-detail-page .feedback-list .content .content-main.comment-content-main .goods-spec{font-size:.6rem;line-height:1.55rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content{font-size:.7rem;line-height:.9rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content,.good-detail-page .feedback-list .content .content-main.comment-content-main .goods-spec{color:#444}.good-detail-page .feedback-list .content .content-main.comment-content-main .comment-time,.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content{padding-left:.7rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content{padding-right:.7rem;padding-left:.7rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .comment-time{color:#c1c1c1}.good-detail-page .feedback-list .content .content-main.consult-content-main{padding:.5rem .7rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .question{font-size:.6rem;color:#444}.good-detail-page .feedback-list .content .content-main.consult-content-main .question span{display:block;float:left;font-size:inherit;padding-right:.375rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .question p{overflow:hidden}.good-detail-page .feedback-list .content .content-main.consult-content-main .time{font-size:.55rem;color:#b0b0b0}.good-detail-page .feedback-list .content .content-main.consult-content-main .answer{font-size:.6rem;line-height:.9rem;color:#b0b0b0;margin-top:.35rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .answer span{display:block;float:left;font-size:inherit;color:#444;padding-right:.375rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .answer p{overflow:hidden}.good-detail-page .feedback-list .content .content-main.no-item{height:5rem;line-height:5rem;color:#e0e0e0;font-size:16px;text-align:center}.good-detail-page .feedback-list .content .content-main.no-item span{display:inline-block;font-size:16px;padding-right:5px}.good-detail-page .feedback-list .comment-content-footer,.good-detail-page .feedback-list .consult-content-footer{display:block;min-height:2.2rem;text-align:center;background-color:#fff;border-bottom:1px solid #e0e0e0;line-height:2.2rem;font-size:.7rem;color:#b0b0b0}.good-detail-page .feedback-list .comment-content-footer .iconfont,.good-detail-page .feedback-list .consult-content-footer .iconfont{font-size:inherit}.good-detail-page .feedback-list .content.hide{display:none}.good-detail-page .feedback-list .nodata{height:2.2rem;font-size:.7rem;line-height:2.2rem;background-color:#fff;padding:0 .7rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.good-detail-page .feedback-list .nodata .go-consult{float:right;color:#b0b0b0}.good-detail-page .feedback-list .nodata .go-consult span{font-size:.7rem}.good-detail-page .goods-desc{padding-bottom:.5rem;padding-top:.5rem}.good-detail-page .goods-desc .service{width:12.35rem;height:.7rem;margin-left:1.25rem;background:url(../assets/img/product/service.png) no-repeat;background-size:cover}.good-detail-page .goods-desc .detail{margin-bottom:1px}.good-detail-page .goods-desc .desc-text{font-size:.6rem;padding:.4rem .3rem;color:#444;background-color:#eee}.good-detail-page .tips{color:#b0b0b0;font-size:.45rem;margin-top:.5rem}.good-detail-page .materials{overflow:hidden}.good-detail-page .materials .detail .material-item{margin:.25rem 0;width:100%;height:auto;overflow:hidden;display:block;position:relative}.good-detail-page .materials .detail .material-item img{margin:0}.good-detail-page .materials .detail .material-item .material-image{width:23%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.good-detail-page .materials .detail .material-item .material-desc{font-size:.6rem;box-sizing:border-box;text-align:left;padding-left:2%;height:auto;line-height:.95rem;color:#4b4b4b;word-wrap:break-word;width:76.9%;float:right}.good-detail-page .materials .detail .material-item:last-child{border-bottom:none}.good-detail-page .materials.page-block{margin-bottom:0;border-bottom:none}.good-detail-page .materials.page-block .detail{margin-bottom:0}.good-detail-page .wash-tips{padding-top:.5rem}.good-detail-page .wash-tips .tip{display:inline-block;width:16.6%;float:left}.good-detail-page .wash-tips .tip img{width:1.2rem;height:1.2rem;margin-bottom:.25rem}.good-detail-page .wash-tips .tip .caption{display:block;padding:0 .325rem;font-size:.45rem;line-height:.55rem;min-height:1.1rem;text-align:center}.good-detail-page .wash-tips.page-block{padding-left:.375rem;padding-right:.375rem}.good-detail-page .product-detail{margin-top:.75rem;margin-bottom:.75rem}.good-detail-page .product-detail .detail img{margin-top:.5rem;width:14.525rem;height:auto}.good-detail-page .product-detail .detail a{color:#2f91f6;text-decoration:underline}.good-detail-page .detail-swiper .swiper-wrapper .swiper-slide{width:auto}.good-detail-page .detail-swiper .swiper-wrapper .swiper-slide div{text-align:center}.good-detail-page .detail-swiper .swiper-wrapper .swiper-slide div.cell{line-height:1.325rem;font-size:.6rem;background-color:#eee;padding:0 1rem;border:1px solid #fff}.good-detail-page #reference-swiper-container .first-group{width:1.75rem;margin-top:1.375rem}.good-detail-page #reference-swiper-container .first-group div{height:1.375rem}.good-detail-page #reference-swiper-container .first-group div .avatar{display:inline-block;width:1rem;border-radius:50%;margin-top:.175rem}.good-detail-page .measurement-method .detail{width:100%;margin-top:0;margin-bottom:0}.good-detail-page .measurement-method .detail img{width:100%;height:auto}.suspend-cart{position:fixed;width:2.2rem;height:2.2rem;line-height:2.2rem;border-radius:50%;background:rgba(0,0,0,.3);text-align:center;right:.75rem;bottom:3.5rem;z-index:7}.suspend-cart a{display:block;width:100%;height:100%}.suspend-cart .iconfont{color:#fff;font-size:.9rem}.suspend-cart .cart-count{position:absolute;top:-.6rem;right:-.5rem;width:1.8rem;height:1.8rem;font-size:1rem;line-height:1.8rem;color:#fff;background:#f03d35;text-align:center;border-radius:50%;-webkit-transform:scale(.5);transform:scale(.5)}.rank-main{padding:.35rem 0 0 .75rem;background:#fff}.rank-main li{height:5.75rem;overflow:hidden}.rank-main li .item-img{float:left;width:3.75rem;height:5rem;padding:.35rem 0;line-height:5rem;text-align:center}.rank-main li .item-img img{max-width:100%;max-height:100%;vertical-align:middle}.rank-main li .item-content{float:left;width:10.175rem;height:5.325rem;margin:0 0 0 .325rem;padding:.35rem 0 0 .75rem;border-top:1px solid #e0e0e0;overflow:hidden}.rank-main li .item-content .rank-icon{display:block;height:1.125rem;width:1.25rem;line-height:1.25rem;text-align:center;font-size:.55rem;color:#fff;background:url(../assets/img/me/employ/rank.png) no-repeat;background-position:top;background-size:auto 100%}.rank-main li .item-content .rank-icon.top{background:url(../assets/img/me/employ/rank-t.png) no-repeat;background-position:top;background-size:100%;line-height:1.35rem}.rank-main li .item-content h2{margin:.375rem 0 0!important;padding:0!important;width:9.5rem;max-height:1.8rem;overflow:hidden;line-height:.9rem;color:#444;font-size:.7rem}.rank-main li .item-content h2.hasActive{margin:.125rem 0 0!important}.rank-main li .item-content p{margin:0!important;padding:0!important;width:9.5rem;line-height:.9rem;font-size:.6rem;color:#d0021b;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.rank-main li .item-content p b{text-decoration:line-through;color:#b0b0b0;margin-left:.25rem}.rank-main li:first-child .item-content{border:none}.goods-nav{border-bottom:.05rem solid #e6e6e6;height:1.675rem;overflow:hidden}.goods-nav li{float:left;width:auto;height:1.675rem;line-height:1.675rem;width:3.625rem;text-align:center;font-size:.7rem}.goods-nav li a{display:inline-block;padding:0 .125rem;font-size:.7rem;color:#999;height:1.625rem}.goods-nav li:first-child{margin-left:.75rem}.goods-nav li.focus a{border-bottom:.1rem solid #000;color:#000}.s-goods-nav{box-sizing:border-box;overflow:hidden}.s-goods-nav li{margin:0 .25rem;padding:0 .375rem;width:auto;height:100%;color:#999}.s-goods-nav li a{padding:0}.s-goods-nav li.active{color:#000}.s-goods-nav li.bgActive{color:#000;background-color:#e0e0e0}.s-goods-nav li:first-child{margin:0 0 0 .975rem}.recommend-for-you{padding:.75rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.recommend-for-you .title{font-size:.8rem;line-height:2.2rem;text-align:center;color:#444}.recommend-for-you .swiper-container{padding:.75rem 0 .5rem;width:100%}.recommend-for-you .swiper-container .swiper-slide{padding:0 .25rem;float:left;width:3.9rem}.recommend-for-you .swiper-container .swiper-slide img{width:100%;height:5.2rem}.recommend-for-you .swiper-container .swiper-slide:first-child{padding-left:.75rem}.recommend-for-you .swiper-container .swiper-slide:last-child{padding-right:.75rem}.recommend-for-you .sale-name{overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap;margin-top:.5rem;color:#444}.recommend-for-you .price{position:relative;margin-top:.2rem;font-size:.6rem;line-height:1}.recommend-for-you .price .sale-price{display:block;color:#d9134f;margin-right:.2rem}.recommend-for-you .price .old-price{display:block;color:#b0b0b0;text-decoration:line-through}.recommend-for-you .price .no-price{color:#444}.limit-good-page{background-color:#f4f4f4;color:#444}.limit-good-page .top{font-size:.6rem;height:2rem;line-height:2.2rem;margin-bottom:.1rem;background-color:#fff;padding:.2rem 0 .2rem .5rem}.limit-good-page .top div{width:0;display:inline-block;float:left}.limit-good-page .top div img{width:1.5rem;position:relative;top:.25rem}.limit-good-page .top p{display:inline-block;float:left;width:80%}.limit-good-page .detail{background-color:#fff;padding:.6rem .8rem;border-bottom:1px solid #e6e6e6;margin-bottom:1rem}.limit-good-page .detail .name{font-size:.9rem;margin-bottom:.5rem}.limit-good-page .detail .sale-info{height:1rem;line-height:1rem}.limit-good-page .detail .price{font-size:.8rem;color:#d0021b;float:left}.limit-good-page .detail .date{font-size:.6rem;float:right}.limit-good-page .detail .date .text{position:relative;top:.08rem}.limit-good-page .goodDesc{padding:.5rem;border-top:1px solid #e6e6e6;background-color:#fff}.limit-good-page .goodDesc p{font-size:.6rem;line-height:1rem;text-indent:2em}.limit-good-page .goodDesc img{margin:.3rem 0;max-width:100%}.limit-good-page .bottom{background-color:#fff;padding:.5rem 2rem 2rem;height:3rem;width:12rem;margin:0 auto}.limit-good-page .bottom .logo{width:100;height:2.5rem;background-image:url(../assets/img/logo-bottom.png);background-size:100%;background-repeat:no-repeat;background-position:50%}.limit-good-page .bottom .btn{font-size:.8rem;background-color:#fff;border:1px solid #444;border-radius:.2rem;padding:.3rem .6rem}.limit-good-page .bottom .btn:active{background-color:#ccc}.limit-good-page .bottom .left,.limit-good-page .bottom .right{display:inline-block;float:left}.limit-good-page .bottom .left{width:39%}.limit-good-page .bottom .right{width:60%;font-size:.65rem}.limit-good-page .bottom .right span{display:block;width:95%;margin:0 auto}.limit-help-page{padding:.7rem;color:#444}.limit-help-page h2{font-size:.75rem;font-weight:700}.limit-help-page .method{display:block;width:2rem;height:.875rem;line-height:.875rem;background-color:#444;color:#fff;border-radius:.5rem;text-align:center;margin:.5rem 0}.limit-help-page li{font-size:.6rem}.limit-help-page .intro-img{width:100%;height:5.5rem;background-size:100%;background-repeat:no-repeat;margin:.5rem 0}.limit-help-page .method-1 li:nth-child(1) .intro-img{background-image:url(../assets/img/product/help/1.png)}.limit-help-page .method-1 li:nth-child(2) .intro-img{background-image:url(../assets/img/product/help/2.png)}.limit-help-page .method-1 li:nth-child(3) .intro-img{background-image:url(../assets/img/product/help/3.png)}.limit-help-page .method-2 li:nth-child(1) .intro-img{background-image:url(../assets/img/product/help/4.png)}.limit-help-page .method-2 li:nth-child(2) .intro-img{background-image:url(../assets/img/product/help/5.png)}.limit-help-page .method-2 li:nth-child(3) .intro-img{background-image:url(../assets/img/product/help/6.png)}.limit-help-page .method-2 li:nth-child(4) .intro-img{background-image:url(../assets/img/product/help/7.png)}.limit-help-page .how li:nth-child(1) .intro-img{background-image:url(../assets/img/product/help/8.png)}.limit-help-page .how li:nth-child(2) .intro-img{background-image:url(../assets/img/product/help/9.png);margin-bottom:0}.shopping-cart-good{position:relative;padding-left:.4rem}.shopping-cart-good .prevent-img-click{position:absolute;width:.5rem;height:5rem;background-color:transparent;z-index:9}.shopping-cart-good .none{display:none}.shopping-cart-good .checkbox{position:absolute;top:50%;margin-top:-.85rem;margin-left:.2rem;font-size:.7rem}.shopping-cart-good .checkbox.icon-cb-checked{color:#000}.shopping-cart-good .checkbox.disabled{color:#f0f0f0}.shopping-cart-good .few-tag{width:3.75rem;position:absolute;text-align:center;top:72%;color:#fff}.shopping-cart-good .few-tag span{display:inline-block;-webkit-transform:scale(.833);transform:scale(.833)}.shopping-cart-good .gift-tag{background-color:#88be51}.shopping-cart-good .plus-tag{background-color:#fc1264}.shopping-cart-good .few-tag-expire{position:absolute;top:40%;left:.5rem;background-color:#7f7f7f;display:inline-block;color:#fff;border-radius:.3rem;padding:.1rem;font-size:.5rem;width:1.2rem;text-align:center}.shopping-cart-good .info{float:left;margin-left:1.5rem;padding:.4rem 0;padding-right:.5rem}.shopping-cart-good .fixed-height{height:2.7rem}.shopping-cart-good .thumb{float:left;width:3.75rem;background-size:100%;background-repeat:no-repeat}.shopping-cart-good .deps{position:relative;width:9.5rem;margin-left:4.5rem;border-bottom:1px solid #e0e0e0;padding:.5rem 0}.shopping-cart-good .name{display:inline-block;width:80%;color:#5a5a5a;font-size:.6rem;line-height:.7rem}.shopping-cart-good .color-size-row>span{margin-right:.375rem}.shopping-cart-good .color,.shopping-cart-good .size{font-size:.6rem;color:#b6b6b6}.shopping-cart-good .appear-date{float:left;color:#d0253b;display:block;font-size:.5rem}.shopping-cart-good .price{font-size:.6rem;color:#d0253b;display:inline}.shopping-cart-good .price .sale-price{color:#b0b0b0;text-decoration:line-through}.shopping-cart-good .count{font-size:.5rem;color:#999;display:inline-block;width:22%;position:absolute;text-align:center}.shopping-cart-good .low-stocks{display:inline-block;width:2.5rem;height:.75rem;line-height:.75rem;font-size:.55rem;border:none;color:#fff;text-align:center;float:right;margin-right:.4rem;padding:.1rem;border-radius:.5rem;background:#7f7f7f}.shopping-cart-good .vip{display:inline-block;color:#fff;background:#e01;border-radius:.4rem;padding:0 .3rem;margin-left:.2rem;font-size:.5rem}.shopping-cart-good .la-tag{margin-top:.3rem;min-height:1rem}.shopping-cart-good .icon-del,.shopping-cart-good .icon-edit{position:absolute;color:#ccc;font-size:.75rem}.shopping-cart-good .icon-del{right:.5rem}.shopping-cart-good .icon-edit{right:1.8rem}.shopping-cart-good .opt-panel{position:absolute;width:5.5rem;right:0;top:0;bottom:0;color:#fff}.shopping-cart-good .opt-panel>div{float:left;box-sizing:border-box;width:2.75rem;height:100%;text-align:center;padding:1rem .5rem 0;font-size:.375rem}.shopping-cart-good .opt-panel span{display:block}.shopping-cart-good .opt-panel .put-in-favorite{background:#bbb}.shopping-cart-good .opt-panel .del{background:#999}.shopping-cart-good .opt-panel .del .iconfont{margin-bottom:.5rem}.shopping-cart-good .calculate-num{float:right}.shopping-cart-good .calculate-num .calculate{float:right;border:1px solid #b0b0b0;border-radius:.2rem}.shopping-cart-good .calculate-num .calculate p{color:#444}.shopping-cart-good .calculate-num .calculate p i{width:1.8rem;height:1.5rem;float:left;line-height:1.5rem;text-align:center}.shopping-cart-good .calculate-num .calculate p span{width:2.4rem;height:1.5rem;float:left;font-size:1rem;line-height:1.5rem;text-align:center}.shopping-cart-good .calculate-num .calculate p:first-child{height:1.5rem;border-bottom:1px solid #b0b0b0}.shopping-cart-good .calculate-num .calculate p:first-child span{border-left:1px solid #b0b0b0;border-right:1px solid #b0b0b0}.shopping-cart-good .calculate-num .calculate p:last-child span{width:4.2rem;overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.shopping-cart-good .calculate-num .price{line-height:1.5rem;font-size:1.15rem;font-weight:700}.shopping-cart-good .calculate-num .count{position:absolute;right:.5rem;top:.5rem;font-size:1.15rem}.shopping-cart-good:last-child .deps{border:none}.chose-panel{position:fixed;display:none;height:100%;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:3}.chose-panel .main{position:absolute;height:15.25rem;bottom:0;left:0;right:0;background:#fff}.chose-panel .infos{height:11.5rem;padding:0 .55rem}.chose-panel .chose-items{height:8.125rem;overflow:auto}.chose-panel .basic-info{overflow:hidden;position:relative;margin-bottom:.75rem;margin-top:.75rem}.chose-panel .thumb{float:left;width:2.5rem;margin-right:.5rem}.chose-panel .text-info{height:auto}.chose-panel .text-info .name{font-size:.7rem;height:1.85rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.chose-panel .text-info .price{font-size:.6rem;display:inline}.chose-panel .text-info .sale-price{color:#e10;margin-right:.375rem}.chose-panel .text-info .sale-price.no-price{color:#000}.chose-panel .text-info .market-price{color:#b0b0b0;text-decoration:line-through}.chose-panel .color-list,.chose-panel .num,.chose-panel .size-list{position:relative;font-size:.7rem;padding-left:2rem}.chose-panel .color-list input.disabled,.chose-panel .num input.disabled,.chose-panel .size-list input.disabled{background-color:#fff;color:#000;opacity:1;border-radius:0;-webkit-appearance:none}.chose-panel .color-list>span,.chose-panel .num>span,.chose-panel .size-list>span{position:absolute;left:0;top:.5rem}.chose-panel .color-list>span.left-num,.chose-panel .num>span.left-num,.chose-panel .size-list>span.left-num{position:absolute;left:9.5rem;top:.5rem}.chose-panel .color-list span.disabled,.chose-panel .num span.disabled,.chose-panel .size-list span.disabled{color:#e6e6e6}.chose-panel .size-list li.hide{display:none}.chose-panel .block{float:left;display:block;box-sizing:border-box;padding:0 .5rem;min-width:2rem;height:2rem;border:1px solid #000;margin-right:.75rem;margin-bottom:.75rem;line-height:2rem;text-align:center}.chose-panel .block.chosed{border-color:#e10;background:url(../assets/img/shopping-cart/right.png) no-repeat;background-size:.95rem;background-position:100% 100%;color:#e10}.chose-panel .block.zero-stock{color:#e0e0e0;border-color:#e0e0e0}.chose-panel .block.zero-stock.chosed{border-color:#e0e0e0;background:none;color:#e0e0e0;background-color:silver}.chose-panel .num{margin-bottom:.5rem}.chose-panel .num .btn{float:left;display:block;height:2rem;width:2rem;text-align:center;line-height:2rem;border:1px solid #e6e6e6}.chose-panel .num .btn.disable{color:#e6e6e6}.chose-panel .good-num{float:left;width:2.65rem;height:2rem;line-height:2rem;padding:0;border:1px solid #e6e6e6;text-align:center;margin-left:-1px}.chose-panel .btn-plus{margin-left:-1px}.chose-panel .btn-wrap{position:relative;height:3rem;border-top:1px solid #e6e6e6;padding:.5rem;text-align:center;background:#fff;box-sizing:border-box}.chose-panel .btn-wrap .btn-sure{width:6.5rem;height:2rem;background:#e10;color:#fff;font-size:.8rem;border:none}.gift-advance-page .gift-advance-good{position:relative;padding:.5rem 0;margin-left:.85rem;height:4rem;border-bottom:1px solid #e0e0e0}.gift-advance-page .advance-block:last-child .gift-advance-good:last-child{border-bottom:1px solid #e0e0e0}.gift-advance-page .thumb-wrap{position:relative;float:left;width:3rem;height:4rem}.gift-advance-page .thumb-wrap .thumb{width:100%;height:100%}.gift-advance-page .tag{position:absolute;bottom:0;left:0;right:0;height:.625rem;color:#fff;text-align:center;background:#eb76aa}.gift-advance-page .tag:before{content:'加价购';display:block;font-size:.3rem;line-height:.625rem;-webkit-transform:scale(.833);transform:scale(.833)}.gift-advance-page .deps{margin-left:3.375rem}.gift-advance-page .gift-advance-good .name{margin-bottom:.5rem;width:11rem;font-size:.7rem}.gift-advance-page .row:nth-child(2){font-size:.55rem;height:1.125rem;line-height:1.125rem}.gift-advance-page .row:nth-child(2)>span{margin-right:.375rem}.gift-advance-page .row:nth-child(3){position:relative}.gift-advance-page .color,.gift-advance-page .size{color:#b6b6b6}.gift-advance-page .price{font-size:.6rem;color:#f1545b}.gift-advance-page .price.market-price{color:#999;text-decoration:line-through}.gift-advance-page .count{font-size:.5rem;color:#999;margin-left:.55rem}.gift-advance-page .chose{position:absolute;width:2.2rem;height:1.45rem;background:#f8f8f8;border:1px solid #ccc;right:.5rem;top:1.775rem;font-size:.65rem;line-height:1.45rem;text-align:center}.gift-advance-page .title{width:15rem;height:1.5rem;line-height:1.5rem;padding:0 .5rem;font-size:.6rem;background:#f8f8f8;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gift-advance-page .gift-block .tag{background:#a1ce4e}.gift-advance-page .gift-block .tag:before{content:'赠品'}.order-ensure-page{background:#f0f0f0}.order-ensure-page .block{background:#fff;margin:.5rem 0;padding:.75rem .5rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.order-ensure-page .title{font-size:.8rem;color:#444}.order-ensure-page .price-cost span{color:red}.order-ensure-page .border-none{border-bottom:none!important}.order-ensure-page .boys{background:url(../assets/img/shopping-cart/boys.png) 0 100% repeat-x #fff}.order-ensure-page .girls{background:url(../assets/img/shopping-cart/girls.png) 0 100% repeat-x #fff}.order-ensure-page .kids{background:url(../assets/img/shopping-cart/kids.png) 0 100% repeat-x #fff}.order-ensure-page .life-style{background:url(../assets/img/shopping-cart/lifeStyle.png) 0 100% repeat-x #fff!important}.order-ensure-page .not-address{position:relative}.order-ensure-page .not-address i{position:absolute;left:.4rem;top:0;font-size:1.1rem}.order-ensure-page .not-address .choose{display:block;color:#000;height:1.6rem;overflow:hidden;position:static;padding-left:1rem;font-size:.8rem;line-height:2.05rem}.order-ensure-page .not-address .choose span{position:absolute;right:.5rem;top:.7rem;font-size:.8rem}.order-ensure-page .address{display:block;position:relative;margin-top:0;border-top:none;padding-bottom:.8rem}.order-ensure-page .address .info{width:90%;height:auto;overflow:hidden;padding-left:10%;padding-bottom:.3rem;position:relative}.order-ensure-page .address .info span{display:inline-block}.order-ensure-page .address .info i{position:absolute;left:0;top:0;font-size:1.1rem}.order-ensure-page .address .info-name{width:48%;height:1rem;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-ensure-page .address .info-phone{width:48%;font-size:.6rem;text-align:right}.order-ensure-page .address .info-address{width:100%;font-size:.6rem;line-height:.95rem}.order-ensure-page .address .rest{position:absolute;right:.8rem;bottom:.5rem;color:red;font-size:.6rem}.order-ensure-page .address .rest span{font-size:.6rem}.order-ensure-page .dispatch{padding:0;margin:0}.order-ensure-page .dispatch .sub-block{color:#444}.order-ensure-page .dispatch .sub-block h3{width:95%;height:2rem;overflow:hidden;line-height:2rem;font-size:.8rem;margin-left:5%;border-bottom:1px solid #e0e0e0}.order-ensure-page .dispatch .sub-block h3 .hide{display:none!important}.order-ensure-page .dispatch .sub-block h3 i,.order-ensure-page .dispatch .sub-block h3 p{display:inline-block;height:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-ensure-page .dispatch .sub-block h3 i{font-size:.9rem;margin-left:.2rem}.order-ensure-page .dispatch .sub-block h3 span{display:inline-block;width:65%;height:2rem;text-align:right;font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-ensure-page .dispatch .sub-block ul{width:90%;height:auto;overflow:hidden;line-height:2rem;font-size:.7rem;background:#e0e0e0;padding-left:10%;display:none;padding-bottom:.2rem}.order-ensure-page .dispatch .sub-block ul .right{float:right;margin-right:1rem}.order-ensure-page .dispatch .sub-block ul li{border-bottom:1px solid #fff}.order-ensure-page .dispatch .sub-block:last-child h3,.order-ensure-page .dispatch .sub-block ul li:last-child{border-bottom:none}.order-ensure-page .goods-num{width:100%;height:1.3rem;color:#b0b0b0;background:#fff;padding:.5rem 0;text-align:right;font-size:.7rem;line-height:1.3rem}.order-ensure-page .goods-num span{padding-right:.5rem;color:red}.order-ensure-page .bill{position:fixed;background:#fff;left:0;bottom:0;width:96%;height:2.5rem;overflow:hidden;line-height:2.5rem;font-size:.7rem;padding-left:4%}.order-ensure-page .bill span{color:red}.order-ensure-page .bill a{position:absolute;right:.5rem;top:.25rem;background:#d0021b;display:inline-block;color:#fff;width:25%;height:2rem;overflow:hidden;border-radius:.25rem;line-height:2rem;text-align:center;font-size:.75rem}.order-ensure-page .price-cal{margin-bottom:2.25rem;font-size:.7rem;position:relative}.order-ensure-page .price-cal span{position:absolute;right:.7rem;text-align:right}.order-ensure-page .price-cal li{font-size:.7rem}.order-ensure-page .price-cal li p,.order-ensure-page .price-cal li span{display:inline-block}.order-ensure-page .order-good{position:relative;padding:.5rem 0;margin-left:.85rem;height:4rem;border-bottom:1px solid #e0e0e0;font-size:.65rem}.order-ensure-page .order-good .thumb-wrap{position:relative;float:left;width:3rem;height:4rem}.order-ensure-page .order-good .thumb{width:100%;height:100%}.order-ensure-page .order-good .tag{position:absolute;bottom:0;left:0;right:0;color:#fff;text-align:center;font-size:.3rem}.order-ensure-page .order-good .tag:before{display:block;line-height:1;-webkit-transform:scale(.833);transform:scale(.833)}.order-ensure-page .order-good .gift-tag{height:.625rem;background:#a1ce4e}.order-ensure-page .order-good .gift-tag:before{content:'赠品'}.order-ensure-page .order-good .advance-buy-tag{height:.625rem;background:#eb76aa}.order-ensure-page .order-good .advance-buy-tag:before{content:'加价购'}.order-ensure-page .order-good .deps{margin-left:3.375rem}.order-ensure-page .order-good .name{font-size:.7rem;max-width:70%;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-ensure-page .order-good .row:nth-child(2){height:1.125rem;line-height:1.125rem}.order-ensure-page .order-good .row:nth-child(2)>span{margin-right:.375rem}.order-ensure-page .order-good .color,.order-ensure-page .order-good .size{color:#b6b6b6}.order-ensure-page .order-good .price-wrap{position:absolute;top:.5rem;right:.75rem;text-align:right}.order-ensure-page .order-good .price{color:#e01}.order-ensure-page .order-good .count{display:block;color:#999;text-align:right;line-height:1.125rem}.order-ensure-page .order-good .appear-date{color:red}.order-ensure-page .order-good:last-child{border-bottom:none}.order-ensure-page .sale-invoice{margin-top:-.5rem;font-size:.6rem}.order-ensure-page .sale-invoice li{height:2.25rem;line-height:2.25rem;border-bottom:1px solid #f7f7f7;overflow:hidden}.order-ensure-page .sale-invoice li a{display:block}.order-ensure-page .sale-invoice .coupon-count{padding:.125rem .375rem;background:#d0021b;color:#fff;border-radius:.25rem;margin-left:.5rem}.order-ensure-page .sale-invoice .coupon-use{box-sizing:border-box;position:relative;float:right;padding-right:.75rem;color:#999;text-align:right;width:8rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order-ensure-page .sale-invoice .coupon-use .iconfont{position:absolute;top:0;right:0;color:#999}.order-ensure-page .sale-invoice .checkbox{display:inline-block;width:2rem;text-align:center;margin-right:-.5rem}.order-ensure-page .sale-invoice .coin-check{float:right;color:#999}.order-ensure-page .sale-invoice .coin-check .checkbox{margin-left:.125rem;color:#000}.order-ensure-page .sale-invoice .coin-check.used,.order-ensure-page .sale-invoice .coin-check em{color:red}.order-ensure-page .sale-invoice .checkbox.icon-checkbox{color:#ccc}.order-ensure-page .sale-invoice .invoice .checkbox{float:right}.order-ensure-page .sale-invoice .invoice.focus{height:auto}.order-ensure-page .sale-invoice .desc{color:#999}.order-ensure-page .block input,.order-ensure-page .block textarea{box-sizing:border-box;margin:.5rem 0;padding:0 .3rem;width:100%;height:1.8rem;color:#444;background:#efefef;font-size:.6rem;line-height:1;outline:0;border:0;border-radius:.1rem}.order-ensure-page .block textarea{padding:.3rem;height:auto;resize:none}.order-ensure-page #invoice{border-top:1px solid #f7f7f7}.order-ensure-page #invoice label{display:block;border-top:1px solid #f7f7f7}.order-ensure-page #invoice select{position:relative;float:right;width:40%;height:1.25rem;top:.5rem;border:1px solid #f7f7f7}.order-ensure-page #msg{padding-top:.5rem}.order-ensure-page #msg input{margin:0}.order-ensure-page .total{font-size:.55rem;margin-top:.5rem}.order-ensure-page .total span{display:inline-block;width:3.25rem}.order-ensure-page .cost{border-top:1px solid #f7f7f7;line-height:2.5rem;margin-top:.25rem;font-size:.85rem}.order-ensure-page .cost em{color:red}.order-ensure-page .pay-mode{background:#fff;padding:0 .5rem;margin-top:-.55rem}.order-ensure-page .pay-mode li{height:2.2rem;line-height:2.2rem;margin-bottom:.7rem;border-radius:.125rem;font-size:.8rem;color:#fff;text-align:center;background:#000}.order-ensure-page .pay-mode .default{background:#57b038}.order-ensure-page .pay-mode .iconfont{margin-right:.5rem;font-size:.8rem}.select-coupon-page .not-avaliable-coupon-line:after,.select-coupon-page .not-avaliable-coupon-line:before{content:"";position:absolute;top:50%;border-top:1px solid #b0b0b0;width:3rem;height:0}.select-coupon-page{margin-top:.75rem;margin-bottom:.75rem}.select-coupon-page #new-coupon{margin-bottom:.75rem;padding-left:.75rem;padding-right:.75rem;font-size:.6rem}.select-coupon-page #new-coupon input{padding:0 .3rem;width:9.6rem;height:2rem;border:1px solid #b0b0b0;border-radius:.1rem;outline:0}.select-coupon-page #new-coupon .submit{margin-left:.75rem;width:3.25rem;height:2rem;color:#fff;background:#b0b0b0;border-radius:.1rem;border:none;outline:0}.select-coupon-page .coupon-list .employ-main:first-child{margin-top:0}.select-coupon-page .coupon-list .employ-main:last-child{margin-bottom:0}.select-coupon-page .not-use{display:block;width:14rem;margin:.75rem auto 0;text-align:center;font-size:.8rem;line-height:2.5;border:1px solid #444;border-radius:4px}.select-coupon-page .not-avaliable-coupon-line{position:relative;margin-top:.75rem;margin-bottom:.75rem;font-size:.7rem;line-height:2;color:#b0b0b0;text-align:center}.select-coupon-page .not-avaliable-coupon-line:before{left:1.5rem}.select-coupon-page .not-avaliable-coupon-line:after{right:1.5rem}.select-coupon-page .not-avaliable{background-image:url(../assets/img/me/employ/employ-grey.jpg)!important}.select-address-page{padding-bottom:.5rem}.select-address-page .add-address{margin-bottom:0}.icon-checkbox:before{content:"\e61c"}.icon-cb-checked:before{content:"\e61d"}.icon-radio:before{content:"\e647"}.icon-cb-radio:before{content:"\e646"}.shopping-cart-page{margin-bottom:3rem;overflow-x:hidden;background:#f0f0f0;display:none}.shopping-cart-page .yoho-tip{z-index:4}.shopping-cart-page .cart-content>*{background:#fff}.shopping-cart-page .cart-content>:first-child{border-top:none;margin-top:0}.shopping-cart-page .cart-nav{color:#c6c6c6;border-bottom:1px solid #e0e0e0;background:#fff}.shopping-cart-page .cart-nav li{float:left;width:50%;padding:.75rem 0;height:.75rem}.shopping-cart-page .cart-nav li.active{color:#000}.shopping-cart-page .cart-nav span{display:block;box-sizing:border-box;width:100%;height:.75rem;line-height:.75rem;font-size:.75rem;text-align:center}.shopping-cart-page .cart-nav li:first-child span{border-right:1px solid #e0e0e0}.shopping-cart-page .cart-nav li:last-child{position:relative}.shopping-cart-page .cart-nav .presell-tip{position:absolute;z-index:1;left:-2rem;top:1.75rem}.shopping-cart-page .cart-nav .triangle{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:12px solid #000;margin-left:6rem}.shopping-cart-page .cart-nav .pt-content{position:relative;padding:.25rem;background:#000;color:#fff;font-size:.3rem;border-radius:5px;text-align:center;width:7rem}.shopping-cart-page .login-info{height:1.15rem;padding:.425rem .5rem;color:#24acaa;text-align:center;font-size:.7rem}.shopping-cart-page .login-info .btn{display:inline-block;background:#ed0010;color:#fff;width:2rem;height:1.15rem;line-height:1.15rem}.shopping-cart-page .presell-info{height:1.5rem;padding:.375rem .75rem;font-size:.55rem;background:#f0f0f0;color:#b7b7b7}.shopping-cart-page .presell-info>span{display:block}.shopping-cart-page .presell-info .iconfont{float:left;font-size:1.125rem}.shopping-cart-page .presell-info .txt{height:.75rem;line-height:.75rem;margin-left:2rem}.shopping-cart-page .cart-goods{border-bottom:1px solid #e0e0e0;margin-bottom:.75rem}.shopping-cart-page .cart-goods .shopping-cart-good:last-child .info{border-bottom:none}.shopping-cart-page .invalid-goods{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:.75rem 0}.shopping-cart-page .freebie-and-advance-buy{font-size:.6rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:.75rem}.shopping-cart-page .freebie-and-advance-buy>li{box-sizing:border-box;height:2rem;line-height:2rem;margin-bottom:.25rem;padding:0 .5rem}.shopping-cart-page .freebie-and-advance-buy>li a{float:right;width:100%}.shopping-cart-page .freebie-and-advance-buy>li .under-line{display:inline-block;height:1px;width:91%;position:absolute;left:9%;background-color:#f1f1f1}.shopping-cart-page .freebie-and-advance-buy>li:last-child{margin-bottom:0}.shopping-cart-page .freebie-and-advance-buy>li:first-child .under-line{display:none}.shopping-cart-page .freebie-and-advance-buy .count{color:#7b7b7b;float:right}.shopping-cart-page .freebie-and-advance-buy .icon-right-arrow{color:#8f8f8f;float:right}.shopping-cart-page .activity-title{border-top:1px solid #e0e0e0;font-size:.8rem;padding:.5rem .5rem 0}.shopping-cart-page .activity{padding:.2rem .5rem .5rem .8rem;font-size:.65rem}.shopping-cart-page .activity li:before{content:"";display:inline-block;margin-right:.25rem;width:.2rem;height:.2rem;background-color:#000;border-radius:50%;position:relative;left:0;top:-.12rem}.shopping-cart-page .price-compute{padding:.5rem;border-top:1px solid #e0e0e0;font-size:.7rem}.shopping-cart-page .price-compute .title{display:inline-block;width:4.375rem}.shopping-cart-page .price-compute .minus{float:right}.shopping-cart-page .balance{position:fixed;box-sizing:border-box;bottom:0;width:100%;padding:.5rem;height:3rem;border-top:1px solid #e0e0e0;background:#fff}.shopping-cart-page .balance .iconfont{position:absolute;top:50%;margin-top:-.35rem;font-size:.7rem}.shopping-cart-page .balance p{float:right;margin-right:.8rem;font-size:.65rem}.shopping-cart-page .balance p span{display:block;height:1rem;line-height:1rem;color:#d0253b;font-weight:700}.shopping-cart-page .balance p .tip{color:#666;font-size:.55rem;text-align:right;font-weight:400}.shopping-cart-page .balance .btn-balance{float:right;width:3.5rem;height:2rem;line-height:2rem;text-align:center;background:#e01;color:#fff;border:none;font-size:.7rem}.shopping-cart-page .cart-zero{width:100%;height:auto;padding-top:2rem;padding-bottom:20%}.shopping-cart-page .cart-zero i{font-size:6em;display:block;margin:0 auto;text-align:center;color:#505050}.shopping-cart-page .cart-zero p{display:block;text-align:center;font-size:1.2em;color:#505050;padding:.6rem 0}.shopping-cart-page .cart-zero a{width:27%;height:1.2rem;overflow:hidden;line-height:1.2rem;border:1px solid #505050;border-radius:.2rem;display:block;margin:0 auto;text-align:center} \ No newline at end of file +@charset "utf-8";.yoho-header .nav-back,.yoho-header .nav-btn,.yoho-header .nav-home,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:none}.yoho-header .nav-back,.yoho-header .nav-btn,.yoho-header .nav-home,article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}.clearfix:after{content:'';display:table;clear:both}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-tap-highlight-color:transparent;tap-highlight-color:transparent}body,html{font-family:helvetica,Arial,黑体;width:100%;font-size:12px;line-height:1.4}button,input,select,textarea{font-size:100%;margin:0}img{max-width:100%;display:block;border:0;margin:0 auto}a{text-decoration:none;outline:none;color:#111}a:actived,a:link,a:visited{color:#000}:focus{outline:none}.hide{display:none}.overflow-hidden{overflow:hidden}@font-face{font-family:iconfont;src:url(../assets/font/iconfont.eot?154865db5bc);src:url(../assets/font/iconfont.eot?&154865db5bc#iefix) format('embedded-opentype'),url(../assets/font/iconfont.woff?154865db60f) format('woff'),url(../assets/font/iconfont.ttf?154865db5fe) format('truetype'),url(../assets/font/iconfont.svg?154865db5e9#iconfont) format('svg')}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;text-decoration:none;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.yoho-tip{position:fixed;display:none;text-align:center;width:70%;padding:34px 0;top:50%;left:50%;margin-left:-35%;margin-top:-45px;background-color:rgba(0,0,0,.7);color:#fff;font-size:18px;border:none;z-index:4;border-radius:10px}.tap-hightlight.highlight{background:#eee!important}.load-more-info{width:100%;height:1.75rem;line-height:1.75rem;text-align:center;font-size:14px;overflow:hidden}.load-more-info .status.hide{display:none}.yoho-header .nav-back,.yoho-header .nav-btn,.yoho-header .nav-home{display:block;position:absolute;top:0;width:2.25rem;height:2.25rem;font-size:20px;line-height:2.25rem;color:#fff;text-align:center;outline:none}.yoho-header{position:relative;background-color:#000;color:#fff;width:100%;overflow:hidden;height:2.25rem;line-height:2.25rem;z-index:1}.yoho-header a.highlight{background:hsla(0,0%,78%,.1)}.yoho-header .nav-back{left:.25rem}.yoho-header .nav-home{right:.25rem}.yoho-header .nav-btn{right:.25rem;font-size:14px}.yoho-header .nav-title{position:absolute;margin-left:2.5rem;margin-right:2.5rem;height:100%;font-size:.9rem;color:#fff;font-weight:700;top:0;right:0;left:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.yoho-header.boys{background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141)}.yoho-header.girls{background:#ff88ae}.yoho-header.kids{background:#7ad9f9}.yoho-header.life-style{background:#4f4138}.systemUpdate{width:100%;height:2.25rem;overflow:hidden;line-height:2.25rem;display:none;background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141)}.systemUpdate .systemHeader{width:85%;font-size:1.5rem}.systemUpdate .systemHeader,.systemUpdate span{height:100%;overflow:hidden;color:#fff;float:left;text-align:center}.systemUpdate span{width:14%;font-size:2rem;font-weight:700}.systemMain{width:92%;height:100%;overflow:hidden;background-color:#444;color:#fff;padding:0 4%;position:absolute;top:0;left:0}.systemMain p{font-size:1.3rem;line-height:1.5rem}.systemMain p:first-of-type{padding-top:2.25rem}.homebuttom{width:100%;height:2.25rem;overflow:hidden;border-top:1px solid hsla(0,0%,100%,.5);color:#fff;z-index:2;position:relative}.homebuttom ul{width:100%;height:90%;overflow:hidden;padding-top:.3rem}.homebuttom ul li{width:25%;height:100%;overflow:hidden;float:left;text-align:center}.homebuttom ul li i{width:100%;height:40%;display:block;color:#fff;margin-bottom:.2rem}.homebuttom ul li span{width:100%;height:auto;overflow:hidden;display:block;line-height:1rem;color:#fff}.homebuttom.boys{background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141)}.homebuttom.girls{background:#ff88ae}.homebuttom.kids{background:#7ad9f9}.homebuttom.life-style{background:#4f4138}.yoho-footer{font-size:.6rem;background-color:#fff;position:relative}.yoho-footer .op-row{padding:0 .75rem;height:3rem;line-height:3rem}.yoho-footer .op-row a,.yoho-footer .op-row span{display:inline-block;overflow:hidden}.yoho-footer .op-row .user-name{text-decoration:underline;margin-left:.3em;margin-right:1em;max-width:5rem;text-overflow:ellipsis;white-space:nowrap}.yoho-footer .op-row .back-to-top{position:absolute;right:1rem}.yoho-footer .op-row .sep-line{margin:0 .3em}.yoho-footer .copyright{height:3rem;line-height:3rem;border-top:1px solid #ccc;text-align:center;color:#666;background-color:#eee}.footer-tab,.yoho-footer.bottom{position:fixed;width:100%;bottom:0}.footer-tab{left:0;height:2.5rem;padding-top:.5rem;box-sizing:border-box;background:#fff;border-top:1px solid #b0b0b0;z-index:3}.footer-tab .tab-item{float:left;width:20%;text-align:center;color:#b0b0b0}.footer-tab .tab-item.current{color:#414141}.footer-tab .tab-icon{font-size:1rem;line-height:1}.footer-tab .tab-name{margin-top:.25rem;font-size:.5rem;line-height:1}.boys-wrap .footer-tab .tab-item.current{color:#414141}.girls-wrap .footer-tab .tab-item.current{color:#ff88ae}.kids-wrap .footer-tab .tab-item.current{color:#7ad9f9}.lifestyle-wrap .footer-tab .tab-item.current{color:#4f4138}.good-info{float:left;width:6.9rem;height:12.15rem;margin:0 .375rem .375rem}.good-info .tag-container{height:.7rem;width:100%;overflow:hidden}.good-info .tag-container .good-tag{display:block;float:left;height:.7rem;font-size:.45rem;text-align:center;line-height:.7rem;box-sizing:border-box;margin-right:.1rem}.good-info .tag-container .good-tag:last-child{margin-right:0}.good-info .tag-container .new-tag{width:1.5rem;background-color:#78dc7e;color:#fff}.good-info .tag-container .renew-tag{width:2.25rem;background-color:#78dc7e;color:#fff}.good-info .tag-container .sale-tag{width:1.5rem;background-color:#ff575c;color:#fff}.good-info .tag-container .new-festival-tag{width:2.25rem;background-color:#000;color:#fff}.good-info .tag-container .limit-tag{width:2.5rem;border:1px solid #000;color:#000}.good-detail-img{position:relative;height:9.2rem}.good-detail-img .good-islike{position:absolute;width:1.5rem;height:1.5rem;top:0;right:0;line-height:1.5rem;font-size:.75rem;text-align:center;color:#b0b0b0;text-decoration:none}.good-detail-img .good-like{color:#d72928}.good-detail-img img{display:block;width:100%;height:9.2rem}.good-detail-img .few-tag{position:absolute;bottom:0;width:100%;height:.7rem;background:#ffac5b;font-size:.45rem;color:#fff;line-height:.7rem;text-align:center}.good-detail-text .name a{display:block;line-height:1.4rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;font-size:.55rem;color:#444}.good-detail-text .price{line-height:.55rem;font-size:.55rem}.good-detail-text .price .sale-price{color:#d62927}.good-detail-text .price .sale-price.no-price{color:#000}.good-detail-text .price .market-price{margin:0 0 0 .125rem;color:#b0b0b0;text-decoration:line-through}.order-failure{background-size:100%}.good-failure,.order-failure{background-image:url(../assets/img/lazy-failure/order-good.jpg)}.good-failure{background-size:3.3rem!important;background-position-x:40%}.filter-body,.filter-mask{position:absolute;left:0;right:0;top:0}.filter-mask{height:100%;background:rgba(0,0,0,.1)}.filter-body{background:#fff;color:#000;cursor:pointer;font-size:14px;height:440px}.filter-body .classify{width:50%;height:100%;background:#f8f8f8}.filter-body .classify>li{height:60px;line-height:60px}.filter-body .classify>li>*{box-sizing:border-box}.filter-body .classify>li .shower{padding-left:20px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#333}.filter-body .classify>li .shower.highlight{background:#eee}.filter-body .classify>li .default{color:#999}.filter-body .classify>li .title{float:left;color:#000}.filter-body .classify>li.active{background:#fff}.filter-body .sub-classify{position:absolute;display:none;width:50%;height:440px;left:50%;top:0;overflow:auto;-webkit-overflow-scrolling:touch}.filter-body .sub-classify>li{height:60px;line-height:60px;padding-left:15px;border-bottom:1px solid #e6e6e6;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.filter-body .sub-classify>li.highlight{background:#eee}.filter-body .sub-classify .chosed-icon{display:none}.filter-body .sub-classify .chosed .chosed-icon{display:inline}.filter-body .active>.sub-classify{display:block}.loading-mask{position:fixed;background:rgba(0,0,0,.1);top:0;bottom:0;right:0;left:0;@-webkit-keyframes a{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes a{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}}.loading-mask .loading{position:absolute;width:60px;height:20px;top:50%;left:50%;margin-top:-10px;margin-left:-30px}.loading-mask .loading>div{display:inline-block;background:#fff;width:15px;height:15px;border-radius:100%;margin:2px}.loading-mask .loading>div:nth-child(1){-webkit-animation:a .75s .12s infinite cubic-bezier(.2,.68,.18,1.08);animation:a .75s .12s infinite cubic-bezier(.2,.68,.18,1.08)}.loading-mask .loading>div:nth-child(2){-webkit-animation:a .75s (1 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08);animation:a .75s (1 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08)}.loading-mask .loading>div:nth-child(3){-webkit-animation:a .75s (2 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08);animation:a .75s (2 + 1) * .12s infinite cubic-bezier(.2,.68,.18,1.08)}.index-page{width:100%;overflow:hidden;margin:0 auto}.index-page #yohood{background-color:transparent;background-image:url(../assets/img/yohood.png);background-size:40%;background-repeat:no-repeat;background-position-x:26%;background-position-y:36%;border:none;border-bottom:4px solid #fff}.index-page #yohood:active{background-image:url(../assets/img/yohood-tapped.png);background-color:hsla(0,0%,100%,.4);border-bottom-color:#000}.index-page #yohood:active .right-icon{color:#000}.index-page .index-header{box-sizing:border-box;padding:0 .5rem;width:100%;height:2.4rem;line-height:2.4rem}.index-page .index-header .index-logo{float:left;width:7.2rem;height:2.4rem;background:url(../assets/img/yohologo.png) 0 no-repeat;background-size:7rem 1.5rem;opacity:1;-webkit-transition:all .4s;transition:all .4s}.index-page .index-header .index-logo img{display:inline;vertical-align:middle;width:5.175rem;height:1.225rem}.index-page .index-header .index-logo.action{opacity:0;width:0}.index-page .index-header .box{position:relative;overflow:hidden;z-index:1}.index-page .index-header .box.action .clear-text,.index-page .index-header .box.action .no-search{display:block}.index-page .index-header .index-search{height:2.4rem;background:#fff;overflow:hidden;-webkit-transition:width .4s;transition:width .4s}.index-page .index-header .index-search .search-box{position:relative;top:.5rem;height:1.4rem;padding-right:2rem;-webkit-transition:width .4s;transition:width .4s;box-sizing:border-box;border:1px solid #ccc;overflow:hidden;-webkit-transition:margin-left .4s;transition:margin-left .4s}.index-page .index-header .index-search input{float:left;width:96%;font-size:.7rem;padding:.25rem;color:#999;overflow:hidden;border:none;-webkit-appearance:none}.index-page .index-header .index-search .iconfont{position:absolute;top:.2rem;width:1rem;font-size:.7rem;z-index:1;line-height:1rem}.index-page .index-header .index-search .clear-text{display:none;right:1.25rem;color:#ccc}.index-page .index-header .index-search .search-icon{right:.25rem;color:#666}.index-page .index-header .index-search .search-icon.empty{color:#e6e6e6}.index-page .index-header .no-search{display:none;float:left;margin-right:.25rem;color:#999;font-size:.7rem}.index-page .index-container{position:relative;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;background-color:#fff}.index-page .index-container .index_header{height:2rem;line-height:2rem;overflow:hidden;padding:0 .25rem}.index-page .index-container .index-channel{color:#fff;text-align:center;position:relative;background-color:#000;min-height:20rem}.index-page .index-container .index-channel .index-channel-list{margin-top:-7.5rem;width:100%;position:absolute;top:50%}.index-page .index-container .index-channel .index-channel-list .list-item{display:block;position:relative;margin:0 auto 1rem;width:10.8rem;height:2.6rem;text-align:center;font-size:.8rem;line-height:2.6rem;color:#fff;background-color:#000;border:4px solid #fff;font-weight:700}.index-page .index-container .index-channel .index-channel-list .list-item:last-child{margin-bottom:0}.index-page .index-container .index-channel .index-channel-list .lighter{font-weight:lighter}.index-page .index-container .index-channel .index-channel-list .right-icon{position:absolute;right:.25rem;top:0;font-weight:700}.index-page .index-container .index-channel .index-channel-list .homestyle{margin-bottom:1.25rem;width:7.1825rem}.search-page .search-input{position:relative;padding:.35rem .55rem;background:#f8f8f8}.search-page .search-input form{width:100%}.search-page .search-input .search-icon{position:absolute;font-size:.6rem;top:.65rem;left:.9rem;color:#b2b2b2}.search-page .search-input input{height:1.4rem;width:9.45rem;border-radius:.7rem;padding:0 1.3rem;font-size:.6rem;background:#fff;border:none}.search-page .search-input .clear-input{position:absolute;top:.5rem;right:3.625rem;font-size:.8rem;color:#666}.search-page .search-input .search{position:absolute;top:.45rem;right:1rem;border:none;background:transparent;color:#666;font-size:.75rem;line-height:1.4rem}.search-page .search-items{padding:1rem .5rem}.search-page .search-items h3{font-size:.6rem;margin-bottom:.5rem}.search-page .search-items li{float:left;margin-right:.5rem;margin-bottom:.5rem;max-width:100%;overflow:hidden}.search-page .search-items a{display:block;height:1.7rem;line-height:1.7rem;padding:0 .5rem;font-size:.7rem;background:#f8f8f8;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-page .search-items .clear-history{height:1.6rem;line-height:1.6rem;border:1px solid #e6e6e6;background:#fff;font-size:.7rem}.float-layer{height:44px;background:rgba(68,68,68,.95);position:fixed;width:100%;bottom:0;left:0;z-index:9999;padding:10px 0}.float-layer .float-layer-left{padding-left:22px;overflow:hidden;float:left}.float-layer .float-layer-left img{height:44px;float:left;margin-right:10px}.float-layer .float-layer-left p{float:left;font-size:16px;height:44px;line-height:44px;color:#fff}.float-layer .float-layer-left .yoho-icon{float:left;margin-right:10px;font-size:22px;line-height:44px;width:44px;height:44px;text-align:center;color:#fff;border-radius:10px;background-image:-webkit-linear-gradient(#323232,#0f0f0f);background-image:linear-gradient(#323232,#0f0f0f)}#float-layer-close{position:absolute;left:0;top:0;width:50px;height:50px}#float-layer-close .close-icon{position:absolute;left:0;top:0;color:silver;z-index:2}#float-layer-btn{position:absolute;top:50%;right:15px;font-size:16px;padding:0 10px;height:27px;line-height:27px;background:#fff;border-radius:5px;margin-top:-13px;-webkit-tap-highlight-color:rgba(0,0,0,.5)}#float-layer-btn:actived,#float-layer-btn:hover,#float-layer-btn:link,#float-layer-btn:visited{color:#000}.circle-rightbottom{position:absolute;width:25px;height:0;border:0 solid #323232;border-bottom:25px solid #323232;border-radius:0 0 25px 0}.err-page .err-bg{position:fixed;height:5rem;width:5rem;top:50%;left:50%;margin-left:-2.5rem;margin-top:-2.5rem;background:url(../assets/img/404.png) no-repeat;background-size:100% 100%}body.passport-body{background-color:#444;font-family:MicroSoft YaHei,SimSun,sans-serif}body.passport-body *{box-sizing:border-box}.passport-page{text-align:center;padding:0 6%}.passport-page .header{position:relative;height:40px;margin:20px 0 30px}.passport-page .header .go-back{display:block;position:absolute;height:30px;width:30px;top:5px;left:0;background:url(../assets/img/passport/go-back.png) no-repeat;background-size:100% 100%}.passport-page .header .title{font-size:20px;line-height:40px;color:#fff}.passport-page .header .img-header{width:68px;height:40px;background:url(../assets/img/passport/yoho-family.png) no-repeat;background-size:100% 100%;margin:0 auto}.passport-page .input-container,.passport-page .select-container{position:relative;width:100%;height:52px;font-size:20px;background-color:#575757;border:1px solid #606060;border-radius:5px;text-align:left;color:#fff}.passport-page .select-container .select{position:absolute;height:50px;padding-right:40px;right:0;color:#fff;background-color:transparent;border:0;border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;direction:rtl}.passport-page .select-container .select:focus{outline:0;border:none}.passport-page .select-container .select:-moz-focusring{color:transparent;text-shadow:0 0 0 #fff}.passport-page .select-container .select-title{line-height:2.5;margin-left:15px}.passport-page .select-container .arrow-right{position:absolute;width:13px;height:20px;right:15px;top:16px;background:url(../assets/img/passport/arrow-right.png) no-repeat;background-size:100% 100%}.passport-page .has-clear,.passport-page .has-eye{padding-right:30px}.passport-page .area-code{position:absolute;left:15px;line-height:2.5}.passport-page .phone-container{padding-left:55px}.passport-page .input{width:100%;line-height:26px;padding:12px 0;padding-left:15px;border-radius:5px;color:#fff;background-color:transparent;border:none}.passport-page .btn{display:block;width:100%;font-size:20px;line-height:2.5;background-color:#36a74c;border-radius:5px;color:#fff}.passport-page .btn.disable{background-color:#a2a2a2}.passport-page .country-select.in-android-uc{width:90px}.passport-page .clear-input{position:absolute;display:none;top:18px;right:10px;width:16px;height:16px;background:url(../assets/img/passport/clear-input.png) no-repeat;background-size:100% 100%}.passport-page .eye{position:absolute;top:20px;right:10px;width:19px;height:12px;background:url(../assets/img/passport/eye.png) no-repeat;background-size:100% 100%}.passport-page .eye.close{background-image:url(../assets/img/passport/eye-close.png)}.passport-page .row{margin-bottom:10px}.reg-page .register-tip{color:#fff;font-size:15px}.login-page .yoho-logo{position:absolute;height:31px;width:26px;background:url(../assets/img/passport/yoho.png);background-size:100% 100%;top:10px;left:15px}.login-page .acc-container{padding-left:45px}.login-page .op-container{position:relative;width:100%;margin:20px 0;text-align:left;font-size:16px}.login-page .op-container .forget-pwd,.login-page .op-container .go-register{text-decoration:underline;color:#858585}.login-page .op-container .forget-pwd{position:absolute;right:0}.login-page .third-party-login{text-align:left}.login-page .third-party-login>span{font-size:16px;color:#858585}.login-page .third-party-login .tp-link{text-align:center;padding:20px 0}.login-page .third-party-login .tp-link>a{display:inline-block;width:44px;height:44px;margin:0 7px;border-radius:50%;background-color:#333;background-repeat:no-repeat;background-size:100% 100%}.login-page .third-party-login .tp-link .alipay{background-image:url(../assets/img/passport/alipay.png)}.login-page .third-party-login .tp-link .weibo{background-image:url(../assets/img/passport/weibo.png)}.login-page .third-party-login .tp-link .weixin{background-image:url(../assets/img/passport/weixin.png)}.login-page .third-party-login .tp-link .qq{background-image:url(../assets/img/passport/qq.png)}.login-page .international{display:block;width:200px;padding:5px 10px;background-color:#333;border:none;border-radius:20px;margin:0 auto;font-size:16px;color:#d8d8d8}.login-page .login-tip{font-size:16px;position:relative;color:#d8d8d8;margin:15px 0}.login-page .login-tip .info-icon{display:inline-block;height:12px;width:12px;background-image:url(../assets/img/passport/info.png);background-size:100% 100%}.login-page .mask{position:fixed;display:none;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.5)}.login-page .retrive-pwd-ways{position:fixed;display:none;bottom:5px;left:10px;right:10px;font-size:16px}.login-page .retrive-pwd-ways li{background-color:#fff;width:100%;height:40px;line-height:40px;text-align:center}.login-page .retrive-pwd-ways li:nth-child(1){border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:1px solid #9f9f9f}.login-page .retrive-pwd-ways li:nth-child(2){border-bottom-left-radius:5px;border-bottom-right-radius:5px}.login-page .retrive-pwd-ways li:last-child{margin-top:10px;border-radius:5px}.back-email-success-page .tip{font-size:20px;color:#fff;margin-top:30px}.back-email-success-page .resend,.back-email-success-page .sub-tip{color:#939393;font-size:16px}.back-email-success-page .go-email{margin:20px 0 10px}.back-email-success-page .resend{float:right}.back-code-page .captcha-tip,.reg-code-page .captcha-tip{position:absolute;width:148px;text-align:center;right:15px;top:8px;color:#36a74c;padding:5px 0;border:1px solid #36a74c;border-radius:20px;font-size:16px}.back-code-page .captcha-tip.disable,.reg-code-page .captcha-tip.disable{color:#8f8f8f;border-color:#8f8f8f}.back-code-page .input-container,.reg-code-page .input-container{padding-right:190px}.back-code-page .text-container,.reg-code-page .text-container{color:#fff;font-size:16px;margin-bottom:20px}.back-code-page .phone,.reg-code-page .phone{color:#4ecae8}.back-code-page .clear-input,.reg-code-page .clear-input{right:170px}.back-code-page .tip,.reg-code-page .tip{margin-top:30px;color:#fff;font-size:14px;line-height:2}.back-code-page .tip a,.reg-code-page .tip a{color:#fff}.bind-page .bind-tip{color:#fff;font-size:15px}#yohood{background-image:url(../assets/img/yohood.png);background-size:40%;background-repeat:no-repeat;background-color:transparent;background-position-x:10%;background-position-y:40%;border:none;border-bottom:4px solid #fff}.success-page{color:#fefefe}.success-page .success-icon{width:74px;height:74px;margin:60px auto 30px;background:url(../assets/img/passport/success.png);background-size:100%}.success-page .success-tip{padding:10px;font-size:16px;line-height:1.5}.success-page .go{display:block;margin:30px auto;width:270px;height:40px;font-size:14px;line-height:40px;color:#fff;background:hsla(0,0%,100%,.4);border-radius:5px}.time-view-like-share{color:#b0b0b0;line-height:.95rem;height:.95rem;font-size:.6rem}.time-view-like-share .iconfont{vertical-align:9%;margin-right:.1rem;font-size:.6rem}.time-view-like-share .like-share-container{display:inline-block;float:right}.time-view-like-share .like-share-container>*{float:left}.time-view-like-share .like-share-container .iconfont{position:relative;height:1.5rem;line-height:1.5rem;display:inline-block;color:#b0b0b0;width:1.5rem;top:-.35rem;font-size:.85rem;text-align:center;margin-right:0;outline:none}.time-view-like-share .like-share-container .share-btn{margin-left:.5rem}.time-view-like-share .like-share-container .like-btn.like{color:#444}.time-view-like-share .like-share-container .collect-btn{margin-left:.5rem}.time-view-like-share .like-share-container .collect-btn.collected{color:#d62927}.guang-info{margin-bottom:.75rem;padding:0 0 .6rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.guang-info .info-author{display:block;width:100%}.guang-info .info-author .avatar{float:left;margin-top:.5rem;width:1.25rem;height:1.25rem;margin-left:.75rem;border-radius:50%}.guang-info .info-author .name{float:left;margin-left:.75rem;padding:.75rem 0;font-size:.7rem;color:#000}.guang-info .info-img{position:relative;width:100%}.guang-info .info-img img{display:block;width:100%}.guang-info .info-match{position:absolute;top:0;left:0;width:3.25rem;height:1.25rem;line-height:1.25rem;font-size:.7rem;color:#fff;background:#000;text-align:center;text-decoration:none;z-index:1}.guang-info .info-tag{position:absolute;top:0;left:2.625rem;height:1.25rem;width:1.25rem}.guang-info .info-tag.collocation{background-position:-1.5rem -6.75rem}.guang-info .info-tag.collocation,.guang-info .info-tag.fashion-good{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem}.guang-info .info-tag.fashion-good{background-position:-6.75rem -2.25rem}.guang-info .info-tag.fashion-man{background-position:0 -6.75rem}.guang-info .info-tag.fashion-man,.guang-info .info-tag.tip{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem}.guang-info .info-tag.tip{background-position:-6.75rem -5.25rem}.guang-info .info-tag.topic{background-image:url(../assets/img/sprite.guang.png);background-position:-6.75rem -3.75rem;background-size:8.75rem 8rem}.guang-info .info-deps{margin:.8rem 0 0;padding:0 1rem 0 .75rem}.guang-info .info-deps .info-title-container{text-decoration:none;color:#000}.guang-info .info-deps .info-title{line-height:1.1rem;color:#000;font-size:1rem;font-weight:700}.guang-info .info-deps .info-text{margin:.4rem 0 0;line-height:1.15rem;font-size:.7rem;color:#444}.guang-info .info-deps .time-view-like-share{margin-top:.4rem}.guang-info:last-child{margin-bottom:0}.ps-list-page{background-color:#f0f0f0}.ps-list-page .nav-tab,.ps-list-page .ps-content{width:100%}.ps-list-page .nav-tab{height:1.5rem;padding:.25rem 0;background-color:#fff}.ps-list-page .plus-nav,.ps-list-page .star-nav{box-sizing:border-box;float:left;width:50%;height:1.5rem;line-height:1.5rem;font-size:.4rem;text-align:center;color:#ccc}.ps-list-page .plus-nav.focus,.ps-list-page .star-nav.focus{color:#000}.ps-list-page .bytouch{background:#eee}.ps-list-page .star-nav{border-right:1px solid #ccc}.ps-list-page .plus-star-row{margin-bottom:.75rem}.ps-list-page .plus-star-row>a{display:block;height:7.75rem}.ps-list-page .plus-star-row>a>img{width:100%;height:100%}.ps-list-page .plus-star-row:last-child{margin-bottom:0}.ps-list-page .content.hide{display:none}.ps-list-page .swiper-container{height:7.75rem}.ps-list-page .swiper-pagination-bullet-active{background:#fff}.ps-list-page .brand-deps{height:1rem;line-height:1rem;padding-left:.25rem;font-size:.35rem;background:#fff;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ps-detail-page{background-color:#f0f0f0}.ps-detail-page .ps-block{margin-bottom:.75rem;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;background-color:#fff}.ps-detail-page .ps-block.header,.ps-detail-page .ps-block.related-infos{border-top:none}.ps-detail-page .ps-block.related-infos{margin-bottom:0;background-color:#f0f0f0}.ps-detail-page .header{position:relative}.ps-detail-page .header .banner{width:100%;height:7.75rem}.ps-detail-page .header .logo{position:absolute;border:1px solid #b5b5b5;height:4.2rem;width:4.2rem;top:5.65rem;left:1.25rem}.ps-detail-page .header .header-content{padding:0 .75rem}.ps-detail-page .header .name-islike-container{padding-left:6.2rem;margin-top:.6rem;font-size:.85rem}.ps-detail-page .header .name{color:#000;height:1.025rem;width:7.375rem}.ps-detail-page .header .brand-islike{position:relative;float:right;color:#b0b0b0;height:1.5rem;width:1.5rem;line-height:1.5rem;text-align:center;top:-.25rem;left:-.25rem}.ps-detail-page .header .brand-islike.like{color:red}.ps-detail-page .intro{margin-top:1.225rem;font-size:.6rem;color:#444;line-height:150%}.ps-detail-page .more-intro{padding:.75rem 0;font-size:.7rem;line-height:104%;color:#bbb;float:right}.ps-detail-page .more-intro .icon{display:inline-block;height:100%;width:1rem;-webkit-transition:-webkit-transform .1s ease-in;transition:-webkit-transform .1s ease-in;transition:transform .1s ease-in;transition:transform .1s ease-in,-webkit-transform .1s ease-in}.ps-detail-page .more-intro.spread .icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.ps-detail-page .new-arrival{padding-left:0 .75rem}.ps-detail-page .new-arrival .new-arrival-content{padding:.5rem .35rem}.ps-detail-page .new-arrival .more-goods-container{height:2.25rem;padding:0 .75rem;border-top:1px solid #e0e0e0;color:#000}.ps-detail-page .new-arrival .mg-text{height:100%;line-height:2.25rem;color:#000;text-decoration:none;display:block;font-size:.4rem}.ps-detail-page .new-arrival .more-prods{float:right;color:#b0b0b0}.ps-detail-page .new-arrival .new-arrival-header .more-prods{margin-right:.75rem;margin-top:.25rem}.ps-detail-page .new-arrival-header{padding-left:5.55rem;padding-top:.825rem}.ps-detail-page .new-arrival-header .header-text{font-size:.7rem;color:#000;line-height:122%;font-weight:700}.ps-detail-page .related-info-title{margin:0 .725rem;border:1px solid #e0e0e0;border-bottom:none;line-height:1.8rem;font-size:.75rem;color:#b0b0b0;text-align:center;background-color:#fff}.ps-detail-page .related-infos-container .guang-info:first-child{margin-top:0}.guang-list-page .editor-header{margin-bottom:.75rem;padding-top:.9rem;padding-bottom:1rem;background:#fff;border-bottom:1px solid #e0e0e0}.guang-list-page .avatar{float:left;margin-left:.75rem}.guang-list-page .avatar img{width:2.5rem;height:2.5rem;border-radius:50%}.guang-list-page .text{float:left;margin-left:.8rem;width:11.875rem}.guang-list-page .text .name{font-size:.8rem;line-height:1rem}.guang-list-page .text .info{margin-top:.15rem;color:#bdbdbf;font-size:.6rem;line-height:.8rem}.guang-list-page .swiper-container{width:100%;height:7.75rem}.guang-list-page .swiper-container img{height:100%;width:100%}.guang-list-page .swiper-container .swiper-pagination{bottom:0;left:0;width:100%}.guang-list-page .swiper-container .swiper-pagination-bullet-active{background:#fff}.guang-list-page .guang-nav{background-color:#fff;overflow:hidden;height:2rem}.guang-list-page .guang-nav-item{float:left;color:#ccc;font-size:.7rem;padding:0 .55rem;line-height:2rem}.guang-list-page .guang-nav-item.focus{color:#000}.guang-list-page .bytouch{background:#eee}.guang-list-page .info-list-container{overflow-x:hidden;background:#f0f0f0}.guang-list-page .info-list.hide{display:none}.guang-detail-page #wrapper{background:#f0f0f0}.guang-detail-page #wrapper.ios{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.guang-detail-page #wrapper.ios.has-head,.guang-detail-page #wrapper.ios.has-head+.fixed-top{top:2.25rem}.guang-detail-page .author{border-bottom:1px solid #e0e0e0;background:#fff}.guang-detail-page .author>a{display:block;height:100%}.guang-detail-page .author .avatar{float:left;margin-top:.5rem;margin-left:.75rem;width:1.25rem;height:1.25rem;border-radius:50%}.guang-detail-page .author .name{float:left;font-size:.7rem;color:#000;padding:.75rem 0;margin-left:.75rem}.guang-detail-page .author .intro{float:left;font-size:.7rem;color:#b0b0b0;padding:.75rem 0;margin-left:.75rem}.guang-detail-page .post-title{padding:.4rem 0 .65rem .75rem;background:#fff}.guang-detail-page .post-title .title{line-height:1.5rem;font-size:1rem;color:#000;font-weight:700}.guang-detail-page .text-block{padding:.5rem .75rem;line-height:1.15rem;font-size:.7rem;background:#fff;color:#444}.guang-detail-page .big-img-block{padding-bottom:.125rem;background:#fff}.guang-detail-page .big-img-block img{width:100%;height:16rem}.guang-detail-page .small-img-block{padding-bottom:.2rem;background:#fff}.guang-detail-page .small-img-block img{float:right;width:7.875rem;height:10.5rem}.guang-detail-page .small-img-block img:first-child{float:left}.guang-detail-page .collocation-block{background:#fff}.guang-detail-page .collocation-block .good-list{padding-left:.375rem}.guang-detail-page .thumb-container{padding-top:.75rem;padding-left:.5rem;background:transparent url(../assets/img/guang/thumb-container-bg.png) no-repeat;background-size:200% 100%}.guang-detail-page .thumb-container.fixed-top{position:fixed;left:0;right:0;top:0}.guang-detail-page .thumb-container.fixed-bottom{position:fixed;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9)}.guang-detail-page .thumb-container.absolute{position:absolute;left:0;right:0}.guang-detail-page .thumb-container.static{position:static}.guang-detail-page .thumb-container.hide{display:none}.guang-detail-page .clothe-type{position:absolute;right:.15rem;bottom:.85rem;width:.5rem;height:.5rem;border-radius:50%}.guang-detail-page .clothe-type.bag{background-position:-4.5rem -2.25rem}.guang-detail-page .clothe-type.bag,.guang-detail-page .clothe-type.cloth{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.cloth{background-position:0 -4.5rem}.guang-detail-page .clothe-type.dress{background-position:0 0}.guang-detail-page .clothe-type.dress,.guang-detail-page .clothe-type.headset{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.headset{background-position:-4.5rem -4.5rem}.guang-detail-page .clothe-type.lamp{background-position:-6.75rem 0}.guang-detail-page .clothe-type.lamp,.guang-detail-page .clothe-type.pants{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.pants{background-position:-2.25rem -4.5rem}.guang-detail-page .clothe-type.shoe{background-position:-4.5rem 0}.guang-detail-page .clothe-type.shoe,.guang-detail-page .clothe-type.swim-suit{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.swim-suit{background-position:-2.25rem -2.25rem}.guang-detail-page .clothe-type.under{background-position:0 -2.25rem}.guang-detail-page .clothe-type.under,.guang-detail-page .clothe-type.watch{background-image:url(../assets/img/sprite.guang.png);background-size:8.75rem 8rem;background-color:#fff}.guang-detail-page .clothe-type.watch{background-position:-2.25rem 0}.guang-detail-page .thumb{display:inline-block;position:relative;margin-right:.55rem;padding-bottom:.75rem}.guang-detail-page .thumb:last-child{margin-right:0}.guang-detail-page .thumb.focus .thumb-img{border-color:#000}.guang-detail-page .thumb-img{height:3.35rem;width:2.4rem;border:1px solid transparent}.guang-detail-page .related-reco-block{background:#fff;padding-left:.375rem;border-top:1px solid #e0e0e0}.guang-detail-page .related-reco-block h2{margin-left:-.375rem;line-height:2.6rem;font-size:.75rem;color:#b0b0b0;text-align:center}.guang-detail-page .related-reco-block .one-good{padding-left:.375rem;padding-right:.75rem;margin-bottom:.5rem}.guang-detail-page .related-reco-block .one-good .thumb{float:left;height:3.35rem;width:2.4rem}.guang-detail-page .related-reco-block .one-good .content-container{padding-left:3rem;height:3.35rem;line-height:1;font-size:.6rem}.guang-detail-page .related-reco-block .one-good .content-container>p{height:50%;line-height:2.35rem}.guang-detail-page .related-reco-block .one-good .content-container span{display:inline-block;line-height:.6rem}.guang-detail-page .related-reco-block .one-good .content-container .price{line-height:1.175rem}.guang-detail-page .related-reco-block .one-good .sale-price{color:#d62927;line-height:1.5}.guang-detail-page .related-reco-block .one-good .sale-price.no-price{color:#000}.guang-detail-page .related-reco-block .one-good .market-price{margin-left:.125rem;color:#b0b0b0;text-decoration:line-through;line-height:1.5}.guang-detail-page .related-reco-block .one-good .check-detail{display:inline-block;color:#000;border:1px solid;border-radius:2px;float:right;padding:0 .125rem;line-height:1.5}.guang-detail-page .link-block{display:block;height:2rem;line-height:2rem;padding:0 .75rem;font-size:.4rem;background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.guang-detail-page .link-block .iconfont{float:right;color:#ccc}.guang-detail-page .related-brand{margin-top:.75rem}.guang-detail-page .related-brand h2{margin:0 .725rem;background:#fff;border:1px solid #e0e0e0;border-bottom:none;line-height:1.8rem;font-size:.75rem;color:#b0b0b0;text-align:center}.guang-detail-page .related-brand .brand-list{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:.75rem 0;background:#fff}.guang-detail-page .related-brand .brand{float:left;width:3.95rem;height:3.2rem;border-right:1px solid #e0e0e0;margin-bottom:.25rem}.guang-detail-page .related-brand .brand a{display:block}.guang-detail-page .related-brand .brand:nth-child(4n){border-right:none}.guang-detail-page .related-brand .brand-logo{display:table-cell;width:3.95rem;height:2.35rem;vertical-align:middle}.guang-detail-page .related-brand .brand-logo img{display:block;max-width:3.95rem;max-height:2.35rem;vertical-align:middle;margin:0 auto}.guang-detail-page .related-brand .brand-name{margin:.25rem 0 0;line-height:.6rem;font-size:.45rem;color:#babac2;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guang-detail-page .related-tag{position:relative;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0;background:#fff}.guang-detail-page .related-tag .tag-bg{position:absolute;height:1rem;width:1rem;background:url(../assets/img/guang/tag.png) no-repeat;background-size:100% 100%;top:.875rem;left:.5rem}.guang-detail-page .related-tag .tag-list{margin-left:1.25rem}.guang-detail-page .related-tag li{float:left;margin-top:.775rem;margin-left:.775rem}.guang-detail-page .related-tag a{height:1.25rem;line-height:1.25rem;font-size:.75rem;color:#000;text-decoration:underline;white-space:nowrap}.guang-detail-page .related-info{margin-top:.75rem}.guang-detail-page .related-info h2{margin:0 .725rem;background:#fff;border:1px solid #e0e0e0;border-bottom:none;line-height:1.8rem;font-size:.75rem;color:#b0b0b0;text-align:center}.guang-detail-page .related-info .info-list{background:#fff;padding-bottom:.75rem;border-top:1px solid #e0e0e0}.guang-detail-page .related-info li{padding-top:.75rem;margin-bottom:.25rem}.guang-detail-page .related-info li a{display:block}.guang-detail-page .related-info li img{float:left;margin-left:.75rem;width:4.55rem;height:2.85rem}.guang-detail-page .related-info li img.square{height:4.55rem}.guang-detail-page .related-info .publish-time,.guang-detail-page .related-info .title{float:left;width:9rem;margin-left:.75rem;line-height:1rem;color:#444;font-size:.7rem}.guang-detail-page .related-info .publish-time{font-size:.45rem;margin-top:0;color:#b0b0b0}.guang-detail-page .related-info .publish-time .iconfont{font-size:.45rem}.yoho-header .nav-title{font-weight:400}.star-class-body{background:#333;width:100%;font:.3rem/1.5 Arial,黑体;float:left}.star-classroom{background:#333}.star-classroom img{max-width:100%;display:block;border:0;margin:0 auto}.star-classroom a{text-decoration:none;outline:none;color:#000}.star-classroom a:actived,.star-classroom a:hover,.star-classroom a:link,.star-classroom a:visited{color:#000}.star-classroom :focus{outline:none}.star-classroom .font-bold{font-weight:700}.star-classroom .classroom-mask{background-color:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;bottom:0;z-index:-1;display:none}.star-classroom .head-tab{width:100%;height:2.2rem;background:#000}.star-classroom .head-tab li{width:33.3%;text-align:center;float:left;line-height:2.2rem;font-size:.75rem}.star-classroom .head-tab li a{color:#b0b0b0;display:inline-block}.star-classroom .head-tab li.cur a{color:#fff}.star-classroom .banner-top{width:100%;height:7.75rem;margin-top:.75rem;position:relative}.star-classroom .banner-top .banner-swiper{width:100%;height:7.75rem;overflow:hidden;position:relative}.star-classroom .banner-top .banner-swiper ul{position:relative;height:7.75rem}.star-classroom .banner-top .banner-swiper ul li{float:left;width:100%;height:7.75rem}.star-classroom .banner-top .banner-swiper ul img{width:100%;height:100%}.star-classroom .banner-top .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center;z-index:1}.star-classroom .banner-top .swiper-pagination .pagination-inner{display:inline-block}.star-classroom .banner-top .swiper-pagination span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 .25rem;border-radius:50%}.star-classroom .banner-top .swiper-pagination .swiper-pagination-bullet-active{background:#fff;opacity:1}.star-classroom .home-floor-sign{width:100%;height:5.5rem;margin-top:.75rem;background:#000}.star-classroom .home-floor-sign .nav-left{width:2.55rem;margin:.75rem 0 0 .75rem;text-align:center;float:left}.star-classroom .home-floor-sign .nav-left .user-name{font-size:.6rem;color:#fff;margin-top:.75rem;white-space:nowrap}.star-classroom .home-floor-sign .nav-main{width:6.3rem;height:2.25rem;float:left;background-image:url(../assets/img/guang/star-classroom/user_info_bg.png);background-repeat:no-repeat;background-size:contain;margin:.9rem 0 0 .25rem}.star-classroom .home-floor-sign .nav-main p{color:#fff;line-height:1.15rem;font-size:.6rem;margin-left:.75rem;white-space:nowrap}.star-classroom .home-floor-sign .nav-right{width:4.875rem;text-align:center;float:right}.star-classroom .home-floor-sign .nav-right .wyf-img{width:2.975rem;height:2.7rem;margin-top:.75rem;background-image:url(../assets/img/guang/star-classroom/home-wyf.png);background-repeat:no-repeat;background-size:contain;display:inline-block}.star-classroom .home-floor-sign .nav-right .add-intimacy{width:3.275rem;height:1.3rem;background-image:url(../assets/img/guang/star-classroom/add_intimacy_bg.png);background-repeat:no-repeat;background-size:contain;color:#fff;font-size:.55rem;display:inline-block;white-space:nowrap;line-height:1.65rem;margin-left:.3rem}.star-classroom .home-floor-sign .user-head{width:2.5rem;height:2.5rem;border-radius:50%;border:.05rem solid #e0e0e0;background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-size:contain;display:block}.star-classroom .floor-header-more{width:100%;height:2.2rem;background:#000;position:relative;margin-top:.75rem;border-top:1px solid #000}.star-classroom .floor-header-more h2{color:#fff;font-size:.85rem;line-height:2.2rem;text-align:center}.star-classroom .floor-header-more .more-btn{width:1.6rem;height:2.4rem;line-height:2.15rem;position:absolute;right:.5rem;top:0;color:#b0b0b0;font-size:1.25rem}.star-classroom .home-floor-subject .subject-banner{width:100%;height:7.75rem}.star-classroom .subject-video-area{width:100%;height:7.75rem;margin-top:.75rem;background:#000}.star-classroom .subject-video-area #subject-video{width:100%;height:7.75rem}.star-classroom .home-floor-collocation{background:#000;padding-bottom:1.5rem}.star-classroom .home-floor-collocation .collocation-big-img{width:100%;height:6.925rem;padding:0 .35rem;box-sizing:border-box}.star-classroom .home-floor-collocation .collocation-big-img li{width:6.9rem;height:6.925rem;margin:0 .375rem;float:left}.star-classroom .home-floor-collocation .collocation-big-img img{height:100%}.star-classroom .home-floor-collocation .collocation-img{width:100%;height:3.475rem;margin-top:.75rem;position:relative}.star-classroom .home-floor-collocation .collocation-img .collocation-swiper{width:100%;height:3.475rem;overflow:hidden;position:relative}.star-classroom .home-floor-collocation .collocation-img ul{position:relative;height:3.475rem}.star-classroom .home-floor-collocation .collocation-img li{float:left;width:5.725rem;height:3.475rem;margin-left:.75rem}.star-classroom .home-floor-collocation .collocation-img img{width:100%;height:100%}.star-classroom .pop-intimacy{width:14.5rem;height:23rem;background:#fff;border-radius:.25rem;position:fixed;top:.5rem;left:.75rem;z-index:-1;display:none}.star-classroom .pop-intimacy .intimacy-head{text-align:center;color:#444;height:3.5rem;padding-top:.5rem;box-sizing:border-box;position:relative}.star-classroom .pop-intimacy .intimacy-head .pop-close{width:.625rem;height:.625rem;background-image:url(../assets/img/guang/star-classroom/pop-close.png);background-repeat:no-repeat;background-size:contain;position:absolute;right:.5rem;top:.6rem}.star-classroom .pop-intimacy .intimacy-head h1{font-size:1.4rem;font-weight:700;line-height:1rem}.star-classroom .pop-intimacy .intimacy-head h4,.star-classroom .pop-intimacy .my-intimacy{font-size:.6rem}.star-classroom .pop-intimacy .my-intimacy span{min-width:.25rem;height:.75rem;line-height:.75rem;border-radius:.75rem;font-size:.5rem;color:#fff;padding:0 .25rem;margin-left:.35rem;background-color:#444}.star-classroom .pop-intimacy .increased{font-size:.6rem;display:none}.star-classroom .pop-intimacy .increased span{color:red}.star-classroom .pop-intimacy .calendar{width:100%;float:left}.star-classroom .pop-intimacy .week{width:100%;height:.95rem;background:#aeaeae;padding:0 .575rem;box-sizing:border-box}.star-classroom .pop-intimacy .week h3{width:1.9rem;text-align:center;font-size:.6rem;color:#fff;float:left;line-height:.95rem}.star-classroom .pop-intimacy .day-item{float:left;width:100%;padding:.125rem .575rem;box-sizing:border-box}.star-classroom .pop-intimacy .day-item .item{width:1.9rem;color:#444;float:left;text-align:center;cursor:pointer;margin:.125rem 0 0;height:1.4rem;line-height:1.4rem;font-size:.7rem}.star-classroom .pop-intimacy .day-item .last-item{color:#d2d2d2}.star-classroom .pop-intimacy .day-item .sign-item{background-image:url(../assets/img/guang/star-classroom/sign-circle.png);background-position:50%;background-repeat:no-repeat;background-size:contain}.star-classroom .pop-intimacy .fan-charts{width:100%;height:2.2rem;border-top:1px solid #d5d5d5;text-align:center;position:relative;float:left}.star-classroom .pop-intimacy .fan-charts h2{font-size:.7rem;color:#444;line-height:2.2rem}.star-classroom .pop-intimacy .fan-charts .arrow{width:2.2rem;height:2.2rem;position:absolute;top:0;right:0;color:#b0b0b0;line-height:2.2rem}.star-classroom .fan-charts-cont{width:100%;line-height:2.2rem;float:left}.star-classroom .fan-charts-cont li{width:100%;height:2.2rem;border-top:1px solid #d5d5d5;position:relative;padding:0 .625rem;box-sizing:border-box}.star-classroom .fan-charts-cont .rank-ico{width:1.3rem;height:.975rem;border-radius:0;background-image:url(../assets/img/guang/star-classroom/king-ico.png);background-color:#fff;background-repeat:no-repeat;background-size:contain;color:#fff;font-size:.6rem;text-align:center;line-height:1.25rem;font-weight:700;position:relative;top:.625rem}.star-classroom .fan-charts-cont .rank-avatar{width:1.5rem;height:1.5rem;border-radius:50%;position:relative;top:.375rem;margin-left:.5rem;background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-size:contain;display:block}.star-classroom .fan-charts-cont .fans-name{margin-left:.6rem;font-size:.6rem;color:#444;width:4.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:2.2rem}.star-classroom .fan-charts-cont .fans-intimacy{width:3.75rem;float:right;font-size:.5rem;color:#444}.star-classroom .fan-charts-cont .fans-intimacy span{font-size:.6rem;color:#d0021b;margin-left:.125rem}.star-classroom .fan-charts-cont li>*{float:left}.star-classroom .things-article{width:100%;float:left}.star-classroom .things-article>li{width:100%;float:left;padding:0 0 .75rem .75rem;box-sizing:border-box;background:#000}.star-classroom .things-article>li .author-info{width:100%;padding-top:.75rem;float:left;border-top:1px solid #b0b0b0}.star-classroom .things-article>li .author-info img{width:1.75rem;height:1.75rem;border-radius:50%;float:left}.star-classroom .things-article>li .author-nav{float:left;margin-left:.5rem;overflow:hidden}.star-classroom .things-article>li .author-nav h2{font-size:.7rem;color:#fff}.star-classroom .things-article>li .article-count{font-size:.6rem;color:#b0b0b0}.star-classroom .things-article>li .article-count span{margin-right:.55rem}.star-classroom .things-article>li .article-count .see-ico{width:.775rem;height:.6rem;padding-left:1rem}.star-classroom .things-article>li .artice-cont{width:100%;margin-top:.75rem;float:left}.star-classroom .things-article>li .artice-cont p{width:100%;height:4.5rem;font-size:.7rem;line-height:1.15rem;padding-right:.75rem;color:#fff;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.star-classroom .things-article>li .artice-imgs{width:100%;margin-top:.75rem;float:left}.star-classroom .things-article>li .artice-imgs>li{float:left;width:4.75rem;height:4.75rem;margin-right:.125rem}.star-classroom .things-article>li .artice-imgs>li img{width:100%;height:100%;border-radius:.1rem}.star-classroom .artice-zan{width:100%;border-top:1px solid #b0b0b0;margin-top:.675rem;float:left;padding-top:.5rem}.star-classroom .artice-zan .iconfont{float:left;width:.85rem;height:.85rem;line-height:.85rem;display:inline-block;color:#b0b0b0;font-size:.85rem;text-align:center;margin:.225rem 1.325rem 0 .35rem;outline:none}.star-classroom .artice-zan .like{color:#d62927}.star-classroom .artice-zan ul{float:left;width:10.5rem;height:1.25rem;overflow:hidden}.star-classroom .artice-zan li{float:left;margin:0 .25rem;width:1.25rem;height:1.25rem}.star-classroom .artice-zan li img{width:100%;height:100%;border-radius:50%}.star-classroom .artice-zan .zan-more{float:left;width:1.25rem;height:1.25rem;border-radius:50%;margin:0 .25rem;background:#f0f0f0;color:#acb1b7;font-size:.6rem;text-align:center;line-height:1.25rem}.star-classroom .subject-list{width:100%;height:auto;overflow:hidden}.star-classroom .subject-list li{width:100%;float:left;background:#000;margin-top:.75rem}.star-classroom .subject-list li img{width:100%}.star-classroom .subject-list li p{width:100%;height:2.2rem;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 .85rem;font-size:.85rem;line-height:2.2rem}.star-classroom .subject-list li a{color:#fff}.star-classroom .collocation-list{width:100%;float:left}.star-classroom .collocation-list li{float:left;width:100%;margin-top:.75rem;background:#000}.star-classroom .collocation-list li .cont-area{width:100%;box-sizing:border-box;padding:.75rem}.star-classroom .collocation-list li .cont-txt{font-size:.7rem;line-height:1.15rem;color:#b0b0b0;margin-top:.25rem}.star-classroom .collocation-list li img{width:100%}.star-classroom .collocation-list li .title{font-size:1rem;line-height:1.2rem;color:#fff;width:100%}.star-classroom .count-area{position:relative;width:100%;height:.8rem}.star-classroom .count-area span{font-size:.6rem;color:#b0b0b0;height:.8rem;line-height:.8rem}.star-classroom .count-area span i{display:inline-block;margin-right:.125rem;font-size:.6rem}.star-classroom .count-area .time{float:left}.star-classroom .count-area .see{float:left;margin-left:.5rem}.star-classroom .count-area .time-ico{width:.6rem;height:.6rem}.star-classroom .count-area .see-ico{width:.775rem;height:.6rem}.star-classroom .count-area .collection{position:absolute;right:3.05rem}.star-classroom .count-area .collected-ico{width:.85rem;height:.8rem;vertical-align:text-bottom}.star-classroom .count-area .collected{color:#d62927}.star-classroom .count-area .forward{width:1rem;height:.7rem;position:absolute;right:.575rem;margin-left:1.125rem;font-size:.6rem;color:#b0b0b0;height:.8rem;line-height:.8rem}.star-classroom .things-list .things-article>li{margin-top:.75rem}.star-classroom .things-list .things-article>li .author-info{border-top:none}.star-classroom .check-in{background:#f0f0f0}.star-classroom .check-in .check-in-header{width:100%;height:7.075rem;background-image:url(../assets/img/guang/star-classroom/checkIn-bg.jpg);background-repeat:no-repeat;background-size:contain}.star-classroom .check-in .head-cont{text-align:center;padding-top:.75rem;height:4.875rem;box-sizing:border-box}.star-classroom .check-in .head-cont .user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;border:.1rem solid;border-color:hsla(0,0%,100%,.6);background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-origin:border-box;background-size:contain;display:inline-block}.star-classroom .check-in .head-cont .user-name{color:#fff;font-size:.6rem;font-weight:700;margin-top:.175rem}.star-classroom .check-in .count-area{width:100%;float:left}.star-classroom .check-in .count-nav{width:7.975rem;float:left;margin-top:.3rem}.star-classroom .check-in .count-nav p{width:100%;text-align:center;color:#fff;line-height:.8rem;font-size:.55rem}.star-classroom .check-in .line{width:.05rem;height:1.15rem;float:left;margin-top:.65rem;box-sizing:border-box;border-left:1px solid #fff}.star-classroom .check-in .ranking-area{width:100%;background:#fff;border-top:1px solid #e0e0e0;margin-top:.75rem;padding-left:.75rem;box-sizing:border-box}.star-classroom .check-in .ranking-area li{width:100%;height:3rem;padding-top:.5rem;box-sizing:border-box;border-bottom:1px solid #e0e0e0}.star-classroom .check-in .ranking-area .rank-avatar{width:2rem;height:2rem;border-radius:50%;background-image:url(../assets/img/me/index/user-avatar.png);background-repeat:no-repeat;background-size:contain;float:left}.star-classroom .check-in .ranking-area .ranking-mid{float:left;margin-left:.5rem}.star-classroom .check-in .ranking-area .rank-ico{min-width:.45rem;height:.95rem;border-radius:.95rem;background:#444;display:inline-block;text-align:center;line-height:1rem;color:#fff;font-size:.6rem;font-weight:700;padding:0 .25rem}.star-classroom .check-in .ranking-area .rank-name{font-size:.6rem;color:#444;margin-top:.125rem;width:6.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;height:.95rem;line-height:.95rem}.star-classroom .check-in .ranking-area .ranking-rg{font-size:.5rem;color:#444;float:right;margin:.5rem .75rem 0 0}.star-classroom .check-in .ranking-area .intimacy{margin-left:.25rem;font-size:.9rem;color:#b0b0b0}.star-classroom .check-in .high-light .rank-ico{width:1.3rem;height:.975rem;line-height:1.25rem;border-radius:0;background-image:url(../assets/img/guang/star-classroom/king-ico.png);background-color:#fff;background-repeat:no-repeat;background-size:contain;padding:0}.star-classroom .check-in .high-light .intimacy{color:#d0021b}@media screen and (max-height:480px){.star-classroom .pop-intimacy{height:19.9rem}.star-classroom .pop-intimacy .day-item .item{height:1.25rem;line-height:1.25rem;margin-top:0}.star-classroom .pop-intimacy .fan-charts{height:1.9rem}.star-classroom .pop-intimacy .fan-charts h2{line-height:1.9rem}.star-classroom .pop-intimacy .fan-charts .arrow{height:1.9rem;line-height:1.9rem}.star-classroom .pop-intimacy .intimacy-head h1{font-size:1.25rem}.star-classroom .fan-charts-cont{line-height:1.9rem}.star-classroom .fan-charts-cont .rank-ico{top:.425rem}.star-classroom .fan-charts-cont .rank-avatar{top:.175rem}.star-classroom .fan-charts-cont .fans-name,.star-classroom .fan-charts-cont li{height:1.9rem}}.header-download{position:relative;height:5.3rem;padding:1.2rem 0 0;overflow:hidden}.header-download .download-bg{position:absolute;left:0;top:0;width:100%;z-index:-1}.header-download .yoho-logo{height:1.425rem;background:url(../assets/img/app-logo.png) no-repeat 50%;background-size:auto 100%}.header-download p{line-height:1.2rem;font-size:.7rem;color:#fff;text-align:center}.header-download .download-btn{display:block;margin:.45rem auto 0;width:7.35rem;height:1.6rem;line-height:1.6rem;border:solid #fff;font-size:.9rem;text-align:center;color:#fff}.header-download .close-btn{position:absolute;top:.425rem;right:.325rem;width:1.25rem;height:1.25rem;background:url(../assets/img/close-icon.png);background-size:100% 100%}.banner-top{position:relative}.banner-top .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center;z-index:1}.banner-top .swiper-pagination .pagination-inner{display:inline-block}.banner-top .swiper-pagination .pagination-inner span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 .225rem;border-radius:50%}.banner-top .swiper-pagination .pagination-inner span.swiper-pagination-bullet-active{background:#fff;opacity:1}.banner-swiper{overflow:hidden}.banner-swiper,.banner-swiper ul{position:relative;height:7.75758rem}.banner-swiper ul li{float:left}.banner-swiper ul li,.banner-swiper ul li img{width:100%;height:100%}.banner-center{margin:.75rem 0 0;height:5rem;overflow:hidden}.banner-center img{display:block;width:100%;height:100%}.banner-bottom{margin:.75rem 0 0;height:4rem;overflow:hidden}.banner-bottom img{display:block;width:100%}.side-nav{display:none;background:#fff;position:fixed;top:0;bottom:0;left:0;right:2.5rem;width:13.5rem;background:#f0f0f0;z-index:4;overflow:hidden;overflow-y:auto;-webkit-transition:all .3s;transition:all .3s}.side-nav>ul{margin-bottom:.5rem;background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.side-nav li{position:relative;height:1.9rem;line-height:1.9rem;background:#fff}.side-nav li a{display:block;height:100%;padding-left:2.75rem;color:#444}.side-nav li em{font-weight:700;font-size:.65rem}.side-nav li .title{display:inline-block;font-size:.9rem;vertical-align:bottom;padding-left:.5rem;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 50% 0;transform-origin:0 50% 0}.side-nav li .nav-icon,.side-nav li .nav-img{position:absolute;width:.95rem;height:.95rem;top:50%;margin-top:-.475rem;left:.875rem;background:no-repeat 0;background-size:100% 100%}.side-nav li .enter-subnav{position:absolute;right:.75rem;top:0;bottom:0;font-size:.9rem;color:#b0b0b0;font-weight:lighter}.side-nav li:after{content:'';position:absolute;right:0;bottom:0;width:10.75rem;height:0;border-top:1px solid #e0e0e0}.side-nav li:last-child:after{content:none}.side-nav li.highlight{background:#eee}.side-nav .first li{height:2.2rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0}.side-nav .first li em{font-size:.9rem}.side-nav .first li .nav-icon,.side-nav .first li .nav-img{width:1.2rem;height:1.2rem;margin-top:-.6rem;left:.75rem}.side-nav .first li:last-child{border-bottom:none}.side-nav .first li:after{content:none}.side-nav .first .sub-nav li{border-bottom:1px solid #e0e0e0}.side-nav li.boys i{background:url(../assets/img/side-nav/boys.png) no-repeat 0;background-size:100% 100%}.side-nav li.girls i{background:url(../assets/img/side-nav/girls.png) no-repeat 0;background-size:100% 100%}.side-nav li.kids i{background:url(../assets/img/side-nav/kids.png) no-repeat 0;background-size:100% 100%}.side-nav li.life i{background:url(../assets/img/side-nav/life.png) no-repeat 0;background-size:100% 100%}.side-nav li.guang .nav-icon,.side-nav li.trendfinder .nav-icon{background:url(../assets/img/side-nav/guang.png) no-repeat 0;background-size:100% 100%}.side-nav.on{display:block}.sub-nav{display:none;position:fixed;bottom:0;top:0;left:0;width:13.5rem;background:#fff!important;overflow:hidden;-webkit-transform:translateX(13.5rem);transform:translateX(13.5rem);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.sub-nav li{height:2rem!important;line-height:2rem!important;border:none;border-bottom:1px solid #e0e0e0}.sub-nav li a{position:relative;display:block;margin:0 0 0 .75rem;padding-left:.25rem;font-size:.9rem;z-index:2}.sub-nav li .nav-point{position:absolute;left:0;font-size:.4rem;color:#f0f0f0}.sub-nav li em{font-weight:400;font-size:.75rem!important}.sub-nav li:after{content:none}.sub-nav li.highlight{background:#eee}.sub-nav li.current .nav-point,.sub-nav li:hover .nav-point{color:#3e3e3e}.sub-nav li:first-child{height:2.25rem!important;line-height:2.25rem!important;background:#3e3e3e}.sub-nav li:first-child a{color:#fff;border-bottom:none;padding-left:1.75rem}.sub-nav li:first-child .nav-back{position:absolute;left:0}.sub-nav.show{display:block;z-index:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.floor-header{margin:.725rem .75rem 0;border:1px solid #e0e0e0;border-bottom:none;height:1.75rem;line-height:1.75rem;font-size:.75rem;color:#b1b1b1}.floor-header,.floor-header-more{background:#fff;text-align:center}.floor-header-more{position:relative;height:2.475rem;line-height:2.475rem;margin:.725rem 0 0;border-top:1px solid #e0e0e0;font-size:.8rem;color:#444}.floor-header-more .more-btn{position:absolute;right:.75rem;top:0;bottom:0;color:#b0b0b0;font-size:1.25rem}.fine-brands{background:#fff;border-top:1px solid #e0e0e0}.fine-brands a{display:block;text-decoration:none}.fine-brands .brand{float:left;width:3.95rem;height:4.35rem;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;overflow:hidden}.fine-brands .brand .brand-logo{display:table-cell;width:3.95rem;height:3.25rem;vertical-align:middle}.fine-brands .brand .brand-logo img{display:block;max-width:3.95rem;max-height:3.25rem;vertical-align:middle;margin:0 auto}.fine-brands .brand .brand-name{line-height:1.1rem;font-size:.45rem;color:#babac2;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fine-brands .brand:nth-child(4n){border-right:none}.fine-brands .more .brand-logo{display:block;text-align:center;line-height:3.75rem}.fine-brands .more .brand-logo .iconfont{font-size:1.2rem;color:#333}.creative-life{background:#fff}.creative-life .banner{display:block;height:10rem;overflow:hidden}.creative-life .banner img{width:100%;height:100%}.creative-life .classify-list{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.creative-life .classify-list>li{float:left;width:5.3rem;height:4.8rem;border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.creative-life .classify-logo{width:5.3rem;height:4.8rem}.creative-life .classify-logo img{display:block;width:100%;height:100%}.creative-life .classify-name{line-height:1.3rem;font-size:.65rem;color:#000;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden}.creative-life .classify:nth-child(3n){border-right:0}.plus-star img{display:block;width:100%;height:4.95rem;border-top:1px solid #e0e0e0}.maybe-like{position:relative;background:#fff;padding-left:.375rem;border-top:1px solid #ccc;margin-top:.75rem}.maybe-like .title{height:2.6rem;font-size:.95rem;line-height:2.6rem;text-align:center;color:#dadada}.maybe-like .icon{display:inline-block;height:.775rem;width:.775rem;background:url(../assets/img/up-icon.png) no-repeat;background-size:100% 100%}.maybe-like .maybe-like-nav{width:100%;height:1.5rem;padding:.25rem 0;background-color:#fff}.maybe-like .maybe-like-nav:before{content:'';position:absolute;border-top:1px solid #ccc;left:0;top:2rem;width:16rem;height:0}.maybe-like .maybe-like-nav-item{box-sizing:border-box;float:left;width:50%;height:1.5rem;line-height:1.5rem;text-align:center;color:#ccc;border-right:1px solid #ccc}.maybe-like .maybe-like-nav-item.focus{color:#000}.load-more-img{padding-left:0;height:5rem;border-top:1px solid #ccc;overflow:hidden}.load-more-img img{display:block;width:100%;height:100%}.icons-wrapper{box-sizing:border-box;padding:.75rem 0 .4rem;background:#fff;border-bottom:1px solid #e0e0e0}.icons-item{float:left;margin-bottom:.25rem;width:25%;height:3.65rem;text-align:center}.imagebar{display:block;margin:0 auto;text-align:center;width:2.45rem;height:2.45rem;line-height:2.45rem;box-sizing:border-box;overflow:hidden}.imagebar img{width:100%;height:100%}.linkbar{display:block;line-height:1.1rem;font-size:.6rem}.linkbar,.linkbar:active,.linkbar:hover,.linkbar:link,.linkbar:visited{color:#444}.trend-coll-wrapper{background:#fff;height:16.125rem;border-bottom:1px solid #e0e0e0}.trend-coll-header{position:relative;widows:100%}.trend-coll-header .trend-coll-title{width:100%;height:2.5rem;line-height:2.5rem;text-align:center;font-size:.85rem;color:#747474}.trend-coll-header .more{position:absolute;right:.6rem;top:.5rem}.trend-coll-content{padding:0 0 0 .375rem}.trend-coll-content .lspan,.trend-coll-content .rspan{float:left;margin:0 .375rem}.lspanimg,.rspanimg{display:block;float:right;width:6.875rem;height:6.875rem}.trend-coll-tail{box-sizing:border-box;width:100%;height:6.675rem;clear:both}.recommend-title{widows:100%;height:2.5rem;line-height:2.5rem;text-align:center;font-size:.85rem}.recommend-swiper{width:100%;height:3.5rem;overflow:hidden}.recommend-list{position:relative;height:100%}.recommend-list .recommend-item{float:left;padding-left:5%;width:21.875%;height:3.5rem}.recommend-list .recommend-item a{display:block;width:100%;height:100%}.recommend-list .recommend-item a img{width:100%;height:100%}.trend-topic-wrapper{background:#fff}.trend-topic-content{position:relative;width:100%;border-bottom:1px solid #e0e0e0}.trend-topic-content .swiper-pagination{position:absolute;left:0;right:0;bottom:.55rem;text-align:center;z-index:0}.trend-topic-content .swiper-pagination .pagination-inner{display:inline-block}.trend-topic-content .swiper-pagination span{float:left;width:.4rem;height:.4rem;margin:0 .2rem;background:#f0f0f0;border-radius:50%;opacity:1}.trend-topic-content .swiper-pagination span.swiper-pagination-bullet-active{background:#b0b0b0}.trend-topic-swiper{height:13.35rem;overflow:hidden}.trend-topic-swiper ul{position:relative}.trend-topic-swiper ul li{float:left;height:13.35rem}.trend-topic-swiper ul li .img-box{margin:0 auto;width:14.5rem;height:9rem;line-height:9rem;text-align:center}.trend-topic-swiper ul li .img-box img{vertical-align:middle;width:100%;height:100%}.trend-topic-swiper ul li .item-content{margin:.5rem .75rem 0}.trend-topic-swiper ul li .item-content .title{line-height:1.3rem;font-size:.75rem;color:#000;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}.trend-topic-swiper ul li .item-content .time{margin:.4rem 0 0;line-height:.6rem;color:#afafaf;font-size:.45rem}.trend-topic-swiper ul li .item-content .time .time-icon{margin-right:.2rem;font-size:.35rem}.category-swiper{position:relative;height:10rem;overflow:hidden}.category-swiper ul li{float:left;width:100%}.category-swiper ul li a,.category-swiper ul li img{display:block;width:100%;height:100%}.category-swiper .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center}.category-swiper .swiper-pagination .pagination-inner{display:inline-block}.category-swiper .swiper-pagination .pagination-inner span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 (.225rem);border-radius:50%}.category-swiper .swiper-pagination .pagination-inner span.swiper-active-switch{opacity:1}.goods-category{background:#fff}.goods-category .category-list{height:9.55rem;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;overflow:hidden}.goods-category .category-list li{float:left;width:4.775rem;height:4.775rem;border-left:1px solid #e0e0e0}.goods-category .category-list li .first-show{display:none}.goods-category .category-list li .img-box{height:100%;line-height:100%;text-align:center}.goods-category .category-list li .img-box img{width:100%;height:100%;vertical-align:middle}.goods-category .category-list li .category-name{line-height:.8rem;font-size:.5rem;color:#444;text-align:center}.goods-category .category-list li:first-child{width:6.325rem;height:9.55rem;border-left:none}.goods-category .category-list li:first-child .img-box{height:100%;line-height:100%}.goods-category .category-list li:first-child .category-name{line-height:1rem;font-size:.55rem}.goods-category .category-list li:nth-child(4),.goods-category .category-list li:nth-child(5){border-top:1px solid #e0e0e0}.hot-brands{border-bottom:1px solid #e0e0e0;background:#fff}.hot-brands .floor-header{background:#f0f0f0;margin:0;padding:.725rem .75rem 0;border:0}.hot-brands .floor-header h2{border:1px solid #e0e0e0;background:#fff;border-bottom:0}.hot-brands a{display:block;text-decoration:none;height:100%}.hot-brands .brand{float:left;width:3.95rem;height:4.35rem;border-right:1px solid #e0e0e0;border-top:1px solid #e0e0e0;overflow:hidden}.hot-brands .brand .brand-logo{display:table-cell;width:3.95rem;height:3.2rem;line-height:3.2rem;text-align:center;font-size:0;vertical-align:middle}.hot-brands .brand .brand-logo img{max-width:100%;max-height:100%}.hot-brands .brand .brand-name{line-height:1.1rem;font-size:.45rem;color:#babac2;text-align:center;text-decoration:none;border-bottom:none;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}.hot-brands .brand:nth-child(5n){border-right:none}.hot-brands .more{float:left;width:7.925rem;height:4.35rem;border-top:1px solid #e0e0e0}.hot-brands .more a{display:block;width:100%;height:100%;background:url(../assets/img/more-brand.png) no-repeat;background-size:100% 100%}.brands-swiper{background:#fff;width:100%;height:4rem;padding-top:.5rem;border-top:1px solid #e0e0e0;overflow:hidden}.brands-swiper .brands-list{position:relative;height:4rem}.brands-swiper .brands-list li{float:left;padding-left:5%;width:21.875%;height:3.5rem}.brands-swiper .brands-list li a{position:relative;display:block;width:100%;height:100%;line-height:3.5rem;font-size:0}.brands-swiper .brands-list li img{display:inline-block;max-width:100%;max-height:100%;vertical-align:middle}.brands-swiper .brands-list li .brands-title{position:absolute;left:.2rem;right:.2rem;bottom:.2rem;height:.7rem;line-height:.7rem;text-align:center;font-size:.45rem;color:#444;background:hsla(0,0%,100%,.5);overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap}.hot-category{margin:.75rem 0 0;border-bottom:1px solid #e0e0e0}.hot-category .category-banner{height:4.95rem}.hot-category .category-banner img{display:block;width:100%;height:4.95rem}.hot-category .category-list{background:#fff}.hot-category .category-list li{float:left;width:3.95rem;height:4.35rem;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;overflow:hidden}.hot-category .category-list li .img-box{width:100%;height:100%;line-height:3.85rem;text-align:center;overflow:hidden;font-size:0}.hot-category .category-list li .img-box img{vertical-align:middle;width:100%;height:100%;max-width:100%;max-height:100%}.hot-category .category-list li .category-title{line-height:.55rem;color:#aaa;font-size:.45rem;text-align:center}.home-header{height:2.25rem;line-height:2.25rem;background-image:-webkit-linear-gradient(#323232,#414141);background-image:linear-gradient(#323232,#414141);position:relative}.home-header .iconfont{color:#fff}.home-header .nav-btn{position:absolute;left:0;top:0;bottom:0;z-index:2;padding:0 .8rem}.home-header .logo{display:block;margin:0 auto;width:5.2rem;height:2.175rem;background:url(../assets/img/yohologo02.png) no-repeat 50%;background-size:100%}.home-header .logo.animate{background:url(../assets/img/yohologo01.png) no-repeat 50%;background-size:100%}.home-header .search-btn{position:absolute;right:0;top:0;width:2.25rem;height:2.25rem;text-align:center}.home-header .search-btn a{display:block;color:#fff;font-size:20px;line-height:2.25rem}.home-header .iconfont.highlight{background:hsla(0,0%,78%,.4)}.girls-wrap .home-header{background:#ff88ae}.kids-wrap .home-header{background:#7ad9f9}.lifestyle-wrap .home-header{background:#4f4138}.kids-wrap .logo{font-style:italic;font-family:helvetica,Arial,榛戜綋;font-weight:700;color:#fff}#thumb-row{background-color:#f0f0f0;text-align:center;padding:.8rem 0 0}#thumb-row .thumb-row-box{display:inline-block;width:6.875rem;height:4rem;border-radius:4px;background-size:100%;background-repeat:no-repeat;background-position:50%;margin:0 .36rem}.notice-wrap .trend{position:relative;box-sizing:border-box;float:left;width:4.25rem;height:1.8rem;background-image:url(../assets/img/sprite.me.png);background-position:0 -4.525rem;background-size:8.05rem 6.575rem;background-color:#fff}.notice-wrap .trend:after{content:'';position:absolute;right:0;top:.4rem;width:1px;height:1rem;background:#eee}.notice-wrap .notice{box-sizing:border-box;float:left;padding:0 .75rem;background:#fff;width:11.75rem;height:1.8rem;overflow:hidden}.notice-wrap .notice .notice-item{display:block;width:100%;font-size:.6rem;line-height:1.8rem;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notice-wrap .notice .notice-icon{display:inline-block;margin-right:.25rem;width:.7rem;height:.7rem;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -3.325rem;background-size:8.05rem 6.575rem;vertical-align:middle}.notice-wrap .notice span.notice-icon{background-repeat:no-repeat!important}.fresh-swiper{position:relative;overflow:hidden}.fresh-swiper ul li{float:left;width:100%}.fresh-swiper ul li a,.fresh-swiper ul li img{display:block;width:100%;height:100%}.fresh-swiper .swiper-pagination{position:absolute;left:0;right:0;bottom:.5rem;text-align:center}.fresh-swiper .swiper-pagination .pagination-inner{display:inline-block}.fresh-swiper .swiper-pagination .pagination-inner span{display:inline-block;width:.35rem;height:.35rem;background:#fff;opacity:.5;margin:0 .225rem;border-radius:50%}.fresh-swiper .swiper-pagination .pagination-inner span.swiper-active-switch{opacity:1}.fresh-list-swiper{overflow:hidden;padding-bottom:.375rem;background-color:#fff;height:11.75rem}.fresh-list-swiper ul{box-sizing:border-box}.fresh-list-swiper li{float:left;width:6rem;margin:.5rem .25rem 0;border:none}.fresh-list-swiper li .img-box{width:100%;height:8rem;overflow:hidden;text-align:center;position:relative}.fresh-list-swiper li .img-box img{width:100%;height:8rem;vertical-align:middle;border:none;outline:none}.fresh-list-swiper li .fresh-info .fresh-name a{display:block;overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap;color:#444;line-height:1.2rem;font-size:.55rem}.fresh-list-swiper li .fresh-info .cur-price{color:#d62927;font-size:.55rem}.fresh-list-swiper li .fresh-info .old-price{margin:0 0 0 .25rem;color:#b0b0b0;text-decoration:line-through;font-size:.55rem}.fresh-list-swiper li .fresh-info .fresh-icon{background:#d62927;width:2.5rem;height:.825rem;display:block;margin:.2rem auto 0;color:#fff;text-align:center;border-radius:1rem;line-height:.825rem}.fresh-list-swiper li:first-child{margin-left:.5rem}.fresh-list-swiper li:last-child{margin-right:.5rem}.fresh-list{position:relative;padding:.375rem 0 0 .375rem}.coupon-area-page{max-width:16rem;overflow:hidden}.just-img{margin:0}.coupon-floor,.just-img{width:100%;float:left}.coupon-floor .floor-title{background-color:#fff;text-align:center;height:2.4rem;line-height:2.4rem;font-size:.75rem}.coupon-floor .floor-main{height:4.5rem;width:100%;background-size:100%;background-repeat:no-repeat;padding:.25rem .75rem;box-sizing:border-box;float:left}.coupon-floor .floor-main .main-left{float:left;width:11.675rem;height:4rem}.coupon-floor .floor-main .main-right-go,.coupon-floor .floor-main .main-right-receive,.coupon-floor .floor-main .main-right-use{float:right;width:2.825rem;height:4rem;position:relative}.coupon-floor .floor-main .main-right-go span,.coupon-floor .floor-main .main-right-receive span,.coupon-floor .floor-main .main-right-use span{background-repeat:no-repeat;background-size:contain}.coupon-floor .floor-main .main-right-go span.on-receive,.coupon-floor .floor-main .main-right-receive span.on-receive,.coupon-floor .floor-main .main-right-use span.on-receive{position:absolute;left:50%;top:1.25rem;margin-left:-.65rem;display:inline-block;width:1.3rem;height:1.35rem;background-image:url(../assets/img/coupon/click-txt.png)}.coupon-floor .floor-main .main-right-go span.received,.coupon-floor .floor-main .main-right-receive span.received,.coupon-floor .floor-main .main-right-use span.received{width:2.825rem;height:3.3rem;background-image:url(../assets/img/coupon/received.png);position:absolute;top:0;right:0}.coupon-floor .floor-main .main-right-go span.zero,.coupon-floor .floor-main .main-right-receive span.zero,.coupon-floor .floor-main .main-right-use span.zero{width:2.775rem;height:3.3rem;background-image:url(../assets/img/coupon/zero.png);position:absolute;top:0;right:0}.floor-mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:none;z-index:9}.floor-message{position:fixed;top:50%;left:50%;width:13.75rem;height:6.25rem;margin-left:-6.875rem;margin-top:-3.125rem;z-index:10;background-color:hsla(0,0%,98%,.92);display:none;border-radius:.25rem}.floor-message .coupon-message-content{border-bottom:1px solid #c5c5c5;height:4rem;text-align:center;line-height:4rem;font-size:.7rem}.floor-message .coupon-message-op{height:2.25rem;text-align:center;line-height:2.25rem;font-size:.8rem;color:#df6270}.floor-tooltip{position:fixed;top:50%;left:50%;width:5.5rem;height:3.5rem;margin-left:-2.75rem;margin-top:-1.75rem;z-index:11;background-color:rgba(60,60,60,.7);display:none;border-radius:.2rem;color:#fff}.floor-tooltip .icon-box{height:2.1rem;line-height:2.1rem;text-align:center}.floor-tooltip .icon-msg{height:1.4rem;text-align:center}.mobile-container{width:100%;overflow:hidden}.mobile-wrap{position:relative;z-index:2;background:#f0f0f0;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.mobile-wrap.menu-open{-webkit-transform:translateX(13.5rem);transform:translateX(13.5rem)}.overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:#000;z-index:4;-webkit-transition:opacity 1s;transition:opacity 1s}.overlay.show{display:block;opacity:.3}.brand-page .re-pos-search{top:4.25rem!important}.brand-page .hide-when-loading{display:none}.brand-page .genderNav{display:block;width:100%;height:2rem;line-height:2rem;overflow:hidden;color:#aeaeae;z-index:3;position:fixed;top:2.25rem;border-bottom:1px solid #e1e1e1;background-color:#fff}.brand-page .genderNav ul{width:100%;height:90%;overflow:hidden}.brand-page .genderNav ul li{width:25%;height:100%;overflow:hidden;float:left;text-align:center;position:relative;font-size:.7rem}.brand-page .genderNav ul li i{width:100%;height:40%;overflow:hidden;display:block}.brand-page .genderNav ul li span:not(.split-border){width:100%;height:auto;overflow:hidden;display:block}.brand-page .genderNav ul li .split-border{display:inline-block;width:.05rem;height:1rem;background-color:#e1e1e1;position:absolute;top:30%;right:0}.brand-page .genderNav ul li:last-child .split-border{display:none}.brand-page .genderNav ul li.active{color:#444}.brand-page .newbrand-search{width:93.75%;height:1.5rem;padding:.35rem 3.125%;background-color:#f8f8f8;left:0;top:2.25rem;position:fixed;z-index:2}.brand-page .newbrand-search .search-box{position:relative;width:12.5rem;height:1.5rem;background-color:#fff;border-radius:.75rem;padding:0 .8rem 0 1.3rem}.brand-page .newbrand-search .search-box a{width:100%;height:1.5rem;border:0;display:block}.brand-page .newbrand-search .search-box a span{line-height:1.5rem;color:#bdbdbd;font-size:1.2em;padding-left:.45rem}.brand-page .newbrand-search .search-box .search-icon{position:absolute;font-size:.6rem;top:0;left:.6rem;line-height:1.5rem;color:#bdbdbd}.brand-page .newbrand-search .search-box .search-input{border:none;width:95%;height:1.5rem;font-size:1.2em;padding:0 .25rem}.brand-page .newbrand-search .search-box .search-action{display:none;position:absolute;top:0;right:-1.85rem;font-size:.8rem;line-height:1.5rem;color:#666}.brand-page .newbrand-search .search-box .cancel-btn{display:inline;font-size:.7rem;vertical-align:middle;color:#666}.brand-page .newbrand-search .search-box .clear-text{margin-right:.5rem}.brand-page .banner-top{padding-top:6.45rem;background-color:#f8f8f8}.brand-page .hot-brands{padding-top:4.45rem}.brand-page .hot-brands .floor-header{padding:0}.brand-page .hot-brands .brands-swiper{border-top:0}.brand-page .hot-brand{margin:.75rem 0 0}.brand-page .hot-brand .hot-brand-list{background:#fff}.brand-page .hot-brand .hot-brand-list li{float:left;width:3.95rem;height:3.95rem}.brand-page .hot-brand .hot-brand-list li .img-box{display:table-cell;vertical-align:middle;text-align:center;width:3.95rem;height:3.95rem}.brand-page .hot-brand .hot-brand-list li img{max-width:3.5rem;max-height:3.5rem}.brand-page .brand-list{width:100%}.brand-page .brand-list .title-bar{width:100%;background:#eee;color:#999;position:relative}.brand-page .brand-list .title-bar h2{padding:0 .5rem;height:1.25rem;line-height:1.25rem;font-size:.85rem;border-top:1px solid #e6e6e6;background-color:#f4f4f4}.brand-page .brand-list p{cursor:pointer;padding:0 .5rem}.brand-page .brand-list p a{display:block;height:1.9rem;line-height:1.9rem;font-size:.7rem;border-bottom:1px solid #f3f3f3;border-top:1px solid #f9f9f9}.brand-page .brand-list p a i{display:inline-block;margin-top:-.1rem;width:2.7rem;height:1.05rem;text-align:center;vertical-align:middle;font-size:.7rem;line-height:1.1rem;color:#fff;border-radius:1.25rem;-webkit-transform:scale(.8);transform:scale(.8)}.brand-page .brand-list p a .icon-hot{background:red}.brand-page .brand-list p a .icon-new{background:#86c048}.brand-page .right-bar{width:1.5rem;height:75%;top:20%;overflow:auto;position:fixed;right:.05rem;border-radius:.3rem;background:rgba(0,0,0,.8);z-index:2;display:none}.brand-page .right-bar b{height:.9rem;line-height:.9rem;text-align:center;display:block;color:#999;font-weight:700}.brand-page .right-bar::-webkit-scrollbar{display:none}.brand-page .con{padding-top:.25rem}.brand-page .search-result{padding-top:4.4rem}.category-page{font-size:.75rem}.category-page .search-input{position:relative;background-color:#f8f8f8;padding:.325rem .5rem}.category-page .search-input p{box-sizing:border-box;width:100%;height:1.5rem;line-height:1.5rem;border:none;padding-left:1.65rem;border-radius:1.5rem;font-size:.65rem;background:#fff;color:#999}.category-page .search-icon{position:absolute;top:0;bottom:0;left:1.075rem;line-height:2.15rem;color:#999}.category-page .category-nav{height:1.75rem;border-bottom:1px solid #e6e6e6}.category-page .category-nav li{display:block;box-sizing:border-box;float:left;height:100%;padding:.5rem 0;width:25%;text-align:center;color:#999}.category-page .category-nav li:last-child{border-right:none}.category-page .category-nav li.focus{color:#000}.category-page .category-nav li.bytouch{background:#eee}.category-page .category-nav span{display:block;width:100%;height:.75rem;line-height:.75rem;font-size:.75rem;border-right:1px solid #e6e6e6}.category-page .category-nav li:last-child span{border-right:0}.category-page .content{background:#f8f8f8}.category-page .content.hide{display:none}.category-page .primary-level{float:left;box-sizing:border-box;width:45%}.category-page .primary-level>li{height:2.225rem;line-height:2.225rem;padding-left:.8rem}.category-page .primary-level>li.focus{background-color:#fff}.category-page .primary-level>li.highlight{background-color:#eee}.category-page .sub-level-container{float:left;box-sizing:border-box;background:#fff;width:55%;height:100%}.category-page .sub-level{width:100%}.category-page .sub-level>li{box-sizing:border-box;height:2.225rem;line-height:2.225rem;border-bottom:1px solid #e6e6e6;padding-left:.5rem}.category-page .sub-level>li.highlight{background:#eee}.category-page .sub-level>li:last-child{border-bottom:none}.category-page .sub-level a{display:block;height:100%;width:100%;color:#000}.category-page .sub-level.hide{display:none}.my-page{background:#f0f0f0}.my-page,.my-page a{color:#444}.my-page .user-info{display:block;position:relative;padding:0 .75rem;color:#fff;font-size:.85rem;line-height:4.2rem;height:4.2rem;background:url(../assets/img/me/index/header-bg.jpg);background-size:cover}.my-page .user-info .user-avatar{float:left;position:relative;top:.4rem;width:3.15rem;height:3.15rem;border-radius:50%;border:.15rem solid #a7a8a9;background-image:url(../assets/img/me/index/user-avatar.png);background-size:100%}.my-page .user-info .username{float:left;padding:0 .4rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:7.25rem}.my-page .user-info .vip-icon{display:inline-block;width:1.8rem;height:.8rem;vertical-align:middle}.my-page .user-info .vip-3{background-position:0 -5.775rem}.my-page .user-info .vip-2,.my-page .user-info .vip-3{background-image:url(../assets/img/sprite.me.png);background-size:8.05rem 6.575rem}.my-page .user-info .vip-2{background-position:-2.05rem -5.775rem}.my-page .user-info .vip-1{background-image:url(../assets/img/sprite.me.png);background-position:-4.1rem -5.775rem;background-size:8.05rem 6.575rem}.my-page .user-info .more-icon{position:absolute;top:1rem;right:.75rem;width:2.2rem;height:2.2rem;line-height:2.2rem;text-align:center}.my-page .user-info .more-icon.highlight{background:hsla(0,0%,78%,.1)!important}.my-page .login-btn{display:block;position:absolute;top:1rem;left:4.85rem;width:6.1rem;height:2.05rem;line-height:2.05rem;color:#fff;border:.1rem solid #fff;text-align:center}.my-page .my-link{padding:.15rem 0;text-align:center;background:rgba(0,0,0,.8);height:1.9rem}.my-page .my-link .link-item{position:relative;float:left;color:#fff;font-size:.7rem;width:5.3rem}.my-page .my-link .link-item p{font-size:.6rem}.my-page .my-link .link-item.highlight{background:hsla(0,0%,78%,.1)!important}.my-page .my-link .link-item:after{content:'';position:absolute;right:0;top:.6rem;width:0;height:1.1rem;border-right:1px solid #fff}.my-page .my-link .link-item:last-of-type:after{content:none}.my-page .my-link.no-login{padding:0;height:2.2rem}.my-page .my-link.no-login .link-item p{font-size:.8rem;line-height:2.2rem}.my-page .notice{margin-bottom:.75rem;padding:0 .75rem;background:#fff;height:1.8rem;overflow:hidden}.my-page .notice .notice-item{display:block;width:100%;font-size:.6rem;line-height:1.8rem;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-page .notice .notice-icon{display:inline-block;margin-right:.25rem;width:.7rem;height:.7rem;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -3.325rem;background-size:8.05rem 6.575rem;vertical-align:middle}.my-page .my-order{margin-bottom:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.my-page .my-order .order-title{display:block;padding:0 .75rem;font-size:16px;line-height:2.2rem}.my-page .my-order .order-title span{color:#e0e0e0;float:right}.my-page .my-order .order-title.highlight{background:#eee}.my-page .my-order .order-type{padding:.5rem .75rem;text-align:center;border-top:1px solid #e0e0e0}.my-page .my-order .order-type .type-item{position:relative;float:left;color:#444;font-size:.35rem;line-height:1.5;width:4.825rem}.my-page .my-order .order-type .type-item .num{position:absolute;top:-.6rem;right:.9rem;width:1.8rem;height:1.8rem;font-size:1rem;line-height:1.8rem;color:#fff;background:#f03d35;text-align:center;border-radius:50%;-webkit-transform:scale(.5);transform:scale(.5)}.my-page .my-order .order-type .type-item.highlight{background:#eee}.my-page .my-order .order-type .iconfont{font-size:1rem}.my-page .group-list{margin-bottom:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.my-page .group-list .list-item{display:block;position:relative;padding:0 .75rem;font-size:16px;line-height:2.2rem}.my-page .group-list .list-item .opinion{width:1.3rem;height:1.3rem;overflow:hidden;display:inline-block;background-image:url(../assets/img/sprite.me.png);background-position:-4.95rem -2.05rem;background-size:8.05rem 6.575rem;position:relative;top:.36rem;margin-right:.3rem}.my-page .group-list .list-item.highlight{background:#eee}.my-page .group-list .list-item:after{content:'';position:absolute;right:0;bottom:0;width:13.5rem;height:0;border-top:1px solid #e0e0e0}.my-page .group-list .list-item:last-child:after{content:none}.my-page .group-list .icon{margin-right:.25rem;font-size:1.25rem;vertical-align:top}.my-page .group-list .num{color:#e0e0e0;float:right}.vip-grade-page{background:#f0f0f0;padding-bottom:.75rem}.vip-grade-page .block{padding:0 .75rem;margin-bottom:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.vip-grade-page .basic-info{padding-top:.75rem;padding-bottom:.625rem}.vip-grade-page .basic-info p{width:100%;height:auto;overflow:hidden;display:block}.vip-grade-page .basic-info span{overflow:hidden}.vip-grade-page .basic-info .user-name{float:left;max-width:6rem;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;margin-right:.5rem}.vip-grade-page .basic-info .vip-icon{float:left;width:1.8rem;height:.8rem;line-height:.9rem}.vip-grade-page .basic-info .vip-3{background-position:0 -5.775rem}.vip-grade-page .basic-info .vip-2,.vip-grade-page .basic-info .vip-3{background-image:url(../assets/img/sprite.me.png);background-size:8.05rem 6.575rem}.vip-grade-page .basic-info .vip-2{background-position:-2.05rem -5.775rem}.vip-grade-page .basic-info .vip-1{background-image:url(../assets/img/sprite.me.png);background-position:-4.1rem -5.775rem;background-size:8.05rem 6.575rem}.vip-grade-page .basic-info .grade-desc{margin-top:.5rem;font-size:.55rem;color:#b0b0b0}.vip-grade-page .basic-info .sum-cost{font-size:.55rem}.vip-grade-page .basic-info .sum-cost>span{font-style:italic;font-size:.7rem;color:#d1021c}.vip-grade-page .basic-info .progresser{position:relative;width:100%;height:.5rem;padding:.5rem 0}.vip-grade-page .basic-info .outer{height:.5rem;background:#e6e6e6;border-radius:.25rem}.vip-grade-page .basic-info .inner{position:absolute;top:.5rem;height:.5rem;background:#d1021c;border-radius:.25rem}.vip-grade-page .basic-info .beacon{position:absolute;margin-top:.125rem;font-style:italic}.vip-grade-page .basic-info .beacon-max{right:0}.vip-grade-page .basic-info .cost-limit{position:absolute;top:-.125rem;right:0;color:#b0b0b0}.vip-grade-page .basic-info .cost-gap{color:#000;margin:0 .2rem}.vip-grade-page .basic-info .sub-desc{display:block}.vip-grade-page .cost{padding:0 0 0 .75rem}.vip-grade-page .cost li{height:2.25rem;line-height:2.25rem;font-size:.75rem;padding-right:0}.vip-grade-page .cost li>span{float:right;padding:0 .75rem 0 0}.vip-grade-page .cost li:first-child{border-bottom:1px solid #e0e0e0}.vip-grade-page .privilege{padding-right:0;padding-bottom:1rem}.vip-grade-page .privilege .title{height:2.25rem;line-height:2.25rem;font-size:.75rem;border-bottom:1px solid #e0e0e0}.vip-grade-page .all-privilege{display:block;height:2.25rem;line-height:2.25rem;font-size:.75rem;margin-bottom:0}.vip-grade-page .all-privilege .iconfont{float:right;color:#e0e0e0}.vip-privilege-page{padding:0 .5rem}.privilege-list{background:#fff}.privilege-list .icon{float:left;display:block;width:1.75rem;height:1.75rem}.privilege-list li{height:1.75rem;padding:.625rem 0}.privilege-list P{font-size:.7rem;margin-left:2.5rem}.privilege-list span{display:block;color:#b0b0b0;font-size:.55rem}.order-page{background:#f0f0f0}.order-page .order{position:relative;display:block;background:#fff;margin:.75rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.order-page .order .footer,.order-page .order .header{height:2.25rem;line-height:2.25rem;font-size:.75rem;padding:0 .75rem}.order-page .order .header{border-bottom:1px solid #e0e0e0}.order-page .order .order-status{float:right}.order-page .order .footer{text-align:right;border-top:1px solid #e0e0e0}.order-page .order .sum-cost{color:#e01;margin-left:.125rem}.order-page .order .order-opt{padding:.75rem 0;padding-right:.75rem;border-top:1px solid #e0e0e0;text-align:right}.order-page .order .order-opt .btn{display:inline-block;box-sizing:border-box;height:1.5rem;line-height:1.5rem;width:3.5rem;font-size:.6rem;text-align:center;border:1px solid #000;border-radius:5px}.order-page .order .order-opt .pay{background:#d0021b;color:#fff;border:none;margin-left:.5rem}.order-page .order:last-child{margin-bottom:0}.order-page .no-order{position:absolute;background:#fff;text-align:center;top:50%;margin-top:-5.5rem;width:100%}.order-page .no-order .icon{width:3.825rem;height:4.9rem;background:url(../assets/img/me/no-order.png) no-repeat;background-size:100%;margin:0 auto}.order-page .no-order span{display:block;color:#b0b0b0;font-size:.6rem;margin:.75rem 0 2rem}.order-page .no-order .walk-way{display:block;height:2rem;line-height:2rem;width:70%;margin:0 auto;text-align:center;font-size:.75rem;color:#fff;background:#444;border-radius:5px}.order-nav{border-bottom:1px solid #e0e0e0;background:#fff}.order-nav a{display:block;height:100%;width:100%;color:#b0b0b0}.order-nav>li{float:left;height:2.25rem;width:25%;line-height:2.25rem;color:#b0b0b0;font-size:.65rem;text-align:center}.order-nav>li.active a{color:#000}.order-good{position:relative;padding:.5rem 0;margin-left:.85rem;height:4rem;border-bottom:1px solid #e0e0e0;font-size:.65rem}.order-good .thumb-wrap{position:relative;float:left;width:3rem;height:4rem}.order-good .thumb{width:100%;height:100%}.order-good .tag{position:absolute;bottom:0;left:0;right:0;color:#fff;text-align:center;font-size:.3rem}.order-good .tag:before{display:block;line-height:1;-webkit-transform:scale(.833);transform:scale(.833)}.order-good .gift-tag{height:.625rem;background:#a1ce4e}.order-good .gift-tag:before{content:'赠品'}.order-good .advance-buy-tag{height:.625rem;background:#eb76aa}.order-good .advance-buy-tag:before{content:'加价购'}.order-good .deps{margin-left:3.375rem}.order-good .name{font-size:.7rem;max-width:70%;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-good .row:nth-child(2){height:1.125rem;line-height:1.125rem}.order-good .row:nth-child(2)>span{margin-right:.375rem}.order-good .color,.order-good .size{color:#b6b6b6}.order-good .price-wrap{position:absolute;top:.5rem;right:.75rem;text-align:right}.order-good .price{color:#e01}.order-good .count{display:block;color:#999;text-align:right;line-height:1.125rem}.order-good .appear-date{color:red}.order-good:last-child{border-bottom:none}.order-detail-page{background:#f0f0f0}.order-detail-page .block{position:relative;background:#fff;padding:.5rem .75rem}.order-detail-page .block .iconfont{position:absolute;left:.75rem;top:50%;font-size:1rem;margin-top:-.75rem}.order-detail-page .sub{position:relative}.order-detail-page .sub .iconfont{left:0}.order-detail-page .logistics{display:block}.order-detail-page .logistics .icon-right{right:.625rem;left:auto;color:#b0b0b0}.order-detail-page .logistics .sub-content{border-top:1px solid #e0e0e0;margin-top:.5rem;padding-top:.5rem}.order-detail-page .owner-info{border-bottom:1px solid #e0e0e0;line-height:1.5}.order-detail-page .beside-icon{margin-left:1.5rem}.order-detail-page .name-phone{font-size:.75rem}.order-detail-page .name-phone span{float:right}.order-detail-page .address{font-size:.6rem;margin-top:.25rem}.order-detail-page .order-status{margin:.5rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding-right:0}.order-detail-page .sub-content span{display:block;color:#b0b0b0;font-size:.6rem}.order-detail-page .sub-content .sub-title{display:block;color:#000;font-size:.65rem}.order-detail-page .goods{padding:0;margin-top:.5rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.order-detail-page .cost li{font-size:.7rem}.order-detail-page .cost li span{float:right}.order-detail-page .cost li:last-child span{color:red}.order-detail-page .opt{text-align:right;border-top:1px solid #e0e0e0}.order-detail-page .btn{display:inline-block;box-sizing:border-box;width:3.5rem;height:1.5rem;line-height:1.5rem;border-radius:5px;font-size:.65rem;text-align:center;border:1px solid #000}.order-detail-page .btn-pay{color:#fff;border:none;background:#d0021b;margin-left:.25rem}.my-coupon-page .employ{width:100%;height:2.25rem;border-bottom:1px solid #e0e0e0;position:relative}.my-coupon-page .employ span{width:49%;height:1.2rem;line-height:1.2rem;overflow:hidden;border-right:2px solid #e0e0e0;margin:.525rem 0;float:left;text-align:center;font-size:.8rem;color:#b0b0b0}.my-coupon-page .employ span:last-of-type{border:none}.my-coupon-page .employ span.active{color:#444}.my-coupon-page .coupon-list{width:100%;height:auto;overflow:hidden}.my-coupon-page .coupon-list .employ-main{display:block;width:90.625%;height:4.5rem;overflow:hidden;margin:.75rem auto;background-image:url(../assets/img/me/employ/employ.jpg);background-position:top;background-repeat:no-repeat;background-size:100% 100%;color:#fff;position:relative}.my-coupon-page .coupon-list .employ-main span{width:34.482759%;height:100%;float:left;text-align:center;line-height:4.5rem;font-size:2.5rem}.my-coupon-page .coupon-list .employ-main p{width:59.517241%;height:auto;margin:0 .3rem;float:left}.my-coupon-page .coupon-list .employ-main p:first-of-type{margin-top:.75rem;font-size:.8rem;height:auto;min-height:2rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-coupon-page .coupon-list .employ-main i{width:100%;height:100%;overflow:hidden;display:block;position:absolute;top:0;left:0;background:url(../assets/img/me/employ/employsy.png) 100% 0 no-repeat;background-size:auto 100%}.my-coupon-page .coupon-list .employ-main.focus{background-image:url(../assets/img/me/employ/employ-red.jpg)}.my-coupon-page .coupon-list .null{width:100%;height:auto;overflow:hidden;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.my-coupon-page .coupon-list .null i{width:100%;height:3rem;overflow:hidden;display:block;background:url(../assets/img/me/employ/not.png) top no-repeat;background-size:auto 100%}.my-coupon-page .coupon-list .null p{width:100%;height:auto;overflow:hidden;padding:.5rem 0 0;font-size:.8rem;text-align:center;color:#444}.my-coupon-page .coupon-list .null a{width:73.75%;height:2rem;overflow:hidden;font-size:.9rem;line-height:2rem;display:block;background:#444;color:#fff;text-align:center;margin:1.5rem auto 0;border-radius:.2rem}.my-coupon-page .none{display:none}.personal-details{width:100%;height:auto;overflow:hidden;margin-top:.5rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.personal-details ul{width:95%;height:auto;overflow:hidden;float:right}.personal-details ul li{height:2rem;border-bottom:1px solid #e0e0e0}.personal-details ul li .user-avatar{width:100%;height:100%;background-image:url(../assets/img/me/index/user-avatar.png);background-size:100%}.personal-details ul li>span{width:42%;height:100%;line-height:2rem;font-size:.8rem;margin-right:8%;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.personal-details ul li>span .head-portrait{width:2.25rem;height:2.25rem;overflow:hidden;float:right;border-radius:50%;border:1px solid #eee}.personal-details ul li>span .grade{width:100%;height:100%;overflow:hidden;display:block;position:relative}.personal-details ul li>span .grade i{width:1.8rem;height:.8rem;overflow:hidden;display:block;position:absolute;right:1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.personal-details ul li>span .grade span{color:#b0b0b0}.personal-details ul li>span .vip-3{background-position:0 -5.775rem}.personal-details ul li>span .vip-2,.personal-details ul li>span .vip-3{background-image:url(../assets/img/sprite.me.png);background-size:8.05rem 6.575rem}.personal-details ul li>span .vip-2{background-position:-2.05rem -5.775rem}.personal-details ul li>span .vip-1{background-image:url(../assets/img/sprite.me.png);background-position:-4.1rem -5.775rem;background-size:8.05rem 6.575rem}.personal-details ul li>span:first-of-type{color:#444}.personal-details ul li>span:last-of-type{color:#b0b0b0;text-align:right}.personal-details ul li:first-of-type{height:2.5rem;line-height:2.5rem}.personal-details ul li:last-of-type{border-bottom:none}.yoho-coin-page .coin-num{font-size:1.4em;text-align:center}.yoho-coin-page .coin-num em{font-size:4em;color:red}.yoho-coin-page .coin-num span{width:100%;height:auto;overflow:hidden;display:block;color:#b0b0b0;margin-top:-.6rem}.yoho-coin-page .check{width:100%;height:auto;overflow:hidden;text-align:center;margin-top:.6rem;padding-bottom:1rem;border-bottom:1px solid #b0b0b0}.yoho-coin-page .check a{line-height:1.2rem;border:1px solid #444;width:30%;height:100%;font-size:1.2em;display:inline-block;border-radius:.6rem}.yoho-coin-page section p{line-height:1.5em}.yoho-coin-page .title{font-size:.4rem;line-height:.5rem;font-weight:700}.yoho-coin-page .sub-title{display:block;font-size:.35rem;line-height:.7rem;font-weight:700}.yoho-coin-page .path{color:#f60}.yoho-coin-page .remark{color:#666}.yoho-coin-page .remark span{color:#9c3}.yoho-favorite-page{width:100%;height:auto}.yoho-favorite-page .fav-tab{width:100%;height:2.2rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0;color:#b0b0b0;font-size:.65rem}.yoho-favorite-page .fav-tab li{width:50%;height:100%;float:left;text-align:center}.yoho-favorite-page .fav-tab li.active{color:#444}.yoho-favorite-page .fav-tab li:nth-last-of-type(1){float:right;position:relative}.yoho-favorite-page .fav-tab li:nth-last-of-type(1):after{content:'';display:block;width:1px;height:1.1rem;position:absolute;left:0;top:.55rem;background:#b0b0b0}.yoho-favorite-page .fav-content .fav-type{display:none}.yoho-favorite-page .fav-content .show{display:block}.yoho-favorite-page .fav-content .fav-null{font-size:.55rem;color:#444;display:block;margin-top:2.5rem;text-align:center}.yoho-favorite-page .fav-content .fav-null:before{content:'';display:block;width:4.7rem;height:4.275rem;background:url(../assets/img/me/fav/fav-null.png);background-size:100% 100%;margin:0 auto 1.125rem}.yoho-favorite-page .fav-content .go-shopping{width:11.8rem;height:2.2rem;line-height:2.2rem;margin:2rem auto 0;background:#444;text-align:center;color:#fff;display:block;font-size:.65rem}.yoho-favorite-page .fav-content .fav-product-list{list-style:none;margin-left:.75rem}.yoho-favorite-page .fav-content .fav-product-list li{height:auto;overflow:hidden;margin-top:.5rem}.yoho-favorite-page .fav-content .fav-product-list .fav-img-box{width:2.25rem;height:3rem;float:left;margin-right:.6rem}.yoho-favorite-page .fav-content .fav-product-list .fav-img-box img{display:block;overflow:hidden;width:100%;height:100%}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list{color:#444;font-size:.6rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem;height:3rem;overflow:hidden;position:relative}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list h2{width:10.75rem;text-overflow:ellipsis}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .fav-price .new-price{color:#d1021c}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .fav-price .price-underline{text-decoration:line-through;margin-left:.375rem;color:#b0b0b0}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price{position:absolute;bottom:.5rem;left:0;width:100%;min-height:.6rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price span{color:#d1021c}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price span.sell-out{padding:.125rem .45rem;color:#fffefe;border-radius:.5rem;background:#7f7f7f;font-size:.55rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price span.del-fav{width:2rem;height:1.5rem;line-height:1.5rem;position:absolute;top:50%;margin-top:-.75rem;right:0;color:#999;padding-right:.75rem;text-align:right}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number{text-indent:1.05rem;color:#b0b0b0;padding-top:.075rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number span{margin-left:.375rem}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number .del-fav{text-indent:0;margin-left:0}.yoho-favorite-page .fav-content .fav-product-list .fav-info-list .save-price.save-price-number:before{content:'';display:block;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -1.3rem;background-size:8.05rem 6.575rem;width:.8rem;height:.8rem;position:absolute;top:50%;left:0;margin-top:-.4rem}.yoho-favorite-page .fav-content .fav-brand-swiper{border-top:1px solid #e0e0e0;border-bottom:.7rem solid #f0f0f0;position:relative}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header{height:2.5rem;padding:.5rem .75rem;display:inline-block;position:relative;width:100%;box-sizing:border-box}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .swiper-logo{height:100%;display:inline-block;float:left;margin-right:1.125rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .swiper-logo>img{max-height:100%;vertical-align:middle}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info{float:left}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-name{font-size:.7rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-name b{color:#b0b0b0;font-weight:400}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update{font-size:.55rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update b{color:#b0b0b0;font-weight:400}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update .brand-new{color:#86bf4a;margin-right:.6rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .brand-info .brand-update .brand-discount{color:#d1021c}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .fav-more{width:2.5rem;height:2.5rem;position:absolute;top:0;right:0}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-header .fav-more:after{background-image:url(../assets/img/sprite.me.png);background-position:-7rem -2.35rem;background-size:8.05rem 6.575rem;width:.45rem;height:.725rem;position:absolute;top:50%;right:.75rem;margin-top:-.375rem;content:''}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container{height:9.125rem;margin:0 .75rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide{width:5.625rem;height:100%;float:left;padding-right:.75rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide img{display:block;width:100%;height:7.5rem;overflow:hidden}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide .brand-product{height:1.625rem;line-height:1.625rem;text-align:center;font-size:.55rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide .brand-product .price-discount span{color:#d1021c}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide .brand-product .price-discount b{color:#b0b0b0;text-decoration:line-through;font-weight:400;margin-left:.325rem}.yoho-favorite-page .fav-content .fav-brand-swiper .swiper-container .swiper-slide:nth-last-of-type(1){padding-right:0}.yoho-favorite-page .fav-content .fav-brand-swiper:nth-of-type(1){border-top:0}.yoho-favorite-page .fav-content .fav-brand-swiper:after{content:'';position:absolute;left:0;bottom:-.05rem;border-top:1px solid #e0e0e0;display:block;width:100%;height:1px}.yoho-favorite-page .fav-brand-load-more,.yoho-favorite-page .fav-load-more{width:100%;height:2rem;line-height:2rem;text-align:center;color:#444}.yoho-favorite-page .fav-brand-load-more.load-background,.yoho-favorite-page .fav-content-loading,.yoho-favorite-page .fav-load-more.load-background{background:url(../assets/img/loading.gif) 50% no-repeat;background-size:auto 40%}.yoho-favorite-page .fav-content-loading{width:100%;height:2rem;position:absolute;top:50%;left:0;margin-top:-1rem}.yoho-suggest-page{width:100%;height:auto}.yoho-suggest-page .suggest-header{text-align:center;color:#fff;font-size:.65rem;line-height:1.15rem;overflow:hidden;padding-bottom:.5rem;background-image:-webkit-linear-gradient(#383838,#505050);background-image:linear-gradient(#383838,#505050)}.yoho-suggest-page .suggest-header:before{content:'';display:block;background-image:url(../assets/img/sprite.me.png);background-position:-3.25rem -4.525rem;background-size:8.05rem 6.575rem;width:2.6rem;height:.875rem;margin:.25rem auto .375rem}.yoho-suggest-page .suggest-content{border-top:1px solid #e0e0e0}.yoho-suggest-page .suggest-content .suggest-item{width:100%;color:#444;border-top:1px solid #e0e0e0;border-bottom:.75rem solid #f0f0f0;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-item-img{width:100%;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-item-img>img{margin:0 auto;display:block;max-width:100%}.yoho-suggest-page .suggest-content .suggest-item>h2{font-size:.95rem;margin:.75rem 0 .775rem;padding:0 .875rem}.yoho-suggest-page .suggest-content .suggest-item>p{font-size:.65rem;line-height:1.2rem;padding:0 .875rem}.yoho-suggest-page .suggest-content .suggest-item .suggest-type{margin-top:.725rem - .275rem;height:2.2rem;line-height:2.2rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;color:#b0b0b0;font-size:.65rem;display:none;text-align:center}.yoho-suggest-page .suggest-content .suggest-item .suggest-type>.active{color:#444}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div{width:50%;height:100%;float:left;text-align:left;padding-left:3.2rem;box-sizing:border-box}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div:nth-last-of-type(1){padding-left:0;padding-right:3.2rem;text-align:right;float:right}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div:nth-last-of-type(1)>span{display:inline-block;height:100%;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-active>div:nth-last-of-type(1)>span:nth-of-type(1){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.show{display:block}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-bad>div>span{display:inline-block;height:100%;overflow:hidden}.yoho-suggest-page .suggest-content .suggest-item .suggest-type.suggest-bad>div>span:nth-of-type(1){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.yoho-suggest-page .create-new-suggest{display:block;width:100%;height:2.2rem;line-height:2.2rem;text-align:center;font-size:.75rem;border-top:.75rem solid #f0f0f0;border-bottom:.75rem solid #f0f0f0;position:relative}.yoho-suggest-page .create-new-suggest .list-item{padding:0 .875rem}.yoho-suggest-page .create-new-suggest .new-right{float:right;margin-left:1rem;color:#e0e0e0}.yoho-suggest-page .create-new-suggest a{color:#444;display:inline-block}.yoho-suggest-sub-page{width:100%;background:#f0f0f0}.yoho-suggest-sub-page .suggest-sub-form{background:#fff;width:100%}.yoho-suggest-sub-page .suggest-sub-form #suggest-textarea{box-sizing:border-box;width:100%;max-width:100%;min-width:100%;height:6.375rem;max-height:6.375rem;min-height:6.375rem;padding:.75rem;font-size:.65rem;line-height:1.2rem;color:#000;display:block;background:#fff;border:none;outline:none;resize:none}.yoho-suggest-sub-page .suggest-sub-form .img-form{padding:0 .75rem;padding-top:1rem;overflow:hidden}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list{float:left}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list>li{display:block;width:3.25rem;height:3.25rem;float:left;margin-right:.75rem;background:url(../assets/img/loading.gif) 50% no-repeat;background-size:50%;position:relative}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list>li>img{display:block;width:100%;height:100%;overflow:hidden}.yoho-suggest-sub-page .suggest-sub-form .img-form .upload-img-list>li>span{display:block;background-image:url(../assets/img/sprite.me.png);background-position:-7rem 0;background-size:8.05rem 6.575rem;width:1.05rem;height:1.05rem;position:absolute;top:-.525rem;right:-.525rem}.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add{display:block;width:3.25rem;height:3.25rem;border:1px dashed #e0e0e0;position:relative;text-indent:-25rem;float:left}.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add,.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add input[type=file]{position:absolute;opacity:.2;border:none;outline:none;display:block;width:3.25rem;height:3.25rem;top:0;left:0}.yoho-suggest-sub-page .suggest-sub-form .img-form .img-add:after{content:'';display:block;background-image:url(../assets/img/sprite.me.png);background-position:-4.95rem 0;background-size:8.05rem 6.575rem;width:1.8rem;height:1.8rem;position:absolute;top:50%;left:50%;margin-top:-.9rem;margin-left:-.9rem}.dialog-wrapper{background:rgba(0,0,0,.5);position:fixed;top:0;right:0;bottom:0;left:0;display:none}.dialog-wrapper .dialog-box{width:13.5rem;border-radius:.5rem;background:rgba(255,255,255,.8);position:absolute;left:50%;margin-left:-6.75rem;font-size:.75rem;text-align:center;color:#000}.dialog-wrapper .dialog-content{padding:1.5rem .75rem}.dialog-wrapper .dialog-footer{border-top:1px solid #ccc;height:2.2rem;line-height:2.2rem}.dialog-wrapper .dialog-footer>span{display:block;width:50%;height:100%;float:left;box-sizing:border-box}.dialog-wrapper .dialog-footer>span:nth-last-of-type(1){border-left:1px solid #ccc;color:#e01}.dialog-wrapper .dialog-footer>span:active{background-color:#ccc}.my-address-page{width:100%;background:#f0f0f0}.my-address-page .address-item{display:block;padding:.5rem .75rem;color:#b0b0b0;background:#fff;border-bottom:1px solid #e0e0e0}.my-address-page .address-item .name,.my-address-page .address-item .tel{font-size:.75rem;line-height:1.4rem;color:#444;font-weight:700}.my-address-page .address-item .name{display:inline-block;max-width:9.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-address-page .address-item .tel{float:right}.my-address-page .address-item .address-info{font-size:.6rem;line-height:.95rem}.my-address-page .address-item .action{font-size:.8rem;line-height:1.5rem;text-align:right}.my-address-page .address-item .action .del,.my-address-page .address-item .action .edit{display:inline-block;text-align:center;width:1.5rem;height:1.5rem;color:#999}.my-address-page .address-item .action .del:hover,.my-address-page .address-item .action .edit:hover{color:#666}.my-address-page .address-item .action .edit{margin-right:.5rem}.my-address-page .add-address{display:block;margin-top:.75rem;margin-bottom:.75rem;font-size:.8rem;line-height:2.2rem;color:#444;background:#fff;text-align:center;font-weight:700;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.my-address-page .confim-mask{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.5);z-index:5}.my-address-page .confim-box{position:absolute;left:50%;top:50%;margin-left:-6.75rem;margin-top:-3.6rem;width:13.5rem;text-align:center;color:#444;background:#fff;font-size:.8rem;font-weight:700;border-radius:.25rem}.my-address-page .confim-box .content{line-height:5rem}.my-address-page .confim-box .action{line-height:2.2rem;border-top:1px solid #e0e0e0}.my-address-page .confim-box .action span{display:inline-block;width:6.5rem}.my-address-page .confim-box .action span:first-child{border-right:1px solid #e0e0e0}.my-address-page .confim-box .confim{color:#d0021b}.my-edit-address-page{width:100%;color:#d0d0d0;background:#f0f0f0}.my-edit-address-page .edit-address{padding:0 .75rem;background:#fff;font-size:.75rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0}.my-edit-address-page .edit-address label{display:block;position:relative}.my-edit-address-page .edit-address label .iconfont{position:absolute;right:0;top:0}.my-edit-address-page .edit-address label:after{content:"";position:absolute;right:-.75rem;bottom:0;width:15.25rem;height:0;border-top:1px solid #e0e0e0}.my-edit-address-page .edit-address label:last-of-type:after{content:none}.my-edit-address-page .edit-address input,.my-edit-address-page .edit-address textarea{-webkit-appearance:none}.my-edit-address-page .edit-address input,.my-edit-address-page .edit-address p,.my-edit-address-page .edit-address textarea{position:absolute;top:0;right:1rem;width:9rem;height:2.2rem;color:#444;padding:0;border:none}.my-edit-address-page .edit-address .address{height:4.4rem}.my-edit-address-page .edit-address textarea{right:0;width:10rem;height:1.45rem * 2;padding:.5rem 0;resize:none}.my-edit-address-page .submit{margin:.75rem auto 0;width:11.75rem;height:2.2rem;color:#fff;background:#444;text-align:center;font-size:.8rem;line-height:2.2rem}.my-edit-address-page .submit.highlight{background:rgba(0,0,0,.6)}.my-address-list-page{position:relative;width:100%;color:#444;background:#fff}.my-address-list-page li{padding:0 .75rem;font-size:.8rem;line-height:2.2rem;border-bottom:1px solid #e0e0e0}.my-address-list-page li .iconfont{float:right;color:#d0d0d0}.my-address-list-page li ul{display:none;position:absolute;top:0;left:0;background:#fff;width:100%}.my-address-list-page li.highlight{background:#eee}.online-service-detail-page .qa-list .answer,.online-service-detail-page .qa-list .question{margin-left:.75rem;padding:0 1rem 0 .25rem;font-size:.75rem;line-height:1.9rem;font-weight:700}.online-service-page{background:#f0f0f0}.online-service-page .question{background:#fff}.online-service-page .question-title{padding:.5rem .75rem;font-size:.7rem;line-height:1;color:#b0b0b0}.online-service-page .question-tab{padding:.25rem .75rem .75rem;font-size:.8rem;line-height:1.45rem;text-align:center;color:#b0b0b0}.online-service-page .question-tab .current{color:#444}.online-service-page .question-tab .line{margin:0 .8rem;border-left:1px solid #b0b0b0}.online-service-page .question-list{display:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.online-service-page .question-list li{font-size:.7rem;line-height:2.25rem}.online-service-page .question-list li a{display:block;color:#444;width:15.25rem;margin-left:.75rem;border-bottom:1px solid #ccc}.online-service-page .question-list li .iconfont{float:right;margin-right:.75rem;color:#ccc;font-size:.8rem}.online-service-page .question-list li:last-child a{border-bottom:none}.online-service-page .question-list li.highlight{background:#eee}.online-service-page .question-list.current{display:block}.online-service-page .connect-info{margin-top:.75rem;font-size:.7rem;line-height:1.25rem;background:#fff;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.online-service-page .connect-info p{margin-top:.625rem;margin-left:-1.8rem;line-height:1.5}.online-service-page .connect-info .iconfont{font-size:1.15rem}.online-service-page .connect-info .icon-yoho-enter{color:#ccc;float:right;font-size:.8rem}.online-service-page .connect-info .connect-item{position:relative}.online-service-page .connect-info .connect-item a{display:block;padding:.5rem .75rem .5rem 2.35rem;color:#444}.online-service-page .connect-info .connect-item:after{content:'';position:absolute;right:0;bottom:0;width:13.7rem;height:1px;background:#ccc}.online-service-page .connect-info .connect-item:last-child:after{content:none}.online-service-page .connect-info .connect-item.highlight{background:#eee}.online-service-page .connect-info .icon{display:inline-block;margin-right:.7rem;margin-left:-1.75rem;vertical-align:middle}.online-service-detail-page{background:#f0f0f0}.online-service-detail-page .qa-list .question-item{margin-bottom:.8rem;border-top:1px solid #c8c7cc;border-bottom:1px solid #c8c7cc;color:#444;background:#fff}.online-service-detail-page .qa-list .question-item:last-child{margin-bottom:0}.online-service-detail-page .qa-list .question{position:relative;color:#000}.online-service-detail-page .qa-list .question:after{content:'';position:absolute;left:0;bottom:0;width:100%;border-top:1px solid #c8c7cc}.my-guang-page .null{height:6rem;width:100%;position:absolute;text-align:center;top:50%;margin-top:-3rem}.my-guang-page .null span{color:#b0b0b0;font-size:.6rem;margin-top:.5rem}.my-guang-page .icon-null{width:4.7rem;height:4.275rem;background-image:url(../assets/img/sprite.me.png);background-position:0 0;background-size:8.05rem 6.575rem;margin:0 auto;margin-bottom:.75rem}.iHelp,.iHelp ul{width:100%;height:auto;overflow:hidden}.iHelp ul{display:block;border-top:1px solid #e0e0e0}.iHelp ul li{width:100%;height:2rem;line-height:2.1rem;overflow:hidden;font-size:.7rem;border-bottom:1px solid #e0e0e0;float:right;color:#444}.iHelp ul li a:visited{color:#444}.iHelp ul li span{width:85%;height:100%;overflow:hidden;float:left;padding-left:5%}.iHelp ul li i{color:#e0e0e0}.iHelp ul li:last-of-type{border-bottom:none}.deal_main{margin:.5rem 3%;font-size:1.2em;width:94%;overflow:hidden}.browse-record-good{position:relative;padding:.5rem 0 .5rem .75rem;display:block}.browse-record-good .thumb{float:left;width:3rem;height:4rem}.browse-record-good .sold-out{display:inline}.browse-record-good .deps{margin-left:3.375rem;padding:.5rem 0;border-bottom:1px solid #e0e0e0;margin-bottom:-.75rem}.browse-record-good .name{font-size:.7rem;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.browse-record-good .price{margin:.3rem 0;font-size:.4rem}.browse-record-good .sale-price{color:red}.browse-record-good .sale-price.original-price{color:#000}.browse-record-good .market-price{text-decoration:line-through;color:#b0b0b0}.browse-record-good .sold-out-tag{font-size:.4rem;line-height:.75rem;text-align:center;color:#fff;background:#7f7f7f;padding:.125rem .375rem;border-radius:1rem}.browse-record-good .del-icon{position:absolute;right:.75rem;width:1.5rem;height:1.5rem;line-height:1.5rem;text-align:center;color:#999}.browse-record-page .load-more{width:100%;height:1.75rem;line-height:1.75rem;text-align:center}.browse-record-page .no-record{position:absolute;background:#fff;text-align:center;top:50%;margin-top:-5.5rem;width:100%}.browse-record-page .no-record .icon{width:4.9rem;height:5.175rem;background:url(../assets/img/me/no-record.png) no-repeat;background-size:100%;margin:0 auto}.browse-record-page .no-record span{display:block;color:#b0b0b0;font-size:.6rem;margin:.75rem 0 2.75rem}.browse-record-page .no-record .walk-way{display:block;height:2rem;line-height:2rem;width:70%;margin:0 auto;text-align:center;font-size:.75rem;color:#fff;background:#444;border-radius:5px}.logistic-page{background-color:#f0f0f0}.logistic-page .overview{height:3rem;line-height:3rem;width:100%;margin-bottom:1rem;background-color:#fff;color:#464646;border-"bottom":1px solid #e3e3e3}.logistic-page .overview .left{width:19%;float:left;text-align:center;height:100%}.logistic-page .overview .left .icon{width:2.2rem;height:2.2rem;margin:0 auto;background-size:100%;background-repeat:no-repeat;background-position:50%;margin-top:.4rem}.logistic-page .overview .right{width:81%;float:left;padding-top:.5rem;padding-bottom:.5rem;height:2rem}.logistic-page .overview .right div{height:1rem;line-height:1.1rem;color:#595959;font-size:.6rem}.logistic-page .overview .info{padding-right:.1rem}.logistic-page .title{height:2.8rem;line-height:2.8rem;background-color:#fff;padding-left:1rem;font-size:1rem}.logistic-page .detail{background-color:#fff;padding-left:2rem;margin-bottom:1rem}.logistic-page .timeline-box{border-"left":1px solid #e3e3e3;position:relative;padding-left:1.3rem}.logistic-page .timeline-node{position:absolute;top:.8rem;left:-.22611rem;display:inline-block;width:.41rem;height:.41rem;background-color:#e3e3e3;border-radius:100%}.logistic-page .timeline-box:first-child .timeline-node{background-color:#989898}.logistic-page .timeline-box:first-child .timeline-info-row{color:#606060}.logistic-page .timeline-info{padding:.5rem 0;border-"bottom":1px solid #e3e3e3}.logistic-page .timeline-box:last-child .timeline-info{border:none}.logistic-page .timeline-info-row{min-height:1rem;line-height:1rem;font-size:.7rem;color:#bababa;padding-right:.8rem}.logistic-page .banner{margin-bottom:1rem}.logistic-page .banner a img{width:100%;height:100%}.pay-page{padding:1rem .5rem 0}.pay-page .payapp-list{visibility:hidden}.pay-page .box.bytouch{background-color:#eee}.pay-page .box{border:1px solid #eee;border-radius:.25rem;padding:.3rem .5rem;margin-bottom:.5rem}.pay-page .box,.pay-page .box>div{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.pay-page .box>div{min-height:1rem}.pay-page .box .icon{width:15%;flex-basis:15%}.pay-page .box .icon img{width:1.5rem;margin:0}.pay-page .box .icon>div{width:1.5rem;height:1.5rem;background-image:url(../assets/img/layout/pay-icon.png);background-size:90%;background-position-y:.2rem;background-position-x:center;background-repeat:no-repeat}.pay-page .box .app{width:35%;flex-basis:35%;font-size:.8rem;color:#414141}.pay-page .box .hint{width:45%;flex-basis:45%;font-size:.6rem;color:#4b4b4b}.pay-page .box .iconfont{width:5%;flex-basis:5%;-webkit-box-pack:end;justify-content:flex-end;color:#e0e0e0;font-size:.7rem}.yoho-coin-new-page{background-color:#f0f0f0;margin-top:.75rem}.yoho-coin-new-page .coin{text-align:center;background-color:#fff}.yoho-coin-new-page .coin-num{color:#d0021b;font-size:2rem;font-weight:700;line-height:2.2rem}.yoho-coin-new-page .info{width:auto;color:#b0b0b0;font-size:.6rem;line-height:1rem}.yoho-coin-new-page .info .dollar{display:inline-block;width:.6rem;height:.6rem;background-image:url(../assets/img/sprite.me.png);background-position:-7rem -4.125rem;background-size:8.05rem 6.575rem}.yoho-coin-new-page .more{display:inline-block;margin:.5rem 0 .75rem;color:#444;font-size:.7rem;line-height:1.1rem;width:4.2rem;height:1.05rem;text-align:center;border:1px solid #444;border-radius:.55rem}.yoho-coin-new-page .coin-tip{margin-bottom:.75rem;padding:.5rem .75rem;font-size:.6rem;line-height:.8rem;color:#d0021b;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.yoho-coin-new-page .coin-tip .icon{display:inline-block;width:.8rem;height:.8rem;font-weight:700;border:2px solid #d0021b;border-radius:50%}.yoho-coin-new-page .banner{padding-top:.75rem;border-top:1px solid #e0e0e0}.yoho-coin-new-page .banner a img{width:100%}.yoho-coin-detail-page{background:#f0f0f0}.yoho-coin-detail-page .money{width:100%;height:1.75rem;background:#fff;margin-bottom:.5rem;line-height:1.75rem;font-size:.75rem;text-indent:1em}.yoho-coin-detail-page .money span{color:red;font-weight:700}.yoho-coin-detail-page .coin-detail{background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.yoho-coin-detail-page .detail-item{position:relative;margin-left:.75rem;border-bottom:1px solid #e0e0e0;color:#444;padding:.375rem 0}.yoho-coin-detail-page .detail-item .title{width:12rem;font-size:.7rem;line-height:1rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yoho-coin-detail-page .detail-item .time{font-size:.5rem;line-height:.75rem;color:#b0b0b0}.yoho-coin-detail-page .detail-item .count{position:absolute;right:0;top:0;margin-right:.75rem;font-size:.7rem;font-weight:700;line-height:2.5rem}.yoho-coin-detail-page li:last-child .detail-item{border-bottom:none}.massage-page{margin-top:.4rem;padding-bottom:.6rem}.massage-page .massage-list{padding:.3rem 2.5rem .3rem .6rem;border-bottom:1px solid #f8f8f8;position:relative;overflow:hidden}.massage-page .massage-list p{font-size:.8rem;color:#222;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.massage-page .massage-list span{font-size:.6rem;color:#999}.massage-page .massage-list i{position:absolute;right:0;top:.25rem;padding:.7rem;color:#ccc}.massage-page .massage-list strong{width:.2rem;height:.2rem;position:absolute;left:.225rem;top:.625rem;background:red;border-radius:50%}.massage-page .massage-main{border-bottom:1px solid #f8f8f8;padding:.3rem;margin-left:.25rem;margin-bottom:.25rem}.massage-page .massage-main h6{margin-bottom:.2rem;font-size:.8rem}.massage-page .massage-main span{color:#656565}.massage-page .massage-main p{font-size:.7rem}.massage-page .sale-btn{background-color:#ea2622;color:#fff;padding:.125rem .25rem}.massage-page .coupon-item{margin-left:.25rem;padding-bottom:.25rem;border-bottom:1px solid #f8f8f8;margin-top:.25rem}.massage-page .coupon-item .coupon-img{width:3.2rem;height:auto;overflow:hidden;float:left;margin-right:.4rem}.massage-page .coupon-item .coupon-img img{width:100%;height:auto}.massage-page .coupon-item .coupon-info{font-size:.6rem}.massage-page .coupon-item .coupon-info span{color:red}.massage-page .coupon-item .coupon-action{width:2.75rem;font-size:.6rem;letter-spacing:.05rem;margin:.075rem 0 0;height:.875rem;line-height:.875rem;background:#ed0010;text-align:center;margin-left:3.6rem}.massage-page .coupon-item .coupon-action a{display:block;color:#fff;width:100%;height:100%}.newarrival-page{background-color:#fff}.newarrival-page .swiper-container{width:100%;height:7.75rem}.newarrival-page .swiper-container img{height:100%;width:100%}.newarrival-page .swiper-container .swiper-pagination{bottom:0;left:0;width:100%}.newarrival-page .swiper-container .swiper-pagination-bullet-active{background:#fff}.newarrival-page .banner-top-single{width:100%;height:5rem}.newarrival-page .banner-top-single img{display:block;height:100%;width:100%}.newarrival-page .list-nav{border-top:.05rem solid #fff;border-bottom:1px solid #e6e6e6}.newarrival-page .list-nav>li{float:left;width:25%;height:1.65rem;line-height:1.65rem;text-align:center;font-size:.7rem;color:#999}.newarrival-page .list-nav .bytouch{background:#eee}.newarrival-page .list-nav a{display:inline-block;box-sizing:border-box;width:auto;height:100%;color:#999}.newarrival-page .list-nav .active>a{color:#000;box-sizing:border-box}.newarrival-page .list-nav .active>.iconfont,.newarrival-page .list-nav .active>.iconfont.cur{color:#000}.newarrival-page .list-nav .filter .iconfont{font-size:.6rem;-webkit-transition:-webkit-transform .1 ease-in;transition:-webkit-transform .1 ease-in;transition:transform .1 ease-in;transition:transform .1 ease-in,-webkit-transform .1 ease-in}.newarrival-page .list-nav .filter.active .iconfont{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.newarrival-page .no-result{text-align:center;vertical-align:middle;color:#ccc;font-size:1.2em;margin-top:8rem}.newarrival-page .goods-container{position:relative;min-height:22rem;padding-left:.375rem;padding-top:.2rem}.discount-page{background-color:#fff}.discount-page .swiper-container{width:100%;height:7.75rem}.discount-page .swiper-container img{height:100%;width:100%}.discount-page .swiper-container .swiper-pagination{bottom:0;left:0;width:100%}.discount-page .swiper-container .swiper-pagination-bullet-active{background:#fff}.discount-page .banner-top-single{width:100%;height:5rem}.discount-page .banner-top-single img{display:block;height:100%;width:100%}.discount-page .list-nav{border-top:2px solid #fff;border-bottom:1px solid #e6e6e6}.discount-page .list-nav>li{float:left;width:25%;height:33px;line-height:33px;text-align:center;font-size:14px}.discount-page .list-nav .bytouch{background:#eee}.discount-page .list-nav a{display:block;box-sizing:border-box;width:100%;height:100%;color:#999}.discount-page .list-nav .active>a{color:#000}.discount-page .list-nav .active>a .spanTest{width:auto;height:100%;display:inline-block;box-sizing:border-box}.discount-page .list-nav .active>a .iconfont{color:#999}.discount-page .list-nav .active>a .iconfont.cur{color:#000}.discount-page .list-nav .new .iconfont{-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.discount-page .list-nav .filter .iconfont{font-size:12px;-webkit-transition:-webkit-transform .1 ease-in;transition:-webkit-transform .1 ease-in;transition:transform .1 ease-in;transition:transform .1 ease-in,-webkit-transform .1 ease-in}.discount-page .list-nav .filter.active .iconfont{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.discount-page .list-nav .icon{position:relative}.discount-page .list-nav .icon i{position:absolute;-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.discount-page .list-nav .icon .up{top:-11px}.discount-page .list-nav .icon .down{top:-4px}.discount-page .no-result{text-align:center;vertical-align:middle;color:#ccc;font-size:1.2em;margin-top:160px}.discount-page .goods-container{position:relative;min-height:440px;padding-left:.375rem;padding-top:.2rem}.good-list-page .search-input{position:relative;padding:.35rem .75rem;background:#f8f8f8}.good-list-page .search-input>form{position:relative}.good-list-page .search-input .search-icon{position:absolute;font-size:.6rem;top:.45rem;left:.5rem}.good-list-page .search-input input{box-sizing:border-box;padding-left:1.3rem;padding-right:1.7rem;height:1.5rem;width:85%;border-radius:.75rem;background:#fff;border:none}.good-list-page .search-input .clear-input{position:absolute;top:.25rem;right:2.5rem}.good-list-page .search-input .search{position:absolute;top:.1rem;right:-.2rem;border:none;background:transparent;font-size:.8rem;height:1.5rem;overflow:hidden;line-height:1.5rem;color:#666}.good-list-page .brand-way{padding-bottom:.5rem;background:#f4f4f4}.good-list-page .brand-way>a{display:block;height:2rem;line-height:2rem;padding:0 .5rem;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;font-size:.85rem;background:#fff;color:#000}.good-list-page .brand-way .brand-thumb{display:block;float:left;width:3.75rem;height:2rem;margin:0}.good-list-page .brand-way .entry{color:#999;font-size:.7rem;float:right}.good-list-page .brand-header{position:relative;height:3.75rem}.good-list-page .brand-header>img{display:block;height:100%;width:100%}.good-list-page .btn-col,.good-list-page .btn-intro{position:absolute;display:block;width:3.1rem;height:1.2rem;line-height:1.2rem;text-align:center;border:1px solid #fff;color:#fff;top:50%;margin-top:-.6rem}.good-list-page .btn-intro{right:4.5rem}.good-list-page .btn-col{right:.75rem}.good-list-page .btn-col .iconfont{font-size:.6rem}.good-list-page .btn-col .txt:after{content:'收藏'}.good-list-page .btn-col.coled{opacity:.5}.good-list-page .btn-col.coled .txt:after{content:'已收藏'}.good-list-page .brand-intro-box{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);padding:2.2rem 0;z-index:1;overflow:auto}.good-list-page .brand-intro-box .brand-intro{position:relative;box-sizing:border-box;width:85%;margin:0 7.5%;background:#fff;padding:.5rem 8%}.good-list-page .brand-intro-box h2{text-align:center;font-size:.85rem;line-height:2rem}.good-list-page .brand-intro-box .con{font-size:.6rem;line-height:.8rem;padding:1rem 0;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;overflow-x:hidden}.good-list-page .brand-intro-box .fo{font-size:.9rem;height:2rem;line-height:2rem;text-align:center}.good-list-page .brand-intro-box .fo>span{font-size:1.1rem}.good-list-page .brand-intro-box .close-intro{position:absolute;top:.3rem;right:.3rem}.good-list-page .list-nav{border-top:.05rem solid #fff;border-bottom:1px solid #e6e6e6}.good-list-page .list-nav>li{float:left;width:25%;height:1.65rem;line-height:1.65rem;text-align:center;font-size:.7rem}.good-list-page .list-nav .bytouch{background:#eee}.good-list-page .list-nav a{display:block;box-sizing:border-box;width:100%;height:100%;color:#999}.good-list-page .list-nav .nav-txt{display:inline-block;height:100%;box-sizing:border-box}.good-list-page .list-nav .active>a{color:#000}.good-list-page .list-nav .active>a .iconfont{color:#999}.good-list-page .list-nav .active>a .iconfont.cur{color:#000}.good-list-page .list-nav .new .iconfont{-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.good-list-page .list-nav .filter .iconfont{font-size:.6rem;-webkit-transition:-webkit-transform .1 ease-in;transition:-webkit-transform .1 ease-in;transition:transform .1 ease-in;transition:transform .1 ease-in,-webkit-transform .1 ease-in}.good-list-page .list-nav .filter.active .iconfont{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.good-list-page .list-nav .icon{position:relative}.good-list-page .list-nav .icon i{position:absolute;-webkit-transform:scale(.8);transform:scale(.8);font-weight:700}.good-list-page .list-nav .icon .up{top:-.55rem}.good-list-page .list-nav .icon .down{top:-.2rem}.good-list-page .no-result{text-align:center;vertical-align:middle;color:#ccc;font-size:1.2em;margin-top:11rem}.good-list-page .goods-container{position:relative;min-height:22rem;padding-left:.375rem;padding-top:.2rem}.good-detail-page{overflow:hidden;background-color:#f0f0f0}.good-detail-page .yoho-tip{z-index:4}.good-detail-page .page-block{background-color:#fff;box-sizing:border-box;width:100%;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;padding:0 .7rem;margin-bottom:.75rem}.good-detail-page .page-block>.title{line-height:2.2rem;color:#444;font-size:.7rem;border-bottom:1px solid #e0e0e0}.good-detail-page .page-block>.title span{color:#a0a0a0;font-size:.45rem}.good-detail-page .page-block .pro-detail{margin-top:.5rem;margin-bottom:.5rem}.good-detail-page .page-block .detail{margin-top:.5rem;margin-bottom:.5rem;font-size:.6rem;line-height:.9rem}.good-detail-page .page-block .detail b{font-weight:700}.good-detail-page .page-block .detail i{font-style:italic}.good-detail-page .page-block .detail.table{width:100%}.good-detail-page .page-block .detail.table .js-wraper{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start}.good-detail-page .page-block .detail.table .column{box-sizing:border-box;padding:.15rem 3%;width:49.9%;border:1px solid #fff;font-size:.6rem;background-color:#eee;word-wrap:break-word;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;flex-basis:49.9%}.good-detail-page .page-block .detail.table .oldbox{padding:.15rem 3%;background-color:#eee;box-sizing:border-box;border:1px solid #fff;width:49.9%;height:100%;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.good-detail-page .my-swiper-button-next,.good-detail-page .my-swiper-button-prev{position:absolute;top:50%;width:1.2rem;height:1.2rem;margin-top:-1.1rem;cursor:pointer;color:#666;font-size:1.2rem}.good-detail-page .my-swiper-button-next.swiper-button-disabled,.good-detail-page .my-swiper-button-prev.swiper-button-disabled{opacity:.3}.good-detail-page .next-grey{right:.75rem;left:auto}.good-detail-page .prev-grey{left:.75rem;right:auto}.good-detail-page .tag-container{position:absolute;left:2.7rem;top:1rem;height:.875rem;color:#fff;font-size:.5rem;line-height:.875rem;z-index:2}.good-detail-page .tag-container .good-tag{display:inline-block;box-sizing:border-box;margin-left:.5px;font-size:.45rem;text-align:center;padding:1px .125rem}.good-detail-page .tag-container .new-tag,.good-detail-page .tag-container .renew-tag{background-color:#78dc7e;color:#fff}.good-detail-page .tag-container .sale-tag{background-color:#ff575c;color:#fff}.good-detail-page .tag-container .new-festival-tag,.good-detail-page .tag-container .yohood-tag{background-color:#000;color:#fff}.good-detail-page .tag-container .limit-tag{border:1px solid #000;background-color:#fff;color:#000}.good-detail-page .tag-container .soonSoldOut-tag{background-color:#ffac5b;color:#fff}.good-detail-page .banner-container{position:relative;background-color:#fff}.good-detail-page .banner-top-single{margin:0 auto;overflow:hidden}.good-detail-page .banner-top-single img{width:11.2rem;margin-top:.75rem;margin-bottom:.75rem}.good-detail-page .banner-top{min-height:16.5rem;overflow:hidden;position:relative}.good-detail-page .banner-top .swiper-pagination{position:absolute;z-index:2;bottom:1rem}.good-detail-page .banner-top .swiper-pagination .pagination-inner span{background-color:#b0b0b0}.good-detail-page .banner-top .swiper-pagination .pagination-inner .swiper-pagination-bullet{margin-right:2px}.good-detail-page .banner-top .swiper-pagination .pagination-inner .swiper-pagination-bullet-active{background-color:#000}.good-detail-page .banner-swiper{min-height:15rem;min-width:11.2rem;margin:.75rem 2.4rem;overflow:hidden}.good-detail-page .banner-swiper ul{position:relative;height:auto}.good-detail-page .banner-swiper ul li{float:left}.good-detail-page .banner-swiper ul li img{height:auto}.good-detail-page .goodsName{box-sizing:border-box;width:100%;font-size:.7rem;color:#fff;padding:.5rem .7rem;line-height:1.2rem;background-color:#515150}.good-detail-page .goodsSubtitle{height:2.2rem;font-size:.6rem;color:#b0b0b0;padding-left:.7rem;padding-right:.7rem;border-bottom:1px solid #e0e0e0;background-color:#f0f0f0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.good-detail-page .goodsSubtitle span{display:-webkit-box;line-height:.9rem;margin:0;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.good-detail-page .price-date{position:relative;width:100%;color:#b0b0b0;height:2.2rem;padding-left:.7rem;padding-right:.7rem;background-color:#fff;border-bottom:1px solid #e0e0e0}.good-detail-page .limit-sale{height:1.2rem;position:absolute;right:2.1rem;top:50%;margin-top:-.6rem;color:#d0021b;border:2px solid #d0021b;background-color:#fff;border-radius:1rem;padding:.1rem .5rem;font-size:.6rem;font-weight:700}.good-detail-page .limit-sale:active{background-color:#f0f0f0}.good-detail-page .got-limit-sale{position:absolute;right:2.1rem;top:.6rem;color:#d0021b;border:.05rem solid #d0021b;background-color:#fff;border-radius:1rem;padding:.1rem .5rem;font-size:.6rem;font-weight:700;color:#ccc;border-color:#ccc}.good-detail-page .goodsPrice{float:left;font-size:.86475rem}.good-detail-page .goodsPrice h1{display:inline-block;line-height:2.2rem}.good-detail-page .goodsPrice .currentPrice{color:#d0021b;margin-right:.25rem}.good-detail-page .goodsPrice .previousPrice{text-decoration:line-through}.good-detail-page .periodOfMarket{font-size:.6rem;float:right;color:#d0021b;margin-right:1.4rem}.good-detail-page .periodOfMarket h1{display:inline-block;line-height:2.2rem}.good-detail-page .vip-level{box-sizing:box-border;padding-left:.7rem;padding-right:.7rem;min-height:2.2rem;background-color:#fff;font-size:.55rem;color:#999;border-bottom:1px solid #e0e0e0}.good-detail-page .vip-level .icons-item{float:left;width:33.3%;height:2.2rem;margin:0}.good-detail-page .vip-level .icons-item span{vertical-align:middle;display:inline-block;line-height:2.2rem;padding-left:.2rem}.good-detail-page .vip-level .icons-item .vip-img{width:1.325rem;height:.8rem}.good-detail-page .vip-level .icons-item.current-level .vip-price{color:#d0021b}.good-detail-page .vip-level .icons-item:nth-child(1){text-align:left}.good-detail-page .vip-level .icons-item:nth-child(1) .vip-img{background:url(../assets/img/product/silver.png) no-repeat}.good-detail-page .vip-level .icons-item:nth-child(2) .vip-img{background:url(../assets/img/product/golden.png) no-repeat}.good-detail-page .vip-level .icons-item:nth-child(3){text-align:right}.good-detail-page .vip-level .icons-item:nth-child(3) .vip-img{background:url(../assets/img/product/platinum.png) no-repeat}.good-detail-page .goodsDiscount{display:block;width:100%;height:auto;font-size:.7rem;color:#444;background-color:#fff;border-bottom:1px solid #e0e0e0}.good-detail-page .goodsDiscount h1{position:relative;padding:.75rem 1.5rem .75rem .7rem;line-height:.9rem}.good-detail-page .goodsDiscount .short-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.good-detail-page .goodsDiscount .iconfont{position:absolute;top:.75rem;right:.9rem;width:.875rem;font-size:1.125rem;float:right;color:#e0e0e0}.good-detail-page .goodsDiscount .discount-folder{display:none}.good-detail-page .goodsDiscount .discount-folder .folder-item{border-top:1px solid #e0e0e0}.good-detail-page .enter-store{position:relative;padding:0 4.5rem 0 2.85rem;line-height:2.1rem;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.good-detail-page .enter-store .store-logo{position:absolute;left:0;top:1px;width:1.7rem;height:2.1rem;margin-left:.75rem;font-size:0;text-align:center}.good-detail-page .enter-store .store-logo img{display:inline-block;width:auto;height:1.7rem;vertical-align:middle}.good-detail-page .enter-store .store-name{font-size:.85rem;color:#444}.good-detail-page .enter-store .store-link{position:absolute;right:0;top:1px;padding-right:.75rem;font-size:.7rem;color:#b0b0b0;text-align:right}.good-detail-page .enter-store .store-link span{font-size:inherit}.good-detail-page .cart-bar{position:relative;box-sizing:border-box;width:100%;height:3rem;position:fixed;bottom:0;background-color:#fff;z-index:2;padding:.5rem .7rem;text-align:center;border-top:1px solid #e0e0e0}.good-detail-page .cart-bar a{display:inline-block}.good-detail-page .cart-bar a.num-incart{font-size:1.175rem;color:#444}.good-detail-page .cart-bar a.favorite{font-size:.85rem;color:#ccc}.good-detail-page .cart-bar a.favorite.liked{color:#eb0313}.good-detail-page .cart-bar a.addto-cart,.good-detail-page .cart-bar a.sold-out{height:2rem;width:6.5rem;margin:0 2.5rem 0 2.875rem;color:#fff;background-color:#eb0313;font-size:.8rem;line-height:2rem;text-align:center}.good-detail-page .cart-bar a.sold-out{background-color:#f58189}.good-detail-page .cart-bar .num-tag{display:block;position:absolute;top:0;left:1.2rem;width:1.8rem;height:1.8rem;font-size:1rem;line-height:1.8rem;color:#fff;background:#eb0313;text-align:center;border-radius:50%;-webkit-transform:scale(.5);transform:scale(.5)}.good-detail-page .cart-bar .num-tag.hide{display:none}.good-detail-page .recommend-for-you{border-bottom:none}.good-detail-page .yoho-tip{top:40%}.goods-comments-page .goods-comments .comment-item{border-bottom:1px solid #e0e0e0;padding:0 .7rem}.goods-comments-page .goods-comments .comment-item .user-name{display:inline-block;float:left;max-width:9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6rem;line-height:1.55rem;color:#444}.goods-comments-page .goods-comments .comment-item .detail-content{font-size:.6rem;line-height:1.55rem;color:#444}.goods-comments-page .goods-comments .comment-item .comment-time,.goods-comments-page .goods-comments .comment-item .goods-spec{font-size:.6rem;line-height:1.55rem}.goods-comments-page .goods-comments .comment-item .detail-content{font-size:.7rem;line-height:.9rem}.goods-comments-page .goods-comments .comment-item .detail-content,.goods-comments-page .goods-comments .comment-item .goods-spec{color:#444}.goods-comments-page .goods-comments .comment-item .comment-time{color:#c1c1c1}.goods-consults-page{background-color:#f0f0f0}.goods-consults-page .goto-consult{position:fixed;top:2.25rem;width:100%;box-sizing:border-box;padding:0 .7rem;height:3rem;background-color:#fff;border-bottom:1px solid #e0e0e0;z-index:10}.goods-consults-page .goto-consult a,.goods-consults-page .goto-consult i,.goods-consults-page .goto-consult span{line-height:3rem;font-size:.7rem;color:#444}.goods-consults-page .goto-consult .consult-logo{padding-right:.375rem}.goods-consults-page .goto-consult .enter-consult-page{float:right;color:#b0b0b0}.goods-consults-page .goods-consults.customer-consults .consult-item:nth-child(1),.goods-consults-page .goods-consults.customer-consults .consult-item:nth-child(2){display:block}.goods-consults-page .goods-consults.customer-consults .consult-item{display:none}.goods-consults-page .goods-consults{margin-top:5.25rem;overflow:hidden;margin-top:.75rem;padding:.5rem .7rem;background-color:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.goods-consults-page .goods-consults .question{font-size:.6rem;color:#444}.goods-consults-page .goods-consults .question span{display:block;float:left;padding-right:.375rem}.goods-consults-page .goods-consults .question p{overflow:hidden;padding-bottom:.375rem;border-bottom:1px solid #e0e0e0}.goods-consults-page .goods-consults .time{font-size:.55rem;color:#b0b0b0}.goods-consults-page .goods-consults .answer{font-size:.6rem;line-height:.9rem;color:#b0b0b0;margin-top:.35rem}.goods-consults-page .goods-consults .answer span{display:block;float:left;color:#444;padding-right:.375rem}.goods-consults-page .goods-consults .answer p{overflow:hidden}.goods-consults-page .goods-consults .operation{width:120%;height:1.5rem;line-height:2rem;position:relative;right:12%;border-top:1px solid #e0e0e0;margin-top:.5rem}.goods-consults-page .goods-consults .operation li{font-size:.7rem;float:left;width:50%;text-align:center;color:#b0b0b0;position:relative}.goods-consults-page .goods-consults .operation li .iconfont{display:inline-block;padding-right:5px;font-size:inherit}.goods-consults-page .goods-consults .operation li .animate-count{display:none;position:absolute;top:0;font-size:.5rem;z-index:5}.goods-consults-page .goods-consults .operation li i.count{position:absolute}.goods-consults-page .goods-consults .operation li.highlight{color:#eb0313}.goods-consults-page .goods-consults .operation li.fav .animate-count{right:2.5rem}.goods-consults-page .goods-consults .operation li.useful .animate-count{right:2.2rem}.goods-consults-page .readmore{display:block;height:2.2rem;line-height:2.2rem;background-color:#fff;text-align:center;color:#b0b0b0;margin-top:.75rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;font-size:.7rem}.goods-consults-page .readmore i{font-size:inherit}.goods-consults-page .faq-title{height:2.2rem;line-height:2.2rem;text-align:center;font-size:.8rem}.goods-consults-page .goods-consults .faq-item{margin-top:.75rem;padding:.5rem .7rem;background-color:#fff;border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin-top:0;margin-bottom:.75rem}.goods-consults-page .goods-consults .faq-item .question{font-size:.6rem;color:#444}.goods-consults-page .goods-consults .faq-item .question span{display:block;float:left;padding-right:.375rem}.goods-consults-page .goods-consults .faq-item .question p{overflow:hidden;padding-bottom:.375rem;border-bottom:1px solid #e0e0e0}.goods-consults-page .goods-consults .faq-item .time{font-size:.55rem;color:#b0b0b0}.goods-consults-page .goods-consults .faq-item .answer{font-size:.6rem;line-height:.9rem;color:#b0b0b0;margin-top:.35rem}.goods-consults-page .goods-consults .faq-item .answer span{display:block;float:left;color:#444;padding-right:.375rem}.goods-consults-page .goods-consults .faq-item .answer p{overflow:hidden}.goods-consults-page .goods-consults .faq-item .operation{width:120%;height:1.5rem;line-height:2rem;position:relative;right:12%;border-top:1px solid #e0e0e0;margin-top:.5rem}.goods-consults-page .goods-consults .faq-item .operation li{font-size:.7rem;float:left;width:50%;text-align:center;color:#b0b0b0;position:relative}.goods-consults-page .goods-consults .faq-item .operation li .iconfont{display:inline-block;padding-right:5px;font-size:inherit}.goods-consults-page .goods-consults .faq-item .operation li .animate-count{display:none;position:absolute;top:0;font-size:.5rem;z-index:5}.goods-consults-page .goods-consults .faq-item .operation li i.count{position:absolute}.goods-consults-page .goods-consults .faq-item .operation li.highlight{color:#eb0313}.goods-consults-page .goods-consults .faq-item .operation li.fav .animate-count{right:2.5rem}.goods-consults-page .goods-consults .faq-item .operation li.useful .animate-count{right:2.2rem}.goods-consults-page .goods-consults .faq-item .answer{border-bottom:none}.consult-form-page{padding:.7rem;text-align:center}.consult-form-page textarea{box-sizing:border-box;width:100%;height:10rem;font-size:.7rem;padding:.25rem;color:#444}.consult-form-page a{display:inline-block;height:2rem;width:9rem;color:#fff;background-color:#444;font-size:1rem;line-height:2rem;text-align:center;margin-top:.5rem}.good-detail-page .feedback-list{padding-top:.75rem;margin-bottom:.75rem;background-color:#f0f0f0}.good-detail-page .feedback-list .nav-tab{width:100%;height:1.5rem;padding:.25rem 0;background-color:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.good-detail-page .feedback-list .comment-nav,.good-detail-page .feedback-list .consult-nav{box-sizing:border-box;float:left;width:50%;height:1.5rem;line-height:1.5rem;font-size:.7rem;text-align:center;color:#b0b0b0}.good-detail-page .feedback-list .comment-nav.focus,.good-detail-page .feedback-list .consult-nav.focus{color:#000}.good-detail-page .feedback-list .comment-nav{border-right:1px solid #ccc}.good-detail-page .feedback-list .content .content-main{background-color:#fff;border-bottom:1px solid #e0e0e0}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content,.good-detail-page .feedback-list .content .content-main.comment-content-main .user-name{font-size:.6rem;line-height:1.55rem;color:#444;padding-left:.7rem;padding-right:.45rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .comment-time,.good-detail-page .feedback-list .content .content-main.comment-content-main .goods-spec{font-size:.6rem;line-height:1.55rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content{font-size:.7rem;line-height:.9rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content,.good-detail-page .feedback-list .content .content-main.comment-content-main .goods-spec{color:#444}.good-detail-page .feedback-list .content .content-main.comment-content-main .comment-time,.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content{padding-left:.7rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .detail-content{padding-right:.7rem;padding-left:.7rem}.good-detail-page .feedback-list .content .content-main.comment-content-main .comment-time{color:#c1c1c1}.good-detail-page .feedback-list .content .content-main.consult-content-main{padding:.5rem .7rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .question{font-size:.6rem;color:#444}.good-detail-page .feedback-list .content .content-main.consult-content-main .question span{display:block;float:left;font-size:inherit;padding-right:.375rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .question p{overflow:hidden}.good-detail-page .feedback-list .content .content-main.consult-content-main .time{font-size:.55rem;color:#b0b0b0}.good-detail-page .feedback-list .content .content-main.consult-content-main .answer{font-size:.6rem;line-height:.9rem;color:#b0b0b0;margin-top:.35rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .answer span{display:block;float:left;font-size:inherit;color:#444;padding-right:.375rem}.good-detail-page .feedback-list .content .content-main.consult-content-main .answer p{overflow:hidden}.good-detail-page .feedback-list .content .content-main.no-item{height:5rem;line-height:5rem;color:#e0e0e0;font-size:16px;text-align:center}.good-detail-page .feedback-list .content .content-main.no-item span{display:inline-block;font-size:16px;padding-right:5px}.good-detail-page .feedback-list .comment-content-footer,.good-detail-page .feedback-list .consult-content-footer{display:block;min-height:2.2rem;text-align:center;background-color:#fff;border-bottom:1px solid #e0e0e0;line-height:2.2rem;font-size:.7rem;color:#b0b0b0}.good-detail-page .feedback-list .comment-content-footer .iconfont,.good-detail-page .feedback-list .consult-content-footer .iconfont{font-size:inherit}.good-detail-page .feedback-list .content.hide{display:none}.good-detail-page .feedback-list .nodata{height:2.2rem;font-size:.7rem;line-height:2.2rem;background-color:#fff;padding:0 .7rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.good-detail-page .feedback-list .nodata .go-consult{float:right;color:#b0b0b0}.good-detail-page .feedback-list .nodata .go-consult span{font-size:.7rem}.good-detail-page .goods-desc{padding-bottom:.5rem;padding-top:.5rem}.good-detail-page .goods-desc .service{width:12.35rem;height:.7rem;margin-left:1.25rem;background:url(../assets/img/product/service.png) no-repeat;background-size:cover}.good-detail-page .goods-desc .detail{margin-bottom:1px}.good-detail-page .goods-desc .desc-text{font-size:.6rem;padding:.4rem .3rem;color:#444;background-color:#eee}.good-detail-page .tips{color:#b0b0b0;font-size:.45rem;margin-top:.5rem}.good-detail-page .materials{overflow:hidden}.good-detail-page .materials .detail .material-item{margin:.25rem 0;width:100%;height:auto;overflow:hidden;display:block;position:relative}.good-detail-page .materials .detail .material-item img{margin:0}.good-detail-page .materials .detail .material-item .material-image{width:23%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.good-detail-page .materials .detail .material-item .material-desc{font-size:.6rem;box-sizing:border-box;text-align:left;padding-left:2%;height:auto;line-height:.95rem;color:#4b4b4b;word-wrap:break-word;width:76.9%;float:right}.good-detail-page .materials .detail .material-item:last-child{border-bottom:none}.good-detail-page .materials.page-block{margin-bottom:0;border-bottom:none}.good-detail-page .materials.page-block .detail{margin-bottom:0}.good-detail-page .wash-tips{padding-top:.5rem}.good-detail-page .wash-tips .tip{display:inline-block;width:16.6%;float:left}.good-detail-page .wash-tips .tip img{width:1.2rem;height:1.2rem;margin-bottom:.25rem}.good-detail-page .wash-tips .tip .caption{display:block;padding:0 .325rem;font-size:.45rem;line-height:.55rem;min-height:1.1rem;text-align:center}.good-detail-page .wash-tips.page-block{padding-left:.375rem;padding-right:.375rem}.good-detail-page .product-detail{margin-top:.75rem;margin-bottom:.75rem}.good-detail-page .product-detail .detail img{margin-top:.5rem;width:14.525rem;height:auto}.good-detail-page .product-detail .detail a{color:#2f91f6;text-decoration:underline}.good-detail-page .detail-swiper .swiper-wrapper .swiper-slide{width:auto}.good-detail-page .detail-swiper .swiper-wrapper .swiper-slide div{text-align:center}.good-detail-page .detail-swiper .swiper-wrapper .swiper-slide div.cell{line-height:1.325rem;font-size:.6rem;background-color:#eee;padding:0 1rem;border:1px solid #fff}.good-detail-page #reference-swiper-container .first-group{width:1.75rem;margin-top:1.375rem}.good-detail-page #reference-swiper-container .first-group div{height:1.375rem}.good-detail-page #reference-swiper-container .first-group div .avatar{display:inline-block;width:1rem;border-radius:50%;margin-top:.175rem}.good-detail-page .measurement-method .detail{width:100%;margin-top:0;margin-bottom:0}.good-detail-page .measurement-method .detail img{width:100%;height:auto}.suspend-cart{position:fixed;width:2.2rem;height:2.2rem;line-height:2.2rem;border-radius:50%;background:rgba(0,0,0,.3);text-align:center;right:.75rem;bottom:3.5rem;z-index:10}.suspend-cart a{display:block;width:100%;height:100%}.suspend-cart .iconfont{color:#fff;font-size:.9rem}.suspend-cart .cart-count{position:absolute;top:-.6rem;right:-.5rem;width:1.8rem;height:1.8rem;font-size:1rem;line-height:1.8rem;color:#fff;background:#f03d35;text-align:center;border-radius:50%;-webkit-transform:scale(.5);transform:scale(.5)}.rank-main{padding:.35rem 0 0 .75rem;background:#fff}.rank-main li{height:5.75rem;overflow:hidden}.rank-main li .item-img{float:left;width:3.75rem;height:5rem;padding:.35rem 0;line-height:5rem;text-align:center}.rank-main li .item-img img{max-width:100%;max-height:100%;vertical-align:middle}.rank-main li .item-content{float:left;width:10.175rem;height:5.325rem;margin:0 0 0 .325rem;padding:.35rem 0 0 .75rem;border-top:1px solid #e0e0e0;overflow:hidden}.rank-main li .item-content .rank-icon{display:block;height:1.125rem;width:1.25rem;line-height:1.25rem;text-align:center;font-size:.55rem;color:#fff;background:url(../assets/img/me/employ/rank.png) no-repeat;background-position:top;background-size:auto 100%}.rank-main li .item-content .rank-icon.top{background:url(../assets/img/me/employ/rank-t.png) no-repeat;background-position:top;background-size:100%;line-height:1.35rem}.rank-main li .item-content h2{margin:.375rem 0 0!important;padding:0!important;width:9.5rem;max-height:1.8rem;overflow:hidden;line-height:.9rem;color:#444;font-size:.7rem}.rank-main li .item-content h2.hasActive{margin:.125rem 0 0!important}.rank-main li .item-content p{margin:0!important;padding:0!important;width:9.5rem;line-height:.9rem;font-size:.6rem;color:#d0021b;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.rank-main li .item-content p b{text-decoration:line-through;color:#b0b0b0;margin-left:.25rem}.rank-main li:first-child .item-content{border:none}.goods-nav{border-bottom:.05rem solid #e6e6e6;height:1.675rem;overflow:hidden}.goods-nav li{float:left;width:auto;height:1.675rem;line-height:1.675rem;width:3.625rem;text-align:center;font-size:.7rem}.goods-nav li a{display:inline-block;padding:0 .125rem;font-size:.7rem;color:#999;height:1.625rem}.goods-nav li:first-child{margin-left:.75rem}.goods-nav li.focus a{border-bottom:.1rem solid #000;color:#000}.s-goods-nav{box-sizing:border-box;overflow:hidden}.s-goods-nav li{margin:0 .25rem;padding:0 .375rem;width:auto;height:100%;color:#999}.s-goods-nav li a{padding:0}.s-goods-nav li.active{color:#000}.s-goods-nav li.bgActive{color:#000;background-color:#e0e0e0}.s-goods-nav li:first-child{margin:0 0 0 .975rem}.recommend-for-you{padding:.75rem 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff}.recommend-for-you .title{font-size:.8rem;line-height:2.2rem;text-align:center;color:#444}.recommend-for-you .swiper-container{padding:.75rem 0 .5rem;width:100%}.recommend-for-you .swiper-container .swiper-slide{padding:0 .25rem;float:left;width:3.9rem}.recommend-for-you .swiper-container .swiper-slide img{width:100%;height:5.2rem}.recommend-for-you .swiper-container .swiper-slide:first-child{padding-left:.75rem}.recommend-for-you .swiper-container .swiper-slide:last-child{padding-right:.75rem}.recommend-for-you .sale-name{overflow:hidden;text-overflow:ellipsis;width:100%;white-space:nowrap;margin-top:.5rem;color:#444}.recommend-for-you .price{position:relative;margin-top:.2rem;font-size:.6rem;line-height:1}.recommend-for-you .price .sale-price{display:block;color:#d9134f;margin-right:.2rem}.recommend-for-you .price .old-price{display:block;color:#b0b0b0;text-decoration:line-through}.recommend-for-you .price .no-price{color:#444}.limit-good-page{background-color:#f4f4f4;color:#444}.limit-good-page .top{font-size:.6rem;height:2rem;line-height:2.2rem;margin-bottom:.1rem;background-color:#fff;padding:.2rem 0 .2rem .5rem}.limit-good-page .top div{width:0;display:inline-block;float:left}.limit-good-page .top div img{width:1.5rem;position:relative;top:.25rem}.limit-good-page .top p{display:inline-block;float:left;width:80%}.limit-good-page .detail{background-color:#fff;padding:.6rem .8rem;border-bottom:1px solid #e6e6e6;margin-bottom:1rem}.limit-good-page .detail .name{font-size:.9rem;margin-bottom:.5rem}.limit-good-page .detail .sale-info{height:1rem;line-height:1rem}.limit-good-page .detail .price{font-size:.8rem;color:#d0021b;float:left}.limit-good-page .detail .date{font-size:.6rem;float:right}.limit-good-page .detail .date .text{position:relative;top:.08rem}.limit-good-page .goodDesc{padding:.5rem;border-top:1px solid #e6e6e6;background-color:#fff}.limit-good-page .goodDesc p{font-size:.6rem;line-height:1rem;text-indent:2em}.limit-good-page .goodDesc img{margin:.3rem 0;max-width:100%}.limit-good-page .bottom{background-color:#fff;padding:.5rem 2rem 2rem;height:3rem;width:12rem;margin:0 auto}.limit-good-page .bottom .logo{width:100;height:2.5rem;background-image:url(../assets/img/logo-bottom.png);background-size:100%;background-repeat:no-repeat;background-position:50%}.limit-good-page .bottom .btn{font-size:.8rem;background-color:#fff;border:1px solid #444;border-radius:.2rem;padding:.3rem .6rem}.limit-good-page .bottom .btn:active{background-color:#ccc}.limit-good-page .bottom .left,.limit-good-page .bottom .right{display:inline-block;float:left}.limit-good-page .bottom .left{width:39%}.limit-good-page .bottom .right{width:60%;font-size:.65rem}.limit-good-page .bottom .right span{display:block;width:95%;margin:0 auto}.limit-help-page{padding:.7rem;color:#444}.limit-help-page h2{font-size:.75rem;font-weight:700}.limit-help-page .method{display:block;width:2rem;height:.875rem;line-height:.875rem;background-color:#444;color:#fff;border-radius:.5rem;text-align:center;margin:.5rem 0}.limit-help-page li{font-size:.6rem}.limit-help-page .intro-img{width:100%;height:5.5rem;background-size:100%;background-repeat:no-repeat;margin:.5rem 0}.limit-help-page .method-1 li:nth-child(1) .intro-img{background-image:url(../assets/img/product/help/1.png)}.limit-help-page .method-1 li:nth-child(2) .intro-img{background-image:url(../assets/img/product/help/2.png)}.limit-help-page .method-1 li:nth-child(3) .intro-img{background-image:url(../assets/img/product/help/3.png)}.limit-help-page .method-2 li:nth-child(1) .intro-img{background-image:url(../assets/img/product/help/4.png)}.limit-help-page .method-2 li:nth-child(2) .intro-img{background-image:url(../assets/img/product/help/5.png)}.limit-help-page .method-2 li:nth-child(3) .intro-img{background-image:url(../assets/img/product/help/6.png)}.limit-help-page .method-2 li:nth-child(4) .intro-img{background-image:url(../assets/img/product/help/7.png)}.limit-help-page .how li:nth-child(1) .intro-img{background-image:url(../assets/img/product/help/8.png)}.limit-help-page .how li:nth-child(2) .intro-img{background-image:url(../assets/img/product/help/9.png);margin-bottom:0}.shopping-cart-good{position:relative;padding-left:.4rem}.shopping-cart-good .prevent-img-click{position:absolute;width:.5rem;height:5rem;background-color:transparent;z-index:99}.shopping-cart-good .none{display:none}.shopping-cart-good .checkbox{position:absolute;top:50%;margin-top:-.85rem;margin-left:.2rem;font-size:.7rem}.shopping-cart-good .checkbox.icon-cb-checked{color:#000}.shopping-cart-good .checkbox.disabled{color:#f0f0f0}.shopping-cart-good .few-tag{width:3.75rem;position:absolute;text-align:center;top:72%;color:#fff}.shopping-cart-good .few-tag span{display:inline-block;-webkit-transform:scale(.833);transform:scale(.833)}.shopping-cart-good .gift-tag{background-color:#88be51}.shopping-cart-good .plus-tag{background-color:#fc1264}.shopping-cart-good .few-tag-expire{position:absolute;top:40%;left:.5rem;background-color:#7f7f7f;display:inline-block;color:#fff;border-radius:.3rem;padding:.1rem;font-size:.5rem;width:1.2rem;text-align:center}.shopping-cart-good .info{float:left;margin-left:1.5rem;padding:.4rem 0;padding-right:.5rem}.shopping-cart-good .fixed-height{height:2.7rem}.shopping-cart-good .thumb{float:left;width:3.75rem;background-size:100%;background-repeat:no-repeat}.shopping-cart-good .deps{position:relative;width:9.5rem;margin-left:4.5rem;border-bottom:1px solid #e0e0e0;padding:.5rem 0}.shopping-cart-good .name{display:inline-block;width:80%;color:#5a5a5a;font-size:.6rem;line-height:.7rem}.shopping-cart-good .color-size-row>span{margin-right:.375rem}.shopping-cart-good .color,.shopping-cart-good .size{font-size:.6rem;color:#b6b6b6}.shopping-cart-good .appear-date{float:left;color:#d0253b;display:block;font-size:.5rem}.shopping-cart-good .price{font-size:.6rem;color:#d0253b;display:inline}.shopping-cart-good .price .sale-price{color:#b0b0b0;text-decoration:line-through}.shopping-cart-good .count{font-size:.5rem;color:#999;display:inline-block;width:22%;position:absolute;text-align:center}.shopping-cart-good .low-stocks{display:inline-block;width:2.5rem;height:.75rem;line-height:.75rem;font-size:.55rem;border:none;color:#fff;text-align:center;float:right;margin-right:.4rem;padding:.1rem;border-radius:.5rem;background:#7f7f7f}.shopping-cart-good .vip{display:inline-block;color:#fff;background:#e01;border-radius:.4rem;padding:0 .3rem;margin-left:.2rem;font-size:.5rem}.shopping-cart-good .la-tag{margin-top:.3rem;min-height:1rem}.shopping-cart-good .icon-del,.shopping-cart-good .icon-edit{position:absolute;color:#ccc;font-size:.75rem}.shopping-cart-good .icon-del{right:.5rem}.shopping-cart-good .icon-edit{right:1.8rem}.shopping-cart-good .opt-panel{position:absolute;width:5.5rem;right:0;top:0;bottom:0;color:#fff}.shopping-cart-good .opt-panel>div{float:left;box-sizing:border-box;width:2.75rem;height:100%;text-align:center;padding:1rem .5rem 0;font-size:.375rem}.shopping-cart-good .opt-panel span{display:block}.shopping-cart-good .opt-panel .put-in-favorite{background:#bbb}.shopping-cart-good .opt-panel .del{background:#999}.shopping-cart-good .opt-panel .del .iconfont{margin-bottom:.5rem}.shopping-cart-good .calculate-num{float:right}.shopping-cart-good .calculate-num .calculate{float:right;border:1px solid #b0b0b0;border-radius:.2rem}.shopping-cart-good .calculate-num .calculate p{color:#444}.shopping-cart-good .calculate-num .calculate p i{width:1.8rem;height:1.5rem;float:left;line-height:1.5rem;text-align:center}.shopping-cart-good .calculate-num .calculate p span{width:2.4rem;height:1.5rem;float:left;font-size:1rem;line-height:1.5rem;text-align:center}.shopping-cart-good .calculate-num .calculate p:first-child{height:1.5rem;border-bottom:1px solid #b0b0b0}.shopping-cart-good .calculate-num .calculate p:first-child span{border-left:1px solid #b0b0b0;border-right:1px solid #b0b0b0}.shopping-cart-good .calculate-num .calculate p:last-child span{width:4.2rem;overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.shopping-cart-good .calculate-num .price{line-height:1.5rem;font-size:1.15rem;font-weight:700}.shopping-cart-good .calculate-num .count{position:absolute;right:.5rem;top:.5rem;font-size:1.15rem}.shopping-cart-good:last-child .deps{border:none}.chose-panel{position:fixed;display:none;height:100%;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:3}.chose-panel .main{position:absolute;height:15.25rem;bottom:0;left:0;right:0;background:#fff}.chose-panel .infos{height:11.5rem;padding:0 .55rem}.chose-panel .chose-items{height:8.125rem;overflow:auto}.chose-panel .basic-info{overflow:hidden;position:relative;margin-bottom:.75rem;margin-top:.75rem}.chose-panel .thumb{float:left;width:2.5rem;margin-right:.5rem}.chose-panel .text-info{height:auto}.chose-panel .text-info .name{font-size:.7rem;height:1.85rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.chose-panel .text-info .price{font-size:.6rem;display:inline}.chose-panel .text-info .sale-price{color:#e10;margin-right:.375rem}.chose-panel .text-info .sale-price.no-price{color:#000}.chose-panel .text-info .market-price{color:#b0b0b0;text-decoration:line-through}.chose-panel .color-list,.chose-panel .num,.chose-panel .size-list{position:relative;font-size:.7rem;padding-left:2rem}.chose-panel .color-list input.disabled,.chose-panel .num input.disabled,.chose-panel .size-list input.disabled{background-color:#fff;color:#000;opacity:1;border-radius:0;-webkit-appearance:none}.chose-panel .color-list>span,.chose-panel .num>span,.chose-panel .size-list>span{position:absolute;left:0;top:.5rem}.chose-panel .color-list>span.left-num,.chose-panel .num>span.left-num,.chose-panel .size-list>span.left-num{position:absolute;left:9.5rem;top:.5rem}.chose-panel .color-list span.disabled,.chose-panel .num span.disabled,.chose-panel .size-list span.disabled{color:#e6e6e6}.chose-panel .size-list li.hide{display:none}.chose-panel .block{float:left;display:block;box-sizing:border-box;padding:0 .5rem;min-width:2rem;height:2rem;border:1px solid #000;margin-right:.75rem;margin-bottom:.75rem;line-height:2rem;text-align:center}.chose-panel .block.chosed{border-color:#e10;background:url(../assets/img/shopping-cart/right.png) no-repeat;background-size:.95rem;background-position:100% 100%;color:#e10}.chose-panel .block.zero-stock{color:#e0e0e0;border-color:#e0e0e0}.chose-panel .block.zero-stock.chosed{border-color:#e0e0e0;background:none;color:#e0e0e0;background-color:silver}.chose-panel .num{margin-bottom:.5rem}.chose-panel .num .btn{float:left;display:block;height:2rem;width:2rem;text-align:center;line-height:2rem;border:1px solid #e6e6e6}.chose-panel .num .btn.disable{color:#e6e6e6}.chose-panel .good-num{float:left;width:2.65rem;height:2rem;line-height:2rem;padding:0;border:1px solid #e6e6e6;text-align:center;margin-left:-1px}.chose-panel .btn-plus{margin-left:-1px}.chose-panel .btn-wrap{position:relative;height:3rem;border-top:1px solid #e6e6e6;padding:.5rem;text-align:center;background:#fff;box-sizing:border-box}.chose-panel .btn-wrap .btn-sure{width:6.5rem;height:2rem;background:#e10;color:#fff;font-size:.8rem;border:none}.gift-advance-page .gift-advance-good{position:relative;padding:.5rem 0;margin-left:.85rem;height:4rem;border-bottom:1px solid #e0e0e0}.gift-advance-page .advance-block:last-child .gift-advance-good:last-child{border-bottom:1px solid #e0e0e0}.gift-advance-page .thumb-wrap{position:relative;float:left;width:3rem;height:4rem}.gift-advance-page .thumb-wrap .thumb{width:100%;height:100%}.gift-advance-page .tag{position:absolute;bottom:0;left:0;right:0;height:.625rem;color:#fff;text-align:center;background:#eb76aa}.gift-advance-page .tag:before{content:'加价购';display:block;font-size:.3rem;line-height:.625rem;-webkit-transform:scale(.833);transform:scale(.833)}.gift-advance-page .deps{margin-left:3.375rem}.gift-advance-page .gift-advance-good .name{margin-bottom:.5rem;width:11rem;font-size:.7rem}.gift-advance-page .row:nth-child(2){font-size:.55rem;height:1.125rem;line-height:1.125rem}.gift-advance-page .row:nth-child(2)>span{margin-right:.375rem}.gift-advance-page .row:nth-child(3){position:relative}.gift-advance-page .color,.gift-advance-page .size{color:#b6b6b6}.gift-advance-page .price{font-size:.6rem;color:#f1545b}.gift-advance-page .price.market-price{color:#999;text-decoration:line-through}.gift-advance-page .count{font-size:.5rem;color:#999;margin-left:.55rem}.gift-advance-page .chose{position:absolute;width:2.2rem;height:1.45rem;background:#f8f8f8;border:1px solid #ccc;right:.5rem;top:1.775rem;font-size:.65rem;line-height:1.45rem;text-align:center}.gift-advance-page .title{width:15rem;height:1.5rem;line-height:1.5rem;padding:0 .5rem;font-size:.6rem;background:#f8f8f8;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.gift-advance-page .gift-block .tag{background:#a1ce4e}.gift-advance-page .gift-block .tag:before{content:'赠品'}.order-ensure-page{background:#f0f0f0}.order-ensure-page .block{background:#fff;margin:.5rem 0;padding:.75rem .5rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.order-ensure-page .title{font-size:.8rem;color:#444}.order-ensure-page .price-cost span{color:red}.order-ensure-page .border-none{border-bottom:none!important}.order-ensure-page .boys{background:url(../assets/img/shopping-cart/boys.png) 0 100% repeat-x #fff}.order-ensure-page .girls{background:url(../assets/img/shopping-cart/girls.png) 0 100% repeat-x #fff}.order-ensure-page .kids{background:url(../assets/img/shopping-cart/kids.png) 0 100% repeat-x #fff}.order-ensure-page .life-style{background:url(../assets/img/shopping-cart/lifeStyle.png) 0 100% repeat-x #fff!important}.order-ensure-page .not-address{position:relative}.order-ensure-page .not-address i{position:absolute;left:.4rem;top:0;font-size:1.1rem}.order-ensure-page .not-address .choose{display:block;color:#000;height:1.6rem;overflow:hidden;position:static;padding-left:1rem;font-size:.8rem;line-height:2.05rem}.order-ensure-page .not-address .choose span{position:absolute;right:.5rem;top:.7rem;font-size:.8rem}.order-ensure-page .address{display:block;position:relative;margin-top:0;border-top:none;padding-bottom:.8rem}.order-ensure-page .address .info{width:90%;height:auto;overflow:hidden;padding-left:10%;padding-bottom:.3rem;position:relative}.order-ensure-page .address .info span{display:inline-block}.order-ensure-page .address .info i{position:absolute;left:0;top:0;font-size:1.1rem}.order-ensure-page .address .info-name{width:48%;height:1rem;font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-ensure-page .address .info-phone{width:48%;font-size:.6rem;text-align:right}.order-ensure-page .address .info-address{width:100%;font-size:.6rem;line-height:.95rem}.order-ensure-page .address .rest{position:absolute;right:.8rem;bottom:.5rem;color:red;font-size:.6rem}.order-ensure-page .address .rest span{font-size:.6rem}.order-ensure-page .dispatch{padding:0;margin:0}.order-ensure-page .dispatch .sub-block{color:#444}.order-ensure-page .dispatch .sub-block h3{width:95%;height:2rem;overflow:hidden;line-height:2rem;font-size:.8rem;margin-left:5%;border-bottom:1px solid #e0e0e0}.order-ensure-page .dispatch .sub-block h3 .hide{display:none!important}.order-ensure-page .dispatch .sub-block h3 i,.order-ensure-page .dispatch .sub-block h3 p{display:inline-block;height:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-ensure-page .dispatch .sub-block h3 i{font-size:.9rem;margin-left:.2rem}.order-ensure-page .dispatch .sub-block h3 span{display:inline-block;width:65%;height:2rem;text-align:right;font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-ensure-page .dispatch .sub-block ul{width:90%;height:auto;overflow:hidden;line-height:2rem;font-size:.7rem;background:#e0e0e0;padding-left:10%;display:none;padding-bottom:.2rem}.order-ensure-page .dispatch .sub-block ul .right{float:right;margin-right:1rem}.order-ensure-page .dispatch .sub-block ul li{border-bottom:1px solid #fff}.order-ensure-page .dispatch .sub-block:last-child h3,.order-ensure-page .dispatch .sub-block ul li:last-child{border-bottom:none}.order-ensure-page .goods-num{width:100%;height:1.3rem;color:#b0b0b0;background:#fff;padding:.5rem 0;text-align:right;font-size:.7rem;line-height:1.3rem}.order-ensure-page .goods-num span{padding-right:.5rem;color:red}.order-ensure-page .bill{position:fixed;background:#fff;left:0;bottom:0;width:96%;height:2.5rem;overflow:hidden;line-height:2.5rem;font-size:.7rem;padding-left:4%}.order-ensure-page .bill span{color:red}.order-ensure-page .bill a{position:absolute;right:.5rem;top:.25rem;background:#d0021b;display:inline-block;color:#fff;width:25%;height:2rem;overflow:hidden;border-radius:.25rem;line-height:2rem;text-align:center;font-size:.75rem}.order-ensure-page .price-cal{margin-bottom:2.25rem;font-size:.7rem;position:relative}.order-ensure-page .price-cal span{position:absolute;right:.7rem;text-align:right}.order-ensure-page .price-cal li{font-size:.7rem}.order-ensure-page .price-cal li p,.order-ensure-page .price-cal li span{display:inline-block}.order-ensure-page .order-good{position:relative;padding:.5rem 0;margin-left:.85rem;height:4rem;border-bottom:1px solid #e0e0e0;font-size:.65rem}.order-ensure-page .order-good .thumb-wrap{position:relative;float:left;width:3rem;height:4rem}.order-ensure-page .order-good .thumb{width:100%;height:100%}.order-ensure-page .order-good .tag{position:absolute;bottom:0;left:0;right:0;color:#fff;text-align:center;font-size:.3rem}.order-ensure-page .order-good .tag:before{display:block;line-height:1;-webkit-transform:scale(.833);transform:scale(.833)}.order-ensure-page .order-good .gift-tag{height:.625rem;background:#a1ce4e}.order-ensure-page .order-good .gift-tag:before{content:'赠品'}.order-ensure-page .order-good .advance-buy-tag{height:.625rem;background:#eb76aa}.order-ensure-page .order-good .advance-buy-tag:before{content:'加价购'}.order-ensure-page .order-good .deps{margin-left:3.375rem}.order-ensure-page .order-good .name{font-size:.7rem;max-width:70%;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-ensure-page .order-good .row:nth-child(2){height:1.125rem;line-height:1.125rem}.order-ensure-page .order-good .row:nth-child(2)>span{margin-right:.375rem}.order-ensure-page .order-good .color,.order-ensure-page .order-good .size{color:#b6b6b6}.order-ensure-page .order-good .price-wrap{position:absolute;top:.5rem;right:.75rem;text-align:right}.order-ensure-page .order-good .price{color:#e01}.order-ensure-page .order-good .count{display:block;color:#999;text-align:right;line-height:1.125rem}.order-ensure-page .order-good .appear-date{color:red}.order-ensure-page .order-good:last-child{border-bottom:none}.order-ensure-page .sale-invoice{margin-top:-.5rem;font-size:.6rem}.order-ensure-page .sale-invoice li{height:2.25rem;line-height:2.25rem;border-bottom:1px solid #f7f7f7;overflow:hidden}.order-ensure-page .sale-invoice li a{display:block}.order-ensure-page .sale-invoice .coupon-count{padding:.125rem .375rem;background:#d0021b;color:#fff;border-radius:.25rem;margin-left:.5rem}.order-ensure-page .sale-invoice .coupon-use{box-sizing:border-box;position:relative;float:right;padding-right:.75rem;color:#999;text-align:right;width:8rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order-ensure-page .sale-invoice .coupon-use .iconfont{position:absolute;top:0;right:0;color:#999}.order-ensure-page .sale-invoice .checkbox{display:inline-block;width:2rem;text-align:center;margin-right:-.5rem}.order-ensure-page .sale-invoice .coin-check{float:right;color:#999}.order-ensure-page .sale-invoice .coin-check .checkbox{margin-left:.125rem;color:#000}.order-ensure-page .sale-invoice .coin-check.used,.order-ensure-page .sale-invoice .coin-check em{color:red}.order-ensure-page .sale-invoice .checkbox.icon-checkbox{color:#ccc}.order-ensure-page .sale-invoice .invoice .checkbox{float:right}.order-ensure-page .sale-invoice .invoice.focus{height:auto}.order-ensure-page .sale-invoice .desc{color:#999}.order-ensure-page .block input,.order-ensure-page .block textarea{box-sizing:border-box;margin:.5rem 0;padding:0 .3rem;width:100%;height:1.8rem;color:#444;background:#efefef;font-size:.6rem;line-height:1;outline:0;border:0;border-radius:.1rem}.order-ensure-page .block textarea{padding:.3rem;height:auto;resize:none}.order-ensure-page #invoice{border-top:1px solid #f7f7f7}.order-ensure-page #invoice label{display:block;border-top:1px solid #f7f7f7}.order-ensure-page #invoice select{position:relative;float:right;width:40%;height:1.25rem;top:.5rem;border:1px solid #f7f7f7}.order-ensure-page #msg{padding-top:.5rem}.order-ensure-page #msg input{margin:0}.order-ensure-page .total{font-size:.55rem;margin-top:.5rem}.order-ensure-page .total span{display:inline-block;width:3.25rem}.order-ensure-page .cost{border-top:1px solid #f7f7f7;line-height:2.5rem;margin-top:.25rem;font-size:.85rem}.order-ensure-page .cost em{color:red}.order-ensure-page .pay-mode{background:#fff;padding:0 .5rem;margin-top:-.55rem}.order-ensure-page .pay-mode li{height:2.2rem;line-height:2.2rem;margin-bottom:.7rem;border-radius:.125rem;font-size:.8rem;color:#fff;text-align:center;background:#000}.order-ensure-page .pay-mode .default{background:#57b038}.order-ensure-page .pay-mode .iconfont{margin-right:.5rem;font-size:.8rem}.select-coupon-page .not-avaliable-coupon-line:after,.select-coupon-page .not-avaliable-coupon-line:before{content:"";position:absolute;top:50%;border-top:1px solid #b0b0b0;width:3rem;height:0}.select-coupon-page{margin-top:.75rem;margin-bottom:.75rem}.select-coupon-page #new-coupon{margin-bottom:.75rem;padding-left:.75rem;padding-right:.75rem;font-size:.6rem}.select-coupon-page #new-coupon input{padding:0 .3rem;width:9.6rem;height:2rem;border:1px solid #b0b0b0;border-radius:.1rem;outline:0}.select-coupon-page #new-coupon .submit{margin-left:.75rem;width:3.25rem;height:2rem;color:#fff;background:#b0b0b0;border-radius:.1rem;border:none;outline:0}.select-coupon-page .coupon-list .employ-main:first-child{margin-top:0}.select-coupon-page .coupon-list .employ-main:last-child{margin-bottom:0}.select-coupon-page .not-use{display:block;width:14rem;margin:.75rem auto 0;text-align:center;font-size:.8rem;line-height:2.5;border:1px solid #444;border-radius:4px}.select-coupon-page .not-avaliable-coupon-line{position:relative;margin-top:.75rem;margin-bottom:.75rem;font-size:.7rem;line-height:2;color:#b0b0b0;text-align:center}.select-coupon-page .not-avaliable-coupon-line:before{left:1.5rem}.select-coupon-page .not-avaliable-coupon-line:after{right:1.5rem}.select-coupon-page .not-avaliable{background-image:url(../assets/img/me/employ/employ-grey.jpg)!important}.select-address-page{padding-bottom:.5rem}.select-address-page .add-address{margin-bottom:0}.icon-checkbox:before{content:"\e61c"}.icon-cb-checked:before{content:"\e61d"}.icon-radio:before{content:"\e647"}.icon-cb-radio:before{content:"\e646"}.shopping-cart-page{margin-bottom:3rem;overflow-x:hidden;background:#f0f0f0;display:none}.shopping-cart-page .yoho-tip{z-index:4}.shopping-cart-page .cart-content>*{background:#fff}.shopping-cart-page .cart-content>:first-child{border-top:none;margin-top:0}.shopping-cart-page .cart-nav{color:#c6c6c6;border-bottom:1px solid #e0e0e0;background:#fff}.shopping-cart-page .cart-nav li{float:left;width:50%;padding:.75rem 0;height:.75rem}.shopping-cart-page .cart-nav li.active{color:#000}.shopping-cart-page .cart-nav span{display:block;box-sizing:border-box;width:100%;height:.75rem;line-height:.75rem;font-size:.75rem;text-align:center}.shopping-cart-page .cart-nav li:first-child span{border-right:1px solid #e0e0e0}.shopping-cart-page .cart-nav li:last-child{position:relative}.shopping-cart-page .cart-nav .presell-tip{position:absolute;z-index:1;left:-2rem;top:1.75rem}.shopping-cart-page .cart-nav .triangle{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:12px solid #000;margin-left:6rem}.shopping-cart-page .cart-nav .pt-content{position:relative;padding:.25rem;background:#000;color:#fff;font-size:.3rem;border-radius:5px;text-align:center;width:7rem}.shopping-cart-page .login-info{height:1.15rem;padding:.425rem .5rem;color:#24acaa;text-align:center;font-size:.7rem}.shopping-cart-page .login-info .btn{display:inline-block;background:#ed0010;color:#fff;width:2rem;height:1.15rem;line-height:1.15rem}.shopping-cart-page .presell-info{height:1.5rem;padding:.375rem .75rem;font-size:.55rem;background:#f0f0f0;color:#b7b7b7}.shopping-cart-page .presell-info>span{display:block}.shopping-cart-page .presell-info .iconfont{float:left;font-size:1.125rem}.shopping-cart-page .presell-info .txt{height:.75rem;line-height:.75rem;margin-left:2rem}.shopping-cart-page .cart-goods{border-bottom:1px solid #e0e0e0;margin-bottom:.75rem}.shopping-cart-page .cart-goods .shopping-cart-good:last-child .info{border-bottom:none}.shopping-cart-page .invalid-goods{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin:.75rem 0}.shopping-cart-page .freebie-and-advance-buy{font-size:.6rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:.75rem}.shopping-cart-page .freebie-and-advance-buy>li{box-sizing:border-box;height:2rem;line-height:2rem;margin-bottom:.25rem;padding:0 .5rem}.shopping-cart-page .freebie-and-advance-buy>li a{float:right;width:100%}.shopping-cart-page .freebie-and-advance-buy>li .under-line{display:inline-block;height:1px;width:91%;position:absolute;left:9%;background-color:#f1f1f1}.shopping-cart-page .freebie-and-advance-buy>li:last-child{margin-bottom:0}.shopping-cart-page .freebie-and-advance-buy>li:first-child .under-line{display:none}.shopping-cart-page .freebie-and-advance-buy .count{color:#7b7b7b;float:right}.shopping-cart-page .freebie-and-advance-buy .icon-right-arrow{color:#8f8f8f;float:right}.shopping-cart-page .activity-title{border-top:1px solid #e0e0e0;font-size:.8rem;padding:.5rem .5rem 0}.shopping-cart-page .activity{padding:.2rem .5rem .5rem .8rem;font-size:.65rem}.shopping-cart-page .activity li:before{content:"";display:inline-block;margin-right:.25rem;width:.2rem;height:.2rem;background-color:#000;border-radius:50%;position:relative;left:0;top:-.12rem}.shopping-cart-page .price-compute{padding:.5rem;border-top:1px solid #e0e0e0;font-size:.7rem}.shopping-cart-page .price-compute .title{display:inline-block;width:4.375rem}.shopping-cart-page .price-compute .minus{float:right}.shopping-cart-page .balance{position:fixed;box-sizing:border-box;bottom:0;width:100%;padding:.5rem;height:3rem;border-top:1px solid #e0e0e0;background:#fff}.shopping-cart-page .balance .iconfont{position:absolute;top:50%;margin-top:-.35rem;font-size:.7rem}.shopping-cart-page .balance p{float:right;margin-right:.8rem;font-size:.65rem}.shopping-cart-page .balance p span{display:block;height:1rem;line-height:1rem;color:#d0253b;font-weight:700}.shopping-cart-page .balance p .tip{color:#666;font-size:.55rem;text-align:right;font-weight:400}.shopping-cart-page .balance .btn-balance{float:right;width:3.5rem;height:2rem;line-height:2rem;text-align:center;background:#e01;color:#fff;border:none;font-size:.7rem}.shopping-cart-page .cart-zero{width:100%;height:auto;padding-top:2rem;padding-bottom:20%}.shopping-cart-page .cart-zero i{font-size:6em;display:block;margin:0 auto;text-align:center;color:#505050}.shopping-cart-page .cart-zero p{display:block;text-align:center;font-size:1.2em;color:#505050;padding:.6rem 0}.shopping-cart-page .cart-zero a{width:27%;height:1.2rem;overflow:hidden;line-height:1.2rem;border:1px solid #505050;border-radius:.2rem;display:block;margin:0 auto;text-align:center} \ No newline at end of file diff --git a/static/dist/myohobuy/1.3.19/index.js b/static/dist/myohobuy/1.3.19/index.js index dfb1570..47bfab0 100644 --- a/static/dist/myohobuy/1.3.19/index.js +++ b/static/dist/myohobuy/1.3.19/index.js @@ -1,5 +1,5 @@ -define("index",["jquery","hammer","swiper","lazyload","mlellipsis","iscroll-probe","handlebars","source-map","index"],function(e,t,o){var n;e("js/common"),e("js/category/entry"),e("js/guang/entry"),e("js/home/entry"),e("js/index/entry"),e("js/passport/entry"),e("js/product/entry"),e("js/me/entry"),e("js/cart/entry"),o.exports=n}),define("js/common",["jquery","hammer"],function(e,t,o){function n(e){var t,o,n=document.cookie;return document.cookie&&""!==document.cookie&&(o=n.indexOf(e+"="),o>-1&&(o+=e.length+1,t=decodeURIComponent(h.trim(n.substring(o,n.indexOf(";",o)))))),t}function a(e,t,o){var n,a,i,s,r="";"undefined"!=typeof t&&(o=o||{},null===t&&(t="",o.expires=-1),o.expires&&("number"==typeof o.expires||o.expires.toUTCString)&&("number"==typeof o.expires?(s=new Date,s.setTime(s.getTime()+24*o.expires*60*60*1e3)):s=o.expires,r="; expires="+s.toUTCString()),n=o.path?"; path="+o.path:"",a=o.domain?"; domain="+o.domain:"",i=o.secure?"; secure":"",document.cookie=[e,"=",encodeURIComponent(t),r,n,a,i].join(""))}function i(){var e=!!navigator.cookieEnabled;return"undefined"!=typeof navigator.cookieEnabled||e||(document.cookie="testcookie",e=-1!==document.cookie.indexOf("testcookie")),e}function s(){var e,t=n("_UID");return"undefined"==typeof t?0:(e=t.split("::"),"undefined"==typeof e||e.length<4?0:e)}function r(){var e=s();return 0===e?0:e[1]}function l(){var e=n("_g");return"undefined"==typeof e?"":JSON.parse(e).k}function d(){var e;0!==f.length&&(e=Math.min(h(window).height(),window.screen.availHeight),h("body").height()<=e-parseInt(f.css("height"),0)?f.addClass("bottom"):f.removeClass("bottom"))}function c(e){var t=h(e).outerHeight();e&&f.css("margin-bottom",t+"px")}function u(e){return e.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2")}var h=e("jquery"),p=e("hammer"),f=h("#yoho-footer"),m=h(".yoho-page"),g=h(".yoho-header");!function(){var e,t=f.children(".op-row"),o=h(".back-to-top"),n=s();d(),0===n?t.prepend('<a href="http://m.yohobuy.com/signin.html?refer='+location.href+'">登录</a><span class="sep-line">|</span><a href="http://m.yohobuy.com/reg.html">注册</a>'):t.prepend('<span>Hi,</span><a class="user-name" href="http://m.yohobuy.com/home?tmp='+Math.random()+'">'+n[0]+'</a><a href="http://m.yohobuy.com/passport/signout/index">退出</a>'),o.length>0&&(e=new p(o[0]),e.on("tap",function(e){return h(window).scrollTop(0),e.srcEvent.preventDefault(),!1})),f.removeClass("hide")}(),function(e,t,o,n,a){var i=t.createElement(o),s=t.getElementsByTagName(o)[0];e.YohoAcquisitionObject=a,e[a]=function(){e[a].p=arguments},i.async=1,i.src=n,s.parentNode.insertBefore(i,s)}(window,document,"script","http://cdn.yoho.cn/yas-jssdk/1.0.14/yas.js","_yas"),function(){var e=r();e=0===e?"":e,window._ozuid=e,window._yas&&window._yas(1*new Date,"1.0.14","yohobuy_m",e,"","")}(),g.on("touchstart","a",function(){g.find("a").removeClass("highlight"),h(this).addClass("highlight")}).on("touchend touchcancel","a",function(){h(this).removeClass("highlight")}),m.on("touchstart",".tap-hightlight",function(){h(this).siblings(".tap-hightlight").removeClass("highlight"),h(this).addClass("highlight")}).on("touchend touchcancel",".tap-hightlight",function(){h(this).removeClass("highlight")}),h(".nav-home").on("touchstart",function(){h(".homebuttom").toggleClass("hide")}),function(){var e,t,o=0,n="webkit moz ms o".split(" "),a=window.requestAnimationFrame,i=window.cancelAnimationFrame;for(t=0;t<n.length&&(!a||!i);t++)e=n[t],a=a||window[e+"RequestAnimationFrame"],i=i||window[e+"CancelAnimationFrame"]||window[e+"CancelRequestAnimationFrame"];a&&i||(a=function(e,t){var n=(new Date).getTime(),a=Math.max(0,16-(n-o)),i=window.setTimeout(function(){e(n+a)},a);return o=n+a,i},i=function(e){window.clearTimeout(e)}),window.requestAnimationFrame=a,window.cancelAnimationFrame=i}(),h.extend({queryString:function(){var e,t,o=[],n=window.location.href.slice(window.location.href.indexOf("?")+1).split("&");for(t=0;t<n.length;t++)e=n[t].split("="),o.push(e[0]),o[e[0]]=e[1];return o}}),11===f.find(".user-name").text().length&&f.find(".user-name").html(u(f.find(".user-name").text())),window.cookie=n,window.setCookie=a,window.isCookiesEnabled=i,window.getUser=s,window.getUid=r,window.getShoppingKey=l,window.rePosFooter=d,window.reMarginFooter=c}),define("js/category/entry",["jquery","hammer","swiper","lazyload","index"],function(e,t,o){e("js/category/index"),e("js/category/brand")}),define("js/category/index",["jquery"],function(e,t,o){var n=e("jquery"),a=n(".category-nav"),i=n(".category-container"),s=i.children(".content"),r=i.find(".sub-level li"),l=i.find(".primary-level li"),d=s.not(".hide");!function(){var e=n(".yoho-header"),t=n("#search-input"),o=n(window).height()-e.outerHeight()-t.outerHeight()-a.outerHeight();i.css("min-height",o),s.height(o)}(),n("#search-input").focus(function(){n(this).blur()}),a.bind("contextmenu",function(e){return!1}),n(".category-container").bind("contextmenu",function(e){return!1}),a.on("touchend touchcancel",function(e){var t=n(e.target).closest("li"),o=t.index();t.hasClass("focus")||(a.find("li.focus").removeClass("focus"),t.addClass("focus"),d.addClass("hide"),d=s.eq(o).removeClass("hide"))}),i.on("touchend",function(e){var t,o,a,i=n(e.target);if(o=i.closest(".p-level-item"),o.length>0){if(a=o.index(),t=i.closest(".content").find(".sub-level"),i.hasClass("focus"))return;i.closest(".primary-level").children(".focus").removeClass("focus"),i.addClass("focus"),t.not(".hide").addClass("hide"),t.eq(a).removeClass("hide")}}),i.find(".primary-level").on("touchstart touchend touchcancel","li",function(){l.removeClass("highlight"),n(this).addClass("highlight")}).on("touchend touchcancel","li",function(){n(this).removeClass("highlight")}),i.find(".sub-level").on("touchstart","li",function(){r.removeClass("highlight"),n(this).addClass("highlight")}).on("touchend touchcancel","li",function(){n(this).removeClass("highlight")}),a.on("touchstart","li",function(){a.find("li").removeClass("bytouch"),n(this).addClass("bytouch")}).on("touchend touchcancel","li",function(){a.find("li").removeClass("bytouch")})}),define("js/category/brand",["jquery","hammer","swiper","lazyload","index"],function(e,t,o){function n(){var e=p(window).scrollTop();w.eq(0).offset().top<d&&r.hide(),w.each(function(){var t=p(this).offset().top-k;e>=t&&r.css({display:"block"}).find("h2").html(p(this).find(".title-bar").text())})}function a(){var e=p(".brand-list").find("p");e.on("touchstart",function(){e.css("background","#fff"),p(this).css("background","#eee")}).on("touchend touchcancel",function(){p(this).css("background","#fff")})}function i(){var e=(u.val()+"").toLowerCase(),t={},o=0,n="";""!==e&&(p.each(c,function(o,n){p.isArray(n)&&p.each(n,function(n,a){a.name.toLowerCase().indexOf(e)>-1&&(t[o]=t[o]||[],t[o].push(a))})}),p.each(t,function(e,t){var a=['<div class="brand-list bar-',o,'">'];o++,a.push('<div class="title-bar"><h2>'),a.push(e),a.push("</h2></div>"),p.each(t,function(e,t){a.push('<p><a href="'+t.url+'">'+t.name),t.isNew&&a.push('<i class="icon-new">NEW</i>'),t.isHot&&a.push('<i class="icon-hot">HOT</i>'),a.push("</a></p>")}),a.push("</div>"),n+=a.join("")})),p(".search-result").html(n),a()}var s,r,l,d,c,u,h,p=e("jquery"),f=e("hammer"),m=e("swiper"),g=e("js/plugin/loading"),v=e("lazyload"),w=p(".brand-list"),y=p(".search-icon"),b=p(".genderNav li"),C=p(".search-action"),j=p(".newbrand-search").outerHeight(),x=p(".yoho-header").outerHeight(),k=parseInt(j)+parseInt(x)-1;g.showLoadingMask(),v(p("img.lazy")),p(".yoho-header").css({"z-index":2,position:"fixed",top:0}),function(){p(".banner-top").length>0&&p(".hot-brands").css("padding-top","0"),p(".hide-when-loading").show(),g.hideLoadingMask(),s=new m(".swiper-container",{lazyLoading:!0,loop:!0,autoplay:3e3,pagination:".swiper-pagination .pagination-inner"}),l=new m(".brands-swiper",{grabCursor:!0,slidesPerView:"auto",wrapperClass:"brands-list",slideElement:"li"})}(),r=p('<div class="title-bar fixed-title-bar"><h2></h2></div>'),r.css({position:"fixed",top:k}).hide(),d=k+p(".hot-brands").outerHeight()+p(".banner-top").outerHeight(),w.last().append(r),p(window).scroll(function(){window.requestAnimationFrame(n)}),a(),p(".brand-search-page").length&&(c=p.parseJSON(p("#brands-data").html()),u=p("#keyword"),u.on("input",function(){u.val().length?(y.css("color","#444"),C.show().find(".clear-text").show()):(y.css("color","#b2b2b2"),C.find(".clear-text").hide()),i()}).focus(),y.css("color","#444"),u.closest(".search-box").css("width","11.25rem"),C.show().find(".clear-text").hide(),h=new f(p(".clear-text")[0]),h.on("tap",function(e){p(".search-result").html(""),p("#keyword").val("").trigger("input"),e.preventDefault(),e.srcEvent.stopPropagation()}),p("form.search-box").on("submit",function(){return!1})),b.length>0&&b.on("touchstart",function(){function e(){window.location.search="channel="+t}var t=p(this).data("id")+1;p(".genderNav ul .active").removeClass("active"),p(this).addClass("active"),p(".hide-when-loading").hide(),g.showLoadingMask(),setTimeout(e.bind(this),100)})}),define("js/plugin/loading",["jquery"],function(e,t,o){function n(e){var t='<div class="loading-mask hide"><div class="loading"><div></div><div></div><div></div></div></div>';d=!0,void 0===e&&(e=l),e.append(t),s=e.children(".loading-mask")}function a(){d||(n(),d=!0),s.removeClass("hide")}function i(){s.addClass("hide")}var s,r=e("jquery"),l=r(".yoho-page"),d=!1;t.init=n,t.showLoadingMask=a,t.hideLoadingMask=i}),define("js/guang/entry",["jquery","lazyload","swiper","hammer","mlellipsis","iscroll-probe","index"],function(e,t,o){e("js/guang/plus-star/list"),e("js/guang/plus-star/detail"),e("js/guang/home"),e("js/guang/list"),e("js/guang/detail"),e("js/guang/star-classroom"),e("js/guang/calendar"),e("js/guang/collocation-list"),e("js/guang/check-top")}),define("js/guang/plus-star/list",["jquery","lazyload","swiper","index"],function(e,t,o){var n,a=e("jquery"),i=e("lazyload"),s=e("swiper"),r=a("#nav-tab > li"),l=a("#ps-content > .content");i(a("img.lazy")),n=new s(".swiper-container",{lazyLoading:!0,pagination:".swiper-pagination"}),a("#nav-tab").bind("contextmenu",function(e){return!1}),a("#nav-tab").on("touchend touchcancel",function(e){var t=a(e.target).closest("li");t.hasClass("focus")||(r.toggleClass("focus"),l.toggleClass("hide"),a(document).trigger("scroll"))}),a("#nav-tab").on("touchstart",function(e){var t=e.target||e.srcElement;t.className="bytouch "+t.className}).on("touchend touchcancel",function(){r.removeClass("bytouch")})}),define("js/guang/plus-star/detail",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){var n,a,i,s,r=e("jquery"),l=e("hammer"),d=e("mlellipsis"),c=e("lazyload"),u=r("#intro"),h=r("#intro-more-txt"),p=r("#related-infos-container"),f=e("js/guang/info"),m=e("js/plugin/tip"),g=r("#brand-info").data("id"),v=r("#jump-to-app").val();e("js/plugin/wx-share"),d.init(),c(r("img.lazy")),u[0].mlellipsis(3),setTimeout(function(){n=u.text(),a=u.attr("title")}),f.initInfosEvt(p),i=new l(document.getElementById("more-intro")),i.on("tap",function(e){var t=r(e.target).closest("#more-intro");t.toggleClass("spread"),t.hasClass("spread")?(u.text(a),h.text("收起")):(u.text(n),h.text("more"),r(window).scrollTop(0,400)),e.preventDefault()}),s=new l(document.getElementById("brand-like")),s.on("tap",function(e){var t="ok",o=r(e.target);"1"!==v&&(e.preventDefault(),o.hasClass("like")&&(t="cancel"),r.ajax({type:"POST",url:"/guang/opt/favoriteBrand",data:{id:g,opt:t},success:function(e){200===e.code?(o.toggleClass("like"),m.show(e.message)):400===e.code||412===e.code?location.href=e.data:m.show(e.message)},error:function(){m.show("网络断开连接了~")}}))})}),define("js/guang/info",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){function n(e){void 0!==typeof e&&(y[e]=new u(".swiper-cont-"+e,{lazyLoading:!0,wrapperClass:"swiper-wrap-"+e,pagination:".swiper-pagi-"+e,autoplay:3e3}))}function a(e){c(e.find("img.lazy")),e.each(function(){var e=r(this),t=e.find(".info-title"),o=e.find(".info-text");t[0].mlellipsis(2),o[0].mlellipsis(2)})}function i(e){var t;"undefined"!=typeof e&&(t=new l(e[0]),t.on("tap",function(e){var t,o,n=r(e.target),a="ok";return t=n.closest(".like-btn"),t.length>0&&!b?(e.preventDefault(),t.hasClass("like")&&(a="cancel"),o=n.closest(".guang-info"),b=!0,void r.ajax({type:"POST",url:"/guang/opt/praiseArticle",data:{id:o.data("id"),opt:a},success:function(e){var o=e.code;200===o&&(t.next(".like-count").text(e.data),t.toggleClass("like"))},error:function(){h.show("网络断开连接了~")},complete:function(){b=!1}})):(t=n.closest(".collect-btn"),void(t.length>0&&(e.preventDefault(),t.hasClass("collected")&&(a="cancel"),o=n.closest(".guang-info"),r.ajax({type:"POST",url:"/guang/opt/collectArticle",data:{id:o.data("id"),opt:a},success:function(e){e.code&&200===e.code&&t.toggleClass("collected")},error:function(){h.show("网络断开连接了~")}}))))}),a(e.find(".guang-info")))}function s(e,t,o){var i;w||t.end||(1===t.page&&p.showLoadingMask(),i=e.find(".guang-info").length,w=!0,r.ajax({type:"GET",url:o?o:"/guang/index/page",data:t,success:function(o){var s;return" "===o?(t.end=!0,w=!1,m.addClass("hide"),void g.removeClass("hide")):(e.append(o),v=e.find(".swiper-container"),v.length&&(v.addClass("swiper-cont-"+t.type),v.children(".swiper-wrapper").addClass("swiper-wrap-"+t.type),v.children(".swiper-pagination").addClass("swiper-pagi-"+t.type),n(t.type)),s=i>0?e.find(".guang-info:gt("+(i-1)+")"):e.find(".guang-info"),a(s),1===t.page&&(p.hideLoadingMask(),m.removeClass("hide"),window.rePosFooter()),t.page++,w=!1,void delete t.isTab)},error:function(){h.show("网络断开连接了~"),w=!1,delete t.isTab}}))}var r=e("jquery"),l=e("hammer"),d=e("mlellipsis"),c=e("lazyload"),u=e("swiper"),h=e("js/plugin/tip"),p=e("js/plugin/loading"),f=r("#load-more-info"),m=r(""),g=r(""),v=r(""),w=!1,y={},b=!1;d.init(),f.length>0&&(m=f.children(".loading"),g=f.children(".no-more")),t.mySwiper=y,t.initSwiper=n,t.initInfosEvt=i,t.setLazyLoadAndMellipsis=a,t.loadMore=s}),define("js/plugin/tip",["jquery"],function(e,t,o){function n(e,t){var o,n;"undefined"!=typeof e&&(o=e.toString(),n=t&&t>0?t:2e3,a.text(o).show(),i=setTimeout(function(){"block"===a.css("display")&&a.hide()},n))}var a,i,s=e("jquery");!function(){var e='<div id="yoho-tip" class="yoho-tip"></div>';s(".yoho-page").append(e),a=s("#yoho-tip"),a.on("touchend",function(){a.hide(),clearTimeout(i)})}(),t.show=n}),define("js/plugin/wx-share",["jquery"],function(e,t,o){var n=e("jquery");o.exports=function(){var e="http://www.yohoshow.com/api/wechat/getSignPackage";n.getJSON(e+"?pageurl="+encodeURIComponent(location.href.split("#")[0])+"&callback=?",function(e){var t,o,n,a;void 0!==e&&""!==e&&(t=e.appId.toString(),o=e.timestamp,n=e.nonceStr.toString(),a=e.signature.toString(),wx.config({debug:!1,appId:t,timestamp:o,nonceStr:n,signature:a,jsApiList:["checkJsApi","onMenuShareTimeline","onMenuShareAppMessage","onMenuShareQQ","onMenuShareWeibo","hideMenuItems","showMenuItems","hideAllNonBaseMenuItem","showAllNonBaseMenuItem","translateVoice","startRecord","stopRecord","onRecordEnd","playVoice","pauseVoice","stopVoice","uploadVoice","downloadVoice","chooseImage","previewImage","uploadImage","downloadImage","getNetworkType","openLocation","getLocation","hideOptionMenu","showOptionMenu","closeWindow","scanQRCode","chooseWXPay","openProductSpecificView","addCard","chooseCard","openCard"]}))}),wx.ready(function(){var e=n("#shareTitle").val(),t=n("#shareImg").val(),o=n("#shareDesc").val(),a=n("#shareLink").val(),i={title:e,desc:o,imgUrl:t,link:a};wx.onMenuShareAppMessage(i),wx.onMenuShareTimeline(i),wx.onMenuShareQQ(i),wx.onMenuShareWeibo(i)})}}),define("js/guang/home",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){function n(){var e=h.not(".hide");a(window).scrollTop()+c>=a(document).height()-.25*e.height()&&s(e,g[m])}var a=e("jquery"),i=e("js/guang/info"),s=i.loadMore,r=a("#load-more-info"),l=a(""),d=a(""),c=a(window).height(),u=a("#info-list"),h=u.children(".info-list"),p=a("#guang-nav"),f=p.children(".focus"),m=f.data("type"),g={};r.length>0&&(l=r.children(".loading"),d=r.children(".no-more")),i.initSwiper(m),i.initInfosEvt(u),function(){var e=a("#gender").val();p.children(".guang-nav-item").each(function(){var t=a(this).data("type"),o=a(this).hasClass("focus");g[t]={page:o?2:1,gender:e,type:t,end:!1}})}(),p.bind("contextmenu",function(e){return!1}),p.on("touchend touchcancel",function(e){var t,o,n=a(e.target).closest(".guang-nav-item");n.hasClass("focus")||(o=n.index(),n.addClass("focus"),f.removeClass("focus"),t=h.eq(o),f=n,m=n.data("type"),1===g[m].page?(l.addClass("hide"),d.addClass("hide"),g[m].isTab=!0,s(t,g[m])):g[m].end?(l.addClass("hide"),d.removeClass("hide")):(l.removeClass("hide"),d.addClass("hide")),h.not(".hide").addClass("hide"),t.removeClass("hide"),1===g[m].page&&window.rePosFooter())}),a(document).scroll(function(){window.requestAnimationFrame(n)}),p.on("touchstart",function(e){var t=e.target||e.srcElement;t.className="bytouch "+t.className}).on("touchend touchcancel",function(){p.find("li").removeClass("bytouch")})}),define("js/guang/list",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){function n(){a(window).scrollTop()+r>=a(document).height()-.25*p.height()&&s(p,h)}var a=e("jquery"),i=e("js/guang/info"),s=i.loadMore,r=a(window).height(),l=a("#author-infos"),d=a("#tag"),c=a("#gender"),u=a("#isApp"),h={page:2,end:!1},p=a("#info-list");i.initInfosEvt(p),l.length>0&&a.extend(h,{authorId:l.data("id"),isApp:u.val()}),d.length>0&&a.extend(h,{tag:d.val(),gender:c.val(),isApp:u.val()}),a(window).scroll(function(){window.requestAnimationFrame(n)})}),define("js/guang/detail",["jquery","mlellipsis","lazyload","iscroll-probe"],function(e,t,o){function n(e){var t=e.offset().left,o=-C+t+y/2+"px";r.css({backgroundPosition:o+" bottom"}),v&&b.css({backgroundPosition:o+" bottom"})}function a(e){var t,o,a,i=h(e.currentTarget),p=i.index();i.hasClass("focus")||(l.filter(".focus").removeClass("focus"),v&&(t=i.closest(".fixed-thumb-container").length>0?r:b,o=t.find(".thumb").eq(p),b.find(".thumb.focus").removeClass("focus"),o.addClass("focus")),i.addClass("focus"),n(i),d.not(".hide").addClass("hide"),a=d.eq(p),a.removeClass("hide"),f(a.find(".lazy")),v?u&&u.scrollToElement(c,400):h("body").animate({scrollTop:s.offset().top},400),u&&u.refresh())}function i(){var e,t,o,n,a,i=h("#scroller"),l=h(".yoho-header"),d=0;return l.length>0&&(d=l.outerHeight()),u=new m("#wrapper",{probeType:3,mouseWheel:!0,click:!0}),document.addEventListener("touchmove",function(e){e.preventDefault()},!1),w?(e=h(window).height()-d,a=b[0],t=r.outerHeight(),o=s.outerHeight(),n=s.offset().top-d,void u.on("scroll",function(){var s=-this.y,r=a.className;n-e+t>=s?-1===r.indexOf("fixed-bottom")&&b.addClass("fixed-bottom").removeClass("hide"):n>=s?-1===r.indexOf("hide")&&b.addClass("hide").removeClass("fixed-bottom fixed-top"):n+o-t>=s?-1===r.indexOf("fixed-top")&&b.addClass("fixed-top").removeClass("hide absolute").css("top",""):n+o>=s?(-1===r.indexOf("absolute")&&b.addClass("absolute").removeClass("fixed-top hide"),a.style.top=n+d+o-t-s+"px"):s>n+o&&-1===r.indexOf("hide")&&b.addClass("hide").removeClass("absolute"),i.trigger("scroll")})):void u.on("scroll",function(){i.trigger("scroll")})}var s,r,l,d,c,u,h=e("jquery"),p=e("mlellipsis"),f=e("lazyload"),m=e("iscroll-probe"),g=h(".author .intro"),v=!1,w=h(".collocation-block").length>0,y=0,b=h(""),c=document.querySelector("#wrapper .collocation-block"),C=h(window).width();e("js/plugin/wx-share")(),window.onload=function(){u&&u.refresh()},t.i=function(e){var t=navigator.userAgent.indexOf("iPhone")>0;v=t&&e,p.init(),f(h(".lazy")),h(".info-list .title, .one-good .reco-name").each(function(){this.mlellipsis(2)}),g.offset()&&parseInt(g.offset().left,10)===parseInt(g.css("margin-left"),10)&&g.css("padding-top",0),v&&(h(".yoho-header").length>0?h("#wrapper").addClass("ios has-head"):h("#wrapper").addClass("ios")),w&&(s=h(".collocation-block"),r=s.children(".thumb-container"),l=r.find("li"),d=s.find(".prod"),y=l.width(),v&&(b=h("#wrapper").after(r.clone().addClass("fixed-thumb-container fixed-bottom")).next(".thumb-container"),f(b.find(".lazy"),{event:"sporty"})),n(l.filter(".focus")),r.delegate(".thumb","touchend",a),v&&b.delegate(".thumb","touchend",a)),v&&i()}}),define("js/guang/star-classroom",["jquery","swiper","lazyload","index"],function(e,t,o){function n(e){var t,o=new Image;t=e.data("avatar"),o.src=t,o.onload=function(){e.css("background-image","url("+t+")")}}function a(e){var t,o,a=d(".fan-charts-cont"),i=d(".my-intimacy"),s=d(".increased"),r=e.signDay.split(","),l="",c="",h=new Date,p=h.getFullYear(),f=h.getMonth(),m=u.calculateMonthDays(f,p);if(r.length>0)for(t=0;m>t;t++)for(o=0;o<r.length;o++)t===parseInt(r[o])&&d(".now-days").eq(t-1).addClass("sign-item");for(t=0;t<e.fanCharts.length;t++)c=0===t?"font-bold":"",l+='<li><i class="rank-ico">'+e.fanCharts[t].num+'</i><span data-avatar="'+e.fanCharts[t].img+'" class="rank-avatar"></span><span class="fans-name">'+e.fanCharts[t].name+'</span><div class="fans-intimacy">亲密度<span class="'+c+'">'+e.fanCharts[t].intimacyNum+"</span></div></li>";a.html(l),d(".fan-charts-cont .rank-avatar").each(function(e,t){""!==d(t).attr("data-avatar")&&n(d(t))}),i.find("span").html(e.todayIntimacy),s.find("span").html(e.todayIntimacy),0===e.intimacyNum?(d(".my-intimacy").hide(),d(".increased").show()):(d(".my-intimacy").show(),d(".increased").hide()),d(".pop-intimacy").css({zIndex:"10"}).show(),d(".classroom-mask").css({zIndex:"9"}).show(),d("body").css({overflow:"hidden"})}function i(e,t){return t+=/^[\u0000-\u00ff]$/.test(e)?1:2}function s(){var e,t,o=d(".home-floor-sign").find(".user-name"),n=o.html(),a=n.length,s=0,r=0,l="";for(e=0;a>e;e++)t=n.charAt(e),s=i(t,s),5>s&&(l+=t);for(s>8&&(l+=".."),e=0;a>e;e++)t=n.charAt(e),r=i(t,r),r>s-2&&(l+=t);o.html(l)}var r,l,d=e("jquery"),c=e("swiper"),u=e("js/guang/calendar"),h=e("lazyload"),p=e("js/plugin/tip");h(d("img.lazy")),d("body").addClass("star-class-body"),d(".banner-swiper").find("li").length>1&&(r=new c(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".banner-top .pagination-inner"})),d(".collocation-swiper").find("li").length>1&&(l=new c(".collocation-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,lazyLoadingOnTransitionStart:!0,grabCursor:!0,slidesPerView:"auto",slideElement:"li",watchSlidesVisibility:!0})),d(".artice-zan").find("li").length>0&&d(".zan-more").show(),d(".home-floor-sign").length>0&&s(),d(document).on("touchstart",".like-ico",function(e){var t=d(this),o="";e.stopPropagation(),d.ajax({type:"POST",url:"/guang/starclass/setPraise",data:{articleId:t.parents("li").attr("articleId")},success:function(e){var n=e.code;200===n&&(t.hasClass("like")?t.removeClass("like"):t.addClass("like"),o=e.num>99?"+":"",t.parent().find(".zan-more").html(e.num+o))},error:function(){p.show("网络断开连接了~")}})}),d(".add-intimacy").on("touchstart",function(e){e.stopPropagation(),e.preventDefault(),d.ajax({type:"GET",url:"/guang/starclass/sign",success:function(e){var t=e.code;200===t&&a(e.data),201===t&&(d("#intimacy-link").length<=0&&d("body").append("<a href='"+e.data+'\' style="display:none;" id="intimacy-link"><span class="intimacy-link"></span></a>'),d(".intimacy-link").click())},error:function(){p.show("网络断开连接了~")}})}),d(".pop-intimacy .pop-close, .classroom-mask").on("click",function(){history.go(0)}),""!==d(".user-head").attr("data-avatar")&&n(d(".user-head"))}),define("js/guang/calendar",["jquery"],function(e,t,o){var n=e("jquery"),a={currentYear:0,currentMonth:0,initialize:function(){var e;e=this.createCalendar(0,0),n("#Container").append(e)},isRuiYear:function(e){return 0===e%4&&(e%100!==0||e%400===0)},calculateWeek:function(e,t,o){var n,a,i;return n="7123456".split(""),a=parseInt(o,10),i=n[new Date(e,t-1,a).getDay()]},calculateMonthDays:function(e,t){var o,n=0;return 0===e||1===e||3===e||5===e||7===e||8===e||10===e||12===e?n=31:2===e?(o=this.isRuiYear(t),n=o===!0?29:28):n=30,n},createCalendar:function(e,t){var o,a,i,s,r,l,d,c,u,h=["January","February","March","April","May","June","July","August","September","October","November","December"];if(o=n('<div class="day-item"></div>'),a=new Date,i=0===e?a.getFullYear():e,this.currentYear=i,s=0===t?a.getMonth()+1:t,this.currentMonth=s,r=this.calculateMonthDays(s,i),window.nowDaysNub=r,n(".cur-year").html(i),n(".cur-month").html(h[s-1]),l=parseInt(this.calculateWeek(i,s,1)),d=this.calculateMonthDays(s-1,i),0!==l)for(c=d-l;d>c;c++)o.append('<div class="item last-item">'+(c+1)+"</div>");for(c=1;r>=c;c++)o.append('<div class="item now-days">'+c+"</div>");if(u=l+r,41>u)for(c=0;41-u>=c;c++)o.append('<div class="item last-item">'+(c+1)+"</div>");return o}};n(document).ready(function(){a.initialize()}),t.calculateMonthDays=a.calculateMonthDays}),define("js/guang/collocation-list",["jquery","lazyload","mlellipsis"],function(e,t,o){function n(e){var t,o,n;r.showLoadingMask(),i.ajax({type:"GET",url:"/guang/starclass/ajaxCollocation",data:{page:e},dataType:"html",success:function(e){c=!1," "===e&&(c=!0,s.show("没有更多内容了")),i(".collocation-list").append(e),i(".cont-area").each(function(){t=i(this),o=t.find(".title"),n=t.find(".cont-txt"),o[0].mlellipsis(2),n[0].mlellipsis(2)}),r.hideLoadingMask(),l(i("img.lazy"))},error:function(){s.show("网络断开连接了~")}})}function a(){!c&&i(window).scrollTop()+i(window).height()>i("body").height()-100&&(c=!0,u++,n(u))}var i=e("jquery"),s=e("js/plugin/tip"),r=e("js/plugin/loading"),l=e("lazyload"),d=e("mlellipsis"),c=!1,u=1;d.init(),i("body").addClass("star-class-body"),window.successShare=function(){i.ajax({type:"POST",url:"/guang/starclass/forward",success:function(e){var t=e.code;200===t&&e.data>0&&s.show("分享成功,亲密度+10")},error:function(){s.show("网络断开连接了~")}})},i(window).scroll(function(){a()}),0===i(".collocation-list").find("li").length&&n(1),i(document).on("touchstart",".collection",function(e){var t,o=i(this),n=o.find(".collected-ico");e.stopPropagation(),t=n.hasClass("collected")?"del":"fav",i.ajax({type:"POST",url:"/guang/starclass/setFavorite",data:{articleId:o.parents("li").attr("articleId"),type:t},success:function(e){var t=e.code;200===t&&(n.hasClass("collected")?n.removeClass("collected"):n.addClass("collected")),201===t&&(i("#collocation-link").length<=0&&i("body").append("<a href='"+e.data+'\' style="display:none;" id="collocation-link"><span class="collocation-link"></span></a>'),i(".collocation-link").click())},error:function(){s.show("网络断开连接了~")}})})}),define("js/guang/check-top",["jquery"],function(e,t,o){function n(e){var t,o=new Image;t=e.data("avatar"),o.src=t,o.onload=function(){e.css("background-image","url("+t+")")}}var a=e("jquery");a("body").addClass("star-class-body"),a(".ranking-area li").length>0&&a.each(a(".ranking-area li"),function(e,t){n(a(t).find(".rank-avatar"))}),""!==a(".user-avatar").attr("data-avatar")&&n(a(".user-avatar"))}),define("js/home/entry",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){e("js/home/home"),e("js/home/maybe-like")}),define("js/home/home",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){function n(){x=!1,v.hasClass("menu-open")&&(v.removeClass("menu-open"),w.hide(),p(".sub-nav").removeClass("show"),y.removeClass("on"))}function a(e){e.find("li").on("touchstart",function(){e.find(".highlight").removeClass("highlight"),p(this).addClass("highlight")}).on("touchend touchcancel",function(){p(this).removeClass("highlight")})}function i(){C+=10,j.css({transform:"rotateX("+C+"deg)","-webkit-transform":"rotateX("+C+"deg)","-moz-transform":"rotateX("+C+"deg)"}),C/90%2===1&&(k?(j.addClass("animate"),k=!1):(j.removeClass("animate"),k=!0)),C/90%2===0&&C%360!==0?window.setTimeout(i,3e3):C%360===0?window.setTimeout(i,6e4):window.requestAnimationFrame(i)}var s,r,l,d,c,u,h,p=e("jquery"),f=e("swiper"),m=e("lazyload"),g=e("js/plugin/notice-scroll"),v=p(".mobile-wrap"),w=p(".overlay"),y=p(".side-nav"),b=p(".sub-nav"),C=0,j=p(".home-header .logo"),x=!1,k=!0,T=e("js/home/fastclick");T(document.body),m(p("img.lazy")),g(".notice",1e3*p(".notice").data("time")),p(".nav-btn").on("touchstart",function(){return y.css("pointer-events","none"),v.addClass("menu-open"),w.show().css("opacity",.3),y.addClass("on"),x=!0,setTimeout(function(){y.css("pointer-events","auto")},400),!1}),w.on("touchstart",function(){return n(),!1}),y.on("touchmove scroll",function(){return!1}),y.on("touchend","li",function(e){return p(this).find(".sub-nav").size()>0&&(p(".sub-nav").removeClass("show"),p(this).find(".sub-nav").addClass("show"),p(this).find(".highlight").removeClass("highlight")),e.target.pathname===location.pathname?(n(),!1):void 0}),b.each(function(){p(this).find("li").eq(0).on("click",function(){return p(".sub-nav").removeClass("show"),!1})}).on("touchstart",function(e){e.currentTarget!==e.target&&b.find("li").removeClass("current")}),a(y),a(b),p(".banner-swiper").find("li").size()>1&&(s=new f(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".banner-top .pagination-inner"})),l=new f(".brands-swiper",{grabCursor:!0,slidesPerView:"auto",wrapperClass:"brands-list",slideElement:"li"}),r=new f(".recommend-swiper",{grabCursor:!0,slidesPerView:"auto",wrapperClass:"recommend-list",slideElement:"li"}),p(".trend-topic-swiper").find("li").size()>1&&(d=new f(".trend-topic-swiper",{loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".trend-topic-content .pagination-inner"})),p(".fresh-list-swiper").find("li").size()>1&&(u=new f(".fresh-list-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,grabCursor:!0,slidesPerView:"auto",slideElement:"li",watchSlidesVisibility:!0})),p(".category-swiper").each(function(e,t){h="category-swiper"+e,p(this).addClass(h),p("."+h).find(".swiper-slide").size()>1&&(c=new f("."+h,{loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:"."+h+" .pagination-inner"}))}),setTimeout(i,3e3),p(".home-header .iconfont").on("touchstart",function(){p(this).addClass("highlight")}).on("touchend touchcancel",function(){p(this).removeClass("highlight")}),window.reMarginFooter(".footer-tab"),t.set=function(e){window.setCookie("_Channel",e,{expires:365,domain:".m.yohobuy.com"})},e("js/home/maybe-like")()}),define("js/plugin/notice-scroll",["jquery"],function(e,t,o){function n(e,t){var o=a(e),n=o.find(".notice-item"),i=n.length,s=1;e=e||".notice",t=t||3e3,i>1&&setInterval(function(){s>=i&&(s=0),n.fadeOut(),o.find(".item-"+s).fadeIn(),s++},t)}var a=e("jquery");o.exports=n}),define("js/home/fastclick",[],function(e,t,o){!function(){"use strict";function e(t,o){function a(e,t){return function(){return e.apply(t,arguments)}}var i;if(o=o||{},this.trackingClick=!1,this.trackingClickStart=0,this.targetElement=null,this.touchStartX=0,this.touchStartY=0,this.lastTouchIdentifier=0,this.touchBoundary=o.touchBoundary||10,this.layer=t,this.tapDelay=o.tapDelay||200,this.tapTimeout=o.tapTimeout||700,!e.notNeeded(t)){for(var s=["onMouse","onClick","onTouchStart","onTouchMove","onTouchEnd","onTouchCancel"],r=this,l=0,d=s.length;d>l;l++)r[s[l]]=a(r[s[l]],r);n&&(t.addEventListener("mouseover",this.onMouse,!0),t.addEventListener("mousedown",this.onMouse,!0),t.addEventListener("mouseup",this.onMouse,!0)),t.addEventListener("click",this.onClick,!0),t.addEventListener("touchstart",this.onTouchStart,!1),t.addEventListener("touchmove",this.onTouchMove,!1),t.addEventListener("touchend",this.onTouchEnd,!1),t.addEventListener("touchcancel",this.onTouchCancel,!1),Event.prototype.stopImmediatePropagation||(t.removeEventListener=function(e,o,n){var a=Node.prototype.removeEventListener;"click"===e?a.call(t,e,o.hijacked||o,n):a.call(t,e,o,n)},t.addEventListener=function(e,o,n){var a=Node.prototype.addEventListener;"click"===e?a.call(t,e,o.hijacked||(o.hijacked=function(e){ -e.propagationStopped||o(e)}),n):a.call(t,e,o,n)}),"function"==typeof t.onclick&&(i=t.onclick,t.addEventListener("click",function(e){i(e)},!1),t.onclick=null)}}var t=navigator.userAgent.indexOf("Windows Phone")>=0,n=navigator.userAgent.indexOf("Android")>0&&!t,a=/iP(ad|hone|od)/.test(navigator.userAgent)&&!t,i=a&&/OS 4_\d(_\d)?/.test(navigator.userAgent),s=a&&/OS [6-7]_\d/.test(navigator.userAgent),r=navigator.userAgent.indexOf("BB10")>0;e.prototype.needsClick=function(e){switch(e.nodeName.toLowerCase()){case"button":case"select":case"textarea":if(e.disabled)return!0;break;case"input":if(a&&"file"===e.type||e.disabled)return!0;break;case"label":case"iframe":case"video":return!0}return/\bneedsclick\b/.test(e.className)},e.prototype.needsFocus=function(e){switch(e.nodeName.toLowerCase()){case"textarea":return!0;case"select":return!n;case"input":switch(e.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":return!1}return!e.disabled&&!e.readOnly;default:return/\bneedsfocus\b/.test(e.className)}},e.prototype.sendClick=function(e,t){var o,n;document.activeElement&&document.activeElement!==e&&document.activeElement.blur(),n=t.changedTouches[0],o=document.createEvent("MouseEvents"),o.initMouseEvent(this.determineEventType(e),!0,!0,window,1,n.screenX,n.screenY,n.clientX,n.clientY,!1,!1,!1,!1,0,null),o.forwardedTouchEvent=!0,e.dispatchEvent(o)},e.prototype.determineEventType=function(e){return n&&"select"===e.tagName.toLowerCase()?"mousedown":"click"},e.prototype.focus=function(e){var t;a&&e.setSelectionRange&&0!==e.type.indexOf("date")&&"time"!==e.type&&"month"!==e.type?(t=e.value.length,e.setSelectionRange(t,t)):e.focus()},e.prototype.updateScrollParent=function(e){var t,o;if(t=e.fastClickScrollParent,!t||!t.contains(e)){o=e;do{if(o.scrollHeight>o.offsetHeight){t=o,e.fastClickScrollParent=o;break}o=o.parentElement}while(o)}t&&(t.fastClickLastScrollTop=t.scrollTop)},e.prototype.getTargetElementFromEventTarget=function(e){return e.nodeType===Node.TEXT_NODE?e.parentNode:e},e.prototype.onTouchStart=function(e){var t,o,n;if(e.targetTouches.length>1)return!0;if(t=this.getTargetElementFromEventTarget(e.target),o=e.targetTouches[0],a){if(n=window.getSelection(),n.rangeCount&&!n.isCollapsed)return!0;if(!i){if(o.identifier&&o.identifier===this.lastTouchIdentifier)return e.preventDefault(),!1;this.lastTouchIdentifier=o.identifier,this.updateScrollParent(t)}}return this.trackingClick=!0,this.trackingClickStart=e.timeStamp,this.targetElement=t,this.touchStartX=o.pageX,this.touchStartY=o.pageY,e.timeStamp-this.lastClickTime<this.tapDelay&&e.preventDefault(),!0},e.prototype.touchHasMoved=function(e){var t=e.changedTouches[0],o=this.touchBoundary;return Math.abs(t.pageX-this.touchStartX)>o||Math.abs(t.pageY-this.touchStartY)>o},e.prototype.onTouchMove=function(e){return this.trackingClick?((this.targetElement!==this.getTargetElementFromEventTarget(e.target)||this.touchHasMoved(e))&&(this.trackingClick=!1,this.targetElement=null),!0):!0},e.prototype.findControl=function(e){return void 0!==e.control?e.control:e.htmlFor?document.getElementById(e.htmlFor):e.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea")},e.prototype.onTouchEnd=function(e){var t,o,r,l,d,c=this.targetElement;if(!this.trackingClick)return!0;if(e.timeStamp-this.lastClickTime<this.tapDelay)return this.cancelNextClick=!0,!0;if(e.timeStamp-this.trackingClickStart>this.tapTimeout)return!0;if(this.cancelNextClick=!1,this.lastClickTime=e.timeStamp,o=this.trackingClickStart,this.trackingClick=!1,this.trackingClickStart=0,s&&(d=e.changedTouches[0],c=document.elementFromPoint(d.pageX-window.pageXOffset,d.pageY-window.pageYOffset)||c,c.fastClickScrollParent=this.targetElement.fastClickScrollParent),r=c.tagName.toLowerCase(),"label"===r){if(t=this.findControl(c)){if(this.focus(c),n)return!1;c=t}}else if(this.needsFocus(c))return e.timeStamp-o>100||a&&window.top!==window&&"input"===r?(this.targetElement=null,!1):(this.focus(c),this.sendClick(c,e),a&&"select"===r||(this.targetElement=null,e.preventDefault()),!1);return a&&!i&&(l=c.fastClickScrollParent,l&&l.fastClickLastScrollTop!==l.scrollTop)?!0:(this.needsClick(c)||(e.preventDefault(),this.sendClick(c,e)),!1)},e.prototype.onTouchCancel=function(){this.trackingClick=!1,this.targetElement=null},e.prototype.onMouse=function(e){return this.targetElement?e.forwardedTouchEvent?!0:e.cancelable&&(!this.needsClick(this.targetElement)||this.cancelNextClick)?(e.stopImmediatePropagation?e.stopImmediatePropagation():e.propagationStopped=!0,e.stopPropagation(),e.preventDefault(),!1):!0:!0},e.prototype.onClick=function(e){var t;return this.trackingClick?(this.targetElement=null,this.trackingClick=!1,!0):"submit"===e.target.type&&0===e.detail?!0:(t=this.onMouse(e),t||(this.targetElement=null),t)},e.prototype.destroy=function(){var e=this.layer;n&&(e.removeEventListener("mouseover",this.onMouse,!0),e.removeEventListener("mousedown",this.onMouse,!0),e.removeEventListener("mouseup",this.onMouse,!0)),e.removeEventListener("click",this.onClick,!0),e.removeEventListener("touchstart",this.onTouchStart,!1),e.removeEventListener("touchmove",this.onTouchMove,!1),e.removeEventListener("touchend",this.onTouchEnd,!1),e.removeEventListener("touchcancel",this.onTouchCancel,!1)},e.notNeeded=function(e){var t,o,a,i;if("undefined"==typeof window.ontouchstart)return!0;if(o=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1]){if(!n)return!0;if(t=document.querySelector("meta[name=viewport]")){if(-1!==t.content.indexOf("user-scalable=no"))return!0;if(o>31&&document.documentElement.scrollWidth<=window.outerWidth)return!0}}if(r&&(a=navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/),a[1]>=10&&a[2]>=3&&(t=document.querySelector("meta[name=viewport]")))){if(-1!==t.content.indexOf("user-scalable=no"))return!0;if(document.documentElement.scrollWidth<=window.outerWidth)return!0}return"none"===e.style.msTouchAction||"manipulation"===e.style.touchAction?!0:(i=+(/Firefox\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1],i>=27&&(t=document.querySelector("meta[name=viewport]"),t&&(-1!==t.content.indexOf("user-scalable=no")||document.documentElement.scrollWidth<=window.outerWidth))?!0:"none"===e.style.touchAction||"manipulation"===e.style.touchAction)},e.attach=function(t,o){return new e(t,o)},"function"==typeof define&&"object"==typeof define.amd&&define.amd?define(function(){return e}):"undefined"!=typeof o&&o.exports?(o.exports=e.attach,o.exports.FastClick=e):window.FastClick=e}()}),define("js/home/maybe-like",["jquery","hammer","lazyload"],function(e,t,o){o.exports=function(t){function o(){v||(v=!0,p.showLoadingMask(),c.ajax({type:"GET",url:s,data:{page:w+1},success:function(e){return" "===e?(v=!1,p.hideLoadingMask(),void(y&&!t&&(s="1,3"===y?"/boys/bottomBanner":"/girls/bottomBanner",c.ajax({type:"GET",url:s,success:function(e){e&&e.img&&(c("#load-more-img").show(),c("#load-more-img a").attr("href",e.url),c("#load-more-img a > img").attr("src",e.img))},error:function(){}})))):(e.length>1&&(d?null:d=c("#yoho-footer"),d.hasClass("bottom")?d.removeClass("bottom"):null),i=g.find(".good-info").length,g.append(e),f(0===i?g.find(".good-info").find("img.lazy"):g.find(".good-info:gt("+(i-1)+")").find("img.lazy")),v=!1,p.hideLoadingMask(),void w++)},error:function(){h.show("网络断开连接了~"),v=!1,p.hideLoadingMask()}}))}function n(){c(window).scrollTop()+m>=c(document).height()-200&&o()}var a,i,s,r,l,d,c=e("jquery"),u=e("hammer"),h=e("js/plugin/tip"),p=e("js/plugin/loading"),f=e("lazyload"),m=c(window).height(),g=c("#goods-list"),v=!1,w=0,y=null,b=!("kids"!==t&&!c(".mobile-wrap").hasClass("kids-wrap")),C=!("lifestyle"!==t&&!c(".mobile-wrap").hasClass("lifestyle-wrap")),j=c("#maybe-like-nav");b?s="/product/recom/maylikekids":C?s="lifestyle"===t?"/product/recom/maylike?gender=1,3":"/product/recom/maylikelife":(y="boys"===t||c(".mobile-wrap").hasClass("boys-wrap")?"1,3":"2,3",s="/product/recom/maylike?gender="+y),r=j.children(".focus"),C&&(a=j[0]?new u(j[0]):void 0,a&&a.on("tap",function(e){var t,o=c(e.target).closest("li"),n=c(".goods-list");e.preventDefault(),o.hasClass("focus")||(l=o.index(),o.addClass("focus"),r.removeClass("focus"),n.not(".hide").addClass("hide"),t=n.eq(l),t.removeClass("hide"),r=o,c(document).trigger("scroll"),e.srcEvent.stopPropagation())})),p.init(c(".maybe-like")),c(".maybe-like p").on("touchstart",function(e){o()}),t&&o(),c(window).scroll(function(){window.requestAnimationFrame(n)})}}),define("js/index/entry",["jquery","hammer","swiper","index"],function(e,t,o){e("js/index/search"),e("js/index/footer"),e("js/index/channel"),e("js/index/coupon")}),define("js/index/search",["jquery","hammer"],function(e,t,o){var n,a,i=e("jquery"),s=e("js/plugin/security"),r=e("hammer"),l=i("#search-input input"),d=i("#search-input .clear-input"),c=i(".search-icon"),u=i("#search-form"),h=i(".history"),p=i(".history-search"),f=i("#clear-history"),m=e("js/index/write-search"),g=m.getRanToken();n=new r(f[0]),n.on("tap",function(){localStorage.removeItem("historys"),h.html(""),p.hide(),f.hide(),window.rePosFooter()}),l.on("input",function(){""===l.val()?(c.css("color","#b2b2b2"),d.addClass("hide")):(c.css("color","#666"),d.removeClass("hide"))}),a=new r(d[0]),a.on("tap",function(){l.val("").trigger("input")}),i("#search").on("touchend",function(){return s.hasDangerInput()?!1:(i(this).closest("form").submit(),!1)}),function(){var e,t,o,n="";if(localStorage&&(t=localStorage.getItem("historys"),t&&t.length>0)){for(t=t.split(g),o=t.length;o>0;o--)e=t[o-1],""!==e&&(n+='<li><a href="/?query='+e+'">'+e+"</li>");h.html(n),f.removeClass("hide"),p.removeClass("hide"),window.rePosFooter()}}(),m.bindWirteLocal(u)}),define("js/plugin/security",["jquery"],function(e,t,o){function n(e){var t,o,n,s=a("input[type!=hidden], textarea"),r=/['"<>&\|]|--/g,l=s.length,d=void 0===e||"boolean"!=typeof e?!0:e;for(o=0;l>o;o++)if(t=s.eq(o).val(),r.test(t))return d?s.eq(o).val(t.replace(r," ")):(n=t.match(r).join(" "),i.show("不可以输入 "+n+" 哦!")),!d&&!0;return!1}var a=e("jquery"),i=e("js/plugin/tip");t.hasDangerInput=n}),define("js/index/write-search",[],function(e,t,o){function n(){return i}function a(e){e.on("submit",function(){var e,t=this.query.value;if(localStorage){if(e=localStorage.getItem("historys"),e=e?e:"",e.indexOf(i+t+i)>-1)return;""===e&&(t=i+t),e+=t+i,localStorage.setItem("historys",e)}})}var i=" ??++ ";t.getRanToken=n,t.bindWirteLocal=a}),define("js/index/footer",["jquery","hammer"],function(e,t,o){function n(){var e="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445",t=new Date;setTimeout(function(){new Date-t<2e3&&(window.location=e)},500)}var a,i=e("jquery"),s=e("hammer");e("js/common"),i("#float-layer-close").on("touchend",function(e){return i("#float-layer-app").hide(),window.setCookie("_float-layer-app","id490655927",{domain:".yohobuy.com"}),window.setCookie("_float-layer-app-close",1,{domain:".yohobuy.com",expires:1}),!1}),i("#float-layer-btn")&&i("#float-layer-btn")[0]&&(a=new s(i("#float-layer-btn")[0]),a.on("tap",function(e){n("bottom"),e.srcEvent.stopPropagation()}),"function"!=typeof window.cookie||window.cookie("_float-layer-app")?i("#float-layer-app").hide():i("#float-layer-app").show())}),define("js/index/channel",["jquery","hammer"],function(e,t,o){var n=e("jquery"),a=e("js/plugin/security"),i=n(".search-box"),s=n(".box"),r=n(".index-search"),l=n(".index-logo"),d=n(".index-channel a:not(#yohood)"),c=i.children('input[type="text"]'),u=s.children(".no-search"),h=i.children(".search-icon");e("js/common"),c.on("focus",function(){s.addClass("action"),l.addClass("action")}).on("input",function(){""===c.val()?h.addClass("empty"):h.removeClass("empty")}),u.on("touchend",function(){return s.removeClass("action"),l.removeClass("action"),c.blur(),!1}),i.children(".clear-text").on("touchstart",function(){c.val("").focus().trigger("input")}),i.children(".search-icon").on("touchstart",function(){return a.hasDangerInput()?!1:void r.submit()}),i.keyup(function(e){if(13===e.keyCode){if(a.hasDangerInput())return!1;r.submit()}}),n(".index-channel img").on("load error",function(){window.rePosFooter&&window.rePosFooter()}),d.on("touchstart",function(){d.css({background:"#000",color:"#fff",borderColor:"#fff"}),n(this).css({background:"rgba(255, 255, 255, 0.5)",color:"#000",borderColor:"#000"})}).on("touchend touchcancel",function(){n(this).css({background:"#000",color:"#fff",borderColor:"#fff"})})}),define("js/index/coupon",["jquery","swiper","index"],function(e,t,o){function n(e){var t=new RegExp("(^|&)"+e+"=([^&]*)(&|$)"),o=window.location.search.substr(1).match(t);return null!=o?o[2]:null}var a,i=e("jquery"),s=e("swiper"),r=i(".main-right-receive"),l=i(".floor-mask"),d=i(".floor-message"),c=i(".floor-tooltip"),u=e("js/plugin/tip");r.on("click",function(){var e=i(this),t="";n("app_version")&&(t+="&app_version="+n("app_version")),n("uid")&&(t+="&uid="+n("uid")),i.ajax({url:"/coupon/receiveCoupon?code="+n("code")+t,data:{couponID:e.parents(".coupon-floor").attr("coupon-id")},dataType:"json",success:function(t){var o=t.msg,a=t.status,s=t.url+"?code="+n("code");t.isApp===!0&&(s=t.url),t.noLogin===!0?(i("#intimacy-link").length<=0&&i("body").append("<a href='"+s+'\' style="display:none;" id="intimacy-link"><span class="intimacy-link"></span></a>'),i(".intimacy-link").click()):a?(e.hide(),e.next().show(),c.show(),setTimeout(function(){c.hide()},3e3)):(d.find(".coupon-message-content").text(o),l.show(),d.show())},error:function(){u.show("网络异常!")}})}),i(".coupon-floor a, .banner-top a").on("click",function(){return i(this).attr("href").length<=0||"#"===i(this).attr("href")?!1:void 0}),i(".banner-swiper").find("li").length>1&&(a=new s(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".banner-top .pagination-inner"})),i(".coupon-message-op-rel").on("click",function(){location.reload()}),i("#noData").length>0&&location.href.indexOf("?openby:yohobuy=")<=0&&u.show("网络异常!"),l.on("click",function(){l.hide(),d.hide()})}),define("js/passport/entry",["jquery","handlebars","source-map","hammer"],function(e,t,o){e("js/passport/register/register"),e("js/passport/register/code"),e("js/passport/register/password"),e("js/passport/login/login"),e("js/passport/login/international"),e("js/passport/back/mobile"),e("js/passport/back/code"),e("js/passport/back/email"),e("js/passport/back/email-success"),e("js/passport/back/new-password"),e("js/passport/bind/bind"),e("js/passport/bind/code"),e("js/passport/bind/password"),e("js/passport/bind/relate")}),define("js/passport/register/register",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#phone-num"),i=n("#country-select"),s=n("#area-code"),r=n("#btn-next"),l=e("js/passport/api"),d=e("js/plugin/tip"),c=n.trim,u=d.show,h=!1;l.selectCssHack(n("#country-select")),l.bindClearEvt(),a.bind("input",function(){""===c(a.val())?r.addClass("disable"):r.removeClass("disable")}),i.change(function(){s.text(i.val())}),r.on("touchstart",function(){var e=c(a.val()),t=i.val();if(!r.hasClass("disable"))return h?!1:void(l.phoneRegx[t].test(e)?(h=!0,n.ajax({url:"/passport/reg/verifymobile",type:"POST",data:{areaCode:t.replace("+",""),phoneNum:e},success:function(e){200===e.code?location.href=e.data:(u(e.message),h=!1)},error:function(e){u("出错了,请重试"),h=!1}})):u("手机号格式不正确,请重新输入"))})}),define("js/passport/api",["jquery"],function(e,t,o){function n(e){var t,o=r(".has-eye");e&&"open"===e.status?o.append('<div class="eye"></div>'):o.append('<div class="eye close"></div>'),t=o.children(".eye"),t.on("touchstart",function(e){var t=r(this),o=t.siblings(".pwd");e.preventDefault(),t.toggleClass("close"),t.hasClass("close")?o.attr("type","password"):o.attr("type","text"),o.focus()})}function a(){var e,t=r(".has-clear");t.append('<div class="clear-input"></div>'),e=t.children(".clear-input"),e.on("touchstart",function(t){var o=e.siblings(".input");o.val("").trigger("input").focus(),t.preventDefault()}),t.children(".input").bind("input",function(){var e=r(this),t=e.siblings(".clear-input"),o=l(e.val());""===o?t.hide():t.show()})}function i(e){return e.length>=6&&e.length<=20}function s(e){function t(){var t=e.find("option:selected").text().length;switch(t){case 2:e.outerWidth(90);break;case 3:e.outerWidth(110);break;default:e.outerWidth(130)}}var o=navigator.userAgent;o.match(/uc/i)&&o.match(/android/i)?e.change(function(){t()}):e.removeClass("in-android-uc")}var r=e("jquery"),l=r.trim,d=/^([a-zA-Z0-9]+[_|\_|\.|-]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\_|\.|-]?)*[a-zA-Z0-9]+\.[a-zA-Z]{2,3}$/,c={"+86":/^1[35847]{1}[0-9]{9}$/,"+852":/^[965]{1}[0-9]{7}$/,"+853":/^[0-9]{8}$/,"+886":/^[0-9]{10}$/,"+65":/^[98]{1}[0-9]{7}$/,"+60":/^1[1234679]{1}[0-9]{8}$/,"+1":/^[0-9]{10}$/,"+82":/^01[0-9]{9}$/,"+44":/^7[789][0-9]{8}$/,"+81":/^0[9|8|7][0-9]{9}$/,"+61":/^[0-9]{11}$/};o.exports={emailRegx:d,phoneRegx:c,bindEyesEvt:n,bindClearEvt:a,pwdValidate:i,selectCssHack:s}}),define("js/passport/register/code",["jquery"],function(e,t,o){e("js/passport/code")(!0)}),define("js/passport/code",["jquery"],function(e,t,o){var n=e("jquery");o.exports=function(t,o,a){function i(){n.ajax({url:o?"/passport/bind/bindMobile":"/passport/bind/relateMobile",type:"post",data:{areaCode:m.replace("+",""),phoneNum:f,openId:p,sourceType:h,nickname:u,password:"",code:w(l.val())},success:function(e){200===e.code?(v.show("登录成功"),setTimeout(function(){location.href=e.data.refer},2e3)):v.show(e.message)},error:function(e){v.show("登录失败,请重试!")}})}function s(){n.ajax({type:"POST",url:"/passport/"+b+"/verifycode",data:{phoneNum:f,areaCode:m,code:w(l.val()),token:n("#token").val()},success:function(e){200===e.code?location.href=e.data:y(e.message)}})}function r(){var e,t=59;e=setInterval(function(){0===t?(c.text("重发验证码").removeClass("disable"),clearInterval(e)):c.text("重发验证码 ("+t--+"秒)")},1e3)}var l=n("#captcha"),d=n("#btn-next"),c=n("#captcha-tip"),u=n("#nickname").val(),h=n("#sourceType").val(),p=n("#openId").val(),f=n("#phone-num").val(),m=n("#area-code").val().replace("+",""),g=e("js/passport/api"),v=e("js/plugin/tip"),w=n.trim,y=v.show,b=t?"reg":"back",C=parseInt(n("#isReg").val());g.bindClearEvt(),l.bind("input",function(){""!==w(l.val())?d.removeClass("disable"):d.addClass("disable")}),c.on("touchstart",function(){c.hasClass("disable")||n.ajax({type:"POST",url:o||a?"/passport/bind/sendBindMsg":"/passport/"+b+"/sendcode",data:{phoneNum:f,areaCode:m},success:function(e){200===e.code?(c.text("重发验证码 (60秒)").addClass("disable"),r()):y(e.message)}})}),d.on("touchstart",function(){d.hasClass("disable")||(o||a?C?i():location.href="/passport/bind/password?phoneNum="+f+"&areaCode="+m+"&openId="+p+"&sourceType="+h+"&nickname="+u+"&code="+w(l.val()):s())}),r()}}),define("js/passport/register/password",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#pwd"),i=n("#btn-sure"),s=e("js/passport/api"),r=e("js/plugin/tip"),l=n.trim,d=r.show;s.bindEyesEvt({status:"open"}),a.bind("input",function(){""===l(a.val())?i.addClass("disable"):i.removeClass("disable")}),i.on("touchstart",function(){var e=l(a.val());i.hasClass("disable")||(s.pwdValidate(e)===!1?d("密码6-20位,请重新输入"):n.ajax({type:"POST",url:"/passport/reg/setpassword",data:{password:e,phoneNum:n("#phone-num").val(),areaCode:n("#area-code").val(),token:n("#token").val()},success:function(e){var t;200===e.code?(t=e.data,d("注册成功"),n.ajax({url:t.session,dataType:"jsonp"}),setTimeout(function(){location.href=t.href},1e3)):d(e.message)}}))})}),define("js/passport/login/login",["jquery"],function(e,t,o){function n(){h&&p?d.removeClass("disable"):d.addClass("disable")}function a(){c.show(),u.show()}function i(){c.hide(),u.hide()}var s=e("jquery"),r=s("#account"),l=s("#pwd"),d=s("#btn-login"),c=s("#retrive-pwd-mask"),u=s("#retrive-pwd-ways"),h=!1,p=!1,f=e("js/passport/api"),m=e("js/plugin/tip"),g=s.trim,v=m.show;f.bindEyesEvt(),f.bindClearEvt(),r.bind("input",function(){h=""!==g(r.val()),n()}),l.bind("input",function(){p=""!==g(l.val()),n()}),d.on("touchstart",function(){var e=g(r.val()),t=g(l.val());d.hasClass("disable")||(d.text("正在登录...").addClass("disable"),(/^[0-9]+$/.test(e)||f.emailRegx.test(e))&&f.pwdValidate(t)?s.ajax({type:"POST",url:"/passport/login/auth",data:{account:e,password:t},success:function(e){var t,o;200===e.code?(t=e.data,s.ajax({url:t.session,dataType:"jsonp",success:function(){clearTimeout(o),setTimeout(function(){location.href=t.href},1e3)}}),o=setTimeout(function(){location.href=t.href},3e3),v("登录成功")):v(e.message)},error:function(){v("网络断开连接啦~")},complete:function(){d.text("登录").removeClass("disable")}}):(v("账号或密码有错误,请重新输入"),d.text("登录").removeClass("disable")))}),s("#forget-pwd").on("touchstart",function(){a()}),c.on("touchstart",function(){i()}),s("#cancel-retrive").on("touchstart",function(e){e.preventDefault(),i()}),r.trigger("input"),l.trigger("input")}),define("js/passport/login/international",["jquery"],function(e,t,o){function n(){c&&u?d.removeClass("disable"):d.addClass("disable")}var a=e("jquery"),i=a("#phone-num"),s=a("#country-select"),r=a("#area-code"),l=a("#pwd"),d=a("#btn-login"),c=!1,u=!1,h=e("js/passport/api"),p=e("js/plugin/tip"),f=a.trim,m=p.show;h.selectCssHack(s),h.bindEyesEvt(),h.bindClearEvt(),i.bind("input",function(){c=""!==f(i.val()),n()}),l.bind("input",function(){var e=f(l.val());u=""!==e,n()}),s.change(function(){r.text(s.val())}),d.on("touchstart",function(){var e=f(i.val()),t=s.val(),o=f(l.val());d.hasClass("disable")||(d.text("正在登录...").addClass("disable"),h.phoneRegx[t].test(e)&&h.pwdValidate(o)?a.ajax({type:"POST",url:"/passport/login/auth",data:{areaCode:t.replace("+",""),account:e,password:o},success:function(e){var t,o;200===e.code?(t=e.data,m("登录成功"),a.ajax({url:t.session,dataType:"jsonp",success:function(){clearTimeout(o),setTimeout(function(){location.href=t.href},1e3)}}),o=setTimeout(function(){location.href=t.href},3e3),m("登录成功")):m(e.message)},error:function(){m("网络断开连接啦~")},complete:function(){d.text("登录").removeClass("disable")}}):(m("账号或密码有错误,请重新输入"),d.text("登录").removeClass("disable")))}),i.trigger("input"),l.trigger("input")}),define("js/passport/back/mobile",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#phone-num"),i=n("#country-select"),s=n("#area-code"),r=n("#btn-next"),l=e("js/passport/api"),d=e("js/plugin/tip"),c=n.trim,u=d.show;l.selectCssHack(n("#country-select")),l.bindClearEvt(),a.bind("input",function(){""===c(a.val())?r.addClass("disable"):r.removeClass("disable")}),i.change(function(){s.text(i.val())}),r.on("touchstart",function(){var e=c(a.val()),t=i.val();r.hasClass("disable")||(l.phoneRegx[t].test(e)?n.ajax({url:"/passport/back/sendcode",type:"POST",data:{areaCode:t.replace("+",""),phoneNum:e},success:function(e){200===e.code?location.href=e.data:u(e.message)}}):u("手机号格式不正确,请重新输入"))})}),define("js/passport/back/code",["jquery"],function(e,t,o){e("js/passport/code")(!1)}),define("js/passport/back/email",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#email"),i=n("#btn-sure"),s=e("js/passport/api"),r=e("js/plugin/tip"),l=n.trim,d=r.show;s.bindClearEvt(),a.bind("input",function(){""===l(a.val())?i.addClass("disable"):i.removeClass("disable")}),i.on("touchstart",function(){var e=l(a.val());i.hasClass("disable")||(s.emailRegx.test(e)?n.ajax({url:"/passport/back/sendemail",type:"POST",data:{email:e},success:function(e){200===e.code?location.href=e.data:d(e.message)}}):d("邮箱格式不正确,请重新输入"))})}),define("js/passport/back/email-success",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#resend"),i=e("js/plugin/tip"),s=i.show;a.on("touchstart",function(e){e.preventDefault(),n.ajax({url:a.data("url"),type:"GET",success:function(e){s(e.message)}})})}),define("js/passport/back/new-password",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#pwd"),i=n("#btn-ok"),s=e("js/passport/api"),r=e("js/plugin/tip"),l=n.trim,d=r.show,c=n("#phone-num");s.bindEyesEvt({status:"open"}),a.bind("input",function(){""===l(a.val())?i.addClass("disable"):i.removeClass("disable")}),i.on("touchstart",function(){var e,t,o=l(a.val()),r=!0;i.hasClass("disable")||(e={password:o},0===c.length&&(r=!1),r?(n.extend(e,{phoneNum:c.val(),areaCode:n("#areaCode").val(),token:n("#token").val()}),t="/passport/back/passwordByMobile"):(n.extend(e,{code:n("#email-code").val()}),t="/passport/back/passwordByEmail"),s.pwdValidate(o)?n.ajax({type:"POST",url:t,data:e,success:function(e){200===e.code?(d("密码修改成功"),setTimeout(function(){location.href=e.data},1e3)):d(e.message)}}):d("密码6-20位,请重新输入"))})}),define("js/passport/bind/bind",["jquery","handlebars","source-map","hammer"],function(e,t,o){function n(e,t,o){return v?!1:(v=!0,u.addClass("disable").html("绑定中..."),void a.ajax({type:"POST",url:"/passport/bind/sendBindMsg",data:{phoneNum:t,areaCode:o.replace("+","")},success:function(t){200===t.code?location.href=e:p.show(t.message)},error:function(){p.show("出错了,请重试!"),u.removeClass("disable").html("下一步"),v=!1}}))}var a=e("jquery"),i=a("#phone-num"),s=a("#country-select"),r=a("#area-code"),l=a("#openId"),d=a("#nickname"),c=a("#sourceType"),u=a("#btn-next"),h=e("js/passport/api"),p=e("js/plugin/tip"),f=e("js/me/dialog"),m=a.trim,g=p.show,v=!1;h.selectCssHack(a("#country-select")),h.bindClearEvt(),i.bind("input",function(){""===m(i.val())?u.addClass("disable"):u.removeClass("disable")}),s.change(function(){r.text(s.val())}),u.on("touchstart",function(){var e=m(i.val()),t=m(l.val()),o=m(d.val()),r=m(c.val()),p=s.val();u.hasClass("disable")||(h.phoneRegx[p].test(e)?a.ajax({url:"/passport/bind/bindCheck",type:"POST",data:{areaCode:p.replace("+",""),phoneNum:e,openId:t,sourceType:r,nickname:o},success:function(t){200===t.code?1===t.data.isReg?f.showDialog({dialogText:"该手机号已注册过有货\n"+e+",确定绑定吗?",hasFooter:{leftBtnText:"更换号码",rightBtnText:"继续绑定"}},function(){n(t.data.next,e,p)}):3===t.data.isReg?f.showDialog({dialogText:"该手机号已注册过有货\n"+e+",是否进行关联?",hasFooter:{leftBtnText:"更换号码",rightBtnText:"确定"}},function(){n(t.data.next,e,p)}):n(t.data.next,e,p):g(t.message)}}):g("手机号格式不正确,请重新输入"))})}),define("js/me/dialog",["jquery","handlebars","source-map","hammer"],function(e,t,o){function n(){return void 0===i&&(i='<div id="dialog-wrapper" class="dialog-wrapper"><div class="dialog-box">{{# hasHeader}}{{/ hasHeader}}<div class="dialog-content">{{dialogText}}</div>{{# hasFooter}}<div class="dialog-footer">{{# leftBtnText}}<span class="dialog-left-btn tap-hightlight">{{.}}</span>{{/ leftBtnText}}{{# rightBtnText}}<span class="dialog-right-btn tap-hightlight">{{.}}</span>{{/ rightBtnText}}</div>{{/ hasFooter}}</div></div>',s=l.compile(i)),s}var a,i,s,r=e("jquery"),l=e("handlebars"),d=e("hammer");t.showDialog=function(e,t,o,i){var s,l,c,u=n(),h=u(e);r(".dialog-wrapper").remove(),r("body").append(r(h)),s=r(".dialog-box"),a=r(".dialog-wrapper"),c=new d(document.getElementById("dialog-wrapper")),e.fast?a.css({display:"block"}):a.fadeIn(),i&&(r(".dialog-wrapper .dialog-footer > span").css("width","100%"),r(".dialog-wrapper .dialog-content").css({"padding-left":"1.85rem","padding-right":"1.85rem"}),a.css("z-index","10")),s.css({top:"50%",marginTop:-(s.height()/2)}),e.autoHide&&(l=1e3,e.autoHide>1&&(l=e.autoHide),setTimeout(function(){a.fadeOut()},l)),a.on("touchmove",function(){return!1}),c.on("tap",function(e){r(e.target).hasClass("dialog-left-btn")?("function"==typeof o&&o(),a.fadeOut()):r(e.target).hasClass("dialog-right-btn")&&t(),e.preventDefault(),e.srcEvent.stopPropagation()})},t.hideDialog=function(){r(".dialog-wrapper").remove()}}),define("js/passport/bind/code",["jquery"],function(e,t,o){e("js/passport/code")(!0,!0)}),define("js/passport/bind/password",["jquery"],function(e,t,o){function n(e){a.ajax({url:"/passport/bind/bindMobile",type:"post",data:{areaCode:m.replace("+",""),phoneNum:f,openId:p,sourceType:h,nickname:u,password:e,code:g},success:function(e){200===e.code?(l.show("登录成功"),setTimeout(function(){location.href=e.data.refer},2e3)):l.show(e.message)},error:function(e){l.show("登录失败,请重试!")}})}var a=e("jquery"),i=a("#pwd"),s=a("#btn-sure"),r=e("js/passport/api"),l=e("js/plugin/tip"),d=a.trim,c=l.show,u=a("#nickname").val(),h=a("#sourceType").val(),p=a("#openId").val(),f=a("#phone-num").val(),m=a("#area-code").val().replace("+",""),g=a("#code").val();r.bindEyesEvt({status:"open"}),i.bind("input",function(){""===d(i.val())?s.addClass("disable"):s.removeClass("disable")}),s.on("touchstart",function(){var e=d(i.val());s.hasClass("disable")||(r.pwdValidate(e)===!1?c("密码6-20位,请重新输入"):n(e))})}),define("js/passport/bind/relate",["jquery"],function(e,t,o){e("js/passport/code")(!0,!1,!0)}),define("js/product/entry",["jquery","swiper","lazyload","hammer","handlebars","source-map","index"],function(e,t,o){e("js/product/newsale/newarrival"),e("js/product/newsale/discount"),e("js/product/list"),e("js/product/detail/detail"),e("js/product/detail/consultform"),e("js/product/newsale/hot-rank")}),define("js/product/newsale/newarrival",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){function n(e){var t,o,n,a,i,u,f={};if(!d){if(e){for(o in q)q.hasOwnProperty(o)&&(q[o].reload=!0);switch(T.children(".active").removeClass("active"),E.addClass("active"),e.type){case"gender":t={gender:e.id};break;case"brand":t={brand:e.id};break;case"sort":t={sort:e.id};break;case"color":t={color:e.id};break;case"size":t={size:e.id};break;case"price":t={price:e.id};break;case"discount":t={discount:e.id};break;case"limit":t={limit:e.id};break;case"channel":t={channel:e.id};break;case"p_d":t={p_d:e.id}}c.extend(b,t)}if(E.hasClass("today")?(a="today",i=1):E.hasClass("week")?(a="week",i=2):E.hasClass("sale")&&(a="sale",i=3),n=q[a],u=n.page+1,n.reload)u=1;else if(n.end)return;c.extend(f,b,{dayLimit:i,page:u}),d=!0,m.showLoadingMask(),c.ajax({type:"GET",url:"/product/newsale/selectNewSale",data:f,success:function(e){var t,o;switch(a){case"today":t=s;break;case"week":t=r;break;case"sale":t=l}" "===e?(n.end=!0,n.reload&&t.html(y)):n.reload?(t.html(e),h(t.find(".lazy"))):(o=t.find(".good-info").length,t.append(e),h(t.find(".good-info:gt("+(o-1)+") .lazy"))),n.reload=!1,n.page=u,d=!1,m.hideLoadingMask(),window.rePosFooter()},error:function(){p.show("网络断开连接了~"),d=!1,m.hideLoadingMask()}})}}function a(){c(window).scrollTop()+w>c(document).height()-.25*g.height()-50&&void 0!==E&&n()}var i,s,r,l,d,c=e("jquery"),u=e("swiper"),h=e("lazyload"),p=e("js/plugin/tip"),f=e("js/plugin/filter"),m=e("js/plugin/loading"),g=c("#goods-container"),v=g.children(),s=c(v.get(0)),r=c(v.get(1)).addClass("hide"),l=c(v.get(2)).addClass("hide"),w=c(window).height(),y='<p class="no-result">未找到相关搜索结果</p>',b=e("js/product/query-param"),C=c.extend({},b),j=new Date,x=j.getMonth()+1,k=j.getDate(),T=c("#list-nav"),q={today:{reload:!0,page:0,end:!1},week:{reload:!0,page:0,end:!1},sale:{reload:!0,page:0,end:!1}},E=T.find(".active");e("js/product/suspend-cart"),c("#today a").text(x+"月"+k+"号"),c(".swiper-container .swiper-slide").length>1&&(i=new u(".swiper-container",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!0,paginationClickable:!0,pagination:".banner-top .pagination-inner"})),c.ajax({type:"GET",url:"/product/newsale/filter",data:b,success:function(e){g.append(e),f.initFilter({fCbFn:n,hCbFn:function(){E.addClass("active"),E.siblings(".filter").removeClass("active")}})}}),h(c(".lazy")),T.bind("contextmenu",function(e){return!1}),T.on("touchend touchcancel",function(e){var t,o,a,i=c(e.target).closest("li");if(e.preventDefault(),i.hasClass("filter"))i.hasClass("active")?(f.hideFilter(),E.addClass("active"),i.removeClass("active")):(E=i.siblings(".active"),E.removeClass("active"),i.addClass("active"),f.showFilter());else{if(i.hasClass("today")?o="today":i.hasClass("week")?o="week":i.hasClass("sale")&&(o="sale"),t=q[o],!i.hasClass("active")){if(a=i.siblings(".active"),E=i,a.hasClass("filter"))f.hideFilter();else{switch(g.children(".container:not(.hide)").addClass("hide"),o){case"today":s.removeClass("hide");break;case"week":r.removeClass("hide");break;case"sale":l.removeClass("hide")}f.resetFilter(),b=c.extend({},C)}a.removeClass("active"), -i.addClass("active")}t.reload&&n()}e.stopPropagation()}),c(window).scroll(function(){window.requestAnimationFrame(a)}),n(),T.on("touchstart","li",function(e){c(this).addClass("bytouch")}).on("touchend touchcancel",function(){T.find("li").removeClass("bytouch")})}),define("js/plugin/filter",["jquery","hammer"],function(e,t,o){function n(){h.addClass("hide")}function a(){h.removeClass("hide")}function i(){var e=g(".filter-body .classify");e.on("touchstart",".shower",function(){e.removeClass("highlight"),g(this).addClass("highlight")}).on("touchend touchcancel",".shower",function(){g(this).removeClass("highlight")})}function s(){var e=g(".filter-body .sub-item");e.on("touchstart",function(){e.removeClass("highlight"),g(this).addClass("highlight")}).on("touchend touchcancel",function(){g(this).removeClass("highlight")})}function r(e){e.hasClass("active")||(e.siblings(".active").removeClass("active"),e.addClass("active"))}function l(e){var t,o,n=e.closest(".sub-classify"),a=n.siblings(".shower");return e.hasClass("chosed")?n:(n.children(".chosed").removeClass("chosed"),e.addClass("chosed"),t=g.trim(e.html()),o=g.trim(a.html()),a.html(o.substring(0,o.indexOf("</span>")+7)+t.substring(0,t.indexOf("<i"))),0===e.index()?a.addClass("default"):a.removeClass("default"),n)}function d(e){var t,o=e.data("id");t=l(e),p&&p({type:t.data("type"),id:o}),n()}function c(e){var t;p=e.fCbFn,f=e.hCbFn,m=e.missStatus,i(),s(),h=g(".filter-mask"),t=new v(h[0]),t.on("tap",function(e){var t,o=g(e.target);e.preventDefault(),o.closest(".filter-body").length>0?(t=o.closest(".sub-item"),t.length>0?(t=o.closest("li"),d(t)):(t=o.closest(".classify-item"),e.srcEvent.stopPropagation(),r(t))):(n(),f&&f())})}function u(){"undefined"!=typeof h&&(g(".sub-classify").each(function(){l(g(this).children(":first-child"))}),r(g(".classify > :first-child")))}var h,p,f,m,g=e("jquery"),v=e("hammer");t.initFilter=c,t.showFilter=a,t.hideFilter=n,t.resetFilter=u}),define("js/product/query-param",["jquery"],function(e,t,o){var n=e("jquery"),a={};n(".query-param").each(function(){var e=n(this);a[e.data("attr")]=e.val()}),o.exports=a}),define("js/product/suspend-cart",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#suspend-cart");n.ajax({type:"GET",url:"/cart/index/count",success:function(e){var t;200===e.code&&(t=e.data.cart_goods_count,t>99&&(t="99+"),0===t&&n(".cart-count").remove(),a.find(".cart-count").html(t).removeClass("hide"))}})}),define("js/product/newsale/discount",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){function n(e){var t,o,n,a,i,l={};if(!s){if(e){for(o in j)j.hasOwnProperty(o)&&(j[o].reload=!0);switch(C.children(".active").removeClass("active"),x.addClass("active"),e.type){case"gender":t={gender:e.id};break;case"brand":t={brand:e.id};break;case"sort":t={sort:e.id};break;case"color":t={color:e.id};break;case"size":t={size:e.id};break;case"price":t={price:e.id};break;case"discount":t={discount:e.id}}r.extend(b,t)}if(x.hasClass("new")?a="newest":x.hasClass("price")?a="price":x.hasClass("discount")&&(a="discount"),n=j[a],i=n.page+1,n.reload)i=1;else if(n.end)return;r.extend(l,b,{type:a,order:n.order,page:i}),s=!0,h.showLoadingMask(),r.ajax({type:"GET",url:"/product/newsale/selectNewSale",data:l,success:function(e){var t,o;switch(a){case"newest":t=m;break;case"price":t=g;break;case"discount":t=v}" "===e?(n.end=!0,n.reload&&t.html(y)):n.reload?(t.html(e),d(t.find(".lazy"))):(o=t.find(".good-info").length,t.append(e),d(t.find(".good-info:gt("+(o-1)+") .lazy"))),n.reload=!1,n.page=i,s=!1,h.hideLoadingMask(),window.rePosFooter()},error:function(){c.show("网络断开连接了~"),s=!1,h.hideLoadingMask()}})}}function a(){r(window).scrollTop()+w>r(document).height()-.25*p.height()-50&&void 0!==x&&n()}var i,s,r=e("jquery"),l=e("swiper"),d=e("lazyload"),c=e("js/plugin/tip"),u=e("js/plugin/filter"),h=e("js/plugin/loading"),p=r("#goods-container"),f=p.children(),m=r(f.get(0)),g=r(f.get(1)),v=r(f.get(2)),w=r(window).height(),y='<p class="no-result">未找到相关搜索结果</p>',b=e("js/product/query-param"),C=r("#list-nav"),j={newest:{order:1,reload:!0,page:0,end:!1},price:{order:1,reload:!0,page:0,end:!1},discount:{order:1,reload:!0,page:0,end:!1}},x=C.find(".active");e("js/product/suspend-cart"),r(".swiper-container .swiper-slide").length>1&&(i=new l(".swiper-container",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!0,paginationClickable:!0,pagination:".banner-top .pagination-inner"})),r.ajax({type:"GET",url:"/product/newsale/filter",data:b,success:function(e){p.append(e),u.initFilter({fCbFn:n,hCbFn:function(){x.addClass("active"),x.siblings(".filter").removeClass("active")},missStatus:!0})}}),d(r(".lazy")),C.bind("contextmenu",function(e){return!1}),C.on("touchend touchcancel",function(e){var t,o,a,i=r(e.target).closest("li");if(e.preventDefault(),"undefined"!=typeof i&&0!==i.length){if(i.hasClass("filter"))i.hasClass("active")?(u.hideFilter(),x.addClass("active"),i.removeClass("active")):(x=i.siblings(".active"),x.removeClass("active"),i.addClass("active"),u.showFilter());else{if(i.hasClass("new")?o="newest":i.hasClass("price")?o="price":i.hasClass("discount")&&(o="discount"),t=j[o],i.hasClass("active")){if(i.hasClass("new"))return;(i.hasClass("price")||i.hasClass("discount"))&&(i.find(".icon > .iconfont").toggleClass("cur"),x=i,t.reload=!0,t.order=0===t.order?1:0)}else{if(a=i.siblings(".active"),x=i,a.hasClass("filter"))u.hideFilter();else switch(p.children(".container:not(.hide)").addClass("hide"),o){case"newest":m.removeClass("hide");break;case"price":g.removeClass("hide");break;case"discount":v.removeClass("hide")}a.removeClass("active"),i.addClass("active")}t.reload&&n()}e.stopPropagation()}}),r(window).scroll(function(){window.requestAnimationFrame(a)}),n(),C.on("touchstart","li",function(e){r(this).addClass("bytouch")}).on("touchend touchcancel",function(){C.find("li").removeClass("bytouch")})}),define("js/product/list",["jquery","hammer","lazyload"],function(e,t,o){function n(e){var t,o,n,a,s,r={};if(!i){if(e){for(o in I)I.hasOwnProperty(o)&&(I[o].reload=!0);switch(E.children(".active").removeClass("active"),L.addClass("active"),e.type){case"gender":t={gender:e.id};break;case"brand":t={brand:e.id};break;case"sort":t={sort:e.id};break;case"color":t={color:e.id};break;case"size":t={size:e.id};break;case"price":t={price:e.id};break;case"discount":t={discount:e.id}}d.extend(q,t)}if(L.hasClass("new")?a="newest":L.hasClass("price")?a="price":L.hasClass("discount")&&(a="discount"),n=I[a],s=n.page+1,n.reload)s=1;else if(n.end)return;d.extend(r,q,{type:a,order:n.order,page:s}),i=!0,v.showLoadingMask(),d.ajax({type:"GET",url:"/index/search/search",data:r,success:function(e){var t,o,r='<p class="no-result">未找到相关搜索结果</p>';switch(a){case"newest":o=y;break;case"price":o=b;break;case"discount":o=C}if(" "===e?(n.end=!0,n.reload&&o.html(r)):n.reload?(o.html(e),u(o.find(".lazy"))):(t=o.find(".good-info").length,o.append(e),u(o.find(".good-info:gt("+(t-1)+") .lazy"))),n.reload=!1,n.page=s,i=!1,v.hideLoadingMask(),window.rePosFooter(),window._yas)switch(a){case"newest":window._yas(1*new Date,"1.0.14","yohobuy_m",window._ozuid,"",d(".new-goods .good-info .good-detail-img .good-thumb"));break;case"price":window._yas(1*new Date,"1.0.14","yohobuy_m",window._ozuid,"",d(".price-goods .good-info .good-detail-img .good-thumb"));break;case"discount":window._yas(1*new Date,"1.0.14","yohobuy_m",window._ozuid,"",d(".discount-goods .good-info .good-detail-img .good-thumb"))}}})}}function a(){d(window).scrollTop()+j>d(document).height()-.25*w.height()&&n()}var i,s,r,l,d=e("jquery"),c=e("hammer"),u=e("lazyload"),h=d("#brand-header"),p=d("#intro-box"),f=e("js/plugin/filter"),m=e("js/index/write-search"),g=e("js/plugin/tip"),v=e("js/plugin/loading"),w=d("#goods-container"),y=w.children(".new-goods"),b=w.children(".price-goods"),C=w.children(".discount-goods"),j=d(window).height(),x=d("#search-input input"),k=d(".search-icon"),T=d("#search-input .clear-input"),q=e("js/product/query-param"),E=d("#list-nav"),I={newest:{order:1,reload:!0,page:0,end:!1},price:{order:1,reload:!0,page:0,end:!1},discount:{order:1,reload:!0,page:0,end:!1}},L=E.find(".active");x.on("input",function(){""===x.val()?(k.css("color","#b2b2b2"),T.addClass("hide")):(k.css("color","#666"),T.removeClass("hide"))}),T.on("touchend",function(){x.val("").trigger("input")}),d("#search").on("touchend",function(){return d(this).closest("form").submit(),!1}),e("js/product/suspend-cart"),d.ajax({type:"GET",url:"/search/filter",data:q,success:function(e){w.append(e),f.initFilter({fCbFn:n,hCbFn:function(){L.addClass("active"),L.siblings(".filter").removeClass("active")}})}}),u(d(".lazy")),m.bindWirteLocal(d("#search-form")),E.bind("contextmenu",function(e){return!1}),E.on("touchend touchcancel",function(e){var t,o,a,i=d(e.target).closest("li");if(i.hasClass("filter"))i.hasClass("active")?(f.hideFilter(),L.addClass("active"),i.removeClass("active")):(L=i.siblings(".active"),L.removeClass("active"),i.addClass("active"),f.showFilter());else{if(i.hasClass("new")?o="newest":i.hasClass("price")?o="price":i.hasClass("discount")&&(o="discount"),t=I[o],i.hasClass("active")){if(i.hasClass("new"))return;(i.hasClass("price")||i.hasClass("discount"))&&(i.find(".icon > .iconfont").toggleClass("cur"),L=i,t.reload=!0,t.order=0===t.order?1:0)}else{if(a=i.siblings(".active"),L=i,a.hasClass("filter"))f.hideFilter();else switch(w.children(".container:not(.hide)").addClass("hide"),o){case"newest":y.removeClass("hide");break;case"price":b.removeClass("hide");break;case"discount":C.removeClass("hide")}a.removeClass("active"),i.addClass("active")}t.reload&&n()}}),d(window).scroll(function(){window.requestAnimationFrame(a)}),h.length>0&&(s=new c(h.children(".btn-intro")[0]),s.on("tap",function(){p.removeClass("hide"),d("body").addClass("overflow-hidden")}),r=new c(document.getElementById("intro-box")),r.on("tap",function(e){var t=d(e.target);e.srcEvent.preventDefault(),(0===t.closest("#brand-intro").length||t.hasClass("close-intro"))&&(p.addClass("hide"),d("body").removeClass("overflow-hidden"))}),l=new c(h.children(".btn-col")[0]),l.on("tap",function(e){var t,o=d(e.target).closest(".btn-col"),n=h.data("id");t=o.hasClass("coled")?"cancel":"ok",d.ajax({type:"POST",url:"/product/opt/favoriteBrand",data:{id:n,opt:t},success:function(e){200===e.code?(o.toggleClass("coled"),"ok"===t?g.show("添加收藏成功"):g.show("取消收藏成功")):400===e.code?location.href=e.data:g.show(e.message)},error:function(){g.show("网络断开连接了~")}})})),n(),E.on("touchstart","li",function(){E.find("li").removeClass("bytouch"),d(this).addClass("bytouch")}).on("touchend touchcancel","li",function(){E.find("li").removeClass("bytouch")})}),define("js/product/detail/detail",["jquery","swiper","hammer","lazyload","handlebars","source-map","index"],function(e,t,o){function n(){var e=i(".cart-bar"),t=setInterval(function(){e?(window.reMarginFooter(".cart-bar"),clearInterval(t)):e=i(".cart-bar")},200)}var a,i=e("jquery"),s=e("swiper"),r=e("hammer"),l=e("lazyload"),d=i(".goodsDiscount .discount-folder"),c=i(".goodsDiscount .first-item span"),u=document.getElementById("goodsDiscount"),h=u&&new r(u),p=i(u).find(".first-item"),f=i(".cart-bar"),m=i('input[name="limitCodeUrl"]').val(),g=e("js/me/dialog");n(),e("js/product/detail/like"),l(i("img.lazy")),i("#goodsDiscount h1").length<1&&i(".dropdown").remove(),a=new s(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,paginationClickable:!0,pagination:".banner-top .pagination-inner",nextButton:".my-swiper-button-next",prevButton:".my-swiper-button-prev",spaceBetween:3}),0===d.children().length&&(d.css("display","none"),c.html("")),h&&d.children().length>0&&h.on("tap",function(e){d.is(":hidden")?(p.removeClass("short-text"),c.removeClass("icon-down").addClass("icon-up").html(""),d.slideDown()):(p.addClass("short-text"),c.removeClass("icon-up").addClass("icon-down").html(""),d.slideUp())}),i("#limit-sale").on("touchend",function(e){var t,o,n=i("#loginUrl").val();e.stopPropagation(),n?window.location=n:(g.showDialog({dialogText:"进入有货APP,获取限购码",hasFooter:{rightBtnText:"打开Yoho!Buy有货APP"}},function(){o=document.createElement("iframe"),o.src=m,o.style.display="none",document.body.appendChild(o),window.location.href=m,t=Date.now(),window.setTimeout(function(){document.body.removeChild(o),Date.now()-t<3200&&(window.location.href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho")},3e3)},void 0,!0),i(".dialog-wrapper").off("touchstart").on("touchstart",function(e){e.stopPropagation(),i(e.target).hasClass("dialog-wrapper")&&g.hideDialog()}))}),e("js/product/detail/desc"),e("js/product/detail/comments-consults"),e("js/product/recommend-for-you-product-desc"),i.ajax({type:"GET",url:"/cart/index/count",success:function(e){var t;if(200===e.code){if(t=e.data.cart_goods_count||0,0===t)return!1;t>99&&(t="99+"),f.find(".num-tag").html(t).removeClass("hide")}}}),i(".good-detail-page").length>0&&i("#yoho-footer").css("border-top","1px solid #e0e0e0")}),define("js/product/detail/like",["jquery"],function(e,t,o){var n=e("jquery"),a=e("js/plugin/tip"),i=e("js/cart/chose-panel"),s=n("#productId").val(),r=n("#productSkn").val(),l=n("#limitProductCode").val();n("#likeBtn").on("touchstart",function(){var e,t,o=n(this);return o.hasClass("liked")?(e="cancel",t=0):(e="ok",t=1),n.ajax({type:"POST",url:"/product/opt/favoriteProduct",data:{id:s,opt:e},success:function(t){200===t.code?(o.toggleClass("liked"),"cancel"===e?a.show("取消收藏成功"):"ok"===e&&a.show("收藏成功")):400===t.code?location.href=t.data:a.show(t.message)},error:function(){a.show("网络断开连接了~")}}),window._yas&&window._yas.sendCustomInfo({pd:s,fa:t},!0),!1}),n("#addtoCart").on("touchstart",function(){return n(".cart-bar").hide(),l&&i.setLimitGoodModeWithSknId(l,r),i.show(),window._yas&&window._yas.sendCustomInfo({pd:s,by:1},!0),!1})}),define("js/cart/chose-panel",["jquery"],function(e,t,o){function n(){var e=B(".chose-panel").find(".num .btn>.iconfont");e.hasClass("disabled")?null:e.addClass("disabled"),V.off("touchstart",".btn-minus"),V.off("touchstart",".btn-plus")}function a(){x=!1,k=!1,T=null,D=B.queryString(),v=B(".chose-panel").find(".thumb"),z=B(".chose-panel .main .chose-items"),S=B(".chose-items"),q=B(".size-list ul"),I=B(".color-list ul"),w=B("#left-num"),M=B(".cart-bar"),C=0,j=0,_=0}function i(e,t){B("#chose-btn-sure").html("确认"),_=1,P=e,F=t}function s(e,t){n(),B("#chose-btn-sure").html("立即购买"),O=e,N=t}function r(){var e=B(".chose-panel"),t=B("#promotionId");e&&e.remove(),t&&t.remove()}function l(){return x||k?x?k?!0:(A.show("请选择尺码~"),!1):(A.show("请选择颜色~"),!1):(A.show("请选择颜色和尺码~"),!1)}function d(e,t){e&&(U.html(e),""!==B("#promotionId").val()&&n(),a()),B(".chose-panel").show(),m=B("#good-num"),L=t,R.disableScroll(z)}function c(){B(".chose-panel").hide(),R.enableScroll(z),M.length>0&&M.show()}function u(){g=S.find(".chosed"),2===g.closest(".zero-stock").length?B("#chose-btn-sure").css("background-color","#c0c0c0").html("已售罄"):O?B("#chose-btn-sure").css("background-color","#eb0313").html("立即购买"):B("#chose-btn-sure").css("background-color","#eb0313").html(_?"确认":"加入购物车")}function h(e){e>0?(W.length>0?S.find(".num .left-num").html("即将售罄"):S.find(".num .left-num").html("剩余"+e+"件"),w.val(e)):(S.find(".num .left-num").html(""),w.val(0))}function p(e){var t,o,n;if(C&&T&&T.length>0){for(T.removeClass("chosed"),t=q.eq(e).children(),n=0;n<t.length;n++)if(B(t[n]).data("id")===T.data("id"))return T=B(t[n]),o="#"+T.data("id"),C=B(o).data("index"),T.addClass("chosed"),T.data("num");return T=null,k=!1,I.eq(C).addClass("hide"),I.eq(0).removeClass("hide"),C=0,-1}return 0}function f(e){return j&&E&&E.length>0?(E.removeClass("chosed"),E=B(I.eq(e).children().get(j-1)),E.addClass("chosed"),E.data("num")):0}var m,g,v,w,y,b,C,j,x,k,T,q,E,I,L,S,D,z,M,_,F,P,O,N,B=e("jquery"),A=e("js/plugin/tip"),H=e("js/plugin/loading"),R=e("js/plugin/inner-scroll"),U=B("#chose-panel"),W=B(".soonSoldOut-tag"),V=B(".yoho-page");a(),V.on("touchstart",".chose-panel",function(e){var t=B(e.target);if(!(t.closest(".main").length>0))return c(),!1}),V.on("touchstart",".color-list .block",function(){var e,t=B(this),o=t.index();t.hasClass("chosed")?(S.find(".num .left-num").html(""),w.val(0),x=!1,q.eq(j).addClass("hide"),q.eq(0).removeClass("hide"),j=0,p(0)):(x=!0,q.eq(j).addClass("hide"),e=p(o+1),h(e),q.eq(o+1).removeClass("hide"),j=o+1,E=t,v.addClass("hide").eq(o).removeClass("hide")),t.siblings(".chosed").removeClass("chosed"),-1===e?(E=B(I.eq(0).children().get(o)),E.addClass("chosed")):t.toggleClass("chosed"),B("#good-num").val(1),u()}).on("touchstart",".size-list .block",function(){var e,t,o=B(this);o.hasClass("chosed")?(S.find(".num .left-num").html(""),w.val(0),k=!1,I.eq(C).addClass("hide"),I.eq(0).removeClass("hide"),C=0,f(0)):(k=!0,e=B("#"+o.data("id")).data("index")-1,I.eq(C).addClass("hide"),t=f(e+1),h(t),I.eq(e+1).removeClass("hide"),C=e+1,T=o),o.siblings(".chosed").removeClass("chosed"),o.toggleClass("chosed"),B("#good-num").val(1),u()}),V.on("touchstart",".btn-minus",function(){var e=parseInt(m.val(),10);return y=B("#left-num").val(),l()?1===e||0===y-0?void A.show("您选择的数量不能为零~"):0>e?void A.show("您选择的数量不能为负数~"):void m.val(e-1):void 0}).on("touchstart",".btn-plus",function(){var e=parseInt(m.val(),10);return y=B("#left-num").val(),l()&&e-0!==y&&0!==y?e>y-1?void A.show("您选择的数量超过了最大库存量~"):void m.val(e+1):void 0}).on("touchstart","#chose-btn-sure",function(){var e,t,o,n,a=B("#good-num").val()-0,i=parseInt(m.val(),10);if(l()&&"已售罄"!==B("#chose-btn-sure").html()){if(y=B("#left-num").val()-0,i>y)return void A.show("您选择的数量超过了最大库存量~");if(0>i)return void A.show("您选择的数量小于一件~");if(g=B(".block-list>ul>li.chosed"),2===g.length&&0===g.closest(".zero-stock").length){if(e=T.data("skuid"),t=B("#promotionId").val(),b)return!1;if(b=!0,H.showLoadingMask(),_)o={new_product_sku:e,old_product_sku:P,buy_number:a,selected:F},n="/cart/index/modify";else{if(O)return B(this).css("background-color","#ccc").removeAttr("id"),n=B("#limitProductPay").val()+"?limitproductcode="+O+"&sku="+e+"&skn="+N+"&buy_number="+a,r(),H.showLoadingMask(),B.ajax({url:n}).then(function(e){e.error?(A.show(e.message),setTimeout(function(){location.reload()},2e3)):location.href=n}).fail(function(){A.show("网络异常!"),setTimeout(function(){location.reload()},2e3)}),!1;o={productSku:e,buyNumber:a,promotionId:t,isEdit:_,cartType:D.cartType},n="/cart/index/add"}B.ajax({method:"POST",url:n,data:o}).done(function(e){var t;H.hideLoadingMask(),200!==e.code||_||(t=e.data.goods_count,t>99&&(t="99+"),B(".num-tag").html(t).removeClass("hide"),b=!1,L&&L()),e.message&&!_&&A.show(e.message),c(),_&&(H.showLoadingMask(),setTimeout(function(){window.location.href="/cart/index/index?cartType="+B("#cartType").val()},1))}).fail(function(){A.show("网络出了点问题~")}).always(function(){b=!1})}}}),t.init=a,t.show=d,t.remove=r,t.setEditModeWithSknId=i,t.disableNumEdit=n,t.setLimitGoodModeWithSknId=s}),define("js/plugin/inner-scroll",["jquery"],function(e,t,o){function n(e){e=e||window.event,e.preventDefault&&e.preventDefault(),e.returnValue=!1}function a(e){e=e||window.event,e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!1}function i(e){var t=e.wheelDelta||e.originalEvent.wheelDelta||e.detail||0,o=l(this).get(0);return a(e),l(o).height()+o.scrollTop>=o.scrollHeight&&0>t?(n(e),!1):0===o.scrollTop&&t>0?(n(e),!1):void 0}function s(e){var t,o;e.on("mousewheel",i),e.on("touchstart",function(e){t=e.originalEvent.changedTouches[0].pageX,o=e.originalEvent.changedTouches[0].pageY}),e.on("touchmove",function(e){var n=e.originalEvent.changedTouches[0].pageX-t,a=e.originalEvent.changedTouches[0].pageY-o,i=l(this).get(0);return e.stopPropagation(),Math.abs(a)<Math.abs(n)?(e.preventDefault(),!1):l(i).height()+i.scrollTop>=i.scrollHeight&&0>a?(e.preventDefault(),!1):0===i.scrollTop&&a>0?(e.preventDefault(),!1):void 0}),l(document).on("mousewheel",n),l(document).on("touchmove",n)}function r(e){e.off("touchstart"),e.off("touchmove"),e.off("mousewheel"),l(document).off("mousewheel",n),l(document).off("touchmove",n)}var l=e("jquery");t.enableScroll=r,t.disableScroll=s}),define("js/product/detail/desc",["jquery","lazyload","swiper","index"],function(e,t,o){function n(e){var t,o;e.length>0&&(t=e[0].getBoundingClientRect().right,o=e.find(".swiper-slide:last-child")[0].getBoundingClientRect().right,0>o-t?e.next(".tips").css("display","none"):e.next(".tips").css("display","block"))}function a(e,t){var o=null;c(e).each(function(n,a){o=c(e).slice(n,n+t),o.length===t&&n%t===0&&c(o).wrapAll(c('<div class="js-wraper"></div>'))})}function i(){v||w||(v=!0,p.showLoadingMask(),c.ajax({type:"GET",url:m,success:function(e){r=c("#productDesc"),r.append(e),window.rePosFooter(),u(r.find("img.lazy")),l=new h("#size-swiper-container",{slidesPerView:"auto"}),d=new h("#reference-swiper-container",{slidesPerView:"auto"}),n(c("#size-swiper-container")),n(c("#reference-swiper-container")),a(".detail .column",2),v=!1,w=!0,p.hideLoadingMask()},error:function(){f.show("网络断开连接了~"),v=!1,p.hideLoadingMask()}}))}function s(){(!w||c(window).scrollTop()+g>=c(document).height()-200)&&i()}var r,l,d,c=e("jquery"),u=e("lazyload"),h=e("swiper"),p=e("js/plugin/loading"),f=e("js/plugin/tip"),m=c("#introUrl").val(),g=c(window).height(),v=!1,w=!1;c(window).scroll(function(){window.requestAnimationFrame(s)})}),define("js/product/detail/comments-consults",["jquery","hammer"],function(e,t,o){var n,a,i=e("jquery"),s=e("js/plugin/tip"),r=e("hammer"),l=document.getElementById("nav-tab"),d=l&&new r(l),c=document.getElementById("goto-consult"),u=c&&new r(c),h=document.getElementById("readmore"),p=h&&new r(h);!function(){a=i("#nav-tab .consults-num").html()-0,n=i("#nav-tab .comments-num").html()-0,i("#nav-tab li").each(function(){i(this).removeClass("focus")}),i("#feedback-content .content").each(function(){i(this).addClass("hide")}),0!==n?(i("#nav-tab .comment-nav").addClass("focus"),i("#feedback-content .comment-content").removeClass("hide")):0!==a&&(i("#nav-tab .consult-nav").addClass("focus"),i("#feedback-content .consult-content").removeClass("hide"))}(),d&&d.on("tap",function(e){var t=i(e.target).closest("li"),o=t.index();t.hasClass("comment-nav")&&0===n?s.show("暂无商品评价"):t.hasClass("focus")||(i("#nav-tab li").each(function(){i(this).removeClass("focus")}),i("#feedback-content .content").each(function(){i(this).addClass("hide")}),t.addClass("focus"),i("#feedback-content .content:eq("+o+")").removeClass("hide"))}),u&&u.on("tap",function(){location.href=i(c).find("a").attr("href")}),i(".goods-consults-page").length>0&&i("#yoho-header").css("position","fixed").css("top","0"),i(".goods-consults-page").length>0&&i("#yoho-footer").css("border-top","1px solid #e0e0e0"),p&&p.on("tap",function(){return i(".readmore").hide(),i(".goods-consults.customer-consults").removeClass("customer-consults"),!1}),e("js/product/detail/fav")}),define("js/product/detail/fav",["jquery","hammer"],function(e,t,o){function n(e){var t=e.find(".animate-count");t.css("display","inline"),t.animate({opacity:.25,fontSize:"0.7rem",right:"-=5"},300,function(){t.css("display","none")})}var a,i,s=e("jquery"),r=e("hammer"),l=e("js/plugin/tip"),d=s("#goods-consults")[0],c=d&&new r(d);!function(){var e=window.location.search.substring(1);a=e.split("&")[0].split("=")[1],i=e.split("&")[1]?e.split("&")[1].split("=")[1]:void 0}(),c&&c.on("tap",function(e){var t,o=s(e.target).closest("li"),r=o.closest(".consult-item").data("id"),d=o.find(".count").html()-0;o.hasClass("highlight")||(o.hasClass("fav")?t="/product/detail/consultupvote":o.hasClass("useful")&&(t="/product/detail/consultuseful"),s.ajax({method:"post",url:t,data:{id:r,productId:a,total:i}}).done(function(e){200===e.code?(n(o),o.addClass("highlight"),o.find(".count").html(d+1)):401===e.code&&(location.href=e.data)}).fail(function(e){l.show("网络断开连接了~")}))})}),define("js/product/recommend-for-you-product-desc",["swiper","jquery","index"],function(e,t,o){function n(){h||u||(h=!0,d&&r.get(d).then(function(e){e.length<5?l.css("display","none"):(l.html(e).show(),r("#swiper-recommend").length&&(i=new s("#swiper-recommend",{slidesPerView:"auto",grabCursor:!0,slideElement:"a",lazyLoading:!0,watchSlidesVisibility:!0}))),h=!1,u=!0,window.rePosFooter()}).fail(function(){l.hide()}))}function a(){(!u||r(window).scrollTop()+c>=r(document).height()-200)&&n()}var i,s=e("swiper"),r=e("jquery"),l=r(".recommend-for-you"),d=r("#preferenceUrl").val(),c=r(window).height(),u=!1,h=!1;r(window).scroll(function(){window.requestAnimationFrame(a)})}),define("js/product/detail/consultform",["jquery"],function(e,t,o){var n,a=e("jquery"),i=e("js/plugin/tip"),s=e("js/plugin/loading"),r=a(".consult-form"),l=a("#submit"),d=a("#content"),c=a("#product_id").val();l.on("touchend",function(){return d.blur(),r.submit(),!1}).on("touchstart",function(){a(this).addClass("highlight")}).on("touchend touchcancel",function(){a(this).removeClass("highlight")}),d.on("focus",function(){"请输入咨询内容"===d.val()&&d.val("")}).on("blur",function(){""===d.val()&&d.val("请输入咨询内容")}),r.on("submit",function(){var e;return n?!1:(e=d.val(),e&&"请输入咨询内容"!==e?(n=!0,s.showLoadingMask(),a.ajax({method:"POST",url:"/product/detail/consultsubmit",data:{product_id:c,content:e}}).then(function(e){"object"!==a.type(e)&&(e={}),200!==e.code?(i.show(e.message||"网络出了点问题~"),n=!1,s.hideLoadingMask()):(i.show("提交成功~"),setTimeout(function(){window.history.go(-1)},3e3))}).fail(function(){i.show("网络出了点问题~"),n=!1}),!1):(i.show("咨询内容不能为空"),!1))})}),define("js/product/newsale/hot-rank",["jquery","swiper","lazyload","index"],function(e,t,o){function n(e,t,o,n){h.showLoadingMask(),d.ajax({type:"GET",url:"/product/newsale/selectHotrank?"+t,dataType:"html",data:{page:e,tab_id:o,notab:n},success:function(t){" "===t?d(".rank-main").length<1&&d(".goods-nav").length<1?d("#hotRank").html(v):1===e&&(l=d(".goods-nav").prop("outerHTML"),d("#hotRank").html(l+v)):(d(".no-result").remove(),1===e&&d(".rank-main").remove(),d("#hotRank").append(t)),u(d("img.lazy")),d(".rank-main ul li:gt(9)").find(".item-content i").removeClass("top"),i=d(window).height(),0!==d(".rank-main").length?(d("#yoho-footer").css("position","static"),s=d(".rank-main").find("ul").offset().top):d("#yoho-footer").css("position","fixed"),r=new c(".s-goods-nav",{grabCursor:!0,slidesPerView:"auto",slideElement:"li"}),h.hideLoadingMask()}})}function a(){2!==p&&(d(window).scrollTop()+i<s+d("#hotRank").height()-100||(p=2,f=1,n(p,m,g,f)))}var i,s,r,l,d=e("jquery"),c=e("swiper"),u=e("lazyload"),h=e("js/plugin/loading"),p=1,f=0,m="",g="",v='<p class="no-result">未找到相关搜索结果</p>';e("js/product/suspend-cart"),d(window).scroll(function(){window.requestAnimationFrame(a)}),n(p,m,g,f),d("#hotRank").on("touchend touchcancel",function(e){var t=t||window.event,o=t.target||t.srcElement;"span"===o.nodeName.toLowerCase()&&(d(".s-goods-nav .nav-item").removeClass("active"),o.parentNode.className="active "+o.parentNode.className,g=o.getAttribute("data-id")?o.getAttribute("data-id"):"",m=o.getAttribute("data-sort")?o.getAttribute("data-sort"):"",p=1,f=1,n(p,m,g,f))}),d("#hotRank").bind("contextmenu",function(e){return!1}),d("#hotRank").on("touchstart",function(e){var t=t||window.event,o=t.target||t.srcElement;"span"===o.nodeName.toLowerCase()&&(o.parentNode.className="bgActive "+o.parentNode.className)}).on("touchend touchcancel",function(){d(".s-goods-nav .nav-item").removeClass("bgActive")})}),define("js/me/entry",["jquery","hammer","lazyload","handlebars","source-map","swiper","mlellipsis","index"],function(e,t,o){e("js/me/order"),e("js/me/order-detail"),e("js/me/fav"),e("js/me/suggest"),e("js/me/index"),e("js/me/coupons"),e("js/me/online-service"),e("js/me/address"),e("js/me/suggest"),e("js/me/browse-record"),e("js/me/address-act"),e("js/me/logistic"),e("js/me/pay"),e("js/me/personal-details"),e("js/me/currency"),e("js/me/currency-new"),e("js/me/message"),e("js/me/message-detail")}),define("js/me/order",["jquery","hammer","lazyload","handlebars","source-map"],function(e,t,o){function n(e){var t={type:f,page:m.page+1},o=e&&!e.noLoadingMask;g||(g=!0,o&&v.showLoadingMask(),s.ajax({type:"GET",url:"/home/getOrders",data:t,success:function(e){var n;" "!==e?(m.page=t.page,1===t.page?(h.html(e),l(h.find(".lazy"),{try_again_css:"order-failure"})):(n=h.children(".order").length,h.append(e),l(h.children(".order:gt("+(n-1)+")").find(".lazy"),{try_again_css:"order-failure"})),window.rePosFooter()):m.end=!0,g=!1,o&&v.hideLoadingMask()}}))}function a(){m.end===!1&&s(window).scrollTop()+p>s(document).height()-.25*u.height()&&n({noLoadingMask:!0})}var i,s=e("jquery"),r=e("hammer"),l=e("lazyload"),d=e("js/plugin/tip"),c=s("#order-nav > li"),u=s("#order-container"),h=u.children(".orders:not(.hide)"),p=s(window).height(),f=c.filter(".active").data("type"),m={page:0,end:!1},g=!1,v=e("js/plugin/loading"),w=e("js/me/dialog");l({try_again_css:"order-failure"}),function(){var e=c.length;4!==e&&c.width(100/e+"%")}(),v.init(s("body")),i=new r(document.getElementById("order-container")),i.on("tap",function(e){var t,o,n,a=s(e.target);a.closest(".locHref").length>0||(t=a.closest(".order"),o=t.data("id"),a.closest(".del").length>0?w.showDialog({dialogText:"确定删除订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){s.ajax({type:"GET",url:"/home/delOrder",data:{id:o},success:function(e){w.hideDialog(),e.message&&d.show(e.message),200===e.code&&window.location.reload()},error:function(){d.show("取消订单失败")}})}):a.closest(".cancel").length>0?w.showDialog({dialogText:"确定取消订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){s.ajax({type:"GET",url:"/home/cancelOrder",data:{id:o},success:function(e){e.message&&d.show(e.message),200===e.code&&setTimeout(function(){window.location.reload()},2e3)},error:function(){d.show("取消订单失败")}})}):a.closest(".order-goods").length>0&&(n=t.data("href"),location.href=n))}),s(window).scroll(function(){window.requestAnimationFrame(a)}),n()}),define("js/me/order-detail",["jquery","lazyload","hammer","handlebars","source-map"],function(e,t,o){var n,a=e("jquery"),i=e("lazyload"),s=e("hammer"),r=e("js/me/dialog"),l=e("js/plugin/tip"),d=a("#order-detail").data("id");i({try_again_css:"order-failure"}),n=new s(document.getElementsByClassName("opt")[0]),n.on("tap",function(e){var t=a(e.target);t.hasClass("btn-del")?r.showDialog({dialogText:"确定删除订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){a.ajax({type:"GET",url:"/home/delOrder",data:{id:d}}).then(function(e){a("#dialog-wrapper").hide(),"object"===a.type(e)&&(e.message&&l.show(e.message),setTimeout(function(){window.location.href="/home/orders"},2e3))}).fail(function(){l.show("网络错误")})}):t.hasClass("btn-cancel")&&r.showDialog({dialogText:"确定取消订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){a.ajax({type:"GET",url:"/home/cancelOrder",data:{id:d}}).then(function(e){a("#dialog-wrapper").hide(),"object"===a.type(e)&&(e.message&&l.show(e.message),setTimeout(function(){window.location.href="/home/orders"},2e3))}).fail(function(){l.show("网络错误")})})})}),define("js/me/fav",["jquery","hammer","swiper","handlebars","source-map","index"],function(e,t,o){function n(e){f.filter(".active").removeClass("active"),f.eq(e).addClass("active"),m.filter(".show").removeClass("show"),m.eq(e).addClass("show")}function a(e){var t,o,n=/container-(\d+)['"]{1}/gi,a=/\d+/,i=e.match(n),s=i.length;for(t=0;s>t;t++)o=i[t].match(a)[0],g[o]=new u("#swiper-container-"+o,{slidesPerView:"auto",grabCursor:!0,slideElement:"li",wrapperClass:"swiper-wrapper-"+o,lazyLoading:!0,watchSlidesVisibility:!0})}function i(e,t,o){"favBrand"===t?q=!0:T=!0,d.ajax({method:"post",url:"/home/"+t,data:{page:o},success:function(o){var n=e.closest(".fav-type").find(".fav-content-loading");"favBrand"===t?w.addClass("hide"):v.addClass("hide")," "===o?(n.addClass("hide"),e.closest(".fav-type").find(".fav-null-box").removeClass("hide"),window.rePosFooter()):"end"===o?(n&&!n.hasClass("hide")&&n.addClass("hide"),e.closest(".fav-type").find(".fav-load-background").removeClass("fav-load-background").html("没有更多了"),q=!0,T=!0):o.length>10&&(e.append(o),n.remove(), -"favBrand"===t?(a(o),q=!1):T=!1),window.rePosFooter()}})}function s(){d(window).scrollTop()+y>=d(document).height()-.25*j.height()-b&&(E?(w.filter(".hide").removeClass("hide"),q||(k++,i(j,"favBrand",k))):(v.filter(".hide").removeClass("hide"),T||(x++,i(C,"favProduct",x))))}var r,l,d=e("jquery"),c=e("hammer"),u=e("swiper"),h=e("js/me/dialog"),p=e("js/plugin/tip"),f=d("#fav-tab > li"),m=d(".fav-content > .fav-type"),g={},v=d(".fav-load-more"),w=d(".fav-brand-load-more"),y=d(window).height(),b=d("#yoho-footer").height(),C=d(".fav-product-list"),j=d(".fav-brand-swiper-wrapper"),x=1,k=1,T=!0,q=!0,E=!1;d("#fav-tab").hasClass("brand-tab")?(n(1),i(j,"favBrand",1),E=!0,window.rePosFooter()):(n(0),i(C,"favProduct",1),E=!1,window.rePosFooter()),r=new c(document.getElementById("fav-tab")),r.on("tap",function(e){var t,o=d(e.target).closest("li");0===o.length||o.hasClass("active")||(t=o.index(),0===t?(E=!1,0===C.find("li").length&&C.closest(".fav-type").find(".fav-null-box").hasClass("hide")&&i(C,"favProduct",1)):(E=!0,0===j.find("div").length&&j.closest(".fav-type").find(".fav-null-box").hasClass("hide")&&i(j,"favBrand",1)),n(t),window.rePosFooter())}),l=new c(document.getElementById("fav-content")),l.on("tap",function(e){var t="";d(e.target).hasClass("del-fav")&&h.showDialog({dialogText:"您确定要取消收藏吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){t=d(e.target).closest("li").attr("data-id"),d.ajax({method:"post",url:"/home/favoriteDel",data:{id:t}}).then(function(t){200===t.code?(h.showDialog({autoHide:!0,fast:!0,dialogText:"已经取消收藏"}),d(e.target).closest("li").remove()):400===t.code?h.showDialog({autoHide:!0,fast:!0,dialogText:t.message}):h.showDialog({autoHide:!0,fast:!0,dialogText:"取消收藏失败"})}).fail(function(){h.showDialog({autoHide:!0,dialogText:"网络错误~"})})})}),d(window).scroll(s),d(document).on("touchend",".swiper-header",function(){var e=d(this).find(".fav-more").attr("href");e&&(window.location.href=e)}),d(".invalidGoods").on("touchstart touchend",function(e){var t=d(e.target).closest("span");if(!t.hasClass("del-fav"))return p.show("商品已下架"),!1})}),define("js/me/suggest",["jquery","hammer","lazyload","handlebars","source-map"],function(e,t,o){var n,a,i,s,r=e("jquery"),l=e("hammer"),d=e("lazyload"),c=e("handlebars"),u=e("js/me/dialog"),h=r(".upload-img-list"),p=r(".suggest-item .like-btn"),f=r(".suggest-item .dislike-btn"),m=r(".img-add"),g="",v=0;e("js/me/jquery.upload"),i='{{# imgList}}<li>{{# imgUrl}}<img src="{{.}}" /><span class="upload-img-remove"></span>{{/ imgUrl}}</li>{{/ imgList}}',s=c.compile(i),r("#upload-img").upload({auto:!0,fileType:"image/*",uploadScript:"/home/suggestimgUpload",fileObjName:"fileData",fileSizeLimit:300,height:"100%",width:"100%",multi:!1,onAddQueueItem:function(e){h.html(s({imgList:!0}))},onUploadComplete:function(e,t){h.html(""),g=JSON.parse(t).imgList[0].imgRelUrl,h.html(s(JSON.parse(t))),m.hide(),v++}}),d(),n=new l(document.getElementById("yoho-header")),n.on("tap",function(e){var t=r("#suggest-textarea").val(),o=/\S+/;if(r(e.target).hasClass("nav-btn")){if(!o.test(t))return void u.showDialog({autoHide:!0,dialogText:"意见不能为空"});r.ajax({method:"post",url:"/home/savesuggest",data:{content:t,image:g}}).then(function(e){200===e.code?(u.showDialog({autoHide:!0,dialogText:"提交成功"}),setTimeout(function(){location.pathname="home/suggest"},2e3)):u.showDialog({autoHide:!0,dialogText:"提交失败~"})}).fail(function(){u.showDialog({autoHide:!0,dialogText:"网络错误~"})})}}),null!==document.getElementById("img-form")&&(a=new l(document.getElementById("img-form")),a.on("tap",function(e){r(e.target).hasClass("upload-img-remove")&&(h.html(""),g="",v--,setTimeout(function(){m.show()},50))})),p.bind("click",function(){var e=r(this).closest(".suggest-item").attr("data-id"),t=r(this);r.ajax({method:"post",url:"/home/upAndDown",data:{suggest_id:e,reliable:1}}).then(function(e){200===e.code&&(t.closest(".suggest-type").removeClass("show"),t.closest(".suggest-item").find(".suggest-good").addClass("show"))}).fail(function(e){u.showDialog({autoHide:!0,dialogText:"网络错误~"})})}),f.bind("click",function(){var e=r(this).closest(".suggest-item").attr("data-id"),t=r(this);r.ajax({method:"post",url:"/home/upAndDown",data:{suggest_id:e,reliable:2}}).then(function(e){200===e.code&&(t.closest(".suggest-type").removeClass("show"),t.closest(".suggest-item").find(".suggest-bad").addClass("show"))}).fail(function(e){u.showDialog({autoHide:!0,dialogText:"网络错误~"})})})}),define("js/me/jquery.upload",["jquery"],function(e,t,o){var n=e("jquery");!function(e){var t={init:function(o){return this.each(function(){var n=e(this);n.data("uploadifive",{inputs:{},inputCount:0,fileID:0,queue:{count:0,selected:0,replaced:0,errors:0,queued:0,cancelled:0},uploads:{current:0,attempts:0,successful:0,errors:0,count:0}});var a=n.data("uploadifive"),s=a.settings=e.extend({auto:!0,buttonClass:!1,buttonText:"Select Files",checkScript:!1,dnd:!0,dropTarget:!1,fileObjName:"Filedata",fileSizeLimit:0,fileType:!1,formData:{},height:30,itemTemplate:!1,method:"post",multi:!0,overrideEvents:[],queueID:!1,queueSizeLimit:0,removeCompleted:!1,simUploadLimit:0,truncateLength:0,uploadLimit:0,uploadScript:"uploadifive.php",width:100},o);if(isNaN(s.fileSizeLimit)){var r=1.024*parseInt(s.fileSizeLimit);s.fileSizeLimit.indexOf("KB")>-1?s.fileSizeLimit=1e3*r:s.fileSizeLimit.indexOf("MB")>-1?s.fileSizeLimit=1e6*r:s.fileSizeLimit.indexOf("GB")>-1&&(s.fileSizeLimit=1e9*r)}else s.fileSizeLimit=1024*s.fileSizeLimit;if(a.inputTemplate=e('<input type="file">').css({"font-size":s.height+"px",opacity:0,position:"absolute",right:"-3px",top:"-3px","z-index":999}),a.createInput=function(){var o=a.inputTemplate.clone(),i=o.name="input"+a.inputCount++;s.multi&&o.attr("multiple",!0),s.fileType&&o.attr("accept",s.fileType),o.bind("change",function(){a.queue.selected=0,a.queue.replaced=0,a.queue.errors=0,a.queue.queued=0;var o=this.files.length;if(a.queue.selected=o,a.queue.count+o>s.queueSizeLimit&&0!==s.queueSizeLimit)e.inArray("onError",s.overrideEvents)<0&&alert("The maximum number of queue items has been reached ("+s.queueSizeLimit+"). Please select fewer files."),"function"==typeof s.onError&&s.onError.call(n,"QUEUE_LIMIT_EXCEEDED");else{for(var r=0;o>r;r++)file=this.files[r],a.addQueueItem(file);a.inputs[i]=this,a.createInput()}s.auto&&t.upload.call(n),"function"==typeof s.onSelect&&s.onSelect.call(n,a.queue)}),a.currentInput&&a.currentInput.hide(),a.button.append(o),a.currentInput=o},a.destroyInput=function(t){e(a.inputs[t]).remove(),delete a.inputs[t],a.inputCount--},a.drop=function(o){a.queue.selected=0,a.queue.replaced=0,a.queue.errors=0,a.queue.queued=0;var i=o.dataTransfer,r=i.name="input"+a.inputCount++,l=i.files.length;if(a.queue.selected=l,a.queue.count+l>s.queueSizeLimit&&0!==s.queueSizeLimit)e.inArray("onError",s.overrideEvents)<0&&alert("The maximum number of queue items has been reached ("+s.queueSizeLimit+"). Please select fewer files."),"function"==typeof s.onError&&s.onError.call(n,"QUEUE_LIMIT_EXCEEDED");else{for(var d=0;l>d;d++)file=i.files[d],a.addQueueItem(file);a.inputs[r]=i}s.auto&&t.upload.call(n),"function"==typeof s.onDrop&&s.onDrop.call(n,i.files,i.files.length),o.preventDefault(),o.stopPropagation()},a.fileExistsInQueue=function(e){for(var t in a.inputs){input=a.inputs[t],limit=input.files.length;for(var o=0;o<limit;o++)if(existingFile=input.files[o],existingFile.name==e.name&&!existingFile.complete)return!0}return!1},a.removeExistingFile=function(e){for(var o in a.inputs){input=a.inputs[o],limit=input.files.length;for(var i=0;i<limit;i++)existingFile=input.files[i],existingFile.name!=e.name||existingFile.complete||(a.queue.replaced++,t.cancel.call(n,existingFile,!0))}},0==s.itemTemplate?a.queueItem=e('<div class="uploadifive-queue-item"> <a class="close" href="#">X</a> <div><span class="filename"></span><span class="fileinfo"></span></div> <div class="progress"> <div class="progress-bar"></div> </div> </div>'):a.queueItem=e(s.itemTemplate),a.addQueueItem=function(o){if(e.inArray("onAddQueueItem",s.overrideEvents)<0){a.removeExistingFile(o),o.queueItem=a.queueItem.clone(),o.queueItem.attr("id",s.id+"-file-"+a.fileID++),o.queueItem.find(".close").bind("click",function(){return t.cancel.call(n,o),!1});var i=o.name;i.length>s.truncateLength&&0!=s.truncateLength&&(i=i.substring(0,s.truncateLength)+"..."),o.queueItem.find(".filename").html(i),o.queueItem.data("file",o),a.queueEl.append(o.queueItem)}"function"==typeof s.onAddQueueItem&&s.onAddQueueItem.call(n,o),o.size>s.fileSizeLimit&&0!=s.fileSizeLimit?a.error("FILE_SIZE_LIMIT_EXCEEDED",o):(a.queue.queued++,a.queue.count++)},a.removeQueueItem=function(t,o,n){n||(n=0);var i=o?0:500;t.queueItem&&(" - Completed"!=t.queueItem.find(".fileinfo").html()&&t.queueItem.find(".fileinfo").html(" - Cancelled"),t.queueItem.find(".progress-bar").width(0),t.queueItem.delay(n).fadeOut(i,function(){e(this).remove()}),delete t.queueItem,a.queue.count--)},a.filesToUpload=function(){var e=0;for(var t in a.inputs){input=a.inputs[t],limit=input.files.length;for(var o=0;o<limit;o++)file=input.files[o],file.skip||file.complete||e++}return e},a.checkExists=function(o){if(e.inArray("onCheck",s.overrideEvents)<0){e.ajaxSetup({async:!1});var a=e.extend(s.formData,{filename:o.name});if(e.post(s.checkScript,a,function(e){o.exists=parseInt(e)}),o.exists&&!confirm("A file named "+o.name+" already exists in the upload folder.\nWould you like to replace it?"))return t.cancel.call(n,o),!0}return"function"==typeof s.onCheck&&s.onCheck.call(n,o,o.exists),!1},a.uploadFile=function(t,o){if(!t.skip&&!t.complete&&!t.uploading)if(t.uploading=!0,a.uploads.current++,a.uploads.attempted++,xhr=t.xhr=new XMLHttpRequest,"function"==typeof FormData||"object"==typeof FormData){var r=new FormData;r.append(s.fileObjName,t);for(i in s.formData)r.append(i,s.formData[i]);xhr.open(s.method,s.uploadScript,!0),xhr.upload.addEventListener("progress",function(e){e.lengthComputable&&a.progress(e,t)},!1),xhr.addEventListener("load",function(e){4==this.readyState&&(t.uploading=!1,200==this.status?"Invalid file type."!==t.xhr.responseText?a.uploadComplete(e,t,o):a.error(t.xhr.responseText,t,o):404==this.status?a.error("404_FILE_NOT_FOUND",t,o):403==this.status?a.error("403_FORBIDDEN",t,o):a.error("Unknown Error",t,o))}),xhr.send(r)}else{var l=new FileReader;l.onload=function(i){var r="-------------------------"+(new Date).getTime(),l="--",d="\r\n",c="";c+=l+r+d,c+='Content-Disposition: form-data; name="'+s.fileObjName+'"',t.name&&(c+='; filename="'+t.name+'"'),c+=d,c+="Content-Type: application/octet-stream"+d+d,c+=i.target.result+d;for(key in s.formData)c+=l+r+d,c+='Content-Disposition: form-data; name="'+key+'"'+d+d,c+=s.formData[key]+d;c+=l+r+l+d,xhr.upload.addEventListener("progress",function(e){a.progress(e,t)},!1),xhr.addEventListener("load",function(e){t.uploading=!1;var n=this.status;404==n?a.error("404_FILE_NOT_FOUND",t,o):"Invalid file type."!=t.xhr.responseText?a.uploadComplete(e,t,o):a.error(t.xhr.responseText,t,o)},!1);var u=s.uploadScript;if("get"==s.method){var h=e(s.formData).param();u+=h}xhr.open(s.method,s.uploadScript,!0),xhr.setRequestHeader("Content-Type","multipart/form-data; boundary="+r),"function"==typeof s.onUploadFile&&s.onUploadFile.call(n,t),xhr.sendAsBinary(c)},l.readAsBinaryString(t)}},a.progress=function(t,o){if(e.inArray("onProgress",s.overrideEvents)<0){if(t.lengthComputable)var a=Math.round(t.loaded/t.total*100);o.queueItem.find(".fileinfo").html(" - "+a+"%"),o.queueItem.find(".progress-bar").css("width",a+"%")}"function"==typeof s.onProgress&&s.onProgress.call(n,o,t)},a.error=function(o,i,r){if(e.inArray("onError",s.overrideEvents)<0){switch(o){case"404_FILE_NOT_FOUND":errorMsg="404 Error";break;case"403_FORBIDDEN":errorMsg="403 Forbidden";break;case"FORBIDDEN_FILE_TYPE":errorMsg="Forbidden File Type";break;case"FILE_SIZE_LIMIT_EXCEEDED":errorMsg="File Too Large";break;default:errorMsg="Unknown Error"}i.queueItem.addClass("error").find(".fileinfo").html(" - "+errorMsg),i.queueItem.find(".progress").remove()}"function"==typeof s.onError&&s.onError.call(n,o,i),i.skip=!0,"404_FILE_NOT_FOUND"==o?a.uploads.errors++:a.queue.errors++,r&&t.upload.call(n,null,!0)},a.uploadComplete=function(o,i,r){e.inArray("onUploadComplete",s.overrideEvents)<0&&(i.queueItem.find(".progress-bar").css("width","100%"),i.queueItem.find(".fileinfo").html(" - Completed"),i.queueItem.find(".progress").slideUp(250),i.queueItem.addClass("complete")),"function"==typeof s.onUploadComplete&&s.onUploadComplete.call(n,i,i.xhr.responseText),s.removeCompleted&&setTimeout(function(){t.cancel.call(n,i)},3e3),i.complete=!0,a.uploads.successful++,a.uploads.count++,a.uploads.current--,delete i.xhr,r&&t.upload.call(n,null,!0)},a.queueComplete=function(){"function"==typeof s.onQueueComplete&&s.onQueueComplete.call(n,a.uploads)},!(window.File&&window.FileList&&window.Blob&&(window.FileReader||window.FormData)))return"function"==typeof s.onFallback&&s.onFallback.call(n),!1;if(s.id="uploadifive-"+n.attr("id"),a.button=e('<div id="'+s.id+'" class="uploadifive-button">'+s.buttonText+"</div>"),s.buttonClass&&a.button.addClass(s.buttonClass),a.button.css({height:s.height,"line-height":s.height+"px",overflow:"hidden",position:"relative","text-align":"center",width:s.width}),n.before(a.button).appendTo(a.button).hide(),a.createInput.call(n),s.queueID?a.queueEl=e("#"+s.queueID):(s.queueID=s.id+"-queue",a.queueEl=e('<div id="'+s.queueID+'" class="uploadifive-queue" />'),a.button.after(a.queueEl)),s.dnd){var l=s.dropTarget?e(s.dropTarget):a.queueEl.get(0);l.addEventListener("dragleave",function(e){e.preventDefault(),e.stopPropagation()},!1),l.addEventListener("dragenter",function(e){e.preventDefault(),e.stopPropagation()},!1),l.addEventListener("dragover",function(e){e.preventDefault(),e.stopPropagation()},!1),l.addEventListener("drop",a.drop,!1)}XMLHttpRequest.prototype.sendAsBinary||(XMLHttpRequest.prototype.sendAsBinary=function(e){function t(e){return 255&e.charCodeAt(0)}var o=Array.prototype.map.call(e,t),n=new Uint8Array(o);this.send(n.buffer)}),"function"==typeof s.onInit&&s.onInit.call(n)})},debug:function(){return this.each(function(){console.log(e(this).data("uploadifive"))})},clearQueue:function(){this.each(function(){var o=e(this),n=o.data("uploadifive"),a=n.settings;for(var s in n.inputs)for(input=n.inputs[s],limit=input.files.length,i=0;i<limit;i++)file=input.files[i],t.cancel.call(o,file);"function"==typeof a.onClearQueue&&a.onClearQueue.call(o,e("#"+n.settings.queueID))})},cancel:function(o,n){this.each(function(){var a=e(this),i=a.data("uploadifive"),s=i.settings;"string"==typeof o&&(isNaN(o)||(fileID="uploadifive-"+e(this).attr("id")+"-file-"+o),o=e("#"+fileID).data("file")),o.skip=!0,i.filesCancelled++,o.uploading&&(i.uploads.current--,o.uploading=!1,o.xhr.abort(),delete o.xhr,t.upload.call(a)),e.inArray("onCancel",s.overrideEvents)<0&&i.removeQueueItem(o,n),"function"==typeof s.onCancel&&s.onCancel.call(a,o)})},upload:function(t,o){this.each(function(){var n=e(this),a=n.data("uploadifive"),i=a.settings;if(t)a.uploadFile.call(n,t);else if(a.uploads.count+a.uploads.current<i.uploadLimit||0==i.uploadLimit){if(!o){a.uploads.attempted=0,a.uploads.successsful=0,a.uploads.errors=0;var s=a.filesToUpload();"function"==typeof i.onUpload&&i.onUpload.call(n,s)}e("#"+i.queueID).find(".uploadifive-queue-item").not(".error, .complete").each(function(){return _file=e(this).data("file"),a.uploads.current>=i.simUploadLimit&&0!==i.simUploadLimit||a.uploads.current>=i.uploadLimit&&0!==i.uploadLimit||a.uploads.count>=i.uploadLimit&&0!==i.uploadLimit?!1:void(i.checkScript?(_file.checking=!0,skipFile=a.checkExists(_file),_file.checking=!1,skipFile||a.uploadFile(_file,!0)):a.uploadFile(_file,!0))}),0==e("#"+i.queueID).find(".uploadifive-queue-item").not(".error, .complete").size()&&a.queueComplete()}else 0==a.uploads.current&&(e.inArray("onError",i.overrideEvents)<0&&a.filesToUpload()>0&&0!=i.uploadLimit&&alert("The maximum upload limit has been reached."),"function"==typeof i.onError&&i.onError.call(n,"UPLOAD_LIMIT_EXCEEDED",a.filesToUpload()))})},destroy:function(){this.each(function(){var o=e(this),n=o.data("uploadifive"),a=n.settings;t.clearQueue.call(o),a.queueID||e("#"+a.queueID).remove(),o.siblings("input").remove(),o.show().insertBefore(n.button),n.button.remove(),"function"==typeof a.onDestroy&&a.onDestroy.call(o)})}};e.fn.upload=function(o){return t[o]?t[o].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof o&&o?void e.error("The method "+o+" does not exist in $.uploadify"):t.init.apply(this,arguments)}}(n)}),define("js/me/index",["jquery","swiper","index"],function(e,t,o){var n,a=e("jquery"),i=e("js/plugin/notice-scroll"),s=a(".user-avatar"),r=a(".list-item"),l=new Image;e("js/product/recommend-for-you"),e("js/product/suspend-cart"),n=s.data("avatar"),l.src=n,l.onload=function(){s.css("background-image","url("+n+")")},i(".notice",1e3*a(".notice").data("time")),a(".yoho-page").on("touchstart",".list-item, .type-item, .order-title",function(){r.removeClass("highlight"),a(this).addClass("highlight")}).on("touchend touchcancel",".list-item, .type-item, .order-title",function(){a(this).removeClass("highlight")})}),define("js/product/recommend-for-you",["swiper","jquery","index"],function(e,t,o){var n,a=e("swiper"),i=e("jquery"),s=i(".recommend-for-you");i.get("/home/preference").then(function(e){s.html(e).show(),i("#swiper-recommend").length&&(n=new a("#swiper-recommend",{slidesPerView:"auto",grabCursor:!0,slideElement:"a",lazyLoading:!0,watchSlidesVisibility:!0}))}).fail(function(){s.hide()})}),define("js/me/coupons",["jquery","hammer","mlellipsis"],function(e,t,o){function n(e,t){d.showLoadingMask(),s.ajax({type:"POST",url:"/home/couponData",dataType:"html",data:{status:e,page:t},success:function(e){s("#employ").append(e),window.rePosFooter(),d.hideLoadingMask()}})}function a(){return s(window).scrollTop()+s(window).height()>s("body").height()-100?(u++,void n(c,u)):void 0}var i,s=e("jquery"),r=e("hammer"),l=e("mlellipsis"),d=e("js/plugin/loading"),c=0,u=1;l.init(),s(".yoho-footer").css("border-top","1px solid #e0e0e0"),s(".employ span").each(function(e){i=new r(s(".employ span")[e]),i.on("tap",function(t){s(".employ span").removeClass("active").eq(e).addClass("active"),s("#employ").html(" "),c=e,u=1,n(c,u),window.rePosFooter()})}),s(window).scroll(function(){window.requestAnimationFrame(a)}),n(c,u)}),define("js/me/online-service",["jquery"],function(e,t,o){var n=e("jquery"),a=n(".question-tab .tab-item");a.on("touchend",function(){var e=n(this).data("tab");e='[data-tab-name="'+e+'"]',a.removeClass("current"),n(this).addClass("current"),n(".question-list").removeClass("current"),n(e).addClass("current")}),n(".yoho-page").on("touchstart",".connect-item, .question-item",function(){n(this).siblings().removeClass("highlight"),n(this).addClass("highlight")}).on("touchend touchcancel",".connect-item, .question-item",function(){n(this).removeClass("highlight")})}),define("js/me/address",["jquery","hammer"],function(e,t,o){var n,a=e("jquery"),i=e("js/plugin/tip"),s=e("js/plugin/loading"),r=a(".action"),l=a(".add-address"),d=a("#yoho-footer"),c=a(".confim-mask"),u=a(".page-wrap"),h=a(".address-item");e("js/common"),u.first().css("min-height",function(){return a(window).height()-a("#yoho-header").height()-d.height()}),window.rePosFooter(),c.on("touchend",".cancel",function(e){return n=null,c.fadeOut(),!1}).on("touchend",".confim",function(){return s.showLoadingMask(),c.fadeOut(),a.ajax({method:"POST",url:"/home/delAddress",data:{id:n}}).then(function(e){"object"!==a.type(e)&&(e={}),200!==e.code?(i.show(e.message||"网络出了点问题~"),s.hideLoadingMask()):window.location.reload()}).fail(function(){i.show("网络出了点问题~"),s.hideLoadingMask()}).always(function(){n=null}),!1}),h.length<5&&l.attr("href",l.data("href")),l.on("touchend",function(){return h.length>=5?(i.show("您最多添加5个收货地址"),!1):void 0}),r.on("touchend",".del",function(){return n=a(this).data("id"),c.fadeIn(),!1}),r.on("touchstart","a,span",function(){a(this).css("background","#eee")}).on("touchend touchcancel","a,span",function(){a(this).css("background","transparent")})}),define("js/me/browse-record",["jquery","lazyload","handlebars","source-map","hammer"],function(t,o,n){function a(e){var t=c.children(".browse-record-good").length;g||(1===f&&u.removeClass("hide"),g=!0,i.ajax({type:"GET",url:"/home/recordContent",data:{page:f+1},success:function(o){" "===o?(m=!0,h.addClass("hide"),p.removeClass("hide")):(0===t?(c.html(o),s()):(c.append(o),s(c.find(".browse-record-good:gt("+(t-1)+") .lazy"))),window.rePosFooter(),f++,e&&e())},complete:function(){g=!1}}))}var i=t("jquery"),s=t("lazyload"),r=t("js/plugin/loading"),l=t("js/plugin/tip"),d=t("js/me/dialog"),c=i(".records"),u=i(".load-more"),h=u.children(".more"),p=u.children(".no-more"),f=0,m=!1,g=!1,v=i(window).height();r.init(),r.showLoadingMask(),a(r.hideLoadingMask),i(window).scroll(function(){m||v+i(window).scrollTop()>i(document).height()-.25*c.height()&&a()}),c.on("touchstart",".del-icon",function(){var e=i(this).closest(".browse-record-good"),t=e.data("skn");d.showDialog({dialogText:"确定删除此条浏览记录吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){i.ajax({type:"GET",url:"/home/delRecord",data:{skn:t},success:function(e){200===e.code&&(d.showDialog({dialogText:"删除浏览记录成功",autoHide:2e3,fast:!0}),setTimeout(function(){window.history.go(0)},1200))}})})}),i(".deps").on("touchstart","span",function(){i(this).css("background","#eee")}).on("touchend touchcancel","span",function(){i(this).css("background","transparent")}),i(".invalidGoods").on("touchstart touchend",function(){var t=i(e.target).closest("span");if(!t.hasClass("del-icon"))return l.show("商品已下架"),!1})}),define("js/me/address-act",["jquery","hammer"],function(e,t,o){function n(e){f.html(e),y.on("touchend",function(){p.hide(),f.show(),b="list",g.html("地区选择")}),f.find(".address").each(function(e,t){var o=new r(t);o.on("tap",function(e){var t=s(e.target);"li"!==e.target.tagName.toLowerCase()&&(t=t.parent("li")),C.push(t.children(".caption").text().trim()),t.siblings().hide(),t.children("ul").show().children("li").show(),e.srcEvent.preventDefault(),e.srcEvent.stopPropagation()})}),f.find(".address-last").each(function(e,t){var o=new r(t);o.on("tap",function(e){var t=s(e.target);C.push(t.text().trim()),s('[name="area"]').val(C.join(" ")),s('[name="area_code"]').val(t.data("id")),p.show(),b="edit",g.html(w),f.hide(),f.find("ul").hide().find("li").removeClass("highlight"),f.children("ul").show().children("li").show(),C=[],e.srcEvent.preventDefault(),e.srcEvent.stopPropagation()})}),f.on("touchstart","li",function(){s(this).addClass("highlight")}).on("touchend touchcancel","li",function(){s(this).removeClass("highlight")})}var a,i,s=e("jquery"),r=e("hammer"),l=e("js/plugin/tip"),d=e("js/plugin/security"),c=e("js/plugin/loading"),u=s(".edit-address"),h=s(".submit"),p=s(".my-edit-address-page"),f=s(".my-address-list-page"),m=s(".nav-back"),g=s(".nav-title"),v=s("input, textarea"),w=g.html(),y=s(".area"),b="edit",C=[],j=s.queryString();s(p,f).css("min-height",function(){return s(window).height()-s("#yoho-header").height()}),m.attr("href","javascript:void(0);"),m.on("touchend",function(e){"list"===b?(f.hide(),p.show(),e.preventDefault(),b="edit",g.html(w),f.hide(),f.find("ul").hide().find("li").removeClass("highlight"),f.children("ul").show().children("li").show(),C=[]):window.history.go(-1)}),u.on("submit",function(){return a?!1:d.hasDangerInput(!1)?!1:s(this).find('[name="consignee"]').val()?s(this).find('[name="mobile"]').val()?s(this).find('[name="area_code"]').val()&&s(this).find('[name="area"]').val()?s(this).find('[name="address"]').val()?(a=!0,c.showLoadingMask(),h.css("background","#777"),s.ajax({method:"POST",url:"/home/saveAddress",data:s(this).serialize()}).then(function(e){"object"!==s.type(e)&&(e={}),200!==e.code?(l.show(e.message||"网络出了点问题~"),a=!1,c.hideLoadingMask()):"shopping"===j.refer?window.location.href="/cart/index/selectAddress":window.location.href="/home/address"}).fail(function(){l.show("网络出了点问题~"),a=!1,c.hideLoadingMask(),h.css("background","#444")}),!1):(l.show("地址不能为空"),!1):(l.show("省市区不能为空"),!1):(l.show("手机号不能为空"),!1):(l.show("收件人不能为空"),!1)}),h.on("touchend",function(){return d.hasDangerInput(!1)?!1:(v.blur(),u.submit(),!1)}).on("touchstart",function(){s(this).addClass("highlight")}).on("touchend touchcancel",function(){s(this).removeClass("highlight")}),window.localStorage&&window.localStorage.getItem&&(i=window.localStorage.getItem("chinaAddressList")),i?n(i):s.ajax({method:"GET",url:"/home/locationList",timeout:6e4}).then(function(e){n(e),window.localStorage&&window.localStorage.setItem&&window.localStorage.setItem("chinaAddressList",e)}).fail(function(){l.show("获取省市区列表失败")})}),define("js/me/logistic",["jquery","hammer","lazyload"],function(e,t,o){function n(){d+l>r?window.rePosFooter():s.css("border-top","1px solid #f1f1f1")}function a(){return window.cookie("_Channel")||"boys"}var i=e("jquery"),s=i("#yoho-footer"),r=window.outerHeight,l=document.body.offsetHeight,d=s.height();i(document).ready(n),e("js/home/maybe-like")(a()),i(window).scrollTop(1).scrollTop(0)}),define("js/me/pay",["jquery","hammer"],function(e,t,o){function n(){document.addEventListener("WeixinJSBridgeReady",function(){window.WeixinJSBridge&&window.WeixinJSBridge.call("hideOptionMenu")})}function a(e,t){window.WeixinJSBridge&&window.WeixinJSBridge.invoke("getBrandWCPayRequest",t,function(t){window.location.href="/home/orders/detail?order_code="+e})}function i(e){var t;void 0===typeof WeixinJSBridge?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",a,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",a),document.attachEvent("onWeixinJSBridgeReady",a)):f.ajax({type:"GET",url:"/shopping/pay/wechatwapapi?order_code="+e,dataType:"json",success:function(o){200===o.code?(t=o.data.jsApiParameters,a(e,t)):g.show("微信支付调取失败")},error:function(){g.show("请刷新本页面,完成微信支付")}})}function s(){var e=window.navigator.userAgent.toLowerCase();return e.indexOf("micromessenger")>0}function r(){var e=f(".app");e.each(function(e,t){return"weixin"===f(t).parent().attr("id")?(f(t).parent().css("display","none"),!1):void 0})}function l(){s()||r()}function d(e,t){f(e).css("background-position-y",t)}function c(){var e=f(".box"),t=null,o=null;e.each(function(e,n){t=f(n).find(".icon").find("div"),t.length>0&&(o=f(n).attr("id"),"alipay"!==o&&d(t,C[o]))})}function u(){f(".payapp-list").css("visibility","visible")}function h(){var e=f(".box");e.on("touchstart",function(e){f(this).addClass("bytouch")}).on("touchend touchcancel",function(){e.removeClass("bytouch")})}function p(){l(),m.hideLoadingMask(),u(),c(),h()}var f=e("jquery"),m=e("js/plugin/loading"),g=e("js/plugin/tip"),v=e("hammer"),w=document.getElementById("ordercode").value,y=document.getElementById("weixin"),b=y&&new v(y),C={baidu:"-2.7rem",weixin:"-1.2rem",QQ:"-5.4rem",bank:"-4rem"};window.wx&&wx.hideOptionMenu(),void 0===typeof WeixinJSBridge?(document.addEventListener?document.addEventListener("WeixinJSBridgeReady",n,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",n),document.attachEvent("onWeixinJSBridgeReady",n)),n()):n(),b&&b.on("tap",function(){i(w)}),m.showLoadingMask(),f(document).ready(p),f(".box").on("click",function(){var e,t,o=f(".payapp-list a").attr("href"),n=[];-1!=o.indexOf("?")&&(n=o.split("?")[1].split("&"),e=n[0].split("=")[1],t=n[1].split("=")[1]),f.ajax({url:"/shopping/pay/addPaymentInterval?orderCode="+e+"&payment="+t,method:"get"})})}),define("js/me/personal-details",["jquery"],function(e,t,o){var n,a=e("jquery"),i=a(".user-avatar"),s=new Image;n=i.data("avatar"),s.src=n,s.onload=function(){i.css("background-image","url("+n+")")}}),define("js/me/currency",["jquery"],function(e,t,o){function n(e){i.ajax({type:"POST",url:"/home/ajaxCurrencyDetail",dataType:"html",data:{page:e},success:function(e){i(".coin-detail").append(e),window.rePosFooter()}})}function a(){return i(window).scrollTop()+i(window).height()>i("body").height()-100?(r++,void n(r)):void 0}var i=e("jquery"),s=e("js/plugin/loading"),r=1;s.showLoadingMask(),i(window).scroll(function(){window.requestAnimationFrame(a)}),n(r),i(document).ready(s.hideLoadingMask)}),define("js/me/currency-new",["jquery","hammer","lazyload"],function(e,t,o){function n(){return window.cookie("_Channel")||"boys"}e("js/home/maybe-like")(n())}),define("js/me/message",["jquery","handlebars","source-map","hammer"],function(e,t,o){function n(e){s.showLoadingMask(),i.ajax({type:"POST",url:"/home/ajaxMessage",dataType:"html",data:{page:e},success:function(t){" "===t&&(c=!0,1===e&&(t='<p style="text-align:center">您没有消息</p>')),i(".massage-page").append(t),window.rePosFooter(),s.hideLoadingMask()}})}function a(){!c&&i(window).scrollTop()+i(window).height()>i("body").height()-100&&(d++,n(d))}var i=e("jquery"),s=e("js/plugin/loading"),r=e("js/me/dialog"),l=i(".massage-page"),d=1,c=!1;i(window).scroll(function(){window.requestAnimationFrame(a)}),l.on("touchstart",".del",function(){var e=i(this).closest(".massage-list"),t=e.data("id");r.showDialog({dialogText:"确定删除这条消息吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){i.ajax({type:"POST",url:"/home/ajaxDelMes",data:{id:t},success:function(e){200===e.code?(r.showDialog({dialogText:"删除消息成功",autoHide:2e3,fast:!0}),setTimeout(function(){window.history.go(0)},1200)):r.showDialog({dialogText:e.message,autoHide:2e3,fast:!0})}})})}),n(d)}),define("js/me/message-detail",["jquery","handlebars","source-map","hammer"],function(e,t,o){var n=e("jquery"),a=e("js/me/dialog"),i=n(".massage-page"),s=!1;i.on("touchstart",".pick-coupon-btn",function(){if(!s){s=!0;var e=n(this).data("id");n.ajax({type:"POST",url:"/home/pickCoupon",data:{id:e},success:function(e){200===e.code&&(a.showDialog({dialogText:"领取成功",autoHide:2e3,fast:!0}),n(this).removeClass("pick-coupon-btn")),s=!1,a.showDialog({dialogText:e.message,autoHide:2e3,fast:!0})}})}})}),define("js/cart/entry",["jquery","mlellipsis","hammer","handlebars","source-map","swiper","lazyload","index"],function(e,t,o){e("js/cart/cart"),e("js/cart/gift-advance"),e("js/cart/order-ensure"),e("js/cart/select-coupon"),e("js/cart/select-address")}),define("js/cart/cart",["jquery","mlellipsis","hammer","handlebars","source-map","swiper","lazyload","index"],function(e,t,o){function n(){return window.isCookiesEnabled()?p(".cart-goods").length<=0&&!q:p(".cart-goods").length<=0}function a(){return b.not(".hide")}function i(){a().find(".shopping-cart-good .name").each(function(){this.mlellipsis(2)}),T=!0}function s(){return a().find(".cart-goods .icon-cb-checked").length>0}function r(){var e=a().find(".freebie");return!(e.length<=0)}function l(){var e,t=!1;return"ordinary"===C?e=p(".common .low-stocks"):"advance"===C&&(e=p(".presell .low-stocks")),e.length<=0?t:(e.each(function(e,o){p(o).parent().parent().parent().siblings(".checkbox").hasClass("icon-cb-checked")&&(E+=1,t=!0)}),t)}function d(){v.showDialog({dialogText:"您还未选择赠品,是否去选择赠品",hasFooter:{leftBtnText:"我不要赠品",rightBtnText:"去选择"}},function(){window.location.href=a().find(".freebie > a").attr("href")},function(){var e=window.cookie("order-info");e&&window.setCookie("order-info",""),window.location.href="/cart/index/orderEnsure?cartType="+C})}var c,u,h,p=e("jquery"),f=e("mlellipsis"),m=e("hammer"),g=e("js/cart/chose-panel"),v=e("js/me/dialog"),w=e("js/plugin/loading"),y=e("js/plugin/tip"),b=p(".cart-content"),C=p("#cartType").val(),j=p(".cart-nav"),x=p(".shopping-cart-page"),k=!1,T=!1,q="true"===window.cookie("_yoho-cart-refreshByDelete"),E=0;w.showLoadingMask(),n()?e("js/product/recommend-for-you"):(q&&p("body").css("background-color","#f0f0f0"),e("js/cart/good")),x.css("display","block"),w.hideLoadingMask(),window.setCookie("_yoho-cart-refreshByDelete",!1),f.init(),"function"==typeof window.cookie&&"y"===window.cookie("_hasShowCartPresellTip")?(p("#presell-tip").removeClass("show").addClass("hide"), -k=!0):p("#presell-tip").removeClass("hide").addClass("show"),"advance"===C&&(b.toggleClass("hide"),p("#common-cart-nav").removeClass("active"),p("#presell-cart-nav").addClass("active"),i(),p(window).trigger("scroll")),j.length>0&&(c=new m(document.getElementsByClassName("cart-nav")[0]),c.on("tap",function(e){var t=p(e.target).closest("li");t.hasClass("active")||("ordinary"===C?(C="advance",p("#cartType").val("advance")):(C="ordinary",p("#cartType").val("ordinary")),t.siblings(".active").removeClass("active"),t.addClass("active"),b.toggleClass("hide"),T===!1&&i(),p(window).trigger("scroll"))}),k||setTimeout(function(){p("#presell-tip").removeClass("show").addClass("hide"),window.setCookie("_hasShowCartPresellTip","y")},3e3)),p(".advance-buy").length>0&&(u=new m(document.getElementsByClassName("advance-buy")[0]),u.on("tap",function(e){window.location.href="/cart/index/advanceBuy?cartType="+C})),p(".freebie").length>0&&(h=new m(document.getElementsByClassName("freebie")[0]),h.on("tap",function(e){window.location.href="/cart/index/gift?cartType="+C})),p(".btn-balance").on("touchend",function(){var e=window.cookie("order-info");return E=0,l()?(y.show("所选商品中有"+E+"种库存不足的商品"),!1):r()?(d(),!1):void(s()?(e&&window.setCookie("order-info",""),window.location.href="/cart/index/orderEnsure?cartType="+C):y.show("请先勾选商品"))}),p(".off-shell-goods").on("touchstart touchend",function(e){var t=p(e.target).closest("span");if(!t.hasClass("icon-del"))return y.show("商品已下架"),!1}),p(".chose").on("touchend",function(){g.show()}),j.on("touchstart","li",function(e){p(this).addClass("bytouch")}).on("touchend touchcancel",function(){j.find("li").removeClass("bytouch")}),p(window).scrollTop(1).scrollTop(0)}),define("js/cart/good",["jquery","mlellipsis","lazyload","handlebars","source-map","hammer"],function(e,t,o){function n(e){this.goods_type=e.goods_type,this.buy_number=e.buy_number,this.product_sku=e.product_sku,this.selected=e.selected,this.hasPromotion=e.hasPromotion}function a(e,t,o,n){return e.length<2?(m.show("出错啦!"),!1):(u.remove(),d(e).appendTo("#mainCart"),u.init(),u.setEditModeWithSknId(t,o),n||u.disableNumEdit(),void u.show())}function i(e,t){v||(v=!0,d.ajax({url:"select",type:"post",data:{skuList:JSON.stringify(e)},success:function(e){200===e.code?t():m.show(e.message)},error:function(){m.show("网络异常")},complete:function(){v=!1}}))}function s(){var e,t=d(".shopping-cart-good .icon-cb-checked"),o=d(".shopping-cart-good .icon-checkbox");g.hasClass("icon-cb-checked")?(g.removeClass("icon-cb-checked").addClass("icon-checkbox"),e=!0):(g.removeClass("icon-checkbox").addClass("icon-cb-checked"),e=!1),e?t.each(function(e,t){d(t).removeClass("icon-cb-checked").addClass("icon-checkbox")}):o.each(function(e,t){d(t).removeClass("icon-checkbox").addClass("icon-cb-checked")}),window.location.href="/cart/index/index?cartType="+d("#cartType").val()}function r(e,t,o){var a={},s=d(".cart-content:not(.hide) .shopping-cart-good"),r=null,l=[];a.goods_type=t,a.selected=e?"N":"Y",s.each(function(e,t){r=d(t),a.product_sku=d(t).data("id"),a.hasPromotion=d(t).data("promotion"),a.buy_number=r.find(".count").eq(0).text().trim().replace("×",""),l.push(new n(a))}),i(l,o)}var l,d=e("jquery"),c=e("mlellipsis"),u=e("js/cart/chose-panel"),h=e("js/plugin/loading"),p=e("lazyload"),f=e("js/me/dialog"),m=e("js/plugin/tip"),g=d(".balance .checkbox"),v=!1;c.init(),p({try_again_css:"order-failure"}),setTimeout(function(){d(".shopping-cart-good .name").each(function(){this.mlellipsis(2)})},0),d(".cart-goods").on("touchstart",".checkbox",function(){var e=d(this),t=e.closest(".shopping-cart-good"),o=t.data("id"),a=t.data("promotion"),i=[],s={};return!e.hasClass("icon-cb-checked")&&e.siblings(".info").find(".low-stocks").length>0?(m.show("库存不足,无法购买"),!1):(s.goods_type=d("#cartType").val(),s.selected=e.hasClass("icon-cb-checked")?"N":"Y",s.product_sku=o,s.hasPromotion=a,s.buy_number=t.find(".count").eq(0).text().trim().replace("×",""),i.push(new n(s)),void d.ajax({type:"post",url:"select",data:{skuList:JSON.stringify(i)}}).then(function(t){200===t.code?(e.hasClass("icon-cb-checked")?e.removeClass("icon-cb-checked").addClass("icon-checkbox"):e.removeClass("icon-checkbox").addClass("icon-cb-checked"),window.location.href="/cart/index/index?cartType="+d("#cartType").val()):400===t.code&&m.show("网络异常")},function(){m.show("网络异常")}))}),d(".icon-edit").on("touchstart",function(e){var t,o,n,i,s,r=d(this),c=r.closest(".shopping-cart-good").data("skn");return r.parents(".off-shell-goods").length?(m.show("商品已下架"),!1):c===l?void u.show():(l=c,t=r.closest(".info").siblings(".checkbox"),o=r.closest(".deps").siblings(".few-tag"),n=r.closest(".shopping-cart-good").data("id"),i=r.data("count"),s=!o.hasClass("gift-tag")&&!o.hasClass("plus-tag"),e.stopPropagation(),h.showLoadingMask(),void d.ajax({url:"/cart/index/goodinfo",data:{skn:c,buy_num:i},success:function(e){a(e,n,t.hasClass("icon-cb-checked"),s)},error:function(){m.show("网络异常"),window.location.reload()},complete:function(){h.hideLoadingMask()}}))}),d(".icon-del").on("touchstart",function(e){var t=d(this);e.stopPropagation(),f.showDialog({dialogText:"您确定要从购物车中删除吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){var e=t.closest(".shopping-cart-good").data("id"),o=t.data("count");d.ajax({method:"post",url:"/cart/index/del",data:{sku:e,count:o}}).then(function(e){200===e.code?(f.showDialog({dialogText:"删除成功",autoHide:!0,fast:!0}),window.setCookie("_yoho-cart-refreshByDelete",!0),window.location.href="/cart/index/index?cartType="+d("#cartType").val()):m.show(e.message)},function(){m.show("网络异常"),window.location.reload()})})}),g.on("touchend",function(){var e=d("#cartType").val(),t=d(this).hasClass("icon-cb-checked");if("ordinary"===e){if(!t&&d(".common .low-stocks").length>0)return m.show("所选商品中含有库存不足的商品"),!1}else if("advance"===e&&!t&&d(".presell .low-stocks").length>0)return m.show("所选商品中含有库存不足的商品"),!1;r(t,e,s)}),d(".down").on("touchend",function(){u.show()})}),define("js/cart/gift-advance",["jquery","mlellipsis","lazyload","hammer"],function(e,t,o){function n(e,t){d.showLoadingMask(),a.get("/cart/index/giftinfo",{skn:e,promotionId:t}).then(function(e){return e?void c.show(e,function(){window.location.href="/cart/index/index?cartType="+h.cartType}):void l.show("网络错误")},function(){l.show("网络错误")}).always(function(){d.hideLoadingMask()})}var a=e("jquery"),i=e("mlellipsis"),s=e("lazyload"),r=e("hammer"),l=e("js/plugin/tip"),d=e("js/plugin/loading"),c=e("js/cart/chose-panel"),u=a(".gift-advance-page"),h=a.queryString();e("js/common"),s(a(".lazy")),i.init(),u.find(".chose").each(function(e,t){var o=new r(t);o.on("tap",function(e){var t=a(e.target),o=t.closest(".gift-advance-good").data("id"),i=t.closest(".advance-block").data("promotion-id");n(o,i)})}),setTimeout(function(){a(".gift-advance-good .name").each(function(){this.mlellipsis(2)})},0)}),define("js/cart/order-ensure",["jquery","lazyload","hammer"],function(e,t,o){function n(){var e,t=location.search.substr(1).split("&"),o=[],n={};for(e=0;e<t.length;e++)o=t[e].split("="),n[o[0]]=o[1],o=[];return n}function a(){return n().limitproductcode}function i(){var e=k("yohoCoin");m.showLoadingMask(),h.ajax({method:"POST",url:"/cart/index/orderCompute",data:{cartType:k("cartType")||"ordinary",deliveryId:k("deliveryId"),paymentTypeId:k("paymentTypeId"),couponCode:k("couponCode"),yohoCoin:e,skuList:a()?k("skuList"):void 0}}).then(function(e){"object"!==h.type(e)?window.location.reload():(void 0!==typeof e.last_order_amount&&(e.last_order_amount=(+e.last_order_amount).toFixed(2)),e.use_yoho_coin&&(b.find("em").html("- ¥ "+e.use_yoho_coin),C.html("已抵¥"+e.use_yoho_coin),b.find("em").show(),C.show()),u="",e.promotion_formula_list&&(h.each(e.promotion_formula_list,function(e,t){u+="<li><p>"+t.promotion+"</p><span>"+t.promotion_amount+"</span></li>"}),h(".price-cost span").html("¥"+e.last_order_amount),h(".bill span").html("¥"+e.last_order_amount),h(".total").html(u)))}).fail(function(){window.location.reload()}).always(function(){m.hideLoadingMask()})}function s(){var e=v.find('[name="invoice-title"]').val()||k("invoiceText"),t=h("#msg").find("input").val()||k("msg");if(d)return!1;if(k("invoice")){if(!e)return void f.show("请输入发票抬头");if(e.length>30)return void f.show("发票抬头不得超过30个汉字")}return t&&t.length>40?void f.show("留言不得超过40个汉字"):(m.showLoadingMask(),d=!0,void h.ajax({method:"POST",url:"/cart/index/orderSub",data:{addressId:k("addressId"),cartType:k("cartType")||"ordinary",deliveryId:k("deliveryId"),deliveryTimeId:k("deliveryTimeId"),invoiceText:k("invoice")?e:null,invoiceType:k("invoice")?v.find(".invoice-type").val()||k("invoiceType"):null,msg:t,paymentTypeId:k("paymentTypeId"),paymentType:k("paymentType"),couponCode:k("couponCode"),yohoCoin:k("yohoCoin"),skuList:a()?k("skuList"):void 0}}).then(function(e){var t;return e?void(200===e.code?(t=2===l?"/home/orderDetail?order_code="+e.data.order_code:"/home/orders/pay?order_code="+e.data.order_code,window.setCookie("order-info",""),window.location.href=t):e.message&&f.show(e.message)):void f.show("系统繁忙,请稍后再试!")}).fail(function(){f.show("系统繁忙,请稍后再试!")}).always(function(){d=!1,m.hideLoadingMask()}))}function r(e){return e.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2")}var l,d,c,u,h=e("jquery"),p=e("lazyload"),f=e("js/plugin/tip"),m=e("js/plugin/loading"),g=e("js/cart/order-info"),v=h(".invoice"),w=h(".coupon-use.used"),y=h(".address-wrap"),b=h(".coin-check"),C=h(".coin .used"),j=h(".sub-block"),x=h.queryString(),k=g.orderInfo;e("js/common"),p(),window.getUid()!==k("uid")&&(g.init(),window.location.reload()),w.data("name")!==k("couponName")&&(k("couponCode",null),k("couponName",null)),document.referrer&&-1!==document.referrer.indexOf("/cart/index/index")&&(k("couponCode",null),k("couponName",null)),a()&&function(){var e=[],t=n();t.type="limitcode",e.push(t),k("skuList",JSON.stringify(e)),k("limitUrlSufix",location.search)}(),(x.cartType||x.carttype||!k("cartType"))&&k("cartType",x.cartType||x.carttype||"ordinary"),h(".checkbox").on("touchstart",function(){var e=h(this);return e.hasClass("icon-cb-radio")?void e.removeClass("icon-cb-radio").addClass("icon-radio"):void(e.hasClass("icon-radio")&&e.removeClass("icon-radio").addClass("icon-cb-radio"))}),v.on("touchend",".checkbox",function(){var e=h(this);e.hasClass("icon-cb-radio")&&v.addClass("focus"),e.hasClass("icon-radio")&&v.removeClass("focus")}),k("addressId")||k("addressId",y.data("id")),h(".delivery-id").on("touchend","li",function(){k("deliveryId",h(this).data("id")),i()}),h(".payment-type").on("touchend","li",function(){k("paymentType",h(".icon-cb-radio",this).data("id"))}),h(".dispatch-time").on("touchend","li",function(){k("deliveryTimeId",h(this).data("id"))}),h(".coin").on("touchend",function(){var e=h(this);e.find(".checkbox").hasClass("icon-cb-radio")?(k("yohoCoin",e.data("yoho-coin")),e.find(".can-use").hide()):(k("yohoCoin",0),e.find(".coin-check em").hide(),e.find(".can-use").show(),e.find(".used").hide()),i()}),v.on("touchend",".checkbox",function(e){var t=h(this);k("invoice",t.hasClass("icon-cb-radio")),e.preventDefault(),e.stopPropagation()}),v.find('[name="invoice-title"]').on("blur",function(){k("invoiceText",h(this).val())}).end().find(".invoice-type").on("change",function(){k("invoiceType",h(this).val())}),h("#msg").find("textarea").on("blur",function(){k("msg",h(this).val())}),h(".pay-mode").on("click","li",function(){var e=h(this);k("paymentTypeId",e.data("pay-id")),k("paymentType",e.data("pay-type")),l=e.data("pay-type")}),h("form").on("submit",function(){return!1}),h(".dispatch").on("touchend","h3",function(){h(this).siblings("ul").is(":hidden")?(h(".dispatch h3").removeClass("border-none"),h(this).addClass("border-none"),h(".down").removeClass("hide"),h(".up").addClass("hide"),h(".up",this).removeClass("hide"),h(".down",this).addClass("hide"),h(".dispatch ul").hide(),h(this).siblings("ul").show()):(h(this).removeClass("border-none"),h(".down",this).removeClass("hide"),h(".up",this).addClass("hide"),h(this).siblings("ul").hide())}),j.on("touchstart","li",function(){h.each(h(this).parents("ul").find("i"),function(){h(this).parents("ul").find("i").removeClass("icon-cb-radio").addClass("icon-radio")}),h(this).parents("ul").hide(),h(".down").removeClass("hide"),h(".up").addClass("hide"),h(".dispatch h3").removeClass("border-none"),c=h(this).find("span").html(),h(this).parents(".sub-block").find("h3 span").html(c),h(this).find("i").hasClass("icon-cb-radio")?h(this).find("i").addClass("icon-radio"):h(this).find("i").hasClass("icon-radio")&&h(this).find("i").addClass("icon-cb-radio")}),h(".bill a").on("touchstart",function(){k("paymentTypeId",h(".delivery-id .icon-cb-radio").data("id")),k("paymentType",h(".payment-type .icon-cb-radio").data("id")),l=h(".payment-type .icon-cb-radio").data("id"),s()}),h(".info-phone").html(r(h(".info-phone").html())),k("address")&&"N"===k("address").is_support&&(k("deliveryId",h(".delivery-id .icon-cb-radio").data("id")),i())}),define("js/cart/order-info",["jquery","hammer"],function(e,t,o){function n(){i={uid:window.getUid(),deliveryId:a(".dispatch-mode .chosed").data("id")||1,deliveryTimeId:1,paymentTypeId:1,yohoCoin:0,addressId:null,couponCode:null,couponName:null,invoice:null,invoiceText:null,invoiceType:null,msg:null,cartType:"ordinary"},window.setCookie("order-info",JSON.stringify(i))}var a=e("jquery"),i=window.cookie("order-info");e("js/common");try{i=JSON.parse(i)}catch(s){n()}t.init=n,t.orderInfo=function(e,t){return void 0===t?i[e]:(i[e]=t,void window.setCookie("order-info",JSON.stringify(i)))}}),define("js/cart/select-coupon",["jquery","handlebars","source-map","hammer","mlellipsis"],function(e,t,o){function n(){var e=r(".null"),t=r(".nav-title").height(),o=e.height();return 0===e.length?!1:void e.css({top:w/2-o/2+t})}function a(e){var t,o;return r.isArray(e)?(r(".coupon-wrap").html(r("#tmpl-no-coupon").html()),void n()):(t=e.notAvailableCoupons,o=e.coupons,r.each(o,function(e,t){t.couponValue=Math.floor(t.couponValue)}),r.each(t,function(e,t){t.couponValue=Math.floor(t.couponValue)}),v.append(f({coupons:o})).find(".employ-main").each(function(e,t){var o=new d(t);o.on("tap",function(e){var t=r(e.srcEvent.currentTarget),o=t.data("coupon-code");r.ajax({method:"POST",url:"/cart/index/couponSearch",data:{couponCode:o}}).then(function(e){200===e.code?(p("couponCode",e.data.coupon_code),p("couponName",e.data.coupon_title),window.location.href="/cart/index/orderEnsure"):e.message&&h.show(e.message)}).fail(function(){h.show("网络错误")})})}),t.length&&r(".not-avaliable-coupon-line").show(),r("#coupon-list-not").append(m({notAvailableCoupons:t})),void window.rePosFooter())}function i(){s||(u.showLoadingMask(),s=!0,r.ajax({type:"GET",url:"/cart/index/couponList",dataType:"json"}).then(a).fail(function(){}).always(function(){s=!1,u.hideLoadingMask()}))}var s,r=e("jquery"),l=e("handlebars"),d=e("hammer"),c=e("mlellipsis"),u=e("js/plugin/loading"),h=e("js/plugin/tip"),p=e("js/cart/order-info").orderInfo,f=l.compile(r("#tmpl-coupon").html()),m=l.compile(r("#tmpl-coupon-not-avaliable").html()),g=r("#new-coupon"),v=r("#coupon-list"),w=r(window).height();e("js/common"),c.init(),g.on("submit",function(){var e=r(this);return e.find('[name="couponCode"]').val()?(r.ajax({method:"POST",url:"/cart/index/couponSearch",data:e.serialize()}).then(function(e){e.message&&h.show(e.message),200===e.code&&(h.show("优惠券可用"),p("couponCode",e.data.coupon_code),p("couponName",e.data.coupon_title),window.location.href="/cart/index/orderEnsure")}).fail(function(){h.show("网络错误")}),!1):(h.show("请输入优惠券码"),!1)}),v.on("touchstart",".employ-main",function(){var e=r(this);e.siblings().removeClass("focus"),e.addClass("focus")}).on("touchend touchcancel",".employ-main",function(){var e=r(this);e.siblings().removeClass("focus"),e.removeClass("focus")}),r("body").on("touchend",".not-use",function(){p("couponCode",null),p("couponName",null)}),g.find("input").on("input",function(){""!==r(this).val()?g.find(".submit").css("background","#444"):g.find(".submit").css("background","#b0b0b0")}),i()}),define("js/cart/select-address",["jquery","hammer"],function(e,t,o){var n,a=e("jquery"),i=e("js/cart/order-info").orderInfo,s=a(".confim-mask");e("js/common"),a(".address-item").on("touchend",function(){var e=a(this),t=e.data("address-id"),o={address_id:e.data("address-id"),consignee:e.find(".name").text(),mobile:e.find(".tel").text(),address_info:e.find(".address-info").text(),is_support:e.data("is-support")};i("addressId",t),i("address",o),window.location.href=e.data("href")+(i("limitUrlSufix")||"")}).on("touchend",".edit",function(){return window.location.href=a(this).data("href"),!1}).on("touchstart",".del",function(){n=a(this).data("id")}),s.on("touchend",".confim",function(){i("addressId")===n&&(i("addressId",null),i("address",null))})}); \ No newline at end of file +define("index",["jquery","hammer","swiper","lazyload","mlellipsis","iscroll-probe","handlebars","source-map","index"],function(e,t,o){var n;e("js/common"),e("js/category/entry"),e("js/guang/entry"),e("js/home/entry"),e("js/index/entry"),e("js/passport/entry"),e("js/product/entry"),e("js/me/entry"),e("js/cart/entry"),o.exports=n}),define("js/common",["jquery","hammer"],function(e,t,o){function n(e){var t,o,n=document.cookie;return document.cookie&&""!==document.cookie&&(o=n.indexOf(e+"="),o>-1&&(o+=e.length+1,t=decodeURIComponent(h.trim(n.substring(o,n.indexOf(";",o)))))),t}function a(e,t,o){var n,a,i,s,r="";"undefined"!=typeof t&&(o=o||{},null===t&&(t="",o.expires=-1),o.expires&&("number"==typeof o.expires||o.expires.toUTCString)&&("number"==typeof o.expires?(s=new Date,s.setTime(s.getTime()+24*o.expires*60*60*1e3)):s=o.expires,r="; expires="+s.toUTCString()),n=o.path?"; path="+o.path:"",a=o.domain?"; domain="+o.domain:"",i=o.secure?"; secure":"",document.cookie=[e,"=",encodeURIComponent(t),r,n,a,i].join(""))}function i(){var e=!!navigator.cookieEnabled;return"undefined"!=typeof navigator.cookieEnabled||e||(document.cookie="testcookie",e=-1!==document.cookie.indexOf("testcookie")),e}function s(){var e,t=n("_UID");return"undefined"==typeof t?0:(e=t.split("::"),"undefined"==typeof e||e.length<4?0:e)}function r(){var e=s();return 0===e?0:e[1]}function l(){var e=n("_g");return"undefined"==typeof e?"":JSON.parse(e).k}function d(){var e;0!==f.length&&(e=Math.min(h(window).height(),window.screen.availHeight),h("body").height()<=e-parseInt(f.css("height"),0)?f.addClass("bottom"):f.removeClass("bottom"))}function c(e){var t=h(e).outerHeight();e&&f.css("margin-bottom",t+"px")}function u(e){return e.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2")}var h=e("jquery"),p=e("hammer"),f=h("#yoho-footer"),m=h(".yoho-page"),g=h(".yoho-header");!function(){var e,t=f.children(".op-row"),o=h(".back-to-top"),n=s();d(),0===n?t.prepend('<a href="http://m.yohobuy.com/signin.html?refer='+location.href+'">登录</a><span class="sep-line">|</span><a href="http://m.yohobuy.com/reg.html">注册</a>'):t.prepend('<span>Hi,</span><a class="user-name" href="http://m.yohobuy.com/home?tmp='+Math.random()+'">'+n[0]+'</a><a href="http://m.yohobuy.com/passport/signout/index">退出</a>'),o.length>0&&(e=new p(o[0]),e.on("tap",function(e){return h(window).scrollTop(0),e.srcEvent.preventDefault(),!1})),f.removeClass("hide")}(),function(e,t,o,n,a){var i=t.createElement(o),s=t.getElementsByTagName(o)[0];e.YohoAcquisitionObject=a,e[a]=function(){e[a].p=arguments},i.async=1,i.src=n,s.parentNode.insertBefore(i,s)}(window,document,"script","http://cdn.yoho.cn/yas-jssdk/1.0.14/yas.js","_yas"),function(){var e=r();e=0===e?"":e,window._ozuid=e,window._yas&&window._yas(1*new Date,"1.0.14","yohobuy_m",e,"","")}(),g.on("touchstart","a",function(){g.find("a").removeClass("highlight"),h(this).addClass("highlight")}).on("touchend touchcancel","a",function(){h(this).removeClass("highlight")}),m.on("touchstart",".tap-hightlight",function(){h(this).siblings(".tap-hightlight").removeClass("highlight"),h(this).addClass("highlight")}).on("touchend touchcancel",".tap-hightlight",function(){h(this).removeClass("highlight")}),h(".nav-home").on("touchstart",function(){h(".homebuttom").toggleClass("hide")}),function(){var e,t,o=0,n="webkit moz ms o".split(" "),a=window.requestAnimationFrame,i=window.cancelAnimationFrame;for(t=0;t<n.length&&(!a||!i);t++)e=n[t],a=a||window[e+"RequestAnimationFrame"],i=i||window[e+"CancelAnimationFrame"]||window[e+"CancelRequestAnimationFrame"];a&&i||(a=function(e,t){var n=(new Date).getTime(),a=Math.max(0,16-(n-o)),i=window.setTimeout(function(){e(n+a)},a);return o=n+a,i},i=function(e){window.clearTimeout(e)}),window.requestAnimationFrame=a,window.cancelAnimationFrame=i}(),h.extend({queryString:function(){var e,t,o=[],n=window.location.href.slice(window.location.href.indexOf("?")+1).split("&");for(t=0;t<n.length;t++)e=n[t].split("="),o.push(e[0]),o[e[0]]=e[1];return o}}),11===f.find(".user-name").text().length&&f.find(".user-name").html(u(f.find(".user-name").text())),window.cookie=n,window.setCookie=a,window.isCookiesEnabled=i,window.getUser=s,window.getUid=r,window.getShoppingKey=l,window.rePosFooter=d,window.reMarginFooter=c}),define("js/category/entry",["jquery","hammer","swiper","lazyload","index"],function(e,t,o){e("js/category/index"),e("js/category/brand")}),define("js/category/index",["jquery"],function(e,t,o){var n=e("jquery"),a=n(".category-nav"),i=n(".category-container"),s=i.children(".content"),r=i.find(".sub-level li"),l=i.find(".primary-level li"),d=s.not(".hide");!function(){var e=n(".yoho-header"),t=n("#search-input"),o=n(window).height()-e.outerHeight()-t.outerHeight()-a.outerHeight();i.css("min-height",o),s.height(o)}(),n("#search-input").focus(function(){n(this).blur()}),a.bind("contextmenu",function(e){return!1}),n(".category-container").bind("contextmenu",function(e){return!1}),a.on("touchend touchcancel",function(e){var t=n(e.target).closest("li"),o=t.index();t.hasClass("focus")||(a.find("li.focus").removeClass("focus"),t.addClass("focus"),d.addClass("hide"),d=s.eq(o).removeClass("hide"))}),i.on("touchend",function(e){var t,o,a,i=n(e.target);if(o=i.closest(".p-level-item"),o.length>0){if(a=o.index(),t=i.closest(".content").find(".sub-level"),i.hasClass("focus"))return;i.closest(".primary-level").children(".focus").removeClass("focus"),i.addClass("focus"),t.not(".hide").addClass("hide"),t.eq(a).removeClass("hide")}}),i.find(".primary-level").on("touchstart touchend touchcancel","li",function(){l.removeClass("highlight"),n(this).addClass("highlight")}).on("touchend touchcancel","li",function(){n(this).removeClass("highlight")}),i.find(".sub-level").on("touchstart","li",function(){r.removeClass("highlight"),n(this).addClass("highlight")}).on("touchend touchcancel","li",function(){n(this).removeClass("highlight")}),a.on("touchstart","li",function(){a.find("li").removeClass("bytouch"),n(this).addClass("bytouch")}).on("touchend touchcancel","li",function(){a.find("li").removeClass("bytouch")})}),define("js/category/brand",["jquery","hammer","swiper","lazyload","index"],function(e,t,o){function n(){var e=p(window).scrollTop();w.eq(0).offset().top<d&&r.hide(),w.each(function(){var t=p(this).offset().top-k;e>=t&&r.css({display:"block"}).find("h2").html(p(this).find(".title-bar").text())})}function a(){var e=p(".brand-list").find("p");e.on("touchstart",function(){e.css("background","#fff"),p(this).css("background","#eee")}).on("touchend touchcancel",function(){p(this).css("background","#fff")})}function i(){var e=(u.val()+"").toLowerCase(),t={},o=0,n="";""!==e&&(p.each(c,function(o,n){p.isArray(n)&&p.each(n,function(n,a){a.name.toLowerCase().indexOf(e)>-1&&(t[o]=t[o]||[],t[o].push(a))})}),p.each(t,function(e,t){var a=['<div class="brand-list bar-',o,'">'];o++,a.push('<div class="title-bar"><h2>'),a.push(e),a.push("</h2></div>"),p.each(t,function(e,t){a.push('<p><a href="'+t.url+'">'+t.name),t.isNew&&a.push('<i class="icon-new">NEW</i>'),t.isHot&&a.push('<i class="icon-hot">HOT</i>'),a.push("</a></p>")}),a.push("</div>"),n+=a.join("")})),p(".search-result").html(n),a()}var s,r,l,d,c,u,h,p=e("jquery"),f=e("hammer"),m=e("swiper"),g=e("js/plugin/loading"),v=e("lazyload"),w=p(".brand-list"),y=p(".search-icon"),b=p(".genderNav li"),C=p(".search-action"),j=p(".newbrand-search").outerHeight(),x=p(".yoho-header").outerHeight(),k=parseInt(j)+parseInt(x)-1;g.showLoadingMask(),v(p("img.lazy")),p(".yoho-header").css({"z-index":2,position:"fixed",top:0}),function(){p(".banner-top").length>0&&p(".hot-brands").css("padding-top","0"),p(".hide-when-loading").show(),g.hideLoadingMask(),s=new m(".swiper-container",{lazyLoading:!0,loop:!0,autoplay:3e3,pagination:".swiper-pagination .pagination-inner"}),l=new m(".brands-swiper",{grabCursor:!0,slidesPerView:"auto",wrapperClass:"brands-list",slideElement:"li"})}(),r=p('<div class="title-bar fixed-title-bar"><h2></h2></div>'),r.css({position:"fixed",top:k}).hide(),d=k+p(".hot-brands").outerHeight()+p(".banner-top").outerHeight(),w.last().append(r),p(window).scroll(function(){window.requestAnimationFrame(n)}),a(),p(".brand-search-page").length&&(c=p.parseJSON(p("#brands-data").html()),u=p("#keyword"),u.on("input",function(){u.val().length?(y.css("color","#444"),C.show().find(".clear-text").show()):(y.css("color","#b2b2b2"),C.find(".clear-text").hide()),i()}).focus(),y.css("color","#444"),u.closest(".search-box").css("width","11.25rem"),C.show().find(".clear-text").hide(),h=new f(p(".clear-text")[0]),h.on("tap",function(e){p(".search-result").html(""),p("#keyword").val("").trigger("input"),e.preventDefault(),e.srcEvent.stopPropagation()}),p("form.search-box").on("submit",function(){return!1})),b.length>0&&b.on("touchstart",function(){function e(){window.location.search="channel="+t}var t=p(this).data("id")+1;p(".genderNav ul .active").removeClass("active"),p(this).addClass("active"),p(".hide-when-loading").hide(),g.showLoadingMask(),setTimeout(e.bind(this),100)})}),define("js/plugin/loading",["jquery"],function(e,t,o){function n(e){var t='<div class="loading-mask hide"><div class="loading"><div></div><div></div><div></div></div></div>';d=!0,void 0===e&&(e=l),e.append(t),s=e.children(".loading-mask")}function a(){d||(n(),d=!0),s.removeClass("hide")}function i(){s.addClass("hide")}var s,r=e("jquery"),l=r(".yoho-page"),d=!1;t.init=n,t.showLoadingMask=a,t.hideLoadingMask=i}),define("js/guang/entry",["jquery","lazyload","swiper","hammer","mlellipsis","iscroll-probe","index"],function(e,t,o){e("js/guang/plus-star/list"),e("js/guang/plus-star/detail"),e("js/guang/home"),e("js/guang/list"),e("js/guang/detail"),e("js/guang/star-classroom"),e("js/guang/calendar"),e("js/guang/collocation-list"),e("js/guang/check-top")}),define("js/guang/plus-star/list",["jquery","lazyload","swiper","index"],function(e,t,o){var n,a=e("jquery"),i=e("lazyload"),s=e("swiper"),r=a("#nav-tab > li"),l=a("#ps-content > .content");i(a("img.lazy")),n=new s(".swiper-container",{lazyLoading:!0,pagination:".swiper-pagination"}),a("#nav-tab").bind("contextmenu",function(e){return!1}),a("#nav-tab").on("touchend touchcancel",function(e){var t=a(e.target).closest("li");t.hasClass("focus")||(r.toggleClass("focus"),l.toggleClass("hide"),a(document).trigger("scroll"))}),a("#nav-tab").on("touchstart",function(e){var t=e.target||e.srcElement;t.className="bytouch "+t.className}).on("touchend touchcancel",function(){r.removeClass("bytouch")})}),define("js/guang/plus-star/detail",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){var n,a,i,s,r=e("jquery"),l=e("hammer"),d=e("mlellipsis"),c=e("lazyload"),u=r("#intro"),h=r("#intro-more-txt"),p=r("#related-infos-container"),f=e("js/guang/info"),m=e("js/plugin/tip"),g=r("#brand-info").data("id"),v=r("#jump-to-app").val();e("js/plugin/wx-share"),d.init(),c(r("img.lazy")),u[0].mlellipsis(3),setTimeout(function(){n=u.text(),a=u.attr("title")}),f.initInfosEvt(p),i=new l(document.getElementById("more-intro")),i.on("tap",function(e){var t=r(e.target).closest("#more-intro");t.toggleClass("spread"),t.hasClass("spread")?(u.text(a),h.text("收起")):(u.text(n),h.text("more"),r(window).scrollTop(0,400)),e.preventDefault()}),s=new l(document.getElementById("brand-like")),s.on("tap",function(e){var t="ok",o=r(e.target);"1"!==v&&(e.preventDefault(),o.hasClass("like")&&(t="cancel"),r.ajax({type:"POST",url:"/guang/opt/favoriteBrand",data:{id:g,opt:t},success:function(e){200===e.code?(o.toggleClass("like"),m.show(e.message)):400===e.code||412===e.code?location.href=e.data:m.show(e.message)},error:function(){m.show("网络断开连接了~")}}))})}),define("js/guang/info",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){function n(e){void 0!==typeof e&&(y[e]=new u(".swiper-cont-"+e,{lazyLoading:!0,wrapperClass:"swiper-wrap-"+e,pagination:".swiper-pagi-"+e,autoplay:3e3}))}function a(e){c(e.find("img.lazy")),e.each(function(){var e=r(this),t=e.find(".info-title"),o=e.find(".info-text");t[0].mlellipsis(2),o[0].mlellipsis(2)})}function i(e){var t;"undefined"!=typeof e&&(t=new l(e[0]),t.on("tap",function(e){var t,o,n=r(e.target),a="ok";return t=n.closest(".like-btn"),t.length>0&&!b?(e.preventDefault(),t.hasClass("like")&&(a="cancel"),o=n.closest(".guang-info"),b=!0,void r.ajax({type:"POST",url:"/guang/opt/praiseArticle",data:{id:o.data("id"),opt:a},success:function(e){var o=e.code;200===o&&(t.next(".like-count").text(e.data),t.toggleClass("like"))},error:function(){h.show("网络断开连接了~")},complete:function(){b=!1}})):(t=n.closest(".collect-btn"),void(t.length>0&&(e.preventDefault(),t.hasClass("collected")&&(a="cancel"),o=n.closest(".guang-info"),r.ajax({type:"POST",url:"/guang/opt/collectArticle",data:{id:o.data("id"),opt:a},success:function(e){e.code&&200===e.code&&t.toggleClass("collected")},error:function(){h.show("网络断开连接了~")}}))))}),a(e.find(".guang-info")))}function s(e,t,o){var i;w||t.end||(1===t.page&&p.showLoadingMask(),i=e.find(".guang-info").length,w=!0,r.ajax({type:"GET",url:o?o:"/guang/index/page",data:t,success:function(o){var s;return" "===o?(t.end=!0,w=!1,m.addClass("hide"),void g.removeClass("hide")):(e.append(o),v=e.find(".swiper-container"),v.length&&(v.addClass("swiper-cont-"+t.type),v.children(".swiper-wrapper").addClass("swiper-wrap-"+t.type),v.children(".swiper-pagination").addClass("swiper-pagi-"+t.type),n(t.type)),s=i>0?e.find(".guang-info:gt("+(i-1)+")"):e.find(".guang-info"),a(s),1===t.page&&(p.hideLoadingMask(),m.removeClass("hide"),window.rePosFooter()),t.page++,w=!1,void delete t.isTab)},error:function(){h.show("网络断开连接了~"),w=!1,delete t.isTab}}))}var r=e("jquery"),l=e("hammer"),d=e("mlellipsis"),c=e("lazyload"),u=e("swiper"),h=e("js/plugin/tip"),p=e("js/plugin/loading"),f=r("#load-more-info"),m=r(""),g=r(""),v=r(""),w=!1,y={},b=!1;d.init(),f.length>0&&(m=f.children(".loading"),g=f.children(".no-more")),t.mySwiper=y,t.initSwiper=n,t.initInfosEvt=i,t.setLazyLoadAndMellipsis=a,t.loadMore=s}),define("js/plugin/tip",["jquery"],function(e,t,o){function n(e,t){var o,n;"undefined"!=typeof e&&(o=e.toString(),n=t&&t>0?t:2e3,a.text(o).show(),i=setTimeout(function(){"block"===a.css("display")&&a.hide()},n))}var a,i,s=e("jquery");!function(){var e='<div id="yoho-tip" class="yoho-tip"></div>';s(".yoho-page").append(e),a=s("#yoho-tip"),a.on("touchend",function(){a.hide(),clearTimeout(i)})}(),t.show=n}),define("js/plugin/wx-share",["jquery"],function(e,t,o){var n=e("jquery");o.exports=function(){var e="http://www.yohoshow.com/api/wechat/getSignPackage";n.getJSON(e+"?pageurl="+encodeURIComponent(location.href.split("#")[0])+"&callback=?",function(e){var t,o,n,a;void 0!==e&&""!==e&&(t=e.appId.toString(),o=e.timestamp,n=e.nonceStr.toString(),a=e.signature.toString(),wx.config({debug:!1,appId:t,timestamp:o,nonceStr:n,signature:a,jsApiList:["checkJsApi","onMenuShareTimeline","onMenuShareAppMessage","onMenuShareQQ","onMenuShareWeibo","hideMenuItems","showMenuItems","hideAllNonBaseMenuItem","showAllNonBaseMenuItem","translateVoice","startRecord","stopRecord","onRecordEnd","playVoice","pauseVoice","stopVoice","uploadVoice","downloadVoice","chooseImage","previewImage","uploadImage","downloadImage","getNetworkType","openLocation","getLocation","hideOptionMenu","showOptionMenu","closeWindow","scanQRCode","chooseWXPay","openProductSpecificView","addCard","chooseCard","openCard"]}))}),wx.ready(function(){var e=n("#shareTitle").val(),t=n("#shareImg").val(),o=n("#shareDesc").val(),a=n("#shareLink").val(),i={title:e,desc:o,imgUrl:t,link:a};wx.onMenuShareAppMessage(i),wx.onMenuShareTimeline(i),wx.onMenuShareQQ(i),wx.onMenuShareWeibo(i)})}}),define("js/guang/home",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){function n(){var e=h.not(".hide");a(window).scrollTop()+c>=a(document).height()-.25*e.height()&&s(e,g[m])}var a=e("jquery"),i=e("js/guang/info"),s=i.loadMore,r=a("#load-more-info"),l=a(""),d=a(""),c=a(window).height(),u=a("#info-list"),h=u.children(".info-list"),p=a("#guang-nav"),f=p.children(".focus"),m=f.data("type"),g={};r.length>0&&(l=r.children(".loading"),d=r.children(".no-more")),i.initSwiper(m),i.initInfosEvt(u),function(){var e=a("#gender").val();p.children(".guang-nav-item").each(function(){var t=a(this).data("type"),o=a(this).hasClass("focus");g[t]={page:o?2:1,gender:e,type:t,end:!1}})}(),p.bind("contextmenu",function(e){return!1}),p.on("touchend touchcancel",function(e){var t,o,n=a(e.target).closest(".guang-nav-item");n.hasClass("focus")||(o=n.index(),n.addClass("focus"),f.removeClass("focus"),t=h.eq(o),f=n,m=n.data("type"),1===g[m].page?(l.addClass("hide"),d.addClass("hide"),g[m].isTab=!0,s(t,g[m])):g[m].end?(l.addClass("hide"),d.removeClass("hide")):(l.removeClass("hide"),d.addClass("hide")),h.not(".hide").addClass("hide"),t.removeClass("hide"),1===g[m].page&&window.rePosFooter())}),a(document).scroll(function(){window.requestAnimationFrame(n)}),p.on("touchstart",function(e){var t=e.target||e.srcElement;t.className="bytouch "+t.className}).on("touchend touchcancel",function(){p.find("li").removeClass("bytouch")})}),define("js/guang/list",["jquery","hammer","mlellipsis","lazyload","swiper","index"],function(e,t,o){function n(){a(window).scrollTop()+r>=a(document).height()-.25*p.height()&&s(p,h)}var a=e("jquery"),i=e("js/guang/info"),s=i.loadMore,r=a(window).height(),l=a("#author-infos"),d=a("#tag"),c=a("#gender"),u=a("#isApp"),h={page:2,end:!1},p=a("#info-list");i.initInfosEvt(p),l.length>0&&a.extend(h,{authorId:l.data("id"),isApp:u.val()}),d.length>0&&a.extend(h,{tag:d.val(),gender:c.val(),isApp:u.val()}),a(window).scroll(function(){window.requestAnimationFrame(n)})}),define("js/guang/detail",["jquery","mlellipsis","lazyload","iscroll-probe"],function(e,t,o){function n(e){var t=e.offset().left,o=-C+t+y/2+"px";r.css({backgroundPosition:o+" bottom"}),v&&b.css({backgroundPosition:o+" bottom"})}function a(e){var t,o,a,i=h(e.currentTarget),p=i.index();i.hasClass("focus")||(l.filter(".focus").removeClass("focus"),v&&(t=i.closest(".fixed-thumb-container").length>0?r:b,o=t.find(".thumb").eq(p),b.find(".thumb.focus").removeClass("focus"),o.addClass("focus")),i.addClass("focus"),n(i),d.not(".hide").addClass("hide"),a=d.eq(p),a.removeClass("hide"),f(a.find(".lazy")),v?u&&u.scrollToElement(c,400):h("body").animate({scrollTop:s.offset().top},400),u&&u.refresh())}function i(){var e,t,o,n,a,i=h("#scroller"),l=h(".yoho-header"),d=0;return l.length>0&&(d=l.outerHeight()),u=new m("#wrapper",{probeType:3,mouseWheel:!0,click:!0}),document.addEventListener("touchmove",function(e){e.preventDefault()},!1),w?(e=h(window).height()-d,a=b[0],t=r.outerHeight(),o=s.outerHeight(),n=s.offset().top-d,void u.on("scroll",function(){var s=-this.y,r=a.className;n-e+t>=s?-1===r.indexOf("fixed-bottom")&&b.addClass("fixed-bottom").removeClass("hide"):n>=s?-1===r.indexOf("hide")&&b.addClass("hide").removeClass("fixed-bottom fixed-top"):n+o-t>=s?-1===r.indexOf("fixed-top")&&b.addClass("fixed-top").removeClass("hide absolute").css("top",""):n+o>=s?(-1===r.indexOf("absolute")&&b.addClass("absolute").removeClass("fixed-top hide"),a.style.top=n+d+o-t-s+"px"):s>n+o&&-1===r.indexOf("hide")&&b.addClass("hide").removeClass("absolute"),i.trigger("scroll")})):void u.on("scroll",function(){i.trigger("scroll")})}var s,r,l,d,c,u,h=e("jquery"),p=e("mlellipsis"),f=e("lazyload"),m=e("iscroll-probe"),g=h(".author .intro"),v=!1,w=h(".collocation-block").length>0,y=0,b=h(""),c=document.querySelector("#wrapper .collocation-block"),C=h(window).width();e("js/plugin/wx-share")(),window.onload=function(){u&&u.refresh()},t.i=function(e){var t=navigator.userAgent.indexOf("iPhone")>0;v=t&&e,p.init(),f(h(".lazy")),h(".info-list .title, .one-good .reco-name").each(function(){this.mlellipsis(2)}),g.offset()&&parseInt(g.offset().left,10)===parseInt(g.css("margin-left"),10)&&g.css("padding-top",0),v&&(h(".yoho-header").length>0?h("#wrapper").addClass("ios has-head"):h("#wrapper").addClass("ios")),w&&(s=h(".collocation-block"),r=s.children(".thumb-container"),l=r.find("li"),d=s.find(".prod"),y=l.width(),v&&(b=h("#wrapper").after(r.clone().addClass("fixed-thumb-container fixed-bottom")).next(".thumb-container"),f(b.find(".lazy"),{event:"sporty"})),n(l.filter(".focus")),r.delegate(".thumb","touchend",a),v&&b.delegate(".thumb","touchend",a)),v&&i()}}),define("js/guang/star-classroom",["jquery","swiper","lazyload","index"],function(e,t,o){function n(e){var t,o=new Image;t=e.data("avatar"),o.src=t,o.onload=function(){e.css("background-image","url("+t+")")}}function a(e){var t,o,a=d(".fan-charts-cont"),i=d(".my-intimacy"),s=d(".increased"),r=e.signDay.split(","),l="",c="",h=new Date,p=h.getFullYear(),f=h.getMonth(),m=u.calculateMonthDays(f,p);if(r.length>0)for(t=0;m>t;t++)for(o=0;o<r.length;o++)t===parseInt(r[o])&&d(".now-days").eq(t-1).addClass("sign-item");for(t=0;t<e.fanCharts.length;t++)c=0===t?"font-bold":"",l+='<li><i class="rank-ico">'+e.fanCharts[t].num+'</i><span data-avatar="'+e.fanCharts[t].img+'" class="rank-avatar"></span><span class="fans-name">'+e.fanCharts[t].name+'</span><div class="fans-intimacy">亲密度<span class="'+c+'">'+e.fanCharts[t].intimacyNum+"</span></div></li>";a.html(l),d(".fan-charts-cont .rank-avatar").each(function(e,t){""!==d(t).attr("data-avatar")&&n(d(t))}),i.find("span").html(e.todayIntimacy),s.find("span").html(e.todayIntimacy),0===e.intimacyNum?(d(".my-intimacy").hide(),d(".increased").show()):(d(".my-intimacy").show(),d(".increased").hide()),d(".pop-intimacy").css({zIndex:"10"}).show(),d(".classroom-mask").css({zIndex:"9"}).show(),d("body").css({overflow:"hidden"})}function i(e,t){return t+=/^[\u0000-\u00ff]$/.test(e)?1:2}function s(){var e,t,o=d(".home-floor-sign").find(".user-name"),n=o.html(),a=n.length,s=0,r="";for(e=0;a>e;e++)t=n.charAt(e),s=i(t,s),5>s&&(r+=t);s>8?r+=".."+n.charAt(a-1):r=n,o.html(r)}var r,l,d=e("jquery"),c=e("swiper"),u=e("js/guang/calendar"),h=e("lazyload"),p=e("js/plugin/tip");h(d("img.lazy")),d("body").addClass("star-class-body"),d(".banner-swiper").find("li").length>1&&(r=new c(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".banner-top .pagination-inner"})),d(".collocation-swiper").find("li").length>1&&(l=new c(".collocation-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,lazyLoadingOnTransitionStart:!0,grabCursor:!0,slidesPerView:"auto",slideElement:"li",watchSlidesVisibility:!0})),d(".artice-zan").find("li").length>0&&d(".zan-more").show(),d(".home-floor-sign").length>0&&s(),d(document).on("touchstart",".like-ico",function(e){var t=d(this),o="";e.stopPropagation(),d.ajax({type:"POST",url:"/guang/starclass/setPraise",data:{articleId:t.parents("li").attr("articleId")},success:function(e){var n=e.code;200===n&&(t.hasClass("like")?t.removeClass("like"):t.addClass("like"),o=e.num>99?"+":"",t.parent().find(".zan-more").html(e.num+o))},error:function(){p.show("网络断开连接了~")}})}),d(".add-intimacy").on("touchstart",function(e){e.stopPropagation(),e.preventDefault(),d.ajax({type:"GET",url:"/guang/starclass/sign",success:function(e){var t=e.code;200===t&&a(e.data),201===t&&(d("#intimacy-link").length<=0&&d("body").append("<a href='"+e.data+'\' style="display:none;" id="intimacy-link"><span class="intimacy-link"></span></a>'),d(".intimacy-link").click())},error:function(){p.show("网络断开连接了~")}})}),d(".pop-intimacy .pop-close, .classroom-mask").on("click",function(){history.go(0)}),""!==d(".user-head").attr("data-avatar")&&n(d(".user-head"))}),define("js/guang/calendar",["jquery"],function(e,t,o){var n=e("jquery"),a={currentYear:0,currentMonth:0,initialize:function(){var e;e=this.createCalendar(0,0),n("#Container").append(e)},isRuiYear:function(e){return 0===e%4&&(e%100!==0||e%400===0)},calculateWeek:function(e,t,o){var n,a,i;return n="7123456".split(""),a=parseInt(o,10),i=n[new Date(e,t-1,a).getDay()]},calculateMonthDays:function(e,t){var o,n=0;return 0===e||1===e||3===e||5===e||7===e||8===e||10===e||12===e?n=31:2===e?(o=this.isRuiYear(t),n=o===!0?29:28):n=30,n},createCalendar:function(e,t){var o,a,i,s,r,l,d,c,u,h=["January","February","March","April","May","June","July","August","September","October","November","December"];if(o=n('<div class="day-item"></div>'),a=new Date,i=0===e?a.getFullYear():e,this.currentYear=i,s=0===t?a.getMonth()+1:t,this.currentMonth=s,r=this.calculateMonthDays(s,i),window.nowDaysNub=r,n(".cur-year").html(i),n(".cur-month").html(h[s-1]),l=parseInt(this.calculateWeek(i,s,1)),d=this.calculateMonthDays(s-1,i),0!==l)for(c=d-l;d>c;c++)o.append('<div class="item last-item">'+(c+1)+"</div>");for(c=1;r>=c;c++)o.append('<div class="item now-days">'+c+"</div>");if(u=l+r,41>u)for(c=0;41-u>=c;c++)o.append('<div class="item last-item">'+(c+1)+"</div>");return o}};n(document).ready(function(){a.initialize()}),t.calculateMonthDays=a.calculateMonthDays}),define("js/guang/collocation-list",["jquery","lazyload","mlellipsis"],function(e,t,o){function n(e){var t,o,n;r.showLoadingMask(),i.ajax({type:"GET",url:"/guang/starclass/ajaxCollocation",data:{page:e},dataType:"html",success:function(e){c=!1," "===e&&(c=!0,s.show("没有更多内容了")),i(".collocation-list").append(e),i(".cont-area").each(function(){t=i(this),o=t.find(".title"),n=t.find(".cont-txt"),o[0].mlellipsis(2),n[0].mlellipsis(2)}),r.hideLoadingMask(),l(i("img.lazy"))},error:function(){s.show("网络断开连接了~")}})}function a(){!c&&i(window).scrollTop()+i(window).height()>i("body").height()-100&&(c=!0,u++,n(u))}var i=e("jquery"),s=e("js/plugin/tip"),r=e("js/plugin/loading"),l=e("lazyload"),d=e("mlellipsis"),c=!1,u=1;d.init(),i("body").addClass("star-class-body"),window.successShare=function(){i.ajax({type:"POST",url:"/guang/starclass/forward",success:function(e){var t=e.code;200===t&&e.data>0&&s.show("分享成功,亲密度+10")},error:function(){s.show("网络断开连接了~")}})},i(window).scroll(function(){a()}),0===i(".collocation-list").find("li").length&&n(1),i(document).on("touchstart",".collection",function(e){var t,o=i(this),n=o.find(".collected-ico");e.stopPropagation(),t=n.hasClass("collected")?"del":"fav",i.ajax({type:"POST",url:"/guang/starclass/setFavorite",data:{articleId:o.parents("li").attr("articleId"),type:t},success:function(e){var t=e.code;200===t&&(n.hasClass("collected")?n.removeClass("collected"):n.addClass("collected")),201===t&&(i("#collocation-link").length<=0&&i("body").append("<a href='"+e.data+'\' style="display:none;" id="collocation-link"><span class="collocation-link"></span></a>'),i(".collocation-link").click())},error:function(){s.show("网络断开连接了~")}})})}),define("js/guang/check-top",["jquery"],function(e,t,o){function n(e){var t,o=new Image;t=e.data("avatar"),o.src=t,o.onload=function(){e.css("background-image","url("+t+")")}}var a=e("jquery");a("body").addClass("star-class-body"),a(".ranking-area li").length>0&&a.each(a(".ranking-area li"),function(e,t){n(a(t).find(".rank-avatar"))}),""!==a(".user-avatar").attr("data-avatar")&&n(a(".user-avatar"))}),define("js/home/entry",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){e("js/home/home"),e("js/home/maybe-like")}),define("js/home/home",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){function n(){x=!1,v.hasClass("menu-open")&&(v.removeClass("menu-open"),w.hide(),p(".sub-nav").removeClass("show"),y.removeClass("on"))}function a(e){e.find("li").on("touchstart",function(){e.find(".highlight").removeClass("highlight"),p(this).addClass("highlight")}).on("touchend touchcancel",function(){p(this).removeClass("highlight")})}function i(){C+=10,j.css({transform:"rotateX("+C+"deg)","-webkit-transform":"rotateX("+C+"deg)","-moz-transform":"rotateX("+C+"deg)"}),C/90%2===1&&(k?(j.addClass("animate"),k=!1):(j.removeClass("animate"),k=!0)),C/90%2===0&&C%360!==0?window.setTimeout(i,3e3):C%360===0?window.setTimeout(i,6e4):window.requestAnimationFrame(i)}var s,r,l,d,c,u,h,p=e("jquery"),f=e("swiper"),m=e("lazyload"),g=e("js/plugin/notice-scroll"),v=p(".mobile-wrap"),w=p(".overlay"),y=p(".side-nav"),b=p(".sub-nav"),C=0,j=p(".home-header .logo"),x=!1,k=!0,T=e("js/home/fastclick");T(document.body),m(p("img.lazy")),g(".notice",1e3*p(".notice").data("time")),p(".nav-btn").on("touchstart",function(){return y.css("pointer-events","none"),v.addClass("menu-open"),w.show().css("opacity",.3),y.addClass("on"),x=!0,setTimeout(function(){y.css("pointer-events","auto")},400),!1}),w.on("touchstart",function(){return n(),!1}),y.on("touchmove scroll",function(){return!1}),y.on("touchend","li",function(e){return p(this).find(".sub-nav").size()>0&&(p(".sub-nav").removeClass("show"),p(this).find(".sub-nav").addClass("show"),p(this).find(".highlight").removeClass("highlight")),e.target.pathname===location.pathname?(n(),!1):void 0}),b.each(function(){p(this).find("li").eq(0).on("click",function(){return p(".sub-nav").removeClass("show"),!1})}).on("touchstart",function(e){e.currentTarget!==e.target&&b.find("li").removeClass("current")}),a(y),a(b),p(".banner-swiper").find("li").size()>1&&(s=new f(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".banner-top .pagination-inner"})),l=new f(".brands-swiper",{grabCursor:!0,slidesPerView:"auto",wrapperClass:"brands-list",slideElement:"li"}),r=new f(".recommend-swiper",{grabCursor:!0,slidesPerView:"auto",wrapperClass:"recommend-list",slideElement:"li"}),p(".trend-topic-swiper").find("li").size()>1&&(d=new f(".trend-topic-swiper",{loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".trend-topic-content .pagination-inner"})),p(".fresh-list-swiper").find("li").size()>1&&(u=new f(".fresh-list-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,grabCursor:!0,slidesPerView:"auto",slideElement:"li",watchSlidesVisibility:!0})),p(".category-swiper").each(function(e,t){h="category-swiper"+e,p(this).addClass(h),p("."+h).find(".swiper-slide").size()>1&&(c=new f("."+h,{loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:"."+h+" .pagination-inner"}))}),setTimeout(i,3e3),p(".home-header .iconfont").on("touchstart",function(){p(this).addClass("highlight")}).on("touchend touchcancel",function(){p(this).removeClass("highlight")}),window.reMarginFooter(".footer-tab"),t.set=function(e){window.setCookie("_Channel",e,{expires:365,domain:".m.yohobuy.com"})},e("js/home/maybe-like")()}),define("js/plugin/notice-scroll",["jquery"],function(e,t,o){function n(e,t){var o=a(e),n=o.find(".notice-item"),i=n.length,s=1;e=e||".notice",t=t||3e3,i>1&&setInterval(function(){s>=i&&(s=0),n.fadeOut(),o.find(".item-"+s).fadeIn(),s++},t)}var a=e("jquery");o.exports=n}),define("js/home/fastclick",[],function(e,t,o){!function(){"use strict";function e(t,o){function a(e,t){return function(){return e.apply(t,arguments)}}var i;if(o=o||{},this.trackingClick=!1,this.trackingClickStart=0,this.targetElement=null,this.touchStartX=0,this.touchStartY=0,this.lastTouchIdentifier=0,this.touchBoundary=o.touchBoundary||10,this.layer=t,this.tapDelay=o.tapDelay||200,this.tapTimeout=o.tapTimeout||700,!e.notNeeded(t)){for(var s=["onMouse","onClick","onTouchStart","onTouchMove","onTouchEnd","onTouchCancel"],r=this,l=0,d=s.length;d>l;l++)r[s[l]]=a(r[s[l]],r);n&&(t.addEventListener("mouseover",this.onMouse,!0),t.addEventListener("mousedown",this.onMouse,!0),t.addEventListener("mouseup",this.onMouse,!0)),t.addEventListener("click",this.onClick,!0),t.addEventListener("touchstart",this.onTouchStart,!1),t.addEventListener("touchmove",this.onTouchMove,!1),t.addEventListener("touchend",this.onTouchEnd,!1),t.addEventListener("touchcancel",this.onTouchCancel,!1),Event.prototype.stopImmediatePropagation||(t.removeEventListener=function(e,o,n){var a=Node.prototype.removeEventListener;"click"===e?a.call(t,e,o.hijacked||o,n):a.call(t,e,o,n)},t.addEventListener=function(e,o,n){var a=Node.prototype.addEventListener;"click"===e?a.call(t,e,o.hijacked||(o.hijacked=function(e){e.propagationStopped||o(e); +}),n):a.call(t,e,o,n)}),"function"==typeof t.onclick&&(i=t.onclick,t.addEventListener("click",function(e){i(e)},!1),t.onclick=null)}}var t=navigator.userAgent.indexOf("Windows Phone")>=0,n=navigator.userAgent.indexOf("Android")>0&&!t,a=/iP(ad|hone|od)/.test(navigator.userAgent)&&!t,i=a&&/OS 4_\d(_\d)?/.test(navigator.userAgent),s=a&&/OS [6-7]_\d/.test(navigator.userAgent),r=navigator.userAgent.indexOf("BB10")>0;e.prototype.needsClick=function(e){switch(e.nodeName.toLowerCase()){case"button":case"select":case"textarea":if(e.disabled)return!0;break;case"input":if(a&&"file"===e.type||e.disabled)return!0;break;case"label":case"iframe":case"video":return!0}return/\bneedsclick\b/.test(e.className)},e.prototype.needsFocus=function(e){switch(e.nodeName.toLowerCase()){case"textarea":return!0;case"select":return!n;case"input":switch(e.type){case"button":case"checkbox":case"file":case"image":case"radio":case"submit":return!1}return!e.disabled&&!e.readOnly;default:return/\bneedsfocus\b/.test(e.className)}},e.prototype.sendClick=function(e,t){var o,n;document.activeElement&&document.activeElement!==e&&document.activeElement.blur(),n=t.changedTouches[0],o=document.createEvent("MouseEvents"),o.initMouseEvent(this.determineEventType(e),!0,!0,window,1,n.screenX,n.screenY,n.clientX,n.clientY,!1,!1,!1,!1,0,null),o.forwardedTouchEvent=!0,e.dispatchEvent(o)},e.prototype.determineEventType=function(e){return n&&"select"===e.tagName.toLowerCase()?"mousedown":"click"},e.prototype.focus=function(e){var t;a&&e.setSelectionRange&&0!==e.type.indexOf("date")&&"time"!==e.type&&"month"!==e.type?(t=e.value.length,e.setSelectionRange(t,t)):e.focus()},e.prototype.updateScrollParent=function(e){var t,o;if(t=e.fastClickScrollParent,!t||!t.contains(e)){o=e;do{if(o.scrollHeight>o.offsetHeight){t=o,e.fastClickScrollParent=o;break}o=o.parentElement}while(o)}t&&(t.fastClickLastScrollTop=t.scrollTop)},e.prototype.getTargetElementFromEventTarget=function(e){return e.nodeType===Node.TEXT_NODE?e.parentNode:e},e.prototype.onTouchStart=function(e){var t,o,n;if(e.targetTouches.length>1)return!0;if(t=this.getTargetElementFromEventTarget(e.target),o=e.targetTouches[0],a){if(n=window.getSelection(),n.rangeCount&&!n.isCollapsed)return!0;if(!i){if(o.identifier&&o.identifier===this.lastTouchIdentifier)return e.preventDefault(),!1;this.lastTouchIdentifier=o.identifier,this.updateScrollParent(t)}}return this.trackingClick=!0,this.trackingClickStart=e.timeStamp,this.targetElement=t,this.touchStartX=o.pageX,this.touchStartY=o.pageY,e.timeStamp-this.lastClickTime<this.tapDelay&&e.preventDefault(),!0},e.prototype.touchHasMoved=function(e){var t=e.changedTouches[0],o=this.touchBoundary;return Math.abs(t.pageX-this.touchStartX)>o||Math.abs(t.pageY-this.touchStartY)>o},e.prototype.onTouchMove=function(e){return this.trackingClick?((this.targetElement!==this.getTargetElementFromEventTarget(e.target)||this.touchHasMoved(e))&&(this.trackingClick=!1,this.targetElement=null),!0):!0},e.prototype.findControl=function(e){return void 0!==e.control?e.control:e.htmlFor?document.getElementById(e.htmlFor):e.querySelector("button, input:not([type=hidden]), keygen, meter, output, progress, select, textarea")},e.prototype.onTouchEnd=function(e){var t,o,r,l,d,c=this.targetElement;if(!this.trackingClick)return!0;if(e.timeStamp-this.lastClickTime<this.tapDelay)return this.cancelNextClick=!0,!0;if(e.timeStamp-this.trackingClickStart>this.tapTimeout)return!0;if(this.cancelNextClick=!1,this.lastClickTime=e.timeStamp,o=this.trackingClickStart,this.trackingClick=!1,this.trackingClickStart=0,s&&(d=e.changedTouches[0],c=document.elementFromPoint(d.pageX-window.pageXOffset,d.pageY-window.pageYOffset)||c,c.fastClickScrollParent=this.targetElement.fastClickScrollParent),r=c.tagName.toLowerCase(),"label"===r){if(t=this.findControl(c)){if(this.focus(c),n)return!1;c=t}}else if(this.needsFocus(c))return e.timeStamp-o>100||a&&window.top!==window&&"input"===r?(this.targetElement=null,!1):(this.focus(c),this.sendClick(c,e),a&&"select"===r||(this.targetElement=null,e.preventDefault()),!1);return a&&!i&&(l=c.fastClickScrollParent,l&&l.fastClickLastScrollTop!==l.scrollTop)?!0:(this.needsClick(c)||(e.preventDefault(),this.sendClick(c,e)),!1)},e.prototype.onTouchCancel=function(){this.trackingClick=!1,this.targetElement=null},e.prototype.onMouse=function(e){return this.targetElement?e.forwardedTouchEvent?!0:e.cancelable&&(!this.needsClick(this.targetElement)||this.cancelNextClick)?(e.stopImmediatePropagation?e.stopImmediatePropagation():e.propagationStopped=!0,e.stopPropagation(),e.preventDefault(),!1):!0:!0},e.prototype.onClick=function(e){var t;return this.trackingClick?(this.targetElement=null,this.trackingClick=!1,!0):"submit"===e.target.type&&0===e.detail?!0:(t=this.onMouse(e),t||(this.targetElement=null),t)},e.prototype.destroy=function(){var e=this.layer;n&&(e.removeEventListener("mouseover",this.onMouse,!0),e.removeEventListener("mousedown",this.onMouse,!0),e.removeEventListener("mouseup",this.onMouse,!0)),e.removeEventListener("click",this.onClick,!0),e.removeEventListener("touchstart",this.onTouchStart,!1),e.removeEventListener("touchmove",this.onTouchMove,!1),e.removeEventListener("touchend",this.onTouchEnd,!1),e.removeEventListener("touchcancel",this.onTouchCancel,!1)},e.notNeeded=function(e){var t,o,a,i;if("undefined"==typeof window.ontouchstart)return!0;if(o=+(/Chrome\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1]){if(!n)return!0;if(t=document.querySelector("meta[name=viewport]")){if(-1!==t.content.indexOf("user-scalable=no"))return!0;if(o>31&&document.documentElement.scrollWidth<=window.outerWidth)return!0}}if(r&&(a=navigator.userAgent.match(/Version\/([0-9]*)\.([0-9]*)/),a[1]>=10&&a[2]>=3&&(t=document.querySelector("meta[name=viewport]")))){if(-1!==t.content.indexOf("user-scalable=no"))return!0;if(document.documentElement.scrollWidth<=window.outerWidth)return!0}return"none"===e.style.msTouchAction||"manipulation"===e.style.touchAction?!0:(i=+(/Firefox\/([0-9]+)/.exec(navigator.userAgent)||[,0])[1],i>=27&&(t=document.querySelector("meta[name=viewport]"),t&&(-1!==t.content.indexOf("user-scalable=no")||document.documentElement.scrollWidth<=window.outerWidth))?!0:"none"===e.style.touchAction||"manipulation"===e.style.touchAction)},e.attach=function(t,o){return new e(t,o)},"function"==typeof define&&"object"==typeof define.amd&&define.amd?define(function(){return e}):"undefined"!=typeof o&&o.exports?(o.exports=e.attach,o.exports.FastClick=e):window.FastClick=e}()}),define("js/home/maybe-like",["jquery","hammer","lazyload"],function(e,t,o){o.exports=function(t){function o(){v||(v=!0,p.showLoadingMask(),c.ajax({type:"GET",url:s,data:{page:w+1},success:function(e){return" "===e?(v=!1,p.hideLoadingMask(),void(y&&!t&&(s="1,3"===y?"/boys/bottomBanner":"/girls/bottomBanner",c.ajax({type:"GET",url:s,success:function(e){e&&e.img&&(c("#load-more-img").show(),c("#load-more-img a").attr("href",e.url),c("#load-more-img a > img").attr("src",e.img))},error:function(){}})))):(e.length>1&&(d?null:d=c("#yoho-footer"),d.hasClass("bottom")?d.removeClass("bottom"):null),i=g.find(".good-info").length,g.append(e),f(0===i?g.find(".good-info").find("img.lazy"):g.find(".good-info:gt("+(i-1)+")").find("img.lazy")),v=!1,p.hideLoadingMask(),void w++)},error:function(){h.show("网络断开连接了~"),v=!1,p.hideLoadingMask()}}))}function n(){c(window).scrollTop()+m>=c(document).height()-200&&o()}var a,i,s,r,l,d,c=e("jquery"),u=e("hammer"),h=e("js/plugin/tip"),p=e("js/plugin/loading"),f=e("lazyload"),m=c(window).height(),g=c("#goods-list"),v=!1,w=0,y=null,b=!("kids"!==t&&!c(".mobile-wrap").hasClass("kids-wrap")),C=!("lifestyle"!==t&&!c(".mobile-wrap").hasClass("lifestyle-wrap")),j=c("#maybe-like-nav");b?s="/product/recom/maylikekids":C?s="lifestyle"===t?"/product/recom/maylike?gender=1,3":"/product/recom/maylikelife":(y="boys"===t||c(".mobile-wrap").hasClass("boys-wrap")?"1,3":"2,3",s="/product/recom/maylike?gender="+y),r=j.children(".focus"),C&&(a=j[0]?new u(j[0]):void 0,a&&a.on("tap",function(e){var t,o=c(e.target).closest("li"),n=c(".goods-list");e.preventDefault(),o.hasClass("focus")||(l=o.index(),o.addClass("focus"),r.removeClass("focus"),n.not(".hide").addClass("hide"),t=n.eq(l),t.removeClass("hide"),r=o,c(document).trigger("scroll"),e.srcEvent.stopPropagation())})),p.init(c(".maybe-like")),c(".maybe-like p").on("touchstart",function(e){o()}),t&&o(),c(window).scroll(function(){window.requestAnimationFrame(n)})}}),define("js/index/entry",["jquery","hammer","swiper","index"],function(e,t,o){e("js/index/search"),e("js/index/footer"),e("js/index/channel"),e("js/index/coupon")}),define("js/index/search",["jquery","hammer"],function(e,t,o){var n,a,i=e("jquery"),s=e("js/plugin/security"),r=e("hammer"),l=i("#search-input input"),d=i("#search-input .clear-input"),c=i(".search-icon"),u=i("#search-form"),h=i(".history"),p=i(".history-search"),f=i("#clear-history"),m=e("js/index/write-search"),g=m.getRanToken();n=new r(f[0]),n.on("tap",function(){localStorage.removeItem("historys"),h.html(""),p.hide(),f.hide(),window.rePosFooter()}),l.on("input",function(){""===l.val()?(c.css("color","#b2b2b2"),d.addClass("hide")):(c.css("color","#666"),d.removeClass("hide"))}),a=new r(d[0]),a.on("tap",function(){l.val("").trigger("input")}),i("#search").on("touchend",function(){return s.hasDangerInput()?!1:(i(this).closest("form").submit(),!1)}),function(){var e,t,o,n="";if(localStorage&&(t=localStorage.getItem("historys"),t&&t.length>0)){for(t=t.split(g),o=t.length;o>0;o--)e=t[o-1],""!==e&&(n+='<li><a href="/?query='+e+'">'+e+"</li>");h.html(n),f.removeClass("hide"),p.removeClass("hide"),window.rePosFooter()}}(),m.bindWirteLocal(u)}),define("js/plugin/security",["jquery"],function(e,t,o){function n(e){var t,o,n,s=a("input[type!=hidden], textarea"),r=/['"<>&\|]|--/g,l=s.length,d=void 0===e||"boolean"!=typeof e?!0:e;for(o=0;l>o;o++)if(t=s.eq(o).val(),r.test(t))return d?s.eq(o).val(t.replace(r," ")):(n=t.match(r).join(" "),i.show("不可以输入 "+n+" 哦!")),!d&&!0;return!1}var a=e("jquery"),i=e("js/plugin/tip");t.hasDangerInput=n}),define("js/index/write-search",[],function(e,t,o){function n(){return i}function a(e){e.on("submit",function(){var e,t=this.query.value;if(localStorage){if(e=localStorage.getItem("historys"),e=e?e:"",e.indexOf(i+t+i)>-1)return;""===e&&(t=i+t),e+=t+i,localStorage.setItem("historys",e)}})}var i=" ??++ ";t.getRanToken=n,t.bindWirteLocal=a}),define("js/index/footer",["jquery","hammer"],function(e,t,o){function n(){var e="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445",t=new Date;setTimeout(function(){new Date-t<2e3&&(window.location=e)},500)}var a,i=e("jquery"),s=e("hammer");e("js/common"),i("#float-layer-close").on("touchend",function(e){return i("#float-layer-app").hide(),window.setCookie("_float-layer-app","id490655927",{domain:".yohobuy.com"}),window.setCookie("_float-layer-app-close",1,{domain:".yohobuy.com",expires:1}),!1}),i("#float-layer-btn")&&i("#float-layer-btn")[0]&&(a=new s(i("#float-layer-btn")[0]),a.on("tap",function(e){n("bottom"),e.srcEvent.stopPropagation()}),"function"!=typeof window.cookie||window.cookie("_float-layer-app")?i("#float-layer-app").hide():i("#float-layer-app").show())}),define("js/index/channel",["jquery","hammer"],function(e,t,o){var n=e("jquery"),a=e("js/plugin/security"),i=n(".search-box"),s=n(".box"),r=n(".index-search"),l=n(".index-logo"),d=n(".index-channel a:not(#yohood)"),c=i.children('input[type="text"]'),u=s.children(".no-search"),h=i.children(".search-icon");e("js/common"),c.on("focus",function(){s.addClass("action"),l.addClass("action")}).on("input",function(){""===c.val()?h.addClass("empty"):h.removeClass("empty")}),u.on("touchend",function(){return s.removeClass("action"),l.removeClass("action"),c.blur(),!1}),i.children(".clear-text").on("touchstart",function(){c.val("").focus().trigger("input")}),i.children(".search-icon").on("touchstart",function(){return a.hasDangerInput()?!1:void r.submit()}),i.keyup(function(e){if(13===e.keyCode){if(a.hasDangerInput())return!1;r.submit()}}),n(".index-channel img").on("load error",function(){window.rePosFooter&&window.rePosFooter()}),d.on("touchstart",function(){d.css({background:"#000",color:"#fff",borderColor:"#fff"}),n(this).css({background:"rgba(255, 255, 255, 0.5)",color:"#000",borderColor:"#000"})}).on("touchend touchcancel",function(){n(this).css({background:"#000",color:"#fff",borderColor:"#fff"})})}),define("js/index/coupon",["jquery","swiper","index"],function(e,t,o){function n(e){var t=new RegExp("(^|&)"+e+"=([^&]*)(&|$)"),o=window.location.search.substr(1).match(t);return null!=o?o[2]:null}var a,i=e("jquery"),s=e("swiper"),r=i(".main-right-receive"),l=i(".floor-mask"),d=i(".floor-message"),c=i(".floor-tooltip"),u=e("js/plugin/tip");r.on("click",function(){var e=i(this),t="";n("app_version")&&(t+="&app_version="+n("app_version")),n("uid")&&(t+="&uid="+n("uid")),i.ajax({url:"/coupon/receiveCoupon?code="+n("code")+t,data:{couponID:e.parents(".coupon-floor").attr("coupon-id")},dataType:"json",success:function(t){var o=t.msg,a=t.status,s=t.url+"?code="+n("code");t.isApp===!0&&(s=t.url),t.noLogin===!0?(i("#intimacy-link").length<=0&&i("body").append("<a href='"+s+'\' style="display:none;" id="intimacy-link"><span class="intimacy-link"></span></a>'),i(".intimacy-link").click()):a?(e.hide(),e.next().show(),c.show(),setTimeout(function(){c.hide()},3e3)):(d.find(".coupon-message-content").text(o),l.show(),d.show())},error:function(){u.show("网络异常!")}})}),i(".coupon-floor a, .banner-top a").on("click",function(){return i(this).attr("href").length<=0||"#"===i(this).attr("href")?!1:void 0}),i(".banner-swiper").find("li").length>1&&(a=new s(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!1,paginationClickable:!0,slideElement:"li",pagination:".banner-top .pagination-inner"})),i(".coupon-message-op-rel").on("click",function(){location.reload()}),i("#noData").length>0&&location.href.indexOf("?openby:yohobuy=")<=0&&u.show("网络异常!"),l.on("click",function(){l.hide(),d.hide()})}),define("js/passport/entry",["jquery","handlebars","source-map","hammer"],function(e,t,o){e("js/passport/register/register"),e("js/passport/register/code"),e("js/passport/register/password"),e("js/passport/login/login"),e("js/passport/login/international"),e("js/passport/back/mobile"),e("js/passport/back/code"),e("js/passport/back/email"),e("js/passport/back/email-success"),e("js/passport/back/new-password"),e("js/passport/bind/bind"),e("js/passport/bind/code"),e("js/passport/bind/password"),e("js/passport/bind/relate")}),define("js/passport/register/register",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#phone-num"),i=n("#country-select"),s=n("#area-code"),r=n("#btn-next"),l=e("js/passport/api"),d=e("js/plugin/tip"),c=n.trim,u=d.show,h=!1;l.selectCssHack(n("#country-select")),l.bindClearEvt(),a.bind("input",function(){""===c(a.val())?r.addClass("disable"):r.removeClass("disable")}),i.change(function(){s.text(i.val())}),r.on("touchstart",function(){var e=c(a.val()),t=i.val();if(!r.hasClass("disable"))return h?!1:void(l.phoneRegx[t].test(e)?(h=!0,n.ajax({url:"/passport/reg/verifymobile",type:"POST",data:{areaCode:t.replace("+",""),phoneNum:e},success:function(e){200===e.code?location.href=e.data:(u(e.message),h=!1)},error:function(e){u("出错了,请重试"),h=!1}})):u("手机号格式不正确,请重新输入"))})}),define("js/passport/api",["jquery"],function(e,t,o){function n(e){var t,o=r(".has-eye");e&&"open"===e.status?o.append('<div class="eye"></div>'):o.append('<div class="eye close"></div>'),t=o.children(".eye"),t.on("touchstart",function(e){var t=r(this),o=t.siblings(".pwd");e.preventDefault(),t.toggleClass("close"),t.hasClass("close")?o.attr("type","password"):o.attr("type","text"),o.focus()})}function a(){var e,t=r(".has-clear");t.append('<div class="clear-input"></div>'),e=t.children(".clear-input"),e.on("touchstart",function(t){var o=e.siblings(".input");o.val("").trigger("input").focus(),t.preventDefault()}),t.children(".input").bind("input",function(){var e=r(this),t=e.siblings(".clear-input"),o=l(e.val());""===o?t.hide():t.show()})}function i(e){return e.length>=6&&e.length<=20}function s(e){function t(){var t=e.find("option:selected").text().length;switch(t){case 2:e.outerWidth(90);break;case 3:e.outerWidth(110);break;default:e.outerWidth(130)}}var o=navigator.userAgent;o.match(/uc/i)&&o.match(/android/i)?e.change(function(){t()}):e.removeClass("in-android-uc")}var r=e("jquery"),l=r.trim,d=/^([a-zA-Z0-9]+[_|\_|\.|-]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\_|\.|-]?)*[a-zA-Z0-9]+\.[a-zA-Z]{2,3}$/,c={"+86":/^1[35847]{1}[0-9]{9}$/,"+852":/^[965]{1}[0-9]{7}$/,"+853":/^[0-9]{8}$/,"+886":/^[0-9]{10}$/,"+65":/^[98]{1}[0-9]{7}$/,"+60":/^1[1234679]{1}[0-9]{8}$/,"+1":/^[0-9]{10}$/,"+82":/^01[0-9]{9}$/,"+44":/^7[789][0-9]{8}$/,"+81":/^0[9|8|7][0-9]{9}$/,"+61":/^[0-9]{11}$/};o.exports={emailRegx:d,phoneRegx:c,bindEyesEvt:n,bindClearEvt:a,pwdValidate:i,selectCssHack:s}}),define("js/passport/register/code",["jquery"],function(e,t,o){e("js/passport/code")(!0)}),define("js/passport/code",["jquery"],function(e,t,o){var n=e("jquery");o.exports=function(t,o,a){function i(){n.ajax({url:o?"/passport/bind/bindMobile":"/passport/bind/relateMobile",type:"post",data:{areaCode:m.replace("+",""),phoneNum:f,openId:p,sourceType:h,nickname:u,password:"",code:w(l.val())},success:function(e){200===e.code?(v.show("登录成功"),setTimeout(function(){location.href=e.data.refer},2e3)):v.show(e.message)},error:function(e){v.show("登录失败,请重试!")}})}function s(){n.ajax({type:"POST",url:"/passport/"+b+"/verifycode",data:{phoneNum:f,areaCode:m,code:w(l.val()),token:n("#token").val()},success:function(e){200===e.code?location.href=e.data:y(e.message)}})}function r(){var e,t=59;e=setInterval(function(){0===t?(c.text("重发验证码").removeClass("disable"),clearInterval(e)):c.text("重发验证码 ("+t--+"秒)")},1e3)}var l=n("#captcha"),d=n("#btn-next"),c=n("#captcha-tip"),u=n("#nickname").val(),h=n("#sourceType").val(),p=n("#openId").val(),f=n("#phone-num").val(),m=n("#area-code").val().replace("+",""),g=e("js/passport/api"),v=e("js/plugin/tip"),w=n.trim,y=v.show,b=t?"reg":"back",C=parseInt(n("#isReg").val());g.bindClearEvt(),l.bind("input",function(){""!==w(l.val())?d.removeClass("disable"):d.addClass("disable")}),c.on("touchstart",function(){c.hasClass("disable")||n.ajax({type:"POST",url:o||a?"/passport/bind/sendBindMsg":"/passport/"+b+"/sendcode",data:{phoneNum:f,areaCode:m},success:function(e){200===e.code?(c.text("重发验证码 (60秒)").addClass("disable"),r()):y(e.message)}})}),d.on("touchstart",function(){d.hasClass("disable")||(o||a?C?i():location.href="/passport/bind/password?phoneNum="+f+"&areaCode="+m+"&openId="+p+"&sourceType="+h+"&nickname="+u+"&code="+w(l.val()):s())}),r()}}),define("js/passport/register/password",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#pwd"),i=n("#btn-sure"),s=e("js/passport/api"),r=e("js/plugin/tip"),l=n.trim,d=r.show;s.bindEyesEvt({status:"open"}),a.bind("input",function(){""===l(a.val())?i.addClass("disable"):i.removeClass("disable")}),i.on("touchstart",function(){var e=l(a.val());i.hasClass("disable")||(s.pwdValidate(e)===!1?d("密码6-20位,请重新输入"):n.ajax({type:"POST",url:"/passport/reg/setpassword",data:{password:e,phoneNum:n("#phone-num").val(),areaCode:n("#area-code").val(),token:n("#token").val()},success:function(e){var t;200===e.code?(t=e.data,d("注册成功"),n.ajax({url:t.session,dataType:"jsonp"}),setTimeout(function(){location.href=t.href},1e3)):d(e.message)}}))})}),define("js/passport/login/login",["jquery"],function(e,t,o){function n(){h&&p?d.removeClass("disable"):d.addClass("disable")}function a(){c.show(),u.show()}function i(){c.hide(),u.hide()}var s=e("jquery"),r=s("#account"),l=s("#pwd"),d=s("#btn-login"),c=s("#retrive-pwd-mask"),u=s("#retrive-pwd-ways"),h=!1,p=!1,f=e("js/passport/api"),m=e("js/plugin/tip"),g=s.trim,v=m.show;f.bindEyesEvt(),f.bindClearEvt(),r.bind("input",function(){h=""!==g(r.val()),n()}),l.bind("input",function(){p=""!==g(l.val()),n()}),d.on("touchstart",function(){var e=g(r.val()),t=g(l.val());d.hasClass("disable")||(d.text("正在登录...").addClass("disable"),(/^[0-9]+$/.test(e)||f.emailRegx.test(e))&&f.pwdValidate(t)?s.ajax({type:"POST",url:"/passport/login/auth",data:{account:e,password:t},success:function(e){var t;200===e.code?(t=e.data,v("登录成功"),location.href=t.href):v(e.message)},error:function(){v("网络断开连接啦~")},complete:function(){d.text("登录").removeClass("disable")}}):(v("账号或密码有错误,请重新输入"),d.text("登录").removeClass("disable")))}),s("#forget-pwd").on("touchstart",function(){a()}),c.on("touchstart",function(){i()}),s("#cancel-retrive").on("touchstart",function(e){e.preventDefault(),i()}),r.trigger("input"),l.trigger("input")}),define("js/passport/login/international",["jquery"],function(e,t,o){function n(){c&&u?d.removeClass("disable"):d.addClass("disable")}var a=e("jquery"),i=a("#phone-num"),s=a("#country-select"),r=a("#area-code"),l=a("#pwd"),d=a("#btn-login"),c=!1,u=!1,h=e("js/passport/api"),p=e("js/plugin/tip"),f=a.trim,m=p.show;h.selectCssHack(s),h.bindEyesEvt(),h.bindClearEvt(),i.bind("input",function(){c=""!==f(i.val()),n()}),l.bind("input",function(){var e=f(l.val());u=""!==e,n()}),s.change(function(){r.text(s.val())}),d.on("touchstart",function(){var e=f(i.val()),t=s.val(),o=f(l.val());d.hasClass("disable")||(d.text("正在登录...").addClass("disable"),h.phoneRegx[t].test(e)&&h.pwdValidate(o)?a.ajax({type:"POST",url:"/passport/login/auth",data:{areaCode:t.replace("+",""),account:e,password:o},success:function(e){var t,o;200===e.code?(t=e.data,m("登录成功"),a.ajax({url:t.session,dataType:"jsonp",success:function(){clearTimeout(o),setTimeout(function(){location.href=t.href},1e3)}}),o=setTimeout(function(){location.href=t.href},3e3),m("登录成功")):m(e.message)},error:function(){m("网络断开连接啦~")},complete:function(){d.text("登录").removeClass("disable")}}):(m("账号或密码有错误,请重新输入"),d.text("登录").removeClass("disable")))}),i.trigger("input"),l.trigger("input")}),define("js/passport/back/mobile",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#phone-num"),i=n("#country-select"),s=n("#area-code"),r=n("#btn-next"),l=e("js/passport/api"),d=e("js/plugin/tip"),c=n.trim,u=d.show;l.selectCssHack(n("#country-select")),l.bindClearEvt(),a.bind("input",function(){""===c(a.val())?r.addClass("disable"):r.removeClass("disable")}),i.change(function(){s.text(i.val())}),r.on("touchstart",function(){var e=c(a.val()),t=i.val();r.hasClass("disable")||(l.phoneRegx[t].test(e)?n.ajax({url:"/passport/back/sendcode",type:"POST",data:{areaCode:t.replace("+",""),phoneNum:e},success:function(e){200===e.code?location.href=e.data:u(e.message)}}):u("手机号格式不正确,请重新输入"))})}),define("js/passport/back/code",["jquery"],function(e,t,o){e("js/passport/code")(!1)}),define("js/passport/back/email",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#email"),i=n("#btn-sure"),s=e("js/passport/api"),r=e("js/plugin/tip"),l=n.trim,d=r.show;s.bindClearEvt(),a.bind("input",function(){""===l(a.val())?i.addClass("disable"):i.removeClass("disable")}),i.on("touchstart",function(){var e=l(a.val());i.hasClass("disable")||(s.emailRegx.test(e)?n.ajax({url:"/passport/back/sendemail",type:"POST",data:{email:e},success:function(e){200===e.code?location.href=e.data:d(e.message)}}):d("邮箱格式不正确,请重新输入"))})}),define("js/passport/back/email-success",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#resend"),i=e("js/plugin/tip"),s=i.show;a.on("touchstart",function(e){e.preventDefault(),n.ajax({url:a.data("url"),type:"GET",success:function(e){s(e.message)}})})}),define("js/passport/back/new-password",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#pwd"),i=n("#btn-ok"),s=e("js/passport/api"),r=e("js/plugin/tip"),l=n.trim,d=r.show,c=n("#phone-num");s.bindEyesEvt({status:"open"}),a.bind("input",function(){""===l(a.val())?i.addClass("disable"):i.removeClass("disable")}),i.on("touchstart",function(){var e,t,o=l(a.val()),r=!0;i.hasClass("disable")||(e={password:o},0===c.length&&(r=!1),r?(n.extend(e,{phoneNum:c.val(),areaCode:n("#areaCode").val(),token:n("#token").val()}),t="/passport/back/passwordByMobile"):(n.extend(e,{code:n("#email-code").val()}),t="/passport/back/passwordByEmail"),s.pwdValidate(o)?n.ajax({type:"POST",url:t,data:e,success:function(e){200===e.code?(d("密码修改成功"),setTimeout(function(){location.href=e.data},1e3)):d(e.message)}}):d("密码6-20位,请重新输入"))})}),define("js/passport/bind/bind",["jquery","handlebars","source-map","hammer"],function(e,t,o){function n(e,t,o){return v?!1:(v=!0,u.addClass("disable").html("绑定中..."),void a.ajax({type:"POST",url:"/passport/bind/sendBindMsg",data:{phoneNum:t,areaCode:o.replace("+","")},success:function(t){200===t.code?location.href=e:p.show(t.message)},error:function(){p.show("出错了,请重试!"),u.removeClass("disable").html("下一步"),v=!1}}))}var a=e("jquery"),i=a("#phone-num"),s=a("#country-select"),r=a("#area-code"),l=a("#openId"),d=a("#nickname"),c=a("#sourceType"),u=a("#btn-next"),h=e("js/passport/api"),p=e("js/plugin/tip"),f=e("js/me/dialog"),m=a.trim,g=p.show,v=!1;h.selectCssHack(a("#country-select")),h.bindClearEvt(),i.bind("input",function(){""===m(i.val())?u.addClass("disable"):u.removeClass("disable")}),s.change(function(){r.text(s.val())}),u.on("touchstart",function(){var e=m(i.val()),t=m(l.val()),o=m(d.val()),r=m(c.val()),p=s.val();u.hasClass("disable")||(h.phoneRegx[p].test(e)?a.ajax({url:"/passport/bind/bindCheck",type:"POST",data:{areaCode:p.replace("+",""),phoneNum:e,openId:t,sourceType:r,nickname:o},success:function(t){200===t.code?1===t.data.isReg?f.showDialog({dialogText:"该手机号已注册过有货\n"+e+",确定绑定吗?",hasFooter:{leftBtnText:"更换号码",rightBtnText:"继续绑定"}},function(){n(t.data.next,e,p)}):3===t.data.isReg?f.showDialog({dialogText:"该手机号已注册过有货\n"+e+",是否进行关联?",hasFooter:{leftBtnText:"更换号码",rightBtnText:"确定"}},function(){n(t.data.next,e,p)}):n(t.data.next,e,p):g(t.message)}}):g("手机号格式不正确,请重新输入"))})}),define("js/me/dialog",["jquery","handlebars","source-map","hammer"],function(e,t,o){function n(){return void 0===i&&(i='<div id="dialog-wrapper" class="dialog-wrapper"><div class="dialog-box">{{# hasHeader}}{{/ hasHeader}}<div class="dialog-content">{{dialogText}}</div>{{# hasFooter}}<div class="dialog-footer">{{# leftBtnText}}<span class="dialog-left-btn tap-hightlight">{{.}}</span>{{/ leftBtnText}}{{# rightBtnText}}<span class="dialog-right-btn tap-hightlight">{{.}}</span>{{/ rightBtnText}}</div>{{/ hasFooter}}</div></div>',s=l.compile(i)),s}var a,i,s,r=e("jquery"),l=e("handlebars"),d=e("hammer");t.showDialog=function(e,t,o,i){var s,l,c,u=n(),h=u(e);r(".dialog-wrapper").remove(),r("body").append(r(h)),s=r(".dialog-box"),a=r(".dialog-wrapper"),c=new d(document.getElementById("dialog-wrapper")),e.fast?a.css({display:"block"}):a.fadeIn(),i&&(r(".dialog-wrapper .dialog-footer > span").css("width","100%"),r(".dialog-wrapper .dialog-content").css({"padding-left":"1.85rem","padding-right":"1.85rem"}),a.css("z-index","10")),s.css({top:"50%",marginTop:-(s.height()/2)}),e.autoHide&&(l=1e3,e.autoHide>1&&(l=e.autoHide),setTimeout(function(){a.fadeOut()},l)),a.on("touchmove",function(){return!1}),c.on("tap",function(e){r(e.target).hasClass("dialog-left-btn")?("function"==typeof o&&o(),a.fadeOut()):r(e.target).hasClass("dialog-right-btn")&&t(),e.preventDefault(),e.srcEvent.stopPropagation()})},t.hideDialog=function(){r(".dialog-wrapper").remove()}}),define("js/passport/bind/code",["jquery"],function(e,t,o){e("js/passport/code")(!0,!0)}),define("js/passport/bind/password",["jquery"],function(e,t,o){function n(e){a.ajax({url:"/passport/bind/bindMobile",type:"post",data:{areaCode:m.replace("+",""),phoneNum:f,openId:p,sourceType:h,nickname:u,password:e,code:g},success:function(e){200===e.code?(l.show("登录成功"),setTimeout(function(){location.href=e.data.refer},2e3)):l.show(e.message)},error:function(e){l.show("登录失败,请重试!")}})}var a=e("jquery"),i=a("#pwd"),s=a("#btn-sure"),r=e("js/passport/api"),l=e("js/plugin/tip"),d=a.trim,c=l.show,u=a("#nickname").val(),h=a("#sourceType").val(),p=a("#openId").val(),f=a("#phone-num").val(),m=a("#area-code").val().replace("+",""),g=a("#code").val();r.bindEyesEvt({status:"open"}),i.bind("input",function(){""===d(i.val())?s.addClass("disable"):s.removeClass("disable")}),s.on("touchstart",function(){var e=d(i.val());s.hasClass("disable")||(r.pwdValidate(e)===!1?c("密码6-20位,请重新输入"):n(e))})}),define("js/passport/bind/relate",["jquery"],function(e,t,o){e("js/passport/code")(!0,!1,!0)}),define("js/product/entry",["jquery","swiper","lazyload","hammer","handlebars","source-map","index"],function(e,t,o){e("js/product/newsale/newarrival"),e("js/product/newsale/discount"),e("js/product/list"),e("js/product/detail/detail"),e("js/product/detail/consultform"),e("js/product/newsale/hot-rank")}),define("js/product/newsale/newarrival",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){function n(e){var t,o,n,a,i,u,f={};if(!d){if(e){for(o in q)q.hasOwnProperty(o)&&(q[o].reload=!0);switch(T.children(".active").removeClass("active"),E.addClass("active"),e.type){case"gender":t={gender:e.id};break;case"brand":t={brand:e.id};break;case"sort":t={sort:e.id};break;case"color":t={color:e.id};break;case"size":t={size:e.id};break;case"price":t={price:e.id};break;case"discount":t={discount:e.id};break;case"limit":t={limit:e.id};break;case"channel":t={channel:e.id};break;case"p_d":t={p_d:e.id}}c.extend(b,t)}if(E.hasClass("today")?(a="today",i=1):E.hasClass("week")?(a="week",i=2):E.hasClass("sale")&&(a="sale",i=3),n=q[a],u=n.page+1,n.reload)u=1;else if(n.end)return;c.extend(f,b,{dayLimit:i,page:u}),d=!0,m.showLoadingMask(),c.ajax({type:"GET",url:"/product/newsale/selectNewSale",data:f,success:function(e){var t,o;switch(a){case"today":t=s;break;case"week":t=r;break;case"sale":t=l}" "===e?(n.end=!0,n.reload&&t.html(y)):n.reload?(t.html(e),h(t.find(".lazy"))):(o=t.find(".good-info").length,t.append(e),h(t.find(".good-info:gt("+(o-1)+") .lazy"))),n.reload=!1,n.page=u,d=!1,m.hideLoadingMask(),window.rePosFooter()},error:function(){p.show("网络断开连接了~"),d=!1,m.hideLoadingMask()}})}}function a(){c(window).scrollTop()+w>c(document).height()-.25*g.height()-50&&void 0!==E&&n()}var i,s,r,l,d,c=e("jquery"),u=e("swiper"),h=e("lazyload"),p=e("js/plugin/tip"),f=e("js/plugin/filter"),m=e("js/plugin/loading"),g=c("#goods-container"),v=g.children(),s=c(v.get(0)),r=c(v.get(1)).addClass("hide"),l=c(v.get(2)).addClass("hide"),w=c(window).height(),y='<p class="no-result">未找到相关搜索结果</p>',b=e("js/product/query-param"),C=c.extend({},b),j=new Date,x=j.getMonth()+1,k=j.getDate(),T=c("#list-nav"),q={today:{reload:!0,page:0,end:!1},week:{reload:!0,page:0,end:!1},sale:{reload:!0,page:0,end:!1}},E=T.find(".active");e("js/product/suspend-cart"),c("#today a").text(x+"月"+k+"号"),c(".swiper-container .swiper-slide").length>1&&(i=new u(".swiper-container",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!0,paginationClickable:!0,pagination:".banner-top .pagination-inner"})),c.ajax({type:"GET",url:"/product/newsale/filter",data:b,success:function(e){g.append(e),f.initFilter({fCbFn:n,hCbFn:function(){E.addClass("active"),E.siblings(".filter").removeClass("active")}})}}),h(c(".lazy")),T.bind("contextmenu",function(e){return!1}),T.on("touchend touchcancel",function(e){var t,o,a,i=c(e.target).closest("li");if(e.preventDefault(),i.hasClass("filter"))i.hasClass("active")?(f.hideFilter(),E.addClass("active"),i.removeClass("active")):(E=i.siblings(".active"),E.removeClass("active"),i.addClass("active"),f.showFilter());else{if(i.hasClass("today")?o="today":i.hasClass("week")?o="week":i.hasClass("sale")&&(o="sale"),t=q[o],!i.hasClass("active")){if(a=i.siblings(".active"),E=i,a.hasClass("filter"))f.hideFilter();else{switch(g.children(".container:not(.hide)").addClass("hide"),o){case"today":s.removeClass("hide");break;case"week":r.removeClass("hide");break;case"sale":l.removeClass("hide")}f.resetFilter(),b=c.extend({},C)}a.removeClass("active"),i.addClass("active")}t.reload&&n()}e.stopPropagation()}),c(window).scroll(function(){window.requestAnimationFrame(a)}),n(),T.on("touchstart","li",function(e){c(this).addClass("bytouch"); +}).on("touchend touchcancel",function(){T.find("li").removeClass("bytouch")})}),define("js/plugin/filter",["jquery","hammer"],function(e,t,o){function n(){h.addClass("hide")}function a(){h.removeClass("hide")}function i(){var e=g(".filter-body .classify");e.on("touchstart",".shower",function(){e.removeClass("highlight"),g(this).addClass("highlight")}).on("touchend touchcancel",".shower",function(){g(this).removeClass("highlight")})}function s(){var e=g(".filter-body .sub-item");e.on("touchstart",function(){e.removeClass("highlight"),g(this).addClass("highlight")}).on("touchend touchcancel",function(){g(this).removeClass("highlight")})}function r(e){e.hasClass("active")||(e.siblings(".active").removeClass("active"),e.addClass("active"))}function l(e){var t,o,n=e.closest(".sub-classify"),a=n.siblings(".shower");return e.hasClass("chosed")?n:(n.children(".chosed").removeClass("chosed"),e.addClass("chosed"),t=g.trim(e.html()),o=g.trim(a.html()),a.html(o.substring(0,o.indexOf("</span>")+7)+t.substring(0,t.indexOf("<i"))),0===e.index()?a.addClass("default"):a.removeClass("default"),n)}function d(e){var t,o=e.data("id");t=l(e),p&&p({type:t.data("type"),id:o}),n()}function c(e){var t;p=e.fCbFn,f=e.hCbFn,m=e.missStatus,i(),s(),h=g(".filter-mask"),t=new v(h[0]),t.on("tap",function(e){var t,o=g(e.target);e.preventDefault(),o.closest(".filter-body").length>0?(t=o.closest(".sub-item"),t.length>0?(t=o.closest("li"),d(t)):(t=o.closest(".classify-item"),e.srcEvent.stopPropagation(),r(t))):(n(),f&&f())})}function u(){"undefined"!=typeof h&&(g(".sub-classify").each(function(){l(g(this).children(":first-child"))}),r(g(".classify > :first-child")))}var h,p,f,m,g=e("jquery"),v=e("hammer");t.initFilter=c,t.showFilter=a,t.hideFilter=n,t.resetFilter=u}),define("js/product/query-param",["jquery"],function(e,t,o){var n=e("jquery"),a={};n(".query-param").each(function(){var e=n(this);a[e.data("attr")]=e.val()}),o.exports=a}),define("js/product/suspend-cart",["jquery"],function(e,t,o){var n=e("jquery"),a=n("#suspend-cart");n.ajax({type:"GET",url:"/cart/index/count",success:function(e){var t;200===e.code&&(t=e.data.cart_goods_count,t>99&&(t="99+"),0===t&&n(".cart-count").remove(),a.find(".cart-count").html(t).removeClass("hide"))}})}),define("js/product/newsale/discount",["jquery","swiper","lazyload","hammer","index"],function(e,t,o){function n(e){var t,o,n,a,i,l={};if(!s){if(e){for(o in j)j.hasOwnProperty(o)&&(j[o].reload=!0);switch(C.children(".active").removeClass("active"),x.addClass("active"),e.type){case"gender":t={gender:e.id};break;case"brand":t={brand:e.id};break;case"sort":t={sort:e.id};break;case"color":t={color:e.id};break;case"size":t={size:e.id};break;case"price":t={price:e.id};break;case"discount":t={discount:e.id}}r.extend(b,t)}if(x.hasClass("new")?a="newest":x.hasClass("price")?a="price":x.hasClass("discount")&&(a="discount"),n=j[a],i=n.page+1,n.reload)i=1;else if(n.end)return;r.extend(l,b,{type:a,order:n.order,page:i}),s=!0,h.showLoadingMask(),r.ajax({type:"GET",url:"/product/newsale/selectNewSale",data:l,success:function(e){var t,o;switch(a){case"newest":t=m;break;case"price":t=g;break;case"discount":t=v}" "===e?(n.end=!0,n.reload&&t.html(y)):n.reload?(t.html(e),d(t.find(".lazy"))):(o=t.find(".good-info").length,t.append(e),d(t.find(".good-info:gt("+(o-1)+") .lazy"))),n.reload=!1,n.page=i,s=!1,h.hideLoadingMask(),window.rePosFooter()},error:function(){c.show("网络断开连接了~"),s=!1,h.hideLoadingMask()}})}}function a(){r(window).scrollTop()+w>r(document).height()-.25*p.height()-50&&void 0!==x&&n()}var i,s,r=e("jquery"),l=e("swiper"),d=e("lazyload"),c=e("js/plugin/tip"),u=e("js/plugin/filter"),h=e("js/plugin/loading"),p=r("#goods-container"),f=p.children(),m=r(f.get(0)),g=r(f.get(1)),v=r(f.get(2)),w=r(window).height(),y='<p class="no-result">未找到相关搜索结果</p>',b=e("js/product/query-param"),C=r("#list-nav"),j={newest:{order:1,reload:!0,page:0,end:!1},price:{order:1,reload:!0,page:0,end:!1},discount:{order:1,reload:!0,page:0,end:!1}},x=C.find(".active");e("js/product/suspend-cart"),r(".swiper-container .swiper-slide").length>1&&(i=new l(".swiper-container",{lazyLoading:!0,lazyLoadingInPrevNext:!0,loop:!0,autoplay:3e3,autoplayDisableOnInteraction:!0,paginationClickable:!0,pagination:".banner-top .pagination-inner"})),r.ajax({type:"GET",url:"/product/newsale/filter",data:b,success:function(e){p.append(e),u.initFilter({fCbFn:n,hCbFn:function(){x.addClass("active"),x.siblings(".filter").removeClass("active")},missStatus:!0})}}),d(r(".lazy")),C.bind("contextmenu",function(e){return!1}),C.on("touchend touchcancel",function(e){var t,o,a,i=r(e.target).closest("li");if(e.preventDefault(),"undefined"!=typeof i&&0!==i.length){if(i.hasClass("filter"))i.hasClass("active")?(u.hideFilter(),x.addClass("active"),i.removeClass("active")):(x=i.siblings(".active"),x.removeClass("active"),i.addClass("active"),u.showFilter());else{if(i.hasClass("new")?o="newest":i.hasClass("price")?o="price":i.hasClass("discount")&&(o="discount"),t=j[o],i.hasClass("active")){if(i.hasClass("new"))return;(i.hasClass("price")||i.hasClass("discount"))&&(i.find(".icon > .iconfont").toggleClass("cur"),x=i,t.reload=!0,t.order=0===t.order?1:0)}else{if(a=i.siblings(".active"),x=i,a.hasClass("filter"))u.hideFilter();else switch(p.children(".container:not(.hide)").addClass("hide"),o){case"newest":m.removeClass("hide");break;case"price":g.removeClass("hide");break;case"discount":v.removeClass("hide")}a.removeClass("active"),i.addClass("active")}t.reload&&n()}e.stopPropagation()}}),r(window).scroll(function(){window.requestAnimationFrame(a)}),n(),C.on("touchstart","li",function(e){r(this).addClass("bytouch")}).on("touchend touchcancel",function(){C.find("li").removeClass("bytouch")})}),define("js/product/list",["jquery","hammer","lazyload"],function(e,t,o){function n(e){var t,o,n,a,s,r={};if(!i){if(e){for(o in I)I.hasOwnProperty(o)&&(I[o].reload=!0);switch(E.children(".active").removeClass("active"),L.addClass("active"),e.type){case"gender":t={gender:e.id};break;case"brand":t={brand:e.id};break;case"sort":t={sort:e.id};break;case"color":t={color:e.id};break;case"size":t={size:e.id};break;case"price":t={price:e.id};break;case"discount":t={discount:e.id}}d.extend(q,t)}if(L.hasClass("new")?a="newest":L.hasClass("price")?a="price":L.hasClass("discount")&&(a="discount"),n=I[a],s=n.page+1,n.reload)s=1;else if(n.end)return;d.extend(r,q,{type:a,order:n.order,page:s}),i=!0,v.showLoadingMask(),d.ajax({type:"GET",url:"/index/search/search",data:r,success:function(e){var t,o,r='<p class="no-result">未找到相关搜索结果</p>';switch(a){case"newest":o=y;break;case"price":o=b;break;case"discount":o=C}if(" "===e?(n.end=!0,n.reload&&o.html(r)):n.reload?(o.html(e),u(o.find(".lazy"))):(t=o.find(".good-info").length,o.append(e),u(o.find(".good-info:gt("+(t-1)+") .lazy"))),n.reload=!1,n.page=s,i=!1,v.hideLoadingMask(),window.rePosFooter(),window._yas)switch(a){case"newest":window._yas(1*new Date,"1.0.14","yohobuy_m",window._ozuid,"",d(".new-goods .good-info .good-detail-img .good-thumb"));break;case"price":window._yas(1*new Date,"1.0.14","yohobuy_m",window._ozuid,"",d(".price-goods .good-info .good-detail-img .good-thumb"));break;case"discount":window._yas(1*new Date,"1.0.14","yohobuy_m",window._ozuid,"",d(".discount-goods .good-info .good-detail-img .good-thumb"))}}})}}function a(){d(window).scrollTop()+j>d(document).height()-.25*w.height()&&n()}var i,s,r,l,d=e("jquery"),c=e("hammer"),u=e("lazyload"),h=d("#brand-header"),p=d("#intro-box"),f=e("js/plugin/filter"),m=e("js/index/write-search"),g=e("js/plugin/tip"),v=e("js/plugin/loading"),w=d("#goods-container"),y=w.children(".new-goods"),b=w.children(".price-goods"),C=w.children(".discount-goods"),j=d(window).height(),x=d("#search-input input"),k=d(".search-icon"),T=d("#search-input .clear-input"),q=e("js/product/query-param"),E=d("#list-nav"),I={newest:{order:1,reload:!0,page:0,end:!1},price:{order:1,reload:!0,page:0,end:!1},discount:{order:1,reload:!0,page:0,end:!1}},L=E.find(".active");x.on("input",function(){""===x.val()?(k.css("color","#b2b2b2"),T.addClass("hide")):(k.css("color","#666"),T.removeClass("hide"))}),T.on("touchend",function(){x.val("").trigger("input")}),d("#search").on("touchend",function(){return d(this).closest("form").submit(),!1}),e("js/product/suspend-cart"),d.ajax({type:"GET",url:"/search/filter",data:q,success:function(e){w.append(e),f.initFilter({fCbFn:n,hCbFn:function(){L.addClass("active"),L.siblings(".filter").removeClass("active")}})}}),u(d(".lazy")),m.bindWirteLocal(d("#search-form")),E.bind("contextmenu",function(e){return!1}),E.on("touchend touchcancel",function(e){var t,o,a,i=d(e.target).closest("li");if(i.hasClass("filter"))i.hasClass("active")?(f.hideFilter(),L.addClass("active"),i.removeClass("active")):(L=i.siblings(".active"),L.removeClass("active"),i.addClass("active"),f.showFilter());else{if(i.hasClass("new")?o="newest":i.hasClass("price")?o="price":i.hasClass("discount")&&(o="discount"),t=I[o],i.hasClass("active")){if(i.hasClass("new"))return;(i.hasClass("price")||i.hasClass("discount"))&&(i.find(".icon > .iconfont").toggleClass("cur"),L=i,t.reload=!0,t.order=0===t.order?1:0)}else{if(a=i.siblings(".active"),L=i,a.hasClass("filter"))f.hideFilter();else switch(w.children(".container:not(.hide)").addClass("hide"),o){case"newest":y.removeClass("hide");break;case"price":b.removeClass("hide");break;case"discount":C.removeClass("hide")}a.removeClass("active"),i.addClass("active")}t.reload&&n()}}),d(window).scroll(function(){window.requestAnimationFrame(a)}),h.length>0&&(s=new c(h.children(".btn-intro")[0]),s.on("tap",function(){p.removeClass("hide"),d("body").addClass("overflow-hidden")}),r=new c(document.getElementById("intro-box")),r.on("tap",function(e){var t=d(e.target);e.srcEvent.preventDefault(),(0===t.closest("#brand-intro").length||t.hasClass("close-intro"))&&(p.addClass("hide"),d("body").removeClass("overflow-hidden"))}),l=new c(h.children(".btn-col")[0]),l.on("tap",function(e){var t,o=d(e.target).closest(".btn-col"),n=h.data("id");t=o.hasClass("coled")?"cancel":"ok",d.ajax({type:"POST",url:"/product/opt/favoriteBrand",data:{id:n,opt:t},success:function(e){200===e.code?(o.toggleClass("coled"),"ok"===t?g.show("添加收藏成功"):g.show("取消收藏成功")):400===e.code?location.href=e.data:g.show(e.message)},error:function(){g.show("网络断开连接了~")}})})),n(),E.on("touchstart","li",function(){E.find("li").removeClass("bytouch"),d(this).addClass("bytouch")}).on("touchend touchcancel","li",function(){E.find("li").removeClass("bytouch")})}),define("js/product/detail/detail",["jquery","swiper","hammer","lazyload","handlebars","source-map","index"],function(e,t,o){function n(){var e=i(".cart-bar"),t=setInterval(function(){e?(window.reMarginFooter(".cart-bar"),clearInterval(t)):e=i(".cart-bar")},200)}var a,i=e("jquery"),s=e("swiper"),r=e("hammer"),l=e("lazyload"),d=i(".goodsDiscount .discount-folder"),c=i(".goodsDiscount .first-item span"),u=document.getElementById("goodsDiscount"),h=u&&new r(u),p=i(u).find(".first-item"),f=i(".cart-bar"),m=i('input[name="limitCodeUrl"]').val(),g=e("js/me/dialog");n(),e("js/product/detail/like"),l(i("img.lazy")),i("#goodsDiscount h1").length<1&&i(".dropdown").remove(),a=new s(".banner-swiper",{lazyLoading:!0,lazyLoadingInPrevNext:!0,paginationClickable:!0,pagination:".banner-top .pagination-inner",nextButton:".my-swiper-button-next",prevButton:".my-swiper-button-prev",spaceBetween:3}),0===d.children().length&&(d.css("display","none"),c.html("")),h&&d.children().length>0&&h.on("tap",function(e){d.is(":hidden")?(p.removeClass("short-text"),c.removeClass("icon-down").addClass("icon-up").html(""),d.slideDown()):(p.addClass("short-text"),c.removeClass("icon-up").addClass("icon-down").html(""),d.slideUp())}),i("#limit-sale").on("touchend",function(e){var t,o,n=i("#loginUrl").val();e.stopPropagation(),n?window.location=n:(g.showDialog({dialogText:"进入有货APP,获取限购码",hasFooter:{rightBtnText:"打开Yoho!Buy有货APP"}},function(){o=document.createElement("iframe"),o.src=m,o.style.display="none",document.body.appendChild(o),window.location.href=m,t=Date.now(),window.setTimeout(function(){document.body.removeChild(o),Date.now()-t<3200&&(window.location.href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho")},3e3)},void 0,!0),i(".dialog-wrapper").off("touchstart").on("touchstart",function(e){e.stopPropagation(),i(e.target).hasClass("dialog-wrapper")&&g.hideDialog()}))}),e("js/product/detail/desc"),e("js/product/detail/comments-consults"),e("js/product/recommend-for-you-product-desc"),i.ajax({type:"GET",url:"/cart/index/count",success:function(e){var t;if(200===e.code){if(t=e.data.cart_goods_count||0,0===t)return!1;t>99&&(t="99+"),f.find(".num-tag").html(t).removeClass("hide")}}}),i(".good-detail-page").length>0&&i("#yoho-footer").css("border-top","1px solid #e0e0e0")}),define("js/product/detail/like",["jquery"],function(e,t,o){var n=e("jquery"),a=e("js/plugin/tip"),i=e("js/cart/chose-panel"),s=n("#productId").val(),r=n("#productSkn").val(),l=n("#limitProductCode").val();n("#likeBtn").on("touchstart",function(){var e,t,o=n(this);return o.hasClass("liked")?(e="cancel",t=0):(e="ok",t=1),n.ajax({type:"POST",url:"/product/opt/favoriteProduct",data:{id:s,opt:e},success:function(t){200===t.code?(o.toggleClass("liked"),"cancel"===e?a.show("取消收藏成功"):"ok"===e&&a.show("收藏成功")):400===t.code?location.href=t.data:a.show(t.message)},error:function(){a.show("网络断开连接了~")}}),window._yas&&window._yas.sendCustomInfo({pd:s,fa:t},!0),!1}),n("#addtoCart").on("touchstart",function(){return n(".cart-bar").hide(),l&&i.setLimitGoodModeWithSknId(l,r),i.show(),window._yas&&window._yas.sendCustomInfo({pd:s,by:1},!0),!1})}),define("js/cart/chose-panel",["jquery"],function(e,t,o){function n(){var e=B(".chose-panel").find(".num .btn>.iconfont");e.hasClass("disabled")?null:e.addClass("disabled"),V.off("touchstart",".btn-minus"),V.off("touchstart",".btn-plus")}function a(){x=!1,k=!1,T=null,D=B.queryString(),v=B(".chose-panel").find(".thumb"),z=B(".chose-panel .main .chose-items"),S=B(".chose-items"),q=B(".size-list ul"),I=B(".color-list ul"),w=B("#left-num"),M=B(".cart-bar"),C=0,j=0,_=0}function i(e,t){B("#chose-btn-sure").html("确认"),_=1,P=e,F=t}function s(e,t){n(),B("#chose-btn-sure").html("立即购买"),O=e,N=t}function r(){var e=B(".chose-panel"),t=B("#promotionId");e&&e.remove(),t&&t.remove()}function l(){return x||k?x?k?!0:(A.show("请选择尺码~"),!1):(A.show("请选择颜色~"),!1):(A.show("请选择颜色和尺码~"),!1)}function d(e,t){e&&(U.html(e),""!==B("#promotionId").val()&&n(),a()),B(".chose-panel").show(),m=B("#good-num"),L=t,R.disableScroll(z)}function c(){B(".chose-panel").hide(),R.enableScroll(z),M.length>0&&M.show()}function u(){g=S.find(".chosed"),2===g.closest(".zero-stock").length?B("#chose-btn-sure").css("background-color","#c0c0c0").html("已售罄"):O?B("#chose-btn-sure").css("background-color","#eb0313").html("立即购买"):B("#chose-btn-sure").css("background-color","#eb0313").html(_?"确认":"加入购物车")}function h(e){e>0?(W.length>0?S.find(".num .left-num").html("即将售罄"):S.find(".num .left-num").html("剩余"+e+"件"),w.val(e)):(S.find(".num .left-num").html(""),w.val(0))}function p(e){var t,o,n;if(C&&T&&T.length>0){for(T.removeClass("chosed"),t=q.eq(e).children(),n=0;n<t.length;n++)if(B(t[n]).data("id")===T.data("id"))return T=B(t[n]),o="#"+T.data("id"),C=B(o).data("index"),T.addClass("chosed"),T.data("num");return T=null,k=!1,I.eq(C).addClass("hide"),I.eq(0).removeClass("hide"),C=0,-1}return 0}function f(e){return j&&E&&E.length>0?(E.removeClass("chosed"),E=B(I.eq(e).children().get(j-1)),E.addClass("chosed"),E.data("num")):0}var m,g,v,w,y,b,C,j,x,k,T,q,E,I,L,S,D,z,M,_,F,P,O,N,B=e("jquery"),A=e("js/plugin/tip"),H=e("js/plugin/loading"),R=e("js/plugin/inner-scroll"),U=B("#chose-panel"),W=B(".soonSoldOut-tag"),V=B(".yoho-page");a(),V.on("touchstart",".chose-panel",function(e){var t=B(e.target);if(!(t.closest(".main").length>0))return c(),!1}),V.on("touchstart",".color-list .block",function(){var e,t=B(this),o=t.index();t.hasClass("chosed")?(S.find(".num .left-num").html(""),w.val(0),x=!1,q.eq(j).addClass("hide"),q.eq(0).removeClass("hide"),j=0,p(0)):(x=!0,q.eq(j).addClass("hide"),e=p(o+1),h(e),q.eq(o+1).removeClass("hide"),j=o+1,E=t,v.addClass("hide").eq(o).removeClass("hide")),t.siblings(".chosed").removeClass("chosed"),-1===e?(E=B(I.eq(0).children().get(o)),E.addClass("chosed")):t.toggleClass("chosed"),B("#good-num").val(1),u()}).on("touchstart",".size-list .block",function(){var e,t,o=B(this);o.hasClass("chosed")?(S.find(".num .left-num").html(""),w.val(0),k=!1,I.eq(C).addClass("hide"),I.eq(0).removeClass("hide"),C=0,f(0)):(k=!0,e=B("#"+o.data("id")).data("index")-1,I.eq(C).addClass("hide"),t=f(e+1),h(t),I.eq(e+1).removeClass("hide"),C=e+1,T=o),o.siblings(".chosed").removeClass("chosed"),o.toggleClass("chosed"),B("#good-num").val(1),u()}),V.on("touchstart",".btn-minus",function(){var e=parseInt(m.val(),10);return y=B("#left-num").val(),l()?1===e||0===y-0?void A.show("您选择的数量不能为零~"):0>e?void A.show("您选择的数量不能为负数~"):void m.val(e-1):void 0}).on("touchstart",".btn-plus",function(){var e=parseInt(m.val(),10);return y=B("#left-num").val(),l()&&e-0!==y&&0!==y?e>y-1?void A.show("您选择的数量超过了最大库存量~"):void m.val(e+1):void 0}).on("touchstart","#chose-btn-sure",function(){var e,t,o,n,a=B("#good-num").val()-0,i=parseInt(m.val(),10);if(l()&&"已售罄"!==B("#chose-btn-sure").html()){if(y=B("#left-num").val()-0,i>y)return void A.show("您选择的数量超过了最大库存量~");if(0>i)return void A.show("您选择的数量小于一件~");if(g=B(".block-list>ul>li.chosed"),2===g.length&&0===g.closest(".zero-stock").length){if(e=T.data("skuid"),t=B("#promotionId").val(),b)return!1;if(b=!0,H.showLoadingMask(),_)o={new_product_sku:e,old_product_sku:P,buy_number:a,selected:F},n="/cart/index/modify";else{if(O)return B(this).css("background-color","#ccc").removeAttr("id"),n=B("#limitProductPay").val()+"?limitproductcode="+O+"&sku="+e+"&skn="+N+"&buy_number="+a,r(),H.showLoadingMask(),B.ajax({url:n}).then(function(e){e.error?(A.show(e.message),setTimeout(function(){location.reload()},2e3)):location.href=n}).fail(function(){A.show("网络异常!"),setTimeout(function(){location.reload()},2e3)}),!1;o={productSku:e,buyNumber:a,promotionId:t,isEdit:_,cartType:D.cartType},n="/cart/index/add"}B.ajax({method:"POST",url:n,data:o}).done(function(e){var t;H.hideLoadingMask(),200!==e.code||_||(t=e.data.goods_count,t>99&&(t="99+"),B(".num-tag").html(t).removeClass("hide"),b=!1,L&&L()),e.message&&!_&&A.show(e.message),c(),_&&(H.showLoadingMask(),setTimeout(function(){window.location.href="/cart/index/index?cartType="+B("#cartType").val()},1))}).fail(function(){A.show("网络出了点问题~")}).always(function(){b=!1})}}}),t.init=a,t.show=d,t.remove=r,t.setEditModeWithSknId=i,t.disableNumEdit=n,t.setLimitGoodModeWithSknId=s}),define("js/plugin/inner-scroll",["jquery"],function(e,t,o){function n(e){e=e||window.event,e.preventDefault&&e.preventDefault(),e.returnValue=!1}function a(e){e=e||window.event,e.stopPropagation&&e.stopPropagation(),e.cancelBubble=!1}function i(e){var t=e.wheelDelta||e.originalEvent.wheelDelta||e.detail||0,o=l(this).get(0);return a(e),l(o).height()+o.scrollTop>=o.scrollHeight&&0>t?(n(e),!1):0===o.scrollTop&&t>0?(n(e),!1):void 0}function s(e){var t,o;e.on("mousewheel",i),e.on("touchstart",function(e){t=e.originalEvent.changedTouches[0].pageX,o=e.originalEvent.changedTouches[0].pageY}),e.on("touchmove",function(e){var n=e.originalEvent.changedTouches[0].pageX-t,a=e.originalEvent.changedTouches[0].pageY-o,i=l(this).get(0);return e.stopPropagation(),Math.abs(a)<Math.abs(n)?(e.preventDefault(),!1):l(i).height()+i.scrollTop>=i.scrollHeight&&0>a?(e.preventDefault(),!1):0===i.scrollTop&&a>0?(e.preventDefault(),!1):void 0}),l(document).on("mousewheel",n),l(document).on("touchmove",n)}function r(e){e.off("touchstart"),e.off("touchmove"),e.off("mousewheel"),l(document).off("mousewheel",n),l(document).off("touchmove",n)}var l=e("jquery");t.enableScroll=r,t.disableScroll=s}),define("js/product/detail/desc",["jquery","lazyload","swiper","index"],function(e,t,o){function n(e){var t,o;e.length>0&&(t=e[0].getBoundingClientRect().right,o=e.find(".swiper-slide:last-child")[0].getBoundingClientRect().right,0>o-t?e.next(".tips").css("display","none"):e.next(".tips").css("display","block"))}function a(e,t){var o=null;c(e).each(function(n,a){o=c(e).slice(n,n+t),o.length===t&&n%t===0&&c(o).wrapAll(c('<div class="js-wraper"></div>'))})}function i(){v||w||(v=!0,p.showLoadingMask(),c.ajax({type:"GET",url:m,success:function(e){r=c("#productDesc"),r.append(e),window.rePosFooter(),u(r.find("img.lazy")),l=new h("#size-swiper-container",{slidesPerView:"auto"}),d=new h("#reference-swiper-container",{slidesPerView:"auto"}),n(c("#size-swiper-container")),n(c("#reference-swiper-container")),a(".detail .column",2),v=!1,w=!0,p.hideLoadingMask()},error:function(){f.show("网络断开连接了~"),v=!1,p.hideLoadingMask()}}))}function s(){(!w||c(window).scrollTop()+g>=c(document).height()-200)&&i()}var r,l,d,c=e("jquery"),u=e("lazyload"),h=e("swiper"),p=e("js/plugin/loading"),f=e("js/plugin/tip"),m=c("#introUrl").val(),g=c(window).height(),v=!1,w=!1;c(window).scroll(function(){window.requestAnimationFrame(s)})}),define("js/product/detail/comments-consults",["jquery","hammer"],function(e,t,o){var n,a,i=e("jquery"),s=e("js/plugin/tip"),r=e("hammer"),l=document.getElementById("nav-tab"),d=l&&new r(l),c=document.getElementById("goto-consult"),u=c&&new r(c),h=document.getElementById("readmore"),p=h&&new r(h);!function(){a=i("#nav-tab .consults-num").html()-0,n=i("#nav-tab .comments-num").html()-0,i("#nav-tab li").each(function(){i(this).removeClass("focus")}),i("#feedback-content .content").each(function(){i(this).addClass("hide")}),0!==n?(i("#nav-tab .comment-nav").addClass("focus"),i("#feedback-content .comment-content").removeClass("hide")):0!==a&&(i("#nav-tab .consult-nav").addClass("focus"),i("#feedback-content .consult-content").removeClass("hide"))}(),d&&d.on("tap",function(e){var t=i(e.target).closest("li"),o=t.index();t.hasClass("comment-nav")&&0===n?s.show("暂无商品评价"):t.hasClass("focus")||(i("#nav-tab li").each(function(){i(this).removeClass("focus")}),i("#feedback-content .content").each(function(){i(this).addClass("hide")}),t.addClass("focus"),i("#feedback-content .content:eq("+o+")").removeClass("hide"))}),u&&u.on("tap",function(){location.href=i(c).find("a").attr("href")}),i(".goods-consults-page").length>0&&i("#yoho-header").css("position","fixed").css("top","0"),i(".goods-consults-page").length>0&&i("#yoho-footer").css("border-top","1px solid #e0e0e0"),p&&p.on("tap",function(){return i(".readmore").hide(),i(".goods-consults.customer-consults").removeClass("customer-consults"),!1}),e("js/product/detail/fav")}),define("js/product/detail/fav",["jquery","hammer"],function(e,t,o){function n(e){var t=e.find(".animate-count");t.css("display","inline"),t.animate({opacity:.25,fontSize:"0.7rem",right:"-=5"},300,function(){t.css("display","none")})}var a,i,s=e("jquery"),r=e("hammer"),l=e("js/plugin/tip"),d=s("#goods-consults")[0],c=d&&new r(d);!function(){var e=window.location.search.substring(1);a=e.split("&")[0].split("=")[1],i=e.split("&")[1]?e.split("&")[1].split("=")[1]:void 0}(),c&&c.on("tap",function(e){var t,o=s(e.target).closest("li"),r=o.closest(".consult-item").data("id"),d=o.find(".count").html()-0;o.hasClass("highlight")||(o.hasClass("fav")?t="/product/detail/consultupvote":o.hasClass("useful")&&(t="/product/detail/consultuseful"),s.ajax({method:"post",url:t,data:{id:r,productId:a,total:i}}).done(function(e){200===e.code?(n(o),o.addClass("highlight"),o.find(".count").html(d+1)):401===e.code&&(location.href=e.data)}).fail(function(e){l.show("网络断开连接了~")}))})}),define("js/product/recommend-for-you-product-desc",["swiper","jquery","index"],function(e,t,o){function n(){h||u||(h=!0,d&&r.get(d).then(function(e){e.length<5?l.css("display","none"):(l.html(e).show(),r("#swiper-recommend").length&&(i=new s("#swiper-recommend",{slidesPerView:"auto",grabCursor:!0,slideElement:"a",lazyLoading:!0,watchSlidesVisibility:!0}))),h=!1,u=!0,window.rePosFooter()}).fail(function(){l.hide()}))}function a(){(!u||r(window).scrollTop()+c>=r(document).height()-200)&&n()}var i,s=e("swiper"),r=e("jquery"),l=r(".recommend-for-you"),d=r("#preferenceUrl").val(),c=r(window).height(),u=!1,h=!1;r(window).scroll(function(){window.requestAnimationFrame(a)})}),define("js/product/detail/consultform",["jquery"],function(e,t,o){var n,a=e("jquery"),i=e("js/plugin/tip"),s=e("js/plugin/loading"),r=a(".consult-form"),l=a("#submit"),d=a("#content"),c=a("#product_id").val();l.on("touchend",function(){return d.blur(),r.submit(),!1}).on("touchstart",function(){a(this).addClass("highlight")}).on("touchend touchcancel",function(){a(this).removeClass("highlight")}),d.on("focus",function(){"请输入咨询内容"===d.val()&&d.val("")}).on("blur",function(){""===d.val()&&d.val("请输入咨询内容")}),r.on("submit",function(){var e;return n?!1:(e=d.val(),e&&"请输入咨询内容"!==e?(n=!0,s.showLoadingMask(),a.ajax({method:"POST",url:"/product/detail/consultsubmit",data:{product_id:c,content:e}}).then(function(e){"object"!==a.type(e)&&(e={}),200!==e.code?(i.show(e.message||"网络出了点问题~"),n=!1,s.hideLoadingMask()):(i.show("提交成功~"),setTimeout(function(){window.history.go(-1)},3e3))}).fail(function(){i.show("网络出了点问题~"),n=!1}),!1):(i.show("咨询内容不能为空"),!1))})}),define("js/product/newsale/hot-rank",["jquery","swiper","lazyload","index"],function(e,t,o){function n(e,t,o,n){h.showLoadingMask(),d.ajax({type:"GET",url:"/product/newsale/selectHotrank?"+t,dataType:"html",data:{page:e,tab_id:o,notab:n},success:function(t){" "===t?d(".rank-main").length<1&&d(".goods-nav").length<1?d("#hotRank").html(v):1===e&&(l=d(".goods-nav").prop("outerHTML"),d("#hotRank").html(l+v)):(d(".no-result").remove(),1===e&&d(".rank-main").remove(),d("#hotRank").append(t)),u(d("img.lazy")),d(".rank-main ul li:gt(9)").find(".item-content i").removeClass("top"),i=d(window).height(),0!==d(".rank-main").length?(d("#yoho-footer").css("position","static"),s=d(".rank-main").find("ul").offset().top):d("#yoho-footer").css("position","fixed"),r=new c(".s-goods-nav",{grabCursor:!0,slidesPerView:"auto",slideElement:"li"}),h.hideLoadingMask()}})}function a(){2!==p&&(d(window).scrollTop()+i<s+d("#hotRank").height()-100||(p=2,f=1,n(p,m,g,f)))}var i,s,r,l,d=e("jquery"),c=e("swiper"),u=e("lazyload"),h=e("js/plugin/loading"),p=1,f=0,m="",g="",v='<p class="no-result">未找到相关搜索结果</p>';e("js/product/suspend-cart"),d(window).scroll(function(){window.requestAnimationFrame(a)}),n(p,m,g,f),d("#hotRank").on("touchend touchcancel",function(e){var t=t||window.event,o=t.target||t.srcElement;"span"===o.nodeName.toLowerCase()&&(d(".s-goods-nav .nav-item").removeClass("active"),o.parentNode.className="active "+o.parentNode.className,g=o.getAttribute("data-id")?o.getAttribute("data-id"):"",m=o.getAttribute("data-sort")?o.getAttribute("data-sort"):"",p=1,f=1,n(p,m,g,f))}),d("#hotRank").bind("contextmenu",function(e){return!1}),d("#hotRank").on("touchstart",function(e){var t=t||window.event,o=t.target||t.srcElement;"span"===o.nodeName.toLowerCase()&&(o.parentNode.className="bgActive "+o.parentNode.className)}).on("touchend touchcancel",function(){d(".s-goods-nav .nav-item").removeClass("bgActive")})}),define("js/me/entry",["jquery","hammer","lazyload","handlebars","source-map","swiper","mlellipsis","index"],function(e,t,o){e("js/me/order"),e("js/me/order-detail"),e("js/me/fav"),e("js/me/suggest"),e("js/me/index"),e("js/me/coupons"),e("js/me/online-service"),e("js/me/address"),e("js/me/suggest"),e("js/me/browse-record"),e("js/me/address-act"),e("js/me/logistic"),e("js/me/pay"),e("js/me/personal-details"),e("js/me/currency"),e("js/me/currency-new"),e("js/me/message"),e("js/me/message-detail")}),define("js/me/order",["jquery","hammer","lazyload","handlebars","source-map"],function(e,t,o){function n(e){var t={type:f,page:m.page+1},o=e&&!e.noLoadingMask;g||(g=!0,o&&v.showLoadingMask(),s.ajax({type:"GET",url:"/home/getOrders",data:t,success:function(e){var n;" "!==e?(m.page=t.page,1===t.page?(h.html(e),l(h.find(".lazy"),{try_again_css:"order-failure"})):(n=h.children(".order").length,h.append(e),l(h.children(".order:gt("+(n-1)+")").find(".lazy"),{try_again_css:"order-failure"})),window.rePosFooter()):m.end=!0,g=!1,o&&v.hideLoadingMask()}}))}function a(){m.end===!1&&s(window).scrollTop()+p>s(document).height()-.25*u.height()&&n({noLoadingMask:!0})}var i,s=e("jquery"),r=e("hammer"),l=e("lazyload"),d=e("js/plugin/tip"),c=s("#order-nav > li"),u=s("#order-container"),h=u.children(".orders:not(.hide)"),p=s(window).height(),f=c.filter(".active").data("type"),m={page:0,end:!1},g=!1,v=e("js/plugin/loading"),w=e("js/me/dialog");l({try_again_css:"order-failure"}),function(){var e=c.length;4!==e&&c.width(100/e+"%")}(),v.init(s("body")),i=new r(document.getElementById("order-container")),i.on("tap",function(e){var t,o,n,a=s(e.target);a.closest(".locHref").length>0||(t=a.closest(".order"),o=t.data("id"),a.closest(".del").length>0?w.showDialog({dialogText:"确定删除订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){s.ajax({type:"GET",url:"/home/delOrder",data:{id:o},success:function(e){w.hideDialog(),e.message&&d.show(e.message),200===e.code&&window.location.reload()},error:function(){d.show("取消订单失败")}})}):a.closest(".cancel").length>0?w.showDialog({dialogText:"确定取消订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){s.ajax({type:"GET",url:"/home/cancelOrder",data:{id:o},success:function(e){e.message&&d.show(e.message),200===e.code&&setTimeout(function(){window.location.reload()},2e3)},error:function(){d.show("取消订单失败")}})}):a.closest(".order-goods").length>0&&(n=t.data("href"),location.href=n))}),s(window).scroll(function(){window.requestAnimationFrame(a)}),n()}),define("js/me/order-detail",["jquery","lazyload","hammer","handlebars","source-map"],function(e,t,o){var n,a=e("jquery"),i=e("lazyload"),s=e("hammer"),r=e("js/me/dialog"),l=e("js/plugin/tip"),d=a("#order-detail").data("id");i({try_again_css:"order-failure"}),n=new s(document.getElementsByClassName("opt")[0]),n.on("tap",function(e){var t=a(e.target);t.hasClass("btn-del")?r.showDialog({dialogText:"确定删除订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){a.ajax({type:"GET",url:"/home/delOrder",data:{id:d}}).then(function(e){a("#dialog-wrapper").hide(),"object"===a.type(e)&&(e.message&&l.show(e.message),setTimeout(function(){window.location.href="/home/orders"},2e3))}).fail(function(){l.show("网络错误")})}):t.hasClass("btn-cancel")&&r.showDialog({dialogText:"确定取消订单吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){a.ajax({type:"GET",url:"/home/cancelOrder",data:{id:d}}).then(function(e){a("#dialog-wrapper").hide(),"object"===a.type(e)&&(e.message&&l.show(e.message),setTimeout(function(){window.location.href="/home/orders"},2e3))}).fail(function(){l.show("网络错误")})})})}),define("js/me/fav",["jquery","hammer","swiper","handlebars","source-map","index"],function(e,t,o){function n(e){f.filter(".active").removeClass("active"),f.eq(e).addClass("active"),m.filter(".show").removeClass("show"),m.eq(e).addClass("show")}function a(e){var t,o,n=/container-(\d+)['"]{1}/gi,a=/\d+/,i=e.match(n),s=i.length;for(t=0;s>t;t++)o=i[t].match(a)[0],g[o]=new u("#swiper-container-"+o,{slidesPerView:"auto",grabCursor:!0,slideElement:"li",wrapperClass:"swiper-wrapper-"+o,lazyLoading:!0,watchSlidesVisibility:!0})}function i(e,t,o){"favBrand"===t?q=!0:T=!0,d.ajax({method:"post",url:"/home/"+t,data:{page:o},success:function(o){var n=e.closest(".fav-type").find(".fav-content-loading");"favBrand"===t?w.addClass("hide"):v.addClass("hide")," "===o?(n.addClass("hide"),e.closest(".fav-type").find(".fav-null-box").removeClass("hide"),window.rePosFooter()):"end"===o?(n&&!n.hasClass("hide")&&n.addClass("hide"),e.closest(".fav-type").find(".fav-load-background").removeClass("fav-load-background").html("没有更多了"),q=!0,T=!0):o.length>10&&(e.append(o),n.remove(),"favBrand"===t?(a(o),q=!1):T=!1),window.rePosFooter()}})}function s(){d(window).scrollTop()+y>=d(document).height()-.25*j.height()-b&&(E?(w.filter(".hide").removeClass("hide"),q||(k++, +i(j,"favBrand",k))):(v.filter(".hide").removeClass("hide"),T||(x++,i(C,"favProduct",x))))}var r,l,d=e("jquery"),c=e("hammer"),u=e("swiper"),h=e("js/me/dialog"),p=e("js/plugin/tip"),f=d("#fav-tab > li"),m=d(".fav-content > .fav-type"),g={},v=d(".fav-load-more"),w=d(".fav-brand-load-more"),y=d(window).height(),b=d("#yoho-footer").height(),C=d(".fav-product-list"),j=d(".fav-brand-swiper-wrapper"),x=1,k=1,T=!0,q=!0,E=!1;d("#fav-tab").hasClass("brand-tab")?(n(1),i(j,"favBrand",1),E=!0,window.rePosFooter()):(n(0),i(C,"favProduct",1),E=!1,window.rePosFooter()),r=new c(document.getElementById("fav-tab")),r.on("tap",function(e){var t,o=d(e.target).closest("li");0===o.length||o.hasClass("active")||(t=o.index(),0===t?(E=!1,0===C.find("li").length&&C.closest(".fav-type").find(".fav-null-box").hasClass("hide")&&i(C,"favProduct",1)):(E=!0,0===j.find("div").length&&j.closest(".fav-type").find(".fav-null-box").hasClass("hide")&&i(j,"favBrand",1)),n(t),window.rePosFooter())}),l=new c(document.getElementById("fav-content")),l.on("tap",function(e){var t="";d(e.target).hasClass("del-fav")&&h.showDialog({dialogText:"您确定要取消收藏吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){t=d(e.target).closest("li").attr("data-id"),d.ajax({method:"post",url:"/home/favoriteDel",data:{id:t}}).then(function(t){200===t.code?(h.showDialog({autoHide:!0,fast:!0,dialogText:"已经取消收藏"}),d(e.target).closest("li").remove()):400===t.code?h.showDialog({autoHide:!0,fast:!0,dialogText:t.message}):h.showDialog({autoHide:!0,fast:!0,dialogText:"取消收藏失败"})}).fail(function(){h.showDialog({autoHide:!0,dialogText:"网络错误~"})})})}),d(window).scroll(s),d(document).on("touchend",".swiper-header",function(){var e=d(this).find(".fav-more").attr("href");e&&(window.location.href=e)}),d(".invalidGoods").on("touchstart touchend",function(e){var t=d(e.target).closest("span");if(!t.hasClass("del-fav"))return p.show("商品已下架"),!1})}),define("js/me/suggest",["jquery","hammer","lazyload","handlebars","source-map"],function(e,t,o){var n,a,i,s,r=e("jquery"),l=e("hammer"),d=e("lazyload"),c=e("handlebars"),u=e("js/me/dialog"),h=r(".upload-img-list"),p=r(".suggest-item .like-btn"),f=r(".suggest-item .dislike-btn"),m=r(".img-add"),g="",v=0;e("js/me/jquery.upload"),i='{{# imgList}}<li>{{# imgUrl}}<img src="{{.}}" /><span class="upload-img-remove"></span>{{/ imgUrl}}</li>{{/ imgList}}',s=c.compile(i),r("#upload-img").upload({auto:!0,fileType:"image/*",uploadScript:"/home/suggestimgUpload",fileObjName:"fileData",fileSizeLimit:300,height:"100%",width:"100%",multi:!1,onAddQueueItem:function(e){h.html(s({imgList:!0}))},onUploadComplete:function(e,t){h.html(""),g=JSON.parse(t).imgList[0].imgRelUrl,h.html(s(JSON.parse(t))),m.hide(),v++}}),d(),n=new l(document.getElementById("yoho-header")),n.on("tap",function(e){var t=r("#suggest-textarea").val(),o=/\S+/;if(r(e.target).hasClass("nav-btn")){if(!o.test(t))return void u.showDialog({autoHide:!0,dialogText:"意见不能为空"});r.ajax({method:"post",url:"/home/savesuggest",data:{content:t,image:g}}).then(function(e){200===e.code?(u.showDialog({autoHide:!0,dialogText:"提交成功"}),setTimeout(function(){location.pathname="home/suggest"},2e3)):u.showDialog({autoHide:!0,dialogText:"提交失败~"})}).fail(function(){u.showDialog({autoHide:!0,dialogText:"网络错误~"})})}}),null!==document.getElementById("img-form")&&(a=new l(document.getElementById("img-form")),a.on("tap",function(e){r(e.target).hasClass("upload-img-remove")&&(h.html(""),g="",v--,setTimeout(function(){m.show()},50))})),p.bind("click",function(){var e=r(this).closest(".suggest-item").attr("data-id"),t=r(this);r.ajax({method:"post",url:"/home/upAndDown",data:{suggest_id:e,reliable:1}}).then(function(e){200===e.code&&(t.closest(".suggest-type").removeClass("show"),t.closest(".suggest-item").find(".suggest-good").addClass("show"))}).fail(function(e){u.showDialog({autoHide:!0,dialogText:"网络错误~"})})}),f.bind("click",function(){var e=r(this).closest(".suggest-item").attr("data-id"),t=r(this);r.ajax({method:"post",url:"/home/upAndDown",data:{suggest_id:e,reliable:2}}).then(function(e){200===e.code&&(t.closest(".suggest-type").removeClass("show"),t.closest(".suggest-item").find(".suggest-bad").addClass("show"))}).fail(function(e){u.showDialog({autoHide:!0,dialogText:"网络错误~"})})})}),define("js/me/jquery.upload",["jquery"],function(e,t,o){var n=e("jquery");!function(e){var t={init:function(o){return this.each(function(){var n=e(this);n.data("uploadifive",{inputs:{},inputCount:0,fileID:0,queue:{count:0,selected:0,replaced:0,errors:0,queued:0,cancelled:0},uploads:{current:0,attempts:0,successful:0,errors:0,count:0}});var a=n.data("uploadifive"),s=a.settings=e.extend({auto:!0,buttonClass:!1,buttonText:"Select Files",checkScript:!1,dnd:!0,dropTarget:!1,fileObjName:"Filedata",fileSizeLimit:0,fileType:!1,formData:{},height:30,itemTemplate:!1,method:"post",multi:!0,overrideEvents:[],queueID:!1,queueSizeLimit:0,removeCompleted:!1,simUploadLimit:0,truncateLength:0,uploadLimit:0,uploadScript:"uploadifive.php",width:100},o);if(isNaN(s.fileSizeLimit)){var r=1.024*parseInt(s.fileSizeLimit);s.fileSizeLimit.indexOf("KB")>-1?s.fileSizeLimit=1e3*r:s.fileSizeLimit.indexOf("MB")>-1?s.fileSizeLimit=1e6*r:s.fileSizeLimit.indexOf("GB")>-1&&(s.fileSizeLimit=1e9*r)}else s.fileSizeLimit=1024*s.fileSizeLimit;if(a.inputTemplate=e('<input type="file">').css({"font-size":s.height+"px",opacity:0,position:"absolute",right:"-3px",top:"-3px","z-index":999}),a.createInput=function(){var o=a.inputTemplate.clone(),i=o.name="input"+a.inputCount++;s.multi&&o.attr("multiple",!0),s.fileType&&o.attr("accept",s.fileType),o.bind("change",function(){a.queue.selected=0,a.queue.replaced=0,a.queue.errors=0,a.queue.queued=0;var o=this.files.length;if(a.queue.selected=o,a.queue.count+o>s.queueSizeLimit&&0!==s.queueSizeLimit)e.inArray("onError",s.overrideEvents)<0&&alert("The maximum number of queue items has been reached ("+s.queueSizeLimit+"). Please select fewer files."),"function"==typeof s.onError&&s.onError.call(n,"QUEUE_LIMIT_EXCEEDED");else{for(var r=0;o>r;r++)file=this.files[r],a.addQueueItem(file);a.inputs[i]=this,a.createInput()}s.auto&&t.upload.call(n),"function"==typeof s.onSelect&&s.onSelect.call(n,a.queue)}),a.currentInput&&a.currentInput.hide(),a.button.append(o),a.currentInput=o},a.destroyInput=function(t){e(a.inputs[t]).remove(),delete a.inputs[t],a.inputCount--},a.drop=function(o){a.queue.selected=0,a.queue.replaced=0,a.queue.errors=0,a.queue.queued=0;var i=o.dataTransfer,r=i.name="input"+a.inputCount++,l=i.files.length;if(a.queue.selected=l,a.queue.count+l>s.queueSizeLimit&&0!==s.queueSizeLimit)e.inArray("onError",s.overrideEvents)<0&&alert("The maximum number of queue items has been reached ("+s.queueSizeLimit+"). Please select fewer files."),"function"==typeof s.onError&&s.onError.call(n,"QUEUE_LIMIT_EXCEEDED");else{for(var d=0;l>d;d++)file=i.files[d],a.addQueueItem(file);a.inputs[r]=i}s.auto&&t.upload.call(n),"function"==typeof s.onDrop&&s.onDrop.call(n,i.files,i.files.length),o.preventDefault(),o.stopPropagation()},a.fileExistsInQueue=function(e){for(var t in a.inputs){input=a.inputs[t],limit=input.files.length;for(var o=0;o<limit;o++)if(existingFile=input.files[o],existingFile.name==e.name&&!existingFile.complete)return!0}return!1},a.removeExistingFile=function(e){for(var o in a.inputs){input=a.inputs[o],limit=input.files.length;for(var i=0;i<limit;i++)existingFile=input.files[i],existingFile.name!=e.name||existingFile.complete||(a.queue.replaced++,t.cancel.call(n,existingFile,!0))}},0==s.itemTemplate?a.queueItem=e('<div class="uploadifive-queue-item"> <a class="close" href="#">X</a> <div><span class="filename"></span><span class="fileinfo"></span></div> <div class="progress"> <div class="progress-bar"></div> </div> </div>'):a.queueItem=e(s.itemTemplate),a.addQueueItem=function(o){if(e.inArray("onAddQueueItem",s.overrideEvents)<0){a.removeExistingFile(o),o.queueItem=a.queueItem.clone(),o.queueItem.attr("id",s.id+"-file-"+a.fileID++),o.queueItem.find(".close").bind("click",function(){return t.cancel.call(n,o),!1});var i=o.name;i.length>s.truncateLength&&0!=s.truncateLength&&(i=i.substring(0,s.truncateLength)+"..."),o.queueItem.find(".filename").html(i),o.queueItem.data("file",o),a.queueEl.append(o.queueItem)}"function"==typeof s.onAddQueueItem&&s.onAddQueueItem.call(n,o),o.size>s.fileSizeLimit&&0!=s.fileSizeLimit?a.error("FILE_SIZE_LIMIT_EXCEEDED",o):(a.queue.queued++,a.queue.count++)},a.removeQueueItem=function(t,o,n){n||(n=0);var i=o?0:500;t.queueItem&&(" - Completed"!=t.queueItem.find(".fileinfo").html()&&t.queueItem.find(".fileinfo").html(" - Cancelled"),t.queueItem.find(".progress-bar").width(0),t.queueItem.delay(n).fadeOut(i,function(){e(this).remove()}),delete t.queueItem,a.queue.count--)},a.filesToUpload=function(){var e=0;for(var t in a.inputs){input=a.inputs[t],limit=input.files.length;for(var o=0;o<limit;o++)file=input.files[o],file.skip||file.complete||e++}return e},a.checkExists=function(o){if(e.inArray("onCheck",s.overrideEvents)<0){e.ajaxSetup({async:!1});var a=e.extend(s.formData,{filename:o.name});if(e.post(s.checkScript,a,function(e){o.exists=parseInt(e)}),o.exists&&!confirm("A file named "+o.name+" already exists in the upload folder.\nWould you like to replace it?"))return t.cancel.call(n,o),!0}return"function"==typeof s.onCheck&&s.onCheck.call(n,o,o.exists),!1},a.uploadFile=function(t,o){if(!t.skip&&!t.complete&&!t.uploading)if(t.uploading=!0,a.uploads.current++,a.uploads.attempted++,xhr=t.xhr=new XMLHttpRequest,"function"==typeof FormData||"object"==typeof FormData){var r=new FormData;r.append(s.fileObjName,t);for(i in s.formData)r.append(i,s.formData[i]);xhr.open(s.method,s.uploadScript,!0),xhr.upload.addEventListener("progress",function(e){e.lengthComputable&&a.progress(e,t)},!1),xhr.addEventListener("load",function(e){4==this.readyState&&(t.uploading=!1,200==this.status?"Invalid file type."!==t.xhr.responseText?a.uploadComplete(e,t,o):a.error(t.xhr.responseText,t,o):404==this.status?a.error("404_FILE_NOT_FOUND",t,o):403==this.status?a.error("403_FORBIDDEN",t,o):a.error("Unknown Error",t,o))}),xhr.send(r)}else{var l=new FileReader;l.onload=function(i){var r="-------------------------"+(new Date).getTime(),l="--",d="\r\n",c="";c+=l+r+d,c+='Content-Disposition: form-data; name="'+s.fileObjName+'"',t.name&&(c+='; filename="'+t.name+'"'),c+=d,c+="Content-Type: application/octet-stream"+d+d,c+=i.target.result+d;for(key in s.formData)c+=l+r+d,c+='Content-Disposition: form-data; name="'+key+'"'+d+d,c+=s.formData[key]+d;c+=l+r+l+d,xhr.upload.addEventListener("progress",function(e){a.progress(e,t)},!1),xhr.addEventListener("load",function(e){t.uploading=!1;var n=this.status;404==n?a.error("404_FILE_NOT_FOUND",t,o):"Invalid file type."!=t.xhr.responseText?a.uploadComplete(e,t,o):a.error(t.xhr.responseText,t,o)},!1);var u=s.uploadScript;if("get"==s.method){var h=e(s.formData).param();u+=h}xhr.open(s.method,s.uploadScript,!0),xhr.setRequestHeader("Content-Type","multipart/form-data; boundary="+r),"function"==typeof s.onUploadFile&&s.onUploadFile.call(n,t),xhr.sendAsBinary(c)},l.readAsBinaryString(t)}},a.progress=function(t,o){if(e.inArray("onProgress",s.overrideEvents)<0){if(t.lengthComputable)var a=Math.round(t.loaded/t.total*100);o.queueItem.find(".fileinfo").html(" - "+a+"%"),o.queueItem.find(".progress-bar").css("width",a+"%")}"function"==typeof s.onProgress&&s.onProgress.call(n,o,t)},a.error=function(o,i,r){if(e.inArray("onError",s.overrideEvents)<0){switch(o){case"404_FILE_NOT_FOUND":errorMsg="404 Error";break;case"403_FORBIDDEN":errorMsg="403 Forbidden";break;case"FORBIDDEN_FILE_TYPE":errorMsg="Forbidden File Type";break;case"FILE_SIZE_LIMIT_EXCEEDED":errorMsg="File Too Large";break;default:errorMsg="Unknown Error"}i.queueItem.addClass("error").find(".fileinfo").html(" - "+errorMsg),i.queueItem.find(".progress").remove()}"function"==typeof s.onError&&s.onError.call(n,o,i),i.skip=!0,"404_FILE_NOT_FOUND"==o?a.uploads.errors++:a.queue.errors++,r&&t.upload.call(n,null,!0)},a.uploadComplete=function(o,i,r){e.inArray("onUploadComplete",s.overrideEvents)<0&&(i.queueItem.find(".progress-bar").css("width","100%"),i.queueItem.find(".fileinfo").html(" - Completed"),i.queueItem.find(".progress").slideUp(250),i.queueItem.addClass("complete")),"function"==typeof s.onUploadComplete&&s.onUploadComplete.call(n,i,i.xhr.responseText),s.removeCompleted&&setTimeout(function(){t.cancel.call(n,i)},3e3),i.complete=!0,a.uploads.successful++,a.uploads.count++,a.uploads.current--,delete i.xhr,r&&t.upload.call(n,null,!0)},a.queueComplete=function(){"function"==typeof s.onQueueComplete&&s.onQueueComplete.call(n,a.uploads)},!(window.File&&window.FileList&&window.Blob&&(window.FileReader||window.FormData)))return"function"==typeof s.onFallback&&s.onFallback.call(n),!1;if(s.id="uploadifive-"+n.attr("id"),a.button=e('<div id="'+s.id+'" class="uploadifive-button">'+s.buttonText+"</div>"),s.buttonClass&&a.button.addClass(s.buttonClass),a.button.css({height:s.height,"line-height":s.height+"px",overflow:"hidden",position:"relative","text-align":"center",width:s.width}),n.before(a.button).appendTo(a.button).hide(),a.createInput.call(n),s.queueID?a.queueEl=e("#"+s.queueID):(s.queueID=s.id+"-queue",a.queueEl=e('<div id="'+s.queueID+'" class="uploadifive-queue" />'),a.button.after(a.queueEl)),s.dnd){var l=s.dropTarget?e(s.dropTarget):a.queueEl.get(0);l.addEventListener("dragleave",function(e){e.preventDefault(),e.stopPropagation()},!1),l.addEventListener("dragenter",function(e){e.preventDefault(),e.stopPropagation()},!1),l.addEventListener("dragover",function(e){e.preventDefault(),e.stopPropagation()},!1),l.addEventListener("drop",a.drop,!1)}XMLHttpRequest.prototype.sendAsBinary||(XMLHttpRequest.prototype.sendAsBinary=function(e){function t(e){return 255&e.charCodeAt(0)}var o=Array.prototype.map.call(e,t),n=new Uint8Array(o);this.send(n.buffer)}),"function"==typeof s.onInit&&s.onInit.call(n)})},debug:function(){return this.each(function(){console.log(e(this).data("uploadifive"))})},clearQueue:function(){this.each(function(){var o=e(this),n=o.data("uploadifive"),a=n.settings;for(var s in n.inputs)for(input=n.inputs[s],limit=input.files.length,i=0;i<limit;i++)file=input.files[i],t.cancel.call(o,file);"function"==typeof a.onClearQueue&&a.onClearQueue.call(o,e("#"+n.settings.queueID))})},cancel:function(o,n){this.each(function(){var a=e(this),i=a.data("uploadifive"),s=i.settings;"string"==typeof o&&(isNaN(o)||(fileID="uploadifive-"+e(this).attr("id")+"-file-"+o),o=e("#"+fileID).data("file")),o.skip=!0,i.filesCancelled++,o.uploading&&(i.uploads.current--,o.uploading=!1,o.xhr.abort(),delete o.xhr,t.upload.call(a)),e.inArray("onCancel",s.overrideEvents)<0&&i.removeQueueItem(o,n),"function"==typeof s.onCancel&&s.onCancel.call(a,o)})},upload:function(t,o){this.each(function(){var n=e(this),a=n.data("uploadifive"),i=a.settings;if(t)a.uploadFile.call(n,t);else if(a.uploads.count+a.uploads.current<i.uploadLimit||0==i.uploadLimit){if(!o){a.uploads.attempted=0,a.uploads.successsful=0,a.uploads.errors=0;var s=a.filesToUpload();"function"==typeof i.onUpload&&i.onUpload.call(n,s)}e("#"+i.queueID).find(".uploadifive-queue-item").not(".error, .complete").each(function(){return _file=e(this).data("file"),a.uploads.current>=i.simUploadLimit&&0!==i.simUploadLimit||a.uploads.current>=i.uploadLimit&&0!==i.uploadLimit||a.uploads.count>=i.uploadLimit&&0!==i.uploadLimit?!1:void(i.checkScript?(_file.checking=!0,skipFile=a.checkExists(_file),_file.checking=!1,skipFile||a.uploadFile(_file,!0)):a.uploadFile(_file,!0))}),0==e("#"+i.queueID).find(".uploadifive-queue-item").not(".error, .complete").size()&&a.queueComplete()}else 0==a.uploads.current&&(e.inArray("onError",i.overrideEvents)<0&&a.filesToUpload()>0&&0!=i.uploadLimit&&alert("The maximum upload limit has been reached."),"function"==typeof i.onError&&i.onError.call(n,"UPLOAD_LIMIT_EXCEEDED",a.filesToUpload()))})},destroy:function(){this.each(function(){var o=e(this),n=o.data("uploadifive"),a=n.settings;t.clearQueue.call(o),a.queueID||e("#"+a.queueID).remove(),o.siblings("input").remove(),o.show().insertBefore(n.button),n.button.remove(),"function"==typeof a.onDestroy&&a.onDestroy.call(o)})}};e.fn.upload=function(o){return t[o]?t[o].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof o&&o?void e.error("The method "+o+" does not exist in $.uploadify"):t.init.apply(this,arguments)}}(n)}),define("js/me/index",["jquery","swiper","index"],function(e,t,o){var n,a=e("jquery"),i=e("js/plugin/notice-scroll"),s=a(".user-avatar"),r=a(".list-item"),l=new Image;e("js/product/recommend-for-you"),e("js/product/suspend-cart"),n=s.data("avatar"),l.src=n,l.onload=function(){s.css("background-image","url("+n+")")},i(".notice",1e3*a(".notice").data("time")),a(".yoho-page").on("touchstart",".list-item, .type-item, .order-title",function(){r.removeClass("highlight"),a(this).addClass("highlight")}).on("touchend touchcancel",".list-item, .type-item, .order-title",function(){a(this).removeClass("highlight")})}),define("js/product/recommend-for-you",["swiper","jquery","index"],function(e,t,o){var n,a=e("swiper"),i=e("jquery"),s=i(".recommend-for-you");i.get("/home/preference").then(function(e){s.html(e).show(),i("#swiper-recommend").length&&(n=new a("#swiper-recommend",{slidesPerView:"auto",grabCursor:!0,slideElement:"a",lazyLoading:!0,watchSlidesVisibility:!0}))}).fail(function(){s.hide()})}),define("js/me/coupons",["jquery","hammer","mlellipsis"],function(e,t,o){function n(e,t){d.showLoadingMask(),s.ajax({type:"POST",url:"/home/couponData",dataType:"html",data:{status:e,page:t},success:function(e){s("#employ").append(e),window.rePosFooter(),d.hideLoadingMask()}})}function a(){return s(window).scrollTop()+s(window).height()>s("body").height()-100?(u++,void n(c,u)):void 0}var i,s=e("jquery"),r=e("hammer"),l=e("mlellipsis"),d=e("js/plugin/loading"),c=0,u=1;l.init(),s(".yoho-footer").css("border-top","1px solid #e0e0e0"),s(".employ span").each(function(e){i=new r(s(".employ span")[e]),i.on("tap",function(t){s(".employ span").removeClass("active").eq(e).addClass("active"),s("#employ").html(" "),c=e,u=1,n(c,u),window.rePosFooter()})}),s(window).scroll(function(){window.requestAnimationFrame(a)}),n(c,u)}),define("js/me/online-service",["jquery"],function(e,t,o){var n=e("jquery"),a=n(".question-tab .tab-item");a.on("touchend",function(){var e=n(this).data("tab");e='[data-tab-name="'+e+'"]',a.removeClass("current"),n(this).addClass("current"),n(".question-list").removeClass("current"),n(e).addClass("current")}),n(".yoho-page").on("touchstart",".connect-item, .question-item",function(){n(this).siblings().removeClass("highlight"),n(this).addClass("highlight")}).on("touchend touchcancel",".connect-item, .question-item",function(){n(this).removeClass("highlight")})}),define("js/me/address",["jquery","hammer"],function(e,t,o){var n,a=e("jquery"),i=e("js/plugin/tip"),s=e("js/plugin/loading"),r=a(".action"),l=a(".add-address"),d=a("#yoho-footer"),c=a(".confim-mask"),u=a(".page-wrap"),h=a(".address-item");e("js/common"),u.first().css("min-height",function(){return a(window).height()-a("#yoho-header").height()-d.height()}),window.rePosFooter(),c.on("touchend",".cancel",function(e){return n=null,c.fadeOut(),!1}).on("touchend",".confim",function(){return s.showLoadingMask(),c.fadeOut(),a.ajax({method:"POST",url:"/home/delAddress",data:{id:n}}).then(function(e){"object"!==a.type(e)&&(e={}),200!==e.code?(i.show(e.message||"网络出了点问题~"),s.hideLoadingMask()):window.location.reload()}).fail(function(){i.show("网络出了点问题~"),s.hideLoadingMask()}).always(function(){n=null}),!1}),h.length<5&&l.attr("href",l.data("href")),l.on("touchend",function(){return h.length>=5?(i.show("您最多添加5个收货地址"),!1):void 0}),r.on("touchend",".del",function(){return n=a(this).data("id"),c.fadeIn(),!1}),r.on("touchstart","a,span",function(){a(this).css("background","#eee")}).on("touchend touchcancel","a,span",function(){a(this).css("background","transparent")})}),define("js/me/browse-record",["jquery","lazyload","handlebars","source-map","hammer"],function(t,o,n){function a(e){var t=c.children(".browse-record-good").length;g||(1===f&&u.removeClass("hide"),g=!0,i.ajax({type:"GET",url:"/home/recordContent",data:{page:f+1},success:function(o){" "===o?(m=!0,h.addClass("hide"),p.removeClass("hide")):(0===t?(c.html(o),s()):(c.append(o),s(c.find(".browse-record-good:gt("+(t-1)+") .lazy"))),window.rePosFooter(),f++,e&&e())},complete:function(){g=!1}}))}var i=t("jquery"),s=t("lazyload"),r=t("js/plugin/loading"),l=t("js/plugin/tip"),d=t("js/me/dialog"),c=i(".records"),u=i(".load-more"),h=u.children(".more"),p=u.children(".no-more"),f=0,m=!1,g=!1,v=i(window).height();r.init(),r.showLoadingMask(),a(r.hideLoadingMask),i(window).scroll(function(){m||v+i(window).scrollTop()>i(document).height()-.25*c.height()&&a()}),c.on("touchstart",".del-icon",function(){var e=i(this).closest(".browse-record-good"),t=e.data("skn");d.showDialog({dialogText:"确定删除此条浏览记录吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){i.ajax({type:"GET",url:"/home/delRecord",data:{skn:t},success:function(e){200===e.code&&(d.showDialog({dialogText:"删除浏览记录成功",autoHide:2e3,fast:!0}),setTimeout(function(){window.history.go(0)},1200))}})})}),i(".deps").on("touchstart","span",function(){i(this).css("background","#eee")}).on("touchend touchcancel","span",function(){i(this).css("background","transparent")}),i(".invalidGoods").on("touchstart touchend",function(){var t=i(e.target).closest("span");if(!t.hasClass("del-icon"))return l.show("商品已下架"),!1})}),define("js/me/address-act",["jquery","hammer"],function(e,t,o){function n(e){f.html(e),y.on("touchend",function(){p.hide(),f.show(),b="list",g.html("地区选择")}),f.find(".address").each(function(e,t){var o=new r(t);o.on("tap",function(e){var t=s(e.target);"li"!==e.target.tagName.toLowerCase()&&(t=t.parent("li")),C.push(t.children(".caption").text().trim()),t.siblings().hide(),t.children("ul").show().children("li").show(),e.srcEvent.preventDefault(),e.srcEvent.stopPropagation()})}),f.find(".address-last").each(function(e,t){var o=new r(t);o.on("tap",function(e){var t=s(e.target);C.push(t.text().trim()),s('[name="area"]').val(C.join(" ")),s('[name="area_code"]').val(t.data("id")),p.show(),b="edit",g.html(w),f.hide(),f.find("ul").hide().find("li").removeClass("highlight"),f.children("ul").show().children("li").show(),C=[],e.srcEvent.preventDefault(),e.srcEvent.stopPropagation()})}),f.on("touchstart","li",function(){s(this).addClass("highlight")}).on("touchend touchcancel","li",function(){s(this).removeClass("highlight")})}var a,i,s=e("jquery"),r=e("hammer"),l=e("js/plugin/tip"),d=e("js/plugin/security"),c=e("js/plugin/loading"),u=s(".edit-address"),h=s(".submit"),p=s(".my-edit-address-page"),f=s(".my-address-list-page"),m=s(".nav-back"),g=s(".nav-title"),v=s("input, textarea"),w=g.html(),y=s(".area"),b="edit",C=[],j=s.queryString();s(p,f).css("min-height",function(){return s(window).height()-s("#yoho-header").height()}),m.attr("href","javascript:void(0);"),m.on("touchend",function(e){"list"===b?(f.hide(),p.show(),e.preventDefault(),b="edit",g.html(w),f.hide(),f.find("ul").hide().find("li").removeClass("highlight"),f.children("ul").show().children("li").show(),C=[]):window.history.go(-1)}),u.on("submit",function(){return a?!1:d.hasDangerInput(!1)?!1:s(this).find('[name="consignee"]').val()?s(this).find('[name="mobile"]').val()?s(this).find('[name="area_code"]').val()&&s(this).find('[name="area"]').val()?s(this).find('[name="address"]').val()?(a=!0,c.showLoadingMask(),h.css("background","#777"),s.ajax({method:"POST",url:"/home/saveAddress",data:s(this).serialize()}).then(function(e){"object"!==s.type(e)&&(e={}),200!==e.code?(l.show(e.message||"网络出了点问题~"),a=!1,c.hideLoadingMask()):"shopping"===j.refer?window.location.href="/cart/index/selectAddress":window.location.href="/home/address"}).fail(function(){l.show("网络出了点问题~"),a=!1,c.hideLoadingMask(),h.css("background","#444")}),!1):(l.show("地址不能为空"),!1):(l.show("省市区不能为空"),!1):(l.show("手机号不能为空"),!1):(l.show("收件人不能为空"),!1)}),h.on("touchend",function(){return d.hasDangerInput(!1)?!1:(v.blur(),u.submit(),!1)}).on("touchstart",function(){s(this).addClass("highlight")}).on("touchend touchcancel",function(){s(this).removeClass("highlight")}),window.localStorage&&window.localStorage.getItem&&(i=window.localStorage.getItem("chinaAddressList")),i?n(i):s.ajax({method:"GET",url:"/home/locationList",timeout:6e4}).then(function(e){n(e),window.localStorage&&window.localStorage.setItem&&window.localStorage.setItem("chinaAddressList",e)}).fail(function(){l.show("获取省市区列表失败")})}),define("js/me/logistic",["jquery","hammer","lazyload"],function(e,t,o){function n(){d+l>r?window.rePosFooter():s.css("border-top","1px solid #f1f1f1")}function a(){return window.cookie("_Channel")||"boys"}var i=e("jquery"),s=i("#yoho-footer"),r=window.outerHeight,l=document.body.offsetHeight,d=s.height();i(document).ready(n),e("js/home/maybe-like")(a()),i(window).scrollTop(1).scrollTop(0)}),define("js/me/pay",["jquery","hammer"],function(e,t,o){function n(){document.addEventListener("WeixinJSBridgeReady",function(){window.WeixinJSBridge&&window.WeixinJSBridge.call("hideOptionMenu")})}function a(e,t){window.WeixinJSBridge&&window.WeixinJSBridge.invoke("getBrandWCPayRequest",t,function(t){window.location.href="/home/orders/detail?order_code="+e})}function i(e){var t;void 0===typeof WeixinJSBridge?document.addEventListener?document.addEventListener("WeixinJSBridgeReady",a,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",a),document.attachEvent("onWeixinJSBridgeReady",a)):f.ajax({type:"GET",url:"/shopping/pay/wechatwapapi?order_code="+e,dataType:"json",success:function(o){200===o.code?(t=o.data.jsApiParameters,a(e,t)):g.show("微信支付调取失败")},error:function(){g.show("请刷新本页面,完成微信支付")}})}function s(){var e=window.navigator.userAgent.toLowerCase();return e.indexOf("micromessenger")>0}function r(){var e=f(".app");e.each(function(e,t){return"weixin"===f(t).parent().attr("id")?(f(t).parent().css("display","none"),!1):void 0})}function l(){s()||r()}function d(e,t){f(e).css("background-position-y",t)}function c(){var e=f(".box"),t=null,o=null;e.each(function(e,n){t=f(n).find(".icon").find("div"),t.length>0&&(o=f(n).attr("id"),"alipay"!==o&&d(t,C[o]))})}function u(){f(".payapp-list").css("visibility","visible")}function h(){var e=f(".box");e.on("touchstart",function(e){f(this).addClass("bytouch")}).on("touchend touchcancel",function(){e.removeClass("bytouch")})}function p(){l(),m.hideLoadingMask(),u(),c(),h()}var f=e("jquery"),m=e("js/plugin/loading"),g=e("js/plugin/tip"),v=e("hammer"),w=document.getElementById("ordercode").value,y=document.getElementById("weixin"),b=y&&new v(y),C={baidu:"-2.7rem",weixin:"-1.2rem",QQ:"-5.4rem",bank:"-4rem"};window.wx&&wx.hideOptionMenu(),void 0===typeof WeixinJSBridge?(document.addEventListener?document.addEventListener("WeixinJSBridgeReady",n,!1):document.attachEvent&&(document.attachEvent("WeixinJSBridgeReady",n),document.attachEvent("onWeixinJSBridgeReady",n)),n()):n(),b&&b.on("tap",function(){i(w)}),m.showLoadingMask(),f(document).ready(p),f(".box").on("click",function(){var e,t,o=f(".payapp-list a").attr("href"),n=[];-1!=o.indexOf("?")&&(n=o.split("?")[1].split("&"),e=n[0].split("=")[1],t=n[1].split("=")[1]),f.ajax({url:"/shopping/pay/addPaymentInterval?orderCode="+e+"&payment="+t,method:"get"})})}),define("js/me/personal-details",["jquery"],function(e,t,o){var n,a=e("jquery"),i=a(".user-avatar"),s=new Image;n=i.data("avatar"),s.src=n,s.onload=function(){i.css("background-image","url("+n+")")}}),define("js/me/currency",["jquery"],function(e,t,o){function n(e){i.ajax({type:"POST",url:"/home/ajaxCurrencyDetail",dataType:"html",data:{page:e},success:function(e){i(".coin-detail").append(e),window.rePosFooter()}})}function a(){return i(window).scrollTop()+i(window).height()>i("body").height()-100?(r++,void n(r)):void 0}var i=e("jquery"),s=e("js/plugin/loading"),r=1;s.showLoadingMask(),i(window).scroll(function(){window.requestAnimationFrame(a)}),n(r),i(document).ready(s.hideLoadingMask)}),define("js/me/currency-new",["jquery","hammer","lazyload"],function(e,t,o){function n(){return window.cookie("_Channel")||"boys"}e("js/home/maybe-like")(n())}),define("js/me/message",["jquery","handlebars","source-map","hammer"],function(e,t,o){function n(e){s.showLoadingMask(),i.ajax({type:"POST",url:"/home/ajaxMessage",dataType:"html",data:{page:e},success:function(t){" "===t&&(c=!0,1===e&&(t='<p style="text-align:center">您没有消息</p>')),i(".massage-page").append(t),window.rePosFooter(),s.hideLoadingMask()}})}function a(){!c&&i(window).scrollTop()+i(window).height()>i("body").height()-100&&(d++,n(d))}var i=e("jquery"),s=e("js/plugin/loading"),r=e("js/me/dialog"),l=i(".massage-page"),d=1,c=!1;i(window).scroll(function(){window.requestAnimationFrame(a)}),l.on("touchstart",".del",function(){var e=i(this).closest(".massage-list"),t=e.data("id");r.showDialog({dialogText:"确定删除这条消息吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){i.ajax({type:"POST",url:"/home/ajaxDelMes",data:{id:t},success:function(e){200===e.code?(r.showDialog({dialogText:"删除消息成功",autoHide:2e3,fast:!0}),setTimeout(function(){window.history.go(0)},1200)):r.showDialog({dialogText:e.message,autoHide:2e3,fast:!0})}})})}),n(d)}),define("js/me/message-detail",["jquery","handlebars","source-map","hammer"],function(e,t,o){var n=e("jquery"),a=e("js/me/dialog"),i=n(".massage-page"),s=!1;i.on("touchstart",".pick-coupon-btn",function(){if(!s){s=!0;var e=n(this).data("id");n.ajax({type:"POST",url:"/home/pickCoupon",data:{id:e},success:function(e){200===e.code&&(a.showDialog({dialogText:"领取成功",autoHide:2e3,fast:!0}),n(this).removeClass("pick-coupon-btn")),s=!1,a.showDialog({dialogText:e.message,autoHide:2e3,fast:!0})}})}})}),define("js/cart/entry",["jquery","mlellipsis","hammer","handlebars","source-map","swiper","lazyload","index"],function(e,t,o){e("js/cart/cart"),e("js/cart/gift-advance"),e("js/cart/order-ensure"),e("js/cart/select-coupon"),e("js/cart/select-address")}),define("js/cart/cart",["jquery","mlellipsis","hammer","handlebars","source-map","swiper","lazyload","index"],function(e,t,o){function n(){return window.isCookiesEnabled()?p(".cart-goods").length<=0&&!q:p(".cart-goods").length<=0}function a(){return b.not(".hide")}function i(){a().find(".shopping-cart-good .name").each(function(){this.mlellipsis(2)}),T=!0}function s(){return a().find(".cart-goods .icon-cb-checked").length>0}function r(){var e=a().find(".freebie");return!(e.length<=0)}function l(){var e,t=!1;return"ordinary"===C?e=p(".common .low-stocks"):"advance"===C&&(e=p(".presell .low-stocks")),e.length<=0?t:(e.each(function(e,o){p(o).parent().parent().parent().siblings(".checkbox").hasClass("icon-cb-checked")&&(E+=1,t=!0)}),t)}function d(){v.showDialog({dialogText:"您还未选择赠品,是否去选择赠品",hasFooter:{leftBtnText:"我不要赠品",rightBtnText:"去选择"}},function(){window.location.href=a().find(".freebie > a").attr("href")},function(){var e=window.cookie("order-info");e&&window.setCookie("order-info",""),window.location.href="/cart/index/orderEnsure?cartType="+C})}var c,u,h,p=e("jquery"),f=e("mlellipsis"),m=e("hammer"),g=e("js/cart/chose-panel"),v=e("js/me/dialog"),w=e("js/plugin/loading"),y=e("js/plugin/tip"),b=p(".cart-content"),C=p("#cartType").val(),j=p(".cart-nav"),x=p(".shopping-cart-page"),k=!1,T=!1,q="true"===window.cookie("_yoho-cart-refreshByDelete"),E=0;w.showLoadingMask(),n()?e("js/product/recommend-for-you"):(q&&p("body").css("background-color","#f0f0f0"),e("js/cart/good")),x.css("display","block"),w.hideLoadingMask(),window.setCookie("_yoho-cart-refreshByDelete",!1),f.init(),"function"==typeof window.cookie&&"y"===window.cookie("_hasShowCartPresellTip")?(p("#presell-tip").removeClass("show").addClass("hide"),k=!0):p("#presell-tip").removeClass("hide").addClass("show"),"advance"===C&&(b.toggleClass("hide"), +p("#common-cart-nav").removeClass("active"),p("#presell-cart-nav").addClass("active"),i(),p(window).trigger("scroll")),j.length>0&&(c=new m(document.getElementsByClassName("cart-nav")[0]),c.on("tap",function(e){var t=p(e.target).closest("li");t.hasClass("active")||("ordinary"===C?(C="advance",p("#cartType").val("advance")):(C="ordinary",p("#cartType").val("ordinary")),t.siblings(".active").removeClass("active"),t.addClass("active"),b.toggleClass("hide"),T===!1&&i(),p(window).trigger("scroll"))}),k||setTimeout(function(){p("#presell-tip").removeClass("show").addClass("hide"),window.setCookie("_hasShowCartPresellTip","y")},3e3)),p(".advance-buy").length>0&&(u=new m(document.getElementsByClassName("advance-buy")[0]),u.on("tap",function(e){window.location.href="/cart/index/advanceBuy?cartType="+C})),p(".freebie").length>0&&(h=new m(document.getElementsByClassName("freebie")[0]),h.on("tap",function(e){window.location.href="/cart/index/gift?cartType="+C})),p(".btn-balance").on("touchend",function(){var e=window.cookie("order-info");return E=0,l()?(y.show("所选商品中有"+E+"种库存不足的商品"),!1):r()?(d(),!1):void(s()?(e&&window.setCookie("order-info",""),window.location.href="/cart/index/orderEnsure?cartType="+C):y.show("请先勾选商品"))}),p(".off-shell-goods").on("touchstart touchend",function(e){var t=p(e.target).closest("span");if(!t.hasClass("icon-del"))return y.show("商品已下架"),!1}),p(".chose").on("touchend",function(){g.show()}),j.on("touchstart","li",function(e){p(this).addClass("bytouch")}).on("touchend touchcancel",function(){j.find("li").removeClass("bytouch")}),p(window).scrollTop(1).scrollTop(0)}),define("js/cart/good",["jquery","mlellipsis","lazyload","handlebars","source-map","hammer"],function(e,t,o){function n(e){this.goods_type=e.goods_type,this.buy_number=e.buy_number,this.product_sku=e.product_sku,this.selected=e.selected,this.hasPromotion=e.hasPromotion}function a(e,t,o,n){return e.length<2?(m.show("出错啦!"),!1):(u.remove(),d(e).appendTo("#mainCart"),u.init(),u.setEditModeWithSknId(t,o),n||u.disableNumEdit(),void u.show())}function i(e,t){v||(v=!0,d.ajax({url:"select",type:"post",data:{skuList:JSON.stringify(e)},success:function(e){200===e.code?t():m.show(e.message)},error:function(){m.show("网络异常")},complete:function(){v=!1}}))}function s(){var e,t=d(".shopping-cart-good .icon-cb-checked"),o=d(".shopping-cart-good .icon-checkbox");g.hasClass("icon-cb-checked")?(g.removeClass("icon-cb-checked").addClass("icon-checkbox"),e=!0):(g.removeClass("icon-checkbox").addClass("icon-cb-checked"),e=!1),e?t.each(function(e,t){d(t).removeClass("icon-cb-checked").addClass("icon-checkbox")}):o.each(function(e,t){d(t).removeClass("icon-checkbox").addClass("icon-cb-checked")}),window.location.href="/cart/index/index?cartType="+d("#cartType").val()}function r(e,t,o){var a={},s=d(".cart-content:not(.hide) .shopping-cart-good"),r=null,l=[];a.goods_type=t,a.selected=e?"N":"Y",s.each(function(e,t){r=d(t),a.product_sku=d(t).data("id"),a.hasPromotion=d(t).data("promotion"),a.buy_number=r.find(".count").eq(0).text().trim().replace("×",""),l.push(new n(a))}),i(l,o)}var l,d=e("jquery"),c=e("mlellipsis"),u=e("js/cart/chose-panel"),h=e("js/plugin/loading"),p=e("lazyload"),f=e("js/me/dialog"),m=e("js/plugin/tip"),g=d(".balance .checkbox"),v=!1;c.init(),p({try_again_css:"order-failure"}),setTimeout(function(){d(".shopping-cart-good .name").each(function(){this.mlellipsis(2)})},0),d(".cart-goods").on("touchstart",".checkbox",function(){var e=d(this),t=e.closest(".shopping-cart-good"),o=t.data("id"),a=t.data("promotion"),i=[],s={};return!e.hasClass("icon-cb-checked")&&e.siblings(".info").find(".low-stocks").length>0?(m.show("库存不足,无法购买"),!1):(s.goods_type=d("#cartType").val(),s.selected=e.hasClass("icon-cb-checked")?"N":"Y",s.product_sku=o,s.hasPromotion=a,s.buy_number=t.find(".count").eq(0).text().trim().replace("×",""),i.push(new n(s)),void d.ajax({type:"post",url:"select",data:{skuList:JSON.stringify(i)}}).then(function(t){200===t.code?(e.hasClass("icon-cb-checked")?e.removeClass("icon-cb-checked").addClass("icon-checkbox"):e.removeClass("icon-checkbox").addClass("icon-cb-checked"),window.location.href="/cart/index/index?cartType="+d("#cartType").val()):400===t.code&&m.show("网络异常")},function(){m.show("网络异常")}))}),d(".icon-edit").on("touchstart",function(e){var t,o,n,i,s,r=d(this),c=r.closest(".shopping-cart-good").data("skn");return r.parents(".off-shell-goods").length?(m.show("商品已下架"),!1):c===l?void u.show():(l=c,t=r.closest(".info").siblings(".checkbox"),o=r.closest(".deps").siblings(".few-tag"),n=r.closest(".shopping-cart-good").data("id"),i=r.data("count"),s=!o.hasClass("gift-tag")&&!o.hasClass("plus-tag"),e.stopPropagation(),h.showLoadingMask(),void d.ajax({url:"/cart/index/goodinfo",data:{skn:c,buy_num:i},success:function(e){a(e,n,t.hasClass("icon-cb-checked"),s)},error:function(){m.show("网络异常"),window.location.reload()},complete:function(){h.hideLoadingMask()}}))}),d(".icon-del").on("touchstart",function(e){var t=d(this);e.stopPropagation(),f.showDialog({dialogText:"您确定要从购物车中删除吗?",hasFooter:{leftBtnText:"取消",rightBtnText:"确定"}},function(){var e=t.closest(".shopping-cart-good").data("id"),o=t.data("count");d.ajax({method:"post",url:"/cart/index/del",data:{sku:e,count:o}}).then(function(e){200===e.code?(f.showDialog({dialogText:"删除成功",autoHide:!0,fast:!0}),window.setCookie("_yoho-cart-refreshByDelete",!0),window.location.href="/cart/index/index?cartType="+d("#cartType").val()):m.show(e.message)},function(){m.show("网络异常"),window.location.reload()})})}),g.on("touchend",function(){var e=d("#cartType").val(),t=d(this).hasClass("icon-cb-checked");if("ordinary"===e){if(!t&&d(".common .low-stocks").length>0)return m.show("所选商品中含有库存不足的商品"),!1}else if("advance"===e&&!t&&d(".presell .low-stocks").length>0)return m.show("所选商品中含有库存不足的商品"),!1;r(t,e,s)}),d(".down").on("touchend",function(){u.show()})}),define("js/cart/gift-advance",["jquery","mlellipsis","lazyload","hammer"],function(e,t,o){function n(e,t){d.showLoadingMask(),a.get("/cart/index/giftinfo",{skn:e,promotionId:t}).then(function(e){return e?void c.show(e,function(){window.location.href="/cart/index/index?cartType="+h.cartType}):void l.show("网络错误")},function(){l.show("网络错误")}).always(function(){d.hideLoadingMask()})}var a=e("jquery"),i=e("mlellipsis"),s=e("lazyload"),r=e("hammer"),l=e("js/plugin/tip"),d=e("js/plugin/loading"),c=e("js/cart/chose-panel"),u=a(".gift-advance-page"),h=a.queryString();e("js/common"),s(a(".lazy")),i.init(),u.find(".chose").each(function(e,t){var o=new r(t);o.on("tap",function(e){var t=a(e.target),o=t.closest(".gift-advance-good").data("id"),i=t.closest(".advance-block").data("promotion-id");n(o,i)})}),setTimeout(function(){a(".gift-advance-good .name").each(function(){this.mlellipsis(2)})},0)}),define("js/cart/order-ensure",["jquery","lazyload","hammer"],function(e,t,o){function n(){var e,t=location.search.substr(1).split("&"),o=[],n={};for(e=0;e<t.length;e++)o=t[e].split("="),n[o[0]]=o[1],o=[];return n}function a(){return n().limitproductcode}function i(){var e=k("yohoCoin");m.showLoadingMask(),h.ajax({method:"POST",url:"/cart/index/orderCompute",data:{cartType:k("cartType")||"ordinary",deliveryId:k("deliveryId"),paymentTypeId:k("paymentTypeId"),couponCode:k("couponCode"),yohoCoin:e,skuList:a()?k("skuList"):void 0}}).then(function(e){"object"!==h.type(e)?window.location.reload():(void 0!==typeof e.last_order_amount&&(e.last_order_amount=(+e.last_order_amount).toFixed(2)),e.use_yoho_coin&&(b.find("em").html("- ¥ "+e.use_yoho_coin),C.html("已抵¥"+e.use_yoho_coin),b.find("em").show(),C.show()),u="",e.promotion_formula_list&&(h.each(e.promotion_formula_list,function(e,t){u+="<li><p>"+t.promotion+"</p><span>"+t.promotion_amount+"</span></li>"}),h(".price-cost span").html("¥"+e.last_order_amount),h(".bill span").html("¥"+e.last_order_amount),h(".total").html(u)))}).fail(function(){window.location.reload()}).always(function(){m.hideLoadingMask()})}function s(){var e=v.find('[name="invoice-title"]').val()||k("invoiceText"),t=h("#msg").find("input").val()||k("msg");if(d)return!1;if(k("invoice")){if(!e)return void f.show("请输入发票抬头");if(e.length>30)return void f.show("发票抬头不得超过30个汉字")}return t&&t.length>40?void f.show("留言不得超过40个汉字"):(m.showLoadingMask(),d=!0,void h.ajax({method:"POST",url:"/cart/index/orderSub",data:{addressId:k("addressId"),cartType:k("cartType")||"ordinary",deliveryId:k("deliveryId"),deliveryTimeId:k("deliveryTimeId"),invoiceText:k("invoice")?e:null,invoiceType:k("invoice")?v.find(".invoice-type").val()||k("invoiceType"):null,msg:t,paymentTypeId:k("paymentTypeId"),paymentType:k("paymentType"),couponCode:k("couponCode"),yohoCoin:k("yohoCoin"),skuList:a()?k("skuList"):void 0}}).then(function(e){var t;return e?void(200===e.code?(t=2===l?"/home/orderDetail?order_code="+e.data.order_code:"/home/orders/pay?order_code="+e.data.order_code,window.setCookie("order-info",""),window.location.href=t):e.message&&f.show(e.message)):void f.show("系统繁忙,请稍后再试!")}).fail(function(){f.show("系统繁忙,请稍后再试!")}).always(function(){d=!1,m.hideLoadingMask()}))}function r(e){return e.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2")}var l,d,c,u,h=e("jquery"),p=e("lazyload"),f=e("js/plugin/tip"),m=e("js/plugin/loading"),g=e("js/cart/order-info"),v=h(".invoice"),w=h(".coupon-use.used"),y=h(".address-wrap"),b=h(".coin-check"),C=h(".coin .used"),j=h(".sub-block"),x=h.queryString(),k=g.orderInfo;e("js/common"),p(),window.getUid()!==k("uid")&&(g.init(),window.location.reload()),w.data("name")!==k("couponName")&&(k("couponCode",null),k("couponName",null)),document.referrer&&-1!==document.referrer.indexOf("/cart/index/index")&&(k("couponCode",null),k("couponName",null)),a()&&function(){var e=[],t=n();t.type="limitcode",e.push(t),k("skuList",JSON.stringify(e)),k("limitUrlSufix",location.search)}(),(x.cartType||x.carttype||!k("cartType"))&&k("cartType",x.cartType||x.carttype||"ordinary"),h(".checkbox").on("touchstart",function(){var e=h(this);return e.hasClass("icon-cb-radio")?void e.removeClass("icon-cb-radio").addClass("icon-radio"):void(e.hasClass("icon-radio")&&e.removeClass("icon-radio").addClass("icon-cb-radio"))}),v.on("touchend",".checkbox",function(){var e=h(this);e.hasClass("icon-cb-radio")&&v.addClass("focus"),e.hasClass("icon-radio")&&v.removeClass("focus")}),k("addressId")||k("addressId",y.data("id")),h(".delivery-id").on("touchend","li",function(){k("deliveryId",h(this).data("id")),i()}),h(".payment-type").on("touchend","li",function(){k("paymentType",h(".icon-cb-radio",this).data("id"))}),h(".dispatch-time").on("touchend","li",function(){k("deliveryTimeId",h(this).data("id"))}),h(".coin").on("touchend",function(){var e=h(this);e.find(".checkbox").hasClass("icon-cb-radio")?(k("yohoCoin",e.data("yoho-coin")),e.find(".can-use").hide()):(k("yohoCoin",0),e.find(".coin-check em").hide(),e.find(".can-use").show(),e.find(".used").hide()),i()}),v.on("touchend",".checkbox",function(e){var t=h(this);k("invoice",t.hasClass("icon-cb-radio")),e.preventDefault(),e.stopPropagation()}),v.find('[name="invoice-title"]').on("blur",function(){k("invoiceText",h(this).val())}).end().find(".invoice-type").on("change",function(){k("invoiceType",h(this).val())}),h("#msg").find("textarea").on("blur",function(){k("msg",h(this).val())}),h(".pay-mode").on("click","li",function(){var e=h(this);k("paymentTypeId",e.data("pay-id")),k("paymentType",e.data("pay-type")),l=e.data("pay-type")}),h("form").on("submit",function(){return!1}),h(".dispatch").on("touchend","h3",function(){h(this).siblings("ul").is(":hidden")?(h(".dispatch h3").removeClass("border-none"),h(this).addClass("border-none"),h(".down").removeClass("hide"),h(".up").addClass("hide"),h(".up",this).removeClass("hide"),h(".down",this).addClass("hide"),h(".dispatch ul").hide(),h(this).siblings("ul").show()):(h(this).removeClass("border-none"),h(".down",this).removeClass("hide"),h(".up",this).addClass("hide"),h(this).siblings("ul").hide())}),j.on("touchstart","li",function(){h.each(h(this).parents("ul").find("i"),function(){h(this).parents("ul").find("i").removeClass("icon-cb-radio").addClass("icon-radio")}),h(this).parents("ul").hide(),h(".down").removeClass("hide"),h(".up").addClass("hide"),h(".dispatch h3").removeClass("border-none"),c=h(this).find("span").html(),h(this).parents(".sub-block").find("h3 span").html(c),h(this).find("i").hasClass("icon-cb-radio")?h(this).find("i").addClass("icon-radio"):h(this).find("i").hasClass("icon-radio")&&h(this).find("i").addClass("icon-cb-radio")}),h(".bill a").on("touchstart",function(){k("paymentTypeId",h(".delivery-id .icon-cb-radio").data("id")),k("paymentType",h(".payment-type .icon-cb-radio").data("id")),l=h(".payment-type .icon-cb-radio").data("id"),s()}),h(".info-phone").html(r(h(".info-phone").html())),k("address")&&"N"===k("address").is_support&&(k("deliveryId",h(".delivery-id .icon-cb-radio").data("id")),i())}),define("js/cart/order-info",["jquery","hammer"],function(e,t,o){function n(){i={uid:window.getUid(),deliveryId:a(".dispatch-mode .chosed").data("id")||1,deliveryTimeId:1,paymentTypeId:1,yohoCoin:0,addressId:null,couponCode:null,couponName:null,invoice:null,invoiceText:null,invoiceType:null,msg:null,cartType:"ordinary"},window.setCookie("order-info",JSON.stringify(i))}var a=e("jquery"),i=window.cookie("order-info");e("js/common");try{i=JSON.parse(i)}catch(s){n()}t.init=n,t.orderInfo=function(e,t){return void 0===t?i[e]:(i[e]=t,void window.setCookie("order-info",JSON.stringify(i)))}}),define("js/cart/select-coupon",["jquery","handlebars","source-map","hammer","mlellipsis"],function(e,t,o){function n(){var e=r(".null"),t=r(".nav-title").height(),o=e.height();return 0===e.length?!1:void e.css({top:w/2-o/2+t})}function a(e){var t,o;return r.isArray(e)?(r(".coupon-wrap").html(r("#tmpl-no-coupon").html()),void n()):(t=e.notAvailableCoupons,o=e.coupons,r.each(o,function(e,t){t.couponValue=Math.floor(t.couponValue)}),r.each(t,function(e,t){t.couponValue=Math.floor(t.couponValue)}),v.append(f({coupons:o})).find(".employ-main").each(function(e,t){var o=new d(t);o.on("tap",function(e){var t=r(e.srcEvent.currentTarget),o=t.data("coupon-code");r.ajax({method:"POST",url:"/cart/index/couponSearch",data:{couponCode:o}}).then(function(e){200===e.code?(p("couponCode",e.data.coupon_code),p("couponName",e.data.coupon_title),window.location.href="/cart/index/orderEnsure"):e.message&&h.show(e.message)}).fail(function(){h.show("网络错误")})})}),t.length&&r(".not-avaliable-coupon-line").show(),r("#coupon-list-not").append(m({notAvailableCoupons:t})),void window.rePosFooter())}function i(){s||(u.showLoadingMask(),s=!0,r.ajax({type:"GET",url:"/cart/index/couponList",dataType:"json"}).then(a).fail(function(){}).always(function(){s=!1,u.hideLoadingMask()}))}var s,r=e("jquery"),l=e("handlebars"),d=e("hammer"),c=e("mlellipsis"),u=e("js/plugin/loading"),h=e("js/plugin/tip"),p=e("js/cart/order-info").orderInfo,f=l.compile(r("#tmpl-coupon").html()),m=l.compile(r("#tmpl-coupon-not-avaliable").html()),g=r("#new-coupon"),v=r("#coupon-list"),w=r(window).height();e("js/common"),c.init(),g.on("submit",function(){var e=r(this);return e.find('[name="couponCode"]').val()?(r.ajax({method:"POST",url:"/cart/index/couponSearch",data:e.serialize()}).then(function(e){e.message&&h.show(e.message),200===e.code&&(h.show("优惠券可用"),p("couponCode",e.data.coupon_code),p("couponName",e.data.coupon_title),window.location.href="/cart/index/orderEnsure")}).fail(function(){h.show("网络错误")}),!1):(h.show("请输入优惠券码"),!1)}),v.on("touchstart",".employ-main",function(){var e=r(this);e.siblings().removeClass("focus"),e.addClass("focus")}).on("touchend touchcancel",".employ-main",function(){var e=r(this);e.siblings().removeClass("focus"),e.removeClass("focus")}),r("body").on("touchend",".not-use",function(){p("couponCode",null),p("couponName",null)}),g.find("input").on("input",function(){""!==r(this).val()?g.find(".submit").css("background","#444"):g.find(".submit").css("background","#b0b0b0")}),i()}),define("js/cart/select-address",["jquery","hammer"],function(e,t,o){var n,a=e("jquery"),i=e("js/cart/order-info").orderInfo,s=a(".confim-mask");e("js/common"),a(".address-item").on("touchend",function(){var e=a(this),t=e.data("address-id"),o={address_id:e.data("address-id"),consignee:e.find(".name").text(),mobile:e.find(".tel").text(),address_info:e.find(".address-info").text(),is_support:e.data("is-support")};i("addressId",t),i("address",o),window.location.href=e.data("href")+(i("limitUrlSufix")||"")}).on("touchend",".edit",function(){return window.location.href=a(this).data("href"),!1}).on("touchstart",".del",function(){n=a(this).data("id")}),s.on("touchend",".confim",function(){i("addressId")===n&&(i("addressId",null),i("address",null))})}); \ No newline at end of file