.sku-item{width:100%;border-radius:5px;overflow:hidden;margin-top:7px}.sku-item .sku-image{width:100%;padding-top:50%;position:relative;overflow:hidden;background-color:#fff}.sku-item .sku-image.large{padding-top:100%}.sku-item .sku-image.large img{height:auto;object-fit:unset}.sku-item .sku-image img{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sku-item .sku-info{width:100%;background-color:#fff;padding:7px 10px 10px;position:relative}.sku-item .sku-info:after{content:"";width:100%;height:1px;position:absolute;top:0;left:0;background-color:#f3f4f5;transform:scaleY(.5);transform-origin:top;z-index:1}.sku-item .sku-info .tag-wrapper{display:flex;width:100%;height:16px;padding:0 9px;overflow:hidden;position:absolute;top:-13px;left:0;z-index:2}.sku-item .sku-info .tag-wrapper .tag-coupon{height:16px;line-height:16px;font-size:10px;color:#fff;border-radius:2px;padding:0 6px;background-color:#ff9b27}.sku-item .sku-info .tag-wrapper .tag-rebate{height:16px;line-height:16px;font-size:10px;color:#fff;border-radius:2px;padding:0 6px;background-color:#fa3c4b}.sku-item .sku-info .tag-wrapper .tag-coupon-rebate{display:flex;height:16px;border-radius:2px;overflow:hidden;font-size:10px;color:#fff}.sku-item .sku-info .tag-wrapper .tag-coupon-rebate p{padding:0 6px;line-height:16px}.sku-item .sku-info .tag-wrapper .tag-coupon-rebate p.coupon{background-color:#ff9b27}.sku-item .sku-info .tag-wrapper .tag-coupon-rebate p.rebate{background-color:#fa3c4b}.sku-item .sku-info .sku-name{max-height:40px;line-height:20px;font-size:13px;color:#14191e;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sku-item .sku-info .price{display:flex;align-items:center;height:18px;margin-top:6px;color:#14191e}.sku-item .sku-info .price span{display:inline-block;height:18px}.sku-item .sku-info .price span.unit{line-height:21px;font-size:11px;font-weight:700;margin-right:1px}.sku-item .sku-info .price span.current{font-size:16px;font-weight:700;line-height:19px;margin-right:4px}.sku-item .sku-info .price span.original{font-size:11px;line-height:20px;color:#8c9196;text-decoration:line-through;margin-right:4px}.sku-item .sku-info .price span.discount{height:28px;line-height:28px;padding:0 6px;font-size:18px;background-color:rgba(20,25,30,.8);color:#fff;border-radius:2px;transform:scale(.5);transform-origin:top left;margin-top:14px}.sku-item .sku-info .flag-box{display:flex;flex-wrap:wrap;width:100%;height:16px;margin-top:4px;overflow:hidden}.sku-item .sku-info .flag-box p{height:16px;line-height:16px;padding:0 4px;margin-left:6px;color:#8c9196;font-size:10px;font-weight:300;border-radius:2px;position:relative}.sku-item .sku-info .flag-box p:after{content:"";display:block;box-sizing:border-box;position:absolute;left:0;top:0;width:200%;height:200%;border:1px solid #dadde0;border-radius:4px;transform:scale(.5);transform-origin:left top}.sku-item .sku-info .flag-box p.active{color:#f69d35;background-color:rgba(246,157,53,.08)}.sku-item .sku-info .flag-box p.active:after{border-color:#f69d35}.sku-item .sku-info .flag-box p:first-of-type{margin-left:0}.cpt-loading{position:absolute;z-index:3000;top:0;left:0;right:0;bottom:0;background:#fff;display:flex;justify-content:center;align-items:center}.cpt-loading .loading-circle{width:44px;height:44px;border:2px solid #dce1e6;border-top-color:#64696e;border-radius:100%}.cpt-loading .spin-round{animation:spin-round .9s linear infinite}.sku-list-outer{position:relative}.sku-list-outer .mask{position:absolute;left:0;top:0;width:100%;height:120px;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));z-index:0}.sku-list-outer .sku-list-wrapper{display:flex;justify-content:space-between;width:100%;padding:0 12px;transform:translateZ(0);position:relative;z-index:1}.sku-list-outer .sku-list-wrapper .left-list{flex:1;margin-right:7px}.sku-list-outer .sku-list-wrapper .right-list{flex:1}.sku-list-outer .loading{position:relative;height:200px}.search-popover{display:flex;flex-direction:column;width:100%;height:100vh;position:fixed;top:0;left:0;background-color:#f3f4f5;z-index:9;overflow:scroll}.search-popover .search-wrapper{display:flex;padding:6px 12px 6px 8px;width:100%;height:42px;padding:6px 12px;background-color:#fff}.search-popover .search-wrapper .arrow{width:24px;height:30px;margin-right:6px}.search-popover .search-wrapper .arrow img{width:24px;height:24px;margin-top:3px}.search-popover .search-wrapper .search-input-box{flex:1;display:flex;align-items:center;width:100%;height:100%;box-shadow:0 0 1px 1px rgba(0,0,0,.02);background-color:#f7f8f9;padding:5px 8px;border-radius:4px}.search-popover .search-wrapper .search-input-box .search-icon{width:20px;height:20px;margin-right:4px}.search-popover .search-wrapper .search-input-box .search-icon img{width:100%;height:100%}.search-popover .search-wrapper .search-input-box input{flex:1;height:100%;font-size:12px;color:#14191e;background-color:transparent;border:0}.body-fixed{top:0;right:0}.body-fixed,.modal-box{position:fixed;left:0;bottom:0}.modal-box{width:100%;max-height:calc(100vh - 120px);padding:0;z-index:10;background-color:#fff;display:flex;flex-direction:column;overflow:hidden}.fade-enter-active,.fade-leave-active{transition:all .35s cubic-bezier(.24,.01,.24,1)}.fade-enter,.fade-leave-to{transform:translateY(100%)}.fade-enter-to,.fade-leave{transform:translateY(0)}.mask-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:1001}.mask-enter-active,.mask-leave-active{transition:all .35s cubic-bezier(.24,.01,.24,1)}.mask-enter,.mask-leave-to{opacity:0}.mask-enter-to,.mask-leave{opacity:1}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}*{-webkit-tap-highlight-color:transparent;font-family:PingFang SC,-apple-system,Hiragino Sans GB,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body,html{text-size-adjust:none;-webkit-text-size-adjust:none}*{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0;margin:0;padding:0;box-sizing:border-box;font-family:Pingfang SC,Noto Sans CJK SC,xiaomi,BlinkMacSystemFont,Microsoft YaHei,sans-serif}body,html{-webkit-user-select:none;-ms-user-select:none;user-select:none;background:#fff}[v-cloak]{display:none}img{pointer-events:none;display:block}img:not([src]),img[src=""]{opacity:0}img[lazy=loading]{opacity:0;transition:opacity .2s}img[lazy=loaded]{opacity:1;transition:opacity .2s}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}input::-webkit-input-placeholder{color:#8c9196}input:-moz-placeholder,input::-moz-placeholder{color:#8c9196}input:-ms-input-placeholder{color:#8c9196}:root{--hb-primary--value:20,25,30;--hb-primary:rgb(var(--hb-primary--value));--hb-primary-dynamic--value:20,25,30;--hb-primary-dynamic:rgb(var(--hb-primary-dynamic--value));--hb-black-100--value:0,0,0;--hb-black-100:rgb(var(--hb-black-100--value));--hb-white-100--value:255,255,255;--hb-white-100:rgb(var(--hb-white-100--value));--hb-neutral-800--value:100,105,110;--hb-neutral-800:rgb(var(--hb-neutral-800--value));--hb-neutral-700--value:140,145,150;--hb-neutral-700:rgb(var(--hb-neutral-700--value));--hb-neutral-600--value:200,205,210;--hb-neutral-600:rgb(var(--hb-neutral-600--value));--hb-neutral-500--value:218,221,224;--hb-neutral-500:rgb(var(--hb-neutral-500--value));--hb-neutral-400--value:241,242,243;--hb-neutral-400:rgb(var(--hb-neutral-400--value));--hb-neutral-300--value:243,244,245;--hb-neutral-300:rgb(var(--hb-neutral-300--value));--hb-neutral-200--value:247,248,249;--hb-neutral-200:rgb(var(--hb-neutral-200--value));--hb-neutral-100--value:250,251,252;--hb-neutral-100:rgb(var(--hb-neutral-100--value));--hb-blue-100--value:0,75,150;--hb-blue-100:rgb(var(--hb-blue-100--value));--hb-green-100--value:0,144,21;--hb-green-100:rgb(var(--hb-green-100--value));--hb-green-0--value:50,184,70;--hb-green-0:rgb(var(--hb-green-0--value));--hb-red-100--value:250,60,75;--hb-red-100:rgb(var(--hb-red-100--value));--hb-orange-100--value:246,112,16;--hb-orange-100:rgb(var(--hb-orange-100--value));--hb-yellow-100--value:246,157,53;--hb-yellow-100:rgb(var(--hb-yellow-100--value));--hb-gradient-1:linear-gradient(45deg,#ff6771,#f53e59);--hb-gradient-2:linear-gradient(45deg,#ff9f00,#f58045);--hb-gradient-3:linear-gradient(45deg,#fa6eff,#cb33ff);--hb-gradient-4:linear-gradient(45deg,#52b7ff,#1a91fe);--hb-gradient-5:linear-gradient(45deg,#8fd427,#59d01b);--hb-gradient-6:linear-gradient(45deg,#464b50,#14191e);--hb-gradient-7:linear-gradient(45deg,#736e7d,#1b2025);--hb-gradient-8:linear-gradient(45deg,#5a5d5b,#3f4147);--hb-gradient-9:linear-gradient(135deg,#01d09e,#01d02f);--hb-gradient-10:linear-gradient(90deg,#ff5094,#ff7245);--hb-other-1--value:57,61,64;--hb-other-1:rgb(var(--hb-other-1--value));--hb-general-color-primary:var(--hb-primary-dynamic);--hb-general-color-danger:var(--hb-red-100);--hb-general-color-success:var(--hb-green-100);--hb-general-color-plain:var(--hb-white-100);--hb-general-color-text-1:var(--hb-primary-dynamic);--hb-general-color-text-2:var(--hb-neutral-800);--hb-general-color-text-3:var(--hb-neutral-700);--hb-general-color-text-4:var(--hb-neutral-600);--hb-general-color-text-5:var(--hb-blue-100);--hb-general-color-text-6:var(--hb-white-100);--hb-general-color-stroke-0:var(--hb-neutral-500);--hb-general-color-stroke-1:var(--hb-neutral-400);--hb-general-color-stroke-2:var(--hb-neutral-300);--hb-general-color-stroke-3:var(--hb-neutral-100);--hb-general-color-bg-0:var(--hb-neutral-400);--hb-general-color-bg-1:var(--hb-neutral-300);--hb-general-color-bg-2:var(--hb-neutral-200);--hb-general-color-bg-3:var(--hb-neutral-100);--hb-general-color-bg-4:var(--hb-white-100);--hb-general-color-bg-5:rgba(var(--hb-other-1--value),0.9);--hb-general-color-bg-6:rgba(var(--hb-primary--value),0.1);--hb-game-color-super-lowest:var(--hb-green-100);--hb-game-color-lowest:var(--hb-green-100);--hb-game-color-sale:var(--hb-orange-100);--hb-gamerecord-color-white-01a:rgba(var(--hb-white-100--value),0.01);--hb-gamerecord-color-white-02a:rgba(var(--hb-white-100--value),0.02);--hb-gamerecord-color-white-03a:rgba(var(--hb-white-100--value),0.03);--hb-gamerecord-color-white-05a:rgba(var(--hb-white-100--value),0.05);--hb-gamerecord-color-white-08a:rgba(var(--hb-white-100--value),0.08);--hb-gamerecord-color-white-10a:rgba(var(--hb-white-100--value),0.1);--hb-gamerecord-color-white-15a:rgba(var(--hb-white-100--value),0.15);--hb-gamerecord-color-white-20a:rgba(var(--hb-white-100--value),0.2);--hb-gamerecord-color-white-30a:rgba(var(--hb-white-100--value),0.3);--hb-gamerecord-color-white-40a:rgba(var(--hb-white-100--value),0.4);--hb-gamerecord-color-white-50a:rgba(var(--hb-white-100--value),0.5);--hb-gamerecord-color-white-60a:rgba(var(--hb-white-100--value),0.6);--hb-gamerecord-color-white-70a:rgba(var(--hb-white-100--value),0.7);--hb-gamerecord-color-white-80a:rgba(var(--hb-white-100--value),0.8);--hb-gamerecord-color-white-90a:rgba(var(--hb-white-100--value),0.9);--hb-gamerecord-color-white-100a:rgba(var(--hb-white-100--value),1);--hb-gamerecord-color-black-01a:rgba(var(--hb-black-100--value),0.01);--hb-gamerecord-color-black-02a:rgba(var(--hb-black-100--value),0.02);--hb-gamerecord-color-black-03a:rgba(var(--hb-black-100--value),0.03);--hb-gamerecord-color-black-05a:rgba(var(--hb-black-100--value),0.05);--hb-gamerecord-color-black-08a:rgba(var(--hb-black-100--value),0.08);--hb-gamerecord-color-black-10a:rgba(var(--hb-black-100--value),0.1);--hb-gamerecord-color-black-15a:rgba(var(--hb-black-100--value),0.15);--hb-gamerecord-color-black-20a:rgba(var(--hb-black-100--value),0.2);--hb-gamerecord-color-black-30a:rgba(var(--hb-black-100--value),0.3);--hb-gamerecord-color-black-40a:rgba(var(--hb-black-100--value),0.4);--hb-gamerecord-color-black-50a:rgba(var(--hb-black-100--value),0.5);--hb-gamerecord-color-black-60a:rgba(var(--hb-black-100--value),0.6);--hb-gamerecord-color-black-70a:rgba(var(--hb-black-100--value),0.7);--hb-gamerecord-color-black-80a:rgba(var(--hb-black-100--value),0.8);--hb-gamerecord-color-black-90a:rgba(var(--hb-black-100--value),0.9);--hb-gamerecord-color-black-100a:rgba(var(--hb-black-100--value),1)}@font-face{font-family:xiaomi;font-style:normal;font-weight:400;src:url(https://com.max.xiaoheihe.localfont/?font_family_name=W400) format("woff")}@font-face{font-family:xiaomi;font-style:normal;font-weight:500;src:url(https://com.max.xiaoheihe.localfont/?font_family_name=W500) format("woff")}@font-face{font-family:Helvetica;font-style:normal;font-weight:400;src:url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.svg) format("svg")}@font-face{font-family:Helvetica;font-style:normal;font-weight:500;src:url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica/font.svg) format("svg")}@font-face{font-family:Helvetica;font-style:normal;font-weight:600;src:url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.svg) format("svg")}@font-face{font-family:Helvetica;font-style:normal;font-weight:700;src:url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/Helvetica_bold/font.svg) format("svg")}@font-face{font-family:ALIBABA Font;font-style:normal;font-weight:400;src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.svg) format("svg")}@font-face{font-family:ALIBABA Font;font-style:normal;font-weight:500;src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.svg) format("svg")}@font-face{font-family:ALIBABA Font;font-style:normal;font-weight:600;src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.svg) format("svg")}@font-face{font-family:ALIBABA Font;font-style:normal;font-weight:700;src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.svg) format("svg")}@font-face{font-family:ALIBABA Font;font-style:normal;font-weight:800;src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.svg) format("svg")}@font-face{font-family:ALIBABA Font;font-style:normal;font-weight:900;src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot);src:url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.eot?#iefix) format("embedded-opentype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.woff) format("woff"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.ttf) format("truetype"),url(https://static.max-c.com/web/hb_theme/font/ALIBABAFont/font.svg) format("svg")}#app,html{background-color:#f3f4f5}#app{max-width:480px;min-height:100vh;margin:0 auto}.content{width:100%}.content.static{height:100vh;overflow:hidden}.content .search-wrapper{width:100%;height:42px;padding:6px 12px;background-color:#fff}.content .search-wrapper .search-input-box{flex:1;display:flex;align-items:center;width:100%;height:100%;box-shadow:0 0 1px 1px rgba(0,0,0,.02);background-color:#f7f8f9;padding:5px 8px;border-radius:4px}.content .search-wrapper .search-input-box .search-icon{width:20px;height:20px;margin-right:4px}.content .search-wrapper .search-input-box .search-icon img{width:100%;height:100%}.content .search-wrapper .search-input-box input{flex:1;height:100%;font-size:12px;color:#14191e;background-color:transparent;border:0}.filter-wrapper{display:flex;width:100%;height:42px;overflow:hidden;background-color:#fff}.filter-wrapper .filter-container{flex:1;height:50px;overflow:hidden;padding-left:12px}.filter-wrapper .filter-box{width:100%;height:50px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.filter-wrapper .filter-box .filter-list{display:flex;width:332px;height:42px;padding-bottom:2px;position:relative}.filter-wrapper .filter-box .filter-list .bar{width:28px;height:2px;position:absolute;bottom:0;left:0;background-color:#14191e;transition:all .18s cubic-bezier(.24,.01,.24,1)}.filter-wrapper .filter-box .filter-list .filter-item{height:40px;margin-left:20px}.filter-wrapper .filter-box .filter-list .filter-item:first-of-type{margin-left:0}.filter-wrapper .filter-box .filter-list .filter-item.active p{color:#14191e;font-weight:500}.filter-wrapper .filter-box .filter-list .filter-item p{height:20px;line-height:20px;white-space:nowrap;color:#64696e;font-size:14px;margin:10px 0;font-weight:400}.category-box{width:44px;height:42px;position:relative}.category-box:before{width:6px;height:32px;content:"";position:absolute;top:5px;left:-6px;background:url(https://imgheybox.max-c.com/oa/2022/05/25/069b1b1969c74cdbea60922923d4433a.png) no-repeat;background-size:100% 100%}.category-box img{width:20px;height:20px;margin:11px 12px}.no-more{width:100%;height:30px;line-height:30px;color:#8c9196;font-size:12px;text-align:center;margin-top:12px}.cate-wrapper{width:100%;padding:12px 12px 20px;background-color:#fff}.cate-wrapper .cate-list{width:100%;overflow:hidden}.cate-wrapper .cate-list .cate-title{width:100%;height:18px;line-height:18px;font-size:13px;color:#8c9196}.cate-wrapper .cate-list .types-list{width:100%;margin-bottom:2px;margin-top:8px;overflow:hidden}.cate-wrapper .cate-list .types-list p{padding:6px 11px;height:30px;line-height:18px;font-size:12px;display:inline-block;float:left;margin-bottom:8px;margin-right:8px;border-radius:3px;background-color:#f7f8f9;color:#64696e;border:1px solid #f7f8f9}.cate-wrapper .cate-list .types-list p.active{border:1px solid #14191e;color:#14191e;font-weight:600;border-radius:3px}.cate-wrapper .btn-wrapper{width:100%;height:54px;position:relative}.cate-wrapper .btn-wrapper:before{content:"";width:100%;height:1px;position:absolute;top:0;left:0;background-color:#f7f8f9;transform:scaleY(.5)}.cate-wrapper .btn-wrapper .btns{margin-right:-9px;height:54px;overflow:hidden;padding:7px 0}.cate-wrapper .btn-wrapper .btns .btn{width:50%;padding-right:9px;height:40px;float:left}.cate-wrapper .btn-wrapper .btns .btn p{width:100%;height:100%;border-radius:5px;text-align:center;line-height:40px;font-size:16px}.cate-wrapper .btn-wrapper .btns .btn p.btn-reset{background-color:#fff;color:#14191e;box-shadow:inset 0 0 1px 1px rgba(0,0,0,.05)}.cate-wrapper .btn-wrapper .btns .btn p.btn-confirm{background-color:#14191e;color:#fff}.popover-enter,.popover-leave-to{transform:translateY(100%)}.popover-enter-to,.popover-leave{transform:translateY(0)}.swiper-container{margin-top:6px;margin-bottom:4px}.swiper-container .swiper-wrapper{width:100%}.swiper-container .swiper-slide{position:relative;display:flex;justify-content:center;width:100%;padding:0 12px;overflow:hidden}.swiper-container .swiper-slide .img-outer{width:100%;overflow:hidden;border-radius:4px}.swiper-container .swiper-slide .img-outer img{display:block;object-fit:cover;width:100%}.swiper-container .swiper-slide .img-cover{position:absolute;left:12px;right:12px;top:0;bottom:0;border-radius:4px;background-image:linear-gradient(180deg,transparent 72%,rgba(0,0,0,.02) 73%,rgba(0,0,0,.04) 75%,rgba(0,0,0,.06) 77%,rgba(0,0,0,.08) 80%,rgba(0,0,0,.09) 82%,rgba(0,0,0,.11) 84%,rgba(0,0,0,.14) 87%,rgba(0,0,0,.16) 89%,rgba(0,0,0,.19) 92%,rgba(0,0,0,.22) 94%,rgba(0,0,0,.26) 96%,rgba(0,0,0,.3) 97%,rgba(0,0,0,.35) 99%,rgba(0,0,0,.4))}.swiper-container .swiper-slide .advertise{position:absolute;z-index:999;left:20px;top:8px;width:24px;height:14px}.swiper-container .swiper-slide .advertise img{display:block;height:100%;width:100%;border-radius:0}.swiper-container .my-bullet{display:inline-block;width:8px;height:2px;margin:0 3px;border-radius:2px;background-color:hsla(0,0%,100%,.4)}.swiper-container .my-bullet-active{display:inline-block;width:8px;height:2px;border-radius:2px;background-color:#fff}.modal{z-index:10000}.hb-loading{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.hb-loading.is-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0}.hb-loading .hb-loading-spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:100}.hb-loading .hb-loading-spinner .loading-circle{position:absolute;width:44px;height:44px;border:2px solid #dadde0;border-top-color:#64696e;border-radius:100%}.hb-loading .hb-loading-spinner .spin-round{-webkit-animation:spin-round .9s linear infinite;animation:spin-round .9s linear infinite}@-webkit-keyframes spin-round{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin-round{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.hb-loading .hb-loading-spinner .hb-loading-popover-enter-active,.hb-loading .hb-loading-spinner .hb-loading-popover-leave-active{-webkit-transition:all .16s ease-in-out;transition:all .16s ease-in-out;opacity:1}.hb-loading .hb-loading-spinner .hb-loading-popover-enter,.hb-loading .hb-loading-spinner .hb-loading-popover-leave-to{opacity:0}.hb-loading-parent--hidden{overflow:hidden!important}.hb-loading-parent--relative{position:relative!important}