:host,:root{--van-black:#000;--van-white:#fff;--van-gray-1:#f7f8fa;--van-gray-2:#f2f3f5;--van-gray-3:#ebedf0;--van-gray-4:#dcdee0;--van-gray-5:#c8c9cc;--van-gray-6:#969799;--van-gray-7:#646566;--van-gray-8:#323233;--van-red:#ee0a24;--van-blue:#1989fa;--van-orange:#ff976a;--van-orange-dark:#ed6a0c;--van-orange-light:#fffbe8;--van-green:#07c160;--van-gradient-red:linear-gradient(90deg,#ff6034,#ee0a24);--van-gradient-orange:linear-gradient(90deg,#ffd01e,#ff8917);--van-primary-color:var(--van-blue);--van-success-color:var(--van-green);--van-danger-color:var(--van-red);--van-warning-color:var(--van-orange);--van-text-color:var(--van-gray-8);--van-text-color-2:var(--van-gray-6);--van-text-color-3:var(--van-gray-5);--van-active-color:var(--van-gray-2);--van-active-opacity:.6;--van-disabled-opacity:.5;--van-background:var(--van-gray-1);--van-background-2:var(--van-white);--van-background-3:var(--van-white);--van-padding-base:4px;--van-padding-xs:8px;--van-padding-sm:12px;--van-padding-md:16px;--van-padding-lg:24px;--van-padding-xl:32px;--van-font-bold:600;--van-font-size-xs:10px;--van-font-size-sm:12px;--van-font-size-md:14px;--van-font-size-lg:16px;--van-line-height-xs:14px;--van-line-height-sm:18px;--van-line-height-md:20px;--van-line-height-lg:22px;--van-base-font:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Segoe UI,Arial,Roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--van-price-font:avenir-heavy,"PingFang SC",helvetica neue,arial,sans-serif;--van-duration-base:.3s;--van-duration-fast:.2s;--van-ease-out:ease-out;--van-ease-in:ease-in;--van-border-color:var(--van-gray-3);--van-border-width:1px;--van-radius-sm:2px;--van-radius-md:4px;--van-radius-lg:8px;--van-radius-max:999px}.van-theme-dark{--van-text-color:#f5f5f5;--van-text-color-2:#707070;--van-text-color-3:#4d4d4d;--van-border-color:#3a3a3c;--van-active-color:#3a3a3c;--van-background:#000;--van-background-2:#1c1c1e;--van-background-3:#37363b}html{-webkit-tap-highlight-color:transparent}body{font-family:var(--van-base-font);margin:0}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:none}ol,ul{list-style:none;margin:0;padding:0}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{clear:both;content:"";display:table}.van-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{-webkit-box-orient:vertical;display:-webkit-box;line-break:anywhere;overflow:hidden;text-overflow:ellipsis}.van-multi-ellipsis--l3{-webkit-line-clamp:3}.van-safe-area-top{padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{border:0 solid var(--van-border-color);box-sizing:border-box;content:" ";inset:-50%;pointer-events:none;position:absolute;transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}:host,:root{--van-text-ellipsis-line-height:1.6;--van-text-ellipsis-action-color:var(--van-blue)}.van-text-ellipsis{line-height:var(--van-text-ellipsis-line-height);overflow-wrap:break-word;white-space:pre-wrap}.van-text-ellipsis__action{color:var(--van-text-ellipsis-action-color);cursor:pointer}.van-text-ellipsis__action:active{opacity:var(--van-active-opacity)}:host,:root{--van-swipe-indicator-size:6px;--van-swipe-indicator-margin:var(--van-padding-sm);--van-swipe-indicator-active-opacity:1;--van-swipe-indicator-inactive-opacity:.3;--van-swipe-indicator-active-background:var(--van-primary-color);--van-swipe-indicator-inactive-background:var(--van-border-color)}.van-swipe{cursor:grab;overflow:hidden;position:relative;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-swipe__track{display:flex;height:100%;transition-property:transform}.van-swipe__track--vertical{flex-direction:column}.van-swipe__indicators{bottom:var(--van-swipe-indicator-margin);display:flex;left:50%;position:absolute;transform:translate(-50%)}.van-swipe__indicators--vertical{bottom:auto;flex-direction:column;left:var(--van-swipe-indicator-margin);top:50%;transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:var(--van-swipe-indicator-size)}.van-swipe__indicator{background-color:var(--van-swipe-indicator-inactive-background);border-radius:100%;height:var(--van-swipe-indicator-size);opacity:var(--van-swipe-indicator-inactive-opacity);transition:opacity var(--van-duration-fast),background-color var(--van-duration-fast);width:var(--van-swipe-indicator-size)}.van-swipe__indicator:not(:last-child){margin-right:var(--van-swipe-indicator-size)}.van-swipe__indicator--active{background-color:var(--van-swipe-indicator-active-background);opacity:var(--van-swipe-indicator-active-opacity)}.van-swipe-item{flex-shrink:0;height:100%;position:relative;width:100%}@keyframes fadeMovein-ce020488{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes fadeMoveout-ce020488{0%{opacity:1}50%{opacity:.5}to{opacity:0}}.top-wrapper[data-v-ce020488]{margin-bottom:30px}.top-wrapper .brand-info[data-v-ce020488]{box-sizing:border-box;position:relative;width:100%}.top-wrapper .brand-info .brand-info-bg[data-v-ce020488]{height:335px;left:0;overflow:hidden;position:absolute;top:0;width:100%}.top-wrapper .brand-info .brand-info-bg .brand-info-bg-img[data-v-ce020488]{filter:blur(15px);height:100%;-o-object-fit:cover;object-fit:cover;opacity:.8;transform:scale(1.5);width:100%}.top-wrapper .brand-info .brand-info-bg[data-v-ce020488]:after{background-color:#000;content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.top-wrapper .brand-info .brand-l-n-d[data-v-ce020488]{padding:15px;position:relative;z-index:2}.top-wrapper .brand-info .brand-l-n[data-v-ce020488]{align-items:center;display:flex}.top-wrapper .brand-info .brand-l-n .brand-logo[data-v-ce020488]{background-color:#fff;border:1px solid #e5e5e5;border-radius:50%;height:50px;-o-object-fit:contain;object-fit:contain;width:50px}.top-wrapper .brand-info .brand-l-n .brand-name[data-v-ce020488]{color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:13px;margin-left:10px}.top-wrapper .brand-info .brand-desc[data-v-ce020488]{margin-top:15px;position:relative}.top-wrapper .brand-info .brand-desc-text[data-v-ce020488]{color:#fff;font-size:12px;font-weight:400;letter-spacing:5;line-height:24px}.top-wrapper .brand-info .ln3[data-v-ce020488]{max-height:65px}.top-wrapper .brand-info .brand-desc-more[data-v-ce020488]{color:#fff;font-size:12px;font-weight:400;letter-spacing:0;position:relative}.top-wrapper .brand-info .brand-desc-more .arrow-down[data-v-ce020488]{background-image:url(https://www1.pchouse.com.cn/newbrand/2026/images/0128/ico-arrow-bottom.webp);background-size:cover;height:4px;position:absolute;top:40%;transform:translateY(-50%);width:8px}.top-wrapper .brand-info .expanded .arrow-down[data-v-ce020488]{transform:rotate(180deg)}.brand-img-swipe[data-v-ce020488]{margin:15px auto 0}.brand-img-swipe[data-v-ce020488],.brand-img-swipe-item[data-v-ce020488]{height:200px;width:92vw}.brand-img-swipe-item img[data-v-ce020488]{height:200px;-o-object-fit:cover;object-fit:cover;width:92vw}.custom-indicator-wrapper[data-v-ce020488]{align-items:center;bottom:10px;display:flex;justify-content:center;left:0;position:absolute;right:0}.custom-indicator[data-v-ce020488]{background-color:#fff;height:4px;margin-right:5px;width:4px}.custom-indicator.active[data-v-ce020488]{background:#ffe44a;border-radius:4px;height:4px;width:8px}.height-auto[data-v-ce020488]{background-color:#7f7f7f;height:auto!important}
