@charset "UTF-8";body{-webkit-font-smoothing:antialiased}html[mode=m]{padding:0}.font600{font-weight:600}.font-10{font-size:.1rem}.font-12{font-size:.12rem}.popup85vh{-ms-overflow-style:none;height:-webkit-calc(var(--100vh) - 15vh);height:calc(var(--100vh) - 15vh);overflow:auto;padding:.42rem .16rem .34rem;scrollbar-width:none}[dir=ltr] .popup85vh{border-top-left-radius:.12rem;border-top-right-radius:.12rem}[dir=rtl] .popup85vh{border-top-left-radius:.12rem;border-top-right-radius:.12rem}.popup85vh::-webkit-scrollbar{display:none}.popup85vhTitle{font-size:.18rem;font-weight:600;line-height:.22rem;padding-bottom:.12rem}.radiusPopup{padding:.42rem .16rem .34rem}[dir=ltr] .radiusPopup{border-top-left-radius:.12rem;border-top-right-radius:.12rem}[dir=rtl] .radiusPopup{border-top-left-radius:.12rem;border-top-right-radius:.12rem}.title14{font-size:.14rem;line-height:.18rem}.title12,.title14{font-weight:600;letter-spacing:0}.title12{font-size:.12rem;line-height:.16rem}.color000{color:#000}.boxTitle14{font-size:.14rem;font-weight:600;letter-spacing:0;line-height:.18rem;padding-bottom:.12rem;padding-top:.08rem}[dir=ltr] .boxTitle14{padding-left:.12rem}[dir=rtl] .boxTitle14{padding-right:.12rem}.multiline-ellipsis{-webkit-box-orient:vertical;-webkit-line-clamp:var(--ellipsis-line);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;width:100%}:root{--ub-font-size-1:0.09rem;--ub-font-size-2:0.1rem;--ub-font-size-3:0.11rem;--ub-font-size-4:0.12rem;--ub-font-size-5:0.13rem;--ub-font-size-6:0.14rem;--ub-font-size-7:0.15rem;--ub-font-size-8:0.16rem;--ub-font-size-9:0.17rem;--ub-font-size-10:0.18rem;--ub-color-primary:#000;--ub-color-success:#00b578;--ub-color-warning:#ff4800;--ub-color-danger:#ff3141;--ub-color-white:#fff;--ub-color-text:#000;--ub-color-text-secondary:#666;--ub-color-weak:#999;--ub-color-light:#ccc;--ub-color-border:#eee;--ub-color-box:#f5f5f5;--ub-color-background:#fff;--ub-color-background-weak:#f4f4f4;--ub-color-image-placeholder:#d4d4d4;--ub-font-size-main:var(--ub-font-size-5);--ub-color-fill-content:var(--ub-color-box);--ub-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--ub-border-color:var(--ub-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{color:#000;color:var(--ub-color-text);font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,segoe ui,arial,roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;font-family:var(--ub-font-family);font-size:.13rem;font-size:var(--ub-font-size-main)}a,button{cursor:pointer}a{color:#000;color:var(--ub-color-primary);transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out}a:active{opacity:.8}.ub-plain-anchor{color:unset;transition:none;-webkit-transition:none}.ub-plain-anchor:active{opacity:unset}body.ub-overflow-hidden{overflow:hidden!important}div.ub-px-tester{--size:1;bottom:-100vh;height:-webkit-calc(var(--size)/2*0.02rem);height:calc(var(--size)/2*.02rem);pointer-events:none;position:fixed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:0}[dir=ltr] div.ub-px-tester{right:-100vw}[dir=rtl] div.ub-px-tester{left:-100vw}.ub-button{--color:var(--ub-color-white);--text-color:var(--ub-button-text-color,var(--ub-color-text));--background-color:var(
    --ub-button-background-color,var(--ub-color-background)
  );--border-radius-m:var(--ub-radius-m,0px);--border-radius-s:var(--ub-radius-s,0px);--border-width:var(--ub-button-border-width,1px);--border-style:var(--ub-button-border-style,solid);--border-color:var(--ub-button-border-color,var(--ub-color-border));background-color:var(--background-color);border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius-m);-moz-box-sizing:border-box;box-sizing:border-box;color:var(--text-color);cursor:pointer;display:inline-block;font-size:var(--ub-font-size-6);height:.4rem;line-height:1.14;margin:0;padding:0 .12rem;position:relative;text-align:center;transition:opacity .15s ease;-webkit-transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ub-button:focus{outline:none}.ub-button:before{background-color:#000;border:var(--border-width) var(--border-style) #000;border-radius:var(--border-radius-m);-moz-box-sizing:content-box;box-sizing:content-box;content:" ";height:100%;opacity:0;position:absolute;top:0;width:100%}[dir=ltr] .ub-button:before{left:0;-webkit-transform:translate(-webkit-calc(var(--border-width)*-1),-webkit-calc(var(--border-width)*-1));transform:translate(calc(var(--border-width)*-1),calc(var(--border-width)*-1))}[dir=rtl] .ub-button:before{right:0;-webkit-transform:translate(-webkit-calc(var(--border-width)*-1*-1),-webkit-calc(var(--border-width)*-1));transform:translate(calc(var(--border-width)*-1*-1),calc(var(--border-width)*-1))}.ub-button:active:before{opacity:.08}.ub-button-default.ub-button-fill-outline{--background-color:transparent;--border-color:var(--ub-color-text)}.ub-button-default.ub-button-fill-none{--background-color:transparent;--border-width:0px}.ub-button:not(.ub-button-default){--text-color:var(--ub-color-white);--background-color:var(--color);--border-color:var(--color)}.ub-button:not(.ub-button-default).ub-button-fill-outline{--text-color:var(--color);--background-color:transparent}.ub-button:not(.ub-button-default).ub-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.ub-button-primary{--color:var(--ub-color-primary);font-weight:500}.ub-button-success{--color:var(--ub-color-success)}.ub-button-danger{--color:var(--ub-color-danger)}.ub-button-warning{--color:var(--ub-color-warning)}.ub-button-block{display:block;width:100%}.ub-button-disabled{cursor:not-allowed;opacity:.4}.ub-button-disabled:active:before{display:none}.ub-button-mini{border-radius:var(--border-radius-s);font-size:var(--ub-font-size-4);height:.3rem;padding-bottom:.03rem;padding-top:.03rem}[dir=ltr] .ub-button-mini.ub-button-shape-rounded{padding-left:.09rem;padding-right:.09rem}[dir=rtl] .ub-button-mini.ub-button-shape-rounded{padding-left:.09rem;padding-right:.09rem}.ub-button-small{height:.34rem;padding:0 .1rem}.ub-button-large{font-size:var(--ub-font-size-8)}.ub-button-shape-rounded{--border-radius-m:10rem;--border-radius-s:10rem}.ub-button-shape-rectangular{--border-radius-m:0;--border-radius-s:0}.ub-button-loading{vertical-align:bottom}.ub-button-loading-wrapper{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:1.4em;-webkit-justify-content:center;justify-content:center}.ub-button-loading-wrapper>.ub-loading{opacity:.6}.ub-dot-loading{display:inline-block}.ub-checkbox{--icon-size:0.16rem;--font-size:0.12rem;--border-color:#000;--checked-border-color:#000;--gap:0.08rem;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:flex-start;justify-content:flex-start;vertical-align:text-bottom}.ub-checkbox input{display:none}.ub-checkbox .ub-checkbox-icon{-webkit-box-flex:0;-moz-box-flex:0;-moz-box-sizing:border-box;box-sizing:border-box;color:var(--border-color);-webkit-flex:none;-ms-flex:none;flex:none;font-size:var(--icon-size)}.ub-checkbox .ub-checkbox-icon>svg{display:block;height:100%;width:100%}.ub-checkbox.ub-checkbox-block{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ub-checkbox.ub-checkbox-checked .ub-checkbox-icon{color:var(--checked-border-color)}.ub-checkbox.ub-checkbox-disabled{cursor:not-allowed}.ub-checkbox.ub-checkbox-disabled .ub-checkbox-content{opacity:.4}.ub-checkbox.ub-checkbox-disabled .ub-checkbox-icon.ub-checkbox-icon{color:#b7b7b7}.ub-checkbox .ub-checkbox-custom-icon{font-size:var(--icon-size)}.ub-checkbox.ub-checkbox-indeterminate .ub-checkbox-icon{color:var(--ub-color-primary)}.ub-checkbox-content{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;font-size:var(--font-size)}[dir=ltr] .ub-checkbox-content{padding-left:var(--gap)}[dir=rtl] .ub-checkbox-content{padding-right:var(--gap)}.ubicon{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit;display:inline-block;font-style:normal;line-height:0;text-align:center;text-transform:none;vertical-align:-.125em}.ubbrand,.ublogo{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ubicon>*{line-height:1}.ubicon>.ubbrand{--brand-url:var(--ub-brand,url(https://static2.urbanic.com/images/ui/logo/logo-w.svg));background-color:currentColor;height:1em;-webkit-mask:var(--brand-url);mask:var(--brand-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;overflow:hidden;width:4.1em}.ubicon>.ublogo{--logo-url:var(--ub-logo,url(https://static.mfrcdn.com/images/ui/logo/ur.svg));background-color:currentColor;height:1em;-webkit-mask:var(--logo-url);mask:var(--logo-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;overflow:hidden;width:1em}.ubicon>.ubbrand span,.ubicon>.ublogo span{color:transparent}.ubicon>.ubbrand-legacy,.ubicon>.ublogo-legacy{height:1em;line-height:1em}.ubicon svg{display:inline-block}.ubicon:before{display:none}.ubicon .ubicon-icon{display:block}.ubicon[tabindex]{cursor:pointer}.ubicon-spin,.ubicon-spin:before{display:inline-block}[dir=ltr] .ubicon-spin,[dir=ltr] .ubicon-spin:before{-webkit-animation:loadingCircle-ltr 1s linear infinite;animation:loadingCircle-ltr 1s linear infinite}[dir=rtl] .ubicon-spin,[dir=rtl] .ubicon-spin:before{-webkit-animation:loadingCircle-rtl 1s linear infinite;animation:loadingCircle-rtl 1s linear infinite}@-webkit-keyframes loadingCircle-ltr{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loadingCircle-rtl{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes loadingCircle-ltr{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loadingCircle-rtl{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.ub-collapse-panel-header .ub-list-item-content-main{padding:.12rem 0}.ub-collapse-arrow{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .3s ease;-webkit-transition:all .3s ease}[dir=ltr] .ub-collapse-arrow-active{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[dir=rtl] .ub-collapse-arrow-active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ub-collapse-panel-content{color:var(--ub-color-weak);font-size:var(--ub-font-size-main);overflow:hidden}.ub-list{--header-font-size:var(--ub-font-size-7);--prefix-width:"auto";--prefix-padding-right:0.12rem;--align-items:center;--active-background-color:var(--ub-color-border);--border-inner:solid 1px var(--ub-color-border);--border-top:solid 1px var(--ub-color-border);--border-bottom:solid 1px var(--ub-color-border);--padding-left:0.12rem;--padding-right:0.12rem;--font-size:var(--ub-font-size-6);--extra-max-width:70%}.ub-list-header{color:var(--ub-color-weak);font-size:var(--header-font-size)}[dir=ltr] .ub-list-header{padding:.08rem var(--padding-right) .08rem var(--padding-left)}[dir=rtl] .ub-list-header{padding:.08rem var(--padding-left) .08rem var(--padding-right)}.ub-list-body{background-color:var(--ub-color-background);font-size:var(--font-size);overflow:hidden}.ub-list-body-inner{margin-top:-1px}.ub-list-default .ub-list-body{border-bottom:var(--border-bottom);border-top:var(--border-top)}.ub-list-card{margin:.12rem}.ub-list-card .ub-list-body{border-radius:.08rem}[dir=ltr] .ub-list-card .ub-list-header{padding-left:0}[dir=rtl] .ub-list-card .ub-list-header{padding-right:0}.ub-list-item{background-color:var(--ub-color-background);display:block;line-height:1.5;position:relative}[dir=ltr] .ub-list-item{padding-left:var(--padding-left)}[dir=rtl] .ub-list-item{padding-right:var(--padding-left)}.ub-list-item-description,.ub-list-item-title{color:var(--ub-color-weak);font-size:var(--ub-font-size-main)}.ub-list-item-content{-webkit-box-align:var(--align-items);-moz-box-align:var(--align-items);-ms-flex-align:var(--align-items);-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-webkit-align-items:var(--align-items);align-items:var(--align-items);border-top:var(--border-inner);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}[dir=ltr] .ub-list-item-content{padding-right:var(--padding-right)}[dir=rtl] .ub-list-item-content{padding-left:var(--padding-right)}.ub-list-item-content-prefix{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--prefix-width)}[dir=ltr] .ub-list-item-content-prefix{padding-right:var(--prefix-padding-right)}[dir=rtl] .ub-list-item-content-prefix{padding-left:var(--prefix-padding-right)}.ub-list-item-content-main{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;padding:.12rem 0}.ub-list-item-content-extra{-webkit-box-flex:0;-moz-box-flex:0;color:var(--ub-color-weak);-webkit-flex:none;-ms-flex:none;flex:none;font-size:var(--ub-font-size-7);max-width:var(--extra-max-width)}[dir=ltr] .ub-list-item-content-extra{padding-left:.12rem}[dir=rtl] .ub-list-item-content-extra{padding-right:.12rem}.ub-list-item-content-arrow{-webkit-box-flex:0;-moz-box-flex:0;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:var(--ub-color-light);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex:none;-ms-flex:none;flex:none;font-size:.19rem}[dir=ltr] .ub-list-item-content-arrow{margin-left:.04rem}[dir=rtl] .ub-list-item-content-arrow{margin-right:.04rem}.ub-list-item-disabled{cursor:not-allowed}.ub-list-item-disabled>.ub-list-item-content>*{opacity:.4;pointer-events:none}a.ub-list-item:active:not(.ub-list-item-disabled){background-color:var(--active-background-color)}a.ub-list-item:active:not(.ub-list-item-disabled):after{border-bottom:var(--border-inner);bottom:-1px;content:" ";display:block;position:absolute;width:100%}[dir=ltr] a.ub-list-item:active:not(.ub-list-item-disabled):after{left:0}[dir=rtl] a.ub-list-item:active:not(.ub-list-item-disabled):after{right:0}.ub-grid{--gap:0;--gap-horizontal:var(--gap);--gap-vertical:var(--gap);grid-gap:.1rem;grid-column-gap:var(--gap-horizontal);grid-row-gap:var(--gap-vertical);-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch;-webkit-column-gap:var(--gap-horizontal);-moz-column-gap:var(--gap-horizontal);column-gap:var(--gap-horizontal);display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));row-gap:var(--gap-vertical)}.ub-grid-item{grid-column-end:span var(--item-span)}.ub-toast-mask .ub-toast-wrap{height:100%;position:fixed;top:0;width:100%}[dir=ltr] .ub-toast-mask .ub-toast-wrap{left:0}[dir=rtl] .ub-toast-mask .ub-toast-wrap{right:0}.ub-toast-mask .ub-toast-main{background-color:rgba(0,0,0,.8);border-radius:var(--ub-radius-m);-moz-box-sizing:border-box;box-sizing:border-box;color:#fff;display:inline-block;font-size:var(--ub-font-size-4);line-height:.15rem;max-height:70%;max-width:2.95rem;min-width:.96rem;overflow:auto;pointer-events:all;position:relative;top:50%;width:auto;word-break:break-word}[dir=ltr] .ub-toast-mask .ub-toast-main{left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[dir=rtl] .ub-toast-mask .ub-toast-main{right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ub-toast-mask .ub-toast-main-loading{box-shadow:0 .04rem .08rem rgba(0,0,0,.1)}.ub-toast-mask .ub-toast-loading,.ub-toast-mask .ub-toast-main-loading{background-color:#fff;color:var(--ub-color-text)}.ub-toast-mask .ub-toast-main-text{padding:.12rem .18rem}.ub-toast-mask .ub-toast-main-icon{padding:.35rem .4rem}.ub-toast-mask .ub-toast-main-icon .ub-toast-icon{font-size:.36rem;line-height:1;margin-bottom:.08rem;text-align:center}.ub-toast-loading{--size:0.48rem;margin:0 auto}.ub-spin-loading{--color:var(--ub-color-weak);--size:0.32rem;display:inline-block;font-size:var(--size);height:var(--size);position:relative;width:var(--size)}.ub-spin-loading-box{max-width:2rem;text-align:center}.ub-spin-loading-logo-set{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative}.ub-spin-loading-logo{font-size:-webkit-calc(var(--size)/2.5);font-size:calc(var(--size)/2.5);position:absolute;top:-webkit-calc(50% - var(--size)/7);top:calc(50% - var(--size)/7)}[dir=ltr] .ub-spin-loading-logo{left:-webkit-calc(50% - var(--size)/5);left:calc(50% - var(--size)/5)}[dir=rtl] .ub-spin-loading-logo{right:-webkit-calc(50% - var(--size)/5);right:calc(50% - var(--size)/5)}.ub-spin-loading-svg{height:100%;width:100%}[dir=ltr] .ub-spin-loading-svg{-webkit-animation:adm-spin-loading-rotate .8s linear infinite;animation:adm-spin-loading-rotate .8s linear infinite}[dir=rtl] .ub-spin-loading-svg{-webkit-animation:adm-spin-loading-rotate .8s linear infinite;animation:adm-spin-loading-rotate .8s linear infinite}.ub-spin-loading-svg>.ub-spin-loading-fill{stroke:#999}.ub-spin-loading-text{color:var(--ub-color-text);font-size:.12rem}.ub-spin-loading-ur{--size:0.48rem;font-size:var(--size)}.ub-spin-loading-ur.ub-spin-loading-ur-savana{--size:1.24rem!important}.ub-spin-loading-ur.ub-spin-loading-ur-savana .ub-spin-loading-ur-box{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:1rem;-webkit-justify-content:center;justify-content:center;width:1.8rem}.ub-spin-loading-ur-box{line-height:1;max-width:2rem;text-align:center}.ub-spin-loading-ur-logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:var(--size);margin:0 auto;width:var(--size)}.ub-spin-loading-ur-svg{height:100%;width:100%}.ub-spin-loading-ur-text{color:var(--ub-color-text);font-size:.12rem}.ub-spin-loading-mask,.ub-spin-loading-ur-mask{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;position:absolute;top:0;width:100%;z-index:9999}[dir=ltr] .ub-spin-loading-mask,[dir=ltr] .ub-spin-loading-ur-mask{left:0}[dir=rtl] .ub-spin-loading-mask,[dir=rtl] .ub-spin-loading-ur-mask{right:0}.ub-spin-loading-mask .ub-spin-loading-box,.ub-spin-loading-mask .ub-spin-loading-ur-box,.ub-spin-loading-ur-mask .ub-spin-loading-box,.ub-spin-loading-ur-mask .ub-spin-loading-ur-box{background:#fff;border-radius:.1rem;border-radius:var(--ub-radius-m,.1rem);padding:.2rem}.ub-spin-loading-mask .ub-spin-loading-logo,.ub-spin-loading-mask .ub-spin-loading-ur-logo,.ub-spin-loading-ur-mask .ub-spin-loading-logo,.ub-spin-loading-ur-mask .ub-spin-loading-ur-logo{top:-webkit-calc(50% - var(--size)/7);top:calc(50% - var(--size)/7)}.ub-spin-loading-mask.ub-spin-loading-center,.ub-spin-loading-ur-mask.ub-spin-loading-ur-center{background-color:transparent}.ub-spin-loading-center .ub-spin-loading-box,.ub-spin-loading-ur-center .ub-spin-loading-ur-box{background-color:transparent!important}.ub-spin-loading-mask .ub-spin-loading-box{border-radius:.1rem}.ub-mask{--z-index:var(--ub-mask-z-index,1000);display:block;height:100%;position:fixed;top:0;width:100%;z-index:var(--z-index)}[dir=ltr] .ub-mask{left:0}[dir=rtl] .ub-mask{right:0}.ub-mask-aria-button{height:100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}[dir=ltr] .ub-mask-aria-button{left:0}[dir=rtl] .ub-mask-aria-button{right:0}.ub-mask-content{z-index:1}.ub-auto-center{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center}.ub-auto-center-content{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.ub-image{--width:var(--ub-image-width,auto);--height:var(--ub-image-height,auto);display:block;height:var(--height);overflow:hidden;position:relative;width:var(--width)}.ub-image-img,.ub-image-thumb{height:100%;width:100%}.ub-image-tip{background-color:var(--ub-color-background-weak);height:100%;min-height:.24rem;min-width:.24rem;position:relative}.ub-image-tip>svg{color:var(--ub-color-image-placeholder);height:.24rem;position:absolute;top:50%;width:.24rem}.ub-image-placeholder{color:var(--ub-color-image-placeholder)!important;font-size:.14rem;height:100%;position:absolute;top:50%;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.ub-image-placeholder>div.ubbrand{color:var(--ub-color-image-placeholder);height:100%;width:100%}.ub-image-placeholder>div.ublogo{height:100%;width:auto}.ub-image-viewer-content{height:100vh;overflow:hidden;width:var(--100vw)}.ub-image-viewer-footer{bottom:0;position:absolute;width:100%;z-index:1}.ub-image-viewer-slides{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;height:100%;position:relative;z-index:1}.ub-image-viewer-slides-inner{height:100%;white-space:nowrap}.ub-image-viewer-slide{display:inline-block;height:100%;position:relative;width:100%}.ub-image-viewer-control{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;height:100%;position:absolute;top:0;width:100%;z-index:1}[dir=ltr] .ub-image-viewer-control{left:0}[dir=rtl] .ub-image-viewer-control{right:0}.ub-image-viewer-image-wrapper{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;width:100%}.ub-image-viewer-image-wrapper img{display:block;max-height:100%;max-width:100%}.ub-image-viewer-indicator{color:var(--adm-color-border);font-size:var(--adm-font-size-6);position:absolute;top:.12rem}[dir=ltr] .ub-image-viewer-indicator{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}[dir=rtl] .ub-image-viewer-indicator{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.ub-safe-area{--multiple:var(--ub-safe-area-multiple,1);display:block;width:100%}.ub-safe-area-position-top{padding-top:calc(env(safe-area-inset-top)*var(--multiple))}.ub-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom)*var(--multiple))}.ub-infinite-scroll{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:var(--ub-color-weak);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:var(--ub-font-size-main);-webkit-justify-content:center;justify-content:center;padding:.18rem}.ub-infinite-scroll-failed-text{display:inline-block}[dir=ltr] .ub-infinite-scroll-failed-text{margin-right:.08rem}[dir=rtl] .ub-infinite-scroll-failed-text{margin-left:.08rem}.ub-infinite-scroll-nomore{color:#d4d4d4;font-size:.18rem;position:relative;text-align:center;width:2.5rem}.ub-infinite-scroll-nomore .ubicon{position:relative;z-index:2}[dir=ltr] .ub-infinite-scroll-nomore .ubicon{padding-left:.1rem;padding-right:.1rem}[dir=rtl] .ub-infinite-scroll-nomore .ubicon{padding-left:.1rem;padding-right:.1rem}.ub-infinite-scroll-nomore .ubicon>.ublogo{height:1.2em;width:4.1em}[dir=ltr] .ub-infinite-scroll-nomore:after{left:0;right:-webkit-calc(50% + .5rem);right:calc(50% + .5rem)}[dir=rtl] .ub-infinite-scroll-nomore:after{left:-webkit-calc(50% + .5rem);left:calc(50% + .5rem);right:0}[dir=ltr] .ub-infinite-scroll-nomore:before{left:-webkit-calc(50% + .5rem);left:calc(50% + .5rem);right:0}[dir=rtl] .ub-infinite-scroll-nomore:before{left:0;right:-webkit-calc(50% + .5rem);right:calc(50% + .5rem)}.ub-popup{--z-index:var(--ub-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.ub-popup-body{background-color:var(--ub-color-background);position:fixed;z-index:-webkit-calc(var(--z-index) + 10);z-index:calc(var(--z-index) + 10)}.ub-popup-body .ub-popup-close-icon{position:absolute;z-index:100}.ub-popup-body-position-bottom{bottom:0;width:100%}[dir=ltr] .ub-popup-body-position-bottom{left:0}[dir=rtl] .ub-popup-body-position-bottom{right:0}.ub-popup-body-position-bottom .ub-popup-close-icon{top:.16rem}[dir=ltr] .ub-popup-body-position-bottom .ub-popup-close-icon{right:.2rem}[dir=rtl] .ub-popup-body-position-bottom .ub-popup-close-icon{left:.2rem}.ub-popup-body-position-top{top:0;width:100%}[dir=ltr] .ub-popup-body-position-top{left:0}[dir=rtl] .ub-popup-body-position-top{right:0}.ub-popup-body-position-top .ub-popup-close-icon{bottom:.08rem}[dir=ltr] .ub-popup-body-position-top .ub-popup-close-icon{right:.08rem}[dir=rtl] .ub-popup-body-position-top .ub-popup-close-icon{left:.08rem}.ub-popup-body-position-left{height:100%;top:0}[dir=ltr] .ub-popup-body-position-left{left:0}[dir=rtl] .ub-popup-body-position-left{right:0}.ub-popup-body-position-left .ub-popup-close-icon{top:.08rem}[dir=ltr] .ub-popup-body-position-left .ub-popup-close-icon{right:.08rem}[dir=rtl] .ub-popup-body-position-left .ub-popup-close-icon{left:.08rem}.ub-popup-body-position-right{height:100%;top:0}[dir=ltr] .ub-popup-body-position-right{right:0}[dir=rtl] .ub-popup-body-position-right{left:0}.ub-popup-body-position-right .ub-popup-close-icon{top:.08rem}[dir=ltr] .ub-popup-body-position-right .ub-popup-close-icon{left:.08rem}[dir=rtl] .ub-popup-body-position-right .ub-popup-close-icon{right:.08rem}.ub-popup-close-icon{color:var(--ub-color-weak);cursor:pointer;font-size:.18rem;padding:.04rem}.ub-rate{--star-size:0.14rem;--active-color:#000;--inactive-color:var(--ub-color-border);display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ub-rate-box{position:relative}.ub-rate-star{-moz-box-sizing:border-box;box-sizing:border-box;color:var(--inactive-color);cursor:pointer;font-size:var(--star-size);line-height:var(--star-size);overflow:hidden;padding:.125em;text-align:center;transition:all .3s;-webkit-transition:all .3s}.ub-rate-star-half{position:absolute;top:0;width:50%}[dir=ltr] .ub-rate-star-half{left:0;padding-right:0}[dir=rtl] .ub-rate-star-half{padding-left:0;right:0}.ub-rate-star-active{color:var(--active-color)}.ub-rate-star-readonly{cursor:unset}@-webkit-keyframes loading-rotate-ltr{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loading-rotate-ltr{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loading-rotate-rtl{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes loading-rotate-rtl{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.ub-switch{--checked-color:var(--ub-color-primary);--height:0.2rem;--width:0.4rem;--border-width:0.02rem;-ms-flex-item-align:center;-webkit-align-self:center;align-self:center;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;position:relative;vertical-align:middle}.ub-switch input{display:none}.ub-switch-checkbox{background:var(--ub-color-border);border-radius:var(--height);-moz-box-sizing:border-box;box-sizing:border-box;height:var(--height);line-height:var(--height);min-width:var(--width);overflow:hidden;z-index:0}.ub-switch-checkbox:before{background:var(--ub-color-background);border-radius:-webkit-calc(var(--height) - var(--border-width)*2);border-radius:calc(var(--height) - var(--border-width)*2);-moz-box-sizing:border-box;box-sizing:border-box;content:" ";height:-webkit-calc(var(--height) - var(--border-width)*2);height:calc(var(--height) - var(--border-width)*2);position:absolute;top:var(--border-width);-webkit-transform:scale(1);transform:scale(1);transition:all .2s;-webkit-transition:all .2s;width:-webkit-calc(100% - var(--border-width)*2);width:calc(100% - var(--border-width)*2);z-index:1}[dir=ltr] .ub-switch-checkbox:before{left:var(--border-width)}[dir=rtl] .ub-switch-checkbox:before{right:var(--border-width)}.ub-switch-handle{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background:var(--ub-color-white);border-radius:-webkit-calc(var(--height) - var(--border-width)*2);border-radius:calc(var(--height) - var(--border-width)*2);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:-webkit-calc(var(--height) - var(--border-width)*2);height:calc(var(--height) - var(--border-width)*2);-webkit-justify-content:center;justify-content:center;position:absolute;top:var(--border-width);transition:all .2s;-webkit-transition:all .2s;width:-webkit-calc(var(--height) - var(--border-width)*2);width:calc(var(--height) - var(--border-width)*2);z-index:2}[dir=ltr] .ub-switch-handle{box-shadow:0 0 .02rem 0 rgba(0,0,0,.2),0 .02rem .115rem 0 rgba(0,0,0,.08),-1px .02rem .02rem 0 rgba(0,0,0,.1);left:var(--border-width)}[dir=rtl] .ub-switch-handle{box-shadow:0 0 .02rem 0 rgba(0,0,0,.2),0 .02rem .115rem 0 rgba(0,0,0,.08),1px .02rem .02rem 0 rgba(0,0,0,.1);right:var(--border-width)}.ub-switch-inner{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:var(--ub-color-weak);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:var(--ub-font-size-4);height:100%;-webkit-justify-content:center;justify-content:center;position:relative;transition:margin .2s;-webkit-transition:margin .2s;z-index:1}[dir=ltr] .ub-switch-inner{margin:0 .08rem 0 calc(var(--height) - var(--border-width) + .04rem)}[dir=rtl] .ub-switch-inner{margin:0 calc(var(--height) - var(--border-width) + .04rem) 0 .08rem}.ub-switch.ub-switch-checked .ub-switch-checkbox{background:var(--checked-color)}.ub-switch.ub-switch-checked .ub-switch-checkbox:before{-webkit-transform:scale(0);transform:scale(0)}[dir=ltr] .ub-switch.ub-switch-checked .ub-switch-handle{left:-webkit-calc(100% - var(--height) + var(--border-width));left:calc(100% - var(--height) + var(--border-width))}[dir=rtl] .ub-switch.ub-switch-checked .ub-switch-handle{right:-webkit-calc(100% - var(--height) + var(--border-width));right:calc(100% - var(--height) + var(--border-width))}.ub-switch.ub-switch-checked .ub-switch-inner{color:var(--ub-color-white)}[dir=ltr] .ub-switch.ub-switch-checked .ub-switch-inner{margin:0 calc(var(--height) - var(--border-width) + .05rem) 0 .1rem}[dir=rtl] .ub-switch.ub-switch-checked .ub-switch-inner{margin:0 .1rem 0 calc(var(--height) - var(--border-width) + .05rem)}.ub-switch.ub-switch-disabled{cursor:not-allowed;opacity:.4}.ub-switch-spin-icon{height:.12rem;width:.12rem}[dir=ltr] .ub-switch-spin-icon{-webkit-animation:loading-rotate-ltr 1s linear infinite;animation:loading-rotate-ltr 1s linear infinite}[dir=rtl] .ub-switch-spin-icon{-webkit-animation:loading-rotate-rtl 1s linear infinite;animation:loading-rotate-rtl 1s linear infinite}.ub-dialog{--z-index:var(--ub-dialog-z-index,1000);---z-index:var(--z-index)}.ub-dialog .ub-center-popup{--z-index:var(---z-index)}.ub-dialog-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;border-radius:0;border-radius:var(--ub-radius-m,0);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:var(--ub-font-size-6);max-height:70vh;overflow:hidden}.ub-dialog-body>*{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.ub-dialog-body>.ub-dialog-content{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto}.ub-dialog-body:not(.ub-dialog-with-image){padding:.3rem .2rem}.ub-dialog-image-container{margin-bottom:.12rem;max-height:40vh}.ub-dialog-header{margin-bottom:.08rem;padding:0 .12rem}.ub-dialog-title{font-size:var(--ub-font-size-10);font-weight:700;line-height:.21rem;margin-bottom:.2rem;padding:0 .12rem;text-align:center}.ub-dialog-content{color:var(--ub-color-text);font-size:var(--ub-font-size-4);line-height:1.4;max-height:70vh;overflow-x:hidden;overflow-y:auto;padding:0 .12rem .3rem}.ub-dialog-content-empty{height:.12rem;padding:0}.ub-dialog-footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[dir=ltr] .ub-dialog-footer{padding-left:.15rem;padding-right:.15rem}[dir=rtl] .ub-dialog-footer{padding-left:.15rem;padding-right:.15rem}.ub-dialog-footer .ub-dialog-action-row{-webkit-box-align:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.ub-dialog-footer .ub-dialog-action-row>*{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.ub-dialog-footer .ub-dialog-action-row>.ub-dialog-button-bold{font-weight:700}.ub-dialog-footer .ub-dialog-action-row+.ub-dialog-action-row{margin-top:.14rem}.ub-dialog-image-container{overflow-y:auto}.ub-center-popup{--background-color:var(
    --ub-center-popup-background-color,var(--ub-color-background)
  );--border-radius:var(--ub-radius-m,0);--max-width:var(--ub-center-popup-max-width,3.15rem);--min-width:var(--ub-center-popup-min-width,2.8rem);--z-index:var(--ub-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.ub-center-popup .ub-center-popup-mask{z-index:0}.ub-center-popup-wrap{position:fixed;top:50%;width:var(--max-width);z-index:1}[dir=ltr] .ub-center-popup-wrap{left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[dir=rtl] .ub-center-popup-wrap{right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ub-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.ub-center-popup-close{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.14rem;padding:.04rem;position:absolute;top:.06rem;z-index:100}[dir=ltr] .ub-center-popup-close{right:.06rem}[dir=rtl] .ub-center-popup-close{left:.06rem}.ub-popover{--z-index:var(--ub-popover-z-index,1030);--background:#fff;--arrow-size:0.08rem;--content-padding:0.08rem 0.12rem;color:#333;cursor:auto;position:absolute;top:0;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;white-space:normal;z-index:var(--z-index)}[dir=ltr] .ub-popover{-webkit-animation:none;animation:none;left:auto;text-align:left}[dir=rtl] .ub-popover{-webkit-animation:none;animation:none;right:auto;text-align:right}.ub-popover-dark{--background:rgba(0,0,0,.75);--ub-color-text:#fff;color:#fff}.ub-popover-dark .ub-popover-inner{box-shadow:none}.ub-popover:after{background:fade(#fff,1%);content:"";position:absolute}.ub-popover-hidden{display:none}.ub-popover-inner{background-clip:padding-box;background-color:var(--background);box-shadow:0 0 .3rem 0 rgba(51,51,51,.2);font-size:var(--ub-font-size-7);max-width:-webkit-calc(100vw - .24rem);max-width:calc(100vw - .24rem);min-width:.32rem;overflow-y:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content}.ub-popover-inner-content{padding:var(--content-padding)}.ub-popover-arrow{background:transparent;overflow:visible;width:var(--arrow-size)}.ub-popover-arrow,.ub-popover-arrow-icon{display:block;height:var(--arrow-size);position:absolute}.ub-popover-arrow-icon{top:50%;width:.15rem}[dir=ltr] .ub-popover-arrow-icon{left:50%;-webkit-transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate));transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}[dir=rtl] .ub-popover-arrow-icon{right:50%;-webkit-transform:translate(50%,-50%) rotate(var(--arrow-icon-rotate));transform:translate(50%,-50%) rotate(var(--arrow-icon-rotate))}.ub-popover .ub-popover-arrow{color:var(--background)}.ub-popover-menu{--border-color:#eee}.ub-popover-menu.ub-popover{--content-padding:0}.ub-popover-menu-list{min-width:1.2rem;overflow:hidden}.ub-popover-menu-list-inner{margin-top:-1px}.ub-popover-menu-item{-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;position:relative}[dir=ltr] .ub-popover-menu-item{padding-left:.2rem}[dir=rtl] .ub-popover-menu-item{padding-right:.2rem}.ub-popover-menu-item-icon{-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none;font-size:.2rem}[dir=ltr] .ub-popover-menu-item-icon{padding-right:.08rem}[dir=rtl] .ub-popover-menu-item-icon{padding-left:.08rem}.ub-popover-menu-item-text{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto}[dir=ltr] .ub-popover-menu-item-text{padding:.14rem .2rem .14rem 0}[dir=rtl] .ub-popover-menu-item-text{padding:.14rem 0 .14rem .2rem}.ub-popover-menu-item-disabled{cursor:not-allowed}.ub-popover-menu-item-disabled>*{opacity:.4}.ub-popover-menu-item:active:not(.ub-popover-menu-item-disabled){background-color:var(--border-color)}.ub-popover-menu-item:active:not(.ub-popover-menu-item-disabled):after{border-bottom:1px solid var(--border-color);bottom:-1px;content:" ";display:block;position:absolute;width:100%}[dir=ltr] .ub-popover-menu-item:active:not(.ub-popover-menu-item-disabled):after{left:0}[dir=rtl] .ub-popover-menu-item:active:not(.ub-popover-menu-item-disabled):after{right:0}.ub-popover.ub-popover-dark.ub-popover-menu{--border-color:#333;--background:rgba(0,0,0,.9)}.esm--btn--flrh7f6{font-size:.2rem}.esm--bg--LThTgv3{background-position:top;background-repeat:no-repeat;background-size:100%}.esm--shareContainer--NY18qjp{padding-top:.2rem}.esm--shareTitle--D7P1Aiq{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;font-size:.12rem;font-weight:500;-webkit-justify-content:space-between;justify-content:space-between;padding:.25rem .12rem 0}.esm--shareBtn--J0ogyPU,.esm--shareTitle--D7P1Aiq{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.esm--shareBtn--J0ogyPU{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-align-items:center;align-items:center;color:#666;cursor:pointer;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:.14rem;font-weight:400;-webkit-justify-content:center;justify-content:center;margin-bottom:.2rem;padding-top:.1rem;text-align:center}.esm--shareBtnIcon--nqqEemW{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:.57rem;margin-bottom:.1rem;width:.57rem}.esm--shareBtnIcon--nqqEemW .esm--channelIcon--_pRNQpQ{height:.57rem;width:.57rem}.esm--shareBtnName--CF7rzdq{color:#000;font-size:.12rem}.share-modal.custom .ub-center-popup-wrap{-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=ltr] .share-modal.custom .ub-center-popup-wrap{left:var(--left)}[dir=rtl] .share-modal.custom .ub-center-popup-wrap{right:var(--left)}.share-modal .ub-dialog-body{border-radius:.26rem;padding:.2rem .14rem;width:3.55rem}.share-modal .ub-dialog-content{padding-bottom:0}[dir=ltr] .share-modal .ub-dialog-content{padding-left:0;padding-right:0}[dir=rtl] .share-modal .ub-dialog-content{padding-left:0;padding-right:0}.share-modal .ub-center-popup-close{display:none}.esm--header--IxRvRth{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.esm--header--IxRvRth .esm--title--DUxYLKf{color:#000;font-size:.12rem;font-weight:500;line-height:1}.esm--closeBtn--TQgicyM{cursor:pointer;height:.16rem!important;width:.16rem!important}.esm--btn--flrh7f6{border-top:1px solid #f0f0f0;padding:.12rem 0}.esm--btn--flrh7f6 .esm--cancel--PiVcZOM{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:1px solid #d3d3d3;border-radius:.12rem;color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.12rem;font-weight:500;height:.42rem;-webkit-justify-content:center;justify-content:center;margin:0 .12rem;width:3.51rem}.ant-carousel{-webkit-font-feature-settings:"tnum","tnum","tnum";-moz-font-feature-settings:"tnum","tnum","tnum";font-feature-settings:"tnum","tnum","tnum";color:rgba(0,0,0,.85);font-size:.14rem;font-variant:tabular-nums;line-height:1.5715;list-style:none;margin:0;padding:0}.ant-carousel,.ant-carousel .slick-slider{-moz-box-sizing:border-box;box-sizing:border-box}.ant-carousel .slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;display:block;position:relative;-ms-touch-action:pan-y;touch-action:pan-y}.ant-carousel .slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.ant-carousel .slick-list:focus{outline:none}.ant-carousel .slick-list.dragging{cursor:pointer}.ant-carousel .slick-list .slick-slide{pointer-events:none}.ant-carousel .slick-list .slick-slide input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide input.ant-radio-input{visibility:hidden}.ant-carousel .slick-list .slick-slide.slick-active{pointer-events:auto}.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input,.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input{visibility:visible}.ant-carousel .slick-list .slick-slide>div>div{vertical-align:bottom}.ant-carousel .slick-slider .slick-list,.ant-carousel .slick-slider .slick-track{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-transform:translateZ(0);transform:translateZ(0)}.ant-carousel .slick-track{display:block;left:0;position:relative;top:0}.ant-carousel .slick-track:after,.ant-carousel .slick-track:before{content:"";display:table}.ant-carousel .slick-track:after{clear:both}.slick-loading .ant-carousel .slick-track{visibility:hidden}.ant-carousel .slick-slide{display:none;float:left;height:100%;min-height:1px}.ant-carousel .slick-slide img{display:block}.ant-carousel .slick-slide.slick-loading img{display:none}.ant-carousel .slick-slide.dragging img{pointer-events:none}.ant-carousel .slick-initialized .slick-slide{display:block}.ant-carousel .slick-loading .slick-slide{visibility:hidden}.ant-carousel .slick-vertical .slick-slide{display:block;height:auto}.ant-carousel .slick-arrow.slick-hidden{display:none}.ant-carousel .slick-next,.ant-carousel .slick-prev{background:transparent;border:0;color:transparent;cursor:pointer;display:block;font-size:0;height:.2rem;line-height:0;margin-top:-.1rem;outline:none;padding:0;position:absolute;top:50%;width:.2rem}.ant-carousel .slick-next:focus,.ant-carousel .slick-next:hover,.ant-carousel .slick-prev:focus,.ant-carousel .slick-prev:hover{background:transparent;color:transparent;outline:none}.ant-carousel .slick-next:focus:before,.ant-carousel .slick-next:hover:before,.ant-carousel .slick-prev:focus:before,.ant-carousel .slick-prev:hover:before{opacity:1}.ant-carousel .slick-next.slick-disabled:before,.ant-carousel .slick-prev.slick-disabled:before{opacity:.25}.ant-carousel .slick-prev{left:-.25rem}.ant-carousel .slick-prev:before{content:"←"}.ant-carousel .slick-next{right:-.25rem}.ant-carousel .slick-next:before{content:"→"}.ant-carousel .slick-dots{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;bottom:0;display:-webkit-box!important;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-justify-content:center;justify-content:center;left:0;list-style:none;margin-bottom:0;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.ant-carousel .slick-dots-bottom{bottom:.12rem}.ant-carousel .slick-dots-top{bottom:auto;top:.12rem}.ant-carousel .slick-dots li{-webkit-box-flex:0;-moz-box-flex:0;-moz-box-sizing:content-box;box-sizing:content-box;display:inline-block;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 .04rem;text-align:center;text-indent:-9.99rem;vertical-align:top;width:.16rem}.ant-carousel .slick-dots li,.ant-carousel .slick-dots li button{height:.03rem;padding:0;position:relative;-webkit-transition:all .5s;transition:all .5s}.ant-carousel .slick-dots li button{background:#fff;border:0;border-radius:1px;color:transparent;cursor:pointer;display:block;font-size:0;opacity:.3;outline:none;width:100%}.ant-carousel .slick-dots li button:focus,.ant-carousel .slick-dots li button:hover{opacity:.75}.ant-carousel .slick-dots li button:after{bottom:-.04rem;content:"";left:-.04rem;position:absolute;right:-.04rem;top:-.04rem}.ant-carousel .slick-dots li.slick-active{width:.24rem}.ant-carousel .slick-dots li.slick-active button{background:#fff;opacity:1}.ant-carousel .slick-dots li.slick-active:focus,.ant-carousel .slick-dots li.slick-active:hover{opacity:1}.ant-carousel-vertical .slick-dots{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;bottom:auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto;margin:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:.03rem}.ant-carousel-vertical .slick-dots-left{left:.12rem;right:auto}.ant-carousel-vertical .slick-dots-right{left:auto;right:.12rem}.ant-carousel-vertical .slick-dots li{height:.16rem;margin:.04rem 0;vertical-align:baseline;width:.03rem}.ant-carousel-vertical .slick-dots li button{height:.16rem;width:.03rem}.ant-carousel-vertical .slick-dots li.slick-active,.ant-carousel-vertical .slick-dots li.slick-active button{height:.24rem;width:.03rem}.ant-carousel-rtl{direction:rtl}.ant-carousel-rtl .ant-carousel .slick-track{left:auto;right:0}.ant-carousel-rtl .ant-carousel .slick-prev{left:auto;right:-.25rem}.ant-carousel-rtl .ant-carousel .slick-prev:before{content:"→"}.ant-carousel-rtl .ant-carousel .slick-next{left:-.25rem;right:auto}.ant-carousel-rtl .ant-carousel .slick-next:before{content:"←"}.ant-carousel-rtl.ant-carousel .slick-dots{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ant-carousel-rtl.ant-carousel-vertical .slick-dots{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.SwiperDots--dots--KTrW7dW{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:.24rem;padding:0 .18rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.SwiperDots--dots--KTrW7dW.SwiperDots--zoom--USEERaq{background-color:rgba(0,0,0,.2);border-radius:.12rem}.SwiperDots--dots--KTrW7dW .SwiperDots--dot--cQxdAVJ{background-color:#fff;border-radius:100%;cursor:pointer!important;height:.1rem;margin:0 .06rem;opacity:.5;width:.1rem}.SwiperDots--dots--KTrW7dW .SwiperDots--dot--cQxdAVJ.SwiperDots--active--XBamRSK{opacity:1}.SwiperDots--dots--KTrW7dW .SwiperDots--dot--cQxdAVJ.SwiperDots--video--DEU31IZ{background-color:transparent;background-image:url(https://static2.urbanic.com/up/image/qrhzmyeub3hfnu7eetq91ns9-play.png);background-size:.15rem .15rem;height:.15rem;width:.15rem}.SwiperDots--dots--KTrW7dW .SwiperDots--dot--cQxdAVJ.SwiperDots--material--a4njUft{background-color:transparent;background-image:url(https://static2.urbanic.com/images/v/a3409eb804466f4e20c369d4f60aca55.png);background-size:.15rem .15rem;height:.15rem;width:.15rem}.Images--container--zYgxBfS .ant-carousel{position:relative;z-index:2}.Images--container--zYgxBfS .ant-carousel .slick-dots-bottom{bottom:.06rem}.Images--container--zYgxBfS .ant-carousel .slick-dots{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.Images--container--zYgxBfS .ant-carousel.ant-carousel-rtl .slick-dots,.Images--container--zYgxBfS .ant-carousel .slick-dots{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.Images--container--zYgxBfS .Images--sliderContainer--FMYURZc{background-color:#efefec;position:relative}.Images--container--zYgxBfS .Images--sliderContainer--FMYURZc:after{background-image:url(https://static.mfrcdn.com/assets/test/rwd-detail-lite/8.5.0/savana/iq/assets/9a5bc052abd2d7bc18db.png);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:1.38rem;position:absolute;top:1.15rem;width:.22rem;z-index:1}[dir=ltr] .Images--container--zYgxBfS .Images--sliderContainer--FMYURZc:after{right:.33rem}[dir=rtl] .Images--container--zYgxBfS .Images--sliderContainer--FMYURZc:after{left:.33rem}.Images--container--zYgxBfS .Images--sliderContainer--FMYURZc.Images--x--ptg8Nkj:after{background-image:url(https://static.mfrcdn.com/assets/test/rwd-detail-lite/8.5.0/savana/iq/assets/380e3649b999ae7dd472.png)}.Images--container--zYgxBfS .Images--sliderContainer--FMYURZc.Images--newDetailSliderContainer--u4jUT5r:after{background-image:var(--main-pic-right-swipe-pic);height:1.526rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:.8rem}[dir=ltr] .Images--container--zYgxBfS .Images--sliderContainer--FMYURZc.Images--newDetailSliderContainer--u4jUT5r:after{right:.1rem}[dir=rtl] .Images--container--zYgxBfS .Images--sliderContainer--FMYURZc.Images--newDetailSliderContainer--u4jUT5r:after{left:.1rem}.Images--container--zYgxBfS .Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS{background-color:#fff;height:3.65rem;width:2.75rem}[dir=ltr] .Images--container--zYgxBfS .Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS{padding-right:.03rem}[dir=rtl] .Images--container--zYgxBfS .Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS{padding-left:.03rem}.Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:5rem;position:relative;width:3.75rem}.Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS .Images--image--u9O8K9u{background-image:var(--background-image);background-size:cover!important;height:100%;width:100%}.Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS .ub-image-tip{background-image:var(--background-image);background-size:cover}.Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS .ub-image-placeholder{display:var(--show-placeholder)}.Images--sliderContainer--FMYURZc .Images--picArea--ISEUYHS img{height:100%!important;object-fit:cover!important;width:100%!important}.Player--adaptiveContainer--pT9pcl4{width:100%}.Player--container--nhxpPP3{--player-button-left:0.2rem;--hotspot-height:0.78rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Player--video--IQGeSmJ{display:block;object-fit:cover;width:100%}.Player--responsive--uAhA3cx{position:relative;width:100%}.Player--responsive--uAhA3cx .Player--video--IQGeSmJ,.Poster--poster--cBnpaP3{height:100%;position:absolute;width:100%}.Poster--poster--cBnpaP3{bottom:0;top:0}[dir=ltr] .Poster--poster--cBnpaP3{left:0;right:0}[dir=rtl] .Poster--poster--cBnpaP3{left:0;right:0}.Poster--poster--cBnpaP3 .Poster--image--Z7c3PLV,.Poster--poster--cBnpaP3 .ub-image{height:100%;width:100%}.LoadingSpinner--loadingSpinner--EbwghNw{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Controls--hotspot--tOAO1S0{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-moz-box-pack:end;-ms-flex-pack:end;-webkit-align-items:center;align-items:center;bottom:0;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:.78rem;height:var(--hotspot-height,.78rem);-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:.14rem;position:absolute}[dir=ltr] .Controls--hotspot--tOAO1S0{padding-left:.3rem;padding-right:.3rem;right:0}[dir=rtl] .Controls--hotspot--tOAO1S0{left:0;padding-left:.3rem;padding-right:.3rem}.PlayerButton--playerButton--kMEnuNo,.VolumeButton--volumeButton--Xm_xK8u{border-radius:50%;cursor:pointer;overflow:hidden}.PlayerButton--playerButton--kMEnuNo{font-size:.48rem;position:absolute}.PlayerButton--center--zyesFrG{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;top:-webkit-calc(50% - .24rem);top:calc(50% - .24rem)}[dir=ltr] .PlayerButton--center--zyesFrG{left:-webkit-calc(50% - .24rem);left:calc(50% - .24rem)}[dir=rtl] .PlayerButton--center--zyesFrG{right:-webkit-calc(50% - .24rem);right:calc(50% - .24rem)}.PlayerButton--bottomLeft--_gbOpzw{bottom:.12rem}[dir=ltr] .PlayerButton--bottomLeft--_gbOpzw{left:.2rem;left:var(--player-button-left,.2rem)}[dir=rtl] .PlayerButton--bottomLeft--_gbOpzw{right:.2rem;right:var(--player-button-left,.2rem)}.PlayerButton--inControl--shnz7Og{font-size:.18rem;position:relative}.ProgressBar--container--LNJcj4K{bottom:0;position:absolute;width:100%}[dir=ltr] .ProgressBar--container--LNJcj4K{left:0}[dir=rtl] .ProgressBar--container--LNJcj4K{right:0}.ProgressBar--container--LNJcj4K .ProgressBar--progress--QyTlZgR{background-color:#c7c7c7;height:.02rem}.Banner--wrapper--gvv5zq5{height:.74rem;transition:all .7s;-webkit-transition:all .7s}.Banner--smallWrapper--ZFn9FNF{height:.54rem}.Banner--banner--kHrJkT5{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;background-color:#ffb623;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:.74rem;-webkit-justify-content:space-between;justify-content:space-between;padding:.12rem;position:fixed;top:0;transition:all .7s;-webkit-transition:all .7s;width:100%;z-index:2001}.Banner--smallBanner--O31DmCS{height:.54rem;padding:.12rem}.Banner--newOverlay--KRY4iWX{background-color:#fff;box-shadow:0 1px 1px 0 rgba(130,109,81,.1)}[dir=ltr] .Banner--newOverlay--KRY4iWX{padding-left:.12rem}[dir=rtl] .Banner--newOverlay--KRY4iWX{padding-right:.12rem}.Banner--smallContent--C4EhpiT{color:#000;font-size:.12rem;font-style:normal;font-weight:500;line-height:normal}.Banner--closeIcon--mwT388u{display:inline-block}[dir=ltr] .Banner--closeIcon--mwT388u{margin-right:.08rem}[dir=rtl] .Banner--closeIcon--mwT388u{margin-left:.08rem}.Banner--logo--vZfAOB8{border-radius:.1rem;box-shadow:0 .02rem .05rem 0 rgba(48,8,5,.35);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out}[dir=ltr] .Banner--logo--vZfAOB8{margin-right:.1rem}[dir=rtl] .Banner--logo--vZfAOB8{margin-left:.1rem}.Banner--logo--vZfAOB8 img{height:.5rem;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;width:.5rem}.Banner--smallLogo--kvgNcnz{opacity:0;overflow:hidden;-webkit-transform:scale(0);transform:scale(0);width:0}[dir=ltr] .Banner--smallLogo--kvgNcnz{margin-right:0}[dir=rtl] .Banner--smallLogo--kvgNcnz{margin-left:0}.Banner--newLogo--QrYQ6_h{box-shadow:none}.Banner--content--Oq4TfsA{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz{line-height:.14rem}[dir=ltr] .Banner--content--Oq4TfsA .Banner--info--hGdm5Uz{margin-right:.1rem}[dir=rtl] .Banner--content--Oq4TfsA .Banner--info--hGdm5Uz{margin-left:.1rem}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--main--vD_LegI{-webkit-box-align:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;-webkit-align-items:baseline;align-items:baseline;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.1rem;font-weight:600;margin-bottom:.05rem;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;white-space:nowrap}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--smallMain--ZdnjgOe{height:0;margin-bottom:0;opacity:0;overflow:hidden;-webkit-transform:scale(0);transform:scale(0)}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--desc--r9V1cwM{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-size:.1rem;line-height:.13rem;overflow:hidden;text-overflow:ellipsis;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;white-space:pre-line}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--smallDesc--y9ApSRM{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-size:.12rem;line-height:.16rem}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--star--kbHyZmf{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.11rem;margin-top:.05rem;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--star--kbHyZmf .Banner--icon--wqMLPdQ{height:.1rem;margin-bottom:.02rem;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;width:.66rem}[dir=ltr] .Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--star--kbHyZmf .Banner--icon--wqMLPdQ{margin-right:.04rem}[dir=rtl] .Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--star--kbHyZmf .Banner--icon--wqMLPdQ{margin-left:.04rem}.Banner--content--Oq4TfsA .Banner--info--hGdm5Uz .Banner--smallStar--OWnzXyq{height:0;margin-top:0;opacity:0;overflow:hidden;-webkit-transform:scale(0);transform:scale(0)}.Banner--action--ycOW5AK{height:100%;position:relative}.Banner--action--ycOW5AK,.Banner--button--_u4Y4J3{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Banner--button--_u4Y4J3{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;background-color:#000;border-radius:.06rem!important;border-radius:.04rem;color:#fff;font-size:.12rem;font-weight:600;height:.3rem;-webkit-justify-content:center;justify-content:center;line-height:.22rem;padding:0 .16rem;text-align:center;white-space:nowrap}.Banner--close--O6ZKN3q{position:absolute;top:-.03rem}[dir=ltr] .Banner--close--O6ZKN3q{right:0}[dir=rtl] .Banner--close--O6ZKN3q{left:0}.Banner--close--O6ZKN3q img{height:.1rem;width:.1rem}.overlay-banner-hidden{-webkit-transform:translateY(-.74rem);transform:translateY(-.74rem)}.overlay-banner-wrapper-hidden{height:0}.Banner--urbanic--Zkufs8j .Banner--banner--kHrJkT5{background-color:#ffb2ac}.Banner--urbanic--Zkufs8j .Banner--button--_u4Y4J3{background-color:#69113d}.GuideDownloadPopup--mask--MkZtvMp{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;-webkit-backdrop-filter:blur(.02rem);backdrop-filter:blur(.02rem);background-color:rgba(0,0,0,.65);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;position:fixed;top:0;width:100%;z-index:10000}[dir=ltr] .GuideDownloadPopup--mask--MkZtvMp{left:0}[dir=rtl] .GuideDownloadPopup--mask--MkZtvMp{right:0}.GuideDownloadPopup--content--aff_SBc{font-size:.24rem;margin:auto;position:relative;width:100%}.GuideDownloadPopup--content--aff_SBc .GuideDownloadPopup--closeBtn--kwYClEV{color:#fff;font-size:.24rem;line-height:1;padding:.12rem;position:absolute;top:.31rem;z-index:100}[dir=ltr] .GuideDownloadPopup--content--aff_SBc .GuideDownloadPopup--closeBtn--kwYClEV{right:.23rem}[dir=rtl] .GuideDownloadPopup--content--aff_SBc .GuideDownloadPopup--closeBtn--kwYClEV{left:.23rem}.GuideDownloadPopup--content--aff_SBc .GuideDownloadPopup--coupon--yHiCNsV{height:100%;width:100%}.GuideDownloadPopup--image--WuUXWPo{display:block;height:var(--100vh);width:100%}.GuideDownloadPopup--lottie--K9NRnZi{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .GuideDownloadPopup--lottie--K9NRnZi{left:0}[dir=rtl] .GuideDownloadPopup--lottie--K9NRnZi{right:0}.OperationPush--popup--QrqZgRx{z-index:10000!important}.OperationPush--operationPushPics--FlQvig7{position:fixed;top:-100%;transition:top .8s ease-in-out;-webkit-transition:top .8s ease-in-out;width:3.51rem;z-index:10000}[dir=ltr] .OperationPush--operationPushPics--FlQvig7{left:.12rem}[dir=rtl] .OperationPush--operationPushPics--FlQvig7{right:.12rem}.OperationPush--showOperationPushPics--K04JhlW{top:.08rem}.OperationPush--operationPushPicsClose--Ym2dkre{height:.16rem;position:absolute;top:0;width:.16rem;z-index:2}[dir=ltr] .OperationPush--operationPushPicsClose--Ym2dkre{right:0}[dir=rtl] .OperationPush--operationPushPicsClose--Ym2dkre{left:0}.OperationPush--operationPopup--fUimtf4{border-radius:.12rem .12rem 0 0}.OperationPush--operationPopup--fUimtf4 .ub-popup-close-icon{position:fixed;top:.12rem}[dir=ltr] .OperationPush--operationPopup--fUimtf4 .ub-popup-close-icon{right:.12rem}[dir=rtl] .OperationPush--operationPopup--fUimtf4 .ub-popup-close-icon{left:.12rem}.OperationPush--operationModule--CZPplxW{border-radius:.12rem .12rem 0 0;max-height:85vh;overflow-y:auto}.OperationPush--imageWrapper--f3M35OM{position:relative;width:100%;z-index:2}.OperationPush--imageWrapper--f3M35OM .OperationPush--image--nHvWZmc{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .OperationPush--imageWrapper--f3M35OM .OperationPush--image--nHvWZmc{left:0}[dir=rtl] .OperationPush--imageWrapper--f3M35OM .OperationPush--image--nHvWZmc{right:0}.GuideEntry--entry--cGLN42J{bottom:1.72rem;position:fixed;z-index:100}[dir=ltr] .GuideEntry--entry--cGLN42J{right:.12rem;text-align:right}[dir=rtl] .GuideEntry--entry--cGLN42J{left:.12rem;text-align:left}.GuideEntry--entry--cGLN42J .GuideEntry--icon--CrnjUsB{width:.6rem}.GuideEntry--entry--cGLN42J .GuideEntry--closeBtn--mdFnlJV{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#fff;background:#fff;border-radius:.09rem;box-shadow:0 .02rem .04rem 0 rgba(0,0,0,.1);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.1rem;height:.18rem;-webkit-justify-content:center;justify-content:center;margin-bottom:.06rem;position:absolute;top:-.27rem;width:.18rem}[dir=ltr] .GuideEntry--entry--cGLN42J .GuideEntry--closeBtn--mdFnlJV{right:0}[dir=rtl] .GuideEntry--entry--cGLN42J .GuideEntry--closeBtn--mdFnlJV{left:0}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--newContainer--Pw097Cw.DeliveryInfo--m--p9BZMrK{margin-top:0}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--newContainer--Pw097Cw.DeliveryInfo--m--p9BZMrK .DeliveryInfo--pinCodeError--s8UmpWC,.DeliveryInfo--container--MFrOY5_.DeliveryInfo--newContainer--Pw097Cw.DeliveryInfo--m--p9BZMrK .DeliveryInfo--pinCodeInputErr--Gik7v0x{color:#f13030}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--m--p9BZMrK{margin-top:.2rem;padding:0 .12rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--m--p9BZMrK .DeliveryInfo--title--TnQPjes{font-size:.12rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--m--p9BZMrK .DeliveryInfo--pinCodeArea--orem45V{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--m--p9BZMrK .DeliveryInfo--pinCodeCheck--t8EdE4n,.DeliveryInfo--container--MFrOY5_.DeliveryInfo--m--p9BZMrK .DeliveryInfo--pinCodeInput--YuacoSP{font-size:.12rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--m--p9BZMrK .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--contentRow--CbtdZde{margin:0 0 .12rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--pc--QEeN9KQ{margin-top:.6rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--pc--QEeN9KQ .DeliveryInfo--title--TnQPjes{font-size:.13rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--pc--QEeN9KQ .DeliveryInfo--pinCodeArea--orem45V{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--pc--QEeN9KQ .DeliveryInfo--pinCodeInput--YuacoSP{font-size:.13rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--pc--QEeN9KQ .DeliveryInfo--pinCodeCheck--t8EdE4n{font-size:.13rem;height:.46rem}.DeliveryInfo--container--MFrOY5_.DeliveryInfo--pc--QEeN9KQ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--contentRow--CbtdZde{margin:0 0 .2rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--titleBar--J1_8OhK{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 0 .13rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--titleBar--J1_8OhK .DeliveryInfo--link--cF33njE{color:#999;font-size:.14rem}[dir=ltr] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--titleBar--J1_8OhK .DeliveryInfo--link--cF33njE{margin-left:.06rem}[dir=rtl] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--titleBar--J1_8OhK .DeliveryInfo--link--cF33njE{margin-right:.06rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--title--TnQPjes{font-weight:500;line-height:.15rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP{-webkit-box-flex:1;-moz-box-flex:1;border:1px solid #d3d3d3;color:#000;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:500;outline:none}[dir=ltr] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP{border-radius:.1rem 0 0 .1rem;border-right:none;padding:0 0 0 .13rem}[dir=rtl] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP{border-left:none;border-radius:0 .1rem .1rem 0;padding:0 .13rem 0 0}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP::-webkit-input-placeholder{color:#999}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP::-moz-placeholder{color:#999}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP:-ms-input-placeholder{color:#999}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP::-ms-input-placeholder{color:#999}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeInput--YuacoSP::placeholder{color:#999}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeCheck--t8EdE4n{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#000;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-weight:500;height:.42rem;-webkit-justify-content:center;justify-content:center;padding:0 .26rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[dir=ltr] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeCheck--t8EdE4n{border-radius:0 .1rem .1rem 0}[dir=rtl] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeCheck--t8EdE4n{border-radius:.1rem 0 0 .1rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--pinCodeError--s8UmpWC{font-size:.12rem;margin:.12rem 0 0}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m{margin:.12rem 0 0}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--contentRow--CbtdZde{color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.12rem;line-height:.15rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingTopIcon--ieteX2D{-ms-flex-negative:0;-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;-webkit-flex-shrink:0;flex-shrink:0;height:.18rem;width:.18rem}[dir=ltr] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingTopIcon--ieteX2D{margin-right:.1rem}[dir=rtl] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingTopIcon--ieteX2D{margin-left:.1rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingText--ucBLdDX{line-height:.2rem;word-break:break-word}[dir=ltr] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingText--ucBLdDX{margin-right:.06rem}[dir=rtl] .DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingText--ucBLdDX{margin-left:.06rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingIcon--uzTklbZ{-ms-flex-negative:0;-ms-flex-item-align:end;-webkit-align-self:flex-end;align-self:flex-end;-webkit-flex-shrink:0;flex-shrink:0;height:.19rem}.DeliveryInfo--container--MFrOY5_ .DeliveryInfo--shippingInfo--h1_Hn8m .DeliveryInfo--shippingIcon--uzTklbZ img{width:auto}.CommentOverview--container--lMcTe2w{padding:0 .12rem}.CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--left--Qa9dIn5{font-size:.14rem;font-weight:500}.CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--score--YjGvlOy{font-size:.11rem}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--score--YjGvlOy{margin-left:.1rem}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--score--YjGvlOy{margin-right:.1rem}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--score--YjGvlOy.CommentOverview--closer--txmjHhU{margin-left:.06rem}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--score--YjGvlOy.CommentOverview--closer--txmjHhU{margin-right:.06rem}.CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--arrowRight--I1kdHlv{font-size:.1rem}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--arrowRight--I1kdHlv{margin-left:.06rem}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--header--sUrcbpk .CommentOverview--right--H_pwvkn .CommentOverview--arrowRight--I1kdHlv{margin-right:.06rem}.CommentOverview--container--lMcTe2w .CommentOverview--imageList--kcCLWRD{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:.1rem 0 0;overflow-x:auto;width:3.63rem}.CommentOverview--container--lMcTe2w .CommentOverview--imageList--kcCLWRD::-webkit-scrollbar{display:none}.CommentOverview--container--lMcTe2w .CommentOverview--imageList--kcCLWRD .CommentOverview--commentImageWrap--XCOITW8{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--imageList--kcCLWRD .CommentOverview--commentImageWrap--XCOITW8{margin-right:.04rem}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--imageList--kcCLWRD .CommentOverview--commentImageWrap--XCOITW8{margin-left:.04rem}.CommentOverview--container--lMcTe2w .CommentOverview--imageListNew--ckWy8Pl{overflow-x:hidden}.CommentOverview--container--lMcTe2w .CommentOverview--commentImage--E3mYnXj{height:.8rem;width:.8rem}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz{-ms-overflow-style:none;border-radius:.12rem;display:block;margin:.13rem 0 0;overflow-x:auto;scrollbar-width:none}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz::-webkit-scrollbar{display:none}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz.CommentOverview--horizontal--DmwSAFn{-ms-overflow-style:none;border:none;border-radius:0;overflow-x:auto;scrollbar-width:none;width:3.53rem}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz.CommentOverview--horizontal--DmwSAFn::-webkit-scrollbar{display:none}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow-x:auto;padding:0;width:var(--100vw)}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU{margin-left:-.12rem;padding:0 0 0 .12rem}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU{margin-right:-.12rem;padding:0 .12rem 0 0}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9{-webkit-box-flex:0;-moz-box-flex:0;-ms-flex-negative:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-flex-shrink:0;flex-shrink:0;width:3.11rem}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9{margin-right:.1rem}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9{margin-left:.1rem}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9.CommentOverview--singleCard--IHmW1Ww{width:3.51rem}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9.CommentOverview--singleCard--IHmW1Ww{margin-right:0}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9.CommentOverview--singleCard--IHmW1Ww{margin-left:0}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9.CommentOverview--borderBottom--e0Is2gZ{border-bottom:1px solid #f0f0f0}[dir=ltr] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9.CommentOverview--lastCard--_nrgccL{margin-right:.14rem}[dir=rtl] .CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--commentList--uB8XdSU .CommentOverview--commentCard--wfTx1M9.CommentOverview--lastCard--_nrgccL{margin-left:.14rem}.CommentOverview--container--lMcTe2w .CommentOverview--detailList--wJI6rOz .CommentOverview--knowMore--dkLJp96{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;border-top:1px solid #f0f0f0;color:#999;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.11rem;height:.36rem;-webkit-justify-content:center;justify-content:center}.CommentOverview--container--lMcTe2w .CommentOverview--detailListNew--ZbxlJ0B,.CommentOverview--container--lMcTe2w .CommentOverview--detailListNew--ZbxlJ0B .CommentOverview--commentList--uB8XdSU{overflow-x:hidden}.CommentOverview--imageViewer--znWsMaK{z-index:10000}.CommentOverview--imageViewer--znWsMaK .ub-image-viewer-indicator{background:hsla(0,0%,100%,.5);border-radius:.04rem;padding:.04rem .08rem;top:.99rem;-webkit-transform:none;transform:none}[dir=ltr] .CommentOverview--imageViewer--znWsMaK .ub-image-viewer-indicator{left:unset;right:.12rem}[dir=rtl] .CommentOverview--imageViewer--znWsMaK .ub-image-viewer-indicator{left:.12rem;right:unset}.CommentOverview--imageViewer--znWsMaK .ub-image-viewer-footer{position:fixed}.CommentOverview--imageViewer--znWsMaK .CommentOverview--closeIcon--mPfYVDQ{color:#fff;font-size:.18rem;position:absolute;top:.57rem;z-index:2}[dir=ltr] .CommentOverview--imageViewer--znWsMaK .CommentOverview--closeIcon--mPfYVDQ{right:.12rem}[dir=rtl] .CommentOverview--imageViewer--znWsMaK .CommentOverview--closeIcon--mPfYVDQ{left:.12rem}.CommentOverview--bodyContent--JQudX6T{height:.48rem}.ub-image-viewer-indicator{z-index:2}.CommentOverview--imageViewerHeader--cMUwGsE{background:-webkit-linear-gradient(top,#000,transparent);background:linear-gradient(180deg,#000,transparent);height:1.65rem;position:absolute;top:0;width:100%;z-index:2}.CommentOverview--reviewComment--DLqz0Qr{background:-webkit-linear-gradient(bottom,#000,transparent);background:linear-gradient(0deg,#000,transparent);color:#fff;font-size:.12rem;padding:.2rem .16rem .24rem}.CommentOverview--reviewComment--DLqz0Qr .CommentOverview--secondRow--qbjjSQw{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.11rem;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:.12rem;margin-top:.04rem}[dir=ltr] .CommentOverview--reviewComment--DLqz0Qr .CommentOverview--secondRow--qbjjSQw .CommentOverview--date--lRZfuPI{margin-left:.1rem}[dir=rtl] .CommentOverview--reviewComment--DLqz0Qr .CommentOverview--secondRow--qbjjSQw .CommentOverview--date--lRZfuPI{margin-right:.1rem}.CommentOverview--reviewComment--DLqz0Qr .CommentOverview--secondRow--qbjjSQw .CommentOverview--star--XvK64YT{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}[dir=ltr] .CommentOverview--reviewComment--DLqz0Qr .CommentOverview--secondRow--qbjjSQw .CommentOverview--star--XvK64YT .CommentOverview--score--YjGvlOy{margin-left:.1rem}[dir=rtl] .CommentOverview--reviewComment--DLqz0Qr .CommentOverview--secondRow--qbjjSQw .CommentOverview--star--XvK64YT .CommentOverview--score--YjGvlOy{margin-right:.1rem}.CommentOverview--reviewComment--DLqz0Qr .CommentOverview--reviewCommentUser--wd8JoE0{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.1rem;-webkit-justify-content:space-between;justify-content:space-between;margin-top:.09rem}.CommentOverview--reviews--vuOn8G7{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;border-radius:.12rem .12rem 0 0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:.42rem .16rem 0}.CommentOverview--reviews--vuOn8G7 .CommentOverview--subTitle--d2Cy0mD{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.12rem;-webkit-justify-content:space-between;justify-content:space-between;margin:.12rem 0 .2rem}.CommentOverview--reviews--vuOn8G7 .CommentOverview--reviewsTabs--e5XPIPs{grid-gap:.12rem;color:#b3b3b3;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:.12rem}.CommentOverview--reviews--vuOn8G7 .CommentOverview--reviewsTabs--e5XPIPs .CommentOverview--selected--XygEA2a{color:#000;font-weight:700}.CommentOverview--reviews--vuOn8G7 .ub-popup-close-icon{line-height:1;top:.08rem}[dir=ltr] .CommentOverview--reviews--vuOn8G7 .ub-popup-close-icon{right:.08rem}[dir=rtl] .CommentOverview--reviews--vuOn8G7 .ub-popup-close-icon{left:.08rem}.CommentOverview--reviews--vuOn8G7 .CommentOverview--title--SaDgHl3{font-size:.18rem;font-weight:600;line-height:.22rem}[dir=ltr] .CommentOverview--filterPopover--NsHzUYb{margin-left:.16rem}[dir=rtl] .CommentOverview--filterPopover--NsHzUYb{margin-right:.16rem}.CommentOverview--filterPopover--NsHzUYb .CommentOverview--filterPopoverIcon--qGoEWOY{transition:all .3s;-webkit-transition:all .3s}.CommentOverview--filterPopover--NsHzUYb .ub-popover-inner-content{border:1px solid #000;border-radius:.08rem;max-height:2.38rem;overflow-y:auto;padding:.16rem .16rem 0}.CommentOverview--filterPopover--NsHzUYb .ub-popover-inner-content .ub-checkbox{font-size:.12rem;font-weight:700;line-height:1;margin-bottom:.16rem}.CommentOverview--filterPopoverShow--Mewpdbs{font-weight:600}[dir=ltr] .CommentOverview--filterPopoverShow--Mewpdbs .CommentOverview--filterPopoverIcon--qGoEWOY{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .CommentOverview--filterPopoverShow--Mewpdbs .CommentOverview--filterPopoverIcon--qGoEWOY{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.CommentOverview--allReviews--ebCQ4iT{border:1px solid #000;font-size:.14rem;font-weight:700;margin-top:.16rem}.CommentOverview--checkbox--pym9Zsf .ub-checkbox-icon{border-radius:.04rem;height:.18rem;overflow:hidden;width:.18rem}.CommentOverview--commentTrans--cx0leeZ{text-decoration-offset:0;-webkit-text-decoration-skip:ink;background:transparent;color:#937b4d;font-size:.1rem;font-weight:400;letter-spacing:0;line-height:.16rem;margin-top:.06rem;text-decoration:underline;text-decoration-skip-ink:auto;-webkit-text-decoration-style:solid;-moz-text-decoration-style:solid;text-decoration-style:solid;text-decoration-thickness:0}[dir=ltr] .CommentOverview--commentTrans--cx0leeZ{text-align:right}[dir=rtl] .CommentOverview--commentTrans--cx0leeZ{text-align:left}.CommentOverview--reviewList--bUPTkJ9{overflow-y:auto;padding:0 .16rem;width:-webkit-calc(100% + .32rem);width:calc(100% + .32rem)}[dir=ltr] .CommentOverview--reviewList--bUPTkJ9{margin-left:-.16rem}[dir=rtl] .CommentOverview--reviewList--bUPTkJ9{margin-right:-.16rem}.CommentOverview--similarReviews--dDLSRW_{border-top:1px solid #f0f0f0;font-size:.14rem;font-weight:700;margin-top:.16rem;padding-top:.16rem}.CommentCard--commentCard--WAt2SLz{background-color:#fff;border:1px solid #f0f0f0;border-radius:.06rem;color:#000;font-size:.12rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.12rem}[dir=ltr] .CommentCard--commentCard--WAt2SLz{text-align:left}[dir=rtl] .CommentCard--commentCard--WAt2SLz{text-align:right}.CommentCard--commentCard--WAt2SLz .CommentCard--topRow--nb8HRqZ{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-top:.12rem}.CommentCard--commentCard--WAt2SLz .CommentCard--topRow--nb8HRqZ .CommentCard--userName--lHOVggX{font-size:.12rem;font-weight:500}.CommentCard--commentCard--WAt2SLz .CommentCard--topRow--nb8HRqZ .CommentCard--userName--lHOVggX .CommentCard--myComment--tJSNvVi{background-color:#f4f4f4;font-size:.12rem;font-style:normal;font-weight:400;height:.16rem;line-height:.16rem;padding:1px .06rem}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--topRow--nb8HRqZ .CommentCard--userName--lHOVggX .CommentCard--myComment--tJSNvVi{margin-left:.06rem;margin-right:.1rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--topRow--nb8HRqZ .CommentCard--userName--lHOVggX .CommentCard--myComment--tJSNvVi{margin-left:.1rem;margin-right:.06rem}.CommentCard--commentCard--WAt2SLz .CommentCard--secondRow--LX7veOq{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;color:#8b8b8b;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.11rem;-webkit-justify-content:space-between;justify-content:space-between;margin-top:.04rem}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--secondRow--LX7veOq .CommentCard--date--hmGKv_O{margin-left:.1rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--secondRow--LX7veOq .CommentCard--date--hmGKv_O{margin-right:.1rem}.CommentCard--commentCard--WAt2SLz .CommentCard--secondRow--LX7veOq .CommentCard--star--F1mcY66{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:#111;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--secondRow--LX7veOq .CommentCard--star--F1mcY66 .CommentCard--score--dUV2442{margin-left:.1rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--secondRow--LX7veOq .CommentCard--star--F1mcY66 .CommentCard--score--dUV2442{margin-right:.1rem}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX{font-size:.12rem;line-height:.16rem;margin-top:.1rem;position:relative}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransWrap--EBOT1hx{text-align:right}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransWrap--EBOT1hx{text-align:left}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTrans--eZTSI6O{background-color:#fff;color:#937b4d;display:inline-block;font-size:.1rem;font-weight:400;letter-spacing:0;line-height:.16rem;position:relative;text-decoration:underline;-webkit-text-decoration-style:solid;-moz-text-decoration-style:solid;text-decoration-style:solid;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentRight--X4OMxw7{position:relative}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentRight--X4OMxw7:before{content:" ";height:.16rem;position:absolute;top:0;width:.12rem}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentRight--X4OMxw7:before{background:-webkit-linear-gradient(left,hsla(0,0%,100%,.5),#fff);background:linear-gradient(90deg,hsla(0,0%,100%,.5),#fff);left:-.12rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentRight--X4OMxw7:before{background:-webkit-linear-gradient(right,hsla(0,0%,100%,.5),#fff);background:linear-gradient(270deg,hsla(0,0%,100%,.5),#fff);right:-.12rem}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAbs--nHolGBc{bottom:0;position:absolute}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAbs--nHolGBc{right:0}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAbs--nHolGBc{left:0}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAni--rPdHp8M:after{border-radius:.05rem;box-shadow:0 0 .1rem 0 rgba(0,0,0,.1);content:" ";height:-webkit-calc(100% + .1rem);height:calc(100% + .1rem);position:absolute;top:-.05rem;width:-webkit-calc(100% + .2rem);width:calc(100% + .2rem)}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAni--rPdHp8M:after{left:-.1rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAni--rPdHp8M:after{right:-.1rem}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAni--rPdHp8M:before{background:url(https://img.mfrcdn.com/static/up/image/w1tytj9nq7cnxsjeolfjo7wz-20250523-140304.png) no-repeat 50%;background-size:100% auto;bottom:-.23rem;content:" ";height:.23rem;position:absolute;width:.23rem;z-index:2}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAni--rPdHp8M:before{-webkit-animation:CommentCard--commentTransAni-ltr--VrIDhg6 3s linear;animation:CommentCard--commentTransAni-ltr--VrIDhg6 3s linear;right:-.11rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--commentTransAni--rPdHp8M:before{-webkit-animation:CommentCard--commentTransAni-rtl--OrAovvD 3s linear;animation:CommentCard--commentTransAni-rtl--OrAovvD 3s linear;left:-.11rem}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--content--zz6wZwj{color:#000;word-break:break-word}.CommentCard--commentCard--WAt2SLz .CommentCard--thirdRow--kh9oiJX .CommentCard--content--zz6wZwj .CommentCard--phrase--DyhHRG4{font-weight:400}.CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB,.CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6{font-weight:400;margin-top:.12rem}.CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB,.CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--left--i3STnni,.CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--right--g3t_X5p,.CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6,.CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--left--i3STnni,.CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--right--g3t_X5p{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--switchIcon--DqyMrze,.CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--switchIcon--DqyMrze{height:.1rem;width:.1rem}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--switchIcon--DqyMrze,[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--switchIcon--DqyMrze{margin:0 .12rem 0 .04rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--switchIcon--DqyMrze,[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--switchIcon--DqyMrze{margin:0 .04rem 0 .12rem}.CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--translationToolText--J4tOajM,.CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--translationToolText--J4tOajM{color:#8b8b8b}.CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--translationToolImage--_k1I6TM,.CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--translationToolImage--_k1I6TM{height:.1rem}[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--translationToolImage--_k1I6TM,[dir=ltr] .CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--translationToolImage--_k1I6TM{margin:.02rem 0 0 .04rem}[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--notTranslateWrap--elaQoiB .CommentCard--translationToolImage--_k1I6TM,[dir=rtl] .CommentCard--commentCard--WAt2SLz .CommentCard--translatedWrap--cm9_6J6 .CommentCard--translationToolImage--_k1I6TM{margin:.02rem .04rem 0 0}.CommentCard--commentCard--WAt2SLz .CommentCard--imgBox--MT5z2mm{grid-gap:.04rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:.04rem;overflow-x:auto}.CommentCard--commentCard--WAt2SLz .CommentCard--imgBox--MT5z2mm .CommentCard--commentImg--W0hWSC4{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;height:.92rem;margin-top:.12rem;width:.92rem}@-webkit-keyframes CommentCard--commentTransAni-ltr--VrIDhg6{0%{display:block}1%,66%{bottom:-.4rem;right:-.28rem}33%,to{bottom:-.23rem;right:-.11rem}}@-webkit-keyframes CommentCard--commentTransAni-rtl--OrAovvD{0%{display:block}1%,66%{bottom:-.4rem;right:-.28rem}33%,to{bottom:-.23rem;right:-.11rem}}@keyframes CommentCard--commentTransAni-ltr--VrIDhg6{0%{display:block}1%,66%{bottom:-.4rem;right:-.28rem}33%,to{bottom:-.23rem;right:-.11rem}}@keyframes CommentCard--commentTransAni-rtl--OrAovvD{0%{display:block}1%,66%{bottom:-.4rem;right:-.28rem}33%,to{bottom:-.23rem;right:-.11rem}}.Radio--radioGroup--fwJdxaL{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.Radio--radioGroup--fwJdxaL,.Radio--radioLabel--zoP3m0i{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Radio--radioLabel--zoP3m0i{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;font-weight:700;line-height:.14rem;margin-bottom:.16rem}.Radio--radioInput--ZdLxBJq{display:none}.Radio--customRadio--kPX42oU{border:1px solid #000;border-radius:50%;display:inline-block;height:.12rem;position:relative;width:.12rem}[dir=ltr] .Radio--customRadio--kPX42oU{margin-right:.1rem}[dir=rtl] .Radio--customRadio--kPX42oU{margin-left:.1rem}.Radio--customRadio--kPX42oU:after{background-color:transparent;border-radius:50%;content:"";display:block;height:.08rem;position:absolute;top:50%;transition:background-color .3s ease;-webkit-transition:background-color .3s ease;width:.08rem}[dir=ltr] .Radio--customRadio--kPX42oU:after{left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[dir=rtl] .Radio--customRadio--kPX42oU:after{right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.Radio--radioInput--ZdLxBJq:checked+.Radio--customRadio--kPX42oU:after{background-color:#000}.Empty--container--Py4XEva{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.Empty--container--Py4XEva.Empty--pc--BSFKf02{padding:.8rem 0 0}.Empty--container--Py4XEva.Empty--pc--BSFKf02 .Empty--msg--osPnYxS{font-size:.18rem}.Empty--container--Py4XEva.Empty--pc--BSFKf02 .Empty--refreshBtn--O6ryiTR{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#000;border-radius:.1rem;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.16rem;font-weight:500;height:.5rem;-webkit-justify-content:center;justify-content:center;margin-top:.4rem;min-width:4.16rem;padding:0 .2rem}.Empty--container--Py4XEva.Empty--m--cCqtYum{padding:1.09rem .12rem .58rem}.Empty--container--Py4XEva.Empty--m--cCqtYum .Empty--msg--osPnYxS{font-size:.12rem}.Empty--container--Py4XEva.Empty--m--cCqtYum .Empty--refreshBtn--O6ryiTR{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#000;border-radius:.1rem;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.12rem;font-weight:500;height:.32rem;-webkit-justify-content:center;justify-content:center;margin-top:.32rem;min-width:1.7rem;padding:0 .2rem}.Empty--container--Py4XEva .Empty--icon--rYBY_Xm{height:.9rem;width:.9rem}.Empty--container--Py4XEva .Empty--msg--osPnYxS{margin-top:.2rem;text-align:center}.NetworkError--container--Bh3byd6{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.NetworkError--container--Bh3byd6.NetworkError--pc--CRa33TK{padding:.8rem 0 0}.NetworkError--container--Bh3byd6.NetworkError--pc--CRa33TK .NetworkError--msg--xTPOF9B{font-size:.18rem}.NetworkError--container--Bh3byd6.NetworkError--pc--CRa33TK .NetworkError--refreshBtn--u0PBfRX{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#000;border-radius:.1rem;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.16rem;font-weight:500;height:.5rem;-webkit-justify-content:center;justify-content:center;margin-top:.4rem;min-width:4.16rem;padding:0 .2rem}.NetworkError--container--Bh3byd6.NetworkError--m--VhJr7C4{padding:1.09rem .12rem .58rem}.NetworkError--container--Bh3byd6.NetworkError--m--VhJr7C4 .NetworkError--msg--xTPOF9B{font-size:.16rem}.NetworkError--container--Bh3byd6.NetworkError--m--VhJr7C4 .NetworkError--refreshBtn--u0PBfRX{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#000;border-radius:.1rem;color:#fff;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.12rem;font-weight:500;height:.32rem;-webkit-justify-content:center;justify-content:center;margin-top:.32rem;min-width:1.7rem;padding:0 .2rem}.NetworkError--container--Bh3byd6 .NetworkError--icon--HiJYvm8{height:.4rem;width:.4rem}.NetworkError--container--Bh3byd6 .NetworkError--msg--xTPOF9B{font-weight:500;margin-top:.2rem;text-align:center}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7{background-color:#f4f4f4;border-radius:.1rem;margin:0 0 .12rem;padding:.18rem .1rem}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scalesWrap--Z2lQKqE{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;margin-top:-.18rem}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:.18rem 0 0}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--header--kSPqims{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--header--kSPqims .AboutProduct--icon--VkjJ4qD{height:.1rem;width:.1rem}[dir=ltr] .AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--header--kSPqims .AboutProduct--icon--VkjJ4qD{margin-right:.06rem}[dir=rtl] .AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--header--kSPqims .AboutProduct--icon--VkjJ4qD{margin-left:.06rem}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--header--kSPqims .AboutProduct--title--_XNiErZ{color:#000;font-size:.1rem;font-weight:500}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--grades--Lb6MIrc{border-radius:.03rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:.03rem;margin-top:.06rem;overflow:hidden}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--grades--Lb6MIrc .AboutProduct--grade--mA_5dv_{background-color:#d4d4d4}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--grades--Lb6MIrc .AboutProduct--grade--mA_5dv_.AboutProduct--selected--lkEL8Ll{background-color:#ffb623}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:.06rem}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;color:#8b8b8b;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.1rem;-webkit-justify-content:center;justify-content:center;line-height:1;text-align:center;white-space:pre-wrap}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS.AboutProduct--start--cS1kl5U{-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}[dir=ltr] .AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS.AboutProduct--start--cS1kl5U{text-align:left}[dir=rtl] .AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS.AboutProduct--start--cS1kl5U{text-align:right}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS.AboutProduct--end--GxMjySk{-webkit-box-pack:end;-moz-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}[dir=ltr] .AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS.AboutProduct--end--GxMjySk{text-align:right}[dir=rtl] .AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS.AboutProduct--end--GxMjySk{text-align:left}.AboutProduct--container--hPCO9mD .AboutProduct--scales--FEydDD7 .AboutProduct--scale--kKPyWPz .AboutProduct--levels--Pe0bC0N .AboutProduct--level--zhJvzwS.AboutProduct--selected--lkEL8Ll{color:#000}.AboutProduct--container--hPCO9mD .AboutProduct--viewMore--q1pZGhu{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.AboutProduct--container--hPCO9mD .AboutProduct--viewMore--q1pZGhu .AboutProduct--viewMoreWrap--oflYlzc{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.AboutProduct--container--hPCO9mD .AboutProduct--viewMore--q1pZGhu .AboutProduct--viewMoreWrap--oflYlzc .AboutProduct--viewMoreText--BG5I5jG{color:#000;font-size:.12rem}.AboutProduct--container--hPCO9mD .AboutProduct--viewMore--q1pZGhu .AboutProduct--viewMoreWrap--oflYlzc .AboutProduct--viewMoreIcon--NBH_HPy{color:#000;font-size:.1rem}[dir=ltr] .AboutProduct--container--hPCO9mD .AboutProduct--viewMore--q1pZGhu .AboutProduct--viewMoreWrap--oflYlzc .AboutProduct--viewMoreIcon--NBH_HPy{margin-left:.04rem}[dir=rtl] .AboutProduct--container--hPCO9mD .AboutProduct--viewMore--q1pZGhu .AboutProduct--viewMoreWrap--oflYlzc .AboutProduct--viewMoreIcon--NBH_HPy{margin-right:.04rem}.AboutProduct--container--hPCO9mD .AboutProduct--packUp--tug9ddT{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:.12rem 0 0}.AboutProduct--container--hPCO9mD .AboutProduct--packUp--tug9ddT .AboutProduct--packUpWrap--ydygFp9{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.AboutProduct--container--hPCO9mD .AboutProduct--packUp--tug9ddT .AboutProduct--packUpWrap--ydygFp9 .AboutProduct--packUpText--KyYRtft{color:#000;font-size:.12rem}.AboutProduct--container--hPCO9mD .AboutProduct--packUp--tug9ddT .AboutProduct--packUpWrap--ydygFp9 .AboutProduct--packUpIcon--gSM3VLE{color:#000;font-size:.1rem;margin-top:.03rem}[dir=ltr] .AboutProduct--container--hPCO9mD .AboutProduct--packUp--tug9ddT .AboutProduct--packUpWrap--ydygFp9 .AboutProduct--packUpIcon--gSM3VLE{margin-left:.04rem}[dir=rtl] .AboutProduct--container--hPCO9mD .AboutProduct--packUp--tug9ddT .AboutProduct--packUpWrap--ydygFp9 .AboutProduct--packUpIcon--gSM3VLE{margin-right:.04rem}.AboutProduct--container--hPCO9mD .AboutProduct--aboutProduct--EC05NEu.AboutProduct--hasMoreInfo--ZluB5CW{margin-bottom:.1rem}.AboutProduct--container--hPCO9mD .AboutProduct--spec--fMinIBL{color:#999;font-size:.12rem;line-height:.2rem}.AboutProduct--container--hPCO9mD .AboutProduct--spec--fMinIBL span{display:inline-block}.AboutProduct--container--hPCO9mD .AboutProduct--newSpecContent--H4B4pvI{grid-gap:.08rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.08rem}.AboutProduct--container--hPCO9mD .AboutProduct--newSpec--eznxx_r{font-size:.1rem;font-weight:400;letter-spacing:0;line-height:.14rem;padding:.08rem 0;width:-webkit-calc(33.33333% - .05333rem);width:calc(33.33333% - .05333rem)}.AboutProduct--container--hPCO9mD .AboutProduct--moreInfo--prGr6JQ .AboutProduct--link--AUr94qT{color:#999;cursor:pointer;font-size:.12rem;line-height:.2rem;text-decoration:underline}.AboutProduct--moreInfoHeader--TKFA8uE{-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.AboutProduct--moreInfoHeader--TKFA8uE .AboutProduct--moreInfoTitle--cc2fHaG{color:#000;font-size:.15rem;font-weight:500;line-height:1}.AboutProduct--moreInfoHeader--TKFA8uE .AboutProduct--closeBtn--xoANOma{cursor:pointer;font-size:.22rem}.AboutProduct--moreInfoContent--ZCyLr2i{margin-top:.2rem}[dir=ltr] .AboutProduct--moreInfoContent--ZCyLr2i{text-align:left}[dir=rtl] .AboutProduct--moreInfoContent--ZCyLr2i{text-align:right}.AboutProduct--moreInfoContent--ZCyLr2i .AboutProduct--moreInfoBlock--vBwEA97{margin-top:.1rem}.AboutProduct--moreInfoContent--ZCyLr2i .AboutProduct--moreInfoBlock--vBwEA97 .AboutProduct--moreInfoRow--lKpi5Mx{color:#111;font-size:.12rem;line-height:.16rem}.more-info-modal .ant-modal-close{color:#000}.more-info-modal .ant-modal-content{border-radius:.26rem}.more-info-modal .ant-modal-body{padding:.2rem .16rem}.CareGuide--container--zyuz8CU img{line-height:1px;vertical-align:top}.OperationModule--operationModule--L4B6muX{margin-top:.08rem;padding:0 .12rem}.OperationModule--imageWrapper--ADkiZPk{position:relative;width:100%}.OperationModule--image--QSwaGN3{height:100%;position:absolute;top:0;width:100%}[dir=ltr] .OperationModule--image--QSwaGN3{left:0}[dir=rtl] .OperationModule--image--QSwaGN3{right:0}.OperationModule--operationPushPics--CK1BpQO{position:fixed;top:-100%;transition:top .8s ease-in-out;-webkit-transition:top .8s ease-in-out;width:3.51rem;z-index:10000}[dir=ltr] .OperationModule--operationPushPics--CK1BpQO{left:.12rem}[dir=rtl] .OperationModule--operationPushPics--CK1BpQO{right:.12rem}.OperationModule--showOperationPushPics--nWishbR{top:.08rem}.OperationModule--operationPushPicsClose--jDvGwp6{height:.16rem;position:absolute;top:0;width:.16rem;z-index:2}[dir=ltr] .OperationModule--operationPushPicsClose--jDvGwp6{right:0}[dir=rtl] .OperationModule--operationPushPicsClose--jDvGwp6{left:0}.NotFoundError--container--EVM1v1a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.NotFoundError--container--EVM1v1a.NotFoundError--pc--BwVEJIq{padding:.8rem 0 0}.NotFoundError--container--EVM1v1a.NotFoundError--pc--BwVEJIq .NotFoundError--msg--_mZhhMF{font-size:.18rem}.NotFoundError--container--EVM1v1a.NotFoundError--pc--BwVEJIq .NotFoundError--goHomeBtn--Q90OAG_{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#000;border-radius:.1rem;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.16rem;font-weight:500;height:.5rem;-webkit-justify-content:center;justify-content:center;margin-top:.4rem;min-width:4.16rem;padding:0 .2rem}.NotFoundError--container--EVM1v1a.NotFoundError--m--QrYN6_C{padding:1.09rem .12rem .58rem}.NotFoundError--container--EVM1v1a.NotFoundError--m--QrYN6_C .NotFoundError--msg--_mZhhMF{font-size:.16rem}.NotFoundError--container--EVM1v1a.NotFoundError--m--QrYN6_C .NotFoundError--goHomeBtn--Q90OAG_{-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;background-color:#000;border-radius:.1rem;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:.12rem;font-weight:500;height:.32rem;-webkit-justify-content:center;justify-content:center;margin-top:.32rem;min-width:1.7rem;padding:0 .2rem}.NotFoundError--container--EVM1v1a .NotFoundError--icon--xVCt4_y{height:.4rem;width:.4rem}.NotFoundError--container--EVM1v1a .NotFoundError--msg--_mZhhMF{font-weight:500;margin-top:.2rem;text-align:center}.CollapsePanel--container--K8GcNm7.CollapsePanel--m--eAxhCPU{margin:.13rem 0 0;padding:0 .12rem}.CollapsePanel--container--K8GcNm7.CollapsePanel--m--eAxhCPU .CollapsePanel--title--t864iB7{font-size:.12rem}.CollapsePanel--container--K8GcNm7.CollapsePanel--pc--nFyKvWT{margin:.25rem 0 0}.CollapsePanel--container--K8GcNm7.CollapsePanel--pc--nFyKvWT .CollapsePanel--title--t864iB7{font-size:.13rem}.CollapsePanel--arrow--ZC8jqjg{color:#000;font-size:.14rem}.CollapsePanel--titleWrap--SBjHaYe{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.CollapsePanel--titleWrap--SBjHaYe .CollapsePanel--icon--aVanB82{height:.16rem;width:.16rem}[dir=ltr] .CollapsePanel--titleWrap--SBjHaYe .CollapsePanel--icon--aVanB82{margin-right:.12rem}[dir=rtl] .CollapsePanel--titleWrap--SBjHaYe .CollapsePanel--icon--aVanB82{margin-left:.12rem}.CollapsePanel--titleWrap--SBjHaYe .CollapsePanel--title--t864iB7{color:#000;font-weight:500}.detail-collaspse-panel .ub-list-body{border-bottom:none;border-top:none}.detail-collaspse-panel .ub-list-item{background-color:#fff!important}[dir=ltr] .detail-collaspse-panel .ub-list-item{padding-left:0}[dir=rtl] .detail-collaspse-panel .ub-list-item{padding-right:0}[dir=ltr] .detail-collaspse-panel .ub-list-item .ub-list-item-content{padding-right:0}[dir=rtl] .detail-collaspse-panel .ub-list-item .ub-list-item-content{padding-left:0}.detail-collaspse-panel .ub-collapse-panel-header .ub-list-item-content{height:.53rem}.detail-collaspse-panel .ub-collapse-panel-content .ub-list-item-content{border-top:none!important}.detail-collaspse-panel .ub-collapse-panel-content .ub-list-item-content-main{padding-top:0!important;width:100%}.CollapsePanel--noMargin--DNesutT.CollapsePanel--m--eAxhCPU{margin-top:0}.CollapsePanel--noMargin--DNesutT.CollapsePanel--m--eAxhCPU .CollapsePanel--icon--aVanB82{height:.18rem;width:.18rem}.TopScroller--topScroller--HB1mr1y{-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:#fff;border-radius:.08rem;box-shadow:0 .04rem .08rem 0 #0000001f;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:.48rem;-webkit-justify-content:center;justify-content:center;position:fixed;transition:all .3s;-webkit-transition:all .3s;width:.48rem;z-index:999}.TopScroller--arrow--I2eP7xJ{font-size:.12rem;height:.16rem;width:.12rem}