.van-swipe{position:relative;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-nav-bar{position:relative;z-index:1;line-height:22px;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-nav-bar .van-icon{color:#1989fa}.van-nav-bar__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:46px}.van-nav-bar__arrow{margin-right:4px;font-size:16px}.van-nav-bar__title{max-width:60%;margin:0 auto;color:#323233;font-weight:500;font-size:16px}.van-nav-bar__left,.van-nav-bar__right{position:absolute;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 16px;font-size:14px;cursor:pointer}.van-nav-bar__left:active,.van-nav-bar__right:active{opacity:.7}.van-nav-bar__left{left:0}.van-nav-bar__right{right:0}.van-nav-bar__text{color:#1989fa}.van-cell-group{background-color:#fff}.van-cell-group--inset{margin:0 16px;overflow:hidden;border-radius:8px}.van-cell-group__title{padding:16px 16px 8px;color:#969799;font-size:14px;line-height:16px}.van-cell-group__title--inset{padding:16px 16px 8px 32px}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:.01rem;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:.01rem;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:0.44rem}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0 - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:.1rem;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:.1rem;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:.1rem;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,.08rem));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,.08rem));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:.1rem;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,.06rem) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:.08rem}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,.04rem)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:.04rem;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:.04rem;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:.1rem;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:.03rem;z-index:50;height:.05rem;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:.03rem;top:1%;z-index:50;width:.05rem;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:.1rem;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:.42rem;height:.42rem;position:absolute;left:50%;top:50%;margin-left:-.21rem;margin-top:-.21rem;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;box-sizing:border-box;border:.04rem solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(.5rem)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-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-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:12rem}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:.01rem;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:.01rem;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}body{-moz-text-size-adjust:none}.vip[data-v-66c52ee4]{overflow-y:hidden;width:6.9rem;height:3.2rem;padding-top:.2rem;margin:.2rem 0;box-sizing:border-box;background-image:url(../img/v1.b408e3f4.png);border-radius:.15rem}.vip .v-title[data-v-66c52ee4]{font-weight:600;font-size:.32rem;color:#a26902}.vip .v-main[data-v-66c52ee4]{margin-top:.35rem;overflow-y:hidden}.vip .v-main .swiper-slide[data-v-66c52ee4]{width:1.8rem!important;height:1.8rem;border-radius:.16rem;margin-right:.23rem;position:relative}.vip .v-main .swiper-slide[data-v-66c52ee4]:first-of-type{margin-left:.2rem}.vip .v-main .swiper-slide .s-pic[data-v-66c52ee4]{width:100%;height:100%;border-radius:.16rem}.vip .v-main .swiper-slide .pic-vip[data-v-66c52ee4]{position:absolute;width:.8rem;height:.32rem;top:0;right:0}.vip .v-main .swiper-slide .pic-box[data-v-66c52ee4]{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);z-index:2}.vip .v-main .swiper-slide .pic-c[data-v-66c52ee4]{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;width:1.4rem;height:.79rem;z-index:3}.vip .v-main .swiper-slide .pic-b[data-v-66c52ee4]{position:absolute;left:0;top:0;width:1rem;height:.4rem}.vip .v-main .m-one[data-v-66c52ee4]{display:flex}.vip .v-main .m-one .v-m-box[data-v-66c52ee4]{margin-right:.2rem;position:relative}.vip .v-main .m-one .v-m-box .s-pic[data-v-66c52ee4],.vip .v-main .m-one .v-m-box .v-m-pic[data-v-66c52ee4],.vip .v-main .m-one .v-m-box[data-v-66c52ee4]{width:1.8rem;height:1.8rem;border-radius:.16rem}.vip .v-main .m-one .v-m-box .pic-vip[data-v-66c52ee4]{position:absolute;width:.8rem;height:.32rem;top:0;right:0}.vip .v-main .m-one .v-m-box .pic-box[data-v-66c52ee4]{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);z-index:2}.vip .v-main .m-one .v-m-box .pic-c[data-v-66c52ee4]{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;width:1.4rem;height:.79rem;z-index:3}.vip .v-main .m-one .v-m-box .pic-b[data-v-66c52ee4]{position:absolute;left:0;top:0;width:1rem;height:.4rem}.vip .v-main .m-one .v-m-right[data-v-66c52ee4]{position:relative}.vip .v-main .m-one .v-m-right .r-title[data-v-66c52ee4]{max-height:.84rem;font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#000;line-height:.42rem;margin-bottom:.1rem}.vip .v-main .m-one .v-m-right .r-name[data-v-66c52ee4]{height:.28rem;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.2rem;color:#ff6d1c;margin-bottom:.24rem}.vip .v-main .m-one .v-m-right .r-price[data-v-66c52ee4]{position:absolute;left:0;bottom:0;width:4.5rem;min-height:.34rem;font-family:PingFangSC-Medium;font-weight:Medium;font-size:.32rem;color:#ff3e4e;letter-spacing:0;line-height:.34rem}.vip .v-main .m-one .v-m-right .r-price .unit[data-v-66c52ee4]{font-size:.2rem}.vip[data-v-66c52ee4] .van-image--round{border-radius:0}html[data-v-66c52ee4]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-66c52ee4]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-66c52ee4]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-66c52ee4]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-66c52ee4]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-66c52ee4]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-66c52ee4]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-66c52ee4]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-66c52ee4]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-66c52ee4]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-66c52ee4]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-66c52ee4]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-66c52ee4]{font-size:1rem}.wrap[data-v-66c52ee4]{width:7.5rem!important;margin:0 auto}}#app[data-v-66c52ee4]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-66c52ee4]::-webkit-scrollbar{display:none}body[data-v-66c52ee4],form[data-v-66c52ee4],h1[data-v-66c52ee4],h2[data-v-66c52ee4],h3[data-v-66c52ee4],h4[data-v-66c52ee4],html[data-v-66c52ee4],ol[data-v-66c52ee4],p[data-v-66c52ee4],ul[data-v-66c52ee4]{padding:0;margin:0;border:0}.wrap[data-v-66c52ee4],body[data-v-66c52ee4],html[data-v-66c52ee4]{height:100vh}body[data-v-66c52ee4]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-66c52ee4],ol[data-v-66c52ee4],ul[data-v-66c52ee4]{list-style:none;display:block}a[data-v-66c52ee4]{text-decoration:none;outline:0}a[data-v-66c52ee4]:active,a[data-v-66c52ee4]:hover,a[data-v-66c52ee4]:link,a[data-v-66c52ee4]:visited{text-decoration:none;color:#333}a img[data-v-66c52ee4]{border:0}input[data-v-66c52ee4],textarea[data-v-66c52ee4]{-webkit-appearance:none;outline:0}input[data-v-66c52ee4]::-webkit-input-placeholder{color:#999}input[data-v-66c52ee4]::-moz-placeholder{color:#999}button[data-v-66c52ee4],input[data-v-66c52ee4]:not([type]),input[type=button][data-v-66c52ee4],input[type=search][data-v-66c52ee4],input[type=text][data-v-66c52ee4]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-66c52ee4]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-66c52ee4]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-66c52ee4]{color:#111}.van-hairline--bottom[data-v-66c52ee4]:after{border:none}.select .van-nav-bar__left[data-v-66c52ee4]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-66c52ee4],.van-nav-bar__right .van-nav-bar__text[data-v-66c52ee4]{color:#666!important}.van-tabbar--fixed[data-v-66c52ee4]{z-index:1999!important}.van-popover__action[data-v-66c52ee4]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-66c52ee4]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-66c52ee4]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-66c52ee4]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-66c52ee4]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-66c52ee4]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-66c52ee4]:after{display:none}.van-dialog .van-dialog__cancel[data-v-66c52ee4],.van-dialog .van-dialog__confirm[data-v-66c52ee4]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-66c52ee4]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-66c52ee4]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-66c52ee4]:after{display:none}.single-omit[data-v-66c52ee4]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-66c52ee4]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-66c52ee4],.two-omit[data-v-66c52ee4]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-66c52ee4]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-66c52ee4] .van-nav-bar{z-index:200}[data-v-66c52ee4] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-66c52ee4] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-66c52ee4]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-66c52ee4]{border-radius:.16rem}.van-dialog__message[data-v-66c52ee4]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-66c52ee4],.van-dialog__confirm[data-v-66c52ee4]{height:1.2rem}.van-dialog__confirm[data-v-66c52ee4]{background:#feca00;color:#111}.van-dialog__confirm[data-v-66c52ee4]:active,.van-dialog__confirm[data-v-66c52ee4]:hover{background:#e6b700}.van-dialog__confirm[data-v-66c52ee4] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-66c52ee4]{background:#eee!important}.van-dialog__header[data-v-66c52ee4]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-66c52ee4]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-66c52ee4]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-66c52ee4],.van-button--poly-default[data-v-66c52ee4]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-66c52ee4]:active,.van-button--poly-default-plain[data-v-66c52ee4]:focus,.van-button--poly-default[data-v-66c52ee4]:active,.van-button--poly-default[data-v-66c52ee4]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-66c52ee4]{background-color:#fff9e5}.van-button--poly-disabled[data-v-66c52ee4]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-66c52ee4]:active,.van-button--poly-disabled[data-v-66c52ee4]:focus{background-color:#eee}.van-popup--bottom[data-v-66c52ee4]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-66c52ee4]{color:#999}.van-toast[data-v-66c52ee4]{border-radius:8px}.van-picker__toolbar[data-v-66c52ee4]{background-color:#fff9e5}.van-picker__title[data-v-66c52ee4]{color:#111}.van-picker__confirm[data-v-66c52ee4]{color:#666}.poly-top-search[data-v-66c52ee4] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-66c52ee4] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-66c52ee4]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-66c52ee4]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-66c52ee4],.poly-price>span[data-v-66c52ee4],.poly-price[data-v-66c52ee4]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-66c52ee4]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-66c52ee4]:first-child{color:#ff3e4e}.poly-price span[data-v-66c52ee4]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-66c52ee4]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-66c52ee4]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-66c52ee4]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-66c52ee4]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-66c52ee4]{color:#bbb;background:#eee}.shows-popup[data-v-66c52ee4]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-66c52ee4]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-66c52ee4]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-66c52ee4]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-66c52ee4]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-66c52ee4]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-66c52ee4]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-66c52ee4]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-66c52ee4]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-66c52ee4]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-66c52ee4]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-66c52ee4]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.item[data-v-d105c526]{width:3.35rem;background:#fff;border-radius:.16rem;box-shadow:0 .01rem .13rem 0 hsla(0,0%,86.7%,.5);margin-bottom:.2rem}.item .i-top[data-v-d105c526]{width:100%;height:3.35rem;border-radius:.16rem .16rem 0 0;position:relative}.item .i-top .i-pic[data-v-d105c526]{width:100%;height:100%;border-radius:.16rem .16rem 0 0}.item .i-top .pic-vip[data-v-d105c526]{position:absolute;width:.8rem;height:.32rem;top:0;right:0}.item .i-top .pic-box[data-v-d105c526]{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);z-index:2}.item .i-top .pic-c[data-v-d105c526]{position:absolute;right:.3rem;bottom:.3rem;width:1.4rem;height:.79rem;z-index:3}.item .i-top .pic-b[data-v-d105c526]{position:absolute;left:0;top:0;width:1rem;height:.4rem}.item .i-main[data-v-d105c526]{padding:.2rem .24rem;font-weight:500}.item .i-main .i-title[data-v-d105c526]{font-weight:500;font-size:.28rem;color:#444;line-height:.36rem;max-height:.72rem;margin-bottom:.1rem}.item .i-main .i-name[data-v-d105c526]{font-size:.2rem;font-weight:400;line-height:.28rem;color:#ff6d1c;width:inherit;background:rgba(255,109,28,.06);word-break:break-all}.item .i-main .i-price[data-v-d105c526]{margin-top:.1rem;color:#ff3e4e;font-size:.36rem;line-height:.38rem}.item .i-main .i-price .unit[data-v-d105c526]{font-size:.2rem;margin-left:.05rem}.item .i-main .i-price .low[data-v-d105c526]{font-size:.2rem;color:#999;font-weight:400;margin-left:.05rem}html[data-v-d105c526]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-d105c526]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-d105c526]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-d105c526]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-d105c526]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-d105c526]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-d105c526]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-d105c526]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-d105c526]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-d105c526]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-d105c526]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-d105c526]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-d105c526]{font-size:1rem}.wrap[data-v-d105c526]{width:7.5rem!important;margin:0 auto}}#app[data-v-d105c526]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-d105c526]::-webkit-scrollbar{display:none}body[data-v-d105c526],form[data-v-d105c526],h1[data-v-d105c526],h2[data-v-d105c526],h3[data-v-d105c526],h4[data-v-d105c526],html[data-v-d105c526],ol[data-v-d105c526],p[data-v-d105c526],ul[data-v-d105c526]{padding:0;margin:0;border:0}.wrap[data-v-d105c526],body[data-v-d105c526],html[data-v-d105c526]{height:100vh}body[data-v-d105c526]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-d105c526],ol[data-v-d105c526],ul[data-v-d105c526]{list-style:none;display:block}a[data-v-d105c526]{text-decoration:none;outline:0}a[data-v-d105c526]:active,a[data-v-d105c526]:hover,a[data-v-d105c526]:link,a[data-v-d105c526]:visited{text-decoration:none;color:#333}a img[data-v-d105c526]{border:0}input[data-v-d105c526],textarea[data-v-d105c526]{-webkit-appearance:none;outline:0}input[data-v-d105c526]::-webkit-input-placeholder{color:#999}input[data-v-d105c526]::-moz-placeholder{color:#999}button[data-v-d105c526],input[data-v-d105c526]:not([type]),input[type=button][data-v-d105c526],input[type=search][data-v-d105c526],input[type=text][data-v-d105c526]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-d105c526]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-d105c526]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-d105c526]{color:#111}.van-hairline--bottom[data-v-d105c526]:after{border:none}.select .van-nav-bar__left[data-v-d105c526]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-d105c526],.van-nav-bar__right .van-nav-bar__text[data-v-d105c526]{color:#666!important}.van-tabbar--fixed[data-v-d105c526]{z-index:1999!important}.van-popover__action[data-v-d105c526]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-d105c526]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-d105c526]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-d105c526]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-d105c526]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-d105c526]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-d105c526]:after{display:none}.van-dialog .van-dialog__cancel[data-v-d105c526],.van-dialog .van-dialog__confirm[data-v-d105c526]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-d105c526]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-d105c526]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-d105c526]:after{display:none}.single-omit[data-v-d105c526]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-d105c526]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-d105c526],.two-omit[data-v-d105c526]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-d105c526]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-d105c526] .van-nav-bar{z-index:200}[data-v-d105c526] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-d105c526] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-d105c526]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-d105c526]{border-radius:.16rem}.van-dialog__message[data-v-d105c526]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-d105c526],.van-dialog__confirm[data-v-d105c526]{height:1.2rem}.van-dialog__confirm[data-v-d105c526]{background:#feca00;color:#111}.van-dialog__confirm[data-v-d105c526]:active,.van-dialog__confirm[data-v-d105c526]:hover{background:#e6b700}.van-dialog__confirm[data-v-d105c526] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-d105c526]{background:#eee!important}.van-dialog__header[data-v-d105c526]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-d105c526]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-d105c526]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-d105c526],.van-button--poly-default[data-v-d105c526]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-d105c526]:active,.van-button--poly-default-plain[data-v-d105c526]:focus,.van-button--poly-default[data-v-d105c526]:active,.van-button--poly-default[data-v-d105c526]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-d105c526]{background-color:#fff9e5}.van-button--poly-disabled[data-v-d105c526]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-d105c526]:active,.van-button--poly-disabled[data-v-d105c526]:focus{background-color:#eee}.van-popup--bottom[data-v-d105c526]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-d105c526]{color:#999}.van-toast[data-v-d105c526]{border-radius:8px}.van-picker__toolbar[data-v-d105c526]{background-color:#fff9e5}.van-picker__title[data-v-d105c526]{color:#111}.van-picker__confirm[data-v-d105c526]{color:#666}.poly-top-search[data-v-d105c526] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-d105c526] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-d105c526]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-d105c526]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-d105c526],.poly-price>span[data-v-d105c526],.poly-price[data-v-d105c526]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-d105c526]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-d105c526]:first-child{color:#ff3e4e}.poly-price span[data-v-d105c526]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-d105c526]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-d105c526]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-d105c526]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-d105c526]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-d105c526]{color:#bbb;background:#eee}.shows-popup[data-v-d105c526]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-d105c526]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-d105c526]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-d105c526]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-d105c526]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-d105c526]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-d105c526]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-d105c526]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-d105c526]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-d105c526]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-d105c526]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-d105c526]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.m-content[data-v-760da06e]{flex-wrap:wrap}.m-content .card-main-left[data-v-760da06e]{width:3.35rem;margin-right:.2rem}.m-content .card-main-right[data-v-760da06e]{width:3.35rem}.m-content .img-title[data-v-760da06e]{width:100%;text-align:center;font-weight:400;font-size:.28rem;color:#999}.m-content .water-wrap[data-v-760da06e]{display:flex;padding-top:.2rem}html[data-v-760da06e]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-760da06e]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-760da06e]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-760da06e]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-760da06e]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-760da06e]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-760da06e]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-760da06e]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-760da06e]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-760da06e]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-760da06e]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-760da06e]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-760da06e]{font-size:1rem}.wrap[data-v-760da06e]{width:7.5rem!important;margin:0 auto}}#app[data-v-760da06e]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-760da06e]::-webkit-scrollbar{display:none}body[data-v-760da06e],form[data-v-760da06e],h1[data-v-760da06e],h2[data-v-760da06e],h3[data-v-760da06e],h4[data-v-760da06e],html[data-v-760da06e],ol[data-v-760da06e],p[data-v-760da06e],ul[data-v-760da06e]{padding:0;margin:0;border:0}.wrap[data-v-760da06e],body[data-v-760da06e],html[data-v-760da06e]{height:100vh}body[data-v-760da06e]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-760da06e],ol[data-v-760da06e],ul[data-v-760da06e]{list-style:none;display:block}a[data-v-760da06e]{text-decoration:none;outline:0}a[data-v-760da06e]:active,a[data-v-760da06e]:hover,a[data-v-760da06e]:link,a[data-v-760da06e]:visited{text-decoration:none;color:#333}a img[data-v-760da06e]{border:0}input[data-v-760da06e],textarea[data-v-760da06e]{-webkit-appearance:none;outline:0}input[data-v-760da06e]::-webkit-input-placeholder{color:#999}input[data-v-760da06e]::-moz-placeholder{color:#999}button[data-v-760da06e],input[data-v-760da06e]:not([type]),input[type=button][data-v-760da06e],input[type=search][data-v-760da06e],input[type=text][data-v-760da06e]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-760da06e]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-760da06e]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-760da06e]{color:#111}.van-hairline--bottom[data-v-760da06e]:after{border:none}.select .van-nav-bar__left[data-v-760da06e]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-760da06e],.van-nav-bar__right .van-nav-bar__text[data-v-760da06e]{color:#666!important}.van-tabbar--fixed[data-v-760da06e]{z-index:1999!important}.van-popover__action[data-v-760da06e]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-760da06e]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-760da06e]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-760da06e]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-760da06e]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-760da06e]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-760da06e]:after{display:none}.van-dialog .van-dialog__cancel[data-v-760da06e],.van-dialog .van-dialog__confirm[data-v-760da06e]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-760da06e]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-760da06e]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-760da06e]:after{display:none}.single-omit[data-v-760da06e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-760da06e]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-760da06e],.two-omit[data-v-760da06e]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-760da06e]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-760da06e] .van-nav-bar{z-index:200}[data-v-760da06e] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-760da06e] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-760da06e]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-760da06e]{border-radius:.16rem}.van-dialog__message[data-v-760da06e]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-760da06e],.van-dialog__confirm[data-v-760da06e]{height:1.2rem}.van-dialog__confirm[data-v-760da06e]{background:#feca00;color:#111}.van-dialog__confirm[data-v-760da06e]:active,.van-dialog__confirm[data-v-760da06e]:hover{background:#e6b700}.van-dialog__confirm[data-v-760da06e] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-760da06e]{background:#eee!important}.van-dialog__header[data-v-760da06e]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-760da06e]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-760da06e]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-760da06e],.van-button--poly-default[data-v-760da06e]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-760da06e]:active,.van-button--poly-default-plain[data-v-760da06e]:focus,.van-button--poly-default[data-v-760da06e]:active,.van-button--poly-default[data-v-760da06e]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-760da06e]{background-color:#fff9e5}.van-button--poly-disabled[data-v-760da06e]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-760da06e]:active,.van-button--poly-disabled[data-v-760da06e]:focus{background-color:#eee}.van-popup--bottom[data-v-760da06e]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-760da06e]{color:#999}.van-toast[data-v-760da06e]{border-radius:8px}.van-picker__toolbar[data-v-760da06e]{background-color:#fff9e5}.van-picker__title[data-v-760da06e]{color:#111}.van-picker__confirm[data-v-760da06e]{color:#666}.poly-top-search[data-v-760da06e] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-760da06e] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-760da06e]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-760da06e]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-760da06e],.poly-price>span[data-v-760da06e],.poly-price[data-v-760da06e]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-760da06e]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-760da06e]:first-child{color:#ff3e4e}.poly-price span[data-v-760da06e]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-760da06e]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-760da06e]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-760da06e]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-760da06e]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-760da06e]{color:#bbb;background:#eee}.shows-popup[data-v-760da06e]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-760da06e]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-760da06e]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-760da06e]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-760da06e]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-760da06e]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-760da06e]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-760da06e]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-760da06e]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-760da06e]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-760da06e]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-760da06e]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.footer-line[data-v-3757554d]{width:100%;padding:1.5rem 0;height:3.4rem;color:#ccc;box-sizing:border-box}.footer-line .line-item[data-v-3757554d]{width:2.17rem;height:.02rem;background:#ccc}.footer-line .line-tltle[data-v-3757554d]{font-weight:Regular;font-size:.28rem;color:#ccc}html[data-v-3757554d]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-3757554d]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-3757554d]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-3757554d]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-3757554d]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-3757554d]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-3757554d]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-3757554d]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-3757554d]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-3757554d]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-3757554d]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-3757554d]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-3757554d]{font-size:1rem}.wrap[data-v-3757554d]{width:7.5rem!important;margin:0 auto}}#app[data-v-3757554d]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-3757554d]::-webkit-scrollbar{display:none}body[data-v-3757554d],form[data-v-3757554d],h1[data-v-3757554d],h2[data-v-3757554d],h3[data-v-3757554d],h4[data-v-3757554d],html[data-v-3757554d],ol[data-v-3757554d],p[data-v-3757554d],ul[data-v-3757554d]{padding:0;margin:0;border:0}.wrap[data-v-3757554d],body[data-v-3757554d],html[data-v-3757554d]{height:100vh}body[data-v-3757554d]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-3757554d],ol[data-v-3757554d],ul[data-v-3757554d]{list-style:none;display:block}a[data-v-3757554d]{text-decoration:none;outline:0}a[data-v-3757554d]:active,a[data-v-3757554d]:hover,a[data-v-3757554d]:link,a[data-v-3757554d]:visited{text-decoration:none;color:#333}a img[data-v-3757554d]{border:0}input[data-v-3757554d],textarea[data-v-3757554d]{-webkit-appearance:none;outline:0}input[data-v-3757554d]::-webkit-input-placeholder{color:#999}input[data-v-3757554d]::-moz-placeholder{color:#999}button[data-v-3757554d],input[data-v-3757554d]:not([type]),input[type=button][data-v-3757554d],input[type=search][data-v-3757554d],input[type=text][data-v-3757554d]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-3757554d]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-3757554d]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-3757554d]{color:#111}.van-hairline--bottom[data-v-3757554d]:after{border:none}.select .van-nav-bar__left[data-v-3757554d]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-3757554d],.van-nav-bar__right .van-nav-bar__text[data-v-3757554d]{color:#666!important}.van-tabbar--fixed[data-v-3757554d]{z-index:1999!important}.van-popover__action[data-v-3757554d]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-3757554d]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-3757554d]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-3757554d]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-3757554d]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-3757554d]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-3757554d]:after{display:none}.van-dialog .van-dialog__cancel[data-v-3757554d],.van-dialog .van-dialog__confirm[data-v-3757554d]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-3757554d]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-3757554d]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-3757554d]:after{display:none}.single-omit[data-v-3757554d]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-3757554d]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-3757554d],.two-omit[data-v-3757554d]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-3757554d]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-3757554d] .van-nav-bar{z-index:200}[data-v-3757554d] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-3757554d] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-3757554d]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-3757554d]{border-radius:.16rem}.van-dialog__message[data-v-3757554d]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-3757554d],.van-dialog__confirm[data-v-3757554d]{height:1.2rem}.van-dialog__confirm[data-v-3757554d]{background:#feca00;color:#111}.van-dialog__confirm[data-v-3757554d]:active,.van-dialog__confirm[data-v-3757554d]:hover{background:#e6b700}.van-dialog__confirm[data-v-3757554d] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-3757554d]{background:#eee!important}.van-dialog__header[data-v-3757554d]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-3757554d]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-3757554d]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-3757554d],.van-button--poly-default[data-v-3757554d]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-3757554d]:active,.van-button--poly-default-plain[data-v-3757554d]:focus,.van-button--poly-default[data-v-3757554d]:active,.van-button--poly-default[data-v-3757554d]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-3757554d]{background-color:#fff9e5}.van-button--poly-disabled[data-v-3757554d]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-3757554d]:active,.van-button--poly-disabled[data-v-3757554d]:focus{background-color:#eee}.van-popup--bottom[data-v-3757554d]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-3757554d]{color:#999}.van-toast[data-v-3757554d]{border-radius:8px}.van-picker__toolbar[data-v-3757554d]{background-color:#fff9e5}.van-picker__title[data-v-3757554d]{color:#111}.van-picker__confirm[data-v-3757554d]{color:#666}.poly-top-search[data-v-3757554d] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-3757554d] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-3757554d]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-3757554d]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-3757554d],.poly-price>span[data-v-3757554d],.poly-price[data-v-3757554d]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-3757554d]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-3757554d]:first-child{color:#ff3e4e}.poly-price span[data-v-3757554d]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-3757554d]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-3757554d]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-3757554d]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-3757554d]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-3757554d]{color:#bbb;background:#eee}.shows-popup[data-v-3757554d]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-3757554d]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-3757554d]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-3757554d]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-3757554d]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-3757554d]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-3757554d]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-3757554d]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-3757554d]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-3757554d]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-3757554d]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-3757554d]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.m-swiper[data-v-560089d2]{padding:.36rem .3rem 0;width:7.5rem;height:3.16rem;border-radius:.16rem;margin-bottom:.2rem;box-sizing:border-box}.m-swiper .my-swipe[data-v-560089d2]{width:100%;height:100%;border-radius:.16rem}.m-swiper[data-v-560089d2] .van-swipe__indicator{background-color:transparent;width:.15rem;height:.15rem;opacity:.5;background:#fff}.m-swiper[data-v-560089d2] .van-swipe__indicator.van-swipe__indicator--active{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAcCAYAAAD2izi6AAAAAXNSR0IArs4c6QAAA7pJREFUaEPtmU1oXFUYhp/3zoxNW2uFqokzE9Kf1CYUcZOF1EwhCxe6EbQURFDoouhKaEDwZ+svKiKIy7qQgqLUVcBuSjNt6aKFopQ0MzFtM5NhUlurNjRJM3M/eyZam2HS+WkuyswcuMzinu/9zvdw7p17vle0xz0RUC3Rlk0+AXoSI4qsE5hFdhlfaUKhMR5dmJCGCrVo/V/m2MypTm7e7ENeH2ZbEQ+CbQSugdLgnyU2c0zaW7zbmlcEaFdPPcCNwjDiZbDNVQpfxEgjzoONgzcOjGNeSt27fvuvoFn+x/UU1vUCj5VdfeCAVRkij3EIr/C+okNXKs2uCNCmk/swPgQeqpajhvsO4ASyNMYkMIlxgVDoIrk1OQ0MLNagUXGKnT4dIboQpVDowfM2I7ZgtgW0DdGL0dWodlnc74h3FEt8Ua63DKDZ0TDT4c+B11YpcTUZH8iDTYPySDP45oBfA+bwWMR0H/jrMM89YpuQOjHrQkQB9zrxqiVZxfsHiRX23/m6Wg4wkzyEeHEVEzaflDhMdPAFSeaKuw3QsqNvgd5tvoqDqMjeVnz3e7cBWu5YP773MxAKIl0TahbBG1D8qbOlHWiZ4z8ge64JCw2uJHFYscTzsqkT2/D8ieAyNa2yIfXLsskDwCdNW2aghdkBB/AI8HSgeZpW3EYcQHdqcF/q7VE/gSkH8Dpwf/2x7QjghgM4C6xv42iIwKwsk5wsnSHboxECKbcDR4BnGolu+RizI24Hvn6rF/ZZy8NoCID7jMmc7EXF1J3n4oa0WjEo7G9dOsplk98Ae1uRQeM163vFB/csAVxqJvwEhBsXbKlIZ1/sVDyR+red1X4X1rMDhhVPfOoCljdUs6NfgV6pR6kF5x5UPLHvn7rLWvomssc/QLwRMBjng1wsXdIlzC4hpilajpBdBu8q8/N/4C/Ol9bhRTro6NgI/iaKeoSQohgxpB7MegBnerkrEui6jY+ID74pyVkRpVHZVMqO7gF9DLjFNTpcEgfJnbVTS24dKULFX+j6NVPNLqw3qdm3IfIPd+OHezHbDtrx9xnf/Tq49+KdTIENK777u/J1rWxrXjjaQSTy6i037SWMgbsU5HxT1088B3YOaQzzxjCNq3vXXL0ggphvmZNrke1Afj9m/aCd7k8AcJbnyl144wzS18z9+aW2P7tQaW21Geu5Ez34/uMYzoDeAM45k/NJU8xdP7+SeBAwVlPT0iNrWLuhr7Rbze9EzvnzryByWPGM4kPZavlqAlhNpJXv/wXJ0EXhf/RRPgAAAABJRU5ErkJggg==)!important;background-position:50%,50%;background-size:contain;background-repeat:no-repeat;background-color:transparent!important;width:.4rem;height:.14rem;border-radius:0;opacity:1}html[data-v-560089d2]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-560089d2]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-560089d2]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-560089d2]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-560089d2]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-560089d2]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-560089d2]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-560089d2]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-560089d2]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-560089d2]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-560089d2]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-560089d2]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-560089d2]{font-size:1rem}.wrap[data-v-560089d2]{width:7.5rem!important;margin:0 auto}}#app[data-v-560089d2]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-560089d2]::-webkit-scrollbar{display:none}body[data-v-560089d2],form[data-v-560089d2],h1[data-v-560089d2],h2[data-v-560089d2],h3[data-v-560089d2],h4[data-v-560089d2],html[data-v-560089d2],ol[data-v-560089d2],p[data-v-560089d2],ul[data-v-560089d2]{padding:0;margin:0;border:0}.wrap[data-v-560089d2],body[data-v-560089d2],html[data-v-560089d2]{height:100vh}body[data-v-560089d2]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-560089d2],ol[data-v-560089d2],ul[data-v-560089d2]{list-style:none;display:block}a[data-v-560089d2]{text-decoration:none;outline:0}a[data-v-560089d2]:active,a[data-v-560089d2]:hover,a[data-v-560089d2]:link,a[data-v-560089d2]:visited{text-decoration:none;color:#333}a img[data-v-560089d2]{border:0}input[data-v-560089d2],textarea[data-v-560089d2]{-webkit-appearance:none;outline:0}input[data-v-560089d2]::-webkit-input-placeholder{color:#999}input[data-v-560089d2]::-moz-placeholder{color:#999}button[data-v-560089d2],input[data-v-560089d2]:not([type]),input[type=button][data-v-560089d2],input[type=search][data-v-560089d2],input[type=text][data-v-560089d2]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-560089d2]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-560089d2]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-560089d2]{color:#111}.van-hairline--bottom[data-v-560089d2]:after{border:none}.select .van-nav-bar__left[data-v-560089d2]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-560089d2],.van-nav-bar__right .van-nav-bar__text[data-v-560089d2]{color:#666!important}.van-tabbar--fixed[data-v-560089d2]{z-index:1999!important}.van-popover__action[data-v-560089d2]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-560089d2]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-560089d2]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-560089d2]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-560089d2]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-560089d2]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-560089d2]:after{display:none}.van-dialog .van-dialog__cancel[data-v-560089d2],.van-dialog .van-dialog__confirm[data-v-560089d2]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-560089d2]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-560089d2]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-560089d2]:after{display:none}.single-omit[data-v-560089d2]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-560089d2]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-560089d2],.two-omit[data-v-560089d2]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-560089d2]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-560089d2] .van-nav-bar{z-index:200}[data-v-560089d2] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-560089d2] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-560089d2]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-560089d2]{border-radius:.16rem}.van-dialog__message[data-v-560089d2]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-560089d2],.van-dialog__confirm[data-v-560089d2]{height:1.2rem}.van-dialog__confirm[data-v-560089d2]{background:#feca00;color:#111}.van-dialog__confirm[data-v-560089d2]:active,.van-dialog__confirm[data-v-560089d2]:hover{background:#e6b700}.van-dialog__confirm[data-v-560089d2] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-560089d2]{background:#eee!important}.van-dialog__header[data-v-560089d2]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-560089d2]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-560089d2]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-560089d2],.van-button--poly-default[data-v-560089d2]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-560089d2]:active,.van-button--poly-default-plain[data-v-560089d2]:focus,.van-button--poly-default[data-v-560089d2]:active,.van-button--poly-default[data-v-560089d2]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-560089d2]{background-color:#fff9e5}.van-button--poly-disabled[data-v-560089d2]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-560089d2]:active,.van-button--poly-disabled[data-v-560089d2]:focus{background-color:#eee}.van-popup--bottom[data-v-560089d2]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-560089d2]{color:#999}.van-toast[data-v-560089d2]{border-radius:8px}.van-picker__toolbar[data-v-560089d2]{background-color:#fff9e5}.van-picker__title[data-v-560089d2]{color:#111}.van-picker__confirm[data-v-560089d2]{color:#666}.poly-top-search[data-v-560089d2] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-560089d2] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-560089d2]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-560089d2]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-560089d2],.poly-price>span[data-v-560089d2],.poly-price[data-v-560089d2]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-560089d2]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-560089d2]:first-child{color:#ff3e4e}.poly-price span[data-v-560089d2]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-560089d2]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-560089d2]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-560089d2]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-560089d2]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-560089d2]{color:#bbb;background:#eee}.shows-popup[data-v-560089d2]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-560089d2]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-560089d2]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-560089d2]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-560089d2]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-560089d2]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-560089d2]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-560089d2]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-560089d2]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-560089d2]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-560089d2]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-560089d2]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.m-login[data-v-667c409d]{width:6.9rem;height:.92rem;padding:0 .3rem;box-sizing:border-box;background-image:url(../img/m4.68231ce4.png)}.m-login .l-right[data-v-667c409d]{display:flex;flex-direction:column;justify-content:space-between}.m-login .l-right .l-r-name[data-v-667c409d]{width:1.5rem;height:.24rem;line-height:.24rem}.m-login .l-integral[data-v-667c409d],.m-login .l-right .l-r-name[data-v-667c409d]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.24rem;color:#666}.m-login .l-number[data-v-667c409d]{font-family:PingFangSC-Medium;font-weight:500!important;font-size:.34rem;color:#111}.m-login .n-l-title[data-v-667c409d]{font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666}.m-login .n-l-btn[data-v-667c409d]{line-height:.6rem;width:1.8rem;height:.6rem;text-align:center;background:#ffcd0f;border-radius:.4rem;font-weight:600!important;font-size:.32rem;color:#111}html[data-v-667c409d]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-667c409d]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-667c409d]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-667c409d]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-667c409d]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-667c409d]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-667c409d]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-667c409d]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-667c409d]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-667c409d]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-667c409d]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-667c409d]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-667c409d]{font-size:1rem}.wrap[data-v-667c409d]{width:7.5rem!important;margin:0 auto}}#app[data-v-667c409d]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-667c409d]::-webkit-scrollbar{display:none}body[data-v-667c409d],form[data-v-667c409d],h1[data-v-667c409d],h2[data-v-667c409d],h3[data-v-667c409d],h4[data-v-667c409d],html[data-v-667c409d],ol[data-v-667c409d],p[data-v-667c409d],ul[data-v-667c409d]{padding:0;margin:0;border:0}.wrap[data-v-667c409d],body[data-v-667c409d],html[data-v-667c409d]{height:100vh}body[data-v-667c409d]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-667c409d],ol[data-v-667c409d],ul[data-v-667c409d]{list-style:none;display:block}a[data-v-667c409d]{text-decoration:none;outline:0}a[data-v-667c409d]:active,a[data-v-667c409d]:hover,a[data-v-667c409d]:link,a[data-v-667c409d]:visited{text-decoration:none;color:#333}a img[data-v-667c409d]{border:0}input[data-v-667c409d],textarea[data-v-667c409d]{-webkit-appearance:none;outline:0}input[data-v-667c409d]::-webkit-input-placeholder{color:#999}input[data-v-667c409d]::-moz-placeholder{color:#999}button[data-v-667c409d],input[data-v-667c409d]:not([type]),input[type=button][data-v-667c409d],input[type=search][data-v-667c409d],input[type=text][data-v-667c409d]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-667c409d]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-667c409d]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-667c409d]{color:#111}.van-hairline--bottom[data-v-667c409d]:after{border:none}.select .van-nav-bar__left[data-v-667c409d]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-667c409d],.van-nav-bar__right .van-nav-bar__text[data-v-667c409d]{color:#666!important}.van-tabbar--fixed[data-v-667c409d]{z-index:1999!important}.van-popover__action[data-v-667c409d]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-667c409d]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-667c409d]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-667c409d]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-667c409d]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-667c409d]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-667c409d]:after{display:none}.van-dialog .van-dialog__cancel[data-v-667c409d],.van-dialog .van-dialog__confirm[data-v-667c409d]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-667c409d]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-667c409d]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-667c409d]:after{display:none}.single-omit[data-v-667c409d]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-667c409d]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-667c409d],.two-omit[data-v-667c409d]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-667c409d]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-667c409d] .van-nav-bar{z-index:200}[data-v-667c409d] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-667c409d] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-667c409d]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-667c409d]{border-radius:.16rem}.van-dialog__message[data-v-667c409d]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-667c409d],.van-dialog__confirm[data-v-667c409d]{height:1.2rem}.van-dialog__confirm[data-v-667c409d]{background:#feca00;color:#111}.van-dialog__confirm[data-v-667c409d]:active,.van-dialog__confirm[data-v-667c409d]:hover{background:#e6b700}.van-dialog__confirm[data-v-667c409d] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-667c409d]{background:#eee!important}.van-dialog__header[data-v-667c409d]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-667c409d]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-667c409d]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-667c409d],.van-button--poly-default[data-v-667c409d]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-667c409d]:active,.van-button--poly-default-plain[data-v-667c409d]:focus,.van-button--poly-default[data-v-667c409d]:active,.van-button--poly-default[data-v-667c409d]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-667c409d]{background-color:#fff9e5}.van-button--poly-disabled[data-v-667c409d]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-667c409d]:active,.van-button--poly-disabled[data-v-667c409d]:focus{background-color:#eee}.van-popup--bottom[data-v-667c409d]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-667c409d]{color:#999}.van-toast[data-v-667c409d]{border-radius:8px}.van-picker__toolbar[data-v-667c409d]{background-color:#fff9e5}.van-picker__title[data-v-667c409d]{color:#111}.van-picker__confirm[data-v-667c409d]{color:#666}.poly-top-search[data-v-667c409d] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-667c409d] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-667c409d]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-667c409d]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-667c409d],.poly-price>span[data-v-667c409d],.poly-price[data-v-667c409d]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-667c409d]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-667c409d]:first-child{color:#ff3e4e}.poly-price span[data-v-667c409d]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-667c409d]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-667c409d]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-667c409d]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-667c409d]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-667c409d]{color:#bbb;background:#eee}.shows-popup[data-v-667c409d]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-667c409d]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-667c409d]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-667c409d]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-667c409d]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-667c409d]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-667c409d]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-667c409d]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-667c409d]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-667c409d]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-667c409d]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-667c409d]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.mall[data-v-236d88b4]{position:relative}.mall .h-title[data-v-236d88b4]{width:1rem;height:.56rem;font-weight:600;font-size:.4rem;color:#000;line-height:.56rem}.mall .top-bg[data-v-236d88b4]{position:absolute;left:0;top:0;width:7.5rem;z-index:-1}.mall .m-middle[data-v-236d88b4]{padding:0 .3rem;margin-top:.2rem}.head[data-v-236d88b4] .van-nav-bar--fixed{background-color:transparent}[data-v-236d88b4] .van-tabs__line{background-color:#ffcd0f!important;bottom:21px!important;width:.37rem!important;height:.05rem}[data-v-236d88b4] .van-tab--active{font-size:.36rem!important;font-weight:500}[data-v-236d88b4] .van-tabs__nav{background-color:transparent}[data-v-236d88b4] .side{position:fixed;z-index:100;width:100%}[data-v-236d88b4] .side .van-tabs__nav{background-color:#fff;height:.8rem!important}html[data-v-236d88b4]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-236d88b4]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-236d88b4]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-236d88b4]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-236d88b4]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-236d88b4]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-236d88b4]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-236d88b4]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-236d88b4]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-236d88b4]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-236d88b4]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-236d88b4]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-236d88b4]{font-size:1rem}.wrap[data-v-236d88b4]{width:7.5rem!important;margin:0 auto}}#app[data-v-236d88b4]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-236d88b4]::-webkit-scrollbar{display:none}body[data-v-236d88b4],form[data-v-236d88b4],h1[data-v-236d88b4],h2[data-v-236d88b4],h3[data-v-236d88b4],h4[data-v-236d88b4],html[data-v-236d88b4],ol[data-v-236d88b4],p[data-v-236d88b4],ul[data-v-236d88b4]{padding:0;margin:0;border:0}.wrap[data-v-236d88b4],body[data-v-236d88b4],html[data-v-236d88b4]{height:100vh}body[data-v-236d88b4]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-236d88b4],ol[data-v-236d88b4],ul[data-v-236d88b4]{list-style:none;display:block}a[data-v-236d88b4]{text-decoration:none;outline:0}a[data-v-236d88b4]:active,a[data-v-236d88b4]:hover,a[data-v-236d88b4]:link,a[data-v-236d88b4]:visited{text-decoration:none;color:#333}a img[data-v-236d88b4]{border:0}input[data-v-236d88b4],textarea[data-v-236d88b4]{-webkit-appearance:none;outline:0}input[data-v-236d88b4]::-webkit-input-placeholder{color:#999}input[data-v-236d88b4]::-moz-placeholder{color:#999}button[data-v-236d88b4],input[data-v-236d88b4]:not([type]),input[type=button][data-v-236d88b4],input[type=search][data-v-236d88b4],input[type=text][data-v-236d88b4]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-236d88b4]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-236d88b4]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-236d88b4]{color:#111}.van-hairline--bottom[data-v-236d88b4]:after{border:none}.select .van-nav-bar__left[data-v-236d88b4]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-236d88b4],.van-nav-bar__right .van-nav-bar__text[data-v-236d88b4]{color:#666!important}.van-tabbar--fixed[data-v-236d88b4]{z-index:1999!important}.van-popover__action[data-v-236d88b4]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-236d88b4]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-236d88b4]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-236d88b4]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-236d88b4]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-236d88b4]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-236d88b4]:after{display:none}.van-dialog .van-dialog__cancel[data-v-236d88b4],.van-dialog .van-dialog__confirm[data-v-236d88b4]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-236d88b4]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-236d88b4]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-236d88b4]:after{display:none}.single-omit[data-v-236d88b4]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-236d88b4]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-236d88b4],.two-omit[data-v-236d88b4]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-236d88b4]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-236d88b4] .van-nav-bar{z-index:200}[data-v-236d88b4] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-236d88b4] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-236d88b4]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-236d88b4]{border-radius:.16rem}.van-dialog__message[data-v-236d88b4]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-236d88b4],.van-dialog__confirm[data-v-236d88b4]{height:1.2rem}.van-dialog__confirm[data-v-236d88b4]{background:#feca00;color:#111}.van-dialog__confirm[data-v-236d88b4]:active,.van-dialog__confirm[data-v-236d88b4]:hover{background:#e6b700}.van-dialog__confirm[data-v-236d88b4] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-236d88b4]{background:#eee!important}.van-dialog__header[data-v-236d88b4]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-236d88b4]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-236d88b4]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-236d88b4],.van-button--poly-default[data-v-236d88b4]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-236d88b4]:active,.van-button--poly-default-plain[data-v-236d88b4]:focus,.van-button--poly-default[data-v-236d88b4]:active,.van-button--poly-default[data-v-236d88b4]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-236d88b4]{background-color:#fff9e5}.van-button--poly-disabled[data-v-236d88b4]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-236d88b4]:active,.van-button--poly-disabled[data-v-236d88b4]:focus{background-color:#eee}.van-popup--bottom[data-v-236d88b4]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-236d88b4]{color:#999}.van-toast[data-v-236d88b4]{border-radius:8px}.van-picker__toolbar[data-v-236d88b4]{background-color:#fff9e5}.van-picker__title[data-v-236d88b4]{color:#111}.van-picker__confirm[data-v-236d88b4]{color:#666}.poly-top-search[data-v-236d88b4] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-236d88b4] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-236d88b4]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-236d88b4]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-236d88b4],.poly-price>span[data-v-236d88b4],.poly-price[data-v-236d88b4]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-236d88b4]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-236d88b4]:first-child{color:#ff3e4e}.poly-price span[data-v-236d88b4]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-236d88b4]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-236d88b4]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-236d88b4]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-236d88b4]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-236d88b4]{color:#bbb;background:#eee}.shows-popup[data-v-236d88b4]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-236d88b4]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-236d88b4]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-236d88b4]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-236d88b4]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-236d88b4]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-236d88b4]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-236d88b4]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-236d88b4]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-236d88b4]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-236d88b4]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-236d88b4]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.v-main[data-v-7c6e06ba]{padding:0 .3rem .3rem}html[data-v-7c6e06ba]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-7c6e06ba]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-7c6e06ba]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-7c6e06ba]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-7c6e06ba]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-7c6e06ba]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-7c6e06ba]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-7c6e06ba]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-7c6e06ba]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-7c6e06ba]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-7c6e06ba]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-7c6e06ba]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-7c6e06ba]{font-size:1rem}.wrap[data-v-7c6e06ba]{width:7.5rem!important;margin:0 auto}}#app[data-v-7c6e06ba]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-7c6e06ba]::-webkit-scrollbar{display:none}body[data-v-7c6e06ba],form[data-v-7c6e06ba],h1[data-v-7c6e06ba],h2[data-v-7c6e06ba],h3[data-v-7c6e06ba],h4[data-v-7c6e06ba],html[data-v-7c6e06ba],ol[data-v-7c6e06ba],p[data-v-7c6e06ba],ul[data-v-7c6e06ba]{padding:0;margin:0;border:0}.wrap[data-v-7c6e06ba],body[data-v-7c6e06ba],html[data-v-7c6e06ba]{height:100vh}body[data-v-7c6e06ba]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-7c6e06ba],ol[data-v-7c6e06ba],ul[data-v-7c6e06ba]{list-style:none;display:block}a[data-v-7c6e06ba]{text-decoration:none;outline:0}a[data-v-7c6e06ba]:active,a[data-v-7c6e06ba]:hover,a[data-v-7c6e06ba]:link,a[data-v-7c6e06ba]:visited{text-decoration:none;color:#333}a img[data-v-7c6e06ba]{border:0}input[data-v-7c6e06ba],textarea[data-v-7c6e06ba]{-webkit-appearance:none;outline:0}input[data-v-7c6e06ba]::-webkit-input-placeholder{color:#999}input[data-v-7c6e06ba]::-moz-placeholder{color:#999}button[data-v-7c6e06ba],input[data-v-7c6e06ba]:not([type]),input[type=button][data-v-7c6e06ba],input[type=search][data-v-7c6e06ba],input[type=text][data-v-7c6e06ba]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-7c6e06ba]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-7c6e06ba]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-7c6e06ba]{color:#111}.van-hairline--bottom[data-v-7c6e06ba]:after{border:none}.select .van-nav-bar__left[data-v-7c6e06ba]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-7c6e06ba],.van-nav-bar__right .van-nav-bar__text[data-v-7c6e06ba]{color:#666!important}.van-tabbar--fixed[data-v-7c6e06ba]{z-index:1999!important}.van-popover__action[data-v-7c6e06ba]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-7c6e06ba]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-7c6e06ba]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-7c6e06ba]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-7c6e06ba]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-7c6e06ba]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-7c6e06ba]:after{display:none}.van-dialog .van-dialog__cancel[data-v-7c6e06ba],.van-dialog .van-dialog__confirm[data-v-7c6e06ba]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-7c6e06ba]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-7c6e06ba]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-7c6e06ba]:after{display:none}.single-omit[data-v-7c6e06ba]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-7c6e06ba]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-7c6e06ba],.two-omit[data-v-7c6e06ba]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-7c6e06ba]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-7c6e06ba] .van-nav-bar{z-index:200}[data-v-7c6e06ba] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-7c6e06ba] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-7c6e06ba]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-7c6e06ba]{border-radius:.16rem}.van-dialog__message[data-v-7c6e06ba]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-7c6e06ba],.van-dialog__confirm[data-v-7c6e06ba]{height:1.2rem}.van-dialog__confirm[data-v-7c6e06ba]{background:#feca00;color:#111}.van-dialog__confirm[data-v-7c6e06ba]:active,.van-dialog__confirm[data-v-7c6e06ba]:hover{background:#e6b700}.van-dialog__confirm[data-v-7c6e06ba] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-7c6e06ba]{background:#eee!important}.van-dialog__header[data-v-7c6e06ba]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-7c6e06ba]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-7c6e06ba]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-7c6e06ba],.van-button--poly-default[data-v-7c6e06ba]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-7c6e06ba]:active,.van-button--poly-default-plain[data-v-7c6e06ba]:focus,.van-button--poly-default[data-v-7c6e06ba]:active,.van-button--poly-default[data-v-7c6e06ba]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-7c6e06ba]{background-color:#fff9e5}.van-button--poly-disabled[data-v-7c6e06ba]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-7c6e06ba]:active,.van-button--poly-disabled[data-v-7c6e06ba]:focus{background-color:#eee}.van-popup--bottom[data-v-7c6e06ba]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-7c6e06ba]{color:#999}.van-toast[data-v-7c6e06ba]{border-radius:8px}.van-picker__toolbar[data-v-7c6e06ba]{background-color:#fff9e5}.van-picker__title[data-v-7c6e06ba]{color:#111}.van-picker__confirm[data-v-7c6e06ba]{color:#666}.poly-top-search[data-v-7c6e06ba] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-7c6e06ba] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-7c6e06ba]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-7c6e06ba]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-7c6e06ba],.poly-price>span[data-v-7c6e06ba],.poly-price[data-v-7c6e06ba]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-7c6e06ba]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-7c6e06ba]:first-child{color:#ff3e4e}.poly-price span[data-v-7c6e06ba]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-7c6e06ba]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-7c6e06ba]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-7c6e06ba]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-7c6e06ba]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-7c6e06ba]{color:#bbb;background:#eee}.shows-popup[data-v-7c6e06ba]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-7c6e06ba]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-7c6e06ba]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-7c6e06ba]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-7c6e06ba]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-7c6e06ba]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-7c6e06ba]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-7c6e06ba]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-7c6e06ba]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-7c6e06ba]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-7c6e06ba]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-7c6e06ba]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}[data-v-3029f6e8] .van-nav-bar .van-icon{color:#666}html[data-v-3029f6e8]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-3029f6e8]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-3029f6e8]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-3029f6e8]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-3029f6e8]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-3029f6e8]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-3029f6e8]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-3029f6e8]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-3029f6e8]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-3029f6e8]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-3029f6e8]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-3029f6e8]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-3029f6e8]{font-size:1rem}.wrap[data-v-3029f6e8]{width:7.5rem!important;margin:0 auto}}#app[data-v-3029f6e8]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-3029f6e8]::-webkit-scrollbar{display:none}body[data-v-3029f6e8],form[data-v-3029f6e8],h1[data-v-3029f6e8],h2[data-v-3029f6e8],h3[data-v-3029f6e8],h4[data-v-3029f6e8],html[data-v-3029f6e8],ol[data-v-3029f6e8],p[data-v-3029f6e8],ul[data-v-3029f6e8]{padding:0;margin:0;border:0}.wrap[data-v-3029f6e8],body[data-v-3029f6e8],html[data-v-3029f6e8]{height:100vh}body[data-v-3029f6e8]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-3029f6e8],ol[data-v-3029f6e8],ul[data-v-3029f6e8]{list-style:none;display:block}a[data-v-3029f6e8]{text-decoration:none;outline:0}a[data-v-3029f6e8]:active,a[data-v-3029f6e8]:hover,a[data-v-3029f6e8]:link,a[data-v-3029f6e8]:visited{text-decoration:none;color:#333}a img[data-v-3029f6e8]{border:0}input[data-v-3029f6e8],textarea[data-v-3029f6e8]{-webkit-appearance:none;outline:0}input[data-v-3029f6e8]::-webkit-input-placeholder{color:#999}input[data-v-3029f6e8]::-moz-placeholder{color:#999}button[data-v-3029f6e8],input[data-v-3029f6e8]:not([type]),input[type=button][data-v-3029f6e8],input[type=search][data-v-3029f6e8],input[type=text][data-v-3029f6e8]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-3029f6e8]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-3029f6e8]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-3029f6e8]{color:#111}.van-hairline--bottom[data-v-3029f6e8]:after{border:none}.select .van-nav-bar__left[data-v-3029f6e8]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-3029f6e8],.van-nav-bar__right .van-nav-bar__text[data-v-3029f6e8]{color:#666!important}.van-tabbar--fixed[data-v-3029f6e8]{z-index:1999!important}.van-popover__action[data-v-3029f6e8]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-3029f6e8]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-3029f6e8]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-3029f6e8]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-3029f6e8]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-3029f6e8]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-3029f6e8]:after{display:none}.van-dialog .van-dialog__cancel[data-v-3029f6e8],.van-dialog .van-dialog__confirm[data-v-3029f6e8]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-3029f6e8]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-3029f6e8]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-3029f6e8]:after{display:none}.single-omit[data-v-3029f6e8]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-3029f6e8]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-3029f6e8],.two-omit[data-v-3029f6e8]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-3029f6e8]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-3029f6e8] .van-nav-bar{z-index:200}[data-v-3029f6e8] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-3029f6e8] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-3029f6e8]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-3029f6e8]{border-radius:.16rem}.van-dialog__message[data-v-3029f6e8]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-3029f6e8],.van-dialog__confirm[data-v-3029f6e8]{height:1.2rem}.van-dialog__confirm[data-v-3029f6e8]{background:#feca00;color:#111}.van-dialog__confirm[data-v-3029f6e8]:active,.van-dialog__confirm[data-v-3029f6e8]:hover{background:#e6b700}.van-dialog__confirm[data-v-3029f6e8] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-3029f6e8]{background:#eee!important}.van-dialog__header[data-v-3029f6e8]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-3029f6e8]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-3029f6e8]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-3029f6e8],.van-button--poly-default[data-v-3029f6e8]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-3029f6e8]:active,.van-button--poly-default-plain[data-v-3029f6e8]:focus,.van-button--poly-default[data-v-3029f6e8]:active,.van-button--poly-default[data-v-3029f6e8]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-3029f6e8]{background-color:#fff9e5}.van-button--poly-disabled[data-v-3029f6e8]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-3029f6e8]:active,.van-button--poly-disabled[data-v-3029f6e8]:focus{background-color:#eee}.van-popup--bottom[data-v-3029f6e8]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-3029f6e8]{color:#999}.van-toast[data-v-3029f6e8]{border-radius:8px}.van-picker__toolbar[data-v-3029f6e8]{background-color:#fff9e5}.van-picker__title[data-v-3029f6e8]{color:#111}.van-picker__confirm[data-v-3029f6e8]{color:#666}.poly-top-search[data-v-3029f6e8] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-3029f6e8] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-3029f6e8]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-3029f6e8]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-3029f6e8],.poly-price>span[data-v-3029f6e8],.poly-price[data-v-3029f6e8]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-3029f6e8]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-3029f6e8]:first-child{color:#ff3e4e}.poly-price span[data-v-3029f6e8]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-3029f6e8]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-3029f6e8]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-3029f6e8]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-3029f6e8]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-3029f6e8]{color:#bbb;background:#eee}.shows-popup[data-v-3029f6e8]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-3029f6e8]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-3029f6e8]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-3029f6e8]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-3029f6e8]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-3029f6e8]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-3029f6e8]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-3029f6e8]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-3029f6e8]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-3029f6e8]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-3029f6e8]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-3029f6e8]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.van-stepper{font-size:0;-webkit-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:28px;height:28px;margin:0;padding:0;color:#323233;vertical-align:middle;background-color:#f2f3f5;border:0;cursor:pointer}.van-stepper__minus:before,.van-stepper__plus:before{width:50%;height:1px}.van-stepper__minus:after,.van-stepper__plus:after{width:1px;height:50%}.van-stepper__minus:after,.van-stepper__minus:before,.van-stepper__plus:after,.van-stepper__plus:before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:""}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:#c8c9cc;background-color:#f7f8fa;cursor:not-allowed}.van-stepper__minus--disabled:active,.van-stepper__plus--disabled:active{background-color:#f7f8fa}.van-stepper__minus{border-radius:4px 0 0 4px}.van-stepper__minus:after{display:none}.van-stepper__plus{border-radius:0 4px 4px 0}.van-stepper__input{box-sizing:border-box;width:32px;height:28px;margin:0 2px;padding:0;color:#323233;font-size:14px;line-height:normal;text-align:center;vertical-align:middle;background-color:#f2f3f5;border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:#c8c9cc;background-color:#f2f3f5;-webkit-text-fill-color:#c8c9cc;opacity:1}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus{border-radius:100%}.van-stepper--round .van-stepper__minus:active,.van-stepper--round .van-stepper__plus:active{opacity:.7}.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__minus--disabled:active,.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__plus--disabled:active{opacity:.3}.van-stepper--round .van-stepper__plus{color:#fff;background-color:#ff3e4e}.van-stepper--round .van-stepper__minus{color:#ff3e4e;background-color:#fff;border:1px solid #ff3e4e}.van-image-preview{position:fixed;top:0;left:0;width:100%;height:100%}.van-image-preview__swipe{height:100%}.van-image-preview__swipe-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.van-image-preview__cover{position:absolute;top:0;left:0}.van-image-preview__image{width:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-image-preview__image--vertical{width:auto;height:100%}.van-image-preview__image img{-webkit-user-drag:none}.van-image-preview__image .van-image__error{top:30%;height:40%}.van-image-preview__image .van-image__error-icon{font-size:36px}.van-image-preview__image .van-image__loading{background-color:transparent}.van-image-preview__index{position:absolute;top:16px;left:50%;color:#fff;font-size:14px;line-height:20px;text-shadow:0 1px 1px #323233;-webkit-transform:translate(-50%);transform:translate(-50%)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-image-preview__close-icon:active{color:#969799}.van-image-preview__close-icon--top-left{top:16px;left:16px}.van-image-preview__close-icon--top-right{top:16px;right:16px}.van-image-preview__close-icon--bottom-left{bottom:16px;left:16px}.van-image-preview__close-icon--bottom-right{right:16px;bottom:16px}.s-number[data-v-4e5621fd]{padding-bottom:.3rem;border-bottom:.02rem solid #eee}.s-number .s-n-title[data-v-4e5621fd]{font-weight:Medium;font-size:.28rem;color:#111;margin-right:.2rem}.s-number .normal-good[data-v-4e5621fd]{color:#111;font-weight:400;font-size:.24rem}.s-number .no-good[data-v-4e5621fd]{font-size:.24rem;color:#ff3e4e}.s-number .has-good[data-v-4e5621fd]{font-size:.24rem;color:#ff00f3}.s-number .normal[data-v-4e5621fd]{font-size:.24rem;color:#111}html[data-v-4e5621fd]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-4e5621fd]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-4e5621fd]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-4e5621fd]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-4e5621fd]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-4e5621fd]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-4e5621fd]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-4e5621fd]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-4e5621fd]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-4e5621fd]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-4e5621fd]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-4e5621fd]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-4e5621fd]{font-size:1rem}.wrap[data-v-4e5621fd]{width:7.5rem!important;margin:0 auto}}#app[data-v-4e5621fd]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-4e5621fd]::-webkit-scrollbar{display:none}body[data-v-4e5621fd],form[data-v-4e5621fd],h1[data-v-4e5621fd],h2[data-v-4e5621fd],h3[data-v-4e5621fd],h4[data-v-4e5621fd],html[data-v-4e5621fd],ol[data-v-4e5621fd],p[data-v-4e5621fd],ul[data-v-4e5621fd]{padding:0;margin:0;border:0}.wrap[data-v-4e5621fd],body[data-v-4e5621fd],html[data-v-4e5621fd]{height:100vh}body[data-v-4e5621fd]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-4e5621fd],ol[data-v-4e5621fd],ul[data-v-4e5621fd]{list-style:none;display:block}a[data-v-4e5621fd]{text-decoration:none;outline:0}a[data-v-4e5621fd]:active,a[data-v-4e5621fd]:hover,a[data-v-4e5621fd]:link,a[data-v-4e5621fd]:visited{text-decoration:none;color:#333}a img[data-v-4e5621fd]{border:0}input[data-v-4e5621fd],textarea[data-v-4e5621fd]{-webkit-appearance:none;outline:0}input[data-v-4e5621fd]::-webkit-input-placeholder{color:#999}input[data-v-4e5621fd]::-moz-placeholder{color:#999}button[data-v-4e5621fd],input[data-v-4e5621fd]:not([type]),input[type=button][data-v-4e5621fd],input[type=search][data-v-4e5621fd],input[type=text][data-v-4e5621fd]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-4e5621fd]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-4e5621fd]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-4e5621fd]{color:#111}.van-hairline--bottom[data-v-4e5621fd]:after{border:none}.select .van-nav-bar__left[data-v-4e5621fd]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-4e5621fd],.van-nav-bar__right .van-nav-bar__text[data-v-4e5621fd]{color:#666!important}.van-tabbar--fixed[data-v-4e5621fd]{z-index:1999!important}.van-popover__action[data-v-4e5621fd]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-4e5621fd]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-4e5621fd]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-4e5621fd]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-4e5621fd]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-4e5621fd]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-4e5621fd]:after{display:none}.van-dialog .van-dialog__cancel[data-v-4e5621fd],.van-dialog .van-dialog__confirm[data-v-4e5621fd]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-4e5621fd]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-4e5621fd]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-4e5621fd]:after{display:none}.single-omit[data-v-4e5621fd]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-4e5621fd]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-4e5621fd],.two-omit[data-v-4e5621fd]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-4e5621fd]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-4e5621fd] .van-nav-bar{z-index:200}[data-v-4e5621fd] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-4e5621fd] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-4e5621fd]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-4e5621fd]{border-radius:.16rem}.van-dialog__message[data-v-4e5621fd]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-4e5621fd],.van-dialog__confirm[data-v-4e5621fd]{height:1.2rem}.van-dialog__confirm[data-v-4e5621fd]{background:#feca00;color:#111}.van-dialog__confirm[data-v-4e5621fd]:active,.van-dialog__confirm[data-v-4e5621fd]:hover{background:#e6b700}.van-dialog__confirm[data-v-4e5621fd] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-4e5621fd]{background:#eee!important}.van-dialog__header[data-v-4e5621fd]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-4e5621fd]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-4e5621fd]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-4e5621fd],.van-button--poly-default[data-v-4e5621fd]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-4e5621fd]:active,.van-button--poly-default-plain[data-v-4e5621fd]:focus,.van-button--poly-default[data-v-4e5621fd]:active,.van-button--poly-default[data-v-4e5621fd]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-4e5621fd]{background-color:#fff9e5}.van-button--poly-disabled[data-v-4e5621fd]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-4e5621fd]:active,.van-button--poly-disabled[data-v-4e5621fd]:focus{background-color:#eee}.van-popup--bottom[data-v-4e5621fd]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-4e5621fd]{color:#999}.van-toast[data-v-4e5621fd]{border-radius:8px}.van-picker__toolbar[data-v-4e5621fd]{background-color:#fff9e5}.van-picker__title[data-v-4e5621fd]{color:#111}.van-picker__confirm[data-v-4e5621fd]{color:#666}.poly-top-search[data-v-4e5621fd] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-4e5621fd] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-4e5621fd]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-4e5621fd]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-4e5621fd],.poly-price>span[data-v-4e5621fd],.poly-price[data-v-4e5621fd]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-4e5621fd]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-4e5621fd]:first-child{color:#ff3e4e}.poly-price span[data-v-4e5621fd]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-4e5621fd]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-4e5621fd]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-4e5621fd]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-4e5621fd]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-4e5621fd]{color:#bbb;background:#eee}.shows-popup[data-v-4e5621fd]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-4e5621fd]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-4e5621fd]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-4e5621fd]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-4e5621fd]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-4e5621fd]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-4e5621fd]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-4e5621fd]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-4e5621fd]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-4e5621fd]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-4e5621fd]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-4e5621fd]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.title[data-v-5fd92114]{height:1.2rem;line-height:1.2rem;width:100%;text-align:center;position:relative;background:#fff9e5;font-size:.32rem;color:#333;font-family:PingFangSC-Medium;font-weight:Medium;position:sticky;top:0;z-index:100}.title .t-pic[data-v-5fd92114]{position:absolute;left:.18rem;top:.36rem;width:.48rem;height:.48rem}.s-main[data-v-5fd92114]{padding:.4rem .3rem 1.08rem}.s-main .price[data-v-5fd92114]{font-weight:Medium;font-size:.4rem;color:#ff3e4e}.s-main .s-color[data-v-5fd92114],.s-main .s-package[data-v-5fd92114]{border-bottom:.02rem solid #eee;margin-bottom:.2rem}.s-main .s-color .s-title[data-v-5fd92114],.s-main .s-package .s-title[data-v-5fd92114]{font-weight:Medium;font-size:.28rem;color:#111;height:.4rem;line-height:.4rem;margin-bottom:.3rem}.type[data-v-5fd92114]{display:flex;flex-wrap:wrap}.type .normal[data-v-5fd92114]{padding:.16rem .2rem;background:#fff;border:.02rem solid #ddd;border-radius:.16rem;font-weight:Regular;font-size:.28rem;color:#666;margin-bottom:.2rem;margin-right:.2rem;position:relative}.type .t-active[data-v-5fd92114]{background:rgba(255,203,0,.1);border:.02rem solid #ffcb00;color:#111}.type .t-pic[data-v-5fd92114]{position:absolute;top:0;right:0;width:.56rem;height:.28rem}.footer[data-v-5fd92114]{z-index:10!important;position:fixed;bottom:0;left:0;width:7.5rem;height:1.08rem;background:#fff;box-shadow:0 -.02rem .1rem 0 hsla(0,0%,79.6%,.3);padding:.1rem .3rem;box-sizing:border-box}.footer .btn[data-v-5fd92114]{width:100%;height:.88rem;background:#ffcd0f;border-radius:.44rem;line-height:.88rem;text-align:center;font-weight:Medium;font-size:.32rem;color:#111}.stockout .btn[data-v-5fd92114]{background:#eee;color:#bbb}.low[data-v-5fd92114],.unit[data-v-5fd92114]{font-size:.2rem;margin-left:.05rem}.low[data-v-5fd92114]{color:#999;font-weight:400}[data-v-5fd92114] .van-stepper__input{margin:0;border-top:.01rem solid #ddd;border-bottom:.01rem solid #ddd;background:#fff!important}[data-v-5fd92114] .van-stepper__minus,[data-v-5fd92114] .van-stepper__plus{background:#fff!important;border:.01rem solid #ddd}.sp-s-name[data-v-5fd92114]{font-family:PingFangSC-Medium;font-weight:500;font-size:.28rem;color:#111}.sp-s-opt[data-v-5fd92114]{display:flex;align-items:center;flex-wrap:wrap;margin-top:.4rem}.sp-s-o-detai[data-v-5fd92114]{position:relative;margin-bottom:.2rem}.sp-s-o-d-name[data-v-5fd92114]{height:.8rem;line-height:.8rem;font-weight:400;font-size:.28rem;text-align:center;background:#fff;border:.02rem solid #ddd;border-radius:.16rem;padding:0 .22rem;margin-right:.2rem}.sp-s-o-d-name-active[data-v-5fd92114]{background:rgba(255,203,0,.1);border:.02rem solid #ffcb00;color:#111}.sp-s-o-d-out[data-v-5fd92114]{width:.56rem;height:.28rem;position:absolute;top:0;right:0;margin-right:.2rem}.sp-line[data-v-5fd92114]{height:.02rem;background:rgba(51,51,51,.1);margin:.1rem 0 .3rem 0}html[data-v-5fd92114]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-5fd92114]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-5fd92114]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-5fd92114]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-5fd92114]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-5fd92114]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-5fd92114]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-5fd92114]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-5fd92114]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-5fd92114]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-5fd92114]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-5fd92114]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-5fd92114]{font-size:1rem}.wrap[data-v-5fd92114]{width:7.5rem!important;margin:0 auto}}#app[data-v-5fd92114]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-5fd92114]::-webkit-scrollbar{display:none}body[data-v-5fd92114],form[data-v-5fd92114],h1[data-v-5fd92114],h2[data-v-5fd92114],h3[data-v-5fd92114],h4[data-v-5fd92114],html[data-v-5fd92114],ol[data-v-5fd92114],p[data-v-5fd92114],ul[data-v-5fd92114]{padding:0;margin:0;border:0}.wrap[data-v-5fd92114],body[data-v-5fd92114],html[data-v-5fd92114]{height:100vh}body[data-v-5fd92114]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-5fd92114],ol[data-v-5fd92114],ul[data-v-5fd92114]{list-style:none;display:block}a[data-v-5fd92114]{text-decoration:none;outline:0}a[data-v-5fd92114]:active,a[data-v-5fd92114]:hover,a[data-v-5fd92114]:link,a[data-v-5fd92114]:visited{text-decoration:none;color:#333}a img[data-v-5fd92114]{border:0}input[data-v-5fd92114],textarea[data-v-5fd92114]{-webkit-appearance:none;outline:0}input[data-v-5fd92114]::-webkit-input-placeholder{color:#999}input[data-v-5fd92114]::-moz-placeholder{color:#999}button[data-v-5fd92114],input[data-v-5fd92114]:not([type]),input[type=button][data-v-5fd92114],input[type=search][data-v-5fd92114],input[type=text][data-v-5fd92114]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-5fd92114]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-5fd92114]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-5fd92114]{color:#111}.van-hairline--bottom[data-v-5fd92114]:after{border:none}.select .van-nav-bar__left[data-v-5fd92114]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-5fd92114],.van-nav-bar__right .van-nav-bar__text[data-v-5fd92114]{color:#666!important}.van-tabbar--fixed[data-v-5fd92114]{z-index:1999!important}.van-popover__action[data-v-5fd92114]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-5fd92114]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-5fd92114]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-5fd92114]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-5fd92114]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-5fd92114]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-5fd92114]:after{display:none}.van-dialog .van-dialog__cancel[data-v-5fd92114],.van-dialog .van-dialog__confirm[data-v-5fd92114]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-5fd92114]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-5fd92114]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-5fd92114]:after{display:none}.single-omit[data-v-5fd92114]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-5fd92114]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-5fd92114],.two-omit[data-v-5fd92114]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-5fd92114]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-5fd92114] .van-nav-bar{z-index:200}[data-v-5fd92114] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-5fd92114] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-5fd92114]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-5fd92114]{border-radius:.16rem}.van-dialog__message[data-v-5fd92114]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-5fd92114],.van-dialog__confirm[data-v-5fd92114]{height:1.2rem}.van-dialog__confirm[data-v-5fd92114]{background:#feca00;color:#111}.van-dialog__confirm[data-v-5fd92114]:active,.van-dialog__confirm[data-v-5fd92114]:hover{background:#e6b700}.van-dialog__confirm[data-v-5fd92114] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-5fd92114]{background:#eee!important}.van-dialog__header[data-v-5fd92114]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-5fd92114]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-5fd92114]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-5fd92114],.van-button--poly-default[data-v-5fd92114]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-5fd92114]:active,.van-button--poly-default-plain[data-v-5fd92114]:focus,.van-button--poly-default[data-v-5fd92114]:active,.van-button--poly-default[data-v-5fd92114]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-5fd92114]{background-color:#fff9e5}.van-button--poly-disabled[data-v-5fd92114]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-5fd92114]:active,.van-button--poly-disabled[data-v-5fd92114]:focus{background-color:#eee}.van-popup--bottom[data-v-5fd92114]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-5fd92114]{color:#999}.van-toast[data-v-5fd92114]{border-radius:8px}.van-picker__toolbar[data-v-5fd92114]{background-color:#fff9e5}.van-picker__title[data-v-5fd92114]{color:#111}.van-picker__confirm[data-v-5fd92114]{color:#666}.poly-top-search[data-v-5fd92114] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-5fd92114] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-5fd92114]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-5fd92114]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-5fd92114],.poly-price>span[data-v-5fd92114],.poly-price[data-v-5fd92114]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-5fd92114]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-5fd92114]:first-child{color:#ff3e4e}.poly-price span[data-v-5fd92114]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-5fd92114]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-5fd92114]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-5fd92114]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-5fd92114]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-5fd92114]{color:#bbb;background:#eee}.shows-popup[data-v-5fd92114]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-5fd92114]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-5fd92114]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-5fd92114]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-5fd92114]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-5fd92114]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-5fd92114]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-5fd92114]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-5fd92114]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-5fd92114]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-5fd92114]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-5fd92114]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.my-swipe[data-v-d0cc9ada]{width:7.5rem;height:7.11rem;position:relative}.my-swipe .d-swiper[data-v-d0cc9ada]{width:100%;height:100%}.my-swipe .d-swiper .custom-indicator[data-v-d0cc9ada]{position:absolute;right:.3rem;bottom:.39rem;height:.34rem;line-height:.34rem;padding:0 .12rem;background:rgba(0,0,0,.6);font-size:.24rem;border-radius:.5rem;color:#fff}.m-main[data-v-d0cc9ada]{padding:0 .3rem 1.3rem;margin-top:.3rem}.m-main .m-one[data-v-d0cc9ada]{height:.38rem;margin-bottom:.2rem}.m-main .m-one .o-left[data-v-d0cc9ada]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.4rem;color:#ff3e4e;line-height:.38rem}.m-main .m-one .o-right[data-v-d0cc9ada]{height:.28rem;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.2rem;color:#ff6d1c}.m-main .m-two[data-v-d0cc9ada]{margin-bottom:.1rem;font-family:PingFangSC-Medium;font-weight:500;font-size:.36rem;line-height:.5rem;color:#111;word-break:break-all}.m-main .m-two .pic-b[data-v-d0cc9ada]{vertical-align:middle;width:1rem;height:.4rem}.m-main .m-three[data-v-d0cc9ada]{margin-bottom:.1rem;color:#000;word-break:break-all}.m-main .m-four[data-v-d0cc9ada],.m-main .m-three[data-v-d0cc9ada]{font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem}.m-main .m-four[data-v-d0cc9ada]{height:.4rem;color:#111;margin-bottom:.5rem}.m-main .m-four .f-title[data-v-d0cc9ada]{color:#999;margin-right:.2rem}.m-main .m-size[data-v-d0cc9ada],.m-main .no-size[data-v-d0cc9ada]{padding:.34rem 0 .3rem;margin-bottom:.2rem}.m-main .m-size .s-title[data-v-d0cc9ada],.m-main .no-size .s-title[data-v-d0cc9ada]{height:.4rem;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.24rem;color:#111}.m-main .m-size .s-title .s-t-left[data-v-d0cc9ada],.m-main .no-size .s-title .s-t-left[data-v-d0cc9ada]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;margin-right:.2rem}.m-main .s-pic[data-v-d0cc9ada]{width:.8rem;height:.8rem;border-radius:.16rem;margin-right:.1rem}.m-main .tab-notic[data-v-d0cc9ada]{margin-top:.2rem}.m-main .tab-notic .t-n-content[data-v-d0cc9ada]{font-size:.16rem}.m-main .tab-notic img[data-v-d0cc9ada]{width:100%}.m-main .tab-notic[data-v-d0cc9ada] .van-tab__pane{width:100%;overflow-x:auto}.m-main[data-v-d0cc9ada] .van-stepper__input{margin:0;border-top:.01rem solid #ddd;border-bottom:.01rem solid #ddd;background:#fff!important;-moz-border-top:.01rem solid #ddd;-webkit-border-bottom:.01rem solid #ddd}.m-main[data-v-d0cc9ada] .van-stepper__minus,.m-main[data-v-d0cc9ada] .van-stepper__plus{background:#fff!important;border:.01rem solid #ddd!important;-moz-border:.01rem solid #ddd!important;-webkit-border:.01rem solid #ddd!important;box-sizing:border-box!important}.m-main[data-v-d0cc9ada] .van-tab{display:block;flex:none;padding:0;margin-right:.4rem;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#999}.m-main[data-v-d0cc9ada] .van-tabs--line .van-tabs__wrap{height:.6rem}.m-main[data-v-d0cc9ada] .van-tabs__line{width:.37rem;height:.05rem;background:#ffcd0f;border-radius:.1rem;bottom:20px!important}.m-main[data-v-d0cc9ada] .van-tab--active{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.32rem;color:#333}.m-main[data-v-d0cc9ada] .van-tab__pane{padding-top:.1rem}.footer[data-v-d0cc9ada]{z-index:10!important;position:fixed;bottom:0;left:0;width:7.5rem;height:1.08rem;background:#fff;box-shadow:0 -.02rem .1rem 0 hsla(0,0%,79.6%,.3);padding:.1rem .3rem;box-sizing:border-box}.footer .btn[data-v-d0cc9ada]{width:100%;height:.88rem;background:#ffcd0f;border-radius:.44rem;line-height:.88rem;text-align:center;font-weight:Medium;font-size:.32rem;color:#111;border:none!important}.footer .un-btn[data-v-d0cc9ada]{background-color:#ddd;color:#bbb}.footer .btn-hint[data-v-d0cc9ada]{position:absolute;right:.3rem;top:-.68rem;height:.68rem;width:3.67rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXAAAABECAYAAACYhW4wAAAAAXNSR0IArs4c6QAADm1JREFUeF7tnXlwXdV9gL9z733anjZr4qXGSywjmEHNAJUtCVq3UpOpFbOl6ZiaxKGGZto0NsWlhDJJF3WbISRpHGKTZBpi4xpw8TSTsOWvjjWhA5JiFSgRUywvsSSrsgyyZa1Pdzmde5/e89NmyfhJek/vd//xSHr3LN85873j39kUH+HRL2L6r6l7cf1/g59XcwOa38agEtO8AbNwDSqrEGWFwQh9hGzkFSEgBIRAGhPwbLQziB69hHupHdc9jkczip/TwfFx/kzw6dVUWF3Nh7XG4AgqnnEjZWjuJZT3WbLXlZNzUza55ZC9BkIrwSgAMw+U+PtqOMtnhYAQWAQEtA3uEHj9YHdBpB2GW2HkvQiR063YQz9G8aKqpi0+EN6KVgpvtrWftcCDUfZWPKXQupEKFI+Ts/4eCmtDFH0a8m4Fa6mLMkG7Cm0r/AG69hTo2ZZHPicEhIAQWCQEFChD4wcsVEijTI12wTlvMvQW9P0MLh21GTn5UzRPqGpatEZxBCM2SJ4JxIwCDxJswFS1OLo5vAI9+AS5ZfdT8jlFyTZN9loXPWrgDo1JeyxL5Sc9Y/IzlU/+LgSEgBBIcwIadMIg1pe5madRWR6RMya9hxW9z2uG2w6iwo+rysFufRSLGlx/wHylyl/RsIkhE93EfYSK9lKyvYTluz2yrtO4fQbeqCIuaxF2mvc0Kb4QEAJzTsB38pjUjSyNWeQxelZxbo9B76Fe7L5dqooXxqIeVwypTGtcX95+LEbreoum+u8QLv8yq7+pKajxcC+aeBGCcImMsue8uSUDISAEFisBX+QuGNlgFrv0Nxh0PKoYbH2aqvqHlap3Yi6eisCUAo/L+1hFHm7LEZbctYU1ex2sIgPnoiHiXqydSeolBITAwhAYE7lV7OH0ebTvsrjw8muYFVvVhpah6SQ+SeB+zDuYqGytyWew4TU+tmMTa/bYeCOhy6Puhami5CoEhIAQWNQEYqNxI8emfXeIDw68TrhmiypvGIi5ObH+4wQeTFgGz1GT5tqfsHTHHazdZ+NcCBGsbDEWNTupnBAQAkJg4QmMudZaYnNmZ4jzB16l8uhnoDbYd5M4sTle4C9i+stXdCN7Kbl7J6UHbdwBkffCt6iUQAgIgYwiMCZxM9/m1P0hel/ap6rZ5U9sJi4xjAs89gfdzOfJ/cQhyl5xMLIt9KiMvDOq40hlhYAQSA0CHqgs8CIObXdaDL+7XVXyXKLEA4HH497v5K7CCbWw/vAy8m/XOH0qOmEpjxAQAkJACMw7AT8mbhVpBt5QnNzWg2VXqJuHO2POjgk8umSwkR+x4qEHWP2kg33OQlnzXl7JUAgIASEgBBIIaAdCyx06HrPo/u5+Vc2DsVUpKr5k8E2qCN/YSNmrGjOs8F+SNd7Sj4SAEBACC0xAEwym3UFN2x2Kwfer1W00Be6OC7yZF1hZv41fe8zF7jFl9L3AbSbZCwEhIARiBIJR+DKX/3vSpKv+sKrkvsDdQQy8kZvIu/5trn85hFWs0Y5/CovAEwJCQAgIgZQgEIzCNc5FxYm7bIZO3KKqeS8q8Df5Giu++E+sfsrBOW/JxGVKtJgUQggIASFwmUAwobnUoePPLbp/+NfqNv5Zaa0Vx/KaWX9oAwWf9PAuGbJhR3qNEBACQiDVCHhgFHr0/6fBye3H2DBUqfR/UU7Rr/+CspdyUTkaXAmfpFq7SXmEgBAQAsHJsv6Z4iOKtruH6fvlRqXf4E9ZtvX7fPxHHk7v2EFVwkoICAEhIARSjkAQRinx+NWDBj1HvqSCtd+r6h+Irj45b0r8O+WaTAokBISAEIgS8AUeWhpdjdJZv1/pZvVz1j2ziSVbZQQunUQICAEhkMoEYiPwC0cMTv/x60r/95IzlB5eQ3ijxhtQMoGZyq0nZRMCQiCzCfgTmfmawV8oTm1rV/qt5Re4/sfFZN8QDY7L+u/M7h9SeyEgBFKYgL8ePEcTOa448dmLSr993Shlr4QIrSR68qBs4Enh1pOiCQEhkNEEfIFngd0FbXfaIvCM7gxSeSEgBNKLwESBSwglvdpPSisEhEAGE5gYQpFJzAzuDFJ1ISAE0ovAxElMWUaYXu0npRUCQiBzCUxaRigbeTK3M0jNhYAQSC8CkzbyyFb69GpAKa0QEAKZS2DSVno5zCpzO4PUXAgIgTQiMNVhVnKcbBo1oBRVCAiBzCUwxXGyPgy50CFzu4TUXAgIgTQhMNWFDoHA5Uq1NGlBKaYQEAKZSWCaK9XkUuPM7A5SayEgBNKIwHSXGscF/iZVhG9spOxVjRlW+C/IuShp1MJSVCEgBBYngWD0De6gpu0OxeD71eo2mi7fSu9fT6/wgssdVjz0AKufdLDPWcFL8ggBISAEhMDCEQhG38sdOh6z6P7uflXNg7GBd/RWeo1SCq3fyV2FE2ph/eFl5N+ucfqU3NCzcO0mOQsBIZDhBIKJyyLNwBuKk9t6sOwKdfNwZ8zZ8bNj9YuY6l5c3cznyf3EIcpecTCyregRs0aGU5TqCwEhIATmm4AXPTrWizi03Wkx/O52VclzMVf7pRl3+Hdc4o3speTunZQetHEHQuCJxOe77SQ/ISAEMpjAmHPNfJtT94fofWmfqmZXorwnC1zHhH7UpLn2JyzdcQdr99k4F0TiGdyVpOpCQAjMJ4ExeVtLbM7sDHH+wKtUHv0M1LqBtBX+lszgmXT9Tjwe3lqTz2DDa3xsxybW7LHxRkJ4ESQmPp8NKXkJASGQUQT8mLeRDUaOTfvuEB8ceJ1wzRZV3jAQc3MijynvT4svLTxWkYfbcoQld21hzV4Hq8jAuWhEJS5Xr2VUx5LKCgEhMIcENAQTlsUeTp9H+y6LCy+/hlmxVW1oGYo5eWIBprVwXOK63qKp/juEy7/M6m9qCmo83Ivm5dG4iHwOW1WSFgJCYFETGBO3P+o2i136Gww6HlUMtj5NVf3DStU708l7yhBKIiv/RY6ggtUpTdxHqGgvJdtLWL7bI+s6jdtn4I0qPygTHZGLzBd1X5PKCQEhkAQCfgjbF7cGI0tjFnmMnlWc22PQe6gXu2+XquIFf8KSrWh/j850mc5oXD/uQgOmqsXRzeEV6MEnyC27n5LPKUq2abLXuuhRA3dIoe3L6cWlnoT6ShJCQAgIgUkEZtTXPDGLzylOk9+YrGN/VSGNmadRWR6RMya9hxW9z2uG2w6iwo+rysFufRSLGtzECcupEp81gbFvAy/Y8NNIBYq/Imf9PRTWZlH0aci7FaylThAf125U5n5MB08F3zbyCAEhIASSSSA+YJy1xpKZezQt7R/xGvL3uk+Rtv87QwdO9KWtTB040TlvMfQW9P0MLh0dZeTkT9F8XVXTEgyYj2D4UY/ZFPaqap4YUgnK3sQNaP4QK+8PyF5XTs5NFrnlkL0GQivBLAAjzy/8bMoinxECQkAIzJKABmuZB56Bthdmn4ovbzPs4Xyo0BE1SeJ+ubwhcPvB7oJIOwy3wsh7DpHTrThD/4Hi31UVxwOfziJkMhHOVQk89nKQkR/xHvuWCH5eyfUobsekAtNcj1G4CiO7AGXm+V9Rs2wV+ZgQEAJCYAYChsYbMinYVMDaff5/7+df4sH5JEs9PjxkcPbvIyhrCPQEn3o22h3Ci/TjXerEdU/i0oLmDbo4Mc6fCT69mub/SAKPi9yf5GzAmCpWE0h9FVl4WNhR4csjBISAELhmAhYKdaOD9f4+lmz5AusOOOBa8zYSjx3t+uGzJu1/0YMzcg/eqnegM5dIwoRjCBcDh05GJ4ZEYnOL1OCHpaedpJyJ1TUJPEHk0SUovsz95xoLNVOh5e9CQAhkLoH4ZkP/Oshm9SzFdV9g3bMO6Lk/uykm7w8OmHQ80oN269RG+60rLfULwiOxwe6YH/1fzTRBOZsWTorAp8oo+IaRRwgIASEwNwTG/KI1zWo/RZv/iFJf4sydxOPy3m/S/sg5tFenKu23YytGrlTNZMh6qvRFsnPTuSRVISAE5pjA2CDRPwrbv8tgP8W/tyMqcZV8icfl/YxJ+192Y7BZVYz+jy9vf4n1HFd12uRF4AtFXvIVAkLgmgmMk3gTz1D0qQcpPeiAYaEjkIzpt5i8z//QpOPRLhR1asPouwstbx+eCPyau5AkIASEwEISmCDxf6Xok19k3b/5e1Is9Mi1STwu7x+YdH7lLDqnTm0c+GUqyFsEvpC9TvIWAkIgaQTGSbyZH1BQ+yeUHnJQ1keXeEzePd836Xysk1BOnbploDVV5C0CT1r3kYSEgBBYaAITRuLfo7DmS1GJh65e4v6OydBSl57vmXQ+3oGZXad+Y+C9VJK3CHyhe5zkLwSEQFIJTJD40xT+zp9R+tzVSTyQ9zKXnr0mnV9tR+VsVhv6/zfV5C0CT2rXkcSEgBBIBQKJ54noZvaSv2kn6593UP4dv8NXjonH5H3uKZOzXz0DeZvVxv73U1HeIvBU6G1SBiEgBJJOYJzEm3iKgt96iNLnHYwcC2946pvFYmGTQN5fO00or07d0n984j2USS/sNSQoq1CuAZ68KgSEQOoSmDAS30P+bz4clXjuZInHR97fNjn7N6cwwptVxaUTqSxvGYGnbt+TkgkBIZAEAuMk3si3Kbx9d1TiYSs4KTB6/HV0wrL7X0zO/u1JjILNakPfyVSXtwg8CR1EkhACQiC1CUwIp3yLgtseofQFByPPwhuA0AqX7m+ZnP27NlRBndrYdyod5C0CT+1+J6UTAkIgSQQmhFO+Qbjq0WB1SvbHoesfLbr+4TjZhXXq5r7T6SJvEXiSOockIwSEQOoTmBBOeZLi3/0K4Sro/vpxrMLN6taLv0oneYvAU7/PSQmFgBBIIoFxd/wey/oG2v19sopq1M29nekmbxF4EjuGJCUEhEB6EIifJ366JofRrnx14/EPZjrPO1Vr9v9H8+6QICADwwAAAABJRU5ErkJggg==);text-align:center;font-weight:Regular;font-size:.32rem;color:#000;line-height:.45rem}.low[data-v-d0cc9ada],.unit[data-v-d0cc9ada]{font-size:.2rem;margin-left:.05rem}.low[data-v-d0cc9ada]{color:#999;font-weight:400}[data-v-d0cc9ada] .van-sticky--fixed{padding-left:.3rem;padding-bottom:.2rem;width:100%;box-sizing:border-box}[data-v-d0cc9ada] .van-sticky--fixed .van-tabs__wrap{height:.7rem!important}[data-v-d0cc9ada] .van-sticky--fixed .van-tabs__nav{height:.6rem!important}html[data-v-d0cc9ada]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-d0cc9ada]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-d0cc9ada]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-d0cc9ada]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-d0cc9ada]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-d0cc9ada]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-d0cc9ada]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-d0cc9ada]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-d0cc9ada]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-d0cc9ada]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-d0cc9ada]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-d0cc9ada]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-d0cc9ada]{font-size:1rem}.wrap[data-v-d0cc9ada]{width:7.5rem!important;margin:0 auto}}#app[data-v-d0cc9ada]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-d0cc9ada]::-webkit-scrollbar{display:none}body[data-v-d0cc9ada],form[data-v-d0cc9ada],h1[data-v-d0cc9ada],h2[data-v-d0cc9ada],h3[data-v-d0cc9ada],h4[data-v-d0cc9ada],html[data-v-d0cc9ada],ol[data-v-d0cc9ada],p[data-v-d0cc9ada],ul[data-v-d0cc9ada]{padding:0;margin:0;border:0}.wrap[data-v-d0cc9ada],body[data-v-d0cc9ada],html[data-v-d0cc9ada]{height:100vh}body[data-v-d0cc9ada]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-d0cc9ada],ol[data-v-d0cc9ada],ul[data-v-d0cc9ada]{list-style:none;display:block}a[data-v-d0cc9ada]{text-decoration:none;outline:0}a[data-v-d0cc9ada]:active,a[data-v-d0cc9ada]:hover,a[data-v-d0cc9ada]:link,a[data-v-d0cc9ada]:visited{text-decoration:none;color:#333}a img[data-v-d0cc9ada]{border:0}input[data-v-d0cc9ada],textarea[data-v-d0cc9ada]{-webkit-appearance:none;outline:0}input[data-v-d0cc9ada]::-webkit-input-placeholder{color:#999}input[data-v-d0cc9ada]::-moz-placeholder{color:#999}button[data-v-d0cc9ada],input[data-v-d0cc9ada]:not([type]),input[type=button][data-v-d0cc9ada],input[type=search][data-v-d0cc9ada],input[type=text][data-v-d0cc9ada]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-d0cc9ada]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-d0cc9ada]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-d0cc9ada]{color:#111}.van-hairline--bottom[data-v-d0cc9ada]:after{border:none}.select .van-nav-bar__left[data-v-d0cc9ada]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-d0cc9ada],.van-nav-bar__right .van-nav-bar__text[data-v-d0cc9ada]{color:#666!important}.van-tabbar--fixed[data-v-d0cc9ada]{z-index:1999!important}.van-popover__action[data-v-d0cc9ada]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-d0cc9ada]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-d0cc9ada]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-d0cc9ada]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-d0cc9ada]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-d0cc9ada]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-d0cc9ada]:after{display:none}.van-dialog .van-dialog__cancel[data-v-d0cc9ada],.van-dialog .van-dialog__confirm[data-v-d0cc9ada]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-d0cc9ada]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-d0cc9ada]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-d0cc9ada]:after{display:none}.single-omit[data-v-d0cc9ada]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-d0cc9ada]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-d0cc9ada],.two-omit[data-v-d0cc9ada]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-d0cc9ada]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-d0cc9ada] .van-nav-bar{z-index:200}[data-v-d0cc9ada] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-d0cc9ada] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-d0cc9ada]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-d0cc9ada]{border-radius:.16rem}.van-dialog__message[data-v-d0cc9ada]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-d0cc9ada],.van-dialog__confirm[data-v-d0cc9ada]{height:1.2rem}.van-dialog__confirm[data-v-d0cc9ada]{background:#feca00;color:#111}.van-dialog__confirm[data-v-d0cc9ada]:active,.van-dialog__confirm[data-v-d0cc9ada]:hover{background:#e6b700}.van-dialog__confirm[data-v-d0cc9ada] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-d0cc9ada]{background:#eee!important}.van-dialog__header[data-v-d0cc9ada]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-d0cc9ada]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-d0cc9ada]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-d0cc9ada],.van-button--poly-default[data-v-d0cc9ada]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-d0cc9ada]:active,.van-button--poly-default-plain[data-v-d0cc9ada]:focus,.van-button--poly-default[data-v-d0cc9ada]:active,.van-button--poly-default[data-v-d0cc9ada]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-d0cc9ada]{background-color:#fff9e5}.van-button--poly-disabled[data-v-d0cc9ada]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-d0cc9ada]:active,.van-button--poly-disabled[data-v-d0cc9ada]:focus{background-color:#eee}.van-popup--bottom[data-v-d0cc9ada]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-d0cc9ada]{color:#999}.van-toast[data-v-d0cc9ada]{border-radius:8px}.van-picker__toolbar[data-v-d0cc9ada]{background-color:#fff9e5}.van-picker__title[data-v-d0cc9ada]{color:#111}.van-picker__confirm[data-v-d0cc9ada]{color:#666}.poly-top-search[data-v-d0cc9ada] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-d0cc9ada] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-d0cc9ada]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-d0cc9ada]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-d0cc9ada],.poly-price>span[data-v-d0cc9ada],.poly-price[data-v-d0cc9ada]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-d0cc9ada]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-d0cc9ada]:first-child{color:#ff3e4e}.poly-price span[data-v-d0cc9ada]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-d0cc9ada]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-d0cc9ada]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-d0cc9ada]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-d0cc9ada]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-d0cc9ada]{color:#bbb;background:#eee}.shows-popup[data-v-d0cc9ada]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-d0cc9ada]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-d0cc9ada]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-d0cc9ada]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-d0cc9ada]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-d0cc9ada]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-d0cc9ada]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-d0cc9ada]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-d0cc9ada]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-d0cc9ada]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-d0cc9ada]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-d0cc9ada]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.img-details[data-v-45ce3692]{height:100%;box-sizing:border-box;background:#000}.img-details .i-main[data-v-45ce3692]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.img-details .my-swipe[data-v-45ce3692]{width:7.5rem;height:7.5rem;position:relative;background:#fff}.img-details .my-swipe .d-swiper[data-v-45ce3692]{width:100%;height:100%}.img-details .my-swipe .d-swiper .custom-indicator[data-v-45ce3692]{position:absolute;right:.3rem;bottom:.39rem;height:.34rem;line-height:.34rem;padding:0 .12rem;background:rgba(0,0,0,.6);font-size:.24rem;border-radius:.5rem;color:#fff}html[data-v-45ce3692]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-45ce3692]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-45ce3692]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-45ce3692]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-45ce3692]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-45ce3692]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-45ce3692]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-45ce3692]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-45ce3692]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-45ce3692]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-45ce3692]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-45ce3692]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-45ce3692]{font-size:1rem}.wrap[data-v-45ce3692]{width:7.5rem!important;margin:0 auto}}#app[data-v-45ce3692]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-45ce3692]::-webkit-scrollbar{display:none}body[data-v-45ce3692],form[data-v-45ce3692],h1[data-v-45ce3692],h2[data-v-45ce3692],h3[data-v-45ce3692],h4[data-v-45ce3692],html[data-v-45ce3692],ol[data-v-45ce3692],p[data-v-45ce3692],ul[data-v-45ce3692]{padding:0;margin:0;border:0}.wrap[data-v-45ce3692],body[data-v-45ce3692],html[data-v-45ce3692]{height:100vh}body[data-v-45ce3692]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-45ce3692],ol[data-v-45ce3692],ul[data-v-45ce3692]{list-style:none;display:block}a[data-v-45ce3692]{text-decoration:none;outline:0}a[data-v-45ce3692]:active,a[data-v-45ce3692]:hover,a[data-v-45ce3692]:link,a[data-v-45ce3692]:visited{text-decoration:none;color:#333}a img[data-v-45ce3692]{border:0}input[data-v-45ce3692],textarea[data-v-45ce3692]{-webkit-appearance:none;outline:0}input[data-v-45ce3692]::-webkit-input-placeholder{color:#999}input[data-v-45ce3692]::-moz-placeholder{color:#999}button[data-v-45ce3692],input[data-v-45ce3692]:not([type]),input[type=button][data-v-45ce3692],input[type=search][data-v-45ce3692],input[type=text][data-v-45ce3692]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-45ce3692]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-45ce3692]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-45ce3692]{color:#111}.van-hairline--bottom[data-v-45ce3692]:after{border:none}.select .van-nav-bar__left[data-v-45ce3692]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-45ce3692],.van-nav-bar__right .van-nav-bar__text[data-v-45ce3692]{color:#666!important}.van-tabbar--fixed[data-v-45ce3692]{z-index:1999!important}.van-popover__action[data-v-45ce3692]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-45ce3692]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-45ce3692]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-45ce3692]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-45ce3692]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-45ce3692]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-45ce3692]:after{display:none}.van-dialog .van-dialog__cancel[data-v-45ce3692],.van-dialog .van-dialog__confirm[data-v-45ce3692]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-45ce3692]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-45ce3692]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-45ce3692]:after{display:none}.single-omit[data-v-45ce3692]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-45ce3692]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-45ce3692],.two-omit[data-v-45ce3692]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-45ce3692]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-45ce3692] .van-nav-bar{z-index:200}[data-v-45ce3692] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-45ce3692] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-45ce3692]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-45ce3692]{border-radius:.16rem}.van-dialog__message[data-v-45ce3692]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-45ce3692],.van-dialog__confirm[data-v-45ce3692]{height:1.2rem}.van-dialog__confirm[data-v-45ce3692]{background:#feca00;color:#111}.van-dialog__confirm[data-v-45ce3692]:active,.van-dialog__confirm[data-v-45ce3692]:hover{background:#e6b700}.van-dialog__confirm[data-v-45ce3692] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-45ce3692]{background:#eee!important}.van-dialog__header[data-v-45ce3692]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-45ce3692]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-45ce3692]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-45ce3692],.van-button--poly-default[data-v-45ce3692]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-45ce3692]:active,.van-button--poly-default-plain[data-v-45ce3692]:focus,.van-button--poly-default[data-v-45ce3692]:active,.van-button--poly-default[data-v-45ce3692]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-45ce3692]{background-color:#fff9e5}.van-button--poly-disabled[data-v-45ce3692]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-45ce3692]:active,.van-button--poly-disabled[data-v-45ce3692]:focus{background-color:#eee}.van-popup--bottom[data-v-45ce3692]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-45ce3692]{color:#999}.van-toast[data-v-45ce3692]{border-radius:8px}.van-picker__toolbar[data-v-45ce3692]{background-color:#fff9e5}.van-picker__title[data-v-45ce3692]{color:#111}.van-picker__confirm[data-v-45ce3692]{color:#666}.poly-top-search[data-v-45ce3692] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-45ce3692] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-45ce3692]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-45ce3692]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-45ce3692],.poly-price>span[data-v-45ce3692],.poly-price[data-v-45ce3692]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-45ce3692]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-45ce3692]:first-child{color:#ff3e4e}.poly-price span[data-v-45ce3692]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-45ce3692]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-45ce3692]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-45ce3692]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-45ce3692]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-45ce3692]{color:#bbb;background:#eee}.shows-popup[data-v-45ce3692]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-45ce3692]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-45ce3692]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-45ce3692]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-45ce3692]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-45ce3692]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-45ce3692]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-45ce3692]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-45ce3692]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-45ce3692]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-45ce3692]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-45ce3692]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.van-count-down{color:#323233;font-size:14px;line-height:20px}.p-head[data-v-923bf4ce]{padding:.3rem .3rem .2rem}.p-head .h-main[data-v-923bf4ce]{display:flex;min-height:2.1rem}.p-head .h-main .p-h-pic[data-v-923bf4ce]{width:2.1rem;height:2.1rem;border-radius:.16rem;margin-right:.3rem;position:relative}.p-head .h-main .p-h-pic>img[data-v-923bf4ce]{border-radius:.16rem;width:100%;height:100%}.p-head .h-main .p-h-pic .p-h-p-shop[data-v-923bf4ce]{border-radius:0;position:absolute;left:.1rem;bottom:.1rem;width:.52rem;height:.28rem}.p-head .h-main .h-m-right[data-v-923bf4ce]{flex:1;display:flex;flex-direction:column;justify-content:space-between}.p-head .h-main .h-m-right .t-one[data-v-923bf4ce]{width:100%;font-weight:500;font-size:.28rem;color:#111;line-height:.42rem;max-height:.82rem;margin-bottom:.2rem}.p-head .h-main .h-m-right .t-spec[data-v-923bf4ce]{width:100%;font-size:.28rem;color:#111;font-weight:Regular;margin-bottom:.1rem}.p-head .h-main .h-m-right .t-two[data-v-923bf4ce]{width:100%;font-weight:Regular;font-size:.24rem;color:#666;line-height:.26rem}.p-head .h-main .h-m-right .t-price[data-v-923bf4ce]{font-family:PingFangSC-Medium;font-weight:500;font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem}.p-head .h-main .h-m-right .t-price .t-num[data-v-923bf4ce]{font-weight:Regular;font-size:.2rem;color:#fff;margin-left:.2rem}.p-head .unit[data-v-923bf4ce]{font-size:.2rem}html[data-v-923bf4ce]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-923bf4ce]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-923bf4ce]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-923bf4ce]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-923bf4ce]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-923bf4ce]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-923bf4ce]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-923bf4ce]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-923bf4ce]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-923bf4ce]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-923bf4ce]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-923bf4ce]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-923bf4ce]{font-size:1rem}.wrap[data-v-923bf4ce]{width:7.5rem!important;margin:0 auto}}#app[data-v-923bf4ce]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-923bf4ce]::-webkit-scrollbar{display:none}body[data-v-923bf4ce],form[data-v-923bf4ce],h1[data-v-923bf4ce],h2[data-v-923bf4ce],h3[data-v-923bf4ce],h4[data-v-923bf4ce],html[data-v-923bf4ce],ol[data-v-923bf4ce],p[data-v-923bf4ce],ul[data-v-923bf4ce]{padding:0;margin:0;border:0}.wrap[data-v-923bf4ce],body[data-v-923bf4ce],html[data-v-923bf4ce]{height:100vh}body[data-v-923bf4ce]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-923bf4ce],ol[data-v-923bf4ce],ul[data-v-923bf4ce]{list-style:none;display:block}a[data-v-923bf4ce]{text-decoration:none;outline:0}a[data-v-923bf4ce]:active,a[data-v-923bf4ce]:hover,a[data-v-923bf4ce]:link,a[data-v-923bf4ce]:visited{text-decoration:none;color:#333}a img[data-v-923bf4ce]{border:0}input[data-v-923bf4ce],textarea[data-v-923bf4ce]{-webkit-appearance:none;outline:0}input[data-v-923bf4ce]::-webkit-input-placeholder{color:#999}input[data-v-923bf4ce]::-moz-placeholder{color:#999}button[data-v-923bf4ce],input[data-v-923bf4ce]:not([type]),input[type=button][data-v-923bf4ce],input[type=search][data-v-923bf4ce],input[type=text][data-v-923bf4ce]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-923bf4ce]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-923bf4ce]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-923bf4ce]{color:#111}.van-hairline--bottom[data-v-923bf4ce]:after{border:none}.select .van-nav-bar__left[data-v-923bf4ce]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-923bf4ce],.van-nav-bar__right .van-nav-bar__text[data-v-923bf4ce]{color:#666!important}.van-tabbar--fixed[data-v-923bf4ce]{z-index:1999!important}.van-popover__action[data-v-923bf4ce]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-923bf4ce]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-923bf4ce]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-923bf4ce]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-923bf4ce]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-923bf4ce]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-923bf4ce]:after{display:none}.van-dialog .van-dialog__cancel[data-v-923bf4ce],.van-dialog .van-dialog__confirm[data-v-923bf4ce]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-923bf4ce]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-923bf4ce]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-923bf4ce]:after{display:none}.single-omit[data-v-923bf4ce]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-923bf4ce]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-923bf4ce],.two-omit[data-v-923bf4ce]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-923bf4ce]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-923bf4ce] .van-nav-bar{z-index:200}[data-v-923bf4ce] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-923bf4ce] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-923bf4ce]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-923bf4ce]{border-radius:.16rem}.van-dialog__message[data-v-923bf4ce]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-923bf4ce],.van-dialog__confirm[data-v-923bf4ce]{height:1.2rem}.van-dialog__confirm[data-v-923bf4ce]{background:#feca00;color:#111}.van-dialog__confirm[data-v-923bf4ce]:active,.van-dialog__confirm[data-v-923bf4ce]:hover{background:#e6b700}.van-dialog__confirm[data-v-923bf4ce] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-923bf4ce]{background:#eee!important}.van-dialog__header[data-v-923bf4ce]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-923bf4ce]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-923bf4ce]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-923bf4ce],.van-button--poly-default[data-v-923bf4ce]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-923bf4ce]:active,.van-button--poly-default-plain[data-v-923bf4ce]:focus,.van-button--poly-default[data-v-923bf4ce]:active,.van-button--poly-default[data-v-923bf4ce]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-923bf4ce]{background-color:#fff9e5}.van-button--poly-disabled[data-v-923bf4ce]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-923bf4ce]:active,.van-button--poly-disabled[data-v-923bf4ce]:focus{background-color:#eee}.van-popup--bottom[data-v-923bf4ce]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-923bf4ce]{color:#999}.van-toast[data-v-923bf4ce]{border-radius:8px}.van-picker__toolbar[data-v-923bf4ce]{background-color:#fff9e5}.van-picker__title[data-v-923bf4ce]{color:#111}.van-picker__confirm[data-v-923bf4ce]{color:#666}.poly-top-search[data-v-923bf4ce] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-923bf4ce] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-923bf4ce]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-923bf4ce]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-923bf4ce],.poly-price>span[data-v-923bf4ce],.poly-price[data-v-923bf4ce]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-923bf4ce]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-923bf4ce]:first-child{color:#ff3e4e}.poly-price span[data-v-923bf4ce]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-923bf4ce]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-923bf4ce]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-923bf4ce]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-923bf4ce]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-923bf4ce]{color:#bbb;background:#eee}.shows-popup[data-v-923bf4ce]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-923bf4ce]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-923bf4ce]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-923bf4ce]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-923bf4ce]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-923bf4ce]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-923bf4ce]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-923bf4ce]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-923bf4ce]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-923bf4ce]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-923bf4ce]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-923bf4ce]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.t-main[data-v-5b86f2f6]{height:.3rem;font-family:PingFangSC-Medium;font-weight:500;font-size:.3rem;color:#111;line-height:.3rem;position:relative;z-index:4}.t-main .t-pic[data-v-5b86f2f6]{position:absolute;left:.1rem;bottom:-.06rem;width:1.38rem;height:.3rem;z-index:-1}html[data-v-5b86f2f6]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-5b86f2f6]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-5b86f2f6]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-5b86f2f6]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-5b86f2f6]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-5b86f2f6]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-5b86f2f6]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-5b86f2f6]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-5b86f2f6]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-5b86f2f6]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-5b86f2f6]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-5b86f2f6]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-5b86f2f6]{font-size:1rem}.wrap[data-v-5b86f2f6]{width:7.5rem!important;margin:0 auto}}#app[data-v-5b86f2f6]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-5b86f2f6]::-webkit-scrollbar{display:none}body[data-v-5b86f2f6],form[data-v-5b86f2f6],h1[data-v-5b86f2f6],h2[data-v-5b86f2f6],h3[data-v-5b86f2f6],h4[data-v-5b86f2f6],html[data-v-5b86f2f6],ol[data-v-5b86f2f6],p[data-v-5b86f2f6],ul[data-v-5b86f2f6]{padding:0;margin:0;border:0}.wrap[data-v-5b86f2f6],body[data-v-5b86f2f6],html[data-v-5b86f2f6]{height:100vh}body[data-v-5b86f2f6]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-5b86f2f6],ol[data-v-5b86f2f6],ul[data-v-5b86f2f6]{list-style:none;display:block}a[data-v-5b86f2f6]{text-decoration:none;outline:0}a[data-v-5b86f2f6]:active,a[data-v-5b86f2f6]:hover,a[data-v-5b86f2f6]:link,a[data-v-5b86f2f6]:visited{text-decoration:none;color:#333}a img[data-v-5b86f2f6]{border:0}input[data-v-5b86f2f6],textarea[data-v-5b86f2f6]{-webkit-appearance:none;outline:0}input[data-v-5b86f2f6]::-webkit-input-placeholder{color:#999}input[data-v-5b86f2f6]::-moz-placeholder{color:#999}button[data-v-5b86f2f6],input[data-v-5b86f2f6]:not([type]),input[type=button][data-v-5b86f2f6],input[type=search][data-v-5b86f2f6],input[type=text][data-v-5b86f2f6]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-5b86f2f6]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-5b86f2f6]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-5b86f2f6]{color:#111}.van-hairline--bottom[data-v-5b86f2f6]:after{border:none}.select .van-nav-bar__left[data-v-5b86f2f6]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-5b86f2f6],.van-nav-bar__right .van-nav-bar__text[data-v-5b86f2f6]{color:#666!important}.van-tabbar--fixed[data-v-5b86f2f6]{z-index:1999!important}.van-popover__action[data-v-5b86f2f6]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-5b86f2f6]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-5b86f2f6]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-5b86f2f6]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-5b86f2f6]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-5b86f2f6]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-5b86f2f6]:after{display:none}.van-dialog .van-dialog__cancel[data-v-5b86f2f6],.van-dialog .van-dialog__confirm[data-v-5b86f2f6]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-5b86f2f6]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-5b86f2f6]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-5b86f2f6]:after{display:none}.single-omit[data-v-5b86f2f6]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-5b86f2f6]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-5b86f2f6],.two-omit[data-v-5b86f2f6]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-5b86f2f6]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-5b86f2f6] .van-nav-bar{z-index:200}[data-v-5b86f2f6] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-5b86f2f6] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-5b86f2f6]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-5b86f2f6]{border-radius:.16rem}.van-dialog__message[data-v-5b86f2f6]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-5b86f2f6],.van-dialog__confirm[data-v-5b86f2f6]{height:1.2rem}.van-dialog__confirm[data-v-5b86f2f6]{background:#feca00;color:#111}.van-dialog__confirm[data-v-5b86f2f6]:active,.van-dialog__confirm[data-v-5b86f2f6]:hover{background:#e6b700}.van-dialog__confirm[data-v-5b86f2f6] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-5b86f2f6]{background:#eee!important}.van-dialog__header[data-v-5b86f2f6]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-5b86f2f6]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-5b86f2f6]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-5b86f2f6],.van-button--poly-default[data-v-5b86f2f6]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-5b86f2f6]:active,.van-button--poly-default-plain[data-v-5b86f2f6]:focus,.van-button--poly-default[data-v-5b86f2f6]:active,.van-button--poly-default[data-v-5b86f2f6]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-5b86f2f6]{background-color:#fff9e5}.van-button--poly-disabled[data-v-5b86f2f6]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-5b86f2f6]:active,.van-button--poly-disabled[data-v-5b86f2f6]:focus{background-color:#eee}.van-popup--bottom[data-v-5b86f2f6]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-5b86f2f6]{color:#999}.van-toast[data-v-5b86f2f6]{border-radius:8px}.van-picker__toolbar[data-v-5b86f2f6]{background-color:#fff9e5}.van-picker__title[data-v-5b86f2f6]{color:#111}.van-picker__confirm[data-v-5b86f2f6]{color:#666}.poly-top-search[data-v-5b86f2f6] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-5b86f2f6] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-5b86f2f6]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-5b86f2f6]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-5b86f2f6],.poly-price>span[data-v-5b86f2f6],.poly-price[data-v-5b86f2f6]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-5b86f2f6]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-5b86f2f6]:first-child{color:#ff3e4e}.poly-price span[data-v-5b86f2f6]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-5b86f2f6]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-5b86f2f6]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-5b86f2f6]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-5b86f2f6]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-5b86f2f6]{color:#bbb;background:#eee}.shows-popup[data-v-5b86f2f6]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-5b86f2f6]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-5b86f2f6]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-5b86f2f6]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-5b86f2f6]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-5b86f2f6]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-5b86f2f6]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-5b86f2f6]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-5b86f2f6]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-5b86f2f6]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-5b86f2f6]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-5b86f2f6]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.d-way[data-v-4cea5c04]{padding:.2rem .3rem 0}.d-way .main[data-v-4cea5c04]{border-bottom:.02rem solid #f5f5f5}.d-way .pic[data-v-4cea5c04]{width:.3rem;height:.36rem;text-align:center;line-height:.36rem;margin-right:.1rem}.d-way .d-title[data-v-4cea5c04]{height:.28rem;color:#666;margin-bottom:.26rem}.d-way .d-num[data-v-4cea5c04],.d-way .d-title[data-v-4cea5c04]{font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;text-align:left;line-height:.28rem}.d-way .d-num[data-v-4cea5c04]{color:#333}.d-way .d-num .d-copy[data-v-4cea5c04]{color:#08f;font-weight:Medium;cursor:pointer}.d-way .d-explain[data-v-4cea5c04]{display:flex;margin-top:.26rem}.d-way .d-explain .d-e-title[data-v-4cea5c04]{font-family:PingFangSC-Regular;font-weight:Regular;font-size:.24rem;color:#333;text-align:left;line-height:.36rem}html[data-v-4cea5c04]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-4cea5c04]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-4cea5c04]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-4cea5c04]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-4cea5c04]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-4cea5c04]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-4cea5c04]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-4cea5c04]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-4cea5c04]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-4cea5c04]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-4cea5c04]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-4cea5c04]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-4cea5c04]{font-size:1rem}.wrap[data-v-4cea5c04]{width:7.5rem!important;margin:0 auto}}#app[data-v-4cea5c04]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-4cea5c04]::-webkit-scrollbar{display:none}body[data-v-4cea5c04],form[data-v-4cea5c04],h1[data-v-4cea5c04],h2[data-v-4cea5c04],h3[data-v-4cea5c04],h4[data-v-4cea5c04],html[data-v-4cea5c04],ol[data-v-4cea5c04],p[data-v-4cea5c04],ul[data-v-4cea5c04]{padding:0;margin:0;border:0}.wrap[data-v-4cea5c04],body[data-v-4cea5c04],html[data-v-4cea5c04]{height:100vh}body[data-v-4cea5c04]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-4cea5c04],ol[data-v-4cea5c04],ul[data-v-4cea5c04]{list-style:none;display:block}a[data-v-4cea5c04]{text-decoration:none;outline:0}a[data-v-4cea5c04]:active,a[data-v-4cea5c04]:hover,a[data-v-4cea5c04]:link,a[data-v-4cea5c04]:visited{text-decoration:none;color:#333}a img[data-v-4cea5c04]{border:0}input[data-v-4cea5c04],textarea[data-v-4cea5c04]{-webkit-appearance:none;outline:0}input[data-v-4cea5c04]::-webkit-input-placeholder{color:#999}input[data-v-4cea5c04]::-moz-placeholder{color:#999}button[data-v-4cea5c04],input[data-v-4cea5c04]:not([type]),input[type=button][data-v-4cea5c04],input[type=search][data-v-4cea5c04],input[type=text][data-v-4cea5c04]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-4cea5c04]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-4cea5c04]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-4cea5c04]{color:#111}.van-hairline--bottom[data-v-4cea5c04]:after{border:none}.select .van-nav-bar__left[data-v-4cea5c04]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-4cea5c04],.van-nav-bar__right .van-nav-bar__text[data-v-4cea5c04]{color:#666!important}.van-tabbar--fixed[data-v-4cea5c04]{z-index:1999!important}.van-popover__action[data-v-4cea5c04]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-4cea5c04]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-4cea5c04]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-4cea5c04]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-4cea5c04]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-4cea5c04]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-4cea5c04]:after{display:none}.van-dialog .van-dialog__cancel[data-v-4cea5c04],.van-dialog .van-dialog__confirm[data-v-4cea5c04]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-4cea5c04]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-4cea5c04]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-4cea5c04]:after{display:none}.single-omit[data-v-4cea5c04]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-4cea5c04]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-4cea5c04],.two-omit[data-v-4cea5c04]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-4cea5c04]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-4cea5c04] .van-nav-bar{z-index:200}[data-v-4cea5c04] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-4cea5c04] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-4cea5c04]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-4cea5c04]{border-radius:.16rem}.van-dialog__message[data-v-4cea5c04]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-4cea5c04],.van-dialog__confirm[data-v-4cea5c04]{height:1.2rem}.van-dialog__confirm[data-v-4cea5c04]{background:#feca00;color:#111}.van-dialog__confirm[data-v-4cea5c04]:active,.van-dialog__confirm[data-v-4cea5c04]:hover{background:#e6b700}.van-dialog__confirm[data-v-4cea5c04] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-4cea5c04]{background:#eee!important}.van-dialog__header[data-v-4cea5c04]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-4cea5c04]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-4cea5c04]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-4cea5c04],.van-button--poly-default[data-v-4cea5c04]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-4cea5c04]:active,.van-button--poly-default-plain[data-v-4cea5c04]:focus,.van-button--poly-default[data-v-4cea5c04]:active,.van-button--poly-default[data-v-4cea5c04]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-4cea5c04]{background-color:#fff9e5}.van-button--poly-disabled[data-v-4cea5c04]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-4cea5c04]:active,.van-button--poly-disabled[data-v-4cea5c04]:focus{background-color:#eee}.van-popup--bottom[data-v-4cea5c04]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-4cea5c04]{color:#999}.van-toast[data-v-4cea5c04]{border-radius:8px}.van-picker__toolbar[data-v-4cea5c04]{background-color:#fff9e5}.van-picker__title[data-v-4cea5c04]{color:#111}.van-picker__confirm[data-v-4cea5c04]{color:#666}.poly-top-search[data-v-4cea5c04] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-4cea5c04] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-4cea5c04]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-4cea5c04]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-4cea5c04],.poly-price>span[data-v-4cea5c04],.poly-price[data-v-4cea5c04]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-4cea5c04]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-4cea5c04]:first-child{color:#ff3e4e}.poly-price span[data-v-4cea5c04]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-4cea5c04]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-4cea5c04]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-4cea5c04]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-4cea5c04]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-4cea5c04]{color:#bbb;background:#eee}.shows-popup[data-v-4cea5c04]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-4cea5c04]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-4cea5c04]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-4cea5c04]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-4cea5c04]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-4cea5c04]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-4cea5c04]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-4cea5c04]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-4cea5c04]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-4cea5c04]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-4cea5c04]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-4cea5c04]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.l-pic[data-v-7464105e]{width:100%;height:.08rem}html[data-v-7464105e]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-7464105e]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-7464105e]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-7464105e]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-7464105e]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-7464105e]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-7464105e]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-7464105e]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-7464105e]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-7464105e]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-7464105e]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-7464105e]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-7464105e]{font-size:1rem}.wrap[data-v-7464105e]{width:7.5rem!important;margin:0 auto}}#app[data-v-7464105e]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-7464105e]::-webkit-scrollbar{display:none}body[data-v-7464105e],form[data-v-7464105e],h1[data-v-7464105e],h2[data-v-7464105e],h3[data-v-7464105e],h4[data-v-7464105e],html[data-v-7464105e],ol[data-v-7464105e],p[data-v-7464105e],ul[data-v-7464105e]{padding:0;margin:0;border:0}.wrap[data-v-7464105e],body[data-v-7464105e],html[data-v-7464105e]{height:100vh}body[data-v-7464105e]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-7464105e],ol[data-v-7464105e],ul[data-v-7464105e]{list-style:none;display:block}a[data-v-7464105e]{text-decoration:none;outline:0}a[data-v-7464105e]:active,a[data-v-7464105e]:hover,a[data-v-7464105e]:link,a[data-v-7464105e]:visited{text-decoration:none;color:#333}a img[data-v-7464105e]{border:0}input[data-v-7464105e],textarea[data-v-7464105e]{-webkit-appearance:none;outline:0}input[data-v-7464105e]::-webkit-input-placeholder{color:#999}input[data-v-7464105e]::-moz-placeholder{color:#999}button[data-v-7464105e],input[data-v-7464105e]:not([type]),input[type=button][data-v-7464105e],input[type=search][data-v-7464105e],input[type=text][data-v-7464105e]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-7464105e]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-7464105e]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-7464105e]{color:#111}.van-hairline--bottom[data-v-7464105e]:after{border:none}.select .van-nav-bar__left[data-v-7464105e]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-7464105e],.van-nav-bar__right .van-nav-bar__text[data-v-7464105e]{color:#666!important}.van-tabbar--fixed[data-v-7464105e]{z-index:1999!important}.van-popover__action[data-v-7464105e]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-7464105e]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-7464105e]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-7464105e]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-7464105e]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-7464105e]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-7464105e]:after{display:none}.van-dialog .van-dialog__cancel[data-v-7464105e],.van-dialog .van-dialog__confirm[data-v-7464105e]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-7464105e]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-7464105e]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-7464105e]:after{display:none}.single-omit[data-v-7464105e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-7464105e]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-7464105e],.two-omit[data-v-7464105e]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-7464105e]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-7464105e] .van-nav-bar{z-index:200}[data-v-7464105e] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-7464105e] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-7464105e]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-7464105e]{border-radius:.16rem}.van-dialog__message[data-v-7464105e]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-7464105e],.van-dialog__confirm[data-v-7464105e]{height:1.2rem}.van-dialog__confirm[data-v-7464105e]{background:#feca00;color:#111}.van-dialog__confirm[data-v-7464105e]:active,.van-dialog__confirm[data-v-7464105e]:hover{background:#e6b700}.van-dialog__confirm[data-v-7464105e] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-7464105e]{background:#eee!important}.van-dialog__header[data-v-7464105e]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-7464105e]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-7464105e]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-7464105e],.van-button--poly-default[data-v-7464105e]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-7464105e]:active,.van-button--poly-default-plain[data-v-7464105e]:focus,.van-button--poly-default[data-v-7464105e]:active,.van-button--poly-default[data-v-7464105e]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-7464105e]{background-color:#fff9e5}.van-button--poly-disabled[data-v-7464105e]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-7464105e]:active,.van-button--poly-disabled[data-v-7464105e]:focus{background-color:#eee}.van-popup--bottom[data-v-7464105e]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-7464105e]{color:#999}.van-toast[data-v-7464105e]{border-radius:8px}.van-picker__toolbar[data-v-7464105e]{background-color:#fff9e5}.van-picker__title[data-v-7464105e]{color:#111}.van-picker__confirm[data-v-7464105e]{color:#666}.poly-top-search[data-v-7464105e] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-7464105e] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-7464105e]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-7464105e]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-7464105e],.poly-price>span[data-v-7464105e],.poly-price[data-v-7464105e]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-7464105e]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-7464105e]:first-child{color:#ff3e4e}.poly-price span[data-v-7464105e]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-7464105e]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-7464105e]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-7464105e]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-7464105e]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-7464105e]{color:#bbb;background:#eee}.shows-popup[data-v-7464105e]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-7464105e]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-7464105e]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-7464105e]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-7464105e]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-7464105e]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-7464105e]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-7464105e]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-7464105e]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-7464105e]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-7464105e]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-7464105e]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.o-details[data-v-df50e838]{padding:.3rem .3rem .2rem}.o-details .main[data-v-df50e838]{border-bottom:.02rem solid #f5f5f5}.o-details .item[data-v-df50e838]{width:100%;height:.28rem;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666;line-height:.28rem;margin-bottom:.4rem}.o-details .item .item-right[data-v-df50e838]{color:#111}.o-details .item .item-price[data-v-df50e838]{color:#ff3e4e}.o-details .o-unit[data-v-df50e838]{font-size:.2rem}.o-details .plus[data-v-df50e838]{margin-left:.1rem}.o-details .unit[data-v-df50e838]{font-size:.2rem}html[data-v-df50e838]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-df50e838]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-df50e838]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-df50e838]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-df50e838]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-df50e838]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-df50e838]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-df50e838]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-df50e838]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-df50e838]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-df50e838]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-df50e838]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-df50e838]{font-size:1rem}.wrap[data-v-df50e838]{width:7.5rem!important;margin:0 auto}}#app[data-v-df50e838]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-df50e838]::-webkit-scrollbar{display:none}body[data-v-df50e838],form[data-v-df50e838],h1[data-v-df50e838],h2[data-v-df50e838],h3[data-v-df50e838],h4[data-v-df50e838],html[data-v-df50e838],ol[data-v-df50e838],p[data-v-df50e838],ul[data-v-df50e838]{padding:0;margin:0;border:0}.wrap[data-v-df50e838],body[data-v-df50e838],html[data-v-df50e838]{height:100vh}body[data-v-df50e838]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-df50e838],ol[data-v-df50e838],ul[data-v-df50e838]{list-style:none;display:block}a[data-v-df50e838]{text-decoration:none;outline:0}a[data-v-df50e838]:active,a[data-v-df50e838]:hover,a[data-v-df50e838]:link,a[data-v-df50e838]:visited{text-decoration:none;color:#333}a img[data-v-df50e838]{border:0}input[data-v-df50e838],textarea[data-v-df50e838]{-webkit-appearance:none;outline:0}input[data-v-df50e838]::-webkit-input-placeholder{color:#999}input[data-v-df50e838]::-moz-placeholder{color:#999}button[data-v-df50e838],input[data-v-df50e838]:not([type]),input[type=button][data-v-df50e838],input[type=search][data-v-df50e838],input[type=text][data-v-df50e838]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-df50e838]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-df50e838]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-df50e838]{color:#111}.van-hairline--bottom[data-v-df50e838]:after{border:none}.select .van-nav-bar__left[data-v-df50e838]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-df50e838],.van-nav-bar__right .van-nav-bar__text[data-v-df50e838]{color:#666!important}.van-tabbar--fixed[data-v-df50e838]{z-index:1999!important}.van-popover__action[data-v-df50e838]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-df50e838]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-df50e838]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-df50e838]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-df50e838]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-df50e838]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-df50e838]:after{display:none}.van-dialog .van-dialog__cancel[data-v-df50e838],.van-dialog .van-dialog__confirm[data-v-df50e838]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-df50e838]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-df50e838]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-df50e838]:after{display:none}.single-omit[data-v-df50e838]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-df50e838]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-df50e838],.two-omit[data-v-df50e838]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-df50e838]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-df50e838] .van-nav-bar{z-index:200}[data-v-df50e838] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-df50e838] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-df50e838]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-df50e838]{border-radius:.16rem}.van-dialog__message[data-v-df50e838]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-df50e838],.van-dialog__confirm[data-v-df50e838]{height:1.2rem}.van-dialog__confirm[data-v-df50e838]{background:#feca00;color:#111}.van-dialog__confirm[data-v-df50e838]:active,.van-dialog__confirm[data-v-df50e838]:hover{background:#e6b700}.van-dialog__confirm[data-v-df50e838] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-df50e838]{background:#eee!important}.van-dialog__header[data-v-df50e838]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-df50e838]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-df50e838]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-df50e838],.van-button--poly-default[data-v-df50e838]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-df50e838]:active,.van-button--poly-default-plain[data-v-df50e838]:focus,.van-button--poly-default[data-v-df50e838]:active,.van-button--poly-default[data-v-df50e838]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-df50e838]{background-color:#fff9e5}.van-button--poly-disabled[data-v-df50e838]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-df50e838]:active,.van-button--poly-disabled[data-v-df50e838]:focus{background-color:#eee}.van-popup--bottom[data-v-df50e838]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-df50e838]{color:#999}.van-toast[data-v-df50e838]{border-radius:8px}.van-picker__toolbar[data-v-df50e838]{background-color:#fff9e5}.van-picker__title[data-v-df50e838]{color:#111}.van-picker__confirm[data-v-df50e838]{color:#666}.poly-top-search[data-v-df50e838] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-df50e838] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-df50e838]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-df50e838]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-df50e838],.poly-price>span[data-v-df50e838],.poly-price[data-v-df50e838]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-df50e838]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-df50e838]:first-child{color:#ff3e4e}.poly-price span[data-v-df50e838]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-df50e838]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-df50e838]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-df50e838]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-df50e838]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-df50e838]{color:#bbb;background:#eee}.shows-popup[data-v-df50e838]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-df50e838]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-df50e838]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-df50e838]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-df50e838]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-df50e838]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-df50e838]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-df50e838]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-df50e838]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-df50e838]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-df50e838]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-df50e838]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.o-info[data-v-2741285c]{padding:.3rem .3rem 0}.o-info .main[data-v-2741285c]{border-bottom:.02rem solid #f5f5f5}.o-info .main .item[data-v-2741285c]{width:100%;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666;line-height:.28rem;margin-bottom:.3rem}.o-info .main .item .item-left[data-v-2741285c]{min-width:1.12rem;margin-right:.4rem}.o-info .main .item .item-right[data-v-2741285c]{color:#333}.o-info .main .item .copy-order-code[data-v-2741285c]{color:#08f;padding-left:.2rem}html[data-v-2741285c]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-2741285c]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-2741285c]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-2741285c]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-2741285c]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-2741285c]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-2741285c]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-2741285c]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-2741285c]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-2741285c]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-2741285c]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-2741285c]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-2741285c]{font-size:1rem}.wrap[data-v-2741285c]{width:7.5rem!important;margin:0 auto}}#app[data-v-2741285c]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-2741285c]::-webkit-scrollbar{display:none}body[data-v-2741285c],form[data-v-2741285c],h1[data-v-2741285c],h2[data-v-2741285c],h3[data-v-2741285c],h4[data-v-2741285c],html[data-v-2741285c],ol[data-v-2741285c],p[data-v-2741285c],ul[data-v-2741285c]{padding:0;margin:0;border:0}.wrap[data-v-2741285c],body[data-v-2741285c],html[data-v-2741285c]{height:100vh}body[data-v-2741285c]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-2741285c],ol[data-v-2741285c],ul[data-v-2741285c]{list-style:none;display:block}a[data-v-2741285c]{text-decoration:none;outline:0}a[data-v-2741285c]:active,a[data-v-2741285c]:hover,a[data-v-2741285c]:link,a[data-v-2741285c]:visited{text-decoration:none;color:#333}a img[data-v-2741285c]{border:0}input[data-v-2741285c],textarea[data-v-2741285c]{-webkit-appearance:none;outline:0}input[data-v-2741285c]::-webkit-input-placeholder{color:#999}input[data-v-2741285c]::-moz-placeholder{color:#999}button[data-v-2741285c],input[data-v-2741285c]:not([type]),input[type=button][data-v-2741285c],input[type=search][data-v-2741285c],input[type=text][data-v-2741285c]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-2741285c]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-2741285c]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-2741285c]{color:#111}.van-hairline--bottom[data-v-2741285c]:after{border:none}.select .van-nav-bar__left[data-v-2741285c]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-2741285c],.van-nav-bar__right .van-nav-bar__text[data-v-2741285c]{color:#666!important}.van-tabbar--fixed[data-v-2741285c]{z-index:1999!important}.van-popover__action[data-v-2741285c]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-2741285c]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-2741285c]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-2741285c]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-2741285c]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-2741285c]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-2741285c]:after{display:none}.van-dialog .van-dialog__cancel[data-v-2741285c],.van-dialog .van-dialog__confirm[data-v-2741285c]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-2741285c]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-2741285c]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-2741285c]:after{display:none}.single-omit[data-v-2741285c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-2741285c]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-2741285c],.two-omit[data-v-2741285c]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-2741285c]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-2741285c] .van-nav-bar{z-index:200}[data-v-2741285c] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-2741285c] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-2741285c]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-2741285c]{border-radius:.16rem}.van-dialog__message[data-v-2741285c]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-2741285c],.van-dialog__confirm[data-v-2741285c]{height:1.2rem}.van-dialog__confirm[data-v-2741285c]{background:#feca00;color:#111}.van-dialog__confirm[data-v-2741285c]:active,.van-dialog__confirm[data-v-2741285c]:hover{background:#e6b700}.van-dialog__confirm[data-v-2741285c] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-2741285c]{background:#eee!important}.van-dialog__header[data-v-2741285c]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-2741285c]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-2741285c]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-2741285c],.van-button--poly-default[data-v-2741285c]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-2741285c]:active,.van-button--poly-default-plain[data-v-2741285c]:focus,.van-button--poly-default[data-v-2741285c]:active,.van-button--poly-default[data-v-2741285c]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-2741285c]{background-color:#fff9e5}.van-button--poly-disabled[data-v-2741285c]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-2741285c]:active,.van-button--poly-disabled[data-v-2741285c]:focus{background-color:#eee}.van-popup--bottom[data-v-2741285c]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-2741285c]{color:#999}.van-toast[data-v-2741285c]{border-radius:8px}.van-picker__toolbar[data-v-2741285c]{background-color:#fff9e5}.van-picker__title[data-v-2741285c]{color:#111}.van-picker__confirm[data-v-2741285c]{color:#666}.poly-top-search[data-v-2741285c] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-2741285c] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-2741285c]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-2741285c]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-2741285c],.poly-price>span[data-v-2741285c],.poly-price[data-v-2741285c]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-2741285c]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-2741285c]:first-child{color:#ff3e4e}.poly-price span[data-v-2741285c]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-2741285c]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-2741285c]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-2741285c]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-2741285c]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-2741285c]{color:#bbb;background:#eee}.shows-popup[data-v-2741285c]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-2741285c]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-2741285c]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-2741285c]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-2741285c]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-2741285c]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-2741285c]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-2741285c]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-2741285c]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-2741285c]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-2741285c]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-2741285c]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.i-info[data-v-9b66ba80]{padding:.3rem .3rem 0}.i-info .main[data-v-9b66ba80]{border-bottom:.02rem solid #f5f5f5;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666;padding-bottom:.3rem}.i-info .main .m-notice[data-v-9b66ba80]{margin-bottom:.2rem}.i-info .main .m-btn[data-v-9b66ba80]{display:inline-block;padding:.05rem .1rem .05rem .2rem;box-sizing:border-box;border:.01rem solid #999;border-radius:.26rem}html[data-v-9b66ba80]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-9b66ba80]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-9b66ba80]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-9b66ba80]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-9b66ba80]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-9b66ba80]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-9b66ba80]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-9b66ba80]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-9b66ba80]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-9b66ba80]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-9b66ba80]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-9b66ba80]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-9b66ba80]{font-size:1rem}.wrap[data-v-9b66ba80]{width:7.5rem!important;margin:0 auto}}#app[data-v-9b66ba80]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-9b66ba80]::-webkit-scrollbar{display:none}body[data-v-9b66ba80],form[data-v-9b66ba80],h1[data-v-9b66ba80],h2[data-v-9b66ba80],h3[data-v-9b66ba80],h4[data-v-9b66ba80],html[data-v-9b66ba80],ol[data-v-9b66ba80],p[data-v-9b66ba80],ul[data-v-9b66ba80]{padding:0;margin:0;border:0}.wrap[data-v-9b66ba80],body[data-v-9b66ba80],html[data-v-9b66ba80]{height:100vh}body[data-v-9b66ba80]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-9b66ba80],ol[data-v-9b66ba80],ul[data-v-9b66ba80]{list-style:none;display:block}a[data-v-9b66ba80]{text-decoration:none;outline:0}a[data-v-9b66ba80]:active,a[data-v-9b66ba80]:hover,a[data-v-9b66ba80]:link,a[data-v-9b66ba80]:visited{text-decoration:none;color:#333}a img[data-v-9b66ba80]{border:0}input[data-v-9b66ba80],textarea[data-v-9b66ba80]{-webkit-appearance:none;outline:0}input[data-v-9b66ba80]::-webkit-input-placeholder{color:#999}input[data-v-9b66ba80]::-moz-placeholder{color:#999}button[data-v-9b66ba80],input[data-v-9b66ba80]:not([type]),input[type=button][data-v-9b66ba80],input[type=search][data-v-9b66ba80],input[type=text][data-v-9b66ba80]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-9b66ba80]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-9b66ba80]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-9b66ba80]{color:#111}.van-hairline--bottom[data-v-9b66ba80]:after{border:none}.select .van-nav-bar__left[data-v-9b66ba80]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-9b66ba80],.van-nav-bar__right .van-nav-bar__text[data-v-9b66ba80]{color:#666!important}.van-tabbar--fixed[data-v-9b66ba80]{z-index:1999!important}.van-popover__action[data-v-9b66ba80]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-9b66ba80]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-9b66ba80]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-9b66ba80]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-9b66ba80]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-9b66ba80]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-9b66ba80]:after{display:none}.van-dialog .van-dialog__cancel[data-v-9b66ba80],.van-dialog .van-dialog__confirm[data-v-9b66ba80]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-9b66ba80]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-9b66ba80]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-9b66ba80]:after{display:none}.single-omit[data-v-9b66ba80]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-9b66ba80]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-9b66ba80],.two-omit[data-v-9b66ba80]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-9b66ba80]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-9b66ba80] .van-nav-bar{z-index:200}[data-v-9b66ba80] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-9b66ba80] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-9b66ba80]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-9b66ba80]{border-radius:.16rem}.van-dialog__message[data-v-9b66ba80]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-9b66ba80],.van-dialog__confirm[data-v-9b66ba80]{height:1.2rem}.van-dialog__confirm[data-v-9b66ba80]{background:#feca00;color:#111}.van-dialog__confirm[data-v-9b66ba80]:active,.van-dialog__confirm[data-v-9b66ba80]:hover{background:#e6b700}.van-dialog__confirm[data-v-9b66ba80] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-9b66ba80]{background:#eee!important}.van-dialog__header[data-v-9b66ba80]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-9b66ba80]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-9b66ba80]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-9b66ba80],.van-button--poly-default[data-v-9b66ba80]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-9b66ba80]:active,.van-button--poly-default-plain[data-v-9b66ba80]:focus,.van-button--poly-default[data-v-9b66ba80]:active,.van-button--poly-default[data-v-9b66ba80]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-9b66ba80]{background-color:#fff9e5}.van-button--poly-disabled[data-v-9b66ba80]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-9b66ba80]:active,.van-button--poly-disabled[data-v-9b66ba80]:focus{background-color:#eee}.van-popup--bottom[data-v-9b66ba80]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-9b66ba80]{color:#999}.van-toast[data-v-9b66ba80]{border-radius:8px}.van-picker__toolbar[data-v-9b66ba80]{background-color:#fff9e5}.van-picker__title[data-v-9b66ba80]{color:#111}.van-picker__confirm[data-v-9b66ba80]{color:#666}.poly-top-search[data-v-9b66ba80] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-9b66ba80] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-9b66ba80]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-9b66ba80]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-9b66ba80],.poly-price>span[data-v-9b66ba80],.poly-price[data-v-9b66ba80]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-9b66ba80]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-9b66ba80]:first-child{color:#ff3e4e}.poly-price span[data-v-9b66ba80]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-9b66ba80]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-9b66ba80]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-9b66ba80]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-9b66ba80]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-9b66ba80]{color:#bbb;background:#eee}.shows-popup[data-v-9b66ba80]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-9b66ba80]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-9b66ba80]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-9b66ba80]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-9b66ba80]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-9b66ba80]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-9b66ba80]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-9b66ba80]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-9b66ba80]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-9b66ba80]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-9b66ba80]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-9b66ba80]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.g-info[data-v-7fd7a037]{padding:.3rem .3rem 0}.g-info .main[data-v-7fd7a037]{border-bottom:.02rem solid #f5f5f5}.g-info .item[data-v-7fd7a037]{width:100%;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666;line-height:.32rem;margin-bottom:.3rem}.g-info .item .item-left[data-v-7fd7a037]{min-width:1.12rem;margin-right:.4rem}.g-info .item .item-right[data-v-7fd7a037]{flex:1;color:#333}html[data-v-7fd7a037]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-7fd7a037]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-7fd7a037]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-7fd7a037]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-7fd7a037]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-7fd7a037]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-7fd7a037]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-7fd7a037]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-7fd7a037]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-7fd7a037]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-7fd7a037]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-7fd7a037]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-7fd7a037]{font-size:1rem}.wrap[data-v-7fd7a037]{width:7.5rem!important;margin:0 auto}}#app[data-v-7fd7a037]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-7fd7a037]::-webkit-scrollbar{display:none}body[data-v-7fd7a037],form[data-v-7fd7a037],h1[data-v-7fd7a037],h2[data-v-7fd7a037],h3[data-v-7fd7a037],h4[data-v-7fd7a037],html[data-v-7fd7a037],ol[data-v-7fd7a037],p[data-v-7fd7a037],ul[data-v-7fd7a037]{padding:0;margin:0;border:0}.wrap[data-v-7fd7a037],body[data-v-7fd7a037],html[data-v-7fd7a037]{height:100vh}body[data-v-7fd7a037]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-7fd7a037],ol[data-v-7fd7a037],ul[data-v-7fd7a037]{list-style:none;display:block}a[data-v-7fd7a037]{text-decoration:none;outline:0}a[data-v-7fd7a037]:active,a[data-v-7fd7a037]:hover,a[data-v-7fd7a037]:link,a[data-v-7fd7a037]:visited{text-decoration:none;color:#333}a img[data-v-7fd7a037]{border:0}input[data-v-7fd7a037],textarea[data-v-7fd7a037]{-webkit-appearance:none;outline:0}input[data-v-7fd7a037]::-webkit-input-placeholder{color:#999}input[data-v-7fd7a037]::-moz-placeholder{color:#999}button[data-v-7fd7a037],input[data-v-7fd7a037]:not([type]),input[type=button][data-v-7fd7a037],input[type=search][data-v-7fd7a037],input[type=text][data-v-7fd7a037]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-7fd7a037]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-7fd7a037]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-7fd7a037]{color:#111}.van-hairline--bottom[data-v-7fd7a037]:after{border:none}.select .van-nav-bar__left[data-v-7fd7a037]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-7fd7a037],.van-nav-bar__right .van-nav-bar__text[data-v-7fd7a037]{color:#666!important}.van-tabbar--fixed[data-v-7fd7a037]{z-index:1999!important}.van-popover__action[data-v-7fd7a037]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-7fd7a037]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-7fd7a037]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-7fd7a037]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-7fd7a037]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-7fd7a037]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-7fd7a037]:after{display:none}.van-dialog .van-dialog__cancel[data-v-7fd7a037],.van-dialog .van-dialog__confirm[data-v-7fd7a037]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-7fd7a037]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-7fd7a037]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-7fd7a037]:after{display:none}.single-omit[data-v-7fd7a037]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-7fd7a037]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-7fd7a037],.two-omit[data-v-7fd7a037]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-7fd7a037]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-7fd7a037] .van-nav-bar{z-index:200}[data-v-7fd7a037] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-7fd7a037] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-7fd7a037]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-7fd7a037]{border-radius:.16rem}.van-dialog__message[data-v-7fd7a037]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-7fd7a037],.van-dialog__confirm[data-v-7fd7a037]{height:1.2rem}.van-dialog__confirm[data-v-7fd7a037]{background:#feca00;color:#111}.van-dialog__confirm[data-v-7fd7a037]:active,.van-dialog__confirm[data-v-7fd7a037]:hover{background:#e6b700}.van-dialog__confirm[data-v-7fd7a037] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-7fd7a037]{background:#eee!important}.van-dialog__header[data-v-7fd7a037]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-7fd7a037]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-7fd7a037]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-7fd7a037],.van-button--poly-default[data-v-7fd7a037]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-7fd7a037]:active,.van-button--poly-default-plain[data-v-7fd7a037]:focus,.van-button--poly-default[data-v-7fd7a037]:active,.van-button--poly-default[data-v-7fd7a037]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-7fd7a037]{background-color:#fff9e5}.van-button--poly-disabled[data-v-7fd7a037]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-7fd7a037]:active,.van-button--poly-disabled[data-v-7fd7a037]:focus{background-color:#eee}.van-popup--bottom[data-v-7fd7a037]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-7fd7a037]{color:#999}.van-toast[data-v-7fd7a037]{border-radius:8px}.van-picker__toolbar[data-v-7fd7a037]{background-color:#fff9e5}.van-picker__title[data-v-7fd7a037]{color:#111}.van-picker__confirm[data-v-7fd7a037]{color:#666}.poly-top-search[data-v-7fd7a037] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-7fd7a037] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-7fd7a037]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-7fd7a037]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-7fd7a037],.poly-price>span[data-v-7fd7a037],.poly-price[data-v-7fd7a037]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-7fd7a037]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-7fd7a037]:first-child{color:#ff3e4e}.poly-price span[data-v-7fd7a037]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-7fd7a037]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-7fd7a037]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-7fd7a037]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-7fd7a037]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-7fd7a037]{color:#bbb;background:#eee}.shows-popup[data-v-7fd7a037]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-7fd7a037]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-7fd7a037]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-7fd7a037]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-7fd7a037]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-7fd7a037]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-7fd7a037]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-7fd7a037]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-7fd7a037]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-7fd7a037]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-7fd7a037]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-7fd7a037]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.p-btn[data-v-88461a5e]{position:fixed;bottom:0;left:0;width:7.5rem;height:1.08rem;padding:.1rem .3rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background:#fff;z-index:300}.p-btn .btn-left[data-v-88461a5e]{color:#666;flex:1}.p-btn .btn-left[data-v-88461a5e],.p-btn .btn-right[data-v-88461a5e]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.32rem;text-align:center}.p-btn .btn-right[data-v-88461a5e]{width:4.6rem;height:.88rem;background:#ffcd0f;border:.02rem solid #ffcd0f;border-radius:.44rem;color:#111;line-height:.88rem}html[data-v-88461a5e]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-88461a5e]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-88461a5e]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-88461a5e]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-88461a5e]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-88461a5e]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-88461a5e]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-88461a5e]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-88461a5e]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-88461a5e]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-88461a5e]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-88461a5e]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-88461a5e]{font-size:1rem}.wrap[data-v-88461a5e]{width:7.5rem!important;margin:0 auto}}#app[data-v-88461a5e]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-88461a5e]::-webkit-scrollbar{display:none}body[data-v-88461a5e],form[data-v-88461a5e],h1[data-v-88461a5e],h2[data-v-88461a5e],h3[data-v-88461a5e],h4[data-v-88461a5e],html[data-v-88461a5e],ol[data-v-88461a5e],p[data-v-88461a5e],ul[data-v-88461a5e]{padding:0;margin:0;border:0}.wrap[data-v-88461a5e],body[data-v-88461a5e],html[data-v-88461a5e]{height:100vh}body[data-v-88461a5e]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-88461a5e],ol[data-v-88461a5e],ul[data-v-88461a5e]{list-style:none;display:block}a[data-v-88461a5e]{text-decoration:none;outline:0}a[data-v-88461a5e]:active,a[data-v-88461a5e]:hover,a[data-v-88461a5e]:link,a[data-v-88461a5e]:visited{text-decoration:none;color:#333}a img[data-v-88461a5e]{border:0}input[data-v-88461a5e],textarea[data-v-88461a5e]{-webkit-appearance:none;outline:0}input[data-v-88461a5e]::-webkit-input-placeholder{color:#999}input[data-v-88461a5e]::-moz-placeholder{color:#999}button[data-v-88461a5e],input[data-v-88461a5e]:not([type]),input[type=button][data-v-88461a5e],input[type=search][data-v-88461a5e],input[type=text][data-v-88461a5e]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-88461a5e]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-88461a5e]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-88461a5e]{color:#111}.van-hairline--bottom[data-v-88461a5e]:after{border:none}.select .van-nav-bar__left[data-v-88461a5e]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-88461a5e],.van-nav-bar__right .van-nav-bar__text[data-v-88461a5e]{color:#666!important}.van-tabbar--fixed[data-v-88461a5e]{z-index:1999!important}.van-popover__action[data-v-88461a5e]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-88461a5e]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-88461a5e]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-88461a5e]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-88461a5e]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-88461a5e]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-88461a5e]:after{display:none}.van-dialog .van-dialog__cancel[data-v-88461a5e],.van-dialog .van-dialog__confirm[data-v-88461a5e]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-88461a5e]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-88461a5e]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-88461a5e]:after{display:none}.single-omit[data-v-88461a5e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-88461a5e]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-88461a5e],.two-omit[data-v-88461a5e]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-88461a5e]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-88461a5e] .van-nav-bar{z-index:200}[data-v-88461a5e] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-88461a5e] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-88461a5e]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-88461a5e]{border-radius:.16rem}.van-dialog__message[data-v-88461a5e]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-88461a5e],.van-dialog__confirm[data-v-88461a5e]{height:1.2rem}.van-dialog__confirm[data-v-88461a5e]{background:#feca00;color:#111}.van-dialog__confirm[data-v-88461a5e]:active,.van-dialog__confirm[data-v-88461a5e]:hover{background:#e6b700}.van-dialog__confirm[data-v-88461a5e] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-88461a5e]{background:#eee!important}.van-dialog__header[data-v-88461a5e]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-88461a5e]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-88461a5e]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-88461a5e],.van-button--poly-default[data-v-88461a5e]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-88461a5e]:active,.van-button--poly-default-plain[data-v-88461a5e]:focus,.van-button--poly-default[data-v-88461a5e]:active,.van-button--poly-default[data-v-88461a5e]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-88461a5e]{background-color:#fff9e5}.van-button--poly-disabled[data-v-88461a5e]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-88461a5e]:active,.van-button--poly-disabled[data-v-88461a5e]:focus{background-color:#eee}.van-popup--bottom[data-v-88461a5e]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-88461a5e]{color:#999}.van-toast[data-v-88461a5e]{border-radius:8px}.van-picker__toolbar[data-v-88461a5e]{background-color:#fff9e5}.van-picker__title[data-v-88461a5e]{color:#111}.van-picker__confirm[data-v-88461a5e]{color:#666}.poly-top-search[data-v-88461a5e] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-88461a5e] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-88461a5e]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-88461a5e]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-88461a5e],.poly-price>span[data-v-88461a5e],.poly-price[data-v-88461a5e]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-88461a5e]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-88461a5e]:first-child{color:#ff3e4e}.poly-price span[data-v-88461a5e]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-88461a5e]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-88461a5e]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-88461a5e]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-88461a5e]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-88461a5e]{color:#bbb;background:#eee}.shows-popup[data-v-88461a5e]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-88461a5e]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-88461a5e]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-88461a5e]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-88461a5e]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-88461a5e]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-88461a5e]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-88461a5e]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-88461a5e]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-88461a5e]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-88461a5e]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-88461a5e]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.c-notes[data-v-dd12b106]{padding:.3rem .3rem 0}.c-notes .c-main[data-v-dd12b106]{border-bottom:.02rem solid #f5f5f5;padding-bottom:.3rem}.c-notes .c-main[data-v-dd12b106] .c-m-content{font-size:.28rem}html[data-v-dd12b106]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-dd12b106]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-dd12b106]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-dd12b106]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-dd12b106]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-dd12b106]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-dd12b106]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-dd12b106]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-dd12b106]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-dd12b106]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-dd12b106]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-dd12b106]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-dd12b106]{font-size:1rem}.wrap[data-v-dd12b106]{width:7.5rem!important;margin:0 auto}}#app[data-v-dd12b106]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-dd12b106]::-webkit-scrollbar{display:none}body[data-v-dd12b106],form[data-v-dd12b106],h1[data-v-dd12b106],h2[data-v-dd12b106],h3[data-v-dd12b106],h4[data-v-dd12b106],html[data-v-dd12b106],ol[data-v-dd12b106],p[data-v-dd12b106],ul[data-v-dd12b106]{padding:0;margin:0;border:0}.wrap[data-v-dd12b106],body[data-v-dd12b106],html[data-v-dd12b106]{height:100vh}body[data-v-dd12b106]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-dd12b106],ol[data-v-dd12b106],ul[data-v-dd12b106]{list-style:none;display:block}a[data-v-dd12b106]{text-decoration:none;outline:0}a[data-v-dd12b106]:active,a[data-v-dd12b106]:hover,a[data-v-dd12b106]:link,a[data-v-dd12b106]:visited{text-decoration:none;color:#333}a img[data-v-dd12b106]{border:0}input[data-v-dd12b106],textarea[data-v-dd12b106]{-webkit-appearance:none;outline:0}input[data-v-dd12b106]::-webkit-input-placeholder{color:#999}input[data-v-dd12b106]::-moz-placeholder{color:#999}button[data-v-dd12b106],input[data-v-dd12b106]:not([type]),input[type=button][data-v-dd12b106],input[type=search][data-v-dd12b106],input[type=text][data-v-dd12b106]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-dd12b106]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-dd12b106]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-dd12b106]{color:#111}.van-hairline--bottom[data-v-dd12b106]:after{border:none}.select .van-nav-bar__left[data-v-dd12b106]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-dd12b106],.van-nav-bar__right .van-nav-bar__text[data-v-dd12b106]{color:#666!important}.van-tabbar--fixed[data-v-dd12b106]{z-index:1999!important}.van-popover__action[data-v-dd12b106]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-dd12b106]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-dd12b106]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-dd12b106]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-dd12b106]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-dd12b106]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-dd12b106]:after{display:none}.van-dialog .van-dialog__cancel[data-v-dd12b106],.van-dialog .van-dialog__confirm[data-v-dd12b106]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-dd12b106]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-dd12b106]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-dd12b106]:after{display:none}.single-omit[data-v-dd12b106]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-dd12b106]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-dd12b106],.two-omit[data-v-dd12b106]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-dd12b106]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-dd12b106] .van-nav-bar{z-index:200}[data-v-dd12b106] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-dd12b106] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-dd12b106]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-dd12b106]{border-radius:.16rem}.van-dialog__message[data-v-dd12b106]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-dd12b106],.van-dialog__confirm[data-v-dd12b106]{height:1.2rem}.van-dialog__confirm[data-v-dd12b106]{background:#feca00;color:#111}.van-dialog__confirm[data-v-dd12b106]:active,.van-dialog__confirm[data-v-dd12b106]:hover{background:#e6b700}.van-dialog__confirm[data-v-dd12b106] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-dd12b106]{background:#eee!important}.van-dialog__header[data-v-dd12b106]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-dd12b106]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-dd12b106]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-dd12b106],.van-button--poly-default[data-v-dd12b106]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-dd12b106]:active,.van-button--poly-default-plain[data-v-dd12b106]:focus,.van-button--poly-default[data-v-dd12b106]:active,.van-button--poly-default[data-v-dd12b106]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-dd12b106]{background-color:#fff9e5}.van-button--poly-disabled[data-v-dd12b106]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-dd12b106]:active,.van-button--poly-disabled[data-v-dd12b106]:focus{background-color:#eee}.van-popup--bottom[data-v-dd12b106]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-dd12b106]{color:#999}.van-toast[data-v-dd12b106]{border-radius:8px}.van-picker__toolbar[data-v-dd12b106]{background-color:#fff9e5}.van-picker__title[data-v-dd12b106]{color:#111}.van-picker__confirm[data-v-dd12b106]{color:#666}.poly-top-search[data-v-dd12b106] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-dd12b106] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-dd12b106]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-dd12b106]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-dd12b106],.poly-price>span[data-v-dd12b106],.poly-price[data-v-dd12b106]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-dd12b106]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-dd12b106]:first-child{color:#ff3e4e}.poly-price span[data-v-dd12b106]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-dd12b106]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-dd12b106]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-dd12b106]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-dd12b106]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-dd12b106]{color:#bbb;background:#eee}.shows-popup[data-v-dd12b106]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-dd12b106]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-dd12b106]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-dd12b106]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-dd12b106]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-dd12b106]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-dd12b106]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-dd12b106]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-dd12b106]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-dd12b106]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-dd12b106]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-dd12b106]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.telephone[data-v-2d996aba]{padding:0 .3rem;display:flex;align-items:center;margin:.3rem 0;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#333}html[data-v-2d996aba]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-2d996aba]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-2d996aba]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-2d996aba]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-2d996aba]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-2d996aba]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-2d996aba]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-2d996aba]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-2d996aba]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-2d996aba]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-2d996aba]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-2d996aba]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-2d996aba]{font-size:1rem}.wrap[data-v-2d996aba]{width:7.5rem!important;margin:0 auto}}#app[data-v-2d996aba]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-2d996aba]::-webkit-scrollbar{display:none}body[data-v-2d996aba],form[data-v-2d996aba],h1[data-v-2d996aba],h2[data-v-2d996aba],h3[data-v-2d996aba],h4[data-v-2d996aba],html[data-v-2d996aba],ol[data-v-2d996aba],p[data-v-2d996aba],ul[data-v-2d996aba]{padding:0;margin:0;border:0}.wrap[data-v-2d996aba],body[data-v-2d996aba],html[data-v-2d996aba]{height:100vh}body[data-v-2d996aba]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-2d996aba],ol[data-v-2d996aba],ul[data-v-2d996aba]{list-style:none;display:block}a[data-v-2d996aba]{text-decoration:none;outline:0}a[data-v-2d996aba]:active,a[data-v-2d996aba]:hover,a[data-v-2d996aba]:link,a[data-v-2d996aba]:visited{text-decoration:none;color:#333}a img[data-v-2d996aba]{border:0}input[data-v-2d996aba],textarea[data-v-2d996aba]{-webkit-appearance:none;outline:0}input[data-v-2d996aba]::-webkit-input-placeholder{color:#999}input[data-v-2d996aba]::-moz-placeholder{color:#999}button[data-v-2d996aba],input[data-v-2d996aba]:not([type]),input[type=button][data-v-2d996aba],input[type=search][data-v-2d996aba],input[type=text][data-v-2d996aba]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-2d996aba]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-2d996aba]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-2d996aba]{color:#111}.van-hairline--bottom[data-v-2d996aba]:after{border:none}.select .van-nav-bar__left[data-v-2d996aba]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-2d996aba],.van-nav-bar__right .van-nav-bar__text[data-v-2d996aba]{color:#666!important}.van-tabbar--fixed[data-v-2d996aba]{z-index:1999!important}.van-popover__action[data-v-2d996aba]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-2d996aba]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-2d996aba]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-2d996aba]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-2d996aba]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-2d996aba]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-2d996aba]:after{display:none}.van-dialog .van-dialog__cancel[data-v-2d996aba],.van-dialog .van-dialog__confirm[data-v-2d996aba]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-2d996aba]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-2d996aba]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-2d996aba]:after{display:none}.single-omit[data-v-2d996aba]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-2d996aba]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-2d996aba],.two-omit[data-v-2d996aba]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-2d996aba]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-2d996aba] .van-nav-bar{z-index:200}[data-v-2d996aba] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-2d996aba] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-2d996aba]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-2d996aba]{border-radius:.16rem}.van-dialog__message[data-v-2d996aba]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-2d996aba],.van-dialog__confirm[data-v-2d996aba]{height:1.2rem}.van-dialog__confirm[data-v-2d996aba]{background:#feca00;color:#111}.van-dialog__confirm[data-v-2d996aba]:active,.van-dialog__confirm[data-v-2d996aba]:hover{background:#e6b700}.van-dialog__confirm[data-v-2d996aba] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-2d996aba]{background:#eee!important}.van-dialog__header[data-v-2d996aba]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-2d996aba]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-2d996aba]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-2d996aba],.van-button--poly-default[data-v-2d996aba]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-2d996aba]:active,.van-button--poly-default-plain[data-v-2d996aba]:focus,.van-button--poly-default[data-v-2d996aba]:active,.van-button--poly-default[data-v-2d996aba]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-2d996aba]{background-color:#fff9e5}.van-button--poly-disabled[data-v-2d996aba]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-2d996aba]:active,.van-button--poly-disabled[data-v-2d996aba]:focus{background-color:#eee}.van-popup--bottom[data-v-2d996aba]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-2d996aba]{color:#999}.van-toast[data-v-2d996aba]{border-radius:8px}.van-picker__toolbar[data-v-2d996aba]{background-color:#fff9e5}.van-picker__title[data-v-2d996aba]{color:#111}.van-picker__confirm[data-v-2d996aba]{color:#666}.poly-top-search[data-v-2d996aba] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-2d996aba] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-2d996aba]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-2d996aba]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-2d996aba],.poly-price>span[data-v-2d996aba],.poly-price[data-v-2d996aba]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-2d996aba]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-2d996aba]:first-child{color:#ff3e4e}.poly-price span[data-v-2d996aba]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-2d996aba]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-2d996aba]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-2d996aba]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-2d996aba]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-2d996aba]{color:#bbb;background:#eee}.shows-popup[data-v-2d996aba]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-2d996aba]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-2d996aba]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-2d996aba]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-2d996aba]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-2d996aba]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-2d996aba]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-2d996aba]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-2d996aba]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-2d996aba]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-2d996aba]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-2d996aba]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.c-code[data-v-1003c7b5]{padding:.2rem .3rem 0;position:relative}.c-code .qrcode[data-v-1003c7b5]{display:inline-block;width:2rem;height:2rem;margin-top:.36rem}.c-code .c-title[data-v-1003c7b5]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.32rem;color:#111;margin-bottom:.3rem}.c-code .pic[data-v-1003c7b5]{width:.3rem;height:.36rem;text-align:center;line-height:.36rem;margin-right:.1rem}.c-code .d-title[data-v-1003c7b5]{height:.28rem;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666;text-align:left;line-height:.28rem;margin-bottom:.26rem}.c-code .d-num[data-v-1003c7b5]{font-size:.28rem;font-weight:500;color:#111;text-align:left;line-height:.28rem}.c-code .d-num .wordBreak[data-v-1003c7b5]{margin-right:.2rem;word-wrap:break-word;width:88%}.c-code .d-num .d-copy[data-v-1003c7b5]{line-height:.4rem;color:#08f;font-weight:Medium;cursor:pointer}.c-code .c-pic[data-v-1003c7b5]{position:absolute;top:.2rem;right:.3rem;width:1.43rem;height:1.1rem}html[data-v-1003c7b5]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-1003c7b5]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-1003c7b5]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-1003c7b5]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-1003c7b5]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-1003c7b5]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-1003c7b5]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-1003c7b5]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-1003c7b5]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-1003c7b5]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-1003c7b5]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-1003c7b5]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-1003c7b5]{font-size:1rem}.wrap[data-v-1003c7b5]{width:7.5rem!important;margin:0 auto}}#app[data-v-1003c7b5]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-1003c7b5]::-webkit-scrollbar{display:none}body[data-v-1003c7b5],form[data-v-1003c7b5],h1[data-v-1003c7b5],h2[data-v-1003c7b5],h3[data-v-1003c7b5],h4[data-v-1003c7b5],html[data-v-1003c7b5],ol[data-v-1003c7b5],p[data-v-1003c7b5],ul[data-v-1003c7b5]{padding:0;margin:0;border:0}.wrap[data-v-1003c7b5],body[data-v-1003c7b5],html[data-v-1003c7b5]{height:100vh}body[data-v-1003c7b5]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-1003c7b5],ol[data-v-1003c7b5],ul[data-v-1003c7b5]{list-style:none;display:block}a[data-v-1003c7b5]{text-decoration:none;outline:0}a[data-v-1003c7b5]:active,a[data-v-1003c7b5]:hover,a[data-v-1003c7b5]:link,a[data-v-1003c7b5]:visited{text-decoration:none;color:#333}a img[data-v-1003c7b5]{border:0}input[data-v-1003c7b5],textarea[data-v-1003c7b5]{-webkit-appearance:none;outline:0}input[data-v-1003c7b5]::-webkit-input-placeholder{color:#999}input[data-v-1003c7b5]::-moz-placeholder{color:#999}button[data-v-1003c7b5],input[data-v-1003c7b5]:not([type]),input[type=button][data-v-1003c7b5],input[type=search][data-v-1003c7b5],input[type=text][data-v-1003c7b5]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-1003c7b5]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-1003c7b5]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-1003c7b5]{color:#111}.van-hairline--bottom[data-v-1003c7b5]:after{border:none}.select .van-nav-bar__left[data-v-1003c7b5]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-1003c7b5],.van-nav-bar__right .van-nav-bar__text[data-v-1003c7b5]{color:#666!important}.van-tabbar--fixed[data-v-1003c7b5]{z-index:1999!important}.van-popover__action[data-v-1003c7b5]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-1003c7b5]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-1003c7b5]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-1003c7b5]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-1003c7b5]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-1003c7b5]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-1003c7b5]:after{display:none}.van-dialog .van-dialog__cancel[data-v-1003c7b5],.van-dialog .van-dialog__confirm[data-v-1003c7b5]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-1003c7b5]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-1003c7b5]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-1003c7b5]:after{display:none}.single-omit[data-v-1003c7b5]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-1003c7b5]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-1003c7b5],.two-omit[data-v-1003c7b5]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-1003c7b5]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-1003c7b5] .van-nav-bar{z-index:200}[data-v-1003c7b5] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-1003c7b5] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-1003c7b5]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-1003c7b5]{border-radius:.16rem}.van-dialog__message[data-v-1003c7b5]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-1003c7b5],.van-dialog__confirm[data-v-1003c7b5]{height:1.2rem}.van-dialog__confirm[data-v-1003c7b5]{background:#feca00;color:#111}.van-dialog__confirm[data-v-1003c7b5]:active,.van-dialog__confirm[data-v-1003c7b5]:hover{background:#e6b700}.van-dialog__confirm[data-v-1003c7b5] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-1003c7b5]{background:#eee!important}.van-dialog__header[data-v-1003c7b5]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-1003c7b5]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-1003c7b5]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-1003c7b5],.van-button--poly-default[data-v-1003c7b5]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-1003c7b5]:active,.van-button--poly-default-plain[data-v-1003c7b5]:focus,.van-button--poly-default[data-v-1003c7b5]:active,.van-button--poly-default[data-v-1003c7b5]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-1003c7b5]{background-color:#fff9e5}.van-button--poly-disabled[data-v-1003c7b5]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-1003c7b5]:active,.van-button--poly-disabled[data-v-1003c7b5]:focus{background-color:#eee}.van-popup--bottom[data-v-1003c7b5]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-1003c7b5]{color:#999}.van-toast[data-v-1003c7b5]{border-radius:8px}.van-picker__toolbar[data-v-1003c7b5]{background-color:#fff9e5}.van-picker__title[data-v-1003c7b5]{color:#111}.van-picker__confirm[data-v-1003c7b5]{color:#666}.poly-top-search[data-v-1003c7b5] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-1003c7b5] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-1003c7b5]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-1003c7b5]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-1003c7b5],.poly-price>span[data-v-1003c7b5],.poly-price[data-v-1003c7b5]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-1003c7b5]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-1003c7b5]:first-child{color:#ff3e4e}.poly-price span[data-v-1003c7b5]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-1003c7b5]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-1003c7b5]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-1003c7b5]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-1003c7b5]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-1003c7b5]{color:#bbb;background:#eee}.shows-popup[data-v-1003c7b5]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-1003c7b5]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-1003c7b5]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-1003c7b5]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-1003c7b5]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-1003c7b5]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-1003c7b5]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-1003c7b5]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-1003c7b5]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-1003c7b5]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-1003c7b5]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-1003c7b5]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.d-way[data-v-6a0fb2bf]{padding:.2rem .3rem 0}.d-way .main[data-v-6a0fb2bf]{border-bottom:.02rem solid #f5f5f5}.d-way .pic[data-v-6a0fb2bf]{width:.3rem;height:.36rem;text-align:center;line-height:.36rem;margin-right:.1rem}.d-way .d-title[data-v-6a0fb2bf]{height:.28rem;margin-bottom:.26rem}.d-way .d-num[data-v-6a0fb2bf],.d-way .d-title[data-v-6a0fb2bf]{font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666;text-align:left;line-height:.28rem}.d-way .d-num .d-copy[data-v-6a0fb2bf]{color:#08f;font-weight:Medium;cursor:pointer}html[data-v-6a0fb2bf]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-6a0fb2bf]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-6a0fb2bf]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-6a0fb2bf]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-6a0fb2bf]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-6a0fb2bf]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-6a0fb2bf]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-6a0fb2bf]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-6a0fb2bf]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-6a0fb2bf]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-6a0fb2bf]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-6a0fb2bf]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-6a0fb2bf]{font-size:1rem}.wrap[data-v-6a0fb2bf]{width:7.5rem!important;margin:0 auto}}#app[data-v-6a0fb2bf]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-6a0fb2bf]::-webkit-scrollbar{display:none}body[data-v-6a0fb2bf],form[data-v-6a0fb2bf],h1[data-v-6a0fb2bf],h2[data-v-6a0fb2bf],h3[data-v-6a0fb2bf],h4[data-v-6a0fb2bf],html[data-v-6a0fb2bf],ol[data-v-6a0fb2bf],p[data-v-6a0fb2bf],ul[data-v-6a0fb2bf]{padding:0;margin:0;border:0}.wrap[data-v-6a0fb2bf],body[data-v-6a0fb2bf],html[data-v-6a0fb2bf]{height:100vh}body[data-v-6a0fb2bf]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-6a0fb2bf],ol[data-v-6a0fb2bf],ul[data-v-6a0fb2bf]{list-style:none;display:block}a[data-v-6a0fb2bf]{text-decoration:none;outline:0}a[data-v-6a0fb2bf]:active,a[data-v-6a0fb2bf]:hover,a[data-v-6a0fb2bf]:link,a[data-v-6a0fb2bf]:visited{text-decoration:none;color:#333}a img[data-v-6a0fb2bf]{border:0}input[data-v-6a0fb2bf],textarea[data-v-6a0fb2bf]{-webkit-appearance:none;outline:0}input[data-v-6a0fb2bf]::-webkit-input-placeholder{color:#999}input[data-v-6a0fb2bf]::-moz-placeholder{color:#999}button[data-v-6a0fb2bf],input[data-v-6a0fb2bf]:not([type]),input[type=button][data-v-6a0fb2bf],input[type=search][data-v-6a0fb2bf],input[type=text][data-v-6a0fb2bf]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-6a0fb2bf]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-6a0fb2bf]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-6a0fb2bf]{color:#111}.van-hairline--bottom[data-v-6a0fb2bf]:after{border:none}.select .van-nav-bar__left[data-v-6a0fb2bf]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-6a0fb2bf],.van-nav-bar__right .van-nav-bar__text[data-v-6a0fb2bf]{color:#666!important}.van-tabbar--fixed[data-v-6a0fb2bf]{z-index:1999!important}.van-popover__action[data-v-6a0fb2bf]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-6a0fb2bf]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-6a0fb2bf]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-6a0fb2bf]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-6a0fb2bf]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-6a0fb2bf]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-6a0fb2bf]:after{display:none}.van-dialog .van-dialog__cancel[data-v-6a0fb2bf],.van-dialog .van-dialog__confirm[data-v-6a0fb2bf]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-6a0fb2bf]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-6a0fb2bf]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-6a0fb2bf]:after{display:none}.single-omit[data-v-6a0fb2bf]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-6a0fb2bf]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-6a0fb2bf],.two-omit[data-v-6a0fb2bf]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-6a0fb2bf]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-6a0fb2bf] .van-nav-bar{z-index:200}[data-v-6a0fb2bf] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-6a0fb2bf] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-6a0fb2bf]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-6a0fb2bf]{border-radius:.16rem}.van-dialog__message[data-v-6a0fb2bf]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-6a0fb2bf],.van-dialog__confirm[data-v-6a0fb2bf]{height:1.2rem}.van-dialog__confirm[data-v-6a0fb2bf]{background:#feca00;color:#111}.van-dialog__confirm[data-v-6a0fb2bf]:active,.van-dialog__confirm[data-v-6a0fb2bf]:hover{background:#e6b700}.van-dialog__confirm[data-v-6a0fb2bf] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-6a0fb2bf]{background:#eee!important}.van-dialog__header[data-v-6a0fb2bf]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-6a0fb2bf]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-6a0fb2bf]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-6a0fb2bf],.van-button--poly-default[data-v-6a0fb2bf]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-6a0fb2bf]:active,.van-button--poly-default-plain[data-v-6a0fb2bf]:focus,.van-button--poly-default[data-v-6a0fb2bf]:active,.van-button--poly-default[data-v-6a0fb2bf]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-6a0fb2bf]{background-color:#fff9e5}.van-button--poly-disabled[data-v-6a0fb2bf]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-6a0fb2bf]:active,.van-button--poly-disabled[data-v-6a0fb2bf]:focus{background-color:#eee}.van-popup--bottom[data-v-6a0fb2bf]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-6a0fb2bf]{color:#999}.van-toast[data-v-6a0fb2bf]{border-radius:8px}.van-picker__toolbar[data-v-6a0fb2bf]{background-color:#fff9e5}.van-picker__title[data-v-6a0fb2bf]{color:#111}.van-picker__confirm[data-v-6a0fb2bf]{color:#666}.poly-top-search[data-v-6a0fb2bf] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-6a0fb2bf] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-6a0fb2bf]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-6a0fb2bf]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-6a0fb2bf],.poly-price>span[data-v-6a0fb2bf],.poly-price[data-v-6a0fb2bf]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-6a0fb2bf]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-6a0fb2bf]:first-child{color:#ff3e4e}.poly-price span[data-v-6a0fb2bf]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-6a0fb2bf]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-6a0fb2bf]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-6a0fb2bf]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-6a0fb2bf]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-6a0fb2bf]{color:#bbb;background:#eee}.shows-popup[data-v-6a0fb2bf]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-6a0fb2bf]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-6a0fb2bf]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-6a0fb2bf]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-6a0fb2bf]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-6a0fb2bf]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-6a0fb2bf]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-6a0fb2bf]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-6a0fb2bf]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-6a0fb2bf]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-6a0fb2bf]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-6a0fb2bf]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.van-step{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;color:#969799;font-size:14px}.van-step__circle{display:block;width:5px;height:5px;background-color:#969799;border-radius:50%}.van-step__line{position:absolute;background-color:#ebedf0;-webkit-transition:background-color .3s;transition:background-color .3s}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.van-step--horizontal:last-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child .van-step__circle-container{right:-9px;left:auto}.van-step--horizontal .van-step__circle-container{position:absolute;top:30px;left:-8px;z-index:1;padding:0 8px;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-step--horizontal .van-step__title{display:inline-block;margin-left:3px;font-size:12px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:321px){.van-step--horizontal .van-step__title{font-size:11px}}.van-step--horizontal .van-step__line{top:30px;left:0;width:100%;height:1px}.van-step--horizontal .van-step__icon{display:block;font-size:12px}.van-step--horizontal .van-step--process{color:#323233}.van-step--vertical{display:block;float:none;padding:10px 10px 10px 0;line-height:18px}.van-step--vertical:not(:last-child):after{border-bottom-width:1px}.van-step--vertical .van-step__circle-container{position:absolute;top:19px;left:-15px;z-index:1;font-size:12px;line-height:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-step--vertical .van-step__line{top:16px;left:-15px;width:1px;height:100%}.van-step:last-child .van-step__line{width:0}.van-step--finish{color:#323233}.van-step--finish .van-step__circle,.van-step--finish .van-step__line{background-color:rgba(0,91,137,.6392156862745098)}.van-step__icon,.van-step__title{-webkit-transition:color .3s;transition:color .3s}.van-step__icon--active,.van-step__icon--finish,.van-step__title--active,.van-step__title--finish{color:rgba(0,91,137,.6392156862745098)}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:10px 10px 0}.van-steps--horizontal .van-steps__items{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;margin:0 0 10px;padding-bottom:22px}.van-steps--vertical{padding:0 0 0 32px}.p-steps[data-v-00034b63]{margin-top:.3rem;padding:0 .3rem;border-bottom:.02rem solid #f5f5f5}.p-steps .steps[data-v-00034b63]{display:flex;flex-wrap:wrap;position:relative;counter-reset:step}.p-steps .steps li[data-v-00034b63]{list-style-type:none;font-size:.12rem;padding-left:.5rem;width:100%;position:relative;margin-bottom:.3rem;height:.32rem;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.p-steps .item-left[data-v-00034b63]{font-weight:Regular;font-size:.28rem;color:#666}.p-steps .item-right[data-v-00034b63]{font-weight:Regular;font-size:.28rem;color:#333}.p-steps .steps li[data-v-00034b63]:before{display:block;position:absolute;left:0;top:-.02rem;content:"";width:.22rem;height:.22rem;background-color:#ffcd0f;border:.08rem solid #ffeeaf;line-height:.22rem;border-radius:.22rem;font-size:.16rem;color:#fff;font-weight:700;margin:0 auto .08rem auto}.p-steps .steps li~li[data-v-00034b63]:after{content:"";width:.02rem;height:.36rem;background-color:#969799;position:absolute;left:.18rem;top:-.3rem;z-index:-1}.p-steps .steps li.active[data-v-00034b63]:before{background-color:#ffcd0f;border:.08rem solid #ffeeaf}.p-steps .steps li.active[data-v-00034b63]:after{background-color:#ffcd0f}.p-steps .steps li.active~li[data-v-00034b63]:after,.p-steps .steps li.active~li[data-v-00034b63]:before{background-color:#969799}html[data-v-00034b63]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-00034b63]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-00034b63]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-00034b63]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-00034b63]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-00034b63]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-00034b63]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-00034b63]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-00034b63]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-00034b63]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-00034b63]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-00034b63]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-00034b63]{font-size:1rem}.wrap[data-v-00034b63]{width:7.5rem!important;margin:0 auto}}#app[data-v-00034b63]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-00034b63]::-webkit-scrollbar{display:none}body[data-v-00034b63],form[data-v-00034b63],h1[data-v-00034b63],h2[data-v-00034b63],h3[data-v-00034b63],h4[data-v-00034b63],html[data-v-00034b63],ol[data-v-00034b63],p[data-v-00034b63],ul[data-v-00034b63]{padding:0;margin:0;border:0}.wrap[data-v-00034b63],body[data-v-00034b63],html[data-v-00034b63]{height:100vh}body[data-v-00034b63]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-00034b63],ol[data-v-00034b63],ul[data-v-00034b63]{list-style:none;display:block}a[data-v-00034b63]{text-decoration:none;outline:0}a[data-v-00034b63]:active,a[data-v-00034b63]:hover,a[data-v-00034b63]:link,a[data-v-00034b63]:visited{text-decoration:none;color:#333}a img[data-v-00034b63]{border:0}input[data-v-00034b63],textarea[data-v-00034b63]{-webkit-appearance:none;outline:0}input[data-v-00034b63]::-webkit-input-placeholder{color:#999}input[data-v-00034b63]::-moz-placeholder{color:#999}button[data-v-00034b63],input[data-v-00034b63]:not([type]),input[type=button][data-v-00034b63],input[type=search][data-v-00034b63],input[type=text][data-v-00034b63]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-00034b63]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-00034b63]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-00034b63]{color:#111}.van-hairline--bottom[data-v-00034b63]:after{border:none}.select .van-nav-bar__left[data-v-00034b63]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-00034b63],.van-nav-bar__right .van-nav-bar__text[data-v-00034b63]{color:#666!important}.van-tabbar--fixed[data-v-00034b63]{z-index:1999!important}.van-popover__action[data-v-00034b63]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-00034b63]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-00034b63]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-00034b63]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-00034b63]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-00034b63]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-00034b63]:after{display:none}.van-dialog .van-dialog__cancel[data-v-00034b63],.van-dialog .van-dialog__confirm[data-v-00034b63]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-00034b63]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-00034b63]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-00034b63]:after{display:none}.single-omit[data-v-00034b63]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-00034b63]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-00034b63],.two-omit[data-v-00034b63]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-00034b63]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-00034b63] .van-nav-bar{z-index:200}[data-v-00034b63] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-00034b63] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-00034b63]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-00034b63]{border-radius:.16rem}.van-dialog__message[data-v-00034b63]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-00034b63],.van-dialog__confirm[data-v-00034b63]{height:1.2rem}.van-dialog__confirm[data-v-00034b63]{background:#feca00;color:#111}.van-dialog__confirm[data-v-00034b63]:active,.van-dialog__confirm[data-v-00034b63]:hover{background:#e6b700}.van-dialog__confirm[data-v-00034b63] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-00034b63]{background:#eee!important}.van-dialog__header[data-v-00034b63]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-00034b63]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-00034b63]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-00034b63],.van-button--poly-default[data-v-00034b63]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-00034b63]:active,.van-button--poly-default-plain[data-v-00034b63]:focus,.van-button--poly-default[data-v-00034b63]:active,.van-button--poly-default[data-v-00034b63]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-00034b63]{background-color:#fff9e5}.van-button--poly-disabled[data-v-00034b63]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-00034b63]:active,.van-button--poly-disabled[data-v-00034b63]:focus{background-color:#eee}.van-popup--bottom[data-v-00034b63]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-00034b63]{color:#999}.van-toast[data-v-00034b63]{border-radius:8px}.van-picker__toolbar[data-v-00034b63]{background-color:#fff9e5}.van-picker__title[data-v-00034b63]{color:#111}.van-picker__confirm[data-v-00034b63]{color:#666}.poly-top-search[data-v-00034b63] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-00034b63] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-00034b63]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-00034b63]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-00034b63],.poly-price>span[data-v-00034b63],.poly-price[data-v-00034b63]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-00034b63]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-00034b63]:first-child{color:#ff3e4e}.poly-price span[data-v-00034b63]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-00034b63]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-00034b63]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-00034b63]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-00034b63]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-00034b63]{color:#bbb;background:#eee}.shows-popup[data-v-00034b63]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-00034b63]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-00034b63]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-00034b63]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-00034b63]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-00034b63]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-00034b63]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-00034b63]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-00034b63]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-00034b63]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-00034b63]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-00034b63]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.f-pay[data-v-d06691aa]{padding-bottom:1rem}.f-pay[data-v-d06691aa] .van-nav-bar__content{height:.88rem;line-height:.88rem}.f-pay[data-v-d06691aa] .van-nav-bar__content .van-nav-bar__title{height:.88rem;line-height:1rem}.f-pay[data-v-d06691aa] .van-nav-bar__left{padding-left:.3rem!important}.f-pay[data-v-d06691aa] .van-nav-bar__left .van-icon{left:-.2rem;height:.88rem;line-height:.88rem}.f-pay .head[data-v-d06691aa] .van-nav-bar--fixed{background-color:#ffcb00}.f-pay .p-time[data-v-d06691aa]{width:7.5rem;height:1.3rem;background:#ffcb00}.f-pay .p-time .p-t-title[data-v-d06691aa]{font-weight:Regular;font-size:.28rem;color:#111}.f-pay .p-time[data-v-d06691aa] .van-count-down{height:1.3rem;line-height:1.3rem}.f-pay[data-v-d06691aa] .t-num{color:#999!important}html[data-v-d06691aa]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-d06691aa]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-d06691aa]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-d06691aa]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-d06691aa]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-d06691aa]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-d06691aa]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-d06691aa]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-d06691aa]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-d06691aa]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-d06691aa]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-d06691aa]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-d06691aa]{font-size:1rem}.wrap[data-v-d06691aa]{width:7.5rem!important;margin:0 auto}}#app[data-v-d06691aa]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-d06691aa]::-webkit-scrollbar{display:none}body[data-v-d06691aa],form[data-v-d06691aa],h1[data-v-d06691aa],h2[data-v-d06691aa],h3[data-v-d06691aa],h4[data-v-d06691aa],html[data-v-d06691aa],ol[data-v-d06691aa],p[data-v-d06691aa],ul[data-v-d06691aa]{padding:0;margin:0;border:0}.wrap[data-v-d06691aa],body[data-v-d06691aa],html[data-v-d06691aa]{height:100vh}body[data-v-d06691aa]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-d06691aa],ol[data-v-d06691aa],ul[data-v-d06691aa]{list-style:none;display:block}a[data-v-d06691aa]{text-decoration:none;outline:0}a[data-v-d06691aa]:active,a[data-v-d06691aa]:hover,a[data-v-d06691aa]:link,a[data-v-d06691aa]:visited{text-decoration:none;color:#333}a img[data-v-d06691aa]{border:0}input[data-v-d06691aa],textarea[data-v-d06691aa]{-webkit-appearance:none;outline:0}input[data-v-d06691aa]::-webkit-input-placeholder{color:#999}input[data-v-d06691aa]::-moz-placeholder{color:#999}button[data-v-d06691aa],input[data-v-d06691aa]:not([type]),input[type=button][data-v-d06691aa],input[type=search][data-v-d06691aa],input[type=text][data-v-d06691aa]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-d06691aa]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-d06691aa]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-d06691aa]{color:#111}.van-hairline--bottom[data-v-d06691aa]:after{border:none}.select .van-nav-bar__left[data-v-d06691aa]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-d06691aa],.van-nav-bar__right .van-nav-bar__text[data-v-d06691aa]{color:#666!important}.van-tabbar--fixed[data-v-d06691aa]{z-index:1999!important}.van-popover__action[data-v-d06691aa]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-d06691aa]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-d06691aa]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-d06691aa]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-d06691aa]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-d06691aa]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-d06691aa]:after{display:none}.van-dialog .van-dialog__cancel[data-v-d06691aa],.van-dialog .van-dialog__confirm[data-v-d06691aa]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-d06691aa]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-d06691aa]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-d06691aa]:after{display:none}.single-omit[data-v-d06691aa]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-d06691aa]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-d06691aa],.two-omit[data-v-d06691aa]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-d06691aa]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-d06691aa] .van-nav-bar{z-index:200}[data-v-d06691aa] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-d06691aa] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-d06691aa]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-d06691aa]{border-radius:.16rem}.van-dialog__message[data-v-d06691aa]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-d06691aa],.van-dialog__confirm[data-v-d06691aa]{height:1.2rem}.van-dialog__confirm[data-v-d06691aa]{background:#feca00;color:#111}.van-dialog__confirm[data-v-d06691aa]:active,.van-dialog__confirm[data-v-d06691aa]:hover{background:#e6b700}.van-dialog__confirm[data-v-d06691aa] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-d06691aa]{background:#eee!important}.van-dialog__header[data-v-d06691aa]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-d06691aa]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-d06691aa]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-d06691aa],.van-button--poly-default[data-v-d06691aa]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-d06691aa]:active,.van-button--poly-default-plain[data-v-d06691aa]:focus,.van-button--poly-default[data-v-d06691aa]:active,.van-button--poly-default[data-v-d06691aa]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-d06691aa]{background-color:#fff9e5}.van-button--poly-disabled[data-v-d06691aa]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-d06691aa]:active,.van-button--poly-disabled[data-v-d06691aa]:focus{background-color:#eee}.van-popup--bottom[data-v-d06691aa]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-d06691aa]{color:#999}.van-toast[data-v-d06691aa]{border-radius:8px}.van-picker__toolbar[data-v-d06691aa]{background-color:#fff9e5}.van-picker__title[data-v-d06691aa]{color:#111}.van-picker__confirm[data-v-d06691aa]{color:#666}.poly-top-search[data-v-d06691aa] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-d06691aa] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-d06691aa]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-d06691aa]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-d06691aa],.poly-price>span[data-v-d06691aa],.poly-price[data-v-d06691aa]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-d06691aa]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-d06691aa]:first-child{color:#ff3e4e}.poly-price span[data-v-d06691aa]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-d06691aa]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-d06691aa]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-d06691aa]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-d06691aa]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-d06691aa]{color:#bbb;background:#eee}.shows-popup[data-v-d06691aa]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-d06691aa]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-d06691aa]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-d06691aa]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-d06691aa]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-d06691aa]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-d06691aa]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-d06691aa]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-d06691aa]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-d06691aa]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-d06691aa]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-d06691aa]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.contact[data-v-4ac67cb8]{padding:.3rem .3rem 0}.contact .main[data-v-4ac67cb8]{border-bottom:.02rem solid #f5f5f5}.contact .item[data-v-4ac67cb8]{width:100%;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666}.contact .item .item-left[data-v-4ac67cb8]{width:1.12rem;margin-right:.4rem}.contact .item .item-right[data-v-4ac67cb8]{color:#333}.contact .item[data-v-4ac67cb8] .van-cell{padding-left:0;padding-right:0}.contact[data-v-4ac67cb8] .van-row{padding:0!important}html[data-v-4ac67cb8]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-4ac67cb8]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-4ac67cb8]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-4ac67cb8]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-4ac67cb8]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-4ac67cb8]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-4ac67cb8]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-4ac67cb8]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-4ac67cb8]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-4ac67cb8]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-4ac67cb8]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-4ac67cb8]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-4ac67cb8]{font-size:1rem}.wrap[data-v-4ac67cb8]{width:7.5rem!important;margin:0 auto}}#app[data-v-4ac67cb8]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-4ac67cb8]::-webkit-scrollbar{display:none}body[data-v-4ac67cb8],form[data-v-4ac67cb8],h1[data-v-4ac67cb8],h2[data-v-4ac67cb8],h3[data-v-4ac67cb8],h4[data-v-4ac67cb8],html[data-v-4ac67cb8],ol[data-v-4ac67cb8],p[data-v-4ac67cb8],ul[data-v-4ac67cb8]{padding:0;margin:0;border:0}.wrap[data-v-4ac67cb8],body[data-v-4ac67cb8],html[data-v-4ac67cb8]{height:100vh}body[data-v-4ac67cb8]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-4ac67cb8],ol[data-v-4ac67cb8],ul[data-v-4ac67cb8]{list-style:none;display:block}a[data-v-4ac67cb8]{text-decoration:none;outline:0}a[data-v-4ac67cb8]:active,a[data-v-4ac67cb8]:hover,a[data-v-4ac67cb8]:link,a[data-v-4ac67cb8]:visited{text-decoration:none;color:#333}a img[data-v-4ac67cb8]{border:0}input[data-v-4ac67cb8],textarea[data-v-4ac67cb8]{-webkit-appearance:none;outline:0}input[data-v-4ac67cb8]::-webkit-input-placeholder{color:#999}input[data-v-4ac67cb8]::-moz-placeholder{color:#999}button[data-v-4ac67cb8],input[data-v-4ac67cb8]:not([type]),input[type=button][data-v-4ac67cb8],input[type=search][data-v-4ac67cb8],input[type=text][data-v-4ac67cb8]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-4ac67cb8]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-4ac67cb8]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-4ac67cb8]{color:#111}.van-hairline--bottom[data-v-4ac67cb8]:after{border:none}.select .van-nav-bar__left[data-v-4ac67cb8]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-4ac67cb8],.van-nav-bar__right .van-nav-bar__text[data-v-4ac67cb8]{color:#666!important}.van-tabbar--fixed[data-v-4ac67cb8]{z-index:1999!important}.van-popover__action[data-v-4ac67cb8]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-4ac67cb8]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-4ac67cb8]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-4ac67cb8]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-4ac67cb8]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-4ac67cb8]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-4ac67cb8]:after{display:none}.van-dialog .van-dialog__cancel[data-v-4ac67cb8],.van-dialog .van-dialog__confirm[data-v-4ac67cb8]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-4ac67cb8]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-4ac67cb8]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-4ac67cb8]:after{display:none}.single-omit[data-v-4ac67cb8]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-4ac67cb8]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-4ac67cb8],.two-omit[data-v-4ac67cb8]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-4ac67cb8]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-4ac67cb8] .van-nav-bar{z-index:200}[data-v-4ac67cb8] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-4ac67cb8] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-4ac67cb8]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-4ac67cb8]{border-radius:.16rem}.van-dialog__message[data-v-4ac67cb8]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-4ac67cb8],.van-dialog__confirm[data-v-4ac67cb8]{height:1.2rem}.van-dialog__confirm[data-v-4ac67cb8]{background:#feca00;color:#111}.van-dialog__confirm[data-v-4ac67cb8]:active,.van-dialog__confirm[data-v-4ac67cb8]:hover{background:#e6b700}.van-dialog__confirm[data-v-4ac67cb8] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-4ac67cb8]{background:#eee!important}.van-dialog__header[data-v-4ac67cb8]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-4ac67cb8]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-4ac67cb8]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-4ac67cb8],.van-button--poly-default[data-v-4ac67cb8]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-4ac67cb8]:active,.van-button--poly-default-plain[data-v-4ac67cb8]:focus,.van-button--poly-default[data-v-4ac67cb8]:active,.van-button--poly-default[data-v-4ac67cb8]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-4ac67cb8]{background-color:#fff9e5}.van-button--poly-disabled[data-v-4ac67cb8]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-4ac67cb8]:active,.van-button--poly-disabled[data-v-4ac67cb8]:focus{background-color:#eee}.van-popup--bottom[data-v-4ac67cb8]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-4ac67cb8]{color:#999}.van-toast[data-v-4ac67cb8]{border-radius:8px}.van-picker__toolbar[data-v-4ac67cb8]{background-color:#fff9e5}.van-picker__title[data-v-4ac67cb8]{color:#111}.van-picker__confirm[data-v-4ac67cb8]{color:#666}.poly-top-search[data-v-4ac67cb8] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-4ac67cb8] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-4ac67cb8]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-4ac67cb8]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-4ac67cb8],.poly-price>span[data-v-4ac67cb8],.poly-price[data-v-4ac67cb8]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-4ac67cb8]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-4ac67cb8]:first-child{color:#ff3e4e}.poly-price span[data-v-4ac67cb8]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-4ac67cb8]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-4ac67cb8]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-4ac67cb8]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-4ac67cb8]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-4ac67cb8]{color:#bbb;background:#eee}.shows-popup[data-v-4ac67cb8]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-4ac67cb8]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-4ac67cb8]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-4ac67cb8]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-4ac67cb8]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-4ac67cb8]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-4ac67cb8]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-4ac67cb8]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-4ac67cb8]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-4ac67cb8]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-4ac67cb8]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-4ac67cb8]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.d-way[data-v-bdbc6adc]{padding:.2rem .3rem 0}.d-way .main[data-v-bdbc6adc]{border-bottom:.02rem solid #f5f5f5}.d-way .type[data-v-bdbc6adc]{display:flex;flex-wrap:wrap}.d-way .type .normal[data-v-bdbc6adc]{padding:.16rem .2rem;background:#fff;border:.02rem solid #ddd;border-radius:.16rem;font-weight:Regular;font-size:.28rem;color:#666;margin-bottom:.2rem;margin-right:.2rem;position:relative}.d-way .type .t-active[data-v-bdbc6adc]{background:rgba(255,203,0,.1);border:.02rem solid #ffcb00;color:#111}.d-way .type .t-pic[data-v-bdbc6adc]{position:absolute;top:0;right:0;width:.56rem;height:.28rem}.d-way .d-explain[data-v-bdbc6adc]{width:100%;display:flex;justify-content:space-between}.d-way .d-explain .d-e-left[data-v-bdbc6adc]{display:flex;align-items:center;height:100%}.d-way .d-explain .d-e-title[data-v-bdbc6adc]{font-family:PingFangSC-Regular;font-weight:400;font-size:.2rem;color:#666;text-align:left;line-height:.36rem}.d-way .d-explain .pic[data-v-bdbc6adc]{width:.3rem;height:.36rem;display:flex;align-items:center;justify-content:center;margin-right:.1rem}.d-way .a-list[data-v-bdbc6adc]{display:flex;flex-wrap:wrap;padding:.3rem}.d-way .a-list .l-item[data-v-bdbc6adc]{padding:.16rem .32rem;margin:0 .2rem .2rem 0;background:#f5f5f5;border-radius:.16rem;font-weight:Regular;font-size:.28rem;color:#333}.d-way .title[data-v-bdbc6adc]{height:1.2rem;line-height:1.2rem;width:100%;text-align:center;position:relative;background:#fff9e5;font-size:.32rem;color:#333;font-family:PingFangSC-Medium;font-weight:Medium;position:sticky;top:0;z-index:100}.d-way .title .t-pic[data-v-bdbc6adc]{position:absolute;left:.18rem;top:.36rem;width:.48rem;height:.48rem}html[data-v-bdbc6adc]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-bdbc6adc]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-bdbc6adc]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-bdbc6adc]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-bdbc6adc]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-bdbc6adc]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-bdbc6adc]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-bdbc6adc]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-bdbc6adc]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-bdbc6adc]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-bdbc6adc]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-bdbc6adc]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-bdbc6adc]{font-size:1rem}.wrap[data-v-bdbc6adc]{width:7.5rem!important;margin:0 auto}}#app[data-v-bdbc6adc]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-bdbc6adc]::-webkit-scrollbar{display:none}body[data-v-bdbc6adc],form[data-v-bdbc6adc],h1[data-v-bdbc6adc],h2[data-v-bdbc6adc],h3[data-v-bdbc6adc],h4[data-v-bdbc6adc],html[data-v-bdbc6adc],ol[data-v-bdbc6adc],p[data-v-bdbc6adc],ul[data-v-bdbc6adc]{padding:0;margin:0;border:0}.wrap[data-v-bdbc6adc],body[data-v-bdbc6adc],html[data-v-bdbc6adc]{height:100vh}body[data-v-bdbc6adc]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-bdbc6adc],ol[data-v-bdbc6adc],ul[data-v-bdbc6adc]{list-style:none;display:block}a[data-v-bdbc6adc]{text-decoration:none;outline:0}a[data-v-bdbc6adc]:active,a[data-v-bdbc6adc]:hover,a[data-v-bdbc6adc]:link,a[data-v-bdbc6adc]:visited{text-decoration:none;color:#333}a img[data-v-bdbc6adc]{border:0}input[data-v-bdbc6adc],textarea[data-v-bdbc6adc]{-webkit-appearance:none;outline:0}input[data-v-bdbc6adc]::-webkit-input-placeholder{color:#999}input[data-v-bdbc6adc]::-moz-placeholder{color:#999}button[data-v-bdbc6adc],input[data-v-bdbc6adc]:not([type]),input[type=button][data-v-bdbc6adc],input[type=search][data-v-bdbc6adc],input[type=text][data-v-bdbc6adc]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-bdbc6adc]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-bdbc6adc]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-bdbc6adc]{color:#111}.van-hairline--bottom[data-v-bdbc6adc]:after{border:none}.select .van-nav-bar__left[data-v-bdbc6adc]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-bdbc6adc],.van-nav-bar__right .van-nav-bar__text[data-v-bdbc6adc]{color:#666!important}.van-tabbar--fixed[data-v-bdbc6adc]{z-index:1999!important}.van-popover__action[data-v-bdbc6adc]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-bdbc6adc]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-bdbc6adc]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-bdbc6adc]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-bdbc6adc]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-bdbc6adc]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-bdbc6adc]:after{display:none}.van-dialog .van-dialog__cancel[data-v-bdbc6adc],.van-dialog .van-dialog__confirm[data-v-bdbc6adc]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-bdbc6adc]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-bdbc6adc]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-bdbc6adc]:after{display:none}.single-omit[data-v-bdbc6adc]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-bdbc6adc]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-bdbc6adc],.two-omit[data-v-bdbc6adc]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-bdbc6adc]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-bdbc6adc] .van-nav-bar{z-index:200}[data-v-bdbc6adc] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-bdbc6adc] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-bdbc6adc]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-bdbc6adc]{border-radius:.16rem}.van-dialog__message[data-v-bdbc6adc]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-bdbc6adc],.van-dialog__confirm[data-v-bdbc6adc]{height:1.2rem}.van-dialog__confirm[data-v-bdbc6adc]{background:#feca00;color:#111}.van-dialog__confirm[data-v-bdbc6adc]:active,.van-dialog__confirm[data-v-bdbc6adc]:hover{background:#e6b700}.van-dialog__confirm[data-v-bdbc6adc] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-bdbc6adc]{background:#eee!important}.van-dialog__header[data-v-bdbc6adc]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-bdbc6adc]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-bdbc6adc]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-bdbc6adc],.van-button--poly-default[data-v-bdbc6adc]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-bdbc6adc]:active,.van-button--poly-default-plain[data-v-bdbc6adc]:focus,.van-button--poly-default[data-v-bdbc6adc]:active,.van-button--poly-default[data-v-bdbc6adc]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-bdbc6adc]{background-color:#fff9e5}.van-button--poly-disabled[data-v-bdbc6adc]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-bdbc6adc]:active,.van-button--poly-disabled[data-v-bdbc6adc]:focus{background-color:#eee}.van-popup--bottom[data-v-bdbc6adc]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-bdbc6adc]{color:#999}.van-toast[data-v-bdbc6adc]{border-radius:8px}.van-picker__toolbar[data-v-bdbc6adc]{background-color:#fff9e5}.van-picker__title[data-v-bdbc6adc]{color:#111}.van-picker__confirm[data-v-bdbc6adc]{color:#666}.poly-top-search[data-v-bdbc6adc] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-bdbc6adc] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-bdbc6adc]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-bdbc6adc]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-bdbc6adc],.poly-price>span[data-v-bdbc6adc],.poly-price[data-v-bdbc6adc]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-bdbc6adc]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-bdbc6adc]:first-child{color:#ff3e4e}.poly-price span[data-v-bdbc6adc]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-bdbc6adc]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-bdbc6adc]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-bdbc6adc]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-bdbc6adc]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-bdbc6adc]{color:#bbb;background:#eee}.shows-popup[data-v-bdbc6adc]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-bdbc6adc]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-bdbc6adc]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-bdbc6adc]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-bdbc6adc]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-bdbc6adc]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-bdbc6adc]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-bdbc6adc]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-bdbc6adc]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-bdbc6adc]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-bdbc6adc]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-bdbc6adc]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.address[data-v-9787951c]{padding:.2rem .3rem}.address .n-support[data-v-9787951c]{width:2.52rem;height:.36rem;line-height:.36rem;text-align:center;background:#ff3e4e;border-radius:.08rem;font-weight:Medium;font-size:.24rem;color:#fff;margin-left:.3rem}.address .s-info[data-v-9787951c]{margin-bottom:.3rem;font-family:PingFangSC-Medium;font-weight:500;color:#111;line-height:.28rem}.address .s-info .s-i-item[data-v-9787951c]{margin-right:.4rem;font-size:.28rem}.address .s-address[data-v-9787951c]{font-family:PingFangSC-Regular;font-weight:Regular;font-size:.28rem;color:#666;text-align:left;line-height:.28rem}.address .s-address span[data-v-9787951c]{width:90%}.address .add-address[data-v-9787951c]{font-weight:Regular;font-size:.28rem;color:#666}html[data-v-9787951c]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-9787951c]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-9787951c]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-9787951c]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-9787951c]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-9787951c]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-9787951c]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-9787951c]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-9787951c]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-9787951c]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-9787951c]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-9787951c]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-9787951c]{font-size:1rem}.wrap[data-v-9787951c]{width:7.5rem!important;margin:0 auto}}#app[data-v-9787951c]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-9787951c]::-webkit-scrollbar{display:none}body[data-v-9787951c],form[data-v-9787951c],h1[data-v-9787951c],h2[data-v-9787951c],h3[data-v-9787951c],h4[data-v-9787951c],html[data-v-9787951c],ol[data-v-9787951c],p[data-v-9787951c],ul[data-v-9787951c]{padding:0;margin:0;border:0}.wrap[data-v-9787951c],body[data-v-9787951c],html[data-v-9787951c]{height:100vh}body[data-v-9787951c]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-9787951c],ol[data-v-9787951c],ul[data-v-9787951c]{list-style:none;display:block}a[data-v-9787951c]{text-decoration:none;outline:0}a[data-v-9787951c]:active,a[data-v-9787951c]:hover,a[data-v-9787951c]:link,a[data-v-9787951c]:visited{text-decoration:none;color:#333}a img[data-v-9787951c]{border:0}input[data-v-9787951c],textarea[data-v-9787951c]{-webkit-appearance:none;outline:0}input[data-v-9787951c]::-webkit-input-placeholder{color:#999}input[data-v-9787951c]::-moz-placeholder{color:#999}button[data-v-9787951c],input[data-v-9787951c]:not([type]),input[type=button][data-v-9787951c],input[type=search][data-v-9787951c],input[type=text][data-v-9787951c]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-9787951c]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-9787951c]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-9787951c]{color:#111}.van-hairline--bottom[data-v-9787951c]:after{border:none}.select .van-nav-bar__left[data-v-9787951c]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-9787951c],.van-nav-bar__right .van-nav-bar__text[data-v-9787951c]{color:#666!important}.van-tabbar--fixed[data-v-9787951c]{z-index:1999!important}.van-popover__action[data-v-9787951c]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-9787951c]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-9787951c]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-9787951c]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-9787951c]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-9787951c]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-9787951c]:after{display:none}.van-dialog .van-dialog__cancel[data-v-9787951c],.van-dialog .van-dialog__confirm[data-v-9787951c]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-9787951c]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-9787951c]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-9787951c]:after{display:none}.single-omit[data-v-9787951c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-9787951c]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-9787951c],.two-omit[data-v-9787951c]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-9787951c]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-9787951c] .van-nav-bar{z-index:200}[data-v-9787951c] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-9787951c] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-9787951c]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-9787951c]{border-radius:.16rem}.van-dialog__message[data-v-9787951c]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-9787951c],.van-dialog__confirm[data-v-9787951c]{height:1.2rem}.van-dialog__confirm[data-v-9787951c]{background:#feca00;color:#111}.van-dialog__confirm[data-v-9787951c]:active,.van-dialog__confirm[data-v-9787951c]:hover{background:#e6b700}.van-dialog__confirm[data-v-9787951c] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-9787951c]{background:#eee!important}.van-dialog__header[data-v-9787951c]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-9787951c]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-9787951c]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-9787951c],.van-button--poly-default[data-v-9787951c]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-9787951c]:active,.van-button--poly-default-plain[data-v-9787951c]:focus,.van-button--poly-default[data-v-9787951c]:active,.van-button--poly-default[data-v-9787951c]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-9787951c]{background-color:#fff9e5}.van-button--poly-disabled[data-v-9787951c]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-9787951c]:active,.van-button--poly-disabled[data-v-9787951c]:focus{background-color:#eee}.van-popup--bottom[data-v-9787951c]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-9787951c]{color:#999}.van-toast[data-v-9787951c]{border-radius:8px}.van-picker__toolbar[data-v-9787951c]{background-color:#fff9e5}.van-picker__title[data-v-9787951c]{color:#111}.van-picker__confirm[data-v-9787951c]{color:#666}.poly-top-search[data-v-9787951c] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-9787951c] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-9787951c]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-9787951c]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-9787951c],.poly-price>span[data-v-9787951c],.poly-price[data-v-9787951c]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-9787951c]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-9787951c]:first-child{color:#ff3e4e}.poly-price span[data-v-9787951c]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-9787951c]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-9787951c]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-9787951c]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-9787951c]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-9787951c]{color:#bbb;background:#eee}.shows-popup[data-v-9787951c]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-9787951c]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-9787951c]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-9787951c]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-9787951c]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-9787951c]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-9787951c]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-9787951c]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-9787951c]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-9787951c]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-9787951c]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-9787951c]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.van-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:12px}.van-radio__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-radio__label{margin-left:8px;color:#323233;line-height:20px}.van-radio__label--left{margin:0 8px 0 0}.van-radio__label--disabled{color:#c8c9cc}.van-tag{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:.2em .5em;color:#fff;font-size:10px;line-height:16px;border-radius:.2em}.van-tag--default{background-color:#969799}.van-tag--default.van-tag--plain{color:#969799}.van-tag--danger{background-color:#ff3e4e}.van-tag--danger.van-tag--plain{color:#ff3e4e}.van-tag--primary{background-color:#1989fa}.van-tag--primary.van-tag--plain{color:#1989fa}.van-tag--success{background-color:rgba(0,91,137,.6392156862745098)}.van-tag--success.van-tag--plain{color:rgba(0,91,137,.6392156862745098)}.van-tag--warning{background-color:#ff976a}.van-tag--warning.van-tag--plain{color:#ff976a}.van-tag--plain{background-color:#fff;border-color:currentColor}.van-tag--plain:before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:"";pointer-events:none}.van-tag--medium{padding:2px 6px}.van-tag--large{padding:4px 8px;font-size:14px;border-radius:4px}.van-tag--mark{border-radius:0 999px 999px 0}.van-tag--mark:after{display:block;width:2px;content:""}.van-tag--round{border-radius:999px}.van-tag__close{margin-left:2px;cursor:pointer}.van-radio-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-address-list{box-sizing:border-box;height:100%;padding:12px 12px 100px}.van-address-list__bottom{position:fixed;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-address-list__add{height:40px;margin:5px 0}.van-address-list__disabled-text{padding:20px 0 16px;color:#969799;font-size:14px;line-height:20px}.van-address-item{padding:12px;background-color:#fff;border-radius:8px}.van-address-item:not(:last-child){margin-bottom:12px}.van-address-item__value{padding-right:44px}.van-address-item__name{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px;font-size:16px;line-height:22px}.van-address-item__tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-address-item__address{color:#323233;font-size:13px;line-height:18px}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#c8c9cc}.van-address-item__edit{position:absolute;top:50%;right:16px;color:#969799;font-size:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-address-item .van-cell{padding:0}.van-address-item .van-radio__label{margin-left:12px}.van-address-item .van-radio__icon--checked .van-icon{background-color:#ff3e4e;border-color:#ff3e4e}.van-col{float:left;box-sizing:border-box;min-height:1px}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-swipe-cell{position:relative;overflow:hidden;cursor:grab}.van-swipe-cell__wrapper{-webkit-transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-timing-function:cubic-bezier(.18,.89,.32,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:1.2rem}.van-picker__cancel,.van-picker__confirm{height:100%;padding:0 16px;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-picker__cancel:active,.van-picker__confirm:active{opacity:.7}.van-picker__confirm{color:#576b95}.van-picker__cancel{color:#969799}.van-picker__title{max-width:50%;font-weight:500;font-size:16px;line-height:20px;text-align:center}.van-picker__columns{position:relative;cursor:grab}.van-picker__columns,.van-picker__loading{display:-webkit-box;display:-webkit-flex;display:flex}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#1989fa;background-color:hsla(0,0%,100%,0)}.van-picker__frame{top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-picker__frame,.van-picker__mask{position:absolute;pointer-events:none}.van-picker__mask{top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0)}.van-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:16px}.van-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.van-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#111}.van-picker-column__item--disabled{cursor:not-allowed;opacity:.3}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;font-size:30px;border:1px solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch,.van-switch__node{height:1em;background-color:#fff}.van-switch__node{position:absolute;top:0;left:0;width:1em;font-size:inherit;border-radius:100%;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}html{font-size:13.33333vw}@media screen and (max-width:320px){html{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html{font-size:1rem}.wrap{width:7.5rem!important;margin:0 auto}}#app{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}::-webkit-scrollbar{display:none}body,form,h1,h2,h3,h4,html,ol,p,ul{padding:0;margin:0;border:0}.wrap,body,html{height:100vh}body{width:100%;font-family:Helvetica,arial;text-size-adjust:none;-webkit-text-size-adjust:none}li,ol,ul{list-style:none;display:block}a{text-decoration:none;outline:0}a:active,a:hover,a:link,a:visited{text-decoration:none;color:#333}a img{border:0}input,textarea{-webkit-appearance:none;outline:0}input::-webkit-input-placeholder{color:#999}input::-moz-placeholder{color:#999}button,input:not([type]),input[type=button],input[type=search],input[type=text]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text{color:#111}.van-hairline--bottom:after{border:none}.select .van-nav-bar__left{padding:0}.van-nav-bar__left .van-nav-bar__text,.van-nav-bar__right .van-nav-bar__text{color:#666!important}.van-tabbar--fixed{z-index:1999!important}.van-popover__action{width:1.4rem!important;font-size:.28rem}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer{margin-bottom:.5rem;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top:after{display:none}.van-dialog .van-dialog__cancel,.van-dialog .van-dialog__confirm{-webkit-box-flex:0;-webkit-flex:0 0 2.4rem;flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel{margin-right:.2rem}.van-dialog .van-dialog__confirm{background:-webkit-linear-gradient(45deg,#ebbf65,#fee7bf);background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left:after{display:none}.single-omit{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit{line-clamp:2;-webkit-line-clamp:2!important}.three-omit,.two-omit{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit{line-clamp:3;-webkit-line-clamp:3!important}/deep/ .van-nav-bar{z-index:200}/deep/ .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}/deep/ .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg{background-repeat:no-repeat;background-size:cover}.van-dialog{border-radius:.16rem}.van-dialog__message{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel,.van-dialog__confirm{height:1.2rem}.van-dialog__confirm{background:#feca00;color:#111}.van-dialog__confirm:active,.van-dialog__confirm:hover{background:#e6b700}.van-dialog__confirm /deep/ .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel{background:#eee!important}.van-dialog__header{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button{word-break:keep-all;white-space:nowrap}.van-button--large{font-weight:500;font-size:.32rem}.van-button--poly-default,.van-button--poly-default-plain{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain:active,.van-button--poly-default-plain:focus,.van-button--poly-default:active,.van-button--poly-default:focus{background-color:#e6b700}.van-button--poly-default-plain{background-color:#fff9e5}.van-button--poly-disabled{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled:active,.van-button--poly-disabled:focus{background-color:#eee}.van-popup--bottom{border-radius:.32rem .32rem 0 0}.van-popup__close-icon{color:#999}.van-toast{border-radius:8px}.van-picker__toolbar{background-color:#fff9e5}.van-picker__title{color:#111}.van-picker__confirm{color:#666}.poly-top-search /deep/ .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search /deep/ .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span,.poly-price,.poly-price>span{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span:first-child{color:#ff3e4e}.poly-price span:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn{display:block;text-align:center;width:100%;height:.88rem;background:-webkit-linear-gradient(left,#ebbf65,#fee7bf);background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled{color:#bbb;background:#eee}.shows-popup{border-radius:.5rem .5rem 0 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.shows-popup .header{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:-webkit-linear-gradient(bottom,#fff,#f7e5cf);background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:0!important;-webkit-flex:0 0 auto!important;flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line{background:-webkit-linear-gradient(9deg,#f2cb89,#fbf1e1)!important;background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.Address-detail[data-v-e666eb16]{height:100%}.Address-detail .address-form[data-v-e666eb16]{margin-top:.2rem;width:100%;padding:0 .3rem;box-sizing:border-box}.Address-detail .address-form .van-cell--required[data-v-e666eb16]:before{display:none}.Address-detail[data-v-e666eb16] .form-item{width:100%;padding:.34rem .1rem;font-size:.3rem;position:relative;border-bottom:.01rem solid #ddd}.Address-detail[data-v-e666eb16] .form-item .van-cell__title{width:1.5rem;font-size:.28rem;color:#666}.Address-detail[data-v-e666eb16] .form-item .van-field__label{margin-right:.18rem}.Address-detail[data-v-e666eb16] .addrDitailAddr{width:100%;padding:.34rem .1rem;font-size:.3rem;position:relative;border-bottom:.01rem solid #ddd}.Address-detail[data-v-e666eb16] .addrDitailAddr .van-cell__title{width:1.5rem;font-size:.18rem;color:#666}.Address-detail[data-v-e666eb16] .addrDitailAddr .van-field__label{font-size:.18rem;margin-right:.18rem}.Address-detail[data-v-e666eb16] .addrDitailAddr .van-cell__title{font-size:.28rem}.Address-detail .bottom-item[data-v-e666eb16]{margin-top:1rem}.Address-detail .delete-btn[data-v-e666eb16]{width:100%;height:.88rem;padding:0 .3rem;box-sizing:border-box;text-align:center;line-height:center;font-size:.44rem;box-shadow:.01rem .01rem .13rem .01rem hsla(0,0%,86.7%,.5);color:#0389ff}.Address-detail .btn-save[data-v-e666eb16]{color:#333;font-size:.36rem;font-weight:400}.Address-detail .name-field[data-v-e666eb16] .icon-person img{position:absolute;right:0}.Address-detail .van-popup .van-picker-column__item--selected[data-v-e666eb16]{background:#eeeef0!important}.Address-detail input[data-v-e666eb16],.Address-detail textarea[data-v-e666eb16]{padding:.01rem;color:#ffcb00;text-shadow:0 0 0 #999;-webkit-text-fill-color:transparent}html[data-v-e666eb16]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-e666eb16]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-e666eb16]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-e666eb16]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-e666eb16]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-e666eb16]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-e666eb16]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-e666eb16]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-e666eb16]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-e666eb16]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-e666eb16]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-e666eb16]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-e666eb16]{font-size:1rem}.wrap[data-v-e666eb16]{width:7.5rem!important;margin:0 auto}}#app[data-v-e666eb16]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-e666eb16]::-webkit-scrollbar{display:none}body[data-v-e666eb16],form[data-v-e666eb16],h1[data-v-e666eb16],h2[data-v-e666eb16],h3[data-v-e666eb16],h4[data-v-e666eb16],html[data-v-e666eb16],ol[data-v-e666eb16],p[data-v-e666eb16],ul[data-v-e666eb16]{padding:0;margin:0;border:0}.wrap[data-v-e666eb16],body[data-v-e666eb16],html[data-v-e666eb16]{height:100vh}body[data-v-e666eb16]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-e666eb16],ol[data-v-e666eb16],ul[data-v-e666eb16]{list-style:none;display:block}a[data-v-e666eb16]{text-decoration:none;outline:0}a[data-v-e666eb16]:active,a[data-v-e666eb16]:hover,a[data-v-e666eb16]:link,a[data-v-e666eb16]:visited{text-decoration:none;color:#333}a img[data-v-e666eb16]{border:0}input[data-v-e666eb16],textarea[data-v-e666eb16]{-webkit-appearance:none;outline:0}input[data-v-e666eb16]::-webkit-input-placeholder{color:#999}input[data-v-e666eb16]::-moz-placeholder{color:#999}button[data-v-e666eb16],input[data-v-e666eb16]:not([type]),input[type=button][data-v-e666eb16],input[type=search][data-v-e666eb16],input[type=text][data-v-e666eb16]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-e666eb16]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-e666eb16]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-e666eb16]{color:#111}.van-hairline--bottom[data-v-e666eb16]:after{border:none}.select .van-nav-bar__left[data-v-e666eb16]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-e666eb16],.van-nav-bar__right .van-nav-bar__text[data-v-e666eb16]{color:#666!important}.van-tabbar--fixed[data-v-e666eb16]{z-index:1999!important}.van-popover__action[data-v-e666eb16]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-e666eb16]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-e666eb16]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-e666eb16]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-e666eb16]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-e666eb16]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-e666eb16]:after{display:none}.van-dialog .van-dialog__cancel[data-v-e666eb16],.van-dialog .van-dialog__confirm[data-v-e666eb16]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-e666eb16]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-e666eb16]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-e666eb16]:after{display:none}.single-omit[data-v-e666eb16]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-e666eb16]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-e666eb16],.two-omit[data-v-e666eb16]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-e666eb16]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-e666eb16] .van-nav-bar{z-index:200}[data-v-e666eb16] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-e666eb16] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-e666eb16]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-e666eb16]{border-radius:.16rem}.van-dialog__message[data-v-e666eb16]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-e666eb16],.van-dialog__confirm[data-v-e666eb16]{height:1.2rem}.van-dialog__confirm[data-v-e666eb16]{background:#feca00;color:#111}.van-dialog__confirm[data-v-e666eb16]:active,.van-dialog__confirm[data-v-e666eb16]:hover{background:#e6b700}.van-dialog__confirm[data-v-e666eb16] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-e666eb16]{background:#eee!important}.van-dialog__header[data-v-e666eb16]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-e666eb16]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-e666eb16]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-e666eb16],.van-button--poly-default[data-v-e666eb16]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-e666eb16]:active,.van-button--poly-default-plain[data-v-e666eb16]:focus,.van-button--poly-default[data-v-e666eb16]:active,.van-button--poly-default[data-v-e666eb16]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-e666eb16]{background-color:#fff9e5}.van-button--poly-disabled[data-v-e666eb16]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-e666eb16]:active,.van-button--poly-disabled[data-v-e666eb16]:focus{background-color:#eee}.van-popup--bottom[data-v-e666eb16]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-e666eb16]{color:#999}.van-toast[data-v-e666eb16]{border-radius:8px}.van-picker__toolbar[data-v-e666eb16]{background-color:#fff9e5}.van-picker__title[data-v-e666eb16]{color:#111}.van-picker__confirm[data-v-e666eb16]{color:#666}.poly-top-search[data-v-e666eb16] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-e666eb16] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-e666eb16]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-e666eb16]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-e666eb16],.poly-price>span[data-v-e666eb16],.poly-price[data-v-e666eb16]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-e666eb16]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-e666eb16]:first-child{color:#ff3e4e}.poly-price span[data-v-e666eb16]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-e666eb16]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-e666eb16]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-e666eb16]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-e666eb16]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-e666eb16]{color:#bbb;background:#eee}.shows-popup[data-v-e666eb16]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-e666eb16]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-e666eb16]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-e666eb16]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-e666eb16]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-e666eb16]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-e666eb16]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-e666eb16]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-e666eb16]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-e666eb16]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-e666eb16]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-e666eb16]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.no-data[data-v-09233762]{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.no-data .no-data-text[data-v-09233762]{width:100%;text-align:center;font-size:.32rem;color:#999;margin-top:.3rem}.AddressList[data-v-09233762]{width:100%;height:100vh;display:flex;flex-direction:column}.AddressList[data-v-09233762] .van-nav-bar__content{height:.88rem;line-height:.88rem}.AddressList[data-v-09233762] .van-nav-bar__content .van-nav-bar__title{height:.88rem}.AddressList[data-v-09233762] .van-nav-bar__left{padding-left:.3rem!important}.AddressList[data-v-09233762] .van-nav-bar__left .van-icon{left:-.1rem;height:.88rem;line-height:.88rem}.AddressList .navbar[data-v-09233762]{width:100%;height:.88rem;background:#fff;position:fixed}.AddressList .navbar[data-v-09233762] .van-icon-arrow-left{font-size:.36rem;color:#666}.AddressList .navbar[data-v-09233762] .van-nav-bar__title{font-weight:500;font-size:.32rem;color:#333}.AddressList .list[data-v-09233762]{width:100%;height:100%;padding:1.2rem .3rem 1.2rem .3rem;box-sizing:border-box;overflow-y:scroll}.AddressList .list .list-item[data-v-09233762]{width:100%;height:2rem}.AddressList .list .item[data-v-09233762]{width:6.8rem;height:1.8rem;padding:.24rem .3rem .3rem .3rem;box-sizing:border-box;background:#fff;border-radius:.16rem;box-shadow:0 .01rem .13rem 0 hsla(0,0%,86.7%,.5);margin-right:.2rem;margin-top:.15rem;margin-left:.05rem}.AddressList .list .item .left[data-v-09233762]{display:flex;flex-direction:column;justify-content:space-between}.AddressList .list .item .left .detail[data-v-09233762]{font-size:.28rem;font-weight:600;color:#111}.AddressList .list .item .left .detail .name[data-v-09233762]{margin-right:1rem}.AddressList .list .item .left .address[data-v-09233762]{width:100%;font-size:.28rem;color:#666;line-height:.36rem;margin-top:.4rem}.AddressList .list .item .right[data-v-09233762]{position:relative}.AddressList .list .item .right .edit[data-v-09233762]{position:absolute;top:.9rem;left:0;width:.28rem;height:.28rem;z-index:999}.AddressList .list .item .right .defalut[data-v-09233762]{position:absolute;top:-.1rem;left:-.3rem;width:.8rem;height:.4rem}.AddressList .list[data-v-09233762] .van-swipe-cell__right{width:1.5rem;background:#ee0a24;display:flex;align-items:center;justify-content:center}.AddressList .list .btn[data-v-09233762]{background:transparent;border:none}.AddressList .bottom[data-v-09233762]{width:100%;height:1rem;padding:0 .3rem;box-sizing:border-box;position:fixed;bottom:0;background:#fff;display:flex;justify-content:center;align-items:center;border:none}.AddressList .bottom .van-button[data-v-09233762]{width:100%;height:.8rem;background:#ffcb00;border-radius:.46rem;font-size:.32rem;font-weight:550;text-align:center;color:#111}html[data-v-09233762]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-09233762]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-09233762]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-09233762]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-09233762]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-09233762]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-09233762]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-09233762]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-09233762]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-09233762]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-09233762]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-09233762]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-09233762]{font-size:1rem}.wrap[data-v-09233762]{width:7.5rem!important;margin:0 auto}}#app[data-v-09233762]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-09233762]::-webkit-scrollbar{display:none}body[data-v-09233762],form[data-v-09233762],h1[data-v-09233762],h2[data-v-09233762],h3[data-v-09233762],h4[data-v-09233762],html[data-v-09233762],ol[data-v-09233762],p[data-v-09233762],ul[data-v-09233762]{padding:0;margin:0;border:0}.wrap[data-v-09233762],body[data-v-09233762],html[data-v-09233762]{height:100vh}body[data-v-09233762]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-09233762],ol[data-v-09233762],ul[data-v-09233762]{list-style:none;display:block}a[data-v-09233762]{text-decoration:none;outline:0}a[data-v-09233762]:active,a[data-v-09233762]:hover,a[data-v-09233762]:link,a[data-v-09233762]:visited{text-decoration:none;color:#333}a img[data-v-09233762]{border:0}input[data-v-09233762],textarea[data-v-09233762]{-webkit-appearance:none;outline:0}input[data-v-09233762]::-webkit-input-placeholder{color:#999}input[data-v-09233762]::-moz-placeholder{color:#999}button[data-v-09233762],input[data-v-09233762]:not([type]),input[type=button][data-v-09233762],input[type=search][data-v-09233762],input[type=text][data-v-09233762]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-09233762]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-09233762]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-09233762]{color:#111}.van-hairline--bottom[data-v-09233762]:after{border:none}.select .van-nav-bar__left[data-v-09233762]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-09233762],.van-nav-bar__right .van-nav-bar__text[data-v-09233762]{color:#666!important}.van-tabbar--fixed[data-v-09233762]{z-index:1999!important}.van-popover__action[data-v-09233762]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-09233762]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-09233762]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-09233762]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-09233762]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-09233762]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-09233762]:after{display:none}.van-dialog .van-dialog__cancel[data-v-09233762],.van-dialog .van-dialog__confirm[data-v-09233762]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-09233762]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-09233762]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-09233762]:after{display:none}.single-omit[data-v-09233762]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-09233762]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-09233762],.two-omit[data-v-09233762]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-09233762]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-09233762] .van-nav-bar{z-index:200}[data-v-09233762] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-09233762] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-09233762]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-09233762]{border-radius:.16rem}.van-dialog__message[data-v-09233762]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-09233762],.van-dialog__confirm[data-v-09233762]{height:1.2rem}.van-dialog__confirm[data-v-09233762]{background:#feca00;color:#111}.van-dialog__confirm[data-v-09233762]:active,.van-dialog__confirm[data-v-09233762]:hover{background:#e6b700}.van-dialog__confirm[data-v-09233762] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-09233762]{background:#eee!important}.van-dialog__header[data-v-09233762]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-09233762]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-09233762]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-09233762],.van-button--poly-default[data-v-09233762]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-09233762]:active,.van-button--poly-default-plain[data-v-09233762]:focus,.van-button--poly-default[data-v-09233762]:active,.van-button--poly-default[data-v-09233762]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-09233762]{background-color:#fff9e5}.van-button--poly-disabled[data-v-09233762]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-09233762]:active,.van-button--poly-disabled[data-v-09233762]:focus{background-color:#eee}.van-popup--bottom[data-v-09233762]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-09233762]{color:#999}.van-toast[data-v-09233762]{border-radius:8px}.van-picker__toolbar[data-v-09233762]{background-color:#fff9e5}.van-picker__title[data-v-09233762]{color:#111}.van-picker__confirm[data-v-09233762]{color:#666}.poly-top-search[data-v-09233762] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-09233762] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-09233762]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-09233762]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-09233762],.poly-price>span[data-v-09233762],.poly-price[data-v-09233762]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-09233762]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-09233762]:first-child{color:#ff3e4e}.poly-price span[data-v-09233762]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-09233762]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-09233762]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-09233762]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-09233762]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-09233762]{color:#bbb;background:#eee}.shows-popup[data-v-09233762]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-09233762]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-09233762]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-09233762]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-09233762]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-09233762]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-09233762]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-09233762]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-09233762]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-09233762]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-09233762]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-09233762]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}.c-order[data-v-781aa985]{position:relative;width:100%;min-height:100%;padding-bottom:1.5rem;box-sizing:border-box;overflow-x:hidden}.c-order[data-v-781aa985] .van-nav-bar__content{height:.88rem;line-height:.88rem}.c-order[data-v-781aa985] .van-nav-bar__content .van-nav-bar__title{height:.88rem}.c-order[data-v-781aa985] .van-nav-bar__left{padding-left:.3rem!important}.c-order[data-v-781aa985] .van-nav-bar__left .van-icon{left:-.15rem;height:.88rem;line-height:.88rem}.c-order .h-bg[data-v-781aa985]{position:absolute;left:0;top:0;width:100%;min-height:40%;max-height:60%;box-sizing:border-box;background-size:cover;background-color:rgba(0,0,0,.3);background-repeat:no-repeat;transform:scale(1.3);overflow:hidden;z-index:-1}.c-order .h-bg .h-i-pic[data-v-781aa985]{width:100%;height:100%;filter:blur(.3rem)!important;opacity:.5;z-index:-2}.c-order .c-main[data-v-781aa985]{margin-top:.2rem;padding-top:.2rem;box-sizing:border-box;min-height:60%;background:#fff;border-radius:.32rem .32rem 0 0}.c-order .contact[data-v-781aa985] .item{margin:0;padding:.3rem 0;box-sizing:border-box;border-bottom:.02rem solid #f5f5f5}.c-order .c-remark[data-v-781aa985]{padding:.2rem .3rem 0}.c-order .c-remark .remark[data-v-781aa985]{width:100%;height:2rem;background:#f5f5f5;border-radius:.1rem;padding:.4rem;font-size:.3rem;border:none;resize:none;box-sizing:border-box;margin-bottom:.2rem}.c-order .clause[data-v-781aa985]{width:100%;padding:0 .3rem;box-sizing:border-box;height:.35rem;font-family:PingFangSC-Regular;font-weight:Regular;font-size:.2rem;color:#999;background:#fff;z-index:5;position:fixed;bottom:1.08rem}.c-order .c-btn[data-v-781aa985]{position:fixed;bottom:0;left:0;width:7.5rem;height:1.08rem;padding:.1rem .3rem;box-sizing:border-box;background:#fff;z-index:5}.c-order .c-btn .btn-left[data-v-781aa985]{width:4.2rem;font-family:PingFangSC-Medium;font-weight:Medium;font-size:.24rem;color:#666;height:.88rem;display:flex;align-items:center}.c-order .c-btn .btn-left .b-l-name[data-v-781aa985]{font-size:.24rem;width:.6rem;line-height:.88rem}.c-order .c-btn .btn-left .l-price[data-v-781aa985]{flex:1;font-weight:500;box-sizing:border-box;font-size:.36rem;height:.36rem;line-height:.36rem;color:#ff3e4e}.c-order .c-btn .btn-left .l-price span[data-v-781aa985]{height:.36rem;line-height:.36rem}.c-order .c-btn .btn-right[data-v-781aa985]{width:2.5rem;height:.88rem;background:#ffcd0f;border:.02rem solid #ffcd0f;border-radius:.44rem;box-sizing:border-box;font-family:PingFangSC-Medium;font-weight:600;font-size:.32rem;color:#111;text-align:center;line-height:.88rem}.c-order[data-v-781aa985] .t-one,.c-order[data-v-781aa985] .t-spec{color:#fff!important}[data-v-781aa985] .van-nav-bar--fixed .van-icon,[data-v-781aa985] .van-nav-bar--fixed .van-nav-bar__title{color:#111}.head[data-v-781aa985] .van-nav-bar--fixed{background-color:transparent}.head[data-v-781aa985] .van-nav-bar--fixed .van-icon,.head[data-v-781aa985] .van-nav-bar--fixed .van-nav-bar__title,[data-v-781aa985] .h-m-right .t-one,[data-v-781aa985] .h-m-right .t-spec{color:#fff}.unit[data-v-781aa985]{font-size:.2rem}html[data-v-781aa985]{font-size:13.33333vw}@media screen and (max-width:320px){html[data-v-781aa985]{font-size:.42667rem;font-size:13.33333vw}}@media screen and (min-width:321px) and (max-width:360px){html[data-v-781aa985]{font-size:.48rem;font-size:13.33333vw}}@media screen and (min-width:361px) and (max-width:374px){html[data-v-781aa985]{font-size:.5rem;font-size:13.33333vw}}@media screen and (min-width:375px) and (max-width:393px){html[data-v-781aa985]{font-size:.524rem;font-size:13.33333vw}}@media screen and (min-width:394px) and (max-width:412px){html[data-v-781aa985]{font-size:.5493rem;font-size:13.33333vw}}@media screen and (min-width:413px) and (max-width:414px){html[data-v-781aa985]{font-size:.552rem;font-size:13.33333vw}}@media screen and (min-width:415px) and (max-width:480px){html[data-v-781aa985]{font-size:.64rem;font-size:13.33333vw}}@media screen and (min-width:481px) and (max-width:540px){html[data-v-781aa985]{font-size:.72rem;font-size:13.33333vw}}@media screen and (min-width:541px) and (max-width:640px){html[data-v-781aa985]{font-size:.8533rem;font-size:13.33333vw}}@media screen and (min-width:641px) and (max-width:720px){html[data-v-781aa985]{font-size:.96rem;font-size:13.33333vw}}@media screen and (min-width:721px) and (max-width:768px){html[data-v-781aa985]{font-size:1.024rem;font-size:13.33333vw}}@media screen and (min-width:769px){html[data-v-781aa985]{font-size:1rem}.wrap[data-v-781aa985]{width:7.5rem!important;margin:0 auto}}#app[data-v-781aa985]{font-family:PingFangSC,PingFang SC-Medium,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#666;margin:0 auto;height:100%}[data-v-781aa985]::-webkit-scrollbar{display:none}body[data-v-781aa985],form[data-v-781aa985],h1[data-v-781aa985],h2[data-v-781aa985],h3[data-v-781aa985],h4[data-v-781aa985],html[data-v-781aa985],ol[data-v-781aa985],p[data-v-781aa985],ul[data-v-781aa985]{padding:0;margin:0;border:0}.wrap[data-v-781aa985],body[data-v-781aa985],html[data-v-781aa985]{height:100vh}body[data-v-781aa985]{width:100%;font-family:Helvetica,arial;-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none}li[data-v-781aa985],ol[data-v-781aa985],ul[data-v-781aa985]{list-style:none;display:block}a[data-v-781aa985]{text-decoration:none;outline:0}a[data-v-781aa985]:active,a[data-v-781aa985]:hover,a[data-v-781aa985]:link,a[data-v-781aa985]:visited{text-decoration:none;color:#333}a img[data-v-781aa985]{border:0}input[data-v-781aa985],textarea[data-v-781aa985]{-webkit-appearance:none;outline:0}input[data-v-781aa985]::-webkit-input-placeholder{color:#999}input[data-v-781aa985]::-moz-placeholder{color:#999}button[data-v-781aa985],input[data-v-781aa985]:not([type]),input[type=button][data-v-781aa985],input[type=search][data-v-781aa985],input[type=text][data-v-781aa985]{outline:0;-webkit-appearance:none;-moz-appearance:none}.mobilelogin .van-dialog__cancel[data-v-781aa985]{background-color:#eee}.mobilelogin .van-dialog__cancel .van-button__text[data-v-781aa985]{font-family:PingFangSC-Medium;font-weight:500;font-size:.32rem;color:#111}.mobilelogin .van-button__text[data-v-781aa985]{color:#111}.van-hairline--bottom[data-v-781aa985]:after{border:none}.select .van-nav-bar__left[data-v-781aa985]{padding:0}.van-nav-bar__left .van-nav-bar__text[data-v-781aa985],.van-nav-bar__right .van-nav-bar__text[data-v-781aa985]{color:#666!important}.van-tabbar--fixed[data-v-781aa985]{z-index:1999!important}.van-popover__action[data-v-781aa985]{width:1.4rem!important;font-size:.28rem}.clearfix[data-v-781aa985]:after{content:".";display:block;height:0;clear:both;visibility:hidden}.van-dialog[data-v-781aa985]{width:5.6rem;background:#fff;border-radius:.5rem!important}.van-dialog .van-dialog__content[data-v-781aa985]{margin:.8rem 0;min-height:auto!important}.van-dialog .van-dialog__message[data-v-781aa985]{padding:0;margin:0;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__footer[data-v-781aa985]{margin-bottom:.5rem;justify-content:center}.van-dialog .van-dialog__footer.van-hairline--top[data-v-781aa985]:after{display:none}.van-dialog .van-dialog__cancel[data-v-781aa985],.van-dialog .van-dialog__confirm[data-v-781aa985]{flex:0 0 2.4rem;height:.88rem;background:#eee;border-radius:.44rem;font-size:.32rem;font-weight:600;color:#111;line-height:1}.van-dialog .van-dialog__cancel[data-v-781aa985]{margin-right:.2rem}.van-dialog .van-dialog__confirm[data-v-781aa985]{background:linear-gradient(45deg,#ebbf65,#fee7bf)}.van-dialog .van-dialog__confirm.van-hairline--left[data-v-781aa985]:after{display:none}.single-omit[data-v-781aa985]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.two-omit[data-v-781aa985]{line-clamp:2;-webkit-line-clamp:2!important}.three-omit[data-v-781aa985],.two-omit[data-v-781aa985]{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;display:-webkit-box!important;-webkit-box-orient:vertical!important}.three-omit[data-v-781aa985]{line-clamp:3;-webkit-line-clamp:3!important}[data-v-781aa985] .van-nav-bar{z-index:200}[data-v-781aa985] .van-nav-bar__title{font-size:.36rem;font-weight:500;color:#333}[data-v-781aa985] .van-nav-bar .van-icon{color:#999;font-size:.4rem}.bg[data-v-781aa985]{background-repeat:no-repeat;background-size:cover}.van-dialog[data-v-781aa985]{border-radius:.16rem}.van-dialog__message[data-v-781aa985]{white-space:pre-line;text-align:center;padding:0 .3rem .3rem;margin-top:.3rem}.van-dialog__cancel[data-v-781aa985],.van-dialog__confirm[data-v-781aa985]{height:1.2rem}.van-dialog__confirm[data-v-781aa985]{background:#feca00;color:#111}.van-dialog__confirm[data-v-781aa985]:active,.van-dialog__confirm[data-v-781aa985]:hover{background:#e6b700}.van-dialog__confirm[data-v-781aa985] .van-button__text{font-weight:500;font-size:.32rem;color:#111}.van-dialog__cancel[data-v-781aa985]{background:#eee!important}.van-dialog__header[data-v-781aa985]{font-family:PingFangSC-Medium;font-weight:Medium;font-size:.28rem;color:#111;letter-spacing:0;text-align:center;line-height:.28rem}.van-button[data-v-781aa985]{word-break:keep-all;white-space:nowrap}.van-button--large[data-v-781aa985]{font-weight:500;font-size:.32rem}.van-button--poly-default-plain[data-v-781aa985],.van-button--poly-default[data-v-781aa985]{color:#111;background-color:#feca00;border:1px solid #feca00}.van-button--poly-default-plain[data-v-781aa985]:active,.van-button--poly-default-plain[data-v-781aa985]:focus,.van-button--poly-default[data-v-781aa985]:active,.van-button--poly-default[data-v-781aa985]:focus{background-color:#e6b700}.van-button--poly-default-plain[data-v-781aa985]{background-color:#fff9e5}.van-button--poly-disabled[data-v-781aa985]{color:#999;background-color:#eee;border:1px solid #eee;cursor:not-allowed}.van-button--poly-disabled[data-v-781aa985]:active,.van-button--poly-disabled[data-v-781aa985]:focus{background-color:#eee}.van-popup--bottom[data-v-781aa985]{border-radius:.32rem .32rem 0 0}.van-popup__close-icon[data-v-781aa985]{color:#999}.van-toast[data-v-781aa985]{border-radius:8px}.van-picker__toolbar[data-v-781aa985]{background-color:#fff9e5}.van-picker__title[data-v-781aa985]{color:#111}.van-picker__confirm[data-v-781aa985]{color:#666}.poly-top-search[data-v-781aa985] .van-icon{font-weight:700;font-size:.36rem;line-height:1}.poly-top-search[data-v-781aa985] .van-field__control{font-size:.28rem;line-height:1}.user-check-wrapper .nc-container .nc_scale span.btn_slide[data-v-781aa985]{content:url(../img/slide.1738f135.png)}.user-check-wrapper .nc-container .nc_scale .btn_ok[data-v-781aa985]{content:url(../img/logo.31b7b11f.png)}.HotRank-price>span[data-v-781aa985],.poly-price>span[data-v-781aa985],.poly-price[data-v-781aa985]{white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}.poly-price span[data-v-781aa985]{letter-spacing:.01rem;line-height:.2rem;font-size:.2rem;font-weight:500}.poly-price span[data-v-781aa985]:first-child{color:#ff3e4e}.poly-price span[data-v-781aa985]:nth-child(2){font-size:.38rem;color:#ff3e4e;letter-spacing:0;line-height:.38rem;max-width:1.4rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.poly-price span[data-v-781aa985]:nth-child(3){font-weight:400;color:#999;margin-left:.04rem}.safe-bottom[data-v-781aa985]{box-sizing:border-box;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.fixed-footer[data-v-781aa985]{position:fixed;bottom:0;left:0;right:0;padding:.1rem .3rem;background-color:#fff}.fixed-footer .submit-btn[data-v-781aa985]{display:block;text-align:center;width:100%;height:.88rem;background:linear-gradient(90deg,#ebbf65,#fee7bf);border-radius:.46rem;font-size:.32rem;font-weight:500;line-height:.88rem;color:#111;border:0;margin-bottom:constant(safe-area-inset-bottom);margin-bottom:env(safe-area-inset-bottom)}.fixed-footer .submit-btn.disabled[data-v-781aa985]{color:#bbb;background:#eee}.shows-popup[data-v-781aa985]{border-radius:.5rem .5rem 0 0;display:flex;flex-direction:column}.shows-popup .header[data-v-781aa985]{width:100%;height:1.2rem;text-align:center;line-height:1.2rem;font-size:.32rem;color:#333;background:linear-gradient(1turn,#fff,#f7e5cf);font-weight:600;border-radius:.5rem .5rem 0 0;box-sizing:border-box}.shows-popup .popup-title[data-v-781aa985]{width:1rem}.my-tabs .van-sticky .van-tabs__wrap--scrollable .van-tab[data-v-781aa985]{flex:0 0 auto!important;padding:0!important;margin-right:.5rem!important}.my-tabs .van-sticky .van-tabs__nav--line[data-v-781aa985]{margin:.28rem 0;padding:0}.my-tabs .van-sticky .van-tabs__wrap[data-v-781aa985]{width:100%;height:.98rem;padding:0!important;background-color:#fff}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav[data-v-781aa985]{height:.42rem;padding:0 .2rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab[data-v-781aa985]{height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text[data-v-781aa985]{font-size:.28rem;line-height:.36rem}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active[data-v-781aa985]{font-weight:600}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tab--active .van-tab__text[data-v-781aa985]{font-size:.32rem;font-weight:600;color:#333!important}.my-tabs .van-sticky .van-tabs__wrap .van-tabs__nav .van-tabs__line[data-v-781aa985]{background:linear-gradient(81deg,#f2cb89,#fbf1e1)!important;bottom:0;border-radius:.8rem}