:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--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 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.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:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;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:7px 12px;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;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:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.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-spin-loading{--color: var(--adm-color-weak);--size: 32px;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-tabs{--title-font-size: var(--adm-font-size-9);--content-padding: 12px;--active-line-height: 2px;--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 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:8px 0 10px;width:-webkit-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:30px;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: 12px;--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: 12px;--padding-right: 12px;--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:8px var(--padding-right) 8px 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:12px}.adm-list-card .adm-list-body{border-radius:8px}.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:12px 0}.adm-list-item-content-extra{flex:none;padding-left:12px;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:4px;color:var(--adm-color-light);font-size:19px}.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:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.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:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;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:12px}.adm-dialog-footer{-webkit-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:10px;font-size:var(--adm-font-size-10);line-height:25px;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-floating-bubble{--initial-position-left: var(--initial-position-left);--initial-position-right: var(--initial-position-right);--initial-position-top: var(--initial-position-top);--initial-position-bottom: var(--initial-position-bottom);--z-index: 1;--edge-distance: 0;--size: 48px;--border-radius: 50%;--background: var(--adm-color-primary)}.adm-floating-bubble-boundary-outer{position:fixed;left:0;top:0;width:100vw;height:100vh;padding:var(--edge-distance);box-sizing:border-box;pointer-events:none}.adm-floating-bubble-boundary{position:relative;width:100%;height:100%}.adm-floating-bubble-button{position:fixed;top:var(--initial-position-top);bottom:var(--initial-position-bottom);left:var(--initial-position-left);right:var(--initial-position-right);box-sizing:border-box;width:var(--size);height:var(--size);display:flex;justify-content:center;align-items:center;overflow:hidden;cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none;touch-action:none;background:var(--background);color:var(--adm-color-white);border-radius:var(--border-radius);z-index:var(--z-index)}.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: 16px;--padding-right: 12px;--border-inner: var(---border-inner);--border-top: var(---border-top);--border-bottom: var(---border-bottom)}.adm-form .adm-form-footer{padding:20px 12px}.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;user-select:none}.adm-form-item-label .adm-form-item-required-text{margin-left:4px;color:var(--adm-color-weak)}.adm-form-item-label-help{margin-left:4px;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:4px}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:4px}.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:12px;padding-bottom:12px}.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:4px}.adm-popover{--z-index: var(--adm-popover-z-index, 1030);--background: #ffffff;--arrow-size: 8px;--content-padding: 8px 12px;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;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:rgba(255,255,255,.01);content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:8px;box-shadow:0 0 30px rgba(51,51,51,.2);font-size:var(--adm-font-size-7);width:-webkit-max-content;width:max-content;min-width:32px;max-width:calc(100vw - 24px);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:120px}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{padding-right:2px;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.adm-popover-menu-item{display:flex;padding-left:20px;justify-content:flex-start;align-items:center;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:8px;font-size:20px}.adm-popover-menu-item-text{flex:auto;padding:14px 20px 14px 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-grid{--gap: 0;--gap-horizontal: var(--gap);--gap-vertical: var(--gap);display:grid;grid-gap:10px;-webkit-column-gap:var(--gap-horizontal);column-gap:var(--gap-horizontal);row-gap:var(--gap-vertical);grid-template-columns:repeat(var(--columns),minmax(0,1fr));align-items:stretch}.adm-grid-item{grid-column-end:span var(--item-span)}.adm-image-viewer-content{width:100vw;height:100vh;touch-action:none;-webkit-user-select:none;user-select:none}.adm-image-viewer-footer{position:absolute;width:100%;bottom:0;z-index:1}.adm-image-viewer-slides{height:100%;position:relative;z-index:1;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-slides-inner{height:100%;white-space:nowrap}.adm-image-viewer-slides-inner>*{margin-right:16px}.adm-image-viewer-slide{position:relative;width:100%;height:100%;display:inline-block}.adm-image-viewer-control{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:-webkit-grab;cursor:grab;touch-action:none}.adm-image-viewer-image-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-image-viewer-image-wrapper img{display:block;max-width:100%;max-height:100%}.adm-image-viewer-indicator{position:absolute;z-index:2;left:50%;top:12px;transform:translate(-50%);color:var(--adm-color-border);font-size:var(--adm-font-size-6)}.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap: 8px;--gap-vertical: var(--gap);--gap-horizontal: var(--gap)}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.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:24px;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;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-webkit-input-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: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:8px;color:var(--adm-color-light);padding:4px;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: 3px;--active-dot-size: 13px;--dot-border-radius: 1px;--active-dot-border-radius: var(--dot-border-radius);--dot-spacing: 3px}.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-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}.adm-radio{--icon-size: 22px;--font-size: var(--adm-font-size-9);--gap: 8px;display:inline-flex;vertical-align:text-bottom;justify-content:flex-start;align-items:center;cursor:pointer}.adm-radio input[type=radio]{display:none}.adm-radio .adm-radio-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-radio .adm-radio-icon>svg{display:block;width:100%;height:100%}.adm-radio.adm-radio-block{display:flex}.adm-radio.adm-radio-checked .adm-radio-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-radio.adm-radio-disabled{cursor:not-allowed}.adm-radio.adm-radio-disabled .adm-radio-content{opacity:.4}.adm-radio.adm-radio-disabled .adm-radio-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-radio .adm-radio-custom-icon{font-size:var(--icon-size)}.adm-radio-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-selector{--color: var(--adm-color-fill-content);--checked-color: var(--adm-color-wathet);--text-color: var(--adm-color-text);--checked-text-color: var(--adm-color-primary);--border: none;--checked-border: none;--border-radius: 2px;--padding: 8px 16px;--gap: 8px;---gap: var(--gap);---gap-horizontal: var(--gap-horizontal, var(--gap));---gap-vertical: var(--gap-vertical, var(--gap));overflow:hidden;font-size:var(--adm-font-size-7);line-height:1.4}.adm-selector .adm-space.adm-space{--gap: 12px}.adm-selector .adm-grid{--gap: var(---gap);--gap-horizontal: var(---gap-horizontal);--gap-vertical: var(---gap-vertical)}.adm-selector-item{padding:var(--padding);position:relative;background-color:var(--color);border:var(--border);border-radius:var(--border-radius);color:var(--text-color);opacity:1;cursor:pointer;display:inline-block;text-align:center;overflow:hidden;vertical-align:top}.adm-selector-item-description{font-size:var(--adm-font-size-main);color:var(--adm-color-weak)}.adm-selector-item-active,.adm-selector-item-multiple-active{color:var(--checked-text-color);background-color:var(--checked-color);border:var(--checked-border)}.adm-selector-item .adm-selector-check-mark-wrapper{position:absolute;right:0;bottom:0;width:0;height:0;border-top:solid 8px transparent;border-bottom:solid 8px var(--adm-color-primary);border-left:solid 10px transparent;border-right:solid 10px var(--adm-color-primary)}.adm-selector-item .adm-selector-check-mark-wrapper>svg{position:absolute;left:0;top:0;height:6px;width:8px}.adm-selector-item-disabled{cursor:not-allowed;opacity:.4}.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:-webkit-grab;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:6px;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:6px;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)}@keyframes loading-rotate{to{transform:rotate(1turn)}}.adm-switch{--checked-color: var(--adm-color-primary);--height: 31px;--width: 51px;--border-width: 2px;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;align-self:center;cursor:pointer}.adm-switch input{display:none}.adm-switch-checkbox{min-width:var(--width);height:var(--height);box-sizing:border-box;border-radius:31px;background:var(--adm-color-border);z-index:0;overflow:hidden;line-height:var(--height)}.adm-switch-checkbox:before{content:" ";position:absolute;left:var(--border-width);top:var(--border-width);width:calc(100% - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));box-sizing:border-box;background:var(--adm-color-background);z-index:1;transition:all .2s;transform:scale(1)}.adm-switch-handle{display:flex;justify-content:center;align-items:center;width:calc(var(--height) - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));background:var(--adm-color-text-light-solid);position:absolute;z-index:2;top:var(--border-width);left:var(--border-width);transition:all .2s;box-shadow:0 0 2px rgba(0,0,0,.2),0 2px 11.5px rgba(0,0,0,.08),-1px 2px 2px rgba(0,0,0,.1)}.adm-switch-inner{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;margin:0 8px 0 calc(var(--height) - var(--border-width) + 5px);height:100%;color:var(--adm-color-weak);transition:margin .2s;font-size:var(--adm-font-size-7)}.adm-switch.adm-switch-checked .adm-switch-checkbox{background:var(--checked-color)}.adm-switch.adm-switch-checked .adm-switch-checkbox:before{transform:scale(0)}.adm-switch.adm-switch-checked .adm-switch-handle{left:calc(100% - (var(--height) - var(--border-width)))}.adm-switch.adm-switch-checked .adm-switch-inner{margin:0 calc(var(--height) - var(--border-width) + 5px) 0 8px;color:var(--adm-color-text-light-solid)}.adm-switch.adm-switch-disabled{cursor:not-allowed;opacity:.4}.adm-switch-spin-icon{width:14px;height:14px;animation:loading-rotate 1s linear infinite}.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;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-text-area-element::-webkit-input-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: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:8px}.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:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;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:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}.welcome{height:100%;display:flex;flex-direction:column;text-align:center}.welcome .adm-tabs-header{margin-top:10px;border-bottom:none}.welcome .adm-tabs-tab{padding:2px 0 4px;font-size:12px;line-height:22px}.welcome .adm-swiper{position:relative;height:100%}.welcome .welcome-type-tab{margin:16px 20px;padding:2px;border-radius:24px;border:1px solid #b2b7c4}.welcome .welcome-type-tab .adm-tabs-header{margin-top:0;border-radius:21px;overflow:hidden}.welcome .welcome-type-tab .adm-tabs-tab-line{height:42px;border-radius:21px}.welcome .welcome-type-tab .adm-tabs-tab-active{color:#fff}.welcome .welcome-type-tab .adm-tabs-header-mask{display:none}.welcome .welcome-type-tab .adm-tabs-tab{padding:0;font-size:14px;line-height:42px;border-radius:21px}.welcome-swiper{position:relative;flex:1;min-height:0}.welcome-swiper .adm-button{display:none}.welcome-swiper ._for-mobile{height:100%}.welcome-swiper ._for-desktop{display:none}.welcome-header{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;height:44px;font-size:16px;font-weight:500;line-height:24px;text-align:center}.welcome-body{min-height:0;flex:1 1 0;display:flex;flex-direction:column}.welcome-img-box{width:100%;height:100%;box-sizing:border-box;padding:50px 0 30px;display:flex;align-items:center;justify-content:center}.welcome-btn{display:flex;margin:0 36px 36px}.welcome-btn .adm-button{border-radius:22px}@media screen and (min-width: 768px){.welcome{align-items:center}.welcome .adm-tabs-tab{padding:12px 0 16px;font-size:16px;line-height:24px}.welcome .welcome-type-tab{margin-top:60px;margin-bottom:40px;max-width:336px}.welcome-header{display:none}.welcome-body{width:100%;max-width:640px;align-items:center}.adm-tabs{width:100%}.welcome-swiper{max-width:640px}.welcome-swiper ._for-mobile{display:none}.welcome-swiper ._for-desktop{display:inline-block}.welcome-swiper .adm-button{display:inline-block;border:none;width:40px;height:40px;position:absolute;top:50%;z-index:2;padding:10px;margin-top:-20px;background:transparent}.welcome-swiper .adm-button._left{left:0}.welcome-swiper .adm-button._right{right:0}.welcome-swiper .adm-button span{display:inline-block;width:20px;height:20px}.welcome-swiper .adm-button svg{vertical-align:top}.welcome-btn{width:300px;margin-bottom:100px}.welcome-img-box{padding-top:30px}}html,body{height:100%;margin:0}.aicall-root{position:relative;width:100%;height:100%;z-index:9;margin:0 auto;box-sizing:border-box;background-color:#fff;max-width:576px;--adm-color-primary: #624aff;--adm-mask-z-index: 8}.aicall-root .adm-popup{position:static}.aicall-root .adm-mask{position:absolute}.aicall-root .adm-center-popup{position:static}.aicall-root .adm-center-popup .adm-center-popup-mask{z-index:8}.aicall-root .adm-center-popup-wrap,.aicall-root .adm-popup-body{position:absolute;z-index:8}.aicall-root .adm-toast-mask{z-index:9}.aicall-root .adm-toast-mask .adm-toast-wrap{position:absolute}.layout-header{display:none}@media screen and (min-width: 768px){#root{max-width:initial;padding-top:56px}.layout-header{display:flex;position:absolute;left:0;right:0;top:0;z-index:6;height:55px;font-size:20px;font-weight:500;line-height:28px;padding:0 24px;border-bottom:1px solid rgba(38,36,76,.05);justify-content:flex-start;align-items:center}.layout-header ._ph{flex:1}.layout-header ._logout-btn{border:none}}.tip{position:relative;z-index:3;margin:16px 0;font-size:12px;line-height:20px;text-align:center}.tip ._time{height:20px;color:#aaacc4}.tip ._text{font-weight:500;color:#9ea0a9}.footer{position:relative;z-index:7;height:126px;text-align:center;user-select:none}.footer ._action-list{display:flex;justify-content:center;list-style:none;margin:0;padding:0}.footer ._action-list li{position:relative;margin:0 10px;width:90%;padding-bottom:20px}.footer ._action-list .adm-button{width:80%;height:40px;border-radius:20px;border-color:#d8d9e6;padding:0}.footer ._action-list .adm-button>span{display:inline-block;width:80%;height:24px}.footer ._action-list .adm-button svg{vertical-align:middle}.footer ._action-list ._camera-switch{position:absolute;border:none;top:0;left:-60px;padding-bottom:40px}.footer ._action-list ._camera-switch .adm-button{border:none;background:none!important}.footer ._action-list ._label{position:absolute;bottom:0;margin-top:8px;font-size:12px;line-height:32px;color:#878aab;white-space:nowrap;left:50%;transform:translate3d(-50%,0,0)}.footer ._action-list ._call .adm-button{background:#20c591;border-color:#20c591;transition:background ease-in-out .2s;height:50px}.footer ._action-list ._call .adm-button>span{transform:rotate(-130deg);transition:transform ease-in-out .2s}.footer ._action-list ._call .adm-button svg{vertical-align:3px}.footer ._action-list ._call.is-connected .empty_span{width:60%;display:inline-block}.footer ._action-list ._call.is-connected .adm-button{width:50px;background:#f23139;border-color:#f23139}.footer ._action-list ._call.is-connected .adm-button>span{transform:rotate(0)}.footer ._action-list ._call.is-connected .is-connected-left{background:#fff;border-color:#fff;color:#312f2f;font-size:25px;border-radius:25px}.footer ._action-list ._call.is-connected .is-connected-left svg{vertical-align:middle}.footer ._action-list ._call.is-connected .is-connected-left svg path{fill:#312f2f}.footer ._action-list ._call.is-connected .is-connected-left:active{background:#e0e0e0;box-shadow:0 1px 2px rgba(0,0,0,.15);transform:translateY(1px)}.footer ._action-list ._call.is-connected .is-connected-right{background:#fff;border-color:#fff;color:#ff4b48;font-size:25px;border-radius:25px}.footer ._action-list ._call.is-connected .is-connected-right svg path{fill:#ff4b48}.footer ._action-list ._call.is-connected .is-connected-right:active{background:#e0e0e0;box-shadow:0 1px 2px rgba(0,0,0,.15);transform:translateY(1px)}.footer ._action-list ._microphone.is-push-to-talk{width:90%}.footer ._action-list ._microphone.is-push-to-talk .adm-button{height:50px;background:#5d64fa;color:#fff;width:80%}.footer ._action-list ._microphone.is-push-to-talk .adm-button:before{display:none}.footer ._action-list ._microphone.is-push-to-talk .adm-button.is-pushing{background:#aaa2df;color:#fff}@media screen and (min-width: 768px){.footer ._action-list li{width:60px;margin:0 28px}.footer ._action-list ._call .adm-button svg{vertical-align:-5px}.footer ._action-list .adm-button{width:60px;height:60px;border-radius:30px}.footer ._action-list .adm-button>span{width:30px;height:30px}.footer ._action-list .adm-button svg{width:30px;height:30px}}.header{position:relative;z-index:7;background-color:#1366ec;color:#fff;display:flex;align-items:center;justify-content:center;height:44px;font-size:16px;font-weight:500;line-height:24px;text-align:center}.header ._title{position:relative;z-index:7}.header ._back-btn{display:none}.header ._no-border-btn{position:absolute;height:40px;width:40px;top:2px;right:10px;border-width:0;padding:10px 5px;outline:none}.header ._no-border-btn:before{border-width:0}.header ._no-border-btn>span{display:inline-block;width:22px;height:20px}.header ._no-border-btn svg{vertical-align:top}.header ._feedback{right:auto;left:10px;width:auto}.header ._feedback ._icon{display:none}.header ._feedback svg{vertical-align:-2px}.header ._feedback>span{font-size:12px;line-height:20px;vertical-align:top;width:auto;white-space:nowrap}.header ._subtitle-btn{position:absolute;top:10px;right:55px;z-index:7;padding:4px 6px;border-radius:4px;box-sizing:border-box;border:1px solid #3a3d48;font-size:12px;line-height:15px;color:#3a3d48}.header ._subtitle-btn ._icon{display:none}.header ._subtitle-btn.is-visible{background-color:#3a3d48;color:#fff}.header ._subtitle-btn>span{width:auto;height:15px}.header ._setting-btn ._text{display:none}.header-pop{--adm-color-primary: #624aff}.header-pop .adm-popup-body{background:#f5f5fa}.header-pop ._title{font-size:14px;line-height:22px;text-align:center;color:#26244c;padding:12px 0;border-bottom:1px solid #e7e8ee}.setting-pop .adm-dialog-content{padding:0 0 20px}.setting-pop ul{list-style:none;padding:4px 0 10px;max-height:300px;max-height:40vh;overflow-y:auto}.setting-pop li{padding:0 20px}.setting-pop ._itemBox{padding:16px 0;display:flex;align-items:center}.setting-pop ._itemInfo{flex:1}.setting-pop ._itemTitle{font-size:14px;line-height:22px;color:#26244c}.setting-pop ._itemDesc{margin-top:4px;font-size:10px;line-height:16px;color:#747a8c}.setting-pop ._itemSwitch .adm-switch{--width: 36px;--height: 18px}.setting-pop ._itemSwitch .adm-switch .adm-switch-handle{background:#747a8c;box-shadow:none}.setting-pop ._itemSwitch .adm-switch.adm-switch-checked .adm-switch-handle{background:var(--adm-color-text-light-solid)}.setting-pop ._mode .adm-selector .adm-space{width:100%}.setting-pop ._mode .adm-selector .adm-space-item{flex:1 1 0}.setting-pop ._mode .adm-selector .adm-selector-item{width:100%;padding:16px;box-sizing:border-box;background:#f6f5ff;border:1px solid #d8d9e6;border-radius:8px;font-size:12px;line-height:18px;color:#26244c}.setting-pop ._mode .adm-selector .adm-selector-item.adm-selector-item-active{border:1px solid var(--adm-color-primary)}.setting-pop ._mode .adm-selector .adm-selector-item.adm-selector-item-active .adm-selector-check-mark-wrapper{display:none}.setting-pop ._voiceId .adm-radio-content{width:100%;display:flex;align-items:center;font-size:12px;line-height:18px;color:#26244c;padding-left:0}.setting-pop ._voiceId .adm-radio-content:after{content:var(--btn-text);border:1px solid #b2b7c4;font-size:12px;line-height:18px;color:#26244c;padding:2px 12px;border-radius:12px}.setting-pop ._voiceId .adm-radio-icon{display:none}.setting-pop ._voiceId .adm-space-vertical>.adm-space-item{margin-bottom:16px}.setting-pop ._voiceId .adm-radio{width:100%}.setting-pop ._voiceId .adm-radio-checked .adm-radio-content:after{content:" ";border:none;display:inline-block;width:16px;height:16px;padding:0;background-repeat:no-repeat;margin-right:17px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9Im5vbmUiIHZlcnNpb249IjEuMSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTIgMTIiPgogIDxnPgogICAgPGc+CiAgICAgIDxwYXRoIGQ9Ik0wLC05LjA5NDk0NzAxNzcyOTI4MmUtMTNMMS43MDkyMiwtOS4wOTQ5NDcwMTc3MjkyODJlLTEzTDEuNzA5MjIsMTEuOTYwNDk5OTk5OTk5MDlMMCwxMS45NjA0OTk5OTk5OTkwOUwwLC05LjA5NDk0NzAxNzcyOTI4MmUtMTNaIiBmaWxsPSIjNERDRkUxIiBmaWxsLW9wYWNpdHk9IjEiLz4KICAgIDwvZz4KICAgIDxnPgogICAgICA8cGF0aCBkPSJNMy40MzAyODY4ODQzMDc4NjEzLDUuOTI5NzI4MDMxMTU4NDQ3TDUuMTM5NTA2ODg0MzA3ODYxNSw1LjkyOTcyODAzMTE1ODQ0N0w1LjEzOTUwNjg4NDMwNzg2MTUsMTEuOTA5OTc4MDMxMTU4NDQ3TDMuNDMwMjg2ODg0MzA3ODYxMywxMS45MDk5NzgwMzExNTg0NDdMMy40MzAyODY4ODQzMDc4NjEzLDUuOTI5NzI4MDMxMTU4NDQ3WiIgZmlsbD0iIzREQ0ZFMSIgZmlsbC1vcGFjaXR5PSIxIi8+CiAgICA8L2c+CiAgICA8Zz4KICAgICAgPHBhdGggZD0iTTYuODYwNTEyMjU2NjIyMzE0NSwyLjM1MTQ1NTQ1MDA1Nzk4MzRMOC41Njk3MzIyNTY2MjIzMTUsMi4zNTE0NTU0NTAwNTc5ODM0TDguNTY5NzMyMjU2NjIyMzE1LDExLjk3NTc1NTQ1MDA1Nzk4M0w2Ljg2MDUxMjI1NjYyMjMxNDUsMTEuOTc1NzU1NDUwMDU3OTgzTDYuODYwNTEyMjU2NjIyMzE0NSwyLjM1MTQ1NTQ1MDA1Nzk4MzRaIiBmaWxsPSIjNERDRkUxIiBmaWxsLW9wYWNpdHk9IjEiLz4KICAgIDwvZz4KICAgIDxnPgogICAgICA8cGF0aCBkPSJNMTAuMjkwNzgzODgyMTQxMTEzLDQuODA1MTM1MjUwMDkxNTUzTDEyLjAwMDAwMzg4MjE0MTExMyw0LjgwNTEzNTI1MDA5MTU1M0wxMi4wMDAwMDM4ODIxNDExMTMsMTEuOTk5OTk1MjUwMDkxNTUzTDEwLjI5MDc4Mzg4MjE0MTExMywxMS45OTk5OTUyNTAwOTE1NTNMMTAuMjkwNzgzODgyMTQxMTEzLDQuODA1MTM1MjUwMDkxNTUzWiIgZmlsbD0iIzREQ0ZFMSIgZmlsbC1vcGFjaXR5PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=);border-radius:0}.setting-pop ._voiceIcon{display:flex;align-items:center;justify-content:center;background-color:#fff;width:32px;height:32px;border-radius:6px;margin-right:12px}.setting-pop ._voiceName{flex:1}@media screen and (min-width: 768px){.header{position:sticky;left:0;right:0;top:0;flex:0 0 auto;margin:0 24px;border-bottom:1px solid #d8d9e6;justify-content:flex-start}.header ._back-btn{display:inline-block;margin-right:6px;width:26px;height:26px;line-height:26px;border:none;padding:2px}.header ._back-btn>span{display:inline-block;width:22px;height:22px}.header ._back-btn svg{width:22px;height:22px}.header ._gap{flex:1}.header ._no-border-btn,.header ._subtitle-btn{margin-left:22px;position:relative;width:auto;height:auto;top:initial;bottom:initial;left:initial;right:initial;font-size:14px;line-height:22px;color:#26244c}.header ._no-border-btn>span,.header ._subtitle-btn>span{width:auto;height:auto}.header ._actions{display:flex;align-items:center}.header ._actions ._icon{margin-right:4px}.header ._actions ._icon svg{width:16px;height:16px}.header ._subtitle-btn{border:none}.header ._subtitle-btn ._icon{display:inline-block;vertical-align:-3px}.header ._subtitle-btn.is-visible{background-color:var(--background-color);color:#3a3d48}.header ._feedback ._icon{display:inline-block;vertical-align:-2px}.header ._feedback>span{font-size:14px;line-height:22px;color:#26244c}.header ._setting-btn ._icon{display:inline-block;width:16px;height:16px;line-height:16px}.header ._setting-btn ._text{display:inline-block}.setting-pop ul{width:400px;max-height:300px}}.voice{display:flex;align-items:center;justify-content:center;margin-top:20px}.voice ._status{width:186px;height:36px;opacity:1;background:linear-gradient(270deg,#71baff 4%,#7347ff 27%,#71baff)}.voice ._dot{width:4px;height:4px;border-radius:50%;background-color:#000}.voice ._box{height:100px;position:relative;display:flex;align-items:center}.voice ._avatar{width:80px;height:80px;position:absolute;left:-40px;border-radius:70px;overflow:hidden}.voice ._avatar img{width:100%;height:100%;object-fit:cover}.voice ._agent-status{position:relative;width:198px;height:36px;overflow:hidden}._agent-status-with-avatar{position:relative;height:0;width:0}._agent-status-with-avatar>div{position:absolute;background-color:#e5e5e5;width:100px;height:100px;transform-origin:50% 50%;left:-50px;top:-50px;border-radius:50%;opacity:1;background-image:url(data:image/png;base64,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);background-color:transparent;background-size:100% 100%;animation:status-saying 2s infinite linear}@keyframes status-saying{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes status-thinking{0%{transform:scale(4.8)}20%{transform:scale(6.4)}40%{transform:scale(4.8)}to{transform:scale(4.8)}}@keyframes status-talking{0%{height:10px}50%{height:45px}to{height:10px}}@keyframes user-status-talking{0%{height:8px}50%{height:25px}to{height:8px}}.voice-user-status{display:none;position:absolute;bottom:-55px;left:50%;height:64px;transform:translate(-50%);align-items:flex-end}.voice-user-status._is-talking{display:flex}.voice-user-status>div{width:8px;height:8px;margin:0 2px;background-color:#e5e5e5;border-radius:4px;animation:user-status-talking .4s infinite ease-in-out}.voice-user-status>div:nth-child(1){animation-delay:.1s;animation-duration:474ms}.voice-user-status>div:nth-child(2){animation-delay:25ms;animation-duration:433ms}.voice-user-status>div:nth-child(3){animation-delay:-.05s;animation-duration:407ms}.voice-user-status>div:nth-child(4){animation-delay:-.125s;animation-duration:458ms}.voice-user-status>div:nth-child(5){animation-delay:-.2s;animation-duration:.4s}.voice-user-status>div:nth-child(6){animation-delay:-.125s;animation-duration:427ms}.voice-user-status>div:nth-child(7){animation-delay:-.05s;animation-duration:441ms}.voice-user-status>div:nth-child(8){animation-delay:25ms;animation-duration:419ms}.voice-user-status>div:nth-child(9){animation-delay:.1s;animation-duration:487ms}.avatar{text-align:center;display:flex;align-items:center;justify-content:center}.vision{flex:1 1 auto;text-align:center;display:flex;align-items:center;justify-content:center}.vision video{position:absolute;width:100%;min-height:100%;background-color:#000;opacity:0;left:0;bottom:0;transition:opacity .5s ease-in-out}.vision.has-camera video{opacity:1}.connecting{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.connecting ._tip{font-size:14px;line-height:22px;color:#26244c}.connecting ._loading{list-style:none;padding:0;margin:10px 0 0;display:flex}.connecting ._loading li{margin:0 4px;width:4px;height:5px;border-radius:2px;background-color:#573dff;animation:connecting-loading 1s ease-in-out infinite}.connecting ._loading li:nth-child(1){animation-delay:-.4s}.connecting ._loading li:nth-child(2){animation-delay:-.2s}.connecting ._loading li:nth-child(3){animation-delay:0s}.connecting ._loading li:nth-child(4){animation-delay:.2s}.connecting ._loading li:nth-child(5){animation-delay:.4s}@keyframes connecting-loading{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.video{flex:1 1 auto;text-align:center;display:flex;align-items:center;justify-content:center}.video ._secondary-video-box .adm-floating-bubble-button{width:120px;height:213px;border-radius:4px;box-sizing:border-box;border:.6px solid #e6e7ec;box-shadow:0 0 6px rgba(0,0,0,.1)}.video ._secondary-video-box video{width:100%;height:100%;opacity:1}.video ._secondary-video-box ._video-none svg{width:40px;height:40px}.video ._switchViewBtn{position:absolute;right:6px;bottom:6px;background-color:rgba(20,20,20,.6);padding:2px 3px;border:none}.video ._switchViewBtn span{display:inline-block;height:22px;vertical-align:bottom}@media screen and (min-width: 768px){.character.video ._video-box{aspect-ratio:12/9}.character.video ._secondary-video-box{margin-left:16px}.character.video ._secondary-video-box .adm-floating-bubble-button{position:static;height:360px;width:auto;aspect-ratio:12/9;border-radius:8px;cursor:initial}.character.video ._secondary-video-box ._video-background{display:none}.character.video ._secondary-video-box ._video-none svg{width:75px;height:75px}.character.video ._switchViewBtn{display:none}.character.video.has-camera ._secondary-video-box ._video-background{display:block}}.subtitle-list-pop{width:100%;height:calc(100vh - 360px);display:flex;overflow:hidden}.subtitle-list-pop .adm-space-item{height:100%;width:100%;padding:0}.subtitle-list{margin-top:20px;overflow-y:auto;overflow-x:hidden;height:100%;width:100%;box-sizing:border-box;max-width:100%}.subtitle-list ol,.subtitle-list ul{padding-inline-start:20px}.subtitle-list>ol{padding-inline-start:0;padding:5px 20px;width:90%;margin-top:5px;margin-bottom:5px}.subtitle-list .subtitle-list-item .message-bubble{font-size:14px;padding:5px 10px;margin:10px 0;border-radius:15px;max-width:90%;word-break:break-all;box-shadow:0 2px 4px rgba(0,0,0,.1)}.subtitle-list .subtitle-list-item .sender{background-color:#f7f9ff;text-align:left;position:relative}.subtitle-list .subtitle-list-item .sender:before{content:"";position:absolute;top:10px;left:-10px;width:0;height:0}.subtitle-list .subtitle-list-item .receiver{background-color:#7183f1;text-align:right;position:relative;color:#fff}.subtitle-list .subtitle-list-item .receiver:before{content:"";position:absolute;top:10px;right:-10px;width:0;height:0}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(./KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(./KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(./KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(./KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(./KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(./KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(./KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(./KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(./KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(./KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(./KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(./KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(./KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(./KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(./KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(./KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(./KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(./KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(./KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(./KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(./KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(./KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(./KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(./KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(./KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(./KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(./KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(./KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(./KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(./KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(./KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(./KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(./KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(./KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(./KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(./KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(./KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(./KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(./KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(./KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(./KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(./KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(./KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(./KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(./KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(./KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(./KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(./KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(./KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(./KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(./KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(./KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(./KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(./KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(./KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(./KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(./KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(./KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(./KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.footer-tips{position:absolute;bottom:15px;left:50%;transform:translate(-50%,-50%);text-align:center;color:#ceceff;font-size:14px;z-index:1000;transition:opacity .3s ease}.stage-wrapper{position:relative;height:100%}.stage{display:flex;flex-direction:column;height:100%;box-sizing:border-box}.stage-bd{position:relative;flex:1;display:flex;flex-direction:column;background:url(./back-vTarjm8v.png) no-repeat}.stage-bd.has-video:after{position:absolute;left:0;right:0;bottom:0;z-index:2;content:" ";height:285px;background:linear-gradient(180deg,rgba(0,17,70,0) 6%,rgba(0,4,15,.6) 51%)}.stage-bd .subtitle-container{flex-shrink:0;overflow:hidden;height:calc(100vh - 360px)}.stage-error-message{text-align:center}.character{min-height:0}.character video{position:absolute;min-height:100%;width:100%;background-color:#000;object-fit:contain;left:0;bottom:0;opacity:.5;transition:opacity .5s ease-in-out}.character ._video-box{background-color:#000}.character ._video-box.is-loaded video{opacity:1}.character ._video-box.is-muted ._video-background{display:none}.character ._video-box.is-muted ._video-none{display:block}.character ._video-box.is-muted video{opacity:1}.character ._video-box.is-loading ._video-loading{display:flex}.character ._video-background{display:none}.character ._video-none{display:none;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);z-index:2}.character ._video-loading{display:none;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);z-index:2;list-style:none;padding:0;margin:10px 0 0}.character ._video-loading li{margin:0 4px;width:4px;height:5px;border-radius:2px;background-color:#fff;animation:video-loading 1s ease-in-out infinite}.character ._video-loading li:nth-child(1){animation-delay:-.4s}.character ._video-loading li:nth-child(2){animation-delay:-.2s}.character ._video-loading li:nth-child(3){animation-delay:0s}.character ._video-loading li:nth-child(4){animation-delay:.2s}.character ._video-loading li:nth-child(5){animation-delay:.4s}@media screen and (min-width: 768px){.stage-wrapper{padding:24px 24px 40px;box-sizing:border-box;min-height:720px}.stage{position:relative;border:1px solid #d8d9e6;border-radius:8px}.stage-bd{min-height:620px}.stage-bd.has-video:after{display:none}.character video{position:relative;z-index:2;width:100%;height:100%;min-height:auto;border-radius:8px;background-color:transparent}.character ._video-box{position:relative;height:auto;height:360px;width:auto;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden}.character ._video-background{display:block;position:absolute;left:-10px;right:-10px;top:-10px;bottom:-10px;z-index:1;background-repeat:no-repeat;background-position:center;background-size:cover;filter:blur(10px)}}@keyframes video-loading{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.chat-header{display:flex;height:44px;padding:0 10px;align-items:center}.chat-header ._back-btn{margin:6px;width:26px;height:26px;line-height:26px}.chat-header ._title{margin-left:8px;font-size:14px;font-weight:500;line-height:24px;color:#2c2c36}.chat-header ._gap{flex:1}.chat-header ._feedback{font-size:12px;line-height:15px;color:#2c2c36}.chat-header ._feedback ._icon{vertical-align:-2px;margin-right:4px}.chat-header ._feedback svg{width:16px;height:16px}.chat-header ._setting-btn{margin:6px;width:26px;height:26px;line-height:18px}.chat-header ._setting-btn ._text{display:none}.chat-header .adm-button{padding:0;border:none;background-color:transparent}.chat-header .adm-button span{display:inline-block}.chat-header .adm-button svg{vertical-align:bottom}@media screen and (min-width: 768px){.chat-header{margin:0 24px;padding:0;border-bottom:1px solid #d8d9e6}.chat-header ._feedback ._icon{display:inline-block;vertical-align:2px;margin-right:4px}.chat-header ._feedback>span{font-size:14px;line-height:22px;color:#26244c}.chat-header ._setting-btn{margin-right:0;margin-left:22px;width:auto;height:auto}.chat-header ._setting-btn ._icon{margin-right:2px;vertical-align:middle}.chat-header ._setting-btn ._text{display:inline-block;font-size:14px;line-height:22px;color:#26244c}}.chat-item{position:relative;margin:12px 0;display:flex;flex-direction:column;align-items:flex-start;color:#716f8a}.chat-item ._bd{position:relative;box-sizing:border-box;max-width:100%;display:flex;flex-direction:column;align-items:flex-end}.chat-item ._box{max-width:100%;box-sizing:border-box;padding:12px;border-radius:14px 14px 12px 0;font-size:14px;line-height:22px;background-color:#fff}.chat-item ._send-attachment+._box{margin-top:12px}.chat-item ._interrupted{font-size:10px;line-height:16px;color:#747a8c}.chat-item ._reasoning{margin:8px 0}.chat-item ._reasoning-title{display:flex;line-height:20px;color:#878aab;align-items:center;margin-bottom:8px}.chat-item ._reasoning-text{font-size:14px;color:#878aab;padding-left:12px;border-left:1px solid #878aab;word-wrap:break-word}.chat-item ._reasoning-end-icon{display:inline-block;height:16px;margin-right:8px;line-height:16px}.chat-item .adm-button._reasoning-expand-btn{width:20px;height:20px;padding:0;margin:0 0 0 3px}.chat-item .adm-button._reasoning-expand-btn>span{height:6px;line-height:6px}.chat-item .adm-button._reasoning-expand-btn svg{transition:.1s linear}.chat-item .adm-button._reasoning-expand-btn.is-expanded svg{transform:rotate(180deg)}.chat-item .aicall-text-render{user-select:auto;word-break:break-all}.chat-item ._actions{margin-bottom:-8px}.chat-item ._actions .is-playing ._volume-1{animation:chat-playing-volume-animation-1 1s ease-in-out infinite}.chat-item ._actions .is-playing ._volume-2{animation:chat-playing-volume-animation-2 1s ease-in-out infinite}.chat-item ._status{position:absolute;top:50%;left:-24px;margin-top:-8px;color:#624aff}.chat-item ._status .adm-button{margin:0;padding:0}.chat-item .adm-button{color:inherit;border:none;background-color:transparent;padding:4px;line-height:16px;margin:4px}.chat-item .adm-button span{display:inline-block;height:16px}.chat-item .adm-button svg{vertical-align:bottom}.chat-item .adm-button:active:before{opacity:.05}.chat-item .adm-button:before{border:none}.chat-item ._actions .adm-button{line-height:20px}.chat-item ._actions .adm-button span{height:20px}.chat-item ._action-tip{padding-top:4px;font-size:10px;line-height:16px}.chat-item.is-agent ._box{background:#f6f7fb}.chat-item.is-agent ._actions{color:#747a8c;margin-left:-4px}.chat-item.is-agent ._actions .adm-button.is-playing,.chat-item.is-agent ._actions .adm-button.is-copying{color:#56597e}.chat-item.is-agent:after{content:" ";flex:1;min-width:12px}.chat-item.is-agent ._action-tip{padding-left:4px}.chat-item.is-self{color:#fff;align-items:flex-end}.chat-item.is-self ._box{background-color:#624aff;border-radius:14px 14px 0 12px}.chat-item.is-self ._actions{color:#d8d9e6;text-align:right;margin-right:-8px}.chat-item.is-self ._actions .adm-button.is-playing,.chat-item.is-self ._actions .adm-button.is-copying{color:#fff}.chat-item.is-self:before{content:" ";flex:1;min-width:12px}.chat-item.is-self ._action-tip{padding-right:8px}.chat-item-delete .adm-button{width:48px;height:48px;color:#e6e7ec;border:none;background-color:transparent;padding:4px;line-height:16px;margin:0}.chat-item-delete ._text{margin-top:4px;font-size:12px;line-height:18px}.chat-item-delete-confirm .adm-mask{z-index:1050!important}.chat-item-delete-confirm .adm-center-popup-wrap{z-index:1055!important}.chat-item-delete-confirm .adm-dialog-footer .adm-dialog-action-row .adm-button:first-child{color:#26244c}.chat-item-delete-confirm .adm-dialog-footer .adm-dialog-action-row .adm-button:last-child{color:#f23139;font-weight:400}@keyframes chat-playing-volume-animation-1{0%{opacity:0}20%{opacity:0}40%{opacity:1}to{opacity:1}}@keyframes chat-playing-volume-animation-2{0%{opacity:0}60%{opacity:0}80%{opacity:1}to{opacity:1}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.aicall-markdown-render{font-size:14px;line-height:22px;color:#26244c;margin:-8px 0;user-select:auto;word-break:break-all}.aicall-markdown-render h1,.aicall-markdown-render h2,.aicall-markdown-render h3,.aicall-markdown-render h4,.aicall-markdown-render h5{font-weight:600;margin:.5em 0;line-height:1.5}.aicall-markdown-render h1{font-size:24px}.aicall-markdown-render h2{font-size:22px}.aicall-markdown-render h3{font-size:20px}.aicall-markdown-render h4{font-size:18px}.aicall-markdown-render h5{font-size:16px}.aicall-markdown-render h6{font-weight:600}.aicall-markdown-render ._code-wrapper{width:100%;overflow-x:auto;border-radius:10px;box-sizing:border-box;border:1px solid #d8d9e6}.aicall-markdown-render ._code-header{position:relative;font-size:14px;font-weight:600;line-height:22px;color:#26244c;padding:10px;border-bottom:1px solid #d8d9e6}.aicall-markdown-render ._code-header ._btn{position:absolute;width:20px;height:20px;right:20px;top:10px;background-color:transparent;border:none}.aicall-markdown-render ._code-header ._btn svg{pointer-events:none}.aicall-markdown-render pre{width:100%;overflow-x:auto;margin:0;opacity:1}.aicall-markdown-render hr{height:0;border-width:0 0 1px 0;border-bottom:1px dashed #878aab}.aicall-markdown-render p{margin:8px 0}.aicall-markdown-render img{margin:6px 0;max-height:113px;max-width:100%;vertical-align:bottom;border-radius:4px}.aicall-markdown-render a{color:#624aff;text-decoration:none}.aicall-markdown-render ._table-container{max-width:100%;box-sizing:border-box;overflow-x:auto;display:inline-block;border:1px solid #d8d9e6;border-radius:10px;overflow:hidden}.aicall-markdown-render ._table-header{position:relative;font-size:14px;font-weight:600;line-height:22px;color:#26244c;padding:10px;border-bottom:1px solid #d8d9e6}.aicall-markdown-render ._table-header ._btn{position:absolute;width:20px;height:20px;right:20px;top:10px;background-color:transparent;border:none}.aicall-markdown-render ._table-header ._btn svg{pointer-events:none}.aicall-markdown-render table{border-collapse:collapse}.aicall-markdown-render th,.aicall-markdown-render td{padding:8px 12px;border:1px solid #d8d9e6}.aicall-markdown-render th{font-weight:500}.aicall-markdown-render tr:first-child th{border-top:none}.aicall-markdown-render tr:last-child td{border-bottom:none}.aicall-markdown-render tr td:first-child,.aicall-markdown-render tr th:first-child{border-left:none}.aicall-markdown-render tr td:last-child,.aicall-markdown-render tr th:last-child{border-right:none}.chat-messages .aicall-markdown-render ul,.chat-messages .aicall-markdown-render ol{padding-left:44px}.chat-messages .aicall-markdown-render ul{list-style:disc}.chat-messages .aicall-markdown-render ul li::marker{color:#624aff}.chat-messages .aicall-markdown-render ul ul,.chat-messages .aicall-markdown-render ol ul{padding-left:14px;list-style-type:circle}.chat-item ._send-attachment{max-width:100%;max-width:calc(100% + 40px);overflow:hidden;margin:0 -20px}.chat-item ._send-attachment ul{display:flex;list-style:none;margin:0;padding:0 20px;overflow-x:auto}.chat-item ._send-attachment li{margin:0 8px 0 0}.chat-item ._send-attachment li:last-child{margin-right:0}.chat-item ._send-attachment img{width:72px;height:72px;object-fit:cover;vertical-align:bottom;border-radius:2px}.chat-messages{flex:1;min-height:0;overflow:auto}.chat-messages ul{list-style:none;margin:0;padding:0 20px;box-sizing:border-box}.chat-messages .adm-pull-to-refresh{height:100%}@media screen and (min-width: 768px){.chat-messages{width:850px;margin:0 auto}}.chat-footer{display:flex;flex-direction:column;position:relative;z-index:2;padding:20px}.chat-footer ._bd{position:relative;display:flex}.chat-footer ._send-area{flex:1;display:flex;flex-direction:row}.chat-footer ._extra-btn,.chat-footer ._to-voice-btn{width:40px;height:40px;padding:0;border:none;background-color:transparent}.chat-footer ._extra-btn span,.chat-footer ._to-voice-btn span{display:inline-block;width:28px;height:28px;vertical-align:-6px}.chat-footer ._extra-btn{margin:0 6px 0 -6px}.chat-footer ._to-voice-btn{margin:0 -6px 0 6px}.chat-footer .adm-text-area{width:auto;background:radial-gradient(58% 126% at 50% 90%,rgba(255,255,255,.6),#fff);border:1px solid #d8d9e6;box-shadow:0 2px 8px rgba(0,0,0,.05);border-radius:20px;overflow:hidden;color:#26244c}.chat-footer .adm-text-area-element{line-height:20px;min-height:20px;padding:9px 12px;width:calc(100% - 40px);margin-right:40px}.chat-footer ._send-textarea{flex:1;position:relative}.chat-footer ._send-textarea.is-focusing .adm-text-area{border-color:#624aff}.chat-footer ._action-btn{right:8px;bottom:6px;position:absolute;z-index:9;width:28px;height:28px;line-height:28px;border:none;padding:0;border-radius:14px}.chat-footer ._action-btn:before{border:none;transform:none;border-radius:14px}.chat-footer ._action-btn span{display:inline-block;height:28px;vertical-align:bottom}.chat-footer ._action-btn svg{vertical-align:bottom}.chat-footer ._action-btn.is-send{padding:5px;line-height:18px;background-color:#624aff;border-radius:14px}.chat-footer ._action-btn.is-send span{height:18px}.chat-footer ._action-btn.is-send.is-disabled{background-color:#aaa}.chat-footer ._action-btn.is-text{padding:2px;line-height:24px}.chat-footer ._action-btn.is-text span{height:24px}.chat-footer ._send-voice{flex:1}.chat-footer ._send-voice.is-pushing ._pushing{display:block}.chat-footer ._send-voice.is-pushing ._push-btn{opacity:0}.chat-footer ._send-voice.is-pushing ._action-btn{display:none}.chat-footer ._push-btn{position:relative;z-index:9;height:40px;background:radial-gradient(58% 126% at 50% 90%,rgba(255,255,255,.6),#fff);border:1px solid #ffffff;box-shadow:0 2px 8px rgba(0,0,0,.05);border-radius:20px}.chat-footer ._push-btn:before{border-radius:20px}.chat-footer ._pushing{position:absolute;left:0;right:0;bottom:0;display:none;z-index:1;overflow:hidden}.chat-footer ._pushing-content{position:relative;z-index:5;text-align:center}.chat-footer ._pushing-content ._tip{margin:16px 0;font-size:14px;line-height:18px;color:#26244c;opacity:.6}.chat-footer ._pushing-content ._tip.is-will-cancel{color:#f95353;opacity:1}.chat-footer ._pushing-content ._time{position:absolute;left:12px;top:10px;font-size:14px;line-height:20px}.chat-footer ._pushing-content ul{display:flex;margin:0;padding:0;list-style:none;align-items:flex-end}.chat-footer ._pushing-content li{margin:0 2px;background-color:#fff;width:4px;height:6px;border-radius:4px}.chat-footer ._recording-status{display:flex;align-items:center;justify-content:center;position:relative;height:40px;border-radius:20px;line-height:52px;background:#624aff;color:#fff}.chat-footer ._recording-status.is-will-cancel{background-color:#f95353}.chat-footer ._recording-status ._wave{height:12px}.chat-footer ._extra-actions{display:flex;list-style:none;margin:0 -20px;padding:18px 20px 0;text-align:center;overflow-x:auto}.chat-footer ._extra-actions li{flex:1 0 70px;margin-right:16px}.chat-footer ._extra-actions li:last-child{margin-right:0}.chat-footer ._extra-actions ._extra-action-label{margin-top:8px;padding:0 2px;word-wrap:break-word;color:#56597e}.chat-footer ._extra-actions .adm-button,.chat-footer ._extra-actions ._upload-button{width:70px;height:70px;border-radius:10px;background-color:#fff}.chat-footer ._extra-actions .adm-button span,.chat-footer ._extra-actions ._upload-button span{display:inline-block;width:32px;height:32px;line-height:32px;vertical-align:bottom}.chat-footer ._extra-actions ._upload-button{position:relative;display:inline-block;box-sizing:border-box;padding:18px;margin:0;--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));border:var(--border-width) var(--border-style) var(--border-color)}.chat-footer ._extra-actions ._upload-button input{cursor:pointer;position:absolute;opacity:0;left:0;top:0;width:100%;height:100%;border-radius:4px}.chat-footer ._extra-actions ._upload-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}.chat-footer ._attachments{margin:16px -6px 0;padding-top:6px;overflow-x:auto}.chat-footer ._attachments ul{display:flex;list-style:none;padding:0;margin:0}.chat-footer ._attachments ._add-box{margin-right:0}.chat-footer ._attachments li{position:relative;margin:6px 8px 0 6px}.chat-footer ._attachments li:last-child{margin-right:0}.chat-footer ._attachments ._preview{position:relative;width:52px;height:52px;border-radius:10px;overflow:hidden}.chat-footer ._attachments ._preview img{width:100%;height:100%;object-fit:cover;border-radius:10px}.chat-footer ._attachments ._remove{position:absolute;right:-8px;top:-8px;padding:2px;height:20px;border:none;background:transparent}.chat-footer ._attachments ._remove span{display:inline-block;width:16px;height:16px;line-height:16px;vertical-align:top}.chat-footer ._attachments ._add{border-radius:10px;width:52px;height:52px;padding:15px;border:none;position:relative;display:inline-block;box-sizing:border-box;background:#fff;border:1px solid #d8d9e6;border:.5px solid #d8d9e6;margin:0}.chat-footer ._attachments ._add input{cursor:pointer;position:absolute;opacity:0;left:0;top:0;width:100%;height:100%;border-radius:4px}.chat-footer ._attachments ._add: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}.chat-footer ._attachments ._add span{display:inline-block;width:20px;height:20px}.chat-footer ._attachments ._progress,.chat-footer ._attachments ._failed{position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.4);border-radius:10px;display:flex;align-items:center;justify-content:center}.chat-footer ._attachments ._progress-circle{transition:.35s stroke-dashoffset;transform:rotate(-90deg);transform-origin:50% 50%;stroke-dasharray:56.5487,56.5487}.chat-call-dialog .adm-center-popup-body{padding-top:0;max-height:100%;border-radius:0}.chat-call-dialog .adm-center-popup-wrap{max-height:100vh;max-width:100vw;width:100%;height:100%}.chat-call-dialog .adm-center-popup-wrap>div{height:100%}.chat-call-dialog .adm-dialog-content{padding:0;max-height:100%}.chat-call-dialog .stage-wrapper{padding:0}.chat-call-dialog .stage-wrapper ._feedback,.chat-call-dialog .stage-wrapper ._setting-btn{display:none}@keyframes chat-push-to-talk{0%{height:8px}50%{height:12px}to{height:8px}}@media screen and (min-width: 768px){.chat-footer{width:580px;margin:0 auto}.chat-footer ._attachments{margin:16px -40px 0;display:flex;justify-content:center}.chat-call-dialog .adm-dialog-body,.chat-call-dialog>.adm-center-popup-wrap{max-width:1024px;max-height:800px;height:auto;width:auto}.chat-call-dialog .adm-dialog-body>div>.adm-center-popup-body,.chat-call-dialog>.adm-center-popup-wrap>div>.adm-center-popup-body{border-radius:8px}.chat-call-dialog .adm-dialog-body>div>.adm-center-popup-body>.adm-dialog-content,.chat-call-dialog>.adm-center-popup-wrap>div>.adm-center-popup-body>.adm-dialog-content{width:1024px;max-height:800px}.chat-call-dialog .stage-wrapper{min-height:660px}}.chat-wrapper{position:relative;height:100%}.chat{display:flex;flex-direction:column;height:100%;overflow:hidden;min-width:320px}.chat *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;user-select:none}.chat input,.chat input:before,.chat input:after,.chat textarea,.chat textarea:before,.chat textarea:after{-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial}@media screen and (min-width: 768px){.chat-wrapper{box-sizing:border-box;padding:24px}.chat{border:1px solid #d8d9e6;border-radius:8px;overflow:hidden}}.chat-state-loading-dialog{--adm-center-popup-min-width: 120px}.chat-state-loading-dialog .adm-dialog-content{text-align:center}.chat-state-loading-dialog .adm-spin-loading{display:inline-block}.header.pstn-header ._back-btn{display:block;border:none;position:absolute;left:0;top:2px}.header.pstn-header ._feedback{left:auto;right:20px}@media screen and (min-width: 768px){.header.pstn-header ._back-btn{position:relative}}.pstn-form{margin:10px 0}.pstn-form .adm-form-item-label{color:#26244c}.pstn-form .adm-list-item-title,.pstn-form .adm-list-item-description{display:none}.pstn-form ._phone .adm-input-element{text-align:right}.pstn-form .adm-list-body{border-top:none;border-bottom:none}.pstn-form .adm-list-item{padding-left:0}.pstn-form .adm-list-item-content{padding-right:0;margin-left:20px;margin-right:20px;border-top:none;border-bottom:1px solid #747a8c}.pstn-form .adm-form-item-has-error .adm-list-item-content{border-bottom:1px solid var(--adm-color-danger)}.pstn-form .adm-list-item:last-child .adm-list-item-content{border-bottom:none}.pstn-form ._tip{margin:4px 20px;font-size:14px;line-height:22px;color:#b2b7c4}.pstn-form ._help{font-size:13px;line-height:20px;color:#747a8c}.pstn-form ._help svg{margin-right:6px}.pstn-btn-box{margin:0 20px 40px}.pstn-btn-box .adm-button{border-radius:22px}.pstn-voice-id-picker{background:#e7e8ee}.pstn-voice-id-picker.adm-dialog-body{padding-top:0;max-height:50vh}.pstn-voice-id-picker .adm-dialog-title{font-size:14px;font-weight:400;line-height:22px;text-align:center;color:#26244c;padding:12px 0;border-bottom:1px solid #e7e8ee;margin-bottom:0}.pstn-voice-id-picker .adm-radio-icon{display:none}.pstn-voice-id-picker .adm-space-item{margin-bottom:0;padding:7px 0}.pstn-voice-id-picker .adm-radio{width:100%}.pstn-voice-id-picker .adm-radio-content{width:100%;display:flex;align-items:center;font-size:12px;line-height:18px;color:#26244c;padding-left:0}.pstn-voice-id-picker .adm-radio-content:after{content:var(--btn-text);border:1px solid #b2b7c4;font-size:12px;line-height:18px;color:#26244c;padding:2px 12px;border-radius:12px}.pstn-voice-id-picker .adm-radio-checked .adm-radio-content:after{content:" ";border:none;display:inline-block;width:16px;height:16px;padding:0;background-repeat:no-repeat;margin-right:17px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9Im5vbmUiIHZlcnNpb249IjEuMSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMTIgMTIiPgogIDxnPgogICAgPGc+CiAgICAgIDxwYXRoIGQ9Ik0wLC05LjA5NDk0NzAxNzcyOTI4MmUtMTNMMS43MDkyMiwtOS4wOTQ5NDcwMTc3MjkyODJlLTEzTDEuNzA5MjIsMTEuOTYwNDk5OTk5OTk5MDlMMCwxMS45NjA0OTk5OTk5OTkwOUwwLC05LjA5NDk0NzAxNzcyOTI4MmUtMTNaIiBmaWxsPSIjNERDRkUxIiBmaWxsLW9wYWNpdHk9IjEiLz4KICAgIDwvZz4KICAgIDxnPgogICAgICA8cGF0aCBkPSJNMy40MzAyODY4ODQzMDc4NjEzLDUuOTI5NzI4MDMxMTU4NDQ3TDUuMTM5NTA2ODg0MzA3ODYxNSw1LjkyOTcyODAzMTE1ODQ0N0w1LjEzOTUwNjg4NDMwNzg2MTUsMTEuOTA5OTc4MDMxMTU4NDQ3TDMuNDMwMjg2ODg0MzA3ODYxMywxMS45MDk5NzgwMzExNTg0NDdMMy40MzAyODY4ODQzMDc4NjEzLDUuOTI5NzI4MDMxMTU4NDQ3WiIgZmlsbD0iIzREQ0ZFMSIgZmlsbC1vcGFjaXR5PSIxIi8+CiAgICA8L2c+CiAgICA8Zz4KICAgICAgPHBhdGggZD0iTTYuODYwNTEyMjU2NjIyMzE0NSwyLjM1MTQ1NTQ1MDA1Nzk4MzRMOC41Njk3MzIyNTY2MjIzMTUsMi4zNTE0NTU0NTAwNTc5ODM0TDguNTY5NzMyMjU2NjIyMzE1LDExLjk3NTc1NTQ1MDA1Nzk4M0w2Ljg2MDUxMjI1NjYyMjMxNDUsMTEuOTc1NzU1NDUwMDU3OTgzTDYuODYwNTEyMjU2NjIyMzE0NSwyLjM1MTQ1NTQ1MDA1Nzk4MzRaIiBmaWxsPSIjNERDRkUxIiBmaWxsLW9wYWNpdHk9IjEiLz4KICAgIDwvZz4KICAgIDxnPgogICAgICA8cGF0aCBkPSJNMTAuMjkwNzgzODgyMTQxMTEzLDQuODA1MTM1MjUwMDkxNTUzTDEyLjAwMDAwMzg4MjE0MTExMyw0LjgwNTEzNTI1MDA5MTU1M0wxMi4wMDAwMDM4ODIxNDExMTMsMTEuOTk5OTk1MjUwMDkxNTUzTDEwLjI5MDc4Mzg4MjE0MTExMywxMS45OTk5OTUyNTAwOTE1NTNMMTAuMjkwNzgzODgyMTQxMTEzLDQuODA1MTM1MjUwMDkxNTUzWiIgZmlsbD0iIzREQ0ZFMSIgZmlsbC1vcGFjaXR5PSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=);border-radius:0}.pstn-voice-id-picker ._voiceIcon{display:flex;align-items:center;justify-content:center;background-color:#fff;width:32px;height:32px;border-radius:6px;margin-right:12px}.pstn-voice-id-picker ._voiceName{flex:1}.pstn-call-result{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.pstn-call-result ._icon{margin-bottom:50px}.pstn-call-result ._text{font-size:16px;font-weight:500;line-height:24px;color:#26244c}.pstn-call-result ._req-id{margin-top:16px;font-size:14px;line-height:22px;color:#747a8c}.pstn-call-result ._req-id .adm-button{margin-left:8px;height:20px;padding:0 8px;border-radius:10px;border:1px solid #b2b7c4;font-size:12px;font-weight:400;line-height:18px;vertical-align:1px}.pstn-bd ._holder{flex:1}@media screen and (min-width: 768px){.pstn-bd{align-items:center;justify-content:center}.pstn-bd ._holder{flex:0}.pstn-form{max-width:376px}.pstn-btn-box{width:288px;margin-top:140px}}
