:root{--rv-space-gap: 8px}.rv-space{--gap: var(--rv-space-gap);display:inline-flex;gap:var(--gap)}.rv-space__item{flex:none}.rv-space--vertical{flex-direction:column}.rv-space--horizontal{flex-direction:row}.rv-space--wrap{flex-wrap:wrap}.rv-space.rv-space--block{display:flex}.rv-space--align-center{align-items:center}.rv-space--align-start{align-items:flex-start}.rv-space--align-end{align-items:flex-end}.rv-space--align-baseline{align-items:baseline}.rv-space--justify-center{justify-content:center}.rv-space--justify-start{justify-content:flex-start}.rv-space--justify-end{justify-content:flex-end}.rv-space--justify-between{justify-content:space-between}.rv-space--justify-around{justify-content:space-around}.rv-space--justify-evenly{justify-content:space-evenly}.rv-space--justify-stretch{justify-content:stretch}:root{--rv-divider-margin: var(--rv-padding-md) 0;--rv-divider-text-color: var(--rv-gray-6);--rv-divider-font-size: var(--rv-font-size-md);--rv-divider-line-height: 24px;--rv-divider-border-color: var(--rv-border-color);--rv-divider-content-padding: var(--rv-padding-md);--rv-divider-content-left-width: 10%;--rv-divider-content-right-width: 10%}.rv-divider{display:flex;align-items:center;margin:var(--rv-divider-margin);color:var(--rv-divider-text-color);font-size:var(--rv-divider-font-size);line-height:var(--rv-divider-line-height);border-color:var(--rv-divider-border-color);border-style:solid;border-width:0}.rv-divider:before,.rv-divider:after{display:block;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:var(--rv-border-width-base) 0 0}.rv-divider:before{content:""}.rv-divider--vertical{position:relative;top:-.06em;display:inline-block;height:.9em;vertical-align:middle;border-top:0;margin:0;border-left-width:var(--rv-border-width-base)}.rv-divider--vertical:before,.rv-divider--vertical:after{content:none}.rv-divider--hairline:before,.rv-divider--hairline:after{transform:scaleY(.5)}.rv-divider--dashed{border-style:dashed}.rv-divider--content-center:before,.rv-divider--content-left:before,.rv-divider--content-right:before{margin-right:var(--rv-divider-content-padding)}.rv-divider--content-center:after,.rv-divider--content-left:after,.rv-divider--content-right:after{margin-left:var(--rv-divider-content-padding);content:""}.rv-divider--content-left:before{max-width:var(--rv-divider-content-left-width)}.rv-divider--content-right:after{max-width:var(--rv-divider-content-right-width)}:root{--brand-1: #ff5000;--brand-2: #ff9000;--brand-3: #fff9eb;--black: #000;--white: #fff;--gray-1: #111;--gray-2: #666;--gray-3: #999;--gray-4: #ccc;--gray-5: #ddd;--gray-6: #eee;--gray-7: #f5f5f5;--gray-8: #f8f8f8;--light-1: #eee;--light-2: #f5f5f5;--highlight-1: var(--brand-1);--highlight-2: var(--brand-2);--link-color: var(--blue);--blue: #39f;--gray-dark: #333;--green: #62d957;--orange: #f70;--red: #ff3634;--yellow: #ffc233;--yellow-light: #fff9db;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--radius-sm: .25rem;--radius-md: .75rem;--radius-lg: 1.25rem;--shadow-1: 0 3px 4px 0 rgba(0, 0, 0, .04);--shadow-2: 0 4px 8px 0 rgba(0, 0, 0, .08);--shadow-3: 0 6px 10px 0 rgba(0, 0, 0, .08);--safe-top: 0px;--safe-bottom: 0px;--gutter: 12px;--btn-primary-border-color: transparent;--btn-primary-bg: linear-gradient(90deg, var(--brand-2) 0%, var(--brand-1) 98%);--btn-primary-color: var(--white)}@supports (top: constant(safe-area-inset-top)){:root{--safe-top: constant(safe-area-inset-top);--safe-bottom: constant(safe-area-inset-bottom)}}@supports (top: env(safe-area-inset-top)){:root{--safe-top: env(safe-area-inset-top);--safe-bottom: env(safe-area-inset-bottom)}}.S--invisible{position:absolute;clip:rect(0,0,0,0)}.pb-safe{padding-bottom:var(--safe-bottom)}@keyframes slideInRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}.slide-in-right-item{animation:slideInRight .5s ease-in-out both}.slide-in-right-item:nth-child(2){animation-delay:.1s}.slide-in-right-item:nth-child(3){animation-delay:.2s}.slide-in-right-item:nth-child(4){animation-delay:.3s}.slide-in-right-item:nth-child(5){animation-delay:.4s}.slide-in-right-item:nth-child(6){animation-delay:.5s}.slide-in-right-item:nth-child(7){animation-delay:.6s}.slide-in-right-item:nth-child(8){animation-delay:.7s}.slide-in-right-item:nth-child(9){animation-delay:.8s}.slide-in-right-item:nth-child(10){animation-delay:.9s}.slide-in-right-item:nth-child(11){animation-delay:1s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.A-fadeIn{animation:.6s fadeIn}.Avatar{display:inline-block;overflow:hidden;border-radius:50%}.Avatar img{display:block;width:36px;height:36px;object-fit:cover}.Avatar--sm img{width:24px;height:24px}.Avatar--lg img{width:40px;height:40px}.Avatar--square{border-radius:4px}.Backdrop{position:fixed;bottom:0;left:0;right:0;z-index:100;transition:.3s;width:100vw;height:100vh;background:rgba(0,0,0,.7);opacity:0;outline:0}.Backdrop.active{opacity:1}.Bubble{max-width:680px;min-width:1px;background:var(--white);border-radius:12px}.Bubble.text,.Bubble.typing{min-width:40px;padding:12px;box-sizing:border-box;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;user-select:text}.Bubble.image img{display:block;max-width:200px;max-height:200px;height:auto;border-radius:inherit}.Bubble p{margin:0}.Btn{display:inline-flex;align-items:center;justify-content:center;overflow:visible;min-width:80px;margin:0;padding:5px 12px;border:1px solid var(--gray-5);border-radius:999px;background:var(--white);color:var(--gray-1);font-weight:400;font-size:.875rem;line-height:1.5;font-family:inherit;text-transform:none;text-align:center;vertical-align:middle;white-space:nowrap;transition:.15s ease-in-out;user-select:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.Btn:not(:disabled){cursor:pointer}.Btn:focus:not(:focus-visible){outline:0}.Btn:active{background:rgba(0,0,0,.08)}.Btn:disabled{pointer-events:none;color:var(--gray-4);opacity:.5}.Btn--primary:not(.Btn--outline){border-color:var(--btn-primary-border-color);background:var(--btn-primary-bg);background-origin:border-box;color:var(--btn-primary-color)}.Btn--primary:not(.Btn--outline):active{opacity:.8}.Btn--outline.Btn--primary{border-color:var(--brand-1);color:var(--brand-1)}.Btn--sm{padding:4px 12px;font-size:.875rem}.Btn--lg{padding:7px 12px;font-size:1rem}.Btn--block{display:block;width:100%}.Btn-icon{display:inline-flex;align-self:center;flex-shrink:0;margin-inline-end:.5rem}@media (hover: hover){.Btn:hover{background:rgba(0,0,0,.04)}.Btn--primary:not(.Btn--outline):hover{background:var(--btn-primary-bg);opacity:.9}}.Btn--text{padding:0;border:0;background:transparent;color:var(--link-color);font-size:inherit;vertical-align:initial}.Btn--text:hover,.Btn--text:active{background:transparent}.BackBottom{position:absolute;right:0;bottom:68px;z-index:10;overflow:hidden}.BackBottom .Btn{border-radius:50px 0 0 50px;border-right:0;background:rgba(255,255,255,.85);color:var(--brand-1);font-size:var(--font-size-sm)}.Card{overflow:hidden;border-radius:12px;background:var(--white)}.Card--xl{width:300px}.Card--lg{width:160px}.Card--md{width:120px}.Card--sm{width:104px}.Card--xs{width:80px}.Card--fluid{width:calc(100% - 48px);max-width:680px;min-width:260px}.Card[data-fluid=order]{max-width:360px}.CardMedia{position:relative;background-repeat:no-repeat;background-position:50%;background-size:cover}.CardMedia:after{display:block;height:0;content:""}.CardMedia--wide:after{padding-top:56.25%}.CardMedia--square:after{padding-top:100%}.CardMedia-content{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.CardTitle{padding:12px 12px 6px}.CardTitle--center{padding:4px 2px;text-align:center}.CardTitle-title{margin:0;font-size:1rem;font-weight:500}.CardTitle-subtitle{margin:0;color:var(--gray-3);font-size:.625rem}.CardContent{padding:12px}.CardTitle+.CardContent{padding-top:0}.CardText{padding:12px;color:var(--gray-dark)}.CardTitle+.CardText{padding-top:0}.CardText p{margin:0}.CardActions{display:flex;padding:12px 12px 18px}.CardTitle+.CardActions,.CardText+.CardActions,.CardContent+.CardActions{padding-top:0}.CardActions .Btn{flex:1;line-height:1.5}.CardActions .Btn+.Btn{margin-left:12px}.CardActions--column{flex-direction:column;padding:0}.CardActions--column .Btn{padding:10px;border:0;border-top:1px solid var(--gray-6);border-radius:0;background:var(--white);color:var(--gray-3)}.CardActions--column .Btn:last-child{border-radius:0 0 12px 12px}.CardActions--column .Btn:active{background:var(--gray-7)}.CardActions--column .Btn:disabled{color:var(--gray-4)}.CardActions--column .Btn+.Btn{margin:0}.CardActions--column .Btn--primary{color:var(--brand-1)}@media (hover: hover){.CardActions--column .Btn:hover{background:var(--gray-7)}}.Divider{display:flex;align-items:center;margin:12px 0;font-size:.75rem;color:var(--gray-3)}.Divider:before,.Divider:after{content:"";display:block;flex:1;border-top:1px solid var(--gray-5)}.Divider--text-center:before,.Divider--text-left:before,.Divider--text-right:before{margin-right:var(--gutter)}.Divider--text-center:after,.Divider--text-left:after,.Divider--text-right:after{margin-left:var(--gutter)}.Divider--text-left:before{max-width:10%}.Divider--text-right:after{max-width:10%}.Empty{padding:30px;text-align:center}.Empty-img{height:125px}.Empty-tip{margin:20px 0;color:var(--gray-4)}.Flex{display:flex}.Flex--inline{display:inline-flex}.Flex--center{justify-content:center;align-items:center}.Flex--d-r{flex-direction:row}.Flex--d-rr{flex-direction:row-reverse}.Flex--d-c{flex-direction:column}.Flex--d-cr{flex-direction:column-reverse}.Flex--w-n{flex-wrap:nowrap}.Flex--w-w{flex-wrap:wrap}.Flex--w-wr{flex-wrap:wrap-reverse}.Flex--jc-fs{justify-content:flex-start}.Flex--jc-fe{justify-content:flex-end}.Flex--jc-c{justify-content:center}.Flex--jc-sb{justify-content:space-between}.Flex--jc-sa{justify-content:space-around}.Flex--ai-fs{align-items:flex-start}.Flex--ai-fe{align-items:flex-end}.Flex--ai-c{align-items:center}.FlexItem{flex:1;min-width:0;min-height:0}.HelpText{font-size:.75rem;color:var(--gray-4)}.Icon{display:inline-block;width:1em;height:1em;stroke-width:0;fill:currentColor;transition:all .3s cubic-bezier(.18,.89,.32,1.28)}.is-spin{animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.IconBtn{min-width:0;padding:0;border:0;border-radius:3px;background:transparent;color:var(--gray-2);font-size:18px}.IconBtn.Btn--primary{color:var(--brand-2)}.IconBtn:disabled{border-color:var(--gray-6);color:var(--gray-6)}.IconBtn.Btn--lg{border-radius:6px;font-size:24px}.IconBtn>.Icon{display:block}.IconBtn>img{display:block;width:1em;height:1em}.Image{position:relative;display:inline-block;overflow:hidden;border-style:none}.Image--fluid{max-width:100%;height:auto}.InfiniteScroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}.InputWrapper{position:relative}.InputWrapper.has-counter{padding-bottom:20px}.InputWrapper.has-counter+.HelpText{margin-top:-20px}.Input{display:block;box-sizing:border-box;width:100%;min-height:24px;margin:0;padding:5px 12px;border:1px solid var(--gray-6);border-radius:12px;font-family:inherit;font-size:.875rem;line-height:1.5;color:var(--gray-1);background:var(--white);resize:none;-webkit-tap-highlight-color:transparent;transition:.2s ease-in-out;-webkit-appearance:none}.Input:focus{outline:none;border-color:var(--brand-1)}.Input:focus:not([disabled]):not([readonly])~.Input-line:before,.Input:focus:not([disabled]):not([readonly])~.Input-line:after{width:50%}.Input::placeholder{color:var(--gray-4)}.Input--filled{border-color:transparent;background-color:var(--gray-6)}.Input--flushed{padding:2px var(--gutter);border-width:0 0 1px;border-radius:0;background:none}.Input--flushed:focus{box-shadow:var(--brand-1) 0 1px 0 0}.Input-counter{position:relative;z-index:1;float:right;margin-right:var(--gutter);color:var(--gray-3);font-size:.75rem}.Label{display:block;font-size:.75rem;color:var(--gray-2)}.List{background:var(--white)}.List--bordered{border:1px solid var(--gray-7);border-radius:2px}.ListItem{display:flex;align-items:center;box-sizing:border-box;padding:10px var(--gutter);border:0;color:var(--gray-1);font-size:15px;line-height:1.6;text-decoration:none;transition:.3s}.ListItem:focus:not(:focus-visible){outline:0}.ListItem+.ListItem{border-top:1px solid var(--gray-7)}.ListItem .Icon{color:var(--gray-3)}button.ListItem{width:100%;background:transparent;text-align:left;-webkit-appearance:none;appearance:none}a.ListItem:active,button.ListItem:active{background:var(--gray-6)}@media (hover: hover){a.ListItem:hover,button.ListItem:hover{background:rgba(0,0,0,.04);background-clip:padding-box;cursor:pointer}}.ListItem-content{flex:1}.Loading{padding:12px;color:var(--gray-2)}.Loading .Icon{font-size:30px}.Loading-tip{margin:0 0 0 6px;font-size:.875rem}.MediaObject{display:flex}.MediaObject-pic{width:70px;margin-right:10px}.MediaObject-pic>img{display:block;width:100%;height:100%}.MediaObject-info{flex:1}.MediaObject-title{margin:0 0 6px;font-size:.875rem;font-weight:400}.MediaObject-meta{font-size:.75rem;color:var(--gray-2)}.Message{position:relative}.Message+.Message{margin-top:12px}.Message.left .Message-main>.Avatar{margin-right:4px}.Message.left .Bubble{margin-right:48px}.Message.right .Message-main,.Message.right .Message-content{flex-direction:row-reverse}.Message.right .Message-main>.Avatar{margin-left:4px}.Message.right .Message-author{text-align:right}.Message.right .Bubble{margin-left:40px;border-radius:12px;background:var(--brand-3)}.Message.pop{display:none}.Message-meta{display:flex;justify-content:center;margin-bottom:12px;text-align:center}.Message-main,.Message-content{display:flex;align-items:flex-start}.Message-inner{flex:1;min-width:0}.Message-author{margin-bottom:6px;color:var(--gray-2);font-size:var(--font-size-xs);line-height:1.1}.SystemMessage{padding:0 15px;font-size:.75rem;color:var(--gray-2);text-align:center}.SystemMessage a{margin-left:5px}.SystemMessage-inner{display:inline-block;padding:6px 9px;border-radius:6px;background:var(--gray-8);text-align:left}.MessageStatus{align-self:center;margin-right:12px}.MessageStatus[data-status=loading] .Icon{color:var(--gray-4)}.MessageStatus[data-status=fail] .IconBtn{color:#ff5959}.MessageStatus .IconBtn,.MessageStatus .Icon{display:block}.Message.right .Bubble+.MessageStatus{margin-right:-28px}.Modal,.Popup{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;z-index:100;display:flex;align-items:center;justify-content:center;outline:0}.Modal.active .Modal-dialog{opacity:1;transform:none}.Modal-dialog{position:relative;z-index:100;overflow:hidden;width:320px;border-radius:12px;background:var(--white);opacity:0;transition:transform .3s ease-out,opacity .15s linear;transform:translateY(-50px);font-size:15px}@media (max-width: 320px){.Modal-dialog{width:300px}}.Modal-header{position:relative;padding:18px 20px 10px}.Modal-body{padding:18px 15px}.Modal-header+.Modal-body{padding-top:0}.Modal-footer{display:flex}.Modal-footer .Btn--outline{padding-top:10px;padding-bottom:10px;border-width:1px 0 0;border-color:var(--gray-6);border-radius:0}.Modal-footer .Btn--outline:not(.Btn--primary){color:var(--gray-2)}.Modal-footer--h[data-variant=round]{padding:0 15px 18px}.Modal-footer--h[data-variant=round] .Btn+.Btn{margin-left:12px}.Modal-footer--h[data-variant=outline] .Btn+.Btn{border-left-width:1px}.Modal-footer--h .Btn{flex:1}.Modal-footer--v{flex-direction:column}.Confirm .Modal-body{text-align:center}.Popup{align-items:flex-end}.Popup.active .Popup-dialog{opacity:1;transform:translateZ(0)}.Popup-content{display:flex;flex-direction:column;height:100%}.Popup-dialog{position:relative;z-index:100;overflow:hidden;width:100%;border-radius:27px 27px 0 0;background:var(--white);opacity:0;transform:translate3d(0,100%,0);transition:.3s}.Popup-dialog[data-bg-color=gray]{background:var(--gray-7)}.Popup-dialog[data-height="80"]{height:80vh}.Popup-dialog[data-height="60"]{height:60vh}.Popup-dialog[data-height="40"]{height:40vh}.Popup-header{position:relative;margin-top:4px;padding:15px 40px}.Modal-title,.Popup-title{min-height:25px;margin:0;color:var(--gray-1);font-size:1.125rem;font-weight:500;text-align:center}.Modal-close,.Popup-close{position:absolute;right:12px;color:var(--gray-1)}.Modal-close{top:12px}.Popup-close{top:50%;transform:translateY(-50%)}.Popup-body{flex:1;min-height:0}.Popup-body.overflow{max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.Popup-footer{position:relative;display:flex;flex-direction:column;padding:9px 12px;padding-bottom:calc(9px + var(--safe-bottom));background:var(--white)}.Popup-footer .Btn+.Btn{margin-top:9px}.S--modalOpen,.S--modalOpen .MessageContainer>.PullToRefresh{overflow:hidden}.S--wide .Popup{align-items:center}.S--wide .Popup-dialog{width:480px;border-radius:12px}.S--wide .Popup-footer--v{padding-bottom:12px}.Navbar{position:relative;z-index:10;display:flex;align-items:center;padding:0 var(--gutter);padding-top:var(--safe-top);border-bottom:1px solid var(--gray-5);background:var(--gray-6)}.Navbar-main{flex:1;display:flex;align-items:center;justify-content:center;min-height:44px}.Navbar-left,.Navbar-right{width:58px}.Navbar-right{text-align:right;white-space:nowrap}.Navbar-title{margin:0;color:var(--gray-1);font-size:1.125rem;font-weight:500;text-align:center}.Navbar-logo{width:auto;height:36px}.Navbar .IconBtn{color:var(--gray-1)}.Navbar .IconBtn+.IconBtn{margin-left:9px}.Notice{display:flex;align-items:center;padding:12px;border-radius:12px;background:var(--white)}.Notice-icon{margin-right:6px}.Notice-close{margin-left:6px}.Notice .Icon{color:var(--brand-1);font-size:16px}.Notice-content{flex:1;min-width:0;color:var(--gray-1);font-size:13px}.Popover{position:absolute;top:0;left:0;z-index:1030;font-size:.875rem;transform:translateY(-10px)}.Popover-body{border-radius:6px;background:var(--white);box-shadow:var(--shadow-3)}.Popover-arrow{display:block;width:9px;height:5px;margin-left:10px;fill:var(--white)}.Price{display:inline;font-size:.875rem;font-weight:500}.Price--original{color:var(--gray-3);text-decoration:line-through}.Price .Price-fraction{font-size:.857em}.Progress{display:flex;height:2px;overflow:hidden;background-color:var(--gray-5);border-radius:100px}.Progress-bar{overflow:hidden;background-color:var(--blue);transition:width .6s ease}.Progress--success .Progress-bar{background-color:var(--green)}.Progress--error .Progress-bar{background-color:var(--red)}.PullToRefresh{height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.PullToRefresh-fallback{padding-top:var(--gutter);text-align:center}.PullToRefresh-loadMore{font-size:.875rem}.PullToRefresh-inner{overflow:hidden;min-height:100%}.PullToRefresh-indicator{height:30px;margin-top:-30px;color:gray;text-align:center;line-height:30px}.PullToRefresh-spinner{color:var(--gray-3);font-size:27px}.PullToRefresh-transition{transition:transform .3s}.QuickReplies{position:absolute;left:0;right:0;z-index:110;bottom:100%;overflow:hidden;padding:9px var(--gutter);background:var(--gray-7);transition:opacity .3s}.QuickReplies[data-visible=false]{visibility:hidden;opacity:0}.QuickReplies:not(.ScrollView--hasControls){padding-left:0;padding-right:0}.QuickReplies:not(.ScrollView--hasControls) .ScrollView-inner{padding:0 var(--gutter)}.QuickReplies:not(.ScrollView--hasControls) .ScrollView-item:last-child{padding-right:var(--gutter)}.QuickReply{position:relative;margin:0;padding:4px 12px;border:1px solid transparent;border-radius:15px;line-height:20px;background:var(--white);cursor:pointer;color:var(--gray-1);font-size:.875rem;transition:.15s ease-in-out}.QuickReply.new:after{content:"";position:absolute;top:0;right:0;width:8px;height:8px;background:var(--red);overflow:hidden;border:1px solid #fff;border-radius:50%}.QuickReply.highlight{background:#fff;border-color:#ffd0bf;font-weight:500}.QuickReply-inner{display:flex;align-items:center}.QuickReply-img{max-height:16px}.QuickReply-inner>.Icon,.QuickReply-img{margin-right:3px}.QuickReply .Icon{color:var(--brand-1);font-size:15px}.Checkbox,.Radio{position:relative;display:inline-block;margin:9px 12px 0 0;padding:4px 12px;border:1px solid var(--gray-6);border-radius:9px;background:var(--white);color:var(--gray-2);font-size:.875rem;line-height:20px;text-align:center;cursor:pointer;transition:.15s ease-in-out;-webkit-tap-highlight-color:transparent}.RadioGroup{margin-top:-9px}.RadioGroup--block .Radio{display:block;margin-right:9px}.CheckboxGroup--block .Checkbox{display:block;margin-right:0}.Checkbox--disabled,.Radio--disabled{opacity:.5;cursor:initial}.Checkbox--checked,.Radio--checked{border-color:var(--brand-1);color:var(--brand-1)}.Checkbox-input,.Radio-input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit}.RateActions{position:relative;z-index:10;align-self:flex-end;width:32px;margin:0 8px}.RateBtn{padding:6px;border-radius:50%;background:var(--white);font-size:20px}.RateBtn+.RateBtn{margin-top:9px}.RateBtn[data-type=up]:hover,.RateBtn[data-type=up].active{color:var(--brand-1)}.RateBtn[data-type=down]:hover,.RateBtn[data-type=down].active{color:var(--blue)}.RichText{word-wrap:break-word;overflow-wrap:break-word}.ScrollView{overflow:hidden}.ScrollView-scroller{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.ScrollView-scroller::-webkit-scrollbar{display:none}.ScrollView--fullWidth{margin:0 calc(var(--gutter) * -1)}.ScrollView--fullWidth:not(.ScrollView--hasControls) .ScrollView-inner{padding:0 var(--gutter)}.ScrollView--x .ScrollView-scroller{display:flex;overflow-x:scroll;overflow-y:hidden;margin-bottom:-18px;padding-bottom:18px}.ScrollView--x .ScrollView-inner{display:flex}.ScrollView--x .ScrollView-item{flex:0 0 auto;margin-left:6px}.ScrollView--x .ScrollView-item:first-child{margin-left:0}.ScrollView--hasControls{display:flex;align-items:center}.ScrollView--hasControls .ScrollView-scroller{flex:1}.ScrollView-control{padding:6px;color:var(--gray-3);font-size:1rem}.ScrollView-control:not(:disabled):hover{color:var(--brand-1)}.Search{display:flex;align-items:center;padding:3px 5px 3px 15px;background:var(--white);border-radius:50px}.Search-icon,.Search-clear{font-size:var(--font-size-lg)}.Search-icon{color:var(--gray-3)}.Search-input{flex:1;border:0;padding:0 9px}.Search-input::-webkit-search-cancel-button{display:none}.Search-input:focus+.Search-clear,.Search-input:focus~.Btn--primary{opacity:1}.Search-clear{color:var(--gray-5);opacity:0}.Search-clear:hover{background:initial;color:var(--gray-3)}.Search .Btn--primary{min-width:56px;margin-left:6px;padding:2px 12px;font-size:var(--font-size-xs);opacity:0}.Select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;-webkit-appearance:none;appearance:none}.Select:disabled{background-color:var(--gray-7)}.Stepper{margin:0;padding:0;list-style-type:none}.Step{position:relative;padding-left:29px;padding-bottom:18px}.Step:last-child{padding-bottom:0}.Step:last-child .Step-line{display:none}.Step--active .Step-dot{background:var(--brand-1)}.Step--active .Step-title span{color:var(--brand-1);font-weight:500}.Step--active .Step-desc{color:var(--gray-1)}.Step--active[data-status] .Step-line{top:26px}.Step--active[data-status] .Step-icon{color:var(--red)}.Step--active[data-status=success] .Step-icon{color:var(--green)}.Step-icon{position:absolute;top:0;left:0;width:24px;height:24px;font-size:24px;display:flex;justify-content:center;align-items:center}.Step-dot{width:8px;height:8px;background:var(--white);border:1px solid var(--brand-1);border-radius:50%}.Step-line{position:absolute;top:20px;left:12px;bottom:-4px;width:1px;background:var(--brand-1);opacity:.5}.Step-title{display:flex;align-items:center;color:var(--gray-1);font-size:var(--font-size-md)}.Step-title small{margin-left:12px;color:var(--gray-3);font-size:var(--font-size-xs)}.Step-desc{margin-top:3px;color:var(--gray-3);font-size:var(--font-size-sm)}.Tabs-nav{position:relative;display:flex;margin:7px 0}.Tabs-nav::-webkit-scrollbar{display:none}.Tabs--scrollable .Tabs-nav{overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:-11px;padding-bottom:18px}.Tabs--scrollable .Tabs-navPointer{bottom:18px}.Tabs--scrollable .Tabs-navItem{flex:1 0 auto}.Tabs-navItem{flex:1;text-align:center}.Tabs-navLink{padding:4px 12px;border:0;border-radius:20px;background:transparent;color:var(--gray-2);font-size:.875rem;transition:.3s}.Tabs-navLink:focus:not(:focus-visible){outline:0}.Tabs-navLink:hover{cursor:pointer;color:var(--gray-1)}.Tabs-navLink.active{position:relative;z-index:1;color:var(--gray-1);font-weight:700}.Tabs-navPointer{position:absolute;left:0;bottom:0;height:3px;background:var(--btn-primary-bg);border-radius:2px;transition:.3s}.Tabs-pane{display:none}.Tabs-pane.active{display:block}.Tag{display:inline-block;position:relative;margin:0 4px 0 0;padding:0 6px;border:1px solid var(--brand-1);border-radius:4px;color:var(--brand-1);font-size:12px;line-height:1.25;white-space:nowrap}.Tag--primary{border-color:transparent;color:var(--orange)}.Tag--primary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:-1px;border-radius:inherit;background:currentColor;opacity:.14}.Tag--success{border-color:var(--green);background:var(--green);color:#fff}.Tag--danger{border-color:var(--red);background:var(--red);color:#fff}.Tag--warning{border-color:var(--orange);background:var(--orange);color:#fff}.Text--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Text--break{word-break:break-word!important;overflow-wrap:break-word!important}.Text--ellipsis{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}.Time{font-size:12px;color:var(--gray-3)}.Toast{position:fixed;top:30%;left:0;right:0;z-index:200;display:flex;justify-content:center;transition:all .3s ease 0s;transform:translateY(-50%);opacity:0;visibility:hidden}.Toast[data-type=success] .Icon{color:var(--green)}.Toast[data-type=error] .Icon{color:var(--red)}.Toast[data-type=loading] .Icon{color:var(--brand-1)}.Toast.show{opacity:1;visibility:visible}.Toast .Icon{margin-right:6px;font-size:24px}.Toast-content{display:flex;max-width:300px;padding:18px 24px;border-radius:12px;background:rgba(0,0,0,.7);box-sizing:border-box}.Toast-message{flex:1;margin:0;color:var(--white);font-size:16px;word-break:break-word}.Toolbar{padding:var(--gutter);padding-top:0}.Toolbar-item{display:inline-block;width:25%;margin-top:var(--gutter);text-align:center}.Toolbar-btn{position:relative;display:inline-block;overflow:hidden;width:76px;padding:6px;border:0;background:transparent;color:var(--gray-2);vertical-align:top}.Toolbar-btn:hover{background:transparent}.Toolbar-btn:active .Toolbar-btnIcon{background:rgba(0,0,0,.04)}@media (hover: hover){.Toolbar-btn:hover .Toolbar-btnIcon{background:rgba(0,0,0,.04)}}.Toolbar-btnIcon{display:inline-block;padding:12px;border-radius:12px;background:var(--white);transition:.3s}.Toolbar-btnIcon .Icon{font-size:30px;vertical-align:top}.Toolbar-img{width:30px;height:30px;vertical-align:top}.Toolbar-btnText{display:block;margin-top:6px;font-size:14px}[data-tooltip]{position:relative;cursor:pointer}[data-tooltip]:after,[data-tooltip]:before{position:absolute;bottom:100%;left:50%;z-index:200;opacity:0;pointer-events:none;transition:all .18s ease-out .18s;transform:translate(-50%,4px);transform-origin:top}[data-tooltip]:after{content:attr(aria-label);margin-bottom:10px;padding:.5em 1em;border-radius:6px;background:var(--gray-1);color:var(--white);font-size:.75rem;white-space:nowrap}[data-tooltip]:before{content:"";width:0;height:0;transform-origin:top;border:.3125rem solid transparent;border-top-color:var(--gray-1)}[data-tooltip]:hover:before,[data-tooltip]:hover:after{opacity:1;transform:translate(-50%)}.Tree{background:var(--white)}.TreeNode-title{padding:10px 15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--gray-7)}.TreeNode-title:hover{background:var(--gray-7);color:var(--brand-1);cursor:pointer}.TreeNode:last-child .TreeNode-title{border:0}.TreeNode-children-title{background:var(--gray-7);border-bottom:1px solid var(--gray-7)}.TreeNode-title-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;flex:1}.TreeNode-children{display:none}.TreeNode-children-active{display:block}.Typing{display:flex;align-items:center;height:22.5px;transition:opacity .1s}.Typing-dot{display:inline-block;width:5px;height:5px;margin-left:9px;border-radius:50%;animation:typing-dot .8s linear infinite;background:var(--gray-3)}.Typing-dot:nth-child(1){margin:0}.Typing-dot:nth-child(2){animation-delay:-.2s}.Typing-dot:nth-child(3){animation-delay:-.4s}@keyframes typing-dot{0%{transform:scale(.57)}25%{transform:scale(.78)}50%{transform:scale(1)}75%{transform:scale(.78)}to{transform:scale(.57)}}.Video{position:relative;border-radius:inherit}.Video-cover,.Video-video:not([hidden]){display:block;width:100%;max-height:100%;border-radius:inherit}.Video-duration{position:absolute;right:5px;bottom:5px;z-index:1;color:var(--white)}.Video-duration:after{content:"＂"}.Video-playBtn{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent}.Video-playBtn:hover{cursor:pointer}.Video-playIcon{display:inline-block;width:35px;height:35px;background:url(//gw.alicdn.com/tfs/TB1p1mkqIbpK1RjSZFyXXX_qFXa-70-70.png) 0 0 no-repeat;background-size:cover}.Video--playing .Video-playBtn{display:none}.Carousel{position:relative;overflow:hidden}.Carousel--draggable .Carousel-inner{touch-action:pan-y;cursor:grab}.Carousel--draggable .Carousel-inner:active{cursor:grabbing}.Carousel--rtl{direction:rtl}.Carousel--dragging .Carousel-item{pointer-events:none}.Carousel-inner{display:flex;will-change:transform}.Carousel-dots{position:absolute;z-index:1;bottom:8px;left:50%;transform:translate(-50%);display:flex;justify-content:center;list-style-type:none;margin:0;padding:0}.Carousel-dot{display:block;width:8px;height:8px;margin:0 4px;padding:0;border:0;border-radius:50%;background:var(--gray-4);transition:.3s;cursor:pointer}.Carousel-dot.active{background:var(--brand-1)}.Goods{padding:12px;font-size:14px}.Goods+.Goods{border-top:1px solid var(--gray-7)}.Goods-img{width:72px;height:72px;margin-right:9px;object-fit:cover;border-radius:12px}.Goods-name{margin:0 0 3px;font-size:.875rem;font-weight:400}.Goods-main .Price{margin-right:9px}.Goods-desc{margin-bottom:3px;color:var(--gray-3);word-break:break-all}.Goods-meta{color:var(--gray-3);font-size:.625rem}.Goods-countUnit{margin:3px 0;color:var(--gray-3);font-size:.75rem}.Goods-unit{margin-left:3px;font-size:.625rem}.Goods-buyBtn{float:right;background:var(--brand-1);color:#fff;padding:2px}.Goods-buyBtn:hover{background:var(--brand-1)}.Goods-detailBtn{min-width:48px;padding:0 10px;border-radius:10px;font-size:.625rem;line-height:18px}.Goods-aside{display:flex;flex-direction:column;align-items:flex-end;margin-left:9px}.Goods-status{color:var(--highlight-2);font-size:12px}.FileCard{padding:8px}.FileCard-icon{position:relative;height:60px;margin-right:8px;color:var(--gray-2)}.FileCard-icon[data-type=pdf]{color:var(--red)}.FileCard-icon[data-type*=doc]{color:var(--blue)}.FileCard-icon[data-type*=ppt],.FileCard-icon[data-type=key]{color:var(--orange)}.FileCard-icon[data-type*=xls]{color:var(--green)}.FileCard-icon[data-type=rar],.FileCard-icon[data-type=zip]{color:var(--brand-1)}.FileCard-icon .Icon{font-size:60px}.FileCard-name{height:38px;margin-bottom:4px;line-height:1.4}.FileCard-ext{position:absolute;left:20px;bottom:15px;transform-origin:left bottom;transform:scale(.5);max-width:50px;font-size:1rem;font-weight:700;text-transform:uppercase}.FileCard-meta{color:var(--gray-3);font-size:.75rem}.FileCard-meta>a,.FileCard-meta>span{margin-right:10px}.FileCard-meta a{color:var(--link-color);text-decoration:none}.Form{background:var(--white)}.Form.is-light .FormItem{padding:0}.Form.is-light .Label,.Form.is-light .HelpText{padding:0 var(--gutter)}.FormItem{position:relative;padding:0 var(--gutter)}.FormItem+.FormItem{margin-top:20px}.FormItem.required .Label:after{content:"*";display:inline-block;color:var(--red);font-size:.875rem;font-family:SimSun,sans-serif;line-height:1;vertical-align:middle}.FormItem.is-invalid .Label,.FormItem.is-invalid .HelpText{color:var(--red)}.FormItem.is-invalid .Input{border-color:var(--red)}.FormItem .RadioGroup,.FormItem .CheckboxGroup{margin-top:10px}.FormItem .Label+.Input{margin-top:5px}.FormActions{display:flex;padding:10px var(--gutter);background:var(--white)}.FormActions .Btn{flex:1}.FormActions .Btn+.Btn{margin-left:6px}.MessageContainer{position:relative;display:flex;flex-direction:column;flex:1;min-height:0}.MessageContainer>.PullToRefresh{flex:1}.MessageContainer>.PullToRefresh>.PullToRefresh-inner{box-sizing:border-box;padding-bottom:54px}.MessageContainer:focus{outline:0}.MessageList{padding:var(--gutter);font-size:15px}.RecorderToast{position:fixed;top:50%;left:50%;z-index:100;width:160px;height:160px;padding:10px;transform:translate(-50%,-50%);border-radius:12px;background:rgba(51,51,51,.87);color:var(--white);text-align:center}.Recorder--cancel .RecorderToast{color:var(--red)}.Recorder--cancel .Recorder-btn{background:rgba(0,0,0,.04);color:var(--gray-3)}.RecorderToast-icon{position:relative;font-size:37px}.RecorderToast-waves{position:absolute;z-index:-1;width:100%;height:100%;transition:.3s}.RecorderToast-wave-1,.RecorderToast-wave-2,.RecorderToast-wave-3{position:absolute;z-index:-1;color:var(--brand-2);animation:wave 10s linear infinite}.RecorderToast-wave-1{top:-25px;left:14px;font-size:176px;opacity:.2}.RecorderToast-wave-2{top:-12px;left:-21px;font-size:186px;opacity:.4}.RecorderToast-wave-3{top:40px;left:55px;font-size:71px;opacity:.8}.Recorder-btn{height:36px;border-radius:20px;background:var(--white);color:var(--gray-dark);line-height:36px;text-align:center;transition:.3s;user-select:none;-webkit-touch-callout:none}@keyframes wave{0%{transform:translateY(5%) rotate(0)}50%{transform:translateY(-5%) rotate(180deg)}to{transform:translateY(5%) rotate(360deg)}}.Composer{display:flex;align-items:flex-end;padding:9px var(--gutter)}.Composer>div+div{margin-left:9px}.Composer-actions{display:flex;align-items:center;height:36px}.Composer-actions .IconBtn{font-size:30px;color:var(--gray-1)}.Composer-toggleBtn{transition:transform .2s}.Composer-toggleBtn.active .Icon{transform:rotate(45deg)}.Composer-inputWrap{flex:1;position:relative}.Composer-input{overflow:hidden;max-height:132px;padding:8px 12px;border:0;border-radius:12px;background:var(--white);line-height:20px;font-size:15px;caret-color:var(--brand-2);transition:border-color .15s ease-in-out}.Composer-sendBtn{min-width:0;padding-left:16px;padding-right:16px}.SendConfirm .Modal-dialog{width:480px;margin:20px}.SendConfirm-inner{height:320px;text-align:center}.SendConfirm-inner img{max-width:100%;max-height:100%}html{height:100vh}html[data-safari]{height:calc(100vh - (100vh - 100%))}body,#root{height:100%}body{margin:0}.ChatApp{display:flex;flex-direction:column;height:100%;background:var(--gray-6);color:var(--gray-1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;-webkit-tap-highlight-color:transparent}.S--focusing{--safe-bottom: 0px}@media (hover: none){.S--focusing .MessageList{margin-top:75vh}}.ChatFooter{position:relative;z-index:10;padding-bottom:var(--safe-bottom);background:var(--gray-7)}._assistant_page_pg79b_1{position:relative;transition:1s;overflow:hidden}._assistant_page_pg79b_1 ._assistant_page_nav_component_pg79b_6{width:100%;position:absolute;z-index:1;background-color:--gray-6}._assistant_page_pg79b_1 ._quickReplies_container_pg79b_12{width:100%;position:absolute;top:50px}._assistant_page_pg79b_1 ._quickReplies_container_pg79b_12 ._move_bottom-button_pg79b_17{width:2.25rem;height:2.25rem;border-radius:1000px;box-shadow:0 .13rem .38rem rgba(0,0,0,.37);background:#fff;position:absolute;top:-103px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}._assistant_page_pg79b_1 ._quickReplies_container_pg79b_12 ._stop_vant-button_pg79b_33{position:absolute;top:-40px;left:50%;transform:translate(-50%);height:min-content;min-height:30px;margin:0;padding:4px 10px;border:0;border-radius:29px}._assistant_page_pg79b_1 ._quickReplies_container_pg79b_12 ._stop_vant-button_pg79b_33 img{vertical-align:middle}._assistant_page_pg79b_1 ._share-contrl_plan_pg79b_48{position:absolute;bottom:0;z-index:999;background-color:#fff;width:100%;height:6.5rem;border-top-left-radius:32px;border-top-right-radius:32px}._assistant_page_pg79b_1 ._share-contrl_plan_pg79b_48 ._share-contrl_plan-header_pg79b_58{padding-left:2rem;padding-right:1.5rem;padding-top:.5rem;padding-bottom:0;text-align:right}._assistant_page_pg79b_1 ._share-contrl_plan_pg79b_48 ._share-contrl_plan-body_pg79b_65{display:flex;align-items:center;padding:0 2rem;box-sizing:border-box;height:3.5rem}._assistant_page_pg79b_1 ._share-contrl_plan_pg79b_48 ._share-contrl_plan-body_pg79b_65>div:nth-of-type(1){margin-right:2rem}._assistant_page_pg79b_1 ._share-contrl_plan_pg79b_48 ._share-contrl_plan-body_pg79b_65>div:nth-of-type(3){flex:1;display:flex;justify-content:center}._assistant_page_pg79b_1 ._share-contrl_plan_pg79b_48 ._share-contrl_plan-body_pg79b_65>div:nth-of-type(3) ._share_button_pg79b_80{width:70%;background-color:#4784fa;border-color:#4784fa;border-radius:100px}._assistant_page_pg79b_1 ._share-contrl_plan_pg79b_48 ._share-contrl_plan-body_pg79b_65>div:nth-of-type(3) ._share_button_pg79b_80 span{display:flex;align-items:center}._assistant_page_pg79b_1 ._screenshot_container_pg79b_90{position:absolute;top:-9999999px;background-color:#fff;color:#191919}._assistant_page_pg79b_1 ._screenshot_container_pg79b_90 [data-html2canvas-ignore=true]{display:none!important;border:0px!important}._assistant_page_pg79b_1 ._screenshot_container_pg79b_90 [data-html2canvas-ignore=false]{border:0px!important}._assistant_page_pg79b_1 ._screenshot_container_pg79b_90 ._poster-part_img_pg79b_103{width:100%}._assistant_page_pg79b_1 ._screenshot_container_pg79b_90 ._message-list-clone_containre_pg79b_106{margin-top:-120px}._assistant_page_pg79b_1 ._screenshot_container_pg79b_90 ._chatui-bubble__left__selected_pg79b_109{border:0px!important}.composer-chat-ui_container{padding:10px 15px;background-color:#fff}.composer-chat-ui_input{height:44px;border-radius:30px;padding:0 20px;border:0px solid #d9d9d9;background-color:#f5f5f5;box-sizing:border-box}.composer-chat-ui_input button{background-color:rgba(0,0,0,0);border:0px;color:#000;font-weight:bolder;font-size:1.25rem}.composer-chat-ui_voice-button{flex:1;width:100%}.composer-chat-ui_voice-container{display:grid;grid-auto-flow:row;align-items:flex-end;position:fixed;top:0;bottom:0;height:100%;width:100%;background-color:rgba(0,0,0,.4);z-index:110}.composer-chat-ui_voice-container__show{display:grid}.composer-chat-ui_voice-container__hide{display:none}.composer-chat-ui_voice-panle{display:grid;grid-auto-flow:row;justify-items:center;min-height:300px;width:100%;box-sizing:border-box;padding:10px 14px;background-color:#fff;border-radius:10px}.composer-chat-ui_voice-panle .picture_container{width:100%}.textarea_container{width:100%;display:flex}.textarea-input_container textarea::placeholder{color:#bababa!important}.textarea_container .keyborder_button{width:2.5rem;padding-top:.2rem;padding-left:0;position:absolute;left:.57rem;top:0;z-index:10}.textarea-input_container{width:100%;box-sizing:border-box;border-radius:24px;background-color:#f5f5f5;position:relative}.composer-chat-ui_container .button_group{display:flex;align-items:center;border-radius:30px}.composer-chat-ui_container .button_group .hold_Button{background-color:rgba(0,0,0,0);border-radius:30px;border:0px;user-select:none;background-color:#f5f5f5;flex:1;font-size:1rem;font-weight:500}.composer-chat-ui_container .button_group .keyborder_button{position:absolute;left:1.5rem;z-index:10;width:2.5rem;background-color:rgba(0,0,0,0);border-radius:30px;border:0px;padding-left:0;padding-top:.1875rem}.composer-chat-ui_container .button_group .chat-action_btn{border:none;width:2.44rem}.composer-chat-ui_container .textarea_container{width:auto;box-shadow:border-box}.composer-chat-ui_container .textarea_container textarea{min-height:1.375rem;line-height:1.375rem}.composer-chat-ui_container .textarea_container .rv-button{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#191919;font-size:1.25rem}.composer-chat-ui_container .deepseek_button{display:flex;align-items:center;height:1.954rem;padding:0 .625rem;border-radius:.977rem;background:#f5f5f5;width:fit-content;margin:.625rem 0 0}.composer-chat-ui_container .deepseek_button img{width:.855rem;height:.855rem;margin-right:.25rem}.composer-chat-ui_container .deepseek_button span{font-family:PingFang SC;color:#191919;font-size:.855rem}.composer-chat-ui_container .deepseek_button_active span{font-weight:700;color:#4784fa}.composer-chat-ui_voice-panle .footer{display:grid;grid-auto-flow:column;justify-content:space-between;justify-items:center;align-items:center;width:100%}.composer-chat-ui_voice-panle .footer button{border-color:rgba(0,0,0,0)}.composer-chat-ui_voice-panle .footer button .rv-button__text{display:flex;flex-direction:column;align-items:center}.tip{margin-bottom:0;font-size:.875rem;color:#bababa;text-align:center}.rv-textarea .rv-textarea__control{padding:.625rem 1.06rem}.rv-textarea .rv-textarea__control::placeholder{color:#bababa;font-size:inherit}.show-button{min-height:2.69rem}.show-button .rv-textarea .rv-textarea__control{padding-left:2.55rem}.chat-file_box{margin-left:1.06rem;margin-bottom:.625rem;position:relative;width:fit-content}.chat-file_input{padding-top:.315rem;border-radius:16px}.chat-file_input .chat-file_box{margin-bottom:.88rem}.chat-file_remove{position:absolute;right:3px;top:3px}.chat-file_wrap{display:flex;min-width:0;overflow:auto;padding-right:15px}.chat-file_list{display:flex}.chat-file_btn{flex-shrink:0;margin:0 12px;width:52px;height:52px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:.75rem}.chat-action_btn{padding-top:.1875rem;padding-right:0;width:2.44rem}.chat-action_btn img{transition:all;transition-duration:.1s}.chat-action_btn .active{transform:rotate(45deg)}.quick-action{box-sizing:content-box;display:flex;overflow-x:auto;padding:0 10px 10px 20px}.quick-action::-webkit-scrollbar{display:none}.quick-action .quick-item{margin-right:10px;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-basis:98px;flex-shrink:0;height:32px;border-radius:100px;font-family:PingFang SC;font-size:14px;font-weight:400;color:#191919}.quick-action .quick-item img{margin-right:2px;width:24px;height:24px}.chat-file-list_box .chat-file{width:13.5rem}.deepseek-warning{position:relative}.chat-warning{position:absolute;left:50%;top:50%;transform:translate(-43%,-50%);margin:0;padding:0;font-family:PingFang SC;font-size:12px;font-weight:400;line-height:18px;text-align:center;color:#bababa}.chat-action-container{overflow-x:auto}.chat-action-container .chat-action{width:380px;display:flex;padding:1rem 15px 6px;justify-content:space-between;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.88rem;color:#858585;line-height:1.5rem;text-align:center}.chat-action-container .chat-action img{width:2.75rem;height:2.75rem;display:block;margin:0 auto .38rem}.chat-action-container .chat-action>div{position:relative}.chat-action-container .chat-action input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0}.chat-action-normal{display:flex;padding:1rem 15px 6px;justify-content:space-between;font-family:PingFang SC,PingFang SC;font-weight:400;font-size:.88rem;color:#858585;line-height:1.5rem;text-align:center}.chat-action-normal img{width:2.75rem;height:2.75rem;display:block;margin:0 auto .38rem}.chat-action-normal>div{position:relative}.chat-action-normal input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0}.chatui-bubble{max-width:calc(100% - 20px);padding:14px;background-color:#fff;border-radius:24px;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}.chatui-bubble .tips{font-family:PingFang SC;font-size:12px;font-weight:400;line-height:18px;text-align:justified;color:#bababa}.chatui-bubble .chatui-reference{padding:.85rem 0 0}.chatui-bubble .chatui-reference .reference-header{font-family:PingFang SC;font-weight:400;font-size:.916rem;line-height:22.5px;letter-spacing:0%;text-align:justify;color:#737373;display:flex;align-items:center}.chatui-bubble .chatui-reference .reference-header img{width:1.465rem;height:1.465rem}.chatui-bubble .reference-content{background:#f5f5f5;padding:10px 16px;border-radius:4px;font-family:PingFang SC;font-weight:400;font-size:.855rem;line-height:1.7rem;letter-spacing:0%;text-align:justify;color:#ffa217;margin-top:.85rem;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}.chatui-bubble .chatui-think{margin:12px 0;border-radius:8px;overflow:hidden}.chatui-bubble .think-status{padding:8px 0 10px;color:#737373;font-size:1rem;display:flex;align-items:center}.chatui-bubble .think-status img{width:1.465rem;height:1.465rem}.chatui-bubble .think-content{padding:0 0 0 10px;font-size:.855rem;line-height:1.6;color:#737373;white-space:pre-wrap;border-left:1px solid #D9D9D9}.chatui-bubble__left{border-top-left-radius:0;max-width:84vw;padding-top:0}.chatui-bubble__left__selected{border:1px solid #4784fa}.chatui-bubble__right{border-bottom-right-radius:0;color:#fff;background-color:#4784fa}.chatui-bubble_footer .tool_container{overflow:hidden;display:flex;justify-content:space-between;align-items:center}.chatui-bubble_footer .tool_container__playing .play_button{display:none}.chatui-bubble_footer .tool_container__playing .pause_button,.chatui-bubble_footer .tool_container__stop .play_button{display:inline-block}.chatui-bubble_footer .tool_container__stop .pause_button{display:none}.left-fl-class{display:flex;align-items:center}.left-fl-class div{line-height:0}.chatui-bubble_footer .tool_container button{border:0;padding:0;line-height:0;height:min-content}.loading_container{padding:14px;margin-top:40px}.loading_container .loading-dot_container{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;min-height:44px;border-radius:24px}.loading-dot_container .loading-dot{width:15px;height:15px;border-radius:50%;background-color:#bababa}.loading-dot_container .loading-dot:nth-of-type(2){animation:loadingDotSpin .5s infinite linear}.loading-dot_container .loading-dot:nth-of-type(1),.loading-dot_container .loading-dot:nth-of-type(3){animation:loadingDotSpin .5s infinite linear .3s}@keyframes loadingDotSpin{0%{transform:scale(1)}25%{transform:scale(.3)}50%{transform:scale(.5)}70%{transform:scale(.8)}to{transform:scale(1)}}.chat_loading{animation:rotate 1s infinite linear}.documentDetail_ReactMarkdown p{overflow-wrap:anywhere}@keyframes rotate{0%{transform:rotate(360deg);background-color:#f0f8ff}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/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(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/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.11"}.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 .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}.navgation-bar-right_content{display:flex;justify-content:flex-end}.navgation-bar-right_content button{padding:0;background-color:rgba(0,0,0,0)}.navgation-bar-right_content button img{width:26px}.navgation-bar-right_content .msg-button img{margin:0 7px}.navgation-bar-right_content .add-button img{margin-left:8px}.ChatApp{background:linear-gradient(180deg,#eeeff3,#fbfbfc);padding-top:calc(constant(safe-area-inset-top) + 60px);padding-top:calc(env(safe-area-inset-top) + 60px);box-sizing:border-box;--gutter: 15px}.ChatFooter,.ScrollView{background-color:rgba(0,0,0,0)}.ChatApp .Message-meta:nth-of-type(1){display:none}.ChatApp .Message-meta .Time{padding:4px 8px;background-color:#f7f8fa;border-radius:35px;color:#b9bdc8}.chat_component{background-color:#0ff}.ScrollView--x .ScrollView-scroller{justify-content:center}.QuickReplies:not(.ScrollView--hasControls) .ScrollView-item:last-child{padding-right:0}.Message.right .Message-content{width:100%}.BackBottom{display:none}.back-bottom-class{position:absolute;right:-15px;bottom:120px;border-right:0;background:rgba(255,255,255,.85);color:#ff5000;font-size:16px;display:inline-flex;align-items:center;justify-content:center;overflow:visible;min-width:80px;margin:0;padding:5px 12px;border:1px solid var(--gray-5);border-radius:999px;background:var(--white);font-weight:400;font-size:.875rem;line-height:1.5;font-family:inherit;text-transform:none;text-align:center;vertical-align:middle;white-space:nowrap;transition:.15s ease-in-out;user-select:none;-webkit-appearance:none}.Bubble.typing{position:relative}.Bubble.typing:after{content:attr(data-text);font-size:.75rem;color:#858585;position:absolute;width:max-content;top:3.25rem;left:0rem}.Typing-dot{background-color:#4784fa!important}.popup_vant-component{right:2.25rem;top:calc(.75rem + constant(safe-area-inset-top));top:calc(.75rem + env(safe-area-inset-top));left:auto;transform:none;border-radius:1rem}.popup_vant-component .button{display:flex;padding-top:16px;padding-bottom:16px;margin-left:16px;margin-right:16px;font-family:PingFang SC;font-size:15px;font-weight:400;line-height:22.5px;text-align:left}.popup_vant-component .button:nth-of-type(1){border-bottom:.0625rem solid rgb(240,240,240)}.popup_vant-component .button img{display:block;width:1.375rem;margin-right:.3125rem}._more-prompt_container_l0dkj_1 ._title_l0dkj_1{display:flex;align-items:center;color:#858585;text-align:justify;font-size:.875rem;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0}._more-prompt_container_l0dkj_1 ._title_l0dkj_1 ._loading_image_l0dkj_12{margin-left:16px;animation:_rotate_l0dkj_1 1s infinite linear}._more-prompt_container_l0dkj_1 ._prompt-list_container_l0dkj_16 ._prompt-list_item_l0dkj_16{margin:7px 0;padding:10px 14px;border-radius:44px;border:.5px solid #D9D9D9;font-size:.8rem;color:#191919}@keyframes _loadingDotSpin_l0dkj_1{0%{transform:scale(1)}25%{transform:scale(.3)}50%{transform:scale(.5)}70%{transform:scale(.8)}to{transform:scale(1)}}@keyframes _rotate_l0dkj_1{0%{transform:rotate(360deg);background-color:#f0f8ff}}._image-message_bubble-container_1tx7o_1{max-width:calc(100% - 20px);padding:14px;background-color:#fff;border-radius:0 24px 24px;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}._image-message_bubble-container_1tx7o_1 ._chatui-bubble-text_1tx7o_12{word-break:break-all}._image-message_bubble-container_1tx7o_1 ._chatui-bubble__left__selected_1tx7o_15{border:1px solid #4784fa}._image-message_bubble-container_1tx7o_1 ._tips_1tx7o_18{font-family:PingFang SC;font-size:12px;font-weight:400;line-height:18px;text-align:justified;color:#bababa}._before-message_1bccs_1{position:relative;flex-shrink:0;background-color:#fff;margin-top:90px;padding:40px 16px 16px;border-radius:12px}._before-message-list_img_1bccs_14{position:absolute;top:-110px;left:50%;transform:translate(-50%);display:block;margin:auto;width:150px}._before-message-list_img-bg_1bccs_24{position:absolute;top:-140px;left:50%;transform:translate(-50%);display:block;margin:auto;width:100%;pointer-events:none}._before-message-list_container_1bccs_35{width:100%;position:relative;margin-top:-23px}._before-message-list_container_1bccs_35>._content_container_1bccs_41{margin-bottom:16px}._desc_container_1bccs_45 ._title_1bccs_45{margin-bottom:.625rem;font-family:PingFang SC;font-size:1.125rem;font-weight:500;line-height:21px;letter-spacing:0em;text-align:justified}._desc_container_1bccs_45 ._desc_main_1bccs_55{color:#858585;font-size:.875rem;line-height:22.5px;letter-spacing:1px}._quickReplies_container_1bccs_62{position:relative}._quickReplies_container_1bccs_62>div{position:static}._quick-talck_container_1bccs_70{overflow:hidden}._quick-talck_container_1bccs_70 ._header_1bccs_74{display:grid;grid-auto-flow:column;align-items:center;justify-content:space-between;margin-bottom:10px}._quick-talck_container_1bccs_70 ._title_1bccs_45{margin-top:20px;color:#000;text-align:justify;font-family:PingFang SC;font-size:15px;font-style:normal;font-weight:400}._quick-talck_container_1bccs_70 ._refresh_container_1bccs_92{display:flex;justify-content:center;align-items:center;color:#4784fa;text-align:justify;font-family:PingFang SC;font-size:1rem;font-style:normal;font-weight:400}._quick-talck_item_1bccs_104{display:flex;align-items:center;padding:0 14px;margin:10px 0;font-weight:700;height:44px;border-radius:8px;background:#f5f5f8;font-size:.8125rem;color:#191919;justify-content:flex-start}._quick-talck_item_1bccs_104 span{font-weight:400;margin-left:9px}._quick-talck_item_1bccs_104 img{margin-right:7px;width:24px;height:24px}._quick-talck_item_1bccs_104 ._quick-talck_item-right-icon_1bccs_126{width:6px;height:11px;margin:0 8px 0 auto}._ip-img_1bccs_132{position:absolute;width:216px;height:313px;left:50%;top:-22px;transform:translate(-50%);pointer-events:none}._loading_container_btw9k_1{padding:14px;margin-top:40px}._loading_container_btw9k_1 ._loading-dot_container_btw9k_6{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;min-height:44px;border-radius:24px}._loading-dot_container_btw9k_6 ._loading-dot_btw9k_6{width:15px;height:15px;border-radius:50%;background-color:#bababa}._loading-dot_container_btw9k_6 ._loading-dot_btw9k_6:nth-of-type(2){animation:_loadingDotSpin_btw9k_1 .5s infinite linear}._loading-dot_container_btw9k_6 ._loading-dot_btw9k_6:nth-of-type(1),._loading-dot_container_btw9k_6 ._loading-dot_btw9k_6:nth-of-type(3){animation:_loadingDotSpin_btw9k_1 .5s infinite linear .3s}@keyframes _loadingDotSpin_btw9k_1{0%{transform:scale(1)}25%{transform:scale(.3)}50%{transform:scale(.5)}70%{transform:scale(.8)}to{transform:scale(1)}}._chatui-bubble_puasw_1{max-width:calc(100% - 20px);padding:14px;background-color:#fff;border-radius:24px;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}._chatui-bubble__right-container_puasw_12{display:flex;justify-content:space-between;width:100%}._chatui-bubble__right_puasw_12{border-bottom-right-radius:0;color:#fff;background-color:#4784fa}._chatui-bubble_file_puasw_24{width:12.5rem;margin-top:.38rem;margin-left:auto;border:none}._floating-block_container_bo1a4_1{position:fixed;display:flex;justify-content:center;align-items:center;right:0;bottom:50%}._floating-block_content_bo1a4_10 img{width:2.8125rem}
