@charset "UTF-8";:root{--adm-radius-s: .10178rem;--adm-radius-m: .20356rem;--adm-radius-l: .30534rem;--adm-font-size-1: .22901rem;--adm-font-size-2: .25445rem;--adm-font-size-3: .2799rem;--adm-font-size-4: .30534rem;--adm-font-size-5: .33079rem;--adm-font-size-6: .35623rem;--adm-font-size-7: .38168rem;--adm-font-size-8: .40712rem;--adm-font-size-9: .43257rem;--adm-font-size-10: .45802rem;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * .05089rem);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-popup{--z-index: var(--adm-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:.20356rem;top:.20356rem}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:.20356rem;bottom:.20356rem}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:.20356rem;top:.20356rem}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:.20356rem;top:.20356rem}.adm-popup-close-icon{cursor:pointer;padding:.10178rem;font-size:.45802rem;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-image{--width: var(--adm-image-width, auto);--height: var(--adm-image-height, auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:.61069rem;min-width:.61069rem}.adm-image-tip>svg{width:.61069rem;height:.61069rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:.17812rem .30534rem;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:.07634rem;padding-bottom:.07634rem;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:.22901rem;padding-right:.22901rem}.adm-button.adm-button-small{padding-top:.07634rem;padding-bottom:.07634rem;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:.2799rem;padding-bottom:.2799rem;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 25.44529rem}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-picker{--header-button-font-size: var(--adm-font-size-7);--title-font-size: var(--adm-font-size-7);--item-font-size: var(--adm-font-size-8);--item-height: .86514rem;width:100%;height:7.63359rem;overflow:hidden;position:relative;display:flex;flex-direction:column;---item-font-size: var(--item-font-size);---item-height: var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size: var(---item-font-size);--item-height: var(---item-height)}.adm-picker-header{flex-shrink:0;border-bottom:solid 1px var(--adm-color-border);display:flex;justify-content:space-between;align-items:center;padding:.10178rem}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:.20356rem}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:.10178rem;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height: 100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:.20356rem;border-top-right-radius:.20356rem}.adm-spin-loading{--color: var(--adm-color-weak);--size: .81425rem;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height: 6.10687rem;--item-height: .86514rem;--item-font-size: var(--adm-font-size-8);height:var(--height);width:100%;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;flex:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:grab;position:absolute;top:calc(50% - var(--item-height) / 2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 .15267rem;height:var(--item-height);display:flex;justify-content:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:flex;flex-direction:column;position:relative;top:calc(var(--item-height) * -1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{flex:1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;pointer-events:none}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;flex:none;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.adm-picker-view-loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.adm-tabs{--title-font-size: var(--adm-font-size-9);--content-padding: .30534rem;--active-line-height: .05089rem;--active-line-border-radius: var(--active-line-height);--active-line-color: var(--adm-color-primary);--active-title-color: var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:solid 1px var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 .30534rem}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:.20356rem 0 .25445rem;width:-moz-min-content;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:.76336rem;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0))}.adm-list{--header-font-size: var(--adm-font-size-7);--prefix-width: "auto";--prefix-padding-right: .30534rem;--align-items: center;--active-background-color: var(--adm-color-border);--border-inner: solid 1px var(--adm-color-border);--border-top: solid 1px var(--adm-color-border);--border-bottom: solid 1px var(--adm-color-border);--padding-left: .30534rem;--padding-right: .30534rem;--font-size: var(--adm-font-size-9);--extra-max-width: 70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:.20356rem var(--padding-right) .20356rem var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);overflow:hidden;font-size:var(--font-size)}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:.30534rem}.adm-list-card .adm-list-body{border-radius:.20356rem}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{display:block;padding-left:var(--padding-left);position:relative;background-color:var(--adm-color-background);line-height:1.5}.adm-list-item-title,.adm-list-item-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{display:flex;align-items:var(--align-items);justify-content:flex-start;border-top:var(--border-inner);padding-right:var(--padding-right)}.adm-list-item-content-prefix{width:var(--prefix-width);flex:none;padding-right:var(--prefix-padding-right)}.adm-list-item-content-main{flex:auto;padding:.30534rem 0}.adm-list-item-content-extra{flex:none;padding-left:.30534rem;font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width)}.adm-list-item-content-arrow{flex:none;display:flex;align-items:center;margin-left:.10178rem;color:var(--adm-color-light);font-size:.48346rem}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:var(--border-inner)}.adm-center-popup{--background-color: var(--adm-center-popup-background-color, var(--adm-color-background));--border-radius: var(--adm-center-popup-border-radius, 8px);--max-width: var(--adm-center-popup-max-width, 75vw);--min-width: var(--adm-center-popup-min-width, 280px);--z-index: var(--adm-center-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:.20356rem;top:.20356rem;cursor:pointer;padding:.10178rem;font-size:.45802rem;color:var(--adm-color-weak)}.adm-checkbox{--icon-size: .5598rem;--font-size: var(--adm-font-size-9);--gap: .20356rem;display:inline-flex;vertical-align:text-bottom;justify-content:flex-start;align-items:center;cursor:pointer}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{flex:none;border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid)}.adm-checkbox .adm-checkbox-icon>svg{display:block;width:100%;height:100%}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-collapse-panel-header .adm-list-item-content-main{padding:.30534rem 0}.adm-collapse-arrow{transform:rotate(0);transition:all ease .3s}.adm-collapse-arrow-active{transform:rotate(-180deg)}.adm-collapse-panel-content{font-size:var(--adm-font-size-main);color:var(--adm-color-weak);overflow:hidden}.adm-dialog{--z-index: var(--adm-dialog-z-index, 1000);---z-index: var(--z-index)}.adm-dialog .adm-center-popup{--z-index: var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:.50891rem}.adm-dialog-image-container{margin-bottom:.30534rem;max-height:40vh}.adm-dialog-header{margin-bottom:.20356rem;padding:0 .30534rem}.adm-dialog-title{margin-bottom:.20356rem;padding:0 .30534rem;font-weight:700;font-size:var(--adm-font-size-10);line-height:.63613rem;text-align:center}.adm-dialog-content{padding:0 .30534rem .50891rem;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:.30534rem}.adm-dialog-footer{-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:.25445rem;font-size:var(--adm-font-size-10);line-height:.63613rem;border-radius:0;border-right:solid .5px var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-form{--border-inner: solid 1px var(--adm-border-color);--border-top: solid 1px var(--adm-border-color);--border-bottom: solid 1px var(--adm-border-color);--prefix-width: 6.8em;---border-inner: var(--border-inner);---border-top: var(--border-top);---border-bottom: var(--border-bottom);---prefix-width: var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left: .40712rem;--padding-right: .30534rem;--border-inner: var(---border-inner);--border-top: var(---border-top);--border-bottom: var(---border-bottom)}.adm-form .adm-form-footer{padding:.50891rem .30534rem}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width: var(---prefix-width)}.adm-form-list-operation{text-align:center;color:var(--adm-color-primary)}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{display:block;height:100%;line-height:1.5;box-sizing:border-box;position:relative;color:var(--adm-color-text-secondary)}.adm-form-item-label .adm-form-item-required-asterisk{position:absolute;left:-.6em;top:0;font-family:SimSun,sans-serif;color:var(--adm-color-danger);-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-form-item-label .adm-form-item-required-text{margin-left:.10178rem;color:var(--adm-color-weak)}.adm-form-item-label-help{margin-left:.10178rem;cursor:pointer}.adm-form-item-child{display:flex}.adm-form-item-child-position-normal{justify-content:normal}.adm-form-item-child-position-normal>*{flex:auto}.adm-form-item-child-position-right{justify-content:flex-end}.adm-form-item-child-position-right>*{flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:.10178rem}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:.10178rem}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items: stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-top:.30534rem;padding-bottom:.30534rem}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:.10178rem}.adm-popover{--z-index: var(--adm-popover-z-index, 1030);--background: #ffffff;--arrow-size: .20356rem;--content-padding: .20356rem .30534rem;color:var(--adm-color-text);position:absolute;top:0;left:0;z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;animation:none}.adm-popover.adm-popover-dark{--background: rgba(0, 0, 0, .75);--adm-color-text: #ffffff;color:#fff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{position:absolute;background:#ffffff03;content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:.20356rem;box-shadow:0 0 .76336rem #3333;font-size:var(--adm-font-size-7);width:-moz-max-content;width:max-content;min-width:.81425rem;max-width:calc(100vw - .61069rem);overflow-y:hidden}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{position:absolute;display:block;height:var(--arrow-size);width:var(--arrow-size);overflow:visible;background:transparent}.adm-popover-arrow-icon{display:block;height:var(--arrow-size);width:calc(var(--arrow-size) / 8 * 15);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color: var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding: 0}.adm-popover-menu-list{overflow:hidden;min-width:3.05344rem}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{padding-right:.05089rem;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:.10178rem}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:.10178rem;background-color:#ddd}.adm-popover-menu-item{display:flex;padding-left:.50891rem;justify-content:flex-start;align-items:center;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:.20356rem;font-size:.50891rem}.adm-popover-menu-item-text{flex:auto;padding:.35623rem .50891rem .35623rem 0;border-top:solid 1px var(--border-color)}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:solid 1px var(--border-color)}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color: var(--adm-color-text);--background: rgba(0, 0, 0, .9)}.adm-infinite-scroll{color:var(--adm-color-weak);padding:.45802rem;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:.20356rem}.adm-input{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--text-align: left;--background-color: transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:.61069rem;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-moz-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:-moz-read-only{cursor:default}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:.20356rem;color:var(--adm-color-light);padding:.10178rem;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-page-indicator{display:flex;width:auto;--dot-color: var(--adm-color-light);--active-dot-color: var(--adm-color-primary);--dot-size: .07634rem;--active-dot-size: .33079rem;--dot-border-radius: 1px;--active-dot-border-radius: var(--dot-border-radius);--dot-spacing: .07634rem}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--dot-color: rgba(255, 255, 255, .5);--active-dot-color: var(--adm-color-text-light-solid)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-swiper{--height: auto;--width: 100%;--border-radius: 0;--track-padding: 0;--slide-size: 100%;--track-offset: 0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide,.adm-swiper-slide-placeholder{width:100%;height:100%;display:block;position:relative;white-space:unset;flex:none}.adm-swiper-item{display:block;width:100%;height:100%;white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:.15267rem;left:50%;transform:translate(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translate(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:.15267rem;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.adm-text-area{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--disabled-color: var(--adm-color-weak);--text-align: left;--count-text-align: right;position:relative;width:100%;max-width:100%;max-height:100%}.adm-text-area-element{font-family:var(--adm-font-family);resize:none;flex:auto;display:block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-text-area-element::-moz-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:transparent}.adm-text-area-element:disabled{color:var(--disabled-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--disabled-color)}.adm-text-area-element:-moz-read-only{cursor:default}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element-hidden{visibility:hidden;position:absolute;top:0;left:0;z-index:-1000}.adm-text-area-count{text-align:var(--count-text-align);color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:.20356rem}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:5.19084rem;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:.20356rem;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:.30534rem;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:.89059rem .30534rem;min-width:3.81679rem}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:.20356rem;font-size:.91603rem;line-height:1}.adm-toast-loading{--size: 1.22137rem;margin:0 auto .20356rem}._footer_ohmu3_1{padding-bottom:env(safe-area-inset-bottom);background:#f4f4f4}._qrSection_ohmu3_5{display:flex;flex-direction:column;align-items:center;padding:.61069rem .40712rem;background:#fff}._qrLogo_ohmu3_12{width:2.49364rem;height:1.0687rem;-o-object-fit:contain;object-fit:contain}._qrText_ohmu3_17{margin:.20356rem 0 0;font-weight:400;font-size:.30534rem;color:#666;line-height:1.5}._menu_ohmu3_24{padding:0 .50891rem;background:#f4f4f4}._group_ohmu3_28{border-bottom:1px solid rgba(0,0,0,.05)}._groupHeader_ohmu3_31{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.45802rem .40712rem;margin:0;border:none;background:transparent;text-align:left;cursor:pointer;font-weight:500;font-size:.40712rem;color:#060b1c;line-height:1.5}._arrow_ohmu3_47{width:.50891rem;height:.50891rem;flex:none}._expandable_ohmu3_52{display:grid;overflow:hidden;transition:grid-template-rows .3s ease}._collapsed_ohmu3_57{grid-template-rows:minmax(0px,0fr)}._expanded_ohmu3_60{grid-template-rows:minmax(0px,1fr)}._groupBody_ohmu3_63{display:flex;flex-direction:column;min-height:0;overflow:hidden}._subItem_ohmu3_69{padding:.30534rem .40712rem;margin:0;border:none;background:transparent;text-align:left;cursor:pointer;font-weight:400;font-size:.40712rem;color:#060b1c99;line-height:1.5}._socialBar_ohmu3_81{display:flex;align-items:center;justify-content:flex-start;gap:.61069rem;padding:.45802rem 0px;margin:0px .40712rem;background:#f4f4f4;border-bottom:1px solid rgba(0,0,0,.1)}._socialLink_ohmu3_91{display:flex;align-items:center;justify-content:center;width:.61069rem;height:.61069rem;color:#060b1c}._socialLink_ohmu3_91:first-child{margin-left:.30534rem}._socialLink_ohmu3_91 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._qrPopoverContent_ohmu3_107{display:flex;align-items:center;justify-content:center;width:3.86768rem;height:3.86768rem;padding:.10178rem}._qrCodeImage_ohmu3_115{width:3.66412rem;height:3.66412rem;-o-object-fit:contain;object-fit:contain}._legal_ohmu3_120{padding:.25445rem .71247rem .61069rem;background:#f4f4f4;font-weight:400;font-size:.30534rem;color:#060b1c;line-height:.50891rem}._legal_ohmu3_120 p{margin:0}._divider_ohmu3_131{margin:0 .20356rem}._footerInfoLeft_ohmu3_134{display:flex;align-items:center;flex-wrap:wrap}._footerInfoTextO_ohmu3_139{font-weight:400;font-size:.30534rem;color:#060b1c}._footerInfoText_ohmu3_139{font-weight:400;font-size:.30534rem;color:#060b1c;text-decoration:none}._footerInfoText_ohmu3_139:hover{text-decoration:underline}._sp_ohmu3_153{margin:0 .20356rem;color:#060b1c}._header_df77a_1{position:fixed;top:0;right:0;left:0;z-index:100}._inner_df77a_8{display:flex;align-items:center;justify-content:space-between;height:1.52672rem;padding:.22901rem .40712rem;background:#ffffff80;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem);position:relative;z-index:2;opacity:1;transition:opacity .3s ease-in}._inner_df77a_8._showHead1_df77a_21{opacity:0}._logo_df77a_24{width:.89059rem;height:.7888rem;-o-object-fit:contain;object-fit:contain}._actions_df77a_29{display:flex;align-items:center;gap:.40712rem}._lang_df77a_34,._detail_df77a_35{display:flex;align-items:center;padding:0;margin:0;border:none;background:transparent;color:inherit;cursor:pointer}._lang_df77a_34 img{width:.40712rem;height:.40712rem}._lang_df77a_34 span{margin-left:.10178rem;font-size:.35623rem;line-height:1}._detail_df77a_35 img{width:.61069rem;height:.61069rem}._detailPanel_df77a_58{display:flex;flex-direction:column;height:100%}._detailPanelHeader_df77a_63{flex:none}._detailPanelHeaderInner_df77a_66{display:flex;align-items:center;justify-content:space-between;height:1.52672rem;padding:.22901rem .40712rem}._detailPanelLogo_df77a_73{width:.89059rem;height:.7888rem}._detailClose_df77a_77{display:flex;align-items:center;justify-content:center;width:.61069rem;height:.61069rem;padding:0;margin:0;border:none;background:transparent;cursor:pointer}._detailClose_df77a_77 img{width:.61069rem;height:.61069rem}._detailPanelBody_df77a_93{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.61069rem .40712rem .61069rem .81425rem}._menu_df77a_100{display:flex;flex-direction:column}._menuItem_df77a_104{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;border:none;background:transparent;line-height:.91603rem;text-align:left;cursor:pointer;font-weight:400;font-size:.40712rem;color:#060b1c;margin-bottom:.61069rem;padding:0}._menuGroup_df77a_121 ._menuItem_df77a_104{margin-bottom:.40712rem}._menuArrow_df77a_124{width:.50891rem;height:.50891rem;flex:none}._expandable_df77a_129{display:grid;overflow:hidden;transition:grid-template-rows .3s ease;margin:0 -.40712rem 0 -.81425rem}._collapsed_df77a_135{grid-template-rows:minmax(0px,0fr)}._expanded_df77a_138{grid-template-rows:minmax(0px,1fr)}._menuSubList_df77a_141{min-height:0;overflow:hidden;padding:0 0 .20356rem}._menuCategory_df77a_146{margin-bottom:.30534rem;color:#060b1c99}._menuCategory_df77a_146:last-child{margin-bottom:0}._menuCategoryTitle_df77a_153{padding-bottom:.25445rem;padding-left:.81425rem;font-size:.30534rem;font-weight:400}._menuSubItemGroup_df77a_159{background:#0000000f}._menuSubItem_df77a_159{display:block;box-sizing:border-box;width:100%;padding:.40712rem .40712rem .40712rem .81425rem;margin:0;border:none;color:#060b1c;font-size:.40712rem;font-weight:400;text-align:left;cursor:pointer;background:transparent}._menuSubItem_df77a_159:first-of-type{padding-top:.61069rem!important}._menuSubItem_df77a_159:last-child{padding-bottom:.61069rem!important}._specH_df77a_182{position:absolute;top:0;right:0;left:0;z-index:-1;display:flex;align-items:center;justify-content:space-between;padding:0 .40712rem 0 .7888rem;height:1.52672rem;background:#ffffff80;-webkit-backdrop-filter:blur(1.27226rem);backdrop-filter:blur(1.27226rem);opacity:0;transition:opacity .3s ease-in}._specH_df77a_182._showHead1_df77a_21{opacity:1;z-index:3}._specH_df77a_182 ._specTit_df77a_202{flex:none;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#060b1c;line-height:.43257rem}._specH_df77a_182 ._specTab_df77a_210{display:flex;gap:.40712rem}._specH_df77a_182 ._specTab_df77a_210 ._tab_df77a_214{position:relative;display:flex;align-items:center;justify-content:center;padding:.25445rem .10178rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.43257rem}._specH_df77a_182 ._specTab_df77a_210 ._tab_df77a_214:lang(en){text-align:center}._specH_df77a_182 ._specTab_df77a_210 ._tab_df77a_214:after{content:"";position:absolute;bottom:.05089rem;left:.20356rem;right:.20356rem;height:.05089rem;background:linear-gradient(90deg,#0861ff,#2eebcb);transform:scaleX(0);transform-origin:center;transition:transform .35s ease-out}._specH_df77a_182 ._specTab_df77a_210 ._tab_df77a_214._showTab_df77a_241:after{transform:scaleX(1)}._backBox_104xb_1{display:flex;justify-content:flex-end;height:0;position:sticky;z-index:6;bottom:.61069rem;margin-right:.50891rem;overflow:visible}._conBox_104xb_11{position:relative;top:-1.17048rem}._backToTop_104xb_15{position:absolute;bottom:0;right:0;z-index:6;background:#0006;border-radius:.58524rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:1.17048rem;height:1.17048rem;transition:height .4s ease-in-out;overflow:hidden}._backToTop_104xb_15._showBack_104xb_31{height:2.29008rem}._backToTop_104xb_15._showBack_104xb_31 ._kefu_104xb_34{transform:translateY(0)}._backToTop_104xb_15._showBack_104xb_31 ._back_104xb_1{transform:translateY(0);opacity:1}._backToTop_104xb_15 ._kefu_104xb_34,._backToTop_104xb_15 ._back_104xb_1{width:100%;height:1.17048rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069330'%3e%3cpath%20id='Vector'%20d='M20.6003%2010.3154C20.5071%205.2346%2016.215%202%2012.3478%202H11.6522C7.78505%202%203.49287%205.2346%203.39965%2010.3147C2.56765%2010.807%202%2011.7154%202%2012.766V14.1866C2%2015.7535%203.248%2017.0278%204.78261%2017.0278C6.31722%2017.0278%207.56522%2015.7535%207.56522%2014.1866V12.766C7.56416%2012.0177%207.27418%2011.3%206.7582%2010.7687C6.24222%2010.2373%205.54185%209.93508%204.80904%209.9276C5.08104%205.81137%208.67201%203.42062%2011.6522%203.42062H12.3478C15.3287%203.42062%2018.919%205.81137%2019.191%209.9276C18.4581%209.93508%2017.7578%2010.2373%2017.2418%2010.7687C16.7258%2011.3%2016.4358%2012.0177%2016.4348%2012.766V14.1866C16.4348%2015.4694%2017.2765%2016.5434%2018.4216%2016.895C17.3882%2018.2839%2015.9125%2019.2611%2014.249%2019.6581C14.1342%2019.3064%2013.9141%2019.0005%2013.6197%2018.7834C13.3254%2018.5664%2012.9718%2018.4492%2012.6087%2018.4485C12.1475%2018.4485%2011.7051%2018.6355%2011.3789%2018.9686C11.0528%2019.3016%2010.8696%2019.7533%2010.8696%2020.2242C10.8696%2020.6952%2011.0528%2021.1469%2011.3789%2021.4799C11.7051%2021.8129%2012.1475%2022%2012.6087%2022C12.905%2021.9996%2013.1962%2021.9216%2013.4545%2021.7735C13.7128%2021.6254%2013.9296%2021.4121%2014.0842%2021.154C15.3378%2020.9301%2016.5286%2020.4295%2017.5733%2019.6873C18.618%2018.9451%2019.4915%2017.9791%2020.1329%2016.8567C21.2167%2016.4688%2022%2015.4247%2022%2014.1866V12.766C22%2011.7154%2021.4324%2010.807%2020.6003%2010.3154ZM6.17391%2012.766V14.1866C6.17391%2014.9701%205.54991%2015.6072%204.78261%2015.6072C4.0153%2015.6072%203.3913%2014.9701%203.3913%2014.1866V12.766C3.3913%2011.9825%204.0153%2011.3454%204.78261%2011.3454C5.54991%2011.3454%206.17391%2011.9825%206.17391%2012.766ZM20.6087%2014.1866C20.6087%2014.9481%2020.0174%2015.5667%2019.28%2015.6008L19.2257%2015.5746C19.2209%2015.5859%2019.2132%2015.5951%2019.2083%2015.6058C18.8412%2015.6034%2018.4898%2015.4528%2018.2309%2015.187C17.972%2014.9211%2017.8264%2014.5615%2017.8261%2014.1866V12.766C17.8261%2011.9825%2018.4501%2011.3454%2019.2174%2011.3454C19.9847%2011.3454%2020.6087%2011.9825%2020.6087%2012.766V14.1866Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e");background-size:.50891rem auto;background-repeat:no-repeat;background-position:center;transform:translateY(.31807rem);transition:all .2s ease-in}._backToTop_104xb_15 ._back_104xb_1{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069329'%3e%3cpath%20id='Vector'%20d='M19%2015L12%207L5%2015'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");transform:translateY(1.14504rem);opacity:0}._historyList_1g0fn_1{position:relative;height:11.6285rem;background-color:#fff;overflow:hidden;padding:0 .50891rem}._historyScroller_1g0fn_8{padding-top:2.03562rem;height:100%;overflow-y:auto;scrollbar-width:none;box-sizing:border-box}._historyScroller_1g0fn_8::-webkit-scrollbar{display:none}._historyItem_1g0fn_18{position:relative;display:grid;grid-template-columns:1.11959rem minmax(0,1fr);-moz-column-gap:.40712rem;column-gap:.40712rem}._historyItem_1g0fn_18:last-child{margin-bottom:0}._historyTimeLine_1g0fn_27{position:relative;grid-column:1;display:flex;justify-content:center}._historyTimeLine_1g0fn_27:before{content:"";position:absolute;top:1.11959rem;bottom:0;left:50%;width:1px;background:#d8e6ff;transform:translate(-50%)}._historyDot_1g0fn_43{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:1.11959rem;height:1.11959rem;border-radius:.5598rem;background:#005cff33;opacity:.4;transition:opacity .6s ease}._historyDot_1g0fn_43:after{content:"";width:.45802rem;height:.45802rem;border-radius:.22901rem;background:#005cff99}._historyDotActive_1g0fn_63{opacity:1}._historyInfo_1g0fn_66{padding-top:.50891rem;grid-column:2;min-width:0}._historyDate_1g0fn_71{display:flex;align-items:flex-end;margin-bottom:.30534rem;color:#060b1c}._historyDate_1g0fn_71 ._histyoryMonth_1g0fn_77{font-weight:700;font-size:.81425rem;line-height:1;color:#060b1c}._historyDate_1g0fn_71 ._historyYear_1g0fn_83{margin:0 .40712rem .05089rem .10178rem;font-size:.40712rem;color:#060b1c99;line-height:1}._historyTitle_1g0fn_89{flex:1;min-width:0;overflow:hidden;font-weight:700;font-size:.40712rem;color:#060b1c;white-space:nowrap;text-overflow:ellipsis}._historyImage_1g0fn_99{width:100%;aspect-ratio:604 / 453;margin-bottom:.96692rem;overflow:hidden;background:#e1e1e1;border-radius:.61069rem}._historyImage_1g0fn_99 img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._historyImageAdd_1g0fn_113{display:flex;align-items:center;justify-content:center;width:.86514rem;height:.86514rem;margin-left:auto;padding:0;border:0;background:transparent;cursor:pointer}._historyImageAdd_1g0fn_113 img{display:block;width:.86514rem;height:.86514rem}._historyDesc_1g0fn_130{font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.61069rem}._historyModal_1g0fn_136{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.01781rem .61069rem;background:#0006;-webkit-backdrop-filter:blur(1.27226rem);backdrop-filter:blur(1.27226rem)}._historyModalCard_1g0fn_147{position:relative;display:flex;flex-direction:column;width:100%;max-width:10.17812rem;max-height:calc(100vh - 2.03562rem);max-height:calc(100dvh - 2.03562rem);padding:2.16285rem .61069rem 1.0687rem;background:#fff;border-radius:.61069rem;box-sizing:border-box;overflow:hidden}._historyModalHeader_1g0fn_161{flex-shrink:0}._historyModalBody_1g0fn_164{flex:1;min-height:0;margin-top:.81425rem;overflow-y:auto;font-weight:400}._historyModalClose_1g0fn_171{position:absolute;top:.50891rem;right:.50891rem;display:flex;align-items:center;justify-content:center;width:.81425rem;height:.81425rem;padding:0;border:0;background:transparent;cursor:pointer}._historyModalClose_1g0fn_171 img{display:block;width:.81425rem;height:.81425rem}._historyModalDate_1g0fn_190{font-weight:500;font-size:.40712rem;color:#060b1c;margin-bottom:.20356rem}._historyModalTitle_1g0fn_196{font-weight:700;font-size:.61069rem;color:#060b1c}._historyModalDesc_1g0fn_201{font-weight:400;font-size:.40712rem;color:#060b1c;line-height:.71247rem}._page_el5md_1{width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding-top:.40712rem}._banner_el5md_7{position:relative;width:100vw;margin:-.40712rem calc(-50vw + 50%) 0;height:100vh;height:100dvh}._bannerImage_el5md_14{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._topLogo_el5md_20{position:absolute;top:3.30789rem;left:50%;transform:translate(-50%);width:4.58015rem}._front_el5md_27{position:relative;width:100vw;margin-left:calc(-50vw + 50%)}._frontHero_el5md_32{position:relative}._frontTitle_el5md_35{position:absolute;bottom:.89059rem;left:50%;transform:translate(-50%);font-family:var(--font-family-base);font-weight:700;font-size:.50891rem;color:#060b1ce6;line-height:.71247rem}._frontImage_el5md_46{display:block;width:100%;height:15.01272rem;-o-object-fit:cover;object-fit:cover}._addButton_el5md_52{position:absolute;right:.81425rem;bottom:.81425rem;width:1.01781rem;height:1.01781rem;padding:0;background:transparent;border:none;cursor:pointer}._addButton_el5md_52 img{display:block;width:100%;height:100%}._overlay_el5md_68{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:0 .53435rem;color:#fff;background:#0009;-webkit-backdrop-filter:blur(1.27226rem);backdrop-filter:blur(1.27226rem)}._overlayContent_el5md_78{overflow-y:auto}._overlayTitle_el5md_81{margin:1.47583rem 0 .61069rem;text-align:center;font-size:.81425rem;font-weight:700;line-height:1.11959rem;color:#fff}._overlayBody_el5md_89{display:flex;flex-direction:column;gap:.81425rem;font-weight:500;font-size:.35623rem;color:#fff}._overlayParagraph_el5md_97{margin:0;font-size:.35623rem}._overlayParagraph_el5md_97 span,._highlight_el5md_104{color:#2eebcb}._closeButton_el5md_107{position:absolute;right:.81425rem;bottom:.81425rem;width:1.01781rem;height:1.01781rem;padding:0;background:transparent;border:none;cursor:pointer}._closeButton_el5md_107 img{display:block;width:100%;height:100%}._coreTech_el5md_123{padding:0 .40712rem}._coreTechTitle_el5md_126{padding:2.03562rem 0 1.83206rem;text-align:center;font-weight:700;font-size:.61069rem;color:#060b1c;opacity:.9}._coreTechItem_el5md_134{text-align:center}._coreTechItem_el5md_134+._coreTechItem_el5md_134{margin-top:1.83206rem}._coreTechItemTitle_el5md_140{margin-bottom:.61069rem;font-weight:700;font-size:.50891rem;color:#060b1c;opacity:.9}._coreTechItemDesc_el5md_147{margin-bottom:.61069rem;font-weight:400;font-size:.35623rem;color:#060b1c99;text-align:left}._coreTechItemImage_el5md_154{display:block;width:100%;border-radius:.61069rem}._sectionTitle_el5md_159{text-align:center;font-weight:700;font-size:.61069rem;color:#060b1c;opacity:.9}._sectionSubTitle_el5md_166{margin-top:.40712rem;text-align:center;color:#060b1c99;font-weight:400;font-size:.35623rem;line-height:.61069rem}._history_el5md_174{padding:2.03562rem 0}._history_el5md_174 ._sectionSubTitle_el5md_166{margin-bottom:1.01781rem}._partners_el5md_180{padding:0px .40712rem 2.03562rem}._partners_el5md_180 ._sectionSubTitle_el5md_166{margin-bottom:1.01781rem}._partnerList_el5md_186{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));-moz-column-gap:.20356rem;column-gap:.20356rem;row-gap:.61069rem;align-items:center;justify-items:center}._partnerLogo_el5md_194{display:flex;align-items:center;justify-content:center;width:100%;height:.71247rem}._partnerLogo_el5md_194 img{max-width:100%;max-height:.71247rem;-o-object-fit:contain;object-fit:contain}._honors_el5md_206{padding:1.42494rem .40712rem 2.03562rem;background-color:#fff}._honors_el5md_206 ._sectionSubTitle_el5md_166{margin-bottom:1.01781rem}._honorList_el5md_213{display:grid;grid-template-columns:minmax(0,1fr);gap:.40712rem;justify-items:center}._honorItem_el5md_219{box-sizing:border-box;padding:.61069rem .86514rem 0px;border-radius:.40712rem;background:#f4f4f4;width:5.41985rem;height:5.08906rem}._honorImage_el5md_227{margin-bottom:.61069rem}._honorImage_el5md_227 img{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}._honorTitle_el5md_236{font-weight:400;font-size:.30534rem;line-height:.50891rem;color:#060b1c;margin-top:.61069rem;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._honorActions_el5md_249{display:flex;justify-content:center;gap:.61069rem;margin-top:.81425rem}._honorAction_el5md_249{display:flex;align-items:center;justify-content:center;width:1.01781rem;height:1.01781rem;padding:0;border:none;border-radius:50%;background:#fff;cursor:pointer}._honorAction_el5md_249 img{width:.86514rem}._honorAction_el5md_249:disabled{cursor:not-allowed}._box_1hoh3_1{width:100%}._title_1hoh3_4{font-weight:700;font-size:.61069rem;color:#060b1c;opacity:.9}._desc_1hoh3_10{margin:.40712rem 0 0;color:#060b1c99;line-height:.5598rem;font-weight:400;font-size:.35623rem}._form_1hoh3_17{margin-top:1.01781rem;--border-top: none;--border-bottom: none;--border-inner: none;background:transparent}._form_1hoh3_17 .adm-list-body{background:transparent;border:none}._form_1hoh3_17 .adm-list-item{padding:0;background:transparent}._form_1hoh3_17 .adm-list-item-content-main{padding:.10178rem}._form_1hoh3_17 .adm-list-item-content{padding-top:0;padding-bottom:0;padding-right:0;border-top:none}._form_1hoh3_17 .adm-list-item-description{display:none}._form_1hoh3_17 .adm-form-item-has-error:nth-last-of-type(1) .adm-list-item-description{display:block}._form_1hoh3_17 .adm-form-item-has-error .adm-input,._form_1hoh3_17 .adm-form-item-has-error .adm-text-area,._form_1hoh3_17 .adm-form-item-has-error ._picker_1hoh3_51,._form_1hoh3_17 .adm-form-item-has-error .adm-checkbox-icon{border-color:#ff4d4f}._form_1hoh3_17 .adm-form-item-label{font-size:.35623rem;color:#060b1c99}._form_1hoh3_17 .adm-input,._form_1hoh3_17 .adm-text-area{padding:.2799rem .43257rem .30534rem .61069rem;background:#fff;border-radius:.30534rem;border:1px solid rgba(6,11,28,.4);--font-size: .35623rem;--color: #060b1c}._form_1hoh3_17 .adm-text-area{--font-size: .35623rem}._form_1hoh3_17 .adm-input-element::-moz-placeholder,._form_1hoh3_17 .adm-text-area-element::-moz-placeholder{font-weight:500;font-size:.35623rem;color:#060b1c66}._form_1hoh3_17 .adm-input-element::placeholder,._form_1hoh3_17 .adm-text-area-element::placeholder{font-weight:500;font-size:.35623rem;color:#060b1c66}._form_1hoh3_17 .adm-checkbox-icon{border-radius:.12723rem;border:1px solid rgba(6,11,28,.4)}._form_1hoh3_17 .adm-checkbox-checked .adm-checkbox-icon{background-color:#0861ff;border-color:#0861ff}._picker_1hoh3_51{display:flex;align-items:center;justify-content:space-between;padding:.2799rem .43257rem .30534rem .61069rem;background:#fff;border-radius:.30534rem;border:1px solid rgba(6,11,28,.4);font-size:.35623rem;color:#060b1c;line-height:.5598rem}._pickerPlaceholder_1hoh3_99{font-weight:500;color:#060b1c66}._pickerArrow_1hoh3_103{flex-shrink:0;margin-left:.20356rem;font-size:.40712rem;color:#060b1c}._check_1hoh3_109{--icon-size: .40712rem;--font-size: .30534rem;color:#060b1c99;font-weight:400}._checkIcon_1hoh3_115{display:block;width:.61069rem;height:.61069rem}._link_1hoh3_120{color:#060b1c}._submitBtn_1hoh3_123{margin-top:.40712rem;min-width:3.257rem;padding:0 .61069rem;height:1.11959rem;border-radius:1.01781rem;border:1px solid #060b1c;background:transparent;color:#060b1c;font-weight:400;font-size:.35623rem;white-space:nowrap}._submitText_1hoh3_136{display:inline-flex;align-items:center}._submitArrow_1hoh3_140{width:.61069rem;height:.61069rem;margin-left:.25445rem}._page_1hrs7_1{width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding:2.95165rem .50891rem 0;color:#060b1c;background:#f4f4f4}._page_1hrs7_1._en_1hrs7_9 ._topRow_1hrs7_9{height:10.17812rem}._page_1hrs7_1._en_1hrs7_9 ._addrContent_1hrs7_12{height:5.59796rem}._page_1hrs7_1._en_1hrs7_9 ._news_1hrs7_15{height:6.36132rem}._page_1hrs7_1._en_1hrs7_9 ._operation_1hrs7_18{height:26.71756rem}._us_1hrs7_21{display:flex;flex-direction:column;align-items:center}._usTit_1hrs7_26{font-weight:500;font-size:.81425rem;line-height:1.01781rem;color:#060b1c;opacity:.9}._usDesc_1hrs7_33{margin-top:.61069rem;font-weight:400;font-size:.35623rem;color:#060b1c99;text-align:center}._usBtn_1hrs7_40{display:flex;align-items:center;justify-content:center;margin-top:.61069rem;padding:0 .50891rem;height:1.01781rem;border-radius:.61069rem;border:1px solid #060b1c;background:transparent;font-size:.35623rem;color:#060b1c}._usBtn_1hrs7_40:after{display:block;margin-left:.10178rem;width:.50891rem;height:.50891rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%2015'%20clip-path='url(%23clip0_618_4000)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='%23060B1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4000'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._cards_1hrs7_62{display:flex;flex-direction:column;gap:.40712rem;margin-top:2.03562rem;width:100%}._topRow_1hrs7_9{display:flex;gap:.40712rem;height:6.743rem}._addr_1hrs7_12{position:relative;width:4.65649rem;height:100%;border-radius:.61069rem;overflow:hidden}._addrPic_1hrs7_81{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._addrMask_1hrs7_87{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;z-index:1}._addrTitle_1hrs7_93{position:absolute;top:2.62087rem;left:50%;transform:translate(-50%);font-weight:700;font-size:.50891rem;color:#fff;z-index:2}._addrContent_1hrs7_12{position:absolute;bottom:0;left:0;height:3.30789rem;width:100%;padding:.20356rem .20356rem .43257rem;z-index:2;background:#0000000d;-webkit-backdrop-filter:blur(.76336rem);backdrop-filter:blur(.76336rem)}._addrText_1hrs7_114{font-weight:400;font-size:.35623rem;color:#fff;text-align:center}._addrLink_1hrs7_120{display:flex;align-items:center;justify-content:center;margin-top:.30534rem;font-size:.35623rem;color:#fff;text-decoration:none}._addrLink_1hrs7_120 img{margin-left:.25445rem;width:.61069rem;height:.61069rem}._service_1hrs7_134{display:flex;flex-direction:column;gap:.40712rem;height:100%}._serviceTop_1hrs7_140{position:relative;flex:1;border-radius:.61069rem;overflow:hidden;height:4.0458rem;width:3.91858rem}._servicePic_1hrs7_148{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._serviceBot_1hrs7_154{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:.61069rem;width:3.91858rem;height:2.29008rem}._serviceDesc_1hrs7_164{font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.50891rem;text-align:center}._serviceBtn_1hrs7_171{display:flex;align-items:center;justify-content:center;margin-top:.40712rem;background:transparent;border:none;font-weight:400;font-size:.35623rem;color:#060b1c}._serviceBtn_1hrs7_171:after{display:block;margin-left:.10178rem;width:.61069rem;height:.61069rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%2015'%20clip-path='url(%23clip0_618_4000)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='%23060B1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4000'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._news_1hrs7_15{position:relative;height:4.37659rem;border-radius:.61069rem;overflow:hidden}._newsPic_1hrs7_197{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._newsContent_1hrs7_203{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;background:#ffffff59;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem)}._newsTit_1hrs7_210{margin-top:.61069rem;font-weight:700;font-size:.50891rem;color:#fff}._newsDesc_1hrs7_216{margin-top:.40712rem;padding:0 1.45038rem;font-weight:400;font-size:.35623rem;color:#fff;line-height:.5598rem;text-align:center}._newsBtn_1hrs7_225{display:flex;align-items:center;justify-content:center;margin-top:.50891rem;font-size:.35623rem;color:#fff;text-decoration:none}._newsBtn_1hrs7_225 img{margin-left:.20356rem;width:.61069rem;height:.61069rem}._other_1hrs7_239{display:flex;flex-direction:column;align-items:center;margin-top:2.03562rem}._otherTit_1hrs7_245{font-weight:700;font-size:.61069rem;color:#060b1c;opacity:.9}._otherDesc_1hrs7_251{margin-top:.40712rem;font-size:.35623rem;color:#060b1c99}._method_1hrs7_256{display:flex;flex-direction:column;gap:.40712rem;margin-top:.81425rem;width:100%}._methodItem_1hrs7_263{display:flex;flex-direction:column;align-items:center;padding:.71247rem 0;background:#fff;border-radius:.61069rem}._mTitle_1hrs7_271{font-weight:700;font-size:.50891rem;color:#060b1c;opacity:.9}._mDesc_1hrs7_277{margin-top:.40712rem;font-weight:400;font-size:.35623rem;color:#060b1c;text-align:center}._telTit_1hrs7_284{margin-top:.40712rem;font-weight:500;font-size:.35623rem;line-height:.61069rem;color:#0861ff}._tel_1hrs7_284{font-weight:500;font-size:.35623rem;color:#0861ff;text-decoration:none}._operation_1hrs7_18{position:relative;margin-top:.40712rem;width:100%;border-radius:.61069rem;overflow:hidden;height:25.19084rem;background-size:cover;background-position:center;background-repeat:no-repeat}._oMask_1hrs7_308{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff80;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem);z-index:1}._oTit_1hrs7_315{margin-top:1.42494rem;position:relative;z-index:2;text-align:center;font-weight:700;font-size:.61069rem;color:#060b1c;opacity:.9}._oList_1hrs7_325{position:relative;z-index:2;display:flex;flex-direction:column;margin-top:2.03562rem;padding:0 .61069rem 1.42494rem}._oItem_1hrs7_333{display:flex;flex-direction:column;align-items:center}._oItem_1hrs7_333:not(:last-child):after{content:"";width:3.35878rem;height:0;margin:.81425rem 0 .66158rem;border-top:1px solid rgba(0,0,0,.1)}._oItemTitle_1hrs7_345{font-weight:500;color:#060b1c;font-size:.61069rem;margin-bottom:.61069rem;opacity:.9}._oItemDesc_1hrs7_352{margin-bottom:.81425rem;font-weight:400;font-size:.40712rem;color:#060b1c;text-align:center}._oCode_1hrs7_359{width:2.74809rem;height:2.74809rem;border-radius:.40712rem;-o-object-fit:cover;object-fit:cover}._message_1hrs7_365{margin:2.03562rem -.50891rem 0;padding:1.6285rem 1.27226rem 2.03562rem;background:#fff}@keyframes plyr-progress{to{background-position:.63613rem 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(.25445rem)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:5.08906rem;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:.05089rem;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:.22901rem;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:.07634rem .10178rem}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:.33079rem;font-size:var(--plyr-font-size-small,13px);left:0;padding:.25445rem;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:.38168rem;font-size:var(--plyr-font-size-base,15px);padding:.50891rem;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:.45802rem;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-1.01781rem);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:.05089rem;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:.10178rem;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:.17812rem;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:.45802rem;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:.45802rem;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:.05089rem dashed #00b2ff;outline:.05089rem dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:.05089rem}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:.06361rem;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:.06361rem;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 .12723rem;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:.20356rem;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px .05089rem #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:.38168rem;font-size:var(--plyr-font-size-base,15px);margin-bottom:.25445rem;position:absolute;right:-.07634rem;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:.10178rem solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:.35623rem;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:.17812rem;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:.05089rem}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:.33079rem;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:.11874rem .26718rem;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:.10178rem solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:.71247rem;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:.16539rem;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:.17812rem;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:.08906rem;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:.71247rem;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - .35623rem);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:.16539rem;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:.08906rem;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:.17812rem;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:.40712rem;margin-right:.25445rem;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:.40712rem}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:.15267rem;left:.30534rem;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:.15267rem}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-.12723rem;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -.05089rem);overflow:hidden;padding-left:.62341rem;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:0;border-radius:.66158rem;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:.48346rem;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:.06361rem;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:.12723rem;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:.33079rem;height:var(--plyr-range-thumb-height,13px);margin-top:-.10178rem;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:.33079rem;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:.06361rem;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:.12723rem;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:.33079rem;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:.33079rem;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:.06361rem;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:.12723rem;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:.06361rem;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:.12723rem;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:.06361rem;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:.12723rem;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:.33079rem;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:.33079rem;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:.05089rem dashed #00b2ff;outline:.05089rem dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:.05089rem}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:.05089rem dashed #00b2ff;outline:.05089rem dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:.05089rem}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:.05089rem dashed #00b2ff;outline:.05089rem dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:.05089rem}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:.33079rem;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:.25445rem;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:.12723rem;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px .05089rem #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:.33079rem;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:.25445rem;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:.12723rem .19084rem;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,.25445rem) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:.10178rem solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:.10178rem solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:.10178rem solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-.10178rem;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(.25445rem) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:.40712rem;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(.25445rem) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:.40712rem;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translate(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:.16539rem;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:.33079rem;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-.16539rem;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-.16539rem;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + .33079rem);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:3.05344rem;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:2.54453rem;height:.12723rem;height:var(--plyr-range-track-height,5px);left:0;margin-top:-.06361rem;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:2.54453rem;min-width:.12723rem;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:2.54453rem;min-width:.12723rem;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:2.54453rem;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:.63613rem .63613rem;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:.12723rem;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:.07634rem;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:.12723rem;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:.12723rem;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:2.29008rem;min-width:1.52672rem;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:.25445rem;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 .07634rem #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 .07634rem #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 .07634rem #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:.12723rem;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:.50891rem;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:.25445rem;padding:var(--plyr-control-spacing,10px);padding-top:.89059rem;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:.38168rem;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:.05089rem;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 .07634rem #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 .07634rem #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 .07634rem #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:.53435rem;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;top:0;right:0;bottom:0;left:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:.53435rem;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;top:0;right:0;bottom:0;left:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:.05089rem;bottom:.25445rem;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:.2799rem;padding:.05089rem .15267rem;pointer-events:none;position:absolute;right:.25445rem;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:.12723rem;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:.07634rem;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:.20356rem;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px .05089rem #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:.25445rem;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:.07634rem;pointer-events:none;position:absolute;transform:translateY(.25445rem) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:.10178rem solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:.10178rem solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:.10178rem solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-.10178rem;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translate(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:.17812rem;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:.17812rem;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:.17812rem;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:.50891rem .15267rem .15267rem;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:.33079rem;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;top:0;right:0;bottom:0;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}._box_1eics_1{position:relative;display:flex;flex-direction:column;border-radius:.61069rem;overflow:hidden;font-size:0;width:calc(100vw - 1.01781rem)}._box_1eics_1 .plyr__video-wrapper{background:initial}._box_1eics_1 ._cover_1eics_13{position:relative;cursor:pointer;overflow:hidden;background-color:#fff}._box_1eics_1 ._cover_1eics_13 ._pic_1eics_19{display:block;width:100%;height:5.03817rem}._box_1eics_1 ._cover_1eics_13 ._zz_1eics_24{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:#0003;-webkit-backdrop-filter:blur(.25445rem);backdrop-filter:blur(.25445rem)}._box_1eics_1 ._cover_1eics_13 ._btn_1eics_34{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:1.73028rem}._box_1eics_1 ._vTit_1eics_42{height:2.06107rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(0,0,0,.2);padding:0 .20356rem 0 .61069rem;background-color:#fff}._box_1eics_1 ._vTit_1eics_42:lang(en){padding-right:.50891rem}._box_1eics_1 ._vTit_1eics_42 ._vName_1eics_54{font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#060b1c;line-height:.48346rem}._box_1eics_1 ._vTit_1eics_42 ._vDown_1eics_61{display:flex;align-items:center;justify-content:center;width:1.73028rem;height:.94148rem;font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#0861ff}._box_1eics_1 .plyr video{height:100vh}._box_1eics_1 ._close_1eics_75{width:.61069rem;height:.61069rem;content:"";position:absolute;top:.38168rem;right:.38168rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069471'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%3e%3cpath%20id='Vector%2043'%20d='M16.9497%207.0498L7.05021%2016.9493'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2044'%20d='M7.05029%207.0498L16.9498%2016.9493'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%;z-index:2}._head_ebn9m_1{position:relative}._head_ebn9m_1 ._hPicBox_ebn9m_4{position:relative;z-index:3;font-size:0}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hPic_ebn9m_4{display:block;width:100%;height:100vh}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hPic_ebn9m_4 img{height:100%;-o-object-fit:cover;object-fit:cover}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:absolute;top:2.54453rem;left:50%;transform:translate(-50%)}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18 ._hDd_ebn9m_28{font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#fff;line-height:.48346rem}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18 ._hName_ebn9m_35{margin-top:.25445rem;font-family:var(--font-family-base);font-weight:700;font-size:.81425rem;color:#fff;line-height:.96692rem}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18 ._hDd2_ebn9m_43{margin-top:.25445rem;font-family:var(--font-family-base);font-weight:500;font-size:.40712rem;color:#fff;line-height:.48346rem}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18 ._hDd2_ebn9m_43:lang(en){text-align:center}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18 ._hBtn_ebn9m_54{display:flex;align-items:center;justify-content:flex-start;margin-top:.40712rem;padding:.25445rem .35623rem .25445rem .61069rem;border-radius:1.01781rem;border:1px solid #ffffff;font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#fff;cursor:pointer}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18 ._hBtn_ebn9m_54:after{display:block;margin-left:.25445rem;width:.61069rem;height:.61069rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%20clip-path='url(%23clip0_618_4070)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4070'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._head_ebn9m_1 ._hPicBox_ebn9m_4 ._hDesc_ebn9m_18 ._hBtn_ebn9m_54._topBtn_ebn9m_77{border:none;margin-top:.71247rem;background:#0003}._head_ebn9m_1 ._hPicBox_ebn9m_4._black_ebn9m_82 ._hDd_ebn9m_28,._head_ebn9m_1 ._hPicBox_ebn9m_4._black_ebn9m_82 ._hName_ebn9m_35,._head_ebn9m_1 ._hPicBox_ebn9m_4._black_ebn9m_82 ._hDd2_ebn9m_43,._head_ebn9m_1 ._hPicBox_ebn9m_4._black_ebn9m_82 ._hBtn_ebn9m_54{color:#060b1c;opacity:.9}._head_ebn9m_1 ._hPicBox_ebn9m_4._black_ebn9m_82 ._hBtn_ebn9m_54{border-color:#060b1c}._head_ebn9m_1 ._hPicBox_ebn9m_4._black_ebn9m_82 ._hBtn_ebn9m_54:after{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%2015'%20clip-path='url(%23clip0_618_4000)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='%23060B1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4000'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.plyr video{height:100vh}._close_ebn9m_98{width:.61069rem;height:.61069rem;content:"";position:absolute;top:.38168rem;right:.38168rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069471'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%3e%3cpath%20id='Vector%2043'%20d='M16.9497%207.0498L7.05021%2016.9493'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2044'%20d='M7.05029%207.0498L16.9498%2016.9493'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%;z-index:2}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:30.53435rem}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:30.53435rem}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:1.0687rem;height:1.0687rem;position:absolute;left:50%;top:50%;margin-left:-.53435rem;margin-top:-.53435rem;z-index:10;transform-origin:50%;box-sizing:border-box;border:.10178rem solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_1aa6m_1{position:relative;width:100%}._close_1aa6m_5{position:absolute;top:.48346rem;right:.48346rem;width:1.01781rem;height:1.01781rem;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069518'%3e%3cg%20id='Group%201420069499'%3e%3ccircle%20id='Ellipse%203'%20cx='20'%20cy='20'%20r='17'%20fill='white'%20fill-opacity='0.4'/%3e%3cg%20id='Group%201420069258'%3e%3cpath%20id='Vector%2038'%20d='M14.5908%2014.5908L25.4096%2025.4096'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2039'%20d='M25.4092%2014.5908L14.5904%2025.4096'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%;z-index:3}._cardMain_1aa6m_15{width:100%}._cardMain_1aa6m_15 ._video_1aa6m_18{width:100%;height:12.72265rem;-o-object-fit:cover;object-fit:cover}._swiperSub_1aa6m_23{position:absolute;bottom:.61069rem;left:0;width:100%}._swiperSub_1aa6m_23 .swiper-wrapper{align-items:flex-end}._slideSub_1aa6m_32{width:7.70992rem;border-radius:.61069rem;overflow:hidden}._slideSub_1aa6m_32._showArrow_1aa6m_37{overflow:initial}._cardSub_1aa6m_40{position:relative;padding:.30534rem .40712rem;border-radius:.61069rem;background:#ffffff80;font-family:var(--font-family-base);font-weight:700;font-size:.30534rem;color:#fff;line-height:.45802rem;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem)}._cardSub_1aa6m_40 ._con_1aa6m_1{opacity:1}._cardSub_1aa6m_40 ._con_1aa6m_1:lang(en){max-height:2.31552rem;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}._cardSub_1aa6m_40 ._con_1aa6m_1:lang(en)::-webkit-scrollbar{display:none;width:0;height:0}._cardSub_1aa6m_40 ._title_1aa6m_68{font-size:.35623rem;word-break:break-all}._cardSub_1aa6m_40 ._desc_1aa6m_72{display:inline}._cardSub_1aa6m_40._show_1aa6m_37{background:none;-webkit-backdrop-filter:none;backdrop-filter:none}._cardSub_1aa6m_40._show_1aa6m_37 ._con_1aa6m_1{opacity:0}._cardSub_1aa6m_40._show_1aa6m_37 ._rightIcon_1aa6m_82,._cardSub_1aa6m_40._show_1aa6m_37 ._leftIcon_1aa6m_83{opacity:1}._cardSub_1aa6m_40 ._rightIcon_1aa6m_82,._cardSub_1aa6m_40 ._leftIcon_1aa6m_83{position:absolute;right:0;top:0;width:.66158rem;height:1.11959rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0s ease-in}._cardSub_1aa6m_40 ._rightIcon_1aa6m_82{right:.22901rem;border-radius:.61069rem 0 0 .61069rem}._cardSub_1aa6m_40 ._leftIcon_1aa6m_83{left:.22901rem;border-radius:.61069rem 0 0 .61069rem}._botLayer_1aa6m_107{position:absolute;top:0;left:0;z-index:6;width:100%;height:12.72265rem;opacity:1;transition:opacity .3s ease-in}._botLayer_1aa6m_107._hide_1aa6m_117{opacity:0;z-index:-1}._botLayer_1aa6m_107 ._video_1aa6m_18{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._botLayer_1aa6m_107 ._tabs_1aa6m_127{display:flex;gap:.40712rem;position:absolute;bottom:.61069rem;left:0;z-index:3;padding:0 .61069rem;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}._botLayer_1aa6m_107 ._tabs_1aa6m_127::-webkit-scrollbar{display:none;width:0;height:0}._botLayer_1aa6m_107 ._tabs_1aa6m_127 ._tab_1aa6m_127{flex:none;display:flex;align-items:center;gap:.40712rem;padding:0 .40712rem;height:1.22137rem;background:#ffffff80;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem);border-radius:.96692rem}._botLayer_1aa6m_107 ._tabs_1aa6m_127 ._pic_1aa6m_157{width:.61069rem}._botLayer_1aa6m_107 ._tabs_1aa6m_127 ._desc_1aa6m_72{font-family:var(--font-family-base);font-weight:500;font-size:.35623rem;color:#fff}:root{--swiper-navigation-size: 1.11959rem}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}._wrap_1gz4b_1{position:relative;padding:0 0 1.67939rem;width:100%;overflow:hidden}._wrap_1gz4b_1 .swiper{overflow:initial}._wrap_1gz4b_1 .swiper-slide{width:auto!important;height:auto}._wrap_1gz4b_1 ._wTitle_1gz4b_14{margin-bottom:1.22137rem;text-align:center;font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;line-height:.73791rem;color:#060b1c;opacity:.9}._wrap_1gz4b_1 ._wTitle_1gz4b_14:lang(en){padding:0 .50891rem;text-align:center}._card_1gz4b_28{display:flex;flex-direction:column;justify-content:space-between;padding:1.01781rem 0 1.32316rem 1.01781rem;width:8.44784rem;height:6.31043rem;background:#fff;border-radius:.61069rem}a._card_1gz4b_28{text-decoration:none;color:inherit}._card_1gz4b_28 ._sPic_1gz4b_42{width:1.73028rem}._card_1gz4b_28 ._sDesc_1gz4b_45{font-family:var(--font-family-base);font-weight:500;font-size:.50891rem;color:#060b1c;line-height:.61069rem;white-space:pre-wrap}._customNavWrap_1gz4b_53{position:absolute;bottom:-1.67939rem;left:6.61578rem;z-index:5;font-size:0}._customNavWrap_1gz4b_53 ._navBtn_1gz4b_60{border:none;padding:0;background-color:initial;width:.86514rem;height:.86514rem}._customNavWrap_1gz4b_53 ._navBtn_1gz4b_60:last-child{margin-left:.61069rem}._customNavWrap_1gz4b_53 ._navBtn_1gz4b_60 ._pic_1gz4b_70{display:block;width:100%;cursor:pointer}._wrap_4z7q7_1{position:relative;padding:0 0 1.67939rem;width:100%;overflow:hidden}._wrap_4z7q7_1 .swiper{overflow:initial}._wrap_4z7q7_1 .swiper-slide{width:auto!important;height:auto}._wrap_4z7q7_1 ._wTitle_4z7q7_14{margin-bottom:1.22137rem;text-align:center;font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;line-height:.73791rem;color:#060b1c;opacity:.9}._wrap_4z7q7_1 ._wTitle_4z7q7_14:lang(en){padding:0 .50891rem;text-align:center}._card_4z7q7_28{display:flex;flex-direction:column;width:6.41221rem;height:100%;background:#fff;font-size:0}._card_4z7q7_28 ._bPic_4z7q7_36{display:block;width:6.41221rem;height:3.63868rem;-o-object-fit:cover;object-fit:cover;border-radius:.61069rem;overflow:hidden}._card_4z7q7_28 ._bDesc_4z7q7_44{margin-top:.40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.30534rem;color:#060b1c;line-height:.35623rem;text-align:center}._XY_1eepn_1{background-color:#f4f4f4}._XY_1eepn_1 ._pics_1eepn_4{margin:1.22137rem auto 0;display:flex;align-items:stretch;width:calc(100vw - 1.01781rem);gap:.40712rem}._XY_1eepn_1 ._pics_1eepn_4 ._left_1eepn_11,._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12{flex:1;display:flex;flex-direction:column;gap:.40712rem}._XY_1eepn_1 ._pics_1eepn_4 ._picsO_1eepn_18{flex:1;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#000,#0000000d);border-radius:.61069rem;overflow:hidden}._XY_1eepn_1 ._pics_1eepn_4 ._picsO_1eepn_18 ._oT_1eepn_27{display:flex;flex-direction:column;padding:.40712rem 0 0 .40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._XY_1eepn_1 ._pics_1eepn_4 ._picsO_1eepn_18 ._oB_1eepn_37 ._oBPic_1eepn_37{display:block;width:100%}._XY_1eepn_1 ._pics_1eepn_4 ._thT_1eepn_41{position:relative;border-radius:.61069rem;overflow:hidden}._XY_1eepn_1 ._pics_1eepn_4 ._thT_1eepn_41 ._thPic_1eepn_46{display:block;width:100%;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._thT_1eepn_41 ._thPic_1eepn_46 img{display:block;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._thT_1eepn_41 ._thTDesc_1eepn_55{position:absolute;top:.40712rem;left:.40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12{display:flex;flex-direction:column;gap:.40712rem}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twT_1eepn_70{position:relative;border-radius:.61069rem;overflow:hidden}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twT_1eepn_70 ._twPic_1eepn_75{display:block;width:100%;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twT_1eepn_70 ._twPic_1eepn_75 img{display:block;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twT_1eepn_70 ._twTDesc_1eepn_84{position:absolute;top:.40712rem;left:.40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twB_1eepn_94{position:relative;border-radius:.61069rem;overflow:hidden}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twB_1eepn_94 ._twPic_1eepn_75{display:block;width:100%;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twB_1eepn_94 ._twPic_1eepn_75 img{display:block;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._right_1eepn_12 ._twB_1eepn_94 ._twDesc_1eepn_108{position:absolute;top:0;left:0;bottom:0;right:0;padding:.40712rem 0 0 .40712rem;background:linear-gradient(180deg,#000000bf,#0000 32.14%);font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._XY_1eepn_1 ._pics_1eepn_4 ._thr_1eepn_122{position:relative;border-radius:.61069rem;overflow:hidden}._XY_1eepn_1 ._pics_1eepn_4 ._thr_1eepn_122 ._thPic_1eepn_46{display:block;width:100%;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._thr_1eepn_122 ._thPic_1eepn_46 img{display:block;height:100%}._XY_1eepn_1 ._pics_1eepn_4 ._thr_1eepn_122 ._thDesc_1eepn_136{position:absolute;top:0;left:0;bottom:0;right:0;padding:.40712rem 0 0 .40712rem;background:linear-gradient(180deg,#00000040,#00000010 62.97%);border-radius:.61069rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._sided_1eepn_151{margin-top:2.03562rem;padding-top:1.52672rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;overflow-x:hidden}._sided_1eepn_151 ._sTitle_1eepn_162{font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._sided_1eepn_151 ._sTitle_1eepn_162:lang(en){padding:0 .50891rem;text-align:center}._sided_1eepn_151 ._sDesc_1eepn_174{margin-top:.61069rem;width:calc(100vw - 1.27226rem);font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.5598rem;opacity:.6}._sided_1eepn_151 ._sDesc_1eepn_174:lang(en){text-align:center}._sided_1eepn_151 ._swipe_1eepn_187{position:relative;margin-top:1.88295rem;width:7.0229rem}._sided_1eepn_151 ._swipe_1eepn_187 ._sPic_1eepn_192{display:block;width:100%}._sided_1eepn_151 ._swipe_1eepn_187 .adm-swiper-indicator{display:none}._sided_1eepn_151 ._swipe_1eepn_187 .adm-swiper{overflow:initial}._sided_1eepn_151 ._swipe_1eepn_187 .adm-swiper-slide{opacity:0!important;transition:opacity .4s cubic-bezier(.42,0,.58,1)}._sided_1eepn_151 ._swipe_1eepn_187 .adm-swiper-slide-active{opacity:1!important;transition-duration:.8s}._videos_1eepn_210{position:relative;width:100%;height:100vh;margin-top:2.03562rem;padding-top:1.52672rem;display:flex;flex-direction:column;justify-content:center}._source_1eepn_220{padding:0 0 2.03562rem}._app_1eepn_223{padding-top:1.6285rem;background-color:#fff}._pics_1cpqr_1{margin:1.22137rem auto 0;display:flex;align-items:stretch;width:calc(100vw - 1.01781rem);gap:.40712rem}._pics_1cpqr_1._isW1_1cpqr_8 ._picsO_1cpqr_8{position:relative}._pics_1cpqr_1._isW1_1cpqr_8 ._oT_1cpqr_11{position:absolute;top:0;left:0;z-index:2}._pics_1cpqr_1._isW1_1cpqr_8 ._oB_1cpqr_17{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}._pics_1cpqr_1 ._picsO_1cpqr_8{flex:1;display:flex;flex-direction:column;justify-content:space-between;border-radius:.61069rem;overflow:hidden}._pics_1cpqr_1 ._picsO_1cpqr_8 ._oT_1cpqr_11{display:flex;flex-direction:column;padding:.40712rem 0 0 .40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._pics_1cpqr_1 ._picsO_1cpqr_8 ._oB_1cpqr_17{font-size:0}._pics_1cpqr_1 ._picsO_1cpqr_8 ._oB_1cpqr_17 ._oBPic_1cpqr_46{display:block;width:100%}._pics_1cpqr_1 ._right_1cpqr_50{flex:1;display:flex;flex-direction:column;gap:.40712rem}._pics_1cpqr_1 ._right_1cpqr_50 ._twT_1cpqr_56{position:relative;border-radius:.61069rem;overflow:hidden}._pics_1cpqr_1 ._right_1cpqr_50 ._twT_1cpqr_56 ._twPic_1cpqr_61{display:block;width:100%;height:100%}._pics_1cpqr_1 ._right_1cpqr_50 ._twT_1cpqr_56 ._twPic_1cpqr_61 img{display:block;height:100%}._pics_1cpqr_1 ._right_1cpqr_50 ._twT_1cpqr_56 ._twTDesc_1cpqr_70{position:absolute;top:.40712rem;left:.40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._pics_1cpqr_1 ._right_1cpqr_50 ._twB_1cpqr_80{position:relative;border-radius:.61069rem;overflow:hidden}._pics_1cpqr_1 ._right_1cpqr_50 ._twB_1cpqr_80 ._twPic_1cpqr_61{display:block;width:100%;height:100%}._pics_1cpqr_1 ._right_1cpqr_50 ._twB_1cpqr_80 ._twPic_1cpqr_61 img{display:block;height:100%}._pics_1cpqr_1 ._right_1cpqr_50 ._twB_1cpqr_80 ._twDesc_1cpqr_94{position:absolute;left:.40712rem;bottom:.40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._picsBot_1cpqr_104{position:relative;margin:.40712rem auto 0;width:calc(100vw - 1.01781rem);border-radius:.61069rem;overflow:hidden;font-size:0}._picsBot_1cpqr_104 ._picsBotPic_1cpqr_112{display:block;width:100%}._picsBot_1cpqr_104 ._picsBotDesc_1cpqr_116{position:absolute;left:.40712rem;top:.40712rem;font-family:var(--font-family-base);font-weight:700;font-size:.35623rem;color:#fff;line-height:.5598rem}._box_yhhlx_1{margin:2.03562rem auto 0;width:calc(100vw - 1.01781rem);padding:.91603rem .50891rem;background-color:#fff;border-radius:.61069rem}._box_yhhlx_1 .adm-collapse-arrow{display:flex;align-items:center}._box_yhhlx_1 .adm-list-body{border:none}._box_yhhlx_1 .adm-list-item-content-main{padding:.50891rem 0;font-family:var(--font-family-base);font-weight:500;font-size:.50891rem;color:#060b1c;line-height:.81425rem}._box_yhhlx_1 .adm-list-item-content{padding-right:0}._box_yhhlx_1 .adm-list-item{padding-left:0}._box_yhhlx_1 .adm-collapse-panel-content .adm-list-item-content{border-top:none}._box_yhhlx_1 a.adm-list-item:active:not(.adm-list-item-disabled){background-color:initial}._box_yhhlx_1 .adm-collapse-panel-content .adm-list-item-content-main{transform:translateY(-.10178rem);padding:0 0 1.01781rem}._item_yhhlx_39 ._desc_yhhlx_39{width:6.79389rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.61069rem;opacity:.8}._item_yhhlx_39 ._videoBox_yhhlx_48{margin-top:.81425rem;font-size:0;height:4.47837rem}._item_yhhlx_39 ._videoBox_yhhlx_48 ._video_yhhlx_48{display:block;border-radius:.61069rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._XY_9zc4y_1{background-color:#f4f4f4}._source_9zc4y_4{padding:2.03562rem 0}._app_9zc4y_7{padding-top:1.6285rem;background-color:#fff}._wrap_krozn_1{position:relative;margin:0 auto;padding:2.03562rem 0 1.67939rem;overflow:hidden}._wrap_krozn_1 .swiper{overflow:initial}._wrap_krozn_1 .swiper-slide{height:auto;width:100%;padding:0 .50891rem}._card_krozn_15{position:relative;background-color:#fff;border-radius:.61069rem;overflow:hidden}._card_krozn_15 ._top_krozn_21{padding:.81425rem 1.29771rem 1.17048rem .61069rem}._card_krozn_15 ._top_krozn_21 ._tTitle_krozn_24{font-family:var(--font-family-base);font-weight:500;font-size:.50891rem;color:#060b1c;line-height:.81425rem}._card_krozn_15 ._top_krozn_21 ._tDesc_krozn_31{margin-top:.20356rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.61069rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;opacity:.6;transform:translateZ(0)}._card_krozn_15 ._bot_krozn_44{font-size:0}._card_krozn_15 ._bot_krozn_44 ._video_krozn_47{display:block;width:100%;height:5.03817rem;-o-object-fit:cover;object-fit:cover}._card_krozn_15 ._jia_krozn_53{transform:translateZ(0);position:absolute;bottom:.48346rem;right:.48346rem;width:.86514rem;height:.86514rem;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069463'%3e%3cg%20id='Group%201420069258'%3e%3ccircle%20id='Ellipse%203'%20cx='20'%20cy='20'%20r='17'%20fill='%23060B1C'%20fill-opacity='0.8'/%3e%3cpath%20id='Vector%2038'%20d='M12.3496%2020H27.6496'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2039'%20d='M20%2012.3496L20%2027.6496'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%;z-index:2}._card_krozn_15 ._mask_krozn_64{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background:#0009;border-radius:.61069rem;padding:.81425rem .61069rem 0;-webkit-backdrop-filter:blur(1.27226rem);backdrop-filter:blur(1.27226rem);opacity:0;transition:opacity .3s ease-in}._card_krozn_15 ._mask_krozn_64._show_krozn_78{opacity:1;z-index:3}._card_krozn_15 ._mask_krozn_64 ._mTitle_krozn_82{font-family:var(--font-family-base);font-weight:500;font-size:.50891rem;color:#fff;line-height:.81425rem}._card_krozn_15 ._mask_krozn_64 ._mDesc_krozn_89{margin-top:.61069rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#fff;line-height:.61069rem}._card_krozn_15 ._mask_krozn_64 ._mJia_krozn_97{position:absolute;right:.48346rem;bottom:.48346rem;width:.86514rem;height:.86514rem;z-index:4;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069464'%3e%3cg%20id='Group%201420069258'%3e%3ccircle%20id='Ellipse%203'%20cx='20'%20cy='20'%20r='17'%20fill='%23060B1C'/%3e%3cpath%20id='Vector%2038'%20d='M14.5898%2014.5908L25.4086%2025.4096'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2039'%20d='M25.4092%2014.5898L14.5904%2025.4086'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%}._customNavWrap_krozn_107{position:absolute;bottom:-1.67939rem;right:.50891rem;z-index:5;font-size:0}._customNavWrap_krozn_107 ._navBtn_krozn_114{border:none;padding:0;background-color:initial;width:.86514rem;height:.86514rem}._customNavWrap_krozn_107 ._navBtn_krozn_114:last-child{margin-left:.61069rem}._customNavWrap_krozn_107 ._navBtn_krozn_114 ._pic_krozn_124{display:block;width:100%;cursor:pointer}._W1_o5vjp_1{background-color:#f4f4f4}._picsTitTop_o5vjp_4{top:.40712rem;bottom:initial}._agile_o5vjp_8{display:flex;align-items:center;flex-direction:column;margin-top:2.03562rem}._agile_o5vjp_8 ._aTitle_o5vjp_14{font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._agile_o5vjp_8 ._aTitle_o5vjp_14:lang(en){padding:0 .50891rem;text-align:center}._agile_o5vjp_8 ._aBox_o5vjp_26{margin-top:1.6285rem}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aItem_o5vjp_29{display:flex;align-items:center;padding-right:.5598rem;height:3.05344rem;background:linear-gradient(90deg,#071335,#07133566);font-size:0}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aItem_o5vjp_29:lang(en){height:auto;padding:.25445rem .5598rem 0 0}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aItem_o5vjp_29:lang(en) ._aPic_o5vjp_41{align-self:flex-end}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aItem_o5vjp_29:last-child{flex-direction:row-reverse;margin-top:.40712rem;background:linear-gradient(-90deg,#071335,#07133566);padding-right:0;padding-left:.50891rem}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aItem_o5vjp_29:last-child ._aPic_o5vjp_41{display:block;width:4.42748rem}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aItem_o5vjp_29:last-child ._aDesc_o5vjp_55{margin-left:0}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aPic_o5vjp_41{flex:none;display:block;width:3.257rem}._agile_o5vjp_8 ._aBox_o5vjp_26 ._aDesc_o5vjp_55{margin-left:.50891rem;font-family:var(--font-family-base);font-weight:500;font-size:.30534rem;color:#ffffffe6;line-height:.50891rem}._source_o5vjp_71{padding:2.03562rem 0}._app_o5vjp_74{padding-top:1.6285rem;background-color:#fff}._container_108ef_1{position:relative;margin-top:1.22137rem;width:100%;height:16.33588rem;background-color:#fff}._mask_108ef_8,._mask_108ef_8 ._swiperMain_108ef_11{height:100%}._close_108ef_14{position:absolute;top:.61069rem;right:.61069rem;width:1.01781rem;height:1.01781rem;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069327'%3e%3ccircle%20id='Ellipse%203'%20cx='20'%20cy='20'%20r='20'%20fill='black'%20fill-opacity='0.05'/%3e%3cg%20id='Group%201420069258'%3e%3cpath%20id='Vector%2038'%20d='M13.6357%2026.3633L26.3637%2013.6354'%20stroke='%23060B1C'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2039'%20d='M13.6357%2013.6357L26.3637%2026.3637'%20stroke='%23060B1C'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%;z-index:3}._cardMain_108ef_24{width:100%;height:100%;font-size:0}._cardMain_108ef_24 ._video_108ef_29{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._cardMain_108ef_24 ._imageTwo_108ef_34{display:block;width:100%;opacity:0;transition:opacity 1s ease-in-out}._cardMain_108ef_24 ._imageTwo_108ef_34 img{height:100%;-o-object-fit:cover;object-fit:cover}._cardMain_108ef_24 ._imageTwo_108ef_34._show_108ef_44{opacity:1}._cardMain_108ef_24._first_108ef_47{display:flex;justify-content:center;align-items:flex-end}._swiperSub_108ef_52{position:absolute;bottom:.50891rem;left:0;width:100%}._swiperSub_108ef_52 .swiper-wrapper{align-items:flex-end}._slideSub_108ef_61{width:7.70992rem;border-radius:.61069rem;overflow:hidden}._slideSub_108ef_61._showArrow_108ef_66{overflow:initial}._cardSub_108ef_69{position:relative;padding:.40712rem .81425rem;border-radius:.61069rem;background:#0000000d;font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#060b1ca6;line-height:.61069rem;-webkit-backdrop-filter:blur(1.27226rem);backdrop-filter:blur(1.27226rem);word-break:break-all}._cardSub_108ef_69 ._con_108ef_1{opacity:1}._cardSub_108ef_69 ._con_108ef_1:lang(en){max-height:2.31552rem;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}._cardSub_108ef_69 ._con_108ef_1:lang(en)::-webkit-scrollbar{display:none;width:0;height:0}._cardSub_108ef_69 ._title_108ef_98{font-weight:600;color:#060b1c}._cardSub_108ef_69 ._desc_108ef_102{display:inline}._cardSub_108ef_69._show_108ef_44{background:none;-webkit-backdrop-filter:none;backdrop-filter:none}._cardSub_108ef_69._show_108ef_44 ._con_108ef_1{opacity:0}._cardSub_108ef_69._show_108ef_44 ._rightIcon_108ef_112,._cardSub_108ef_69._show_108ef_44 ._leftIcon_108ef_113{opacity:1}._cardSub_108ef_69 ._rightIcon_108ef_112,._cardSub_108ef_69 ._leftIcon_108ef_113{position:absolute;right:0;top:0;width:.66158rem;height:1.11959rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0s ease-in}._cardSub_108ef_69 ._rightIcon_108ef_112{right:.22901rem;border-radius:.61069rem 0 0 .61069rem}._cardSub_108ef_69 ._leftIcon_108ef_113{left:.22901rem;border-radius:.61069rem 0 0 .61069rem}._botLayer_108ef_137{position:absolute;top:0;left:0;z-index:6;width:100%;height:100%;opacity:1;transition:opacity .3s ease-in;display:flex;justify-content:center;align-items:flex-end;background-color:#fff}._botLayer_108ef_137._hide_108ef_151{opacity:0;z-index:-1}._botLayer_108ef_137 ._image_108ef_34{display:block;width:8.9313rem;height:13.63868rem;-o-object-fit:cover;object-fit:cover}._botLayer_108ef_137 ._tabs_108ef_161{display:flex;gap:.40712rem;position:absolute;bottom:.50891rem;left:0;z-index:3;padding:0 .50891rem;overflow-x:scroll;width:100%;-ms-overflow-style:none;scrollbar-width:none}._botLayer_108ef_137 ._tabs_108ef_161::-webkit-scrollbar{display:none;width:0;height:0}._botLayer_108ef_137 ._tabs_108ef_161 ._tab_108ef_161{flex:none;display:flex;align-items:center;gap:.40712rem;padding:0 .40712rem;height:1.22137rem;background:#0000000d;-webkit-backdrop-filter:blur(1.27226rem);backdrop-filter:blur(1.27226rem);border-radius:.96692rem}._botLayer_108ef_137 ._tabs_108ef_161 ._pic_108ef_192{width:.61069rem}._botLayer_108ef_137 ._tabs_108ef_161 ._desc_108ef_102{font-family:var(--font-family-base);font-weight:500;font-size:.35623rem;color:#060b1c}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:.20356rem}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}._container_hiahl_1{margin-top:1.22137rem}._container_hiahl_1 ._title_hiahl_4{padding-left:.50891rem;font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;text-align:left;line-height:.73791rem;background-image:linear-gradient(0deg,#9693a0,#595668,#0f0f0f);background-clip:text;-webkit-background-clip:text;color:transparent}._swiperBox_hiahl_17{margin-top:.83969rem}._swiperBox_hiahl_17 ._slideContent_hiahl_20{margin:0 auto;position:relative;width:8.98219rem;height:11.95929rem;border-radius:.61069rem;overflow:hidden}._swiperBox_hiahl_17 ._slideContent_hiahl_20._dient_hiahl_28{background:conic-gradient(from 180deg at 50% 50%,#666,#333237 49.52%,#202020)}._swiperBox_hiahl_17 ._slideContent_hiahl_20._dient_hiahl_28 ._swiTitle_hiahl_31,._swiperBox_hiahl_17 ._slideContent_hiahl_20._dient_hiahl_28 ._swiDesc_hiahl_32{color:#fff}._swiperBox_hiahl_17 ._slideContent_hiahl_20._bgWhite_hiahl_35{background-color:#fff}._swiperBox_hiahl_17 ._slideContent_hiahl_20._fontWhite_hiahl_38 ._swiTitle_hiahl_31,._swiperBox_hiahl_17 ._slideContent_hiahl_20._fontWhite_hiahl_38 ._swiDesc_hiahl_32{color:#fff}._swiperBox_hiahl_17 ._video_hiahl_42{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._swiperBox_hiahl_17 ._videoCanvas_hiahl_47{display:block}._swiperBox_hiahl_17 ._image_hiahl_50{display:block;width:100%}._swiperBox_hiahl_17 ._image_hiahl_50._twoPic_hiahl_54{display:block;width:10.45802rem;position:relative;top:-2.21374rem;left:.38168rem;opacity:0;transition:all .8s ease-out}._swiperBox_hiahl_17 ._image_hiahl_50._twoPic_hiahl_54._twoAnimate_hiahl_63{top:-1.80662rem;opacity:1}._swiperBox_hiahl_17 ._image_hiahl_50._thrPic_hiahl_67{position:absolute;top:4.50382rem;left:50%;transform:translate(-50%);width:5.31807rem;height:5.34351rem}._swiperBox_hiahl_17 ._textBox_hiahl_75{position:absolute;top:.61069rem;left:.81425rem}._swiperBox_hiahl_17 ._textBox_hiahl_75 ._swiTitle_hiahl_31{font-family:var(--font-family-base);font-weight:500;font-size:.35623rem;color:#060b1c;line-height:.5598rem;opacity:.8}._swiperBox_hiahl_17 ._textBox_hiahl_75 ._swiDesc_hiahl_32{margin-top:.15267rem;font-family:var(--font-family-base);font-weight:700;font-size:.40712rem;color:#060b1c;line-height:.61069rem}._swiperBox_hiahl_17 ._textBox_hiahl_75 ._swiDesc_hiahl_32:lang(en){padding-right:.50891rem}._mySwiper_hiahl_99{height:14.07125rem}._mySwiper_hiahl_99 .swiper-pagination{padding:.5598rem .81425rem;background:#0003;border-radius:.66158rem;width:initial!important;display:flex;justify-content:center;align-items:center;bottom:0;left:50%;transform:translate(-50%)}._mySwiper_hiahl_99 .swiper-pagination-bullet{position:relative;margin:0 .17812rem!important;width:.20356rem;height:.20356rem;background:#f4f4f4;border-radius:.66158rem;overflow:hidden;opacity:1;transition:width .3s ease}._mySwiper_hiahl_99 .swiper-pagination-bullet:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#fff;transform-origin:left center}._mySwiper_hiahl_99 .swiper-pagination-bullet-active{width:1.17048rem;height:.20356rem}._mySwiper_hiahl_99 .swiper-pagination-bullet-active:after{animation:_bulletProgress_hiahl_1 5s linear forwards}@keyframes _bulletProgress_hiahl_1{0%{width:0}to{width:100%}}._XY_n45nf_1{background-color:#f4f4f4}._videos_n45nf_4{margin-top:2.03562rem}._videos_n45nf_4 ._videosTit_n45nf_7{padding-left:.50891rem;font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;line-height:.73791rem;background-image:linear-gradient(0deg,#9693a0,#595668,#0f0f0f);background-clip:text;-webkit-background-clip:text;color:transparent}._drl_n45nf_19{margin-top:2.03562rem;padding:1.6285rem 0 2.03562rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}._drl_n45nf_19 ._dTitle_n45nf_28{font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;line-height:.73791rem;background-image:linear-gradient(0deg,#9693a0,#595668,#0f0f0f);background-clip:text;-webkit-background-clip:text;color:transparent}._drl_n45nf_19 ._dTitle_n45nf_28:lang(en){max-width:calc(100vw - 2.64631rem);text-align:center}._drl_n45nf_19 ._image_n45nf_43{margin-top:1.22137rem;display:block;width:7.04835rem}._drl_n45nf_19 ._dDesc_n45nf_48{margin-top:.40712rem;max-width:8.98219rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.5598rem;text-align:center}._drl_n45nf_19 ._bBox_n45nf_58{display:flex;flex-direction:column;align-items:center}._drl_n45nf_19 ._bBox_n45nf_58 ._bItem_n45nf_63{display:flex;flex-direction:column;align-items:center;margin-top:1.6285rem}._drl_n45nf_19 ._bBox_n45nf_58 ._bItem_n45nf_63 ._con_n45nf_69{width:3.43511rem;height:.07634rem;border-radius:.07634rem;overflow:hidden;background:linear-gradient(90deg,#0f0f0f,#595668,#9693a0)}._drl_n45nf_19 ._bBox_n45nf_58 ._bItem_n45nf_63 ._con1_n45nf_76{margin-top:.33079rem;font-family:var(--font-family-base);font-weight:500;font-size:.35623rem;color:#060b1ccc;line-height:.5598rem}._drl_n45nf_19 ._bBox_n45nf_58 ._bItem_n45nf_63 ._con2_n45nf_84{margin-top:.10178rem;font-family:var(--font-family-base);font-weight:700;font-size:1.01781rem;line-height:1.22137rem;background-image:linear-gradient(0deg,#9693a0,#595668,#0f0f0f);background-clip:text;-webkit-background-clip:text;color:transparent}._source_n45nf_96{margin-top:2.03562rem;padding:0 0 2.03562rem}._source_n45nf_96 ._openTitle_n45nf_100{background-image:linear-gradient(0deg,#9693a0,#595668,#0f0f0f);background-clip:text;-webkit-background-clip:text;color:transparent}._app_n45nf_107{padding-top:1.6285rem;background-color:#fff}._app_n45nf_107 ._sceneTitle_n45nf_111{background-image:linear-gradient(0deg,#9693a0,#595668,#0f0f0f);background-clip:text;-webkit-background-clip:text;color:transparent}._bumi_1fc37_1{width:100%;background:#f4f4f4;overflow-x:hidden}._hero_1fc37_6{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}._bg_1fc37_15{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._bg_1fc37_15 img,._bg_1fc37_15 video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._heroContent_1fc37_30{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}._heroTag_1fc37_38{font-family:var(--font-family-base);font-weight:500;font-size:.40712rem;color:#fff;line-height:1.4;margin-bottom:.20356rem}._heroTitle_1fc37_46{font-family:var(--font-family-base);font-weight:700;font-size:1.01781rem;color:#fff;line-height:1.2;margin:0 0 .20356rem}._heroDesc_1fc37_54{font-family:var(--font-family-base);font-weight:500;font-size:.35623rem;color:#ffffffe6;line-height:1.4;margin-bottom:.61069rem}._heroBtn_1fc37_62{display:inline-flex;align-items:center;justify-content:center;gap:.25445rem;width:auto;height:1.11959rem;margin-top:3.51145rem;padding:0 .61069rem;border-radius:1.01781rem;border:none;background:#fff9;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem);font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#fff;cursor:pointer}._heroBtn_1fc37_62:after{display:block;width:.61069rem;height:.61069rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%20clip-path='url(%23clip0_618_4070)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4070'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._videoModal_1fc37_89{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#000}._videoModalPlayer_1fc37_98{width:100%;height:auto;max-height:100vh;-o-object-fit:contain;object-fit:contain}._videoModalClose_1fc37_104{position:absolute;top:.40712rem;right:.40712rem;width:.61069rem;height:.61069rem;border:none;background:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069464'%3e%3cg%20id='Group%201420069258'%3e%3ccircle%20id='Ellipse%203'%20cx='20'%20cy='20'%20r='17'%20fill='%23060B1C'%20fill-opacity='0.8'/%3e%3cpath%20id='Vector%2038'%20d='M14.5903%2014.5908L25.4091%2025.4096'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2039'%20d='M25.4092%2014.5898L14.5904%2025.4086'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%;cursor:pointer;z-index:2}._preview_1fc37_117{padding:1.22137rem 0 2.03562rem}._previewTitle_1fc37_120{font-weight:700;font-size:.61069rem;text-align:left;background:linear-gradient(180deg,#7b1d00,#ef4608,#ff9961);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 .50891rem .81425rem;line-height:1.2}._cardsTrack_1fc37_131{display:flex;gap:.50891rem;overflow-x:auto;overflow-y:hidden;padding:0 .50891rem 0px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}._cardsTrack_1fc37_131::-webkit-scrollbar{display:none}._card_1fc37_131{flex:0 0 auto;background:#fff;border-radius:.61069rem;padding:.61069rem 0 0 .81425rem;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}._cardTitle_1fc37_154{font-weight:500;font-size:.35623rem;color:#060b1ccc;line-height:.50891rem;margin:0 0 .10178rem}._cardSubtitle_1fc37_161{font-weight:700;font-size:.40712rem;color:#060b1c;line-height:.61069rem;margin:0}._cardMedia_1fc37_168{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}._cardImage_1fc37_175{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}._cardImage_1fc37_175 img{-o-object-fit:contain;object-fit:contain}._appearance_1fc37_183 ._cardMedia_1fc37_168{padding-right:1.27226rem;align-items:flex-end}._appearance_1fc37_183 ._cardImage_1fc37_175{width:5.06361rem;height:5.44529rem}._appearance_1fc37_183 ._cardImage_1fc37_175 img{display:block;height:100%}._voice_1fc37_195 ._cardMedia_1fc37_168{padding-right:.81425rem}._voice_1fc37_195 ._cardImage_1fc37_175{width:1.93384rem;height:1.88295rem}._voice_1fc37_195 ._cardImage_1fc37_175 img{display:block;height:100%}._scrollArrows_1fc37_206{display:flex;justify-content:flex-end;gap:.61069rem;margin:.81425rem 0 0px;padding:0 .50891rem}._arrowBtn_1fc37_213{display:flex;align-items:center;justify-content:center;width:1.01781rem;height:1.01781rem;border-radius:50%;border:none;background:transparent;padding:0;cursor:pointer;transition:opacity .2s}._arrowBtn_1fc37_213._disabled_1fc37_226{cursor:not-allowed}._arrowIcon_1fc37_229{width:.86514rem;height:.86514rem;display:block}._specs_1fc37_234{background:#f4f4f4}._specsTitle_1fc37_237{font-weight:700;font-size:.61069rem;text-align:center;background:linear-gradient(180deg,#7b1d00,#ef4608,#ff9961);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1.22137rem;line-height:1.2}._specsContent_1fc37_248{position:relative;background:#fff;height:32.06107rem}._specRow_1fc37_253{position:relative;margin-bottom:.61069rem}._specRow_1fc37_253:last-child{margin-bottom:0}._specTuiRow_1fc37_260{margin-bottom:.61069rem}._specTuiRow_1fc37_260:last-child{margin-bottom:0}._robotUpperImage_1fc37_266{width:9.38931rem;height:11.60305rem;margin-right:auto;transform:translateY(4.40204rem);overflow:hidden}._robotUpperImage_1fc37_266 ._robotImage_1fc37_273 img{display:block;width:100%;height:auto;transform-origin:left top;transform:scale(.8);transition:transform 1.5s cubic-bezier(.16,1,.3,1)}._robotUpperImage_1fc37_266._robotImageVisible_1fc37_281 ._robotImage_1fc37_273 img{transform:scale(1)}._robotTuiImage_1fc37_284{width:100%;margin-left:auto;overflow:hidden;transform:translateY(5.08906rem)}._robotTuiImage_1fc37_284 ._robotTuiImageInner_1fc37_290 img{display:block;width:100%;height:auto;transform-origin:right top;transform:scale(.8);transition:transform 1.5s cubic-bezier(.16,1,.3,1)}._robotTuiImage_1fc37_284._robotImageVisible_1fc37_281 ._robotTuiImageInner_1fc37_290 img{transform:scale(1)}._specLabelUpper_1fc37_301{position:absolute;z-index:2;opacity:0;top:2.03562rem;right:1.01781rem;width:5.59796rem;text-align:right;transform:translateY(-.50891rem);transition:opacity .8s ease-in-out,transform .8s ease-in-out}._specLabelUpper_1fc37_301._specLabelUpperVisible_1fc37_312{opacity:1;transform:translateY(0)}._specTuiLabel_1fc37_316{position:absolute;z-index:2;opacity:0;bottom:1.93384rem;left:1.01781rem;width:7.37913rem;transform:translateY(.50891rem);transition:opacity .8s ease-in-out,transform .8s ease-in-out}._specTuiLabel_1fc37_316._specTuiLabelVisible_1fc37_326{opacity:1;transform:translateY(0)}._specLabelDecor_1fc37_330{position:absolute;display:flex;gap:0;top:2.44275rem;right:1.39949rem;flex-direction:column;align-items:center;transform:rotate(180deg)}._specTuiLabelDecor_1fc37_340{position:absolute;display:flex;gap:0;bottom:3.30789rem;left:2.87532rem;flex-direction:row;align-items:center;transform:rotate(-90deg)}._specLabelDot_1fc37_350{width:.30534rem;height:.30534rem;background:#060b1c33;border-radius:50%;flex-shrink:0}._specLabelLine_1fc37_357{background:#060b1c33;flex-shrink:0}._specLabelDecor_1fc37_330 ._specLabelLine_1fc37_357{width:1px;height:3.10433rem}._specTuiLabelDecor_1fc37_340 ._specLabelLine_1fc37_357{width:3.10433rem;height:1px}._specTuiLabelDecorEn_1fc37_369 ._specLabelLine_1fc37_357{width:2.03562rem}._specTuiLabelDecor_1fc37_340 ._specLabelDot_1fc37_350{width:.30534rem;height:.30534rem}._specDegreeTitle_1fc37_376{font-weight:700;font-size:.35623rem;color:#060b1c;line-height:.50891rem;margin-bottom:.10178rem}._specDegreeNumber_1fc37_383{color:#ef4608}._specDegreeDesc_1fc37_386{font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.5598rem;font-style:normal;text-transform:none}._statsContainer_1fc37_394{display:grid;grid-template-columns:repeat(3,1fr);gap:.40712rem;padding:.50891rem .40712rem 2.03562rem}._statCard_1fc37_400{background:#fff;border-radius:.61069rem;padding:.40712rem .35623rem;text-align:center;box-sizing:border-box;opacity:0;transform:translateY(.50891rem);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}._statCardVisible_1fc37_410{opacity:1;transform:translateY(0)}._statValue_1fc37_414{margin-bottom:.20356rem;font-weight:700;font-size:.50891rem;color:#060b1c;line-height:.71247rem}._statLabel_1fc37_421{font-weight:400;font-size:.30534rem;color:#060b1c99;line-height:.50891rem}._batteryCard_1fc37_427{position:relative;padding:0}._batteryCard_1fc37_427 ._cardText_1fc37_431{position:relative;z-index:1;text-align:right;padding:.61069rem .81425rem 0}._appCard_1fc37_437 ._cardMedia_1fc37_168{padding-top:.86514rem;padding-left:.81425rem;align-items:flex-start;justify-content:flex-end}._appCard_1fc37_437 ._cardImage_1fc37_175 img{width:4.22392rem}._groupCard_1fc37_446{position:relative}._groupCard_1fc37_446 ._cardMedia_1fc37_168{padding-right:.81425rem}._groupCard_1fc37_446 img{width:6.10687rem}._groupNote_1fc37_455{position:absolute;right:.61069rem;bottom:.40712rem;font-weight:400;font-size:.30534rem;color:#060b1c66}._batteryCardMedia_1fc37_463{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}._batteryCardMedia_1fc37_463 ._refreshIcon_1fc37_469{opacity:0;position:absolute;right:.61069rem;bottom:.58524rem;width:1.01781rem;transition:opacity .4s ease-in-out}._batteryCardMedia_1fc37_463 ._refreshIcon_1fc37_469._show_1fc37_477{opacity:1}._batteryVideo_1fc37_480{width:110%;height:100%;-o-object-fit:cover;object-fit:cover;transform:translate(-1.14504rem)}._batteryCardVideo_1fc37_486{width:110%;height:100%;transform:translate(-1.14504rem);display:block}._commandSection_1fc37_492{background:#f4f4f4;margin-bottom:2.03562rem}._commandContainer_1fc37_496{position:relative;width:100%;height:18.75318rem;overflow:hidden;background:#000}._commandImageWrapper_1fc37_503{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}._commandImageWrapperOverlay_1fc37_508{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;animation:_commandImageFadeIn_1fc37_1 .5s ease forwards}@keyframes _commandImageFadeIn_1fc37_1{0%{opacity:0}to{opacity:1}}._commandImage_1fc37_503{display:block;width:100%;height:100%}._commandImage_1fc37_503 img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._commandPlayBtn_1fc37_533{position:absolute;top:7.20102rem;left:50%;transform:translate(-50%);width:1.52672rem;height:1.52672rem;border:none;background:transparent;padding:0;cursor:pointer;z-index:2}._commandPlayIcon_1fc37_546{width:1.52672rem;height:1.52672rem;display:block}._commandArrow_1fc37_551{position:absolute;bottom:1.01781rem;width:.66158rem;height:1.11959rem;border:none;background:transparent;padding:0;cursor:pointer;z-index:2}._commandArrowLeft_1fc37_562{left:0}._commandArrowRight_1fc37_565{right:0}._commandArrowIcon_1fc37_568{width:100%;height:100%;display:block}._commandInfo_1fc37_573{position:absolute;left:.91603rem;right:.91603rem;bottom:1.01781rem;z-index:1;min-height:2.03562rem;padding:.40712rem .81425rem;background:#ffffff80;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem);border-radius:.61069rem;line-height:.61069rem;text-align:left;font-style:normal;text-transform:none}._commandLabel_1fc37_589{font-weight:500;font-size:.40712rem;color:#060b1c;line-height:1.5}._commandPrompt_1fc37_595{font-weight:400;font-size:.40712rem;color:#060b1c99;line-height:1.5}._batterySection_1fc37_601{position:relative;width:100%}._batteryGradient_1fc37_605{position:relative;height:9.89822rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin-top:4.07125rem;background:linear-gradient(0deg,#ff9f6b,#f55409 42.99%,#6b1900);overflow:visible}._batteryGradientVideo_1fc37_616{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;display:block}._batteryImageWrapper_1fc37_626{position:absolute;left:50%;top:-2.03562rem;z-index:2;width:4.65649rem;height:4.17303rem;transform:translate(-50%) scale(1.1);transition:transform 3s cubic-bezier(.16,1,.3,1)}._batteryImageWrapper_1fc37_626img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._batteryImageWrapperVisible_1fc37_642{transform:translate(-50%) scale(1)}._batteryImage_1fc37_626{display:block;width:100%;height:100%}._batterySlogan_1fc37_650{position:relative;z-index:1;text-align:center;margin-bottom:2.03562rem}._batterySloganLine_1fc37_656{font-family:var(--font-family-base);font-weight:700;font-size:.91603rem;color:#fff;line-height:1.3}._batteryContent_1fc37_663{position:relative;z-index:1;padding:.81425rem .50891rem 2.03562rem;background:#fff}._batteryDesc_1fc37_669{font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.5598rem;text-align:center;font-style:normal;text-transform:none;margin-bottom:1.22137rem}._batteryStats_1fc37_679{display:flex;justify-content:center;gap:1.01781rem;padding:0 .40712rem}._batteryStatItem_1fc37_685{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;max-width:3.56234rem}._batteryStatLabel_1fc37_693{font-weight:500;font-size:.35623rem;color:#060b1c99;margin-bottom:.40712rem;line-height:.5598rem}._batteryStatValue_1fc37_700{font-weight:700;font-size:1.01781rem;color:#060b1c;margin-bottom:.30534rem;line-height:1.01781rem}._batteryStatsEn_1fc37_707 ._batteryStatValue_1fc37_700{font-size:.63613rem}._batteryStatLine_1fc37_710{width:100%;height:.05089rem;background:#f50;margin-bottom:.30534rem}._batteryStatDesc_1fc37_716{font-weight:500;font-size:.35623rem;color:#060b1c}._appSection_1fc37_721{padding:2.03562rem 0px;background:#f4f4f4;display:flex;flex-direction:column;align-items:center}._appTitle_1fc37_728{font-weight:700;font-size:.61069rem;text-align:center;background:linear-gradient(180deg,#7b1d00,#ef4608,#ff9961);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .61069rem;line-height:1.2}._appDesc_1fc37_739{font-weight:400;font-size:.35623rem;color:#060b1ccc;line-height:.5598rem;text-align:center;font-style:normal;text-transform:none;margin-bottom:1.22137rem;padding:0 .50891rem}._appShowcase_1fc37_750{width:100%;height:7.17557rem;background:#fff;position:relative;box-sizing:border-box;overflow:hidden}._appShowcaseMedia_1fc37_758{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}._appShowcaseMediaAsset_1fc37_766{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._appShowcaseMedia_1fc37_758 video{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;transform:scale(1.1);transform-origin:top center;animation:_walkVideoEnter_1fc37_1 .6s ease forwards}._appShowcaseMediaVideo_1fc37_778{transform:scale(1.1);transform-origin:top center;animation:_walkVideoEnter_1fc37_1 .6s ease forwards}@keyframes _walkVideoEnter_1fc37_1{0%{opacity:0;transform:scale(1.1) translateY(-.50891rem)}to{opacity:1;transform:scale(1.1) translateY(0)}}._danceImage_1fc37_793{position:absolute;left:30%;top:0;width:90%;height:auto;transform:translate(-50%);-o-object-fit:contain;object-fit:contain;animation:_danceFlyIn_1fc37_1 .8s cubic-bezier(0,0,.2,1) forwards}._teachImage_1fc37_803{position:absolute;top:50%;left:50%;width:auto;height:auto;max-width:60%;max-height:85%;transform:translate(-50%,-50%);-o-object-fit:contain;object-fit:contain;animation:_teachReveal_1fc37_1 1s cubic-bezier(1,1,.3,1) forwards}@keyframes _danceFlyIn_1fc37_1{0%{opacity:0;transform:translate(-50%) translateY(-2.03562rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _teachReveal_1fc37_1{0%{opacity:0;clip-path:inset(0 50% 0 50%)}to{opacity:1;clip-path:inset(0 0 0 0)}}._appTabText_1fc37_835{position:absolute;z-index:2;opacity:0;pointer-events:none;padding:.30534rem .40712rem;background:#fffffff2;border-radius:.30534rem;box-shadow:0 .10178rem .40712rem #00000014;max-width:70%}._appTabTextWalk_1fc37_846{bottom:2.03562rem;left:.40712rem}._appTabTextDance_1fc37_850{top:.61069rem;right:.40712rem}._appTabTextTeach_1fc37_854{top:.61069rem;left:.40712rem}._appTabTextVisible_1fc37_858{animation:_appTabTextFadeIn_1fc37_1 .6s ease forwards}@keyframes _appTabTextFadeIn_1fc37_1{0%{opacity:0;transform:translateY(.20356rem)}to{opacity:1;transform:translateY(0)}}._appTabTextTitle_1fc37_871{font-weight:500;font-size:.35623rem;color:#060b1c;line-height:1.4;margin-bottom:.10178rem}._appTabTextTitleBg_1fc37_878{display:inline-flex;align-items:center;justify-content:flex-end;width:4.07125rem;height:1.42494rem;padding:.30534rem .40712rem 0 .81425rem;background-size:auto 100%;background-position:right center;background-repeat:no-repeat;font-weight:500;font-size:.35623rem;color:#fff;line-height:1.4;margin-bottom:.10178rem}._appTabTextDesc_1fc37_894{font-weight:400;font-size:.30534rem;color:#060b1c99;line-height:1.5}._appShowcaseTabs_1fc37_900{position:relative;display:inline-flex;gap:.10178rem;margin-top:.61069rem;width:5.08906rem;height:1.11959rem;background:#e6e6e6;border-radius:.5598rem;padding:.10178rem;box-sizing:border-box}._appShowcaseTabIndicator_1fc37_912{position:absolute;top:.10178rem;height:.91603rem;background:#060b1c;border-radius:2.54453rem;transition:left .3s ease,width .3s ease,height .15s ease,top .15s ease,background-color .15s ease;z-index:0}._appShowcaseTab_1fc37_900{position:relative;z-index:1;flex:1;padding:0;border:none;border-radius:.45802rem;background:transparent;color:#060b1c;font-size:.35623rem;cursor:pointer;transition:color .2s ease}._appShowcaseTabActive_1fc37_934{color:#fff}._scenarios_1fc37_937{background:#fff;padding:1.6285rem 0 0px}._scenariosTitle_1fc37_941{text-align:left;font-style:normal;text-transform:none;background:linear-gradient(180deg,#7b1d00,#ef4608,#ff9961);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._n2_r2pc4_1{width:100%;background:#f4f4f4;overflow-x:hidden}._hero_r2pc4_6{position:relative;width:100%;min-height:20.35623rem;height:100vh;overflow:hidden;display:flex;align-items:flex-start;justify-content:center}._bg_r2pc4_16{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._bg_r2pc4_16 img,._bg_r2pc4_16 video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._heroContent_r2pc4_31{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:auto;margin-bottom:1.42494rem}._heroBtn_r2pc4_41{display:inline-flex;align-items:center;justify-content:center;gap:.25445rem;width:auto;min-width:3.46056rem;height:1.11959rem;padding:0 .50891rem;border-radius:1.01781rem;border:none;background:#0003;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem);font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#fff;cursor:pointer}._heroBtn_r2pc4_41:after{display:block;width:.61069rem;height:.61069rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%20clip-path='url(%23clip0_618_4070)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4070'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._videoModal_r2pc4_68{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#000}._videoModalPlayer_r2pc4_77{width:100%;height:auto;max-height:100vh;-o-object-fit:contain;object-fit:contain}._videoModalClose_r2pc4_83{position:absolute;top:.40712rem;right:.40712rem;width:.61069rem;height:.61069rem;border:none;background:transparent;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069464'%3e%3cg%20id='Group%201420069258'%3e%3ccircle%20id='Ellipse%203'%20cx='20'%20cy='20'%20r='17'%20fill='%23060B1C'%20fill-opacity='0.8'/%3e%3cpath%20id='Vector%2038'%20d='M14.5903%2014.5908L25.4091%2025.4096'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cpath%20id='Vector%2039'%20d='M25.4092%2014.5898L14.5904%2025.4086'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size:100%;cursor:pointer;z-index:2}._preview_r2pc4_96{max-width:100%;margin:0 auto;padding:1.22137rem .50891rem 2.03562rem;background:#f4f4f4}._previewTitle_r2pc4_102{font-weight:700;font-size:.61069rem;text-align:left;font-style:normal;text-transform:none;background:linear-gradient(180deg,#15325e,#1b65d0,#81aeee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.81425rem}._cardsTrack_r2pc4_114{position:relative;display:flex;gap:.81425rem;overflow-x:auto;overflow-y:hidden;padding:0;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}._cardsTrack_r2pc4_114::-webkit-scrollbar{display:none}._card_r2pc4_114{flex:0 0 auto;background:#fff;border-radius:.61069rem;padding:.61069rem 1.22137rem 0px;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;width:8.98219rem;height:11.95929rem}._firstCard_r2pc4_140{margin-left:0}._lastCard_r2pc4_143{margin-right:0}._cardTitle_r2pc4_146{font-weight:500;font-size:.35623rem;color:#060b1ccc;line-height:.5598rem;margin:0 0 .15267rem}._cardSubtitle_r2pc4_153{font-weight:700;font-size:.40712rem;color:#060b1c;line-height:.5598rem;margin:0 0 .20356rem}._cardMedia_r2pc4_160{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}._cardImage_r2pc4_167{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}._cardImage_r2pc4_167 img{-o-object-fit:contain;object-fit:contain}._cardVideo_r2pc4_175{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._appearanceCard_r2pc4_180{position:relative}._appearanceCard_r2pc4_180 ._cardTitle_r2pc4_146,._appearanceCard_r2pc4_180 ._cardSubtitle_r2pc4_153{position:absolute;left:.81425rem;z-index:1}._appearanceCard_r2pc4_180 ._cardTitle_r2pc4_146{top:.61069rem}._appearanceCard_r2pc4_180 ._cardSubtitle_r2pc4_153{top:1.37405rem}._appearanceImageContainer_r2pc4_195{position:absolute;width:8.98219rem;height:9.38931rem;right:0;bottom:0;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}._appearanceImage_r2pc4_195,._appearanceImage_r2pc4_195 img{height:100%;width:auto;max-width:none;-o-object-fit:contain;object-fit:contain}._motorCard_r2pc4_218{position:relative}._motorCard_r2pc4_218 ._cardTitle_r2pc4_146,._motorCard_r2pc4_218 ._cardSubtitle_r2pc4_153{position:absolute;left:.81425rem;z-index:1}._motorCard_r2pc4_218 ._cardTitle_r2pc4_146{top:.61069rem}._motorCard_r2pc4_218 ._cardSubtitle_r2pc4_153{top:1.37405rem}._motorImageContainer_r2pc4_233{position:absolute;top:0;right:0;width:8.98219rem;height:11.95929rem;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}._motorImage_r2pc4_233,._motorImage_r2pc4_233 img{height:100%;width:auto;max-width:none;-o-object-fit:contain;object-fit:contain}._batteryCard_r2pc4_256{position:relative}._batteryCard_r2pc4_256 ._cardTitle_r2pc4_146,._batteryCard_r2pc4_256 ._cardSubtitle_r2pc4_153{position:absolute;right:.81425rem;z-index:1}._batteryCard_r2pc4_256 ._cardTitle_r2pc4_146{top:.61069rem;color:#fffc}._batteryCard_r2pc4_256 ._cardSubtitle_r2pc4_153{top:1.37405rem;color:#fff}._batteryImageContainer_r2pc4_273{position:absolute;top:0;right:0;width:8.98219rem;height:11.95929rem;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}._batteryImage_r2pc4_273,._batteryImage_r2pc4_273 img{height:100%;width:auto;max-width:none;-o-object-fit:contain;object-fit:contain}._appCard_r2pc4_296{position:relative}._appCard_r2pc4_296 ._cardTitle_r2pc4_146,._appCard_r2pc4_296 ._cardSubtitle_r2pc4_153{position:absolute;left:.81425rem;z-index:1}._appCard_r2pc4_296 ._cardTitle_r2pc4_146{top:.61069rem}._appCard_r2pc4_296 ._cardSubtitle_r2pc4_153{top:1.37405rem}._appImageContainer_r2pc4_311{position:absolute;left:50%;bottom:.76336rem;transform:translate(-50%);width:8.98219rem;height:6.99746rem;display:flex;align-items:center;justify-content:center;overflow:hidden}._appImage_r2pc4_311,._appImage_r2pc4_311 img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}._cardPlaceholder_r2pc4_333{flex:1;width:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:.30534rem}._placeholderIcon_r2pc4_342{width:2.03562rem;height:2.03562rem;opacity:.3;background:radial-gradient(circle at 30% 30%,#666,#333);clip-path:circle(50% at center)}._scrollArrows_r2pc4_349{display:flex;justify-content:end;gap:.61069rem;margin-top:.81425rem;margin-right:1.04326rem}._arrowBtn_r2pc4_356{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;border:none;padding:0;transition:all .2s;background:transparent}._arrowBtn_r2pc4_356._disabled_r2pc4_367{opacity:.3;cursor:not-allowed}._arrowIcon_r2pc4_371{width:.86514rem;height:.86514rem}._specs_r2pc4_375{padding:0px 0 2.03562rem}._specsTitle_r2pc4_378{font-weight:700;font-size:.61069rem;text-align:center;background:linear-gradient(180deg,#15325e,#1b65d0,#81aeee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1.22137rem;line-height:1.2}._specsContent_r2pc4_389{margin:0 auto}._specRow_r2pc4_392{display:flex;align-items:center;justify-content:space-between;gap:1.6285rem;margin-bottom:5.03817rem}._specRow_r2pc4_392:last-child{margin-bottom:0}._specRowReverse_r2pc4_402{flex-direction:row-reverse}._upperRow_r2pc4_405{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.01781rem;padding:0 0px 3.257rem;margin-bottom:0;background:#fff}._upperRow_r2pc4_405 ._specImageWrapper_r2pc4_414{width:8.67684rem;min-width:8.67684rem}._upperRow_r2pc4_405 ._upperImageWrapper_r2pc4_418{width:8.67684rem;height:9.23664rem}._upperRow_r2pc4_405 ._upperBodyImage_r2pc4_422,._upperRow_r2pc4_405 ._upperBodyImage_r2pc4_422 img{width:100%;height:100%;max-height:none;-o-object-fit:contain;object-fit:contain}._upperRow_r2pc4_405 ._specText_r2pc4_434{position:static;width:100%;margin:0}._upperRow_r2pc4_405 ._specDesc_r2pc4_439{margin:0 .50891rem 1.01781rem;font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.5598rem}._upperRow_r2pc4_405 ._specStats_r2pc4_446{flex-wrap:wrap}._upperRow_r2pc4_405 ._specStatItem_r2pc4_449{padding:0}._upperRow_r2pc4_405 ._specStatItem_r2pc4_449:before{display:none}._upperRow_r2pc4_405 ._specStatLine_r2pc4_455{width:3.56234rem;height:.07634rem;border-radius:.07634rem;margin-bottom:.20356rem;background:linear-gradient(90deg,#15325e,#1b65d0,#81aeee)}._upperRow_r2pc4_405 ._specStatValue_r2pc4_462{font-size:.81425rem;font-weight:700;font-size:1.01781rem;color:#060b1c;margin-bottom:.10178rem}._upperRow_r2pc4_405 ._specStatLabel_r2pc4_469{font-weight:500;font-size:.35623rem;color:#060b1c99}._lowerRow_r2pc4_474{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.01781rem;padding:0 0px 2.03562rem;margin-bottom:0;background:#fff}._lowerRow_r2pc4_474 ._specImageWrapper_r2pc4_414{width:100%;min-width:auto;display:flex;justify-content:flex-end}._lowerRow_r2pc4_474 ._lowerImageWrapper_r2pc4_489{width:7.07379rem;height:11.37405rem}._lowerRow_r2pc4_474 ._lowerBodyImage_r2pc4_493,._lowerRow_r2pc4_474 ._lowerBodyImage_r2pc4_493 img{width:100%;height:100%;max-height:none;-o-object-fit:contain;object-fit:contain}._lowerRow_r2pc4_474 ._specText_r2pc4_434{position:static;width:100%;margin:0}._lowerRow_r2pc4_474 ._specDesc_r2pc4_439{margin:0 .50891rem 1.01781rem;font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.5598rem}._lowerRow_r2pc4_474 ._specStats_r2pc4_446{flex-wrap:wrap}._lowerRow_r2pc4_474 ._specStatItem_r2pc4_449{padding:0}._lowerRow_r2pc4_474 ._specStatItem_r2pc4_449:before{display:none}._lowerRow_r2pc4_474 ._specStatLine_r2pc4_455{width:3.56234rem;height:.07634rem;border-radius:.07634rem;margin-bottom:.20356rem;background:linear-gradient(90deg,#15325e,#1b65d0,#81aeee)}._lowerRow_r2pc4_474 ._specStatValue_r2pc4_462{font-size:1.01781rem;font-weight:700;color:#060b1c;margin-bottom:.10178rem}._lowerRow_r2pc4_474 ._specStatLabel_r2pc4_469{font-weight:500;font-size:.35623rem;color:#060b1c99}._specImageWrapper_r2pc4_414{flex:1;min-width:0}._specImagePlaceholder_r2pc4_548{width:100%;aspect-ratio:16 / 10;background:#f4f4f4;border-radius:.61069rem;display:flex;align-items:center;justify-content:center}._specImageLabel_r2pc4_557{font-weight:400;font-size:.45802rem;color:#060b1c66}._specText_r2pc4_434{flex:1;min-width:0}._specDesc_r2pc4_439{font-weight:400;font-size:.50891rem;color:#060b1c99;line-height:1.6;margin:0 0 1.01781rem}._specStats_r2pc4_446{display:flex;justify-content:space-between!important;padding:0 .50891rem}._specStatItem_r2pc4_449{position:relative;padding-left:.61069rem}._specStatValue_r2pc4_462{font-weight:700;font-size:1.22137rem;color:#060b1c;line-height:1.2;margin-bottom:.10178rem}._specStatLabel_r2pc4_469{font-weight:400;font-size:.40712rem;color:#060b1c99;line-height:1.4;width:3.56234rem}._statsContainer_r2pc4_596{display:grid;grid-template-columns:repeat(3,1fr);gap:.81425rem;max-width:30.53435rem;margin:0 auto;padding:0 .61069rem}._statCard_r2pc4_604{background:#f4f4f4;border-radius:.61069rem;padding:.81425rem .61069rem;text-align:center;height:6.15776rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:translateY(1.01781rem);transition:opacity 3s cubic-bezier(.16,1,.3,1),transform 3s cubic-bezier(.16,1,.3,1)}._statCardVisible_r2pc4_619{opacity:1;transform:translateY(0)}._statValue_r2pc4_623{font-family:var(--font-family-base);font-weight:700;font-size:1.22137rem;color:#06f;line-height:1.6285rem;margin-bottom:.15267rem}._statLabel_r2pc4_631{font-weight:400;font-size:.40712rem;color:#060b1c99;line-height:.71247rem}._batterySection_r2pc4_637{display:flex;flex-direction:column;align-items:center}._batteryRing_r2pc4_642{position:relative;width:8.39695rem;height:8.39695rem;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:1.6285rem 0 .89059rem}._batteryRingSvg_r2pc4_652{position:absolute;width:8.39695rem;height:8.39695rem;transform:rotate(-90deg)}._batteryProgress_r2pc4_658{stroke-dasharray:962;stroke-dashoffset:962;animation:_batteryCharge_r2pc4_1 2s ease-in-out forwards;animation-play-state:paused}._batteryProgressActive_r2pc4_664{animation:_progressAnimation_r2pc4_1 2s cubic-bezier(.8,0,.2,1) forwards;animation-play-state:running}@keyframes _progressAnimation_r2pc4_1{to{stroke-dashoffset:0}}@keyframes _batteryCharge_r2pc4_1{0%{stroke-dashoffset:962}to{stroke-dashoffset:0}}._batteryOverlay_r2pc4_681{position:absolute;top:0;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:2.11196rem .40712rem 0;box-sizing:border-box;text-align:center;opacity:0;animation:_batteryOverlayFadeIn_r2pc4_1 1s ease-out .4s forwards;animation-play-state:paused}._batteryOverlayVisible_r2pc4_698{animation-play-state:running}@keyframes _batteryOverlayFadeIn_r2pc4_1{0%{opacity:0;transform:translateY(.61069rem)}to{opacity:1;transform:translateY(0)}}._batteryShachong_r2pc4_711{width:1.09415rem;height:1.09415rem;-o-object-fit:contain;object-fit:contain;margin-bottom:1.17048rem}._batteryRingTitle_r2pc4_717{font-weight:700;font-size:.76336rem;color:#060b1c;text-align:center;font-style:normal;width:6.20865rem;text-transform:none;margin:0;line-height:1.2}._batteryRingTitle_r2pc4_717:lang(en){font-size:.50891rem}._batteryContent_r2pc4_731{padding:0 .50891rem}._batteryDesc_r2pc4_734{font-weight:400;font-size:.35623rem;color:#060b1ccc;text-align:center;font-style:normal;text-transform:none}._batteryDesc_r2pc4_734 ._time_r2pc4_742{font-weight:600;color:#1b65d0}._batteryDescTime_r2pc4_746{font-weight:700;color:#1b65d0}._openSourceTitle_r2pc4_750{background:linear-gradient(180deg,#15325e,#1b65d0,#81aeee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-top:4.07125rem}._scenariosTitle_r2pc4_757{background:linear-gradient(180deg,#15325e,#1b65d0,#81aeee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._scenariosBg_r2pc4_763{margin-top:2.03562rem;padding-top:1.6285rem;background-color:#fff}@media (max-width: 1200px){._specRow_r2pc4_392,._specRowReverse_r2pc4_402{flex-direction:column;gap:.81425rem}._specStats_r2pc4_446{justify-content:center}}._wrap_1jjkf_1{width:100vw;margin-left:calc(-50vw + 50%)}._track_1jjkf_5{display:flex;gap:.50891rem;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:.50891rem;-webkit-overflow-scrolling:touch}._track_1jjkf_5::-webkit-scrollbar{display:none}._card_1jjkf_17{flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;width:6.61578rem;padding:.71247rem .61069rem .81425rem;background:#fff;border-radius:.50891rem}._card_1jjkf_17:first-child{margin-left:.50891rem}._card_1jjkf_17:last-child{margin-right:.50891rem}._card_1jjkf_17 ._icon_1jjkf_33{width:1.42494rem;height:1.42494rem;-o-object-fit:contain;object-fit:contain}._card_1jjkf_17 ._title_1jjkf_38{margin:1.39949rem 0 0;font-weight:700;font-size:.71247rem;color:#0861ff;line-height:.76336rem}._card_1jjkf_17 ._title_1jjkf_38 ._black_1jjkf_45{color:#060b1c;opacity:.9}._card_1jjkf_17 ._desc_1jjkf_49{flex:1;margin:.40712rem 0 0;font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.61069rem}._controls_1jjkf_57{display:flex;justify-content:flex-end;gap:.40712rem;margin-top:.61069rem;padding:0 .50891rem}._arrow_1jjkf_64{width:1.01781rem;height:1.01781rem}._box_o2ef9_1{width:100%}._title_o2ef9_4{margin:0;font-weight:700;font-size:.61069rem;color:#060b1c;line-height:.81425rem;opacity:.9}._desc_o2ef9_12{margin:.30534rem 0 0;font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.5598rem}._form_o2ef9_19{margin-top:.61069rem;--border-top: none;--border-bottom: none;--border-inner: none;background:transparent}._form_o2ef9_19 .adm-list-body{background:transparent;border:none}._form_o2ef9_19 .adm-list-item{padding:0;background:transparent}._form_o2ef9_19 .adm-list-item-content-main{padding:.10178rem}._form_o2ef9_19 .adm-list-item-content{padding-top:0;padding-bottom:0;padding-right:0;border-top:none}._form_o2ef9_19 .adm-list-item-description{display:none}._form_o2ef9_19 .adm-form-item-has-error:nth-last-of-type(1) .adm-list-item-description{display:block}._form_o2ef9_19 .adm-form-item-has-error .adm-input,._form_o2ef9_19 .adm-form-item-has-error .adm-text-area,._form_o2ef9_19 .adm-form-item-has-error ._picker_o2ef9_53,._form_o2ef9_19 .adm-form-item-has-error .adm-checkbox-icon{border-color:#ff4d4f}._form_o2ef9_19 .adm-form-item-label{font-size:.35623rem;color:#060b1c99}._form_o2ef9_19 .adm-input,._form_o2ef9_19 .adm-text-area{padding:.2799rem .43257rem .30534rem .61069rem;background:#fff;border-radius:.30534rem;border:1px solid rgba(6,11,28,.4);--font-size: .35623rem;--color: #060b1c}._form_o2ef9_19 .adm-text-area{--font-size: .35623rem}._form_o2ef9_19 .adm-input-element::-moz-placeholder,._form_o2ef9_19 .adm-text-area-element::-moz-placeholder{font-weight:500;font-size:.35623rem;color:#060b1c66}._form_o2ef9_19 .adm-input-element::placeholder,._form_o2ef9_19 .adm-text-area-element::placeholder{font-weight:500;font-size:.35623rem;color:#060b1c66}._form_o2ef9_19 .adm-checkbox-icon{border-radius:.12723rem;border:1px solid rgba(6,11,28,.4)}._form_o2ef9_19 .adm-checkbox-checked .adm-checkbox-icon{background-color:#0861ff;border-color:#0861ff}._picker_o2ef9_53{display:flex;align-items:center;justify-content:space-between;padding:.2799rem .43257rem .30534rem .61069rem;background:#fff;border-radius:.30534rem;border:1px solid rgba(6,11,28,.4);font-size:.35623rem;color:#060b1c;line-height:.5598rem}._pickerPlaceholder_o2ef9_101{font-weight:500;color:#060b1c66}._pickerArrow_o2ef9_105{flex-shrink:0;margin-left:.20356rem;font-size:.40712rem;color:#060b1c}._check_o2ef9_111{--icon-size: .40712rem;--font-size: .30534rem;color:#060b1c99;font-weight:400}._checkIcon_o2ef9_117{display:block;width:.61069rem;height:.61069rem}._link_o2ef9_122{color:#060b1c}._submitBtn_o2ef9_125{margin-top:.40712rem;width:-moz-fit-content;width:fit-content;min-width:3.257rem;height:1.11959rem;padding:0 .61069rem;border-radius:1.01781rem;border:1px solid #060b1c;background:transparent;color:#060b1c;font-weight:400;font-size:.35623rem}._submitText_o2ef9_138{display:inline-flex;align-items:center}._submitArrow_o2ef9_142{width:.61069rem;height:.61069rem;margin-left:.25445rem}._page_1vzcl_1{width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding-top:.40712rem;color:#060b1c;background:#f4f4f4}._top_1vzcl_9{position:relative;width:100vw;margin:-.40712rem 0 0;margin-left:calc(-50vw + 50%)}._topPic_1vzcl_15{display:block;width:100%;height:100vh;-o-object-fit:cover;object-fit:cover}._topBox_1vzcl_21{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding-top:2.74809rem;background:#0000004d}._topTitle_1vzcl_30{font-weight:500;font-size:.81425rem;color:#fff;line-height:1.01781rem}._topDesc_1vzcl_36{margin:.40712rem 2.29008rem 0;font-weight:500;font-size:.38168rem;color:#fff;line-height:.5598rem;text-align:center;opacity:.8}._topBtn_1vzcl_45{display:flex;align-items:center;justify-content:center;margin-top:1.22137rem;padding:0 .50891rem;height:1.01781rem;border-radius:1.01781rem;border:1px solid #fff;background:transparent;font-size:.35623rem;color:#fff}._nums_1vzcl_58{display:flex;padding:1.22137rem 0 1.6285rem}._numItem_1vzcl_62{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}._numItem_1vzcl_62+._numItem_1vzcl_62:before{position:absolute;left:0;top:.30534rem;content:"";width:1px;height:1.42494rem;background:#00000026}._numsEn_1vzcl_78 ._numItem_1vzcl_62+._numItem_1vzcl_62:before{height:2.03562rem}._numValue_1vzcl_81{display:flex;align-items:flex-start;color:#060b1c;line-height:1.11959rem;font-family:var(--font-family-base);font-weight:600;font-size:.81425rem;opacity:.9}._numSuffix_1vzcl_91{font-size:.50891rem;line-height:.61069rem}._numDesc_1vzcl_95{margin-top:.35623rem;font-weight:400;font-size:.30534rem;color:#060b1c99;text-align:center}._youshi_1vzcl_102{display:flex;flex-direction:column;align-items:center;padding:1.42494rem .50891rem;background:#fff}._tit_1vzcl_109{font-weight:700;font-size:.61069rem;color:#060b1c;line-height:.81425rem;text-align:center;opacity:.9}._advantageGrid_1vzcl_117{display:flex;flex-direction:column;width:100%;margin-top:.81425rem;border-radius:.50891rem;overflow:hidden;background:#060b1c59}._advantageItem_1vzcl_126{padding:.81425rem .94148rem .81425rem .89059rem}._advantageItem_1vzcl_126+._advantageItem_1vzcl_126{border-top:1px solid rgba(255,255,255,.4)}._advantageTitle_1vzcl_132{margin:0;font-weight:700;font-size:.50891rem;color:#2eebcb;line-height:.5598rem;text-align:center}._advantageTitle_1vzcl_132 ._white_1vzcl_140{color:#fff}._advantageText_1vzcl_143{margin:.61069rem 0 0;font-weight:400;font-size:.35623rem;color:#fff;line-height:.5598rem}._plane_1vzcl_150{display:flex;flex-direction:column;padding:2.03562rem 0}._plane_1vzcl_150 ._tit_1vzcl_109{margin-bottom:1.01781rem;opacity:.9}._agent_1vzcl_159{padding:1.6285rem .76336rem 2.03562rem 1.27226rem;background:#fff}._spec_ryw7h_1{background-color:#f4f4f4}._spec_ryw7h_1 ._topBox_ryw7h_4{position:sticky;top:0;padding:2.34097rem .50891rem 0 .7888rem;height:3.12977rem;background-color:#f4f4f4;z-index:22;display:flex;justify-content:space-between}._spec_ryw7h_1 ._topBox_ryw7h_4._shortT_ryw7h_14 ._tabsBox_ryw7h_14{margin:initial;width:initial}._spec_ryw7h_1 ._topBox_ryw7h_4._shortT_ryw7h_14 ._tabsBox_ryw7h_14 ._tabs_ryw7h_14{width:initial}._spec_ryw7h_1 ._tabsBox_ryw7h_14{margin:0 auto;width:100%}._spec_ryw7h_1 ._tabs_ryw7h_14{width:-moz-max-content;width:max-content}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-tab-wrapper{padding:0;margin-right:.76336rem}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-tab-wrapper:last-child{margin-right:0;display:flex;justify-content:flex-end;padding-right:0}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-tab-wrapper:last-child ._adm-tabs-tab_ryw7h_28{margin:0}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-header-mask-left,._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-header-mask-right{display:none}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-tab-wrapper-stretch{flex:1}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-header{border-bottom:none}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-header:after{content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:.07634rem solid rgba(0,0,0,.1);border-radius:.07634rem}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-tab-line{height:.07634rem;background-color:#060b1c;border-radius:.07634rem}._spec_ryw7h_1 ._tabs_ryw7h_14 .adm-tabs-tab{margin:0;padding:0 0 .35623rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.43257rem}._spec_ryw7h_1 ._title_ryw7h_74{flex:none;display:flex;align-items:flex-start}._spec_ryw7h_1 ._title_ryw7h_74 ._left_ryw7h_79{flex:1;display:flex;align-items:center;justify-content:flex-start}._spec_ryw7h_1 ._title_ryw7h_74 ._left_ryw7h_79 ._tItem_ryw7h_85{display:flex;align-items:center;margin-left:.25445rem}._spec_ryw7h_1 ._title_ryw7h_74 ._left_ryw7h_79 ._tItem_ryw7h_85:first-child{margin:0}._spec_ryw7h_1 ._title_ryw7h_74 ._left_ryw7h_79 ._tItem_ryw7h_85 img{width:.61069rem;height:.61069rem}._spec_ryw7h_1 ._title_ryw7h_74 ._left_ryw7h_79 ._tItem_ryw7h_85 span{margin-left:.05089rem;font-family:var(--font-family-base);font-weight:400;font-size:.30534rem;color:#060b1c;line-height:.35623rem;opacity:.4}._spec_ryw7h_1 ._rightBox_ryw7h_106{position:sticky;z-index:3;top:3.12977rem;padding:0 0 .40712rem 3.33333rem;background-color:#f4f4f4;height:2.23919rem;display:flex;align-items:flex-end}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106{flex:1;align-items:center}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106._rightOneItem_ryw7h_120 ._rightOne_ryw7h_120{display:block;padding-left:.35623rem}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106._rightTwoItem_ryw7h_124{display:flex}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106._rightTwoItem_ryw7h_124 ._rightTwo_ryw7h_124{display:block}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106._rightThrItem_ryw7h_130{display:flex;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106._rightThrItem_ryw7h_130::-webkit-scrollbar{display:none;width:0;height:0}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106._rightThrItem_ryw7h_130 ._rightThr_ryw7h_130{display:block;min-width:2.79898rem;max-width:2.79898rem}._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106 ._rightOne_ryw7h_120,._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106 ._rightTwo_ryw7h_124,._spec_ryw7h_1 ._rightBox_ryw7h_106 ._right_ryw7h_106 ._rightThr_ryw7h_130{flex:1;display:none;padding-right:.25445rem;font-family:var(--font-family-base);font-weight:700;font-size:.40712rem;color:#060b1c;line-height:.48346rem;text-align:center}._contentItem_ryw7h_160{margin:0 auto}._contentItem_ryw7h_160:last-child{padding-bottom:.76336rem}._contentItem_ryw7h_160:last-child ._itemD_ryw7h_166 ._itemBox_ryw7h_166:last-child ._itemLeft_ryw7h_166,._contentItem_ryw7h_160:last-child ._itemD_ryw7h_166 ._itemBox_ryw7h_166:last-child ._itemRight_ryw7h_167{padding-bottom:0}._contentItem_ryw7h_160 ._itemT_ryw7h_170{position:sticky;top:5.34351rem;display:flex;align-items:center;padding-left:.71247rem;width:100%;height:1.22137rem;background-color:#fff;z-index:2}._contentItem_ryw7h_160 ._itemT_ryw7h_170 ._tTitle_ryw7h_181{position:relative;font-family:var(--font-family-base);font-weight:500;font-size:.40712rem;background:linear-gradient(180deg,#0861ff,#2eebcb);background-clip:text;-webkit-background-clip:text;color:transparent;line-height:.48346rem;display:flex;align-items:center;width:2.62087rem;height:100%}._contentItem_ryw7h_160 ._itemT_ryw7h_170 ._tTitle_ryw7h_181._showShadow_ryw7h_196:after{content:"";width:.61069rem;position:absolute;right:-.61069rem;top:0;bottom:0;z-index:1;background:linear-gradient(270deg,#f4f4f400,#0000000a)}._itemD_ryw7h_166{display:flex;align-items:center;flex-wrap:wrap;width:100%;padding:0 0 0 .71247rem}._itemBox_ryw7h_166{display:flex;width:100%}._itemBox_ryw7h_166:last-child ._itemLeft_ryw7h_166,._itemBox_ryw7h_166:last-child ._itemRight_ryw7h_167{padding-bottom:.76336rem}._itemBox_ryw7h_166 ._itemLeft_ryw7h_166{display:flex;align-items:center;justify-content:flex-start;min-width:2.62087rem;max-width:2.62087rem;padding-top:.50891rem;position:relative}._itemBox_ryw7h_166 ._itemLeft_ryw7h_166._showShadow_ryw7h_196:after{content:"";width:.61069rem;position:absolute;right:-.61069rem;top:0;bottom:0;z-index:1;background:linear-gradient(270deg,#f4f4f400,#0000000a)}._itemBox_ryw7h_166 ._itemLeft_ryw7h_166 ._leftT_ryw7h_240{padding:.20356rem .35623rem .20356rem 0px;font-family:var(--font-family-base);font-weight:400;font-size:.30534rem;color:#060b1c;line-height:.35623rem;width:100%}._itemBox_ryw7h_166 ._itemRight_ryw7h_167{flex:1;padding-top:.50891rem}._itemBox_ryw7h_166 ._itemRight_ryw7h_167._rightOneItem_ryw7h_120 ._rightOne_ryw7h_120{padding-left:.35623rem;display:block}._itemBox_ryw7h_166 ._itemRight_ryw7h_167._rightTwoItem_ryw7h_124{display:flex;align-items:center}._itemBox_ryw7h_166 ._itemRight_ryw7h_167._rightTwoItem_ryw7h_124 ._rightTwo_ryw7h_124{display:block;word-break:break-all}._itemBox_ryw7h_166 ._itemRight_ryw7h_167._rightThrItem_ryw7h_130{display:flex;align-items:center;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}._itemBox_ryw7h_166 ._itemRight_ryw7h_167._rightThrItem_ryw7h_130::-webkit-scrollbar{display:none;width:0;height:0}._itemBox_ryw7h_166 ._itemRight_ryw7h_167._rightThrItem_ryw7h_130 ._rightThr_ryw7h_130{display:block;max-width:2.79898rem;min-width:2.79898rem;word-wrap:break-word}._itemBox_ryw7h_166 ._itemRight_ryw7h_167 ._rightOne_ryw7h_120,._itemBox_ryw7h_166 ._itemRight_ryw7h_167 ._rightTwo_ryw7h_124,._itemBox_ryw7h_166 ._itemRight_ryw7h_167 ._rightThr_ryw7h_130{flex:1;display:none;padding:.20356rem .35623rem .20356rem 0;font-family:var(--font-family-base);font-weight:500;font-size:.30534rem;color:#060b1c99;line-height:.35623rem;text-align:center}._itemBox_ryw7h_166 ._itemRight_ryw7h_167 ._rightOne_ryw7h_120 img,._itemBox_ryw7h_166 ._itemRight_ryw7h_167 ._rightTwo_ryw7h_124 img,._itemBox_ryw7h_166 ._itemRight_ryw7h_167 ._rightThr_ryw7h_130 img{width:.61069rem}._itemBox_ryw7h_166 ._itemRight_ryw7h_167 ._pItem_ryw7h_301{margin:0}._desc_ryw7h_304{margin:.45802rem auto 3.81679rem;width:calc(100vw - 1.42494rem);font-family:var(--font-family-base);font-weight:400;font-size:.30534rem;color:#060b1c99;line-height:.50891rem}._line_ryw7h_313{margin:0 auto;width:calc(100vw - 1.01781rem);height:1px;background-color:#0000000d}._page_ehs4q_1{font-size:0;background-color:#fff}._swipe_ehs4q_5 ._swiperItem_ehs4q_5{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperPic_ehs4q_13{width:100%;height:100%}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperPic_ehs4q_13 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23{position:absolute;top:2.54453rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23 ._sd1_ehs4q_33{font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#fff;line-height:.48346rem}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23 ._sTitle_ehs4q_40{margin-top:.25445rem;font-family:var(--font-family-base);font-weight:700;font-size:.81425rem;color:#fff;line-height:.96692rem}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23 ._sDesc_ehs4q_48{margin-top:.25445rem;font-family:var(--font-family-base);font-weight:500;font-size:.40712rem;color:#fff;line-height:.48346rem}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23 ._sDesc_ehs4q_48:lang(en){text-align:center}._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23._black_ehs4q_59 ._sd1_ehs4q_33,._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23._black_ehs4q_59 ._sTitle_ehs4q_40,._swipe_ehs4q_5 ._swiperItem_ehs4q_5 ._swiperDesc_ehs4q_23._black_ehs4q_59 ._sDesc_ehs4q_48{color:#060b1c}._swipe_ehs4q_5 .adm-swiper-indicator{bottom:.40712rem}.custom-swiper-indicator .adm-page-indicator-dot{margin-right:.10178rem;width:.50891rem;height:.05089rem;background:#ffffff40;border-radius:.33079rem}.custom-swiper-indicator .adm-page-indicator-dot-active{background:#fff}._bumi_ehs4q_77{margin-top:.40712rem;display:flex;flex-direction:column;align-items:center;background-color:#f4f4f4}._bumi_ehs4q_77 ._bTitle_ehs4q_84{margin-top:1.17048rem;font-family:var(--font-family-base);font-weight:700;font-size:.81425rem;color:#060b1c;line-height:.96692rem;opacity:.9}._bumi_ehs4q_77 ._bDesc_ehs4q_93{margin-top:.20356rem;font-family:var(--font-family-base);font-weight:400;font-size:.61069rem;color:#060b1c;line-height:.73791rem}._bumi_ehs4q_77 ._bPic_ehs4q_101{margin-top:1.11959rem;display:block;width:100%}._bBtn_ehs4q_106{margin-top:.61069rem;display:flex;align-items:center;justify-content:center;border-radius:1.01781rem;border:1px solid #060b1c;padding:.20356rem .61069rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.40712rem}._XY_ehs4q_120{margin-top:.40712rem;position:relative}._XY_ehs4q_120 ._nPic_ehs4q_124{display:block;width:100%}._XY_ehs4q_120 ._nCon_ehs4q_128{position:absolute;top:1.22137rem;left:0;display:flex;flex-direction:column;align-items:center;width:100%}._XY_ehs4q_120 ._nTitle_ehs4q_137{font-family:var(--font-family-base);font-weight:700;font-size:.81425rem;color:#fff;line-height:.96692rem;opacity:.9}._XY_ehs4q_120 ._nDesc_ehs4q_145{margin-top:.20356rem;font-family:var(--font-family-base);font-weight:400;font-size:.61069rem;color:#fff;line-height:.73791rem}._XY_ehs4q_120 ._bBtn_ehs4q_106{border-color:#fff;color:#fff}._other_ehs4q_157{padding:0 .50891rem 1.01781rem;background-color:#fff;display:flex;flex-direction:column}._other_ehs4q_157 ._oItem_ehs4q_163{position:relative;margin-top:.40712rem;border-radius:.61069rem;overflow:hidden}._other_ehs4q_157 ._oItem_ehs4q_163 ._oPic_ehs4q_169{display:block;width:100%}._other_ehs4q_157 ._oItem_ehs4q_163 ._oCon_ehs4q_173{position:absolute;top:.81425rem;left:0;display:flex;flex-direction:column;align-items:center;width:100%}._other_ehs4q_157 ._oItem_ehs4q_163 ._oCon_ehs4q_173 ._oTitle_ehs4q_182{font-family:var(--font-family-base);font-weight:700;font-size:.81425rem;color:#060b1c;line-height:.96692rem;opacity:.9}._other_ehs4q_157 ._oItem_ehs4q_163 ._oCon_ehs4q_173 ._oDesc_ehs4q_190{margin-top:.20356rem;font-family:var(--font-family-base);font-weight:400;font-size:.40712rem;color:#060b1c;line-height:.48346rem;opacity:.6}._other_ehs4q_157 ._oItem_ehs4q_163 ._oCon_ehs4q_173 ._oBtn_ehs4q_199{display:flex;align-items:center;margin-top:.61069rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c}._other_ehs4q_157 ._oItem_ehs4q_163 ._oCon_ehs4q_173 ._oBtn_ehs4q_199:after{content:"";display:block;width:.61069rem;height:.61069rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069461'%3e%3cpath%20id='Vector'%20d='M10.0833%2017L15.0833%2012L10.0833%207'%20stroke='%23060B1C'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");background-size:100%}._other_ehs4q_157 ._oItem_ehs4q_163._W1_ehs4q_216 ._oTitle_ehs4q_182,._other_ehs4q_157 ._oItem_ehs4q_163._W1_ehs4q_216 ._oDesc_ehs4q_190,._other_ehs4q_157 ._oItem_ehs4q_163._W1_ehs4q_216 ._oBtn_ehs4q_199{color:#fff}._other_ehs4q_157 ._oItem_ehs4q_163._W1_ehs4q_216 ._oBtn_ehs4q_199:after{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%201420069470'%3e%3cpath%20id='Vector'%20d='M10.0833%2017L15.0833%2012L10.0833%207'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e")}._news_ehs4q_224{padding:0 .50891rem 2.03562rem;background-color:#f4f4f4;display:flex;flex-direction:column;align-items:center}._news_ehs4q_224 ._newsT_ehs4q_231{margin-top:2.03562rem;font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._news_ehs4q_224 ._top_ehs4q_240{margin-top:1.01781rem;display:flex;flex-direction:column;border-radius:.61069rem;overflow:hidden;width:100%}._news_ehs4q_224 ._top_ehs4q_240 ._newPic_ehs4q_248{display:flex;width:100%;height:5.08906rem}._news_ehs4q_224 ._top_ehs4q_240 ._newPic_ehs4q_248 img{height:100%;-o-object-fit:cover;object-fit:cover}._news_ehs4q_224 ._top_ehs4q_240 ._newC_ehs4q_257{padding:.40712rem .61069rem .61069rem;background-color:#fff;display:flex;flex-direction:column}._news_ehs4q_224 ._top_ehs4q_240 ._newC_ehs4q_257 ._tDate_ehs4q_263{font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.43257rem;opacity:.6}._news_ehs4q_224 ._top_ehs4q_240 ._newC_ehs4q_257 ._tTitle_ehs4q_271{margin-top:.40712rem;font-family:var(--font-family-base);font-weight:500;font-size:.35623rem;color:#060b1c;line-height:.5598rem}._news_ehs4q_224 ._bot_ehs4q_279{margin-top:.40712rem;border-radius:.61069rem;padding:.81425rem .61069rem;background-color:#fff;width:100%}._news_ehs4q_224 ._bot_ehs4q_279 ._bTitle_ehs4q_84{font-family:var(--font-family-base);font-weight:500;font-size:.35623rem;color:#060b1c;line-height:.5598rem}._news_ehs4q_224 ._bot_ehs4q_279 ._bDate_ehs4q_293{display:flex;align-items:center;justify-content:space-between;margin-top:.53435rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;opacity:.6}._news_ehs4q_224 ._bot_ehs4q_279 ._bDate_ehs4q_293:after{width:.61069rem;height:.61069rem;content:"";display:block;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%2015'%20clip-path='url(%23clip0_618_4000)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='%23060B1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4000'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%;opacity:.6}._news_ehs4q_224 ._moreNews_ehs4q_313{display:flex;align-items:center;margin-top:1.01781rem;padding:.25445rem .35623rem .25445rem .61069rem;border-radius:1.01781rem;border:1px solid #060b1c;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c}._news_ehs4q_224 ._moreNews_ehs4q_313:after{display:block;margin-left:.10178rem;width:.61069rem;height:.61069rem;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%2015'%20clip-path='url(%23clip0_618_4000)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='%23060B1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4000'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-size:100% 100%}._code_ehs4q_335{padding:1.42494rem 0 2.03562rem;display:flex;flex-direction:column;align-items:center}._code_ehs4q_335 ._qrTit_ehs4q_341{font-family:var(--font-family-base);font-weight:500;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._code_ehs4q_335 ._qrDesc_ehs4q_349{padding:0 .50891rem;margin-top:.40712rem;font-family:var(--font-family-base);font-weight:400;font-size:.30534rem;color:#060b1c;line-height:.35623rem}._code_ehs4q_335 ._qrPic_ehs4q_358{margin-top:.61069rem;display:block;width:2.06107rem}._code_ehs4q_335 ._download_ehs4q_363{display:flex;align-items:center;justify-content:center;margin-top:.40712rem;width:5.36896rem;height:.81425rem;border-radius:1.22137rem;border:1px solid #060b1c;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.40712rem}._code_ehs4q_335 ._miniTitle_ehs4q_378{margin-top:1.6285rem;font-family:var(--font-family-base);font-weight:500;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._code_ehs4q_335 ._miniDesc_ehs4q_387{margin-top:.40712rem;font-family:var(--font-family-base);font-weight:400;font-size:.30534rem;color:#060b1c;line-height:.35623rem}._code_ehs4q_335 ._miniPic_ehs4q_395{margin-top:.81425rem;width:3.12977rem}._code_ehs4q_335 ._miniB_ehs4q_399{margin-top:.61069rem;font-family:var(--font-family-base);font-weight:400;font-size:.30534rem;color:#060b1c;line-height:.35623rem}._maskLayer_ehs4q_407{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:9999;display:none}._maskLayer_ehs4q_407._show_ehs4q_417{display:block}._maskLayer_ehs4q_407 ._arrows_ehs4q_420{position:absolute;top:.30534rem;right:.30534rem;width:2.03562rem;height:1.65394rem}._maskLayer_ehs4q_407 ._arrows_ehs4q_420 img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._maskLayer_ehs4q_407 ._maskContent_ehs4q_432{position:absolute;top:2.16285rem;right:.30534rem;width:8.6514rem;background-color:#fff;padding:.50891rem;border-radius:.40712rem;color:#333;box-shadow:0 .25445rem .76336rem #0000004d}._maskLayer_ehs4q_407 ._maskContent_ehs4q_432 p{display:flex;align-items:center;margin-bottom:.20356rem}._maskLayer_ehs4q_407 ._maskContent_ehs4q_432 p:last-child{margin-bottom:0}._maskLayer_ehs4q_407 ._maskContent_ehs4q_432 p span{font-size:.40712rem;line-height:1.5;font-weight:500}._maskLayer_ehs4q_407 ._maskContent_ehs4q_432 p i{width:1.01781rem;height:1.01781rem;display:inline-block;margin-left:.40712rem}._maskLayer_ehs4q_407 ._maskContent_ehs4q_432 p i:last-child{margin-left:.61069rem}._maskLayer_ehs4q_407 ._maskContent_ehs4q_432 p i img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}._page_s0ys8_1{width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding:.50891rem .50891rem 2.54453rem;background:#efefef}._pageTitle_s0ys8_8{margin:2.44275rem 0px 1.01781rem;font-weight:500;font-size:.81425rem;color:#060b1c;opacity:.9}._tabs_s0ys8_15{--active-line-height: .05089rem;--active-line-color: #060b1c;--title-font-size: .35623rem}._tabs_s0ys8_15 .adm-tabs-header{border-bottom:none}._tabs_s0ys8_15 .adm-tabs-tab{padding:0;margin-left:0;margin-right:1.01781rem;padding-bottom:.25445rem;color:#060b1c;font-size:.35623rem;font-weight:400}._tabs_s0ys8_15 .adm-tabs-tab-active{color:#0861ff;font-weight:500}._tabs_s0ys8_15 .adm-tabs-tab-line{bottom:0;height:.05089rem;border-radius:.05089rem;background:#0861ff}._tabs_s0ys8_15 .adm-tabs-tab-wrapper{padding:0}._tabs_s0ys8_15 .adm-tabs-header-mask,._tabs_s0ys8_15 .adm-tabs-header-mask-left,._tabs_s0ys8_15 .adm-tabs-header-mask-right{display:none}._tabs_s0ys8_15 .adm-tabs-content{padding:0}._tabs_s0ys8_15 .adm-infinite-scroll{padding:1.01781rem 0}._cardList_s0ys8_56{display:grid}._card_s0ys8_56{display:grid;margin-top:1.01781rem;color:inherit;text-decoration:none;cursor:pointer}._card_s0ys8_56:last-child{margin-bottom:2.03562rem}._coverWrapper_s0ys8_69{position:relative;width:100%;padding-top:56.25%;background:#d9d9d9;border-radius:.40712rem;overflow:hidden}._cover_s0ys8_69{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._cardTitle_s0ys8_84{margin:.40712rem 0;font-size:.40712rem;font-weight:500;color:#060b1c}._cardDate_s0ys8_90{font-weight:400;font-size:.35623rem;color:#060b1c;opacity:.4}._loadingWrapper_s0ys8_96{display:flex;align-items:center;justify-content:center;gap:.20356rem;padding:1.01781rem 0;color:#737987;font-size:.35623rem}.adm-infinite-scroll{color:#060b1c66}._page_1tvqj_1{width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding:.50891rem;background:#efefef}._loadingWrapper_1tvqj_8{display:flex;align-items:center;justify-content:center;padding:2.03562rem 0}._empty_1tvqj_14{padding:2.03562rem 0;text-align:center;color:#737987;font-size:.35623rem}._back_1tvqj_20{display:inline-flex;align-items:center;gap:.10178rem;margin-top:1.52672rem;background:transparent;border:none;color:#060b1c99;font-size:.35623rem;cursor:pointer}._backIcon_1tvqj_31{width:.61069rem;height:.61069rem;opacity:.6}._title_1tvqj_36{margin:.61069rem 0 .40712rem;font-weight:700;font-size:.50891rem;color:#060b1c;line-height:.71247rem;text-align:left;opacity:.9}._date_1tvqj_45{display:block;font-weight:400;font-size:.35623rem;color:#060b1c;padding-bottom:.61069rem;margin-bottom:.81425rem;border-bottom:1px solid rgba(0,0,0,.1)}._coverWrapper_1tvqj_54{position:relative;width:100%;margin-bottom:.61069rem;padding-top:56.25%;background:#d9d9d9;border-radius:.40712rem;overflow:hidden}._cover_1tvqj_54{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._content_1tvqj_70{font-size:.38168rem;line-height:1.7;color:#060b1c}._content_1tvqj_70 img{max-width:100%;height:auto;border-radius:.20356rem}._content_1tvqj_70 p{margin:0 0 .40712rem}._content_1tvqj_70 section{max-width:100%}._navigation_1tvqj_86{display:flex;justify-content:center;gap:1.22137rem;margin:1.6285rem 0 2.03562rem}._navButton_1tvqj_92{display:inline-flex;align-items:center;justify-content:center;gap:.10178rem;width:2.74809rem;height:1.11959rem;padding:0 .40712rem;background:transparent;border:1px solid #060b1c;border-radius:.5598rem;color:#060b1c;font-weight:400;font-size:.35623rem;cursor:pointer;transition:color .2s,border-color .2s}._navButton_1tvqj_92:disabled{color:#060b1c99;border-color:#060b1c99;cursor:not-allowed}._navButton_1tvqj_92:first-child{padding-left:.12723rem}._navButton_1tvqj_92:last-child{padding-right:.12723rem}._navButton_1tvqj_92 svg{font-size:.35623rem}._navIcon_1tvqj_123{width:.61069rem;height:.61069rem;opacity:1;transition:opacity .2s}._navButton_1tvqj_92:disabled ._navIcon_1tvqj_123{opacity:.6}._nextIcon_1tvqj_132{transform:rotate(180deg)}._wrap_1kul5_1{line-height:1.8;font-size:.35623rem;color:#060b1c}._h1_1kul5_6{font-size:.50891rem;text-align:center;margin-bottom:.81425rem;font-weight:600}._intro_1kul5_12{margin-bottom:1.01781rem;text-indent:2em}._h2_1kul5_16{font-size:.45802rem;margin:1.11959rem 0 .40712rem;padding-bottom:.20356rem;border-bottom:1px solid #eee}._h3_1kul5_22{font-size:.40712rem;margin:.61069rem 0 .30534rem}._p_1kul5_26{margin:0;padding:0;text-indent:2em}._wrap_12hav_1{line-height:1.8;font-size:.35623rem;color:#060b1c}._h1_12hav_6{font-size:.50891rem;text-align:center;margin-bottom:.81425rem;font-weight:600}._intro_12hav_12{margin-bottom:1.01781rem;text-indent:2em}._h2_12hav_16{font-size:.45802rem;margin:1.11959rem 0 .40712rem;padding-bottom:.20356rem;border-bottom:1px solid #eee}._h3_12hav_22{font-size:.40712rem;margin:.61069rem 0 .30534rem}._h3_12hav_22._mid_12hav_26{text-align:center}._p_12hav_29{margin:0;padding:0;text-indent:2em}._p_12hav_29._top_12hav_34{margin-top:.61069rem}._p_12hav_29._lineH_12hav_37{line-height:.91603rem}._p_12hav_29._ind_12hav_40{text-indent:4em;word-break:break-all}._spanBlock_12hav_44{display:inline-block}._wrap_wb2cx_1{line-height:1.8;font-size:.35623rem;color:#060b1c}._h1_wb2cx_6{font-size:.50891rem;text-align:center;margin-bottom:.81425rem;font-weight:600}._intro_wb2cx_12{margin-bottom:1.01781rem;text-indent:2em}._h2_wb2cx_16{font-size:.45802rem;margin:1.11959rem 0 .40712rem;padding-bottom:.20356rem;border-bottom:1px solid #eee}._h3_wb2cx_22{font-size:.40712rem;margin:.61069rem 0 .30534rem}._p_wb2cx_26{margin:0;padding:0;text-indent:2em}._tableBox_wb2cx_31{width:100%;overflow-x:auto}._tableBox_wb2cx_31::-webkit-scrollbar{height:.15267rem}._tableBox_wb2cx_31::-webkit-scrollbar-thumb{background:#ccc;border-radius:.07634rem}._tableWrap_wb2cx_42{min-width:12.72265rem;width:100%;margin:.30534rem 0;border-collapse:collapse;table-layout:auto}._tableWrap_wb2cx_42 td,._tableWrap_wb2cx_42 th{border:1px solid #ddd;padding:.30534rem .40712rem;line-height:1.8;vertical-align:top}._tableWrap_wb2cx_42 th{background:#f8f8f8;font-weight:600;font-size:.45802rem}._tableWrap_wb2cx_42 td:first-child{width:5.59796rem;text-align:center;font-weight:500}._time_wb2cx_66 td{text-align:center}._policiesBox_1uhei_1{padding:2.95165rem 0 0;background-color:#f4f4f4}._policiesBox_1uhei_1 ._line_1uhei_5{margin:2.23919rem auto 0;width:calc(100vw - 1.01781rem);height:1px;background-color:#0000000d}._policiesBox_1uhei_1 ._pTitle_1uhei_11{padding-left:.50891rem;font-family:var(--font-family-base);font-weight:500;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._policiesBox_1uhei_1 ._pDesc_1uhei_20{margin-top:.61069rem;padding:0 1.37405rem 0 .50891rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.5598rem;opacity:.6}._policiesBox_1uhei_1 ._pSelect_1uhei_30{position:relative;padding-left:.50891rem;margin-top:.61069rem}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._btn_1uhei_35{display:flex;align-items:center;justify-content:center;padding:.25445rem .35623rem .25445rem .61069rem;background:#060b1c;border-radius:.61069rem;border:1px solid #060b1c;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#fff;width:-moz-max-content;width:max-content}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._btn_1uhei_35:after{content:"";display:block;margin-left:.25445rem;width:.61069rem;height:.61069rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%20clip-path='url(%23clip0_618_4070)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4070'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%;transform:rotate(90deg);transform-origin:center center;transition:transform .3s ease-out}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._btn_1uhei_35._show_1uhei_61:after{transform:rotate(-90deg)}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._menu_1uhei_64{position:absolute;z-index:3;display:flex;flex-direction:column;margin-top:.20356rem;padding:.38168rem .25445rem;background:#0006;border-radius:.61069rem;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem);width:-moz-max-content;width:max-content;opacity:0;visibility:hidden;max-height:0;transition:all .3s ease-out}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._menu_1uhei_64._show_1uhei_61{max-height:4.14758rem;opacity:1;visibility:visible}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._menu_1uhei_64 ._mItem_1uhei_85{margin-top:.35623rem;padding:.22901rem .35623rem;border-radius:.61069rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#fff;line-height:.43257rem}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._menu_1uhei_64 ._mItem_1uhei_85:first-child{margin-top:0}._policiesBox_1uhei_1 ._pSelect_1uhei_30 ._menu_1uhei_64 ._mItem_1uhei_85._active_1uhei_98{background:#0006}._content_1uhei_101{margin:1.01781rem auto 0;border-radius:.61069rem;width:calc(100vw - 1.01781rem);background-color:#fff;padding:.81425rem}._page_6k5zm_1{width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding:2.95165rem .50891rem 0px;color:#060b1c;background:#f4f4f4}._header_6k5zm_9{text-align:center;padding-bottom:1.01781rem;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:.61069rem}._title_6k5zm_15{margin:0 0 .81425rem;font-weight:500;font-size:.81425rem;color:#060b1c;opacity:.9}._searchBox_6k5zm_22{display:flex;align-items:center;height:1.11959rem;border-radius:.40712rem;border:1px solid #060b1c;padding:0 .30534rem 0 .35623rem}._searchBox_6k5zm_22 ._searchIcon_6k5zm_30{width:.61069rem;height:.61069rem;flex-shrink:0}._searchBox_6k5zm_22 ._searchInput_6k5zm_35{flex:1;min-width:0;border:none;outline:none;font-size:.35623rem;background:transparent}._searchBox_6k5zm_22 ._searchInput_6k5zm_35::-moz-placeholder{color:#060b1c66;font-weight:400;font-size:.35623rem}._searchBox_6k5zm_22 ._searchInput_6k5zm_35::placeholder{color:#060b1c66;font-weight:400;font-size:.35623rem}._searchBox_6k5zm_22 ._searchBtn_6k5zm_48{flex-shrink:0;padding-left:.35623rem;background:transparent;border:none;border-left:1px solid rgba(0,0,0,.15);font-weight:400;font-size:.35623rem;color:#060b1c;cursor:pointer}._filterMask_6k5zm_59{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0006;-webkit-backdrop-filter:blur(1.27226rem);backdrop-filter:blur(1.27226rem);display:flex;flex-direction:column}._filterPanel_6k5zm_68{width:100%;max-height:85vh;display:flex;flex-direction:column;background:#fff;border-radius:0 0 .61069rem .61069rem;padding:.50891rem;box-sizing:border-box;animation:_filterSlideDown_6k5zm_1 .3s ease}@keyframes _filterSlideDown_6k5zm_1{0%{transform:translateY(-100%)}to{transform:translateY(0)}}._filterPanelHeader_6k5zm_87{display:flex;align-items:center;justify-content:space-between;padding-bottom:.40712rem;margin-bottom:.61069rem;border-bottom:1px solid rgba(0,0,0,.1)}._filterPanelTitle_6k5zm_95{font-weight:500;font-size:.50891rem;color:#060b1c}._filterClose_6k5zm_100{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}._filterClose_6k5zm_100 img{width:.61069rem;height:.61069rem}._filterPanelBody_6k5zm_113{flex:1;min-height:0;overflow-y:auto;scrollbar-width:none}._filterPanelBody_6k5zm_113::-webkit-scrollbar{display:none}._filterGroup_6k5zm_122{margin-bottom:0}._filterGroup_6k5zm_122 ._filterGroupHeader_6k5zm_125{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;text-align:left;padding:0 0 .61069rem}._filterGroup_6k5zm_122 ._filterGroupTitle_6k5zm_136{font-size:.40712rem;font-weight:600;color:#060b1c}._filterGroup_6k5zm_122 ._filterArrow_6k5zm_141{width:.50891rem;height:.50891rem;transition:transform .3s ease}._filterGroup_6k5zm_122 ._filterOptionsWrapper_6k5zm_146{overflow:hidden;transition:max-height .3s ease,opacity .3s ease}._filterGroup_6k5zm_122 ._filterOptionsWrapper_6k5zm_146._expanded_6k5zm_150{max-height:10.17812rem;opacity:1;padding-bottom:1.01781rem}._filterGroup_6k5zm_122 ._filterOptionsWrapper_6k5zm_146._collapsed_6k5zm_155{max-height:0;opacity:0;padding-bottom:0}._filterGroup_6k5zm_122 ._filterOptions_6k5zm_146{display:flex;flex-wrap:wrap;gap:.40712rem .61069rem}._filterGroup_6k5zm_122 ._checkboxItem_6k5zm_165{display:flex;align-items:center;gap:.30534rem;font-size:.35623rem;color:#060b1ccc;cursor:pointer}._filterGroup_6k5zm_122 ._checkboxItem_6k5zm_165 input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}._filterGroup_6k5zm_122 ._checkboxItem_6k5zm_165 ._checkboxIcon_6k5zm_180{width:.61069rem;height:.61069rem;flex-shrink:0}._filterPanelFooter_6k5zm_185{display:flex;gap:.40712rem;margin-top:.50891rem}._filterPanelFooter_6k5zm_185 button{flex:1;height:1.11959rem;border-radius:1.11959rem;font-weight:400;font-size:.40712rem;cursor:pointer}._filterPanelFooter_6k5zm_185 ._resetBtn_6k5zm_198{border:1px solid #060b1c;background:#fff;color:#060b1c}._filterPanelFooter_6k5zm_185 ._confirmBtn_6k5zm_203{border:none;background:#0861ff;color:#fff}._jobList_6k5zm_208 ._resultBar_6k5zm_208{display:flex;align-items:center;justify-content:space-between;padding-bottom:.61069rem}._jobList_6k5zm_208 ._resultCount_6k5zm_214{font-weight:700;font-size:.50891rem;color:#060b1c}._jobList_6k5zm_208 ._filterTrigger_6k5zm_219{display:inline-flex;align-items:center;gap:.10178rem;padding:0;border:none;background:transparent;font-weight:400;font-size:.40712rem;color:#0861ff;cursor:pointer}._jobList_6k5zm_208 ._filterTrigger_6k5zm_219 ._filterTriggerIcon_6k5zm_231{width:.50891rem;height:.50891rem}._jobList_6k5zm_208 ._loading_6k5zm_235{display:flex;align-items:center;justify-content:center;padding:1.22137rem 0}._jobList_6k5zm_208 ._jobCard_6k5zm_241{background:#fff;border-radius:.40712rem;margin-bottom:.40712rem;overflow:hidden;transition:all .3s}._jobList_6k5zm_208 ._jobCard_6k5zm_241._expanded_6k5zm_150{box-shadow:0 .10178rem .50891rem #00000014}._jobList_6k5zm_208 ._jobHeader_6k5zm_251{padding:.50891rem .40712rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.30534rem}._jobList_6k5zm_208 ._jobHeader_6k5zm_251 ._jobInfo_6k5zm_259{flex:1;min-width:0}._jobList_6k5zm_208 ._jobHeader_6k5zm_251 ._jobInfo_6k5zm_259 ._jobTitle_6k5zm_263{margin:0;font-weight:700;font-size:.40712rem;color:#060b1c;display:flex;align-items:center;gap:.30534rem}._jobList_6k5zm_208 ._jobHeader_6k5zm_251 ._jobInfo_6k5zm_259 ._jobTitle_6k5zm_263 ._badge_6k5zm_272{display:inline-block;padding:.07634rem .15267rem;font-weight:400;font-size:.2799rem;color:#0861ff;border-radius:.61069rem;border:1px solid #0861ff}._jobList_6k5zm_208 ._jobHeader_6k5zm_251 ._jobInfo_6k5zm_259 ._jobMeta_6k5zm_281{margin-top:.30534rem;font-weight:400;font-size:.30534rem;color:#060b1c}._jobList_6k5zm_208 ._jobHeader_6k5zm_251 ._jobInfo_6k5zm_259 ._jobMeta_6k5zm_281 ._separator_6k5zm_287{margin:0 .15267rem;color:#060b1c4d}._jobList_6k5zm_208 ._jobHeader_6k5zm_251 ._expandBtn_6k5zm_291{flex-shrink:0;border:none;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;padding:0}._jobList_6k5zm_208 ._jobHeader_6k5zm_251 ._expandBtn_6k5zm_291 ._expandIcon_6k5zm_301{width:.81425rem;height:.81425rem}._jobList_6k5zm_208 ._jobContent_6k5zm_305{padding:0 .40712rem .50891rem}._jobList_6k5zm_208 ._jobContent_6k5zm_305 ._section_6k5zm_308{margin-bottom:.81425rem}._jobList_6k5zm_208 ._jobContent_6k5zm_305 ._section_6k5zm_308 h4{margin:0px 0 .40712rem;padding-top:.50891rem;font-weight:700;font-size:.40712rem;color:#060b1c}._jobList_6k5zm_208 ._jobContent_6k5zm_305 ._section_6k5zm_308 ul{padding-left:0;margin:0;list-style:none}._jobList_6k5zm_208 ._jobContent_6k5zm_305 ._section_6k5zm_308 ul li{font-weight:400;font-size:.35623rem;line-height:.5598rem;color:#060b1c;margin-bottom:.40712rem}._jobList_6k5zm_208 ._jobContent_6k5zm_305 ._section_6k5zm_308 ul li:last-child{margin-bottom:0}._jobList_6k5zm_208 ._jobContent_6k5zm_305 ._applyBtn_6k5zm_333{display:inline-flex;align-items:center;gap:.10178rem;padding:.25445rem .50891rem;color:#fff;border:none;cursor:pointer;font-weight:400;font-size:.35623rem;background:#060b1c;border-radius:1.01781rem}._jobList_6k5zm_208 ._jobContent_6k5zm_305 ._applyBtn_6k5zm_333 ._applyIcon_6k5zm_346{width:.50891rem;height:.50891rem}._sentinel_6k5zm_350{width:100%;height:1px}._loadingMore_6k5zm_354{display:flex;align-items:center;justify-content:center;padding:.61069rem 0}._noMore_6k5zm_360{padding:.61069rem 0 2.03562rem;text-align:center;font-weight:400;font-size:.33079rem;color:#060b1c66;border-bottom:1px solid rgba(0,0,0,.05)}._page_oy8wy_1{width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding-top:.40712rem;color:#060b1c;background:#f4f4f4}._hero_oy8wy_9{position:relative;margin:-.40712rem 0 0;width:100vw;margin-left:calc(-50vw + 50%);height:100vh;height:100dvh;overflow:hidden;background:#d8d8d8}._heroVideo_oy8wy_19{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._heroMask_oy8wy_25{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 78.16%,#0006);pointer-events:none}._heroContent_oy8wy_31{position:absolute;top:2.79898rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;pointer-events:none}._heroLogo_oy8wy_41{display:block;width:4.07125rem;height:1.60305rem;-o-object-fit:contain;object-fit:contain}._heroTitle_oy8wy_47{margin-top:.20356rem;font-weight:700;font-size:.81425rem;color:#060b1c;text-align:center;opacity:.9}._heroActions_oy8wy_55{position:absolute;bottom:1.22137rem;left:0;right:0;display:flex;justify-content:center;gap:.61069rem}._heroActions_oy8wy_55 a{display:flex;align-items:center;justify-content:center;min-width:2.90076rem;padding:0 .61069rem;height:1.11959rem;border-radius:1.11959rem;border:1px solid rgba(255,255,255,.9);background:transparent;font-weight:400;font-size:.35623rem;color:#fff;text-decoration:none;white-space:nowrap}._heroActions_oy8wy_55 a img{width:.61069rem;height:.61069rem;margin-left:.10178rem}._sectionHead_oy8wy_85{text-align:center}._sectionTitle_oy8wy_88{font-weight:700;color:#060b1c;font-size:.61069rem;opacity:.9}._sectionSubTitle_oy8wy_94{margin:.40712rem auto 0;max-width:7.88804rem;font-weight:400;font-size:.35623rem;color:#060b1c99}._growth_oy8wy_101{padding:2.03562rem .50891rem 0}._growthCard_oy8wy_104{margin-top:.81425rem;padding:1.32316rem .50891rem;border-radius:.61069rem;background:#fff}._growthImageWrap_oy8wy_110{position:relative;width:100%;height:7.27735rem;aspect-ratio:480 / 380;overflow:hidden;border-radius:.40712rem;background:#d9d9d9;margin-top:1.01781rem}._growthImageWrap_oy8wy_110 img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._growthImageGradient_oy8wy_126{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.40712rem;background:linear-gradient(180deg,#0000000d,#0000004d);pointer-events:none}._growthItem_oy8wy_133{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}._growthItem_oy8wy_133+._growthItem_oy8wy_133{margin-top:.81425rem;padding-top:.50891rem;border-top:1px solid rgba(0,0,0,.1)}._growthItem_oy8wy_133 p{margin:.50891rem 0 0;font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.61069rem}._growthTitle_oy8wy_154{display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:.50891rem;color:#060b1c}._growthTitle_oy8wy_154 img{width:.61069rem;height:.61069rem}._growthArrow_oy8wy_166{transform:rotate(-90deg);transition:transform .3s ease}._growthArrowActive_oy8wy_170{transform:rotate(90deg)}._about_oy8wy_173{padding:2.03562rem .50891rem 0}._aboutList_oy8wy_176{display:grid;grid-template-columns:minmax(0,1fr);gap:.40712rem;margin-top:.81425rem}._aboutCard_oy8wy_182{box-sizing:border-box;padding:.81425rem;border-radius:.61069rem;background:#fff}._aboutImage_oy8wy_188{width:100%;height:8.14249rem;aspect-ratio:288 / 200;overflow:hidden;border-radius:.20356rem;background:#d9d9d9}._aboutImage_oy8wy_188 img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}._aboutCardTitle_oy8wy_202{margin:.81425rem 0 .40712rem;font-weight:700;font-size:.50891rem;color:#060b1c;opacity:.9}._aboutCardDesc_oy8wy_209{font-weight:400;font-size:.35623rem;color:#060b1c99;line-height:.5598rem}._life_oy8wy_215{padding:2.03562rem 0px 0}._lifeList_oy8wy_218{margin-top:.81425rem}._welfare_oy8wy_221{padding:2.03562rem 0px 4.3257rem;margin:0 .50891rem;border-bottom:1px solid rgba(0,0,0,.05)}._welfareCard_oy8wy_226{margin-top:1.01781rem;padding:1.42494rem .81425rem;border-radius:.61069rem;background:#fff}._welfareGraphic_oy8wy_232{display:flex;align-items:center;justify-content:center}._welfareImage_oy8wy_237{display:block;width:6.10687rem;height:6.10687rem;-o-object-fit:contain;object-fit:contain}._welfareItems_oy8wy_243{padding:0;list-style:none;counter-reset:welfare}._welfareItems_oy8wy_243 li{display:flex;align-items:center;gap:.40712rem;counter-increment:welfare;font-size:.40712rem;color:#060b1c;font-weight:400;line-height:.50891rem}._welfareItems_oy8wy_243 li+li{margin-top:.81425rem}._welfareItems_oy8wy_243 li:before{content:counter(welfare);display:flex;flex-shrink:0;align-items:center;justify-content:center;width:.61069rem;height:.61069rem;border-radius:50%;background:#060b1ca6;font-size:.30534rem;line-height:.45802rem;color:#fff}._service_tlw2p_1{background-color:#f4f4f4}._service_tlw2p_1 ._line_tlw2p_4{margin:4.52926rem auto 0;width:calc(100vw - 1.01781rem);height:1px;background-color:#0000000d}._sTitBox_tlw2p_10{display:flex;flex-direction:column;align-items:center;height:6.97201rem;background-color:#fff}._sTitBox_tlw2p_10 ._sTitle_tlw2p_17{margin-top:2.95165rem;font-family:var(--font-family-base);font-weight:500;font-size:.81425rem;color:#060b1c;line-height:.96692rem;opacity:.9}._sTitBox_tlw2p_10 ._sDesc_tlw2p_26{margin-top:.61069rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.61069rem;opacity:.6;padding:0 .50891rem;text-align:center}._afterS_tlw2p_37{padding-bottom:1.01781rem;display:flex;flex-direction:column;align-items:center}._afterS_tlw2p_37 ._aTitle_tlw2p_43{margin-top:.96692rem;font-family:var(--font-family-base);font-weight:500;font-size:.50891rem;color:#060b1c;line-height:.81425rem;opacity:.9}._afterS_tlw2p_37 ._aDesc_tlw2p_52{margin-top:.40712rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.61069rem;padding:0 .50891rem;text-align:center}._afterS_tlw2p_37 ._aBtn_tlw2p_62{display:flex;align-items:center;margin-top:.61069rem;padding:.25445rem .35623rem .25445rem .61069rem;background:#060b1c;border-radius:.61069rem;border:1px solid #060b1c;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#fff;line-height:.43257rem}._afterS_tlw2p_37 ._aBtn_tlw2p_62:after{content:"";display:block;margin-left:.25445rem;width:.61069rem;height:.61069rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%20clip-path='url(%23clip0_618_4070)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4070'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._step_tlw2p_85{display:flex;height:4.02036rem;background-color:#fff;padding:.91603rem .25445rem 0;justify-content:center}._step_tlw2p_85 ._stepT_tlw2p_92{display:flex;flex-direction:column;align-items:center}._step_tlw2p_85 ._stepT_tlw2p_92 ._stepPic_tlw2p_97{width:1.01781rem;height:1.01781rem}._step_tlw2p_85 ._stepT_tlw2p_92 ._stepName_tlw2p_101{margin-top:.30534rem;font-family:var(--font-family-base);font-weight:400;font-size:.30534rem;color:#060b1c;line-height:.35623rem;word-break:keep-all;opacity:.6}._step_tlw2p_85 ._stepB_tlw2p_111{margin-top:.45802rem;display:flex;gap:.05089rem}._step_tlw2p_85 ._stepB_tlw2p_111:last-child{display:none}._step_tlw2p_85 ._stepB_tlw2p_111 ._stepP_tlw2p_97{width:.07634rem;height:.07634rem;background:#060b1c;border-radius:50%}._videos_tlw2p_125{padding:2.03562rem 0;display:flex;flex-direction:column;align-items:center}._videos_tlw2p_125 ._vTitle_tlw2p_131{font-family:var(--font-family-base);font-weight:500;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._videos_tlw2p_125 ._vItem_tlw2p_139{display:flex;flex-direction:column;align-items:center;margin-top:1.01781rem;gap:.40712rem}._videos_tlw2p_125 ._moreVideo_tlw2p_146{margin-top:.81425rem;display:flex;align-items:center;padding:.25445rem .35623rem .25445rem .61069rem;border-radius:1.01781rem;border:1px solid #060b1c;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.43257rem}._videos_tlw2p_125 ._moreVideo_tlw2p_146:after{content:"";display:block;margin-left:.10178rem;width:.61069rem;height:.61069rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%2015'%20clip-path='url(%23clip0_618_4000)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='%23060B1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4000'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._docs_tlw2p_168,._policies_tlw2p_169{display:flex;flex-direction:column;align-items:center;margin:0 auto;padding-bottom:1.01781rem;background-color:#fff;width:calc(100vw - 1.01781rem);border-radius:.61069rem}._docs_tlw2p_168 ._dTitle_tlw2p_179,._policies_tlw2p_169 ._dTitle_tlw2p_179,._docs_tlw2p_168 ._pTitle_tlw2p_181,._policies_tlw2p_169 ._pTitle_tlw2p_181{margin-top:1.01781rem;font-family:var(--font-family-base);font-weight:700;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._docs_tlw2p_168 ._dDesc_tlw2p_191,._policies_tlw2p_169 ._dDesc_tlw2p_191,._docs_tlw2p_168 ._pDesc_tlw2p_193,._policies_tlw2p_169 ._pDesc_tlw2p_193{margin-top:.61069rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.43257rem}._docs_tlw2p_168 ._dDesc_tlw2p_191:lang(en),._policies_tlw2p_169 ._dDesc_tlw2p_191:lang(en),._docs_tlw2p_168 ._pDesc_tlw2p_193:lang(en),._policies_tlw2p_169 ._pDesc_tlw2p_193:lang(en){padding:0 .50891rem;text-align:center}._docs_tlw2p_168 ._dBtn_tlw2p_209,._policies_tlw2p_169 ._dBtn_tlw2p_209,._docs_tlw2p_168 ._pBtn_tlw2p_211,._policies_tlw2p_169 ._pBtn_tlw2p_211{display:flex;align-items:center;margin-top:.61069rem;padding:.25445rem .35623rem .25445rem .61069rem;background:#060b1c;border-radius:.61069rem;border:1px solid #060b1c;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#fff;line-height:.43257rem}._docs_tlw2p_168 ._dBtn_tlw2p_209:after,._policies_tlw2p_169 ._dBtn_tlw2p_209:after,._docs_tlw2p_168 ._pBtn_tlw2p_211:after,._policies_tlw2p_169 ._pBtn_tlw2p_211:after{content:"";display:block;margin-left:.25445rem;width:.61069rem;height:.61069rem;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%201'%20clip-path='url(%23clip0_618_4070)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4070'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:100%}._policies_tlw2p_169{margin-top:.40712rem}._policies_tlw2p_169 ._pBtn_tlw2p_211{padding:.25445rem .35623rem .25445rem .61069rem;background:#fff;color:#060b1c;border:1px solid #060b1c}._policies_tlw2p_169 ._pBtn_tlw2p_211:after{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='&%23229;&%23183;&%23166;_left%2015'%20clip-path='url(%23clip0_618_4000)'%3e%3cpath%20id='Vector'%20d='M8.5%2018L14.5%2012L8.5%206'%20stroke='%23060B1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_618_4000'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='matrix(-1%200%200%201%2024%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._mask_s1vh3_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:.61069rem;background:#0009;-webkit-backdrop-filter:blur(.50891rem);backdrop-filter:blur(.50891rem)}._modal_s1vh3_12{position:relative;display:flex;flex-direction:column;width:100%;max-height:80vh;padding:.81425rem .50891rem .61069rem;background:#fff;border-radius:.50891rem}._closeBtn_s1vh3_22{position:absolute;top:.40712rem;right:.40712rem;width:.71247rem;height:.71247rem;padding:0;background:transparent;border:none}._closeBtn_s1vh3_22 img{display:block;width:100%;height:100%}._title_s1vh3_37{margin:0 0 .40712rem;font-weight:700;font-size:.61069rem;color:#060b1c}._descText_s1vh3_43{flex:1;overflow-y:auto;font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.5598rem}._descText_s1vh3_43 p{margin:0}._descText_s1vh3_43 ._top_s1vh3_54{margin-top:.30534rem}._btnWrap_s1vh3_57{display:flex;align-items:center;justify-content:center;gap:.25445rem;margin-top:.81425rem;width:-moz-fit-content;width:fit-content;min-width:3.86768rem;border-radius:.61069rem;background:#060b1c;padding:.25445rem .35623rem .25445rem .61069rem;border:1px solid #060b1c;font-weight:400;font-size:.40712rem;color:#fff;margin-left:auto;margin-right:auto;line-height:.48346rem}._arrow_s1vh3_76{width:.61069rem;height:.61069rem}._wrap_i2m8m_1{width:100vw;margin-left:calc(-50vw + 50%)}._track_i2m8m_5{display:flex;gap:1.01781rem;padding:0 .50891rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:.50891rem;-webkit-overflow-scrolling:touch}._track_i2m8m_5::-webkit-scrollbar{display:none}._card_i2m8m_17{flex:0 0 auto;scroll-snap-align:start;display:flex;flex-direction:column;width:100%;height:6.87023rem;padding:1.01781rem .61069rem;background:#fff;border-radius:.50891rem}._card_i2m8m_17 ._title_i2m8m_28{margin:0;font-weight:700;font-size:.50891rem;color:#060b1c;line-height:.61069rem;opacity:.9}._card_i2m8m_17 ._desc_i2m8m_36{flex:1;margin:.61069rem 0 0;font-weight:400;font-size:.40712rem;color:#060b1c;line-height:.61069rem}._card_i2m8m_17 ._downloadBtn_i2m8m_44{align-self:center;margin-top:.81425rem;padding:0;background:transparent;border:none;font-size:.40712rem;font-weight:400;color:#0861ff}._controls_i2m8m_54{display:flex;justify-content:flex-end;gap:.40712rem;margin-top:.61069rem;padding:0 .50891rem}._arrow_i2m8m_61{width:1.01781rem;height:1.01781rem}._page_dr39i_1{position:relative;width:min(100%,var(--phone-page-max-width));min-height:100%;margin:0 auto;padding:.40712rem 0 3.91858rem;display:flex;flex-direction:column;align-items:center;color:#060b1c;background:#f4f4f4}._page_dr39i_1:after{content:"";position:absolute;left:.50891rem;right:.50891rem;bottom:0;height:1px;background:#0000000d}._title_dr39i_22{margin-top:2.95165rem;font-weight:500;font-size:.81425rem;line-height:1.01781rem;color:#060b1c;opacity:.9}._desc_dr39i_30{margin:.61069rem .81425rem 1.22137rem;font-weight:400;font-size:.35623rem;line-height:.61069rem;color:#060b1c99}._git_dr39i_37{position:relative;margin-bottom:2.03562rem;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden}._pic_dr39i_44{display:block;width:100%;height:5.62341rem;-o-object-fit:cover;object-fit:cover}._gitContent_dr39i_50{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000059}._gitTit_dr39i_59{font-weight:700;font-size:.61069rem;color:#fff;line-height:.76336rem;text-align:center}._gitBtn_dr39i_66{display:flex;align-items:center;justify-content:center;margin-top:.61069rem;width:-moz-fit-content;width:fit-content;min-width:3.05344rem;height:1.11959rem;padding:0 .61069rem;border-radius:1.01781rem;border:1px solid #fff;background:transparent;font-weight:400;font-size:.40712rem;color:#fff}._videoCenter_y35wt_1{padding:2.95165rem 0 0;background-color:#f4f4f4}._videoCenter_y35wt_1 ._line_y35wt_5{margin:4.02036rem auto 0;width:calc(100vw - 1.01781rem);height:1px;background-color:#0000000d}._videoCenter_y35wt_1 ._vTitle_y35wt_11{padding-left:.50891rem;font-family:var(--font-family-base);font-weight:500;font-size:.61069rem;color:#060b1c;line-height:.73791rem;opacity:.9}._videoCenter_y35wt_1 ._vDesc_y35wt_20{margin-top:.61069rem;padding:0 1.22137rem 0 .50891rem;font-family:var(--font-family-base);font-weight:400;font-size:.35623rem;color:#060b1c;line-height:.5598rem;opacity:.6}._videoCenter_y35wt_1 ._vBox_y35wt_30{width:calc(100vw - 1.01781rem);margin:1.42494rem auto 0;display:flex;flex-direction:column;gap:.40712rem}@font-face{font-family:Poppins;src:url(https://image.noetixrobotics.com/fonts/Poppins/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(https://image.noetixrobotics.com/fonts/Poppins/Poppins-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(https://image.noetixrobotics.com/fonts/Poppins/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(https://image.noetixrobotics.com/fonts/Poppins/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Source Han Sans CN;src:url(https://image.noetixrobotics.com/fonts/source_han_sans_cn/SOURCEHANSANSCN-REGULAR.OTF) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Source Han Sans CN;src:url(https://image.noetixrobotics.com/fonts/source_han_sans_cn/SOURCEHANSANSCN-MEDIUM.OTF) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Source Han Sans CN;src:url(https://image.noetixrobotics.com/fonts/source_han_sans_cn/SOURCEHANSANSCN-BOLD.OTF) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Source Han Sans CN;src:url(https://image.noetixrobotics.com/fonts/source_han_sans_cn/SOURCEHANSANSCN-HEAVY.OTF) format("opentype");font-weight:900;font-style:normal;font-display:swap}:root{color:#060b1c;background:#efefef;font-family:var(--font-family-base);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--adm-color-primary: #060b1c;--adm-font-family: var(--font-family-base);--adm-radius-m: .61069rem;--adm-radius-l: .61069rem;--adm-button-border-radius: .61069rem;--adm-tag-border-radius: .61069rem;--phone-page-max-width: 13.23155rem;--tablet-form-page-max-width: 18.32061rem;--tablet-list-page-max-width: 24.42748rem;--tablet-page-gutter: .61069rem}html{--font-family-base: "Source Han Sans CN", "PingFang SC", "Noto Sans SC", sans-serif}html[lang=en-US]{--font-family-base: "Poppins", "Source Han Sans CN", "Noto Sans SC", sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;margin:0;overscroll-behavior:none}body{background:#f4f4f4;overflow-y:scroll}button,input,textarea{font:inherit}a{text-decoration:none}
