:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:normal;src:url(/assets/DIN-Regular-2-Bf35acB9.otf) format("truetype")}@font-face{font-family:regular;src:url(/assets/DIN-RegularAlternate-2-Cye1qnQc.otf) format("truetype")}@font-face{font-family:number-bold;src:url(./din-bold-2.otf) format("truetype")}@font-face{font-family:number-normal;src:url(/assets/DIN-RegularAlternate-2-Cye1qnQc.otf) format("truetype")}@font-face{font-family:font_family;src:url(/assets/iconfont-u9kq-e1L.woff2?t=1764834030813) format("woff2"),url(/assets/iconfont-DrQDmZ43.woff?t=1764834030813) format("woff"),url(/assets/iconfont-DM_x6zi-.ttf?t=1764834030813) format("truetype")}@font-face{font-family:iconfont logo;src:url(https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834);src:url(https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix) format("embedded-opentype"),url(https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834) format("woff"),url(https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834) format("truetype"),url(https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont) format("svg")}:root{width:100vw;height:100vh;font-family:"regular, normal, number-bold, normal";line-height:1.5;font-weight:400;font-size:1.6rem;color-scheme:light dark;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}.Toastify__toast{font-size:1.8rem}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@font-face{font-family:normal;src:url(/assets/DIN-Regular-2-Bf35acB9.otf) format("truetype")}@font-face{font-family:regular;src:url(/assets/DIN-RegularAlternate-2-Cye1qnQc.otf) format("truetype")}@font-face{font-family:number-bold;src:url(./din-bold-2.otf) format("truetype")}@font-face{font-family:number-normal;src:url(/assets/DIN-RegularAlternate-2-Cye1qnQc.otf) format("truetype")}@font-face{font-family:font_family;src:url(/assets/iconfont-u9kq-e1L.woff2?t=1764834030813) format("woff2"),url(/assets/iconfont-DrQDmZ43.woff?t=1764834030813) format("woff"),url(/assets/iconfont-DM_x6zi-.ttf?t=1764834030813) format("truetype")}.font_family{font-family:font_family!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-kongjiantaishi:before{content:""}.icon-dengluyelogo:before{content:""}.icon-a-Group1912054794:before{content:""}.icon-a-4:before{content:""}.icon-a-2:before{content:""}.icon-a-Frame21:before{content:""}.icon-zhongzhi:before{content:""}.icon-duoxuan:before{content:""}.icon-moshi-6:before{content:""}.icon-moshi-2:before{content:""}.icon-moshi-1:before{content:""}.icon-moshi-4:before{content:""}.icon-cuowutishi:before{content:""}.icon-fengsu-3:before{content:""}.icon-disu:before{content:""}.icon-dafeng-xuanzhong:before{content:""}.icon-fengsu-7:before{content:""}.icon-guanbi1:before{content:""}.icon-a-5:before{content:""}.icon-chengguo:before{content:""}.icon-xuanzhong3:before{content:""}.icon-xuanzhong4:before{content:""}.icon-xuanzhong2:before{content:""}.icon-xuanzhong:before{content:""}.icon-xuanzhong1:before{content:""}.icon-a-Frame2053142685:before{content:""}.icon-a-Rectangle34626443:before{content:""}.icon-a-Frame2053142773:before{content:""}.icon-a-Group1912054895:before{content:""}.icon-guanbi:before{content:""}.icon-qiehuan:before{content:""}.icon-Frame:before{content:""}@font-face{font-family:iconfont logo;src:url(https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834);src:url(https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix) format("embedded-opentype"),url(https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834) format("woff"),url(https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834) format("truetype"),url(https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont) format("svg")}.logo{font-family:iconfont logo;font-size:160px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nav-tabs{position:relative}.nav-tabs .nav-more{position:absolute;right:0;bottom:0;height:42px;line-height:42px;color:#666}#tabs{border-bottom:1px solid #eee}#tabs li{cursor:pointer;width:100px;height:40px;line-height:40px;text-align:center;font-size:16px;border-bottom:2px solid transparent;position:relative;z-index:1;margin-bottom:-1px;color:#666}#tabs .active{border-bottom-color:red;color:#222}.tab-container .content{display:none}.main{padding:30px 100px;width:960px;margin:0 auto}.main .logo{color:#333;text-align:left;margin-bottom:30px;line-height:1;height:110px;margin-top:-50px;overflow:hidden;*zoom: 1}.main .logo a{font-size:160px;color:#333}.helps{margin-top:40px}.helps pre{padding:20px;margin:10px 0;border:solid 1px #e7e1cd;background-color:#fffdef;overflow:auto}.icon_lists{width:100%!important;overflow:hidden;*zoom: 1}.icon_lists li{width:100px;margin-bottom:10px;margin-right:20px;text-align:center;list-style:none!important;cursor:default}.icon_lists li .code-name{line-height:1.2}.icon_lists .icon{display:block;height:100px;line-height:100px;font-size:42px;margin:10px auto;color:#333;-webkit-transition:font-size .25s linear,width .25s linear;-moz-transition:font-size .25s linear,width .25s linear;transition:font-size .25s linear,width .25s linear}.icon_lists .icon:hover{font-size:100px}.icon_lists .svg-icon{width:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.icon_lists li .name,.icon_lists li .code-name{color:#666}.markdown{color:#666;font-size:14px;line-height:1.8}.highlight{line-height:1.5}.markdown img{vertical-align:middle;max-width:100%}.markdown h1{color:#404040;font-weight:500;line-height:40px;margin-bottom:24px}.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{color:#404040;margin:1.6em 0 .6em;font-weight:500;clear:both}.markdown h1{font-size:28px}.markdown h2{font-size:22px}.markdown h3{font-size:16px}.markdown h4{font-size:14px}.markdown h5,.markdown h6{font-size:12px}.markdown hr{height:1px;border:0;background:#e9e9e9;margin:16px 0;clear:both}.markdown p{margin:1em 0}.markdown>p,.markdown>blockquote,.markdown>.highlight,.markdown>ol,.markdown>ul{width:80%}.markdown ul>li{list-style:circle}.markdown>ul li,.markdown blockquote ul>li{margin-left:20px;padding-left:4px}.markdown>ul li p,.markdown>ol li p{margin:.6em 0}.markdown ol>li{list-style:decimal}.markdown>ol li,.markdown blockquote ol>li{margin-left:20px;padding-left:4px}.markdown code{margin:0 3px;padding:0 5px;background:#eee;border-radius:3px}.markdown strong,.markdown b{font-weight:600}.markdown>table{border-collapse:collapse;border-spacing:0px;empty-cells:show;border:1px solid #e9e9e9;width:95%;margin-bottom:24px}.markdown>table th{white-space:nowrap;color:#333;font-weight:600}.markdown>table th,.markdown>table td{border:1px solid #e9e9e9;padding:8px 16px;text-align:left}.markdown>table th{background:#f7f7f7}.markdown blockquote{font-size:90%;color:#999;border-left:4px solid #e9e9e9;padding-left:.8em;margin:1em 0}.markdown blockquote p{margin:0}.markdown .anchor{opacity:0;transition:opacity .3s ease;margin-left:8px}.markdown .waiting{color:#ccc}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{opacity:1;display:inline-block}.markdown>br,.markdown>p>br{clear:both}.hljs{display:block;background:#fff;padding:.5em;color:#333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-string,.hljs-variable,.hljs-template-variable,.hljs-strong,.hljs-emphasis,.hljs-quote{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#a71d5d}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-attribute{color:#0086b3}.hljs-section,.hljs-name{color:#63a35c}.hljs-tag{color:#333}.hljs-title,.hljs-attr,.hljs-selector-id,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo{color:#795da3}.hljs-addition{color:#55a532;background-color:#eaffea}.hljs-deletion{color:#bd2c00;background-color:#ffecec}.hljs-link{text-decoration:underline}code[class*=language-],pre[class*=language-]{color:#000;background:none;text-shadow:0 1px white;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:rgba(255,255,255,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}#root{width:100%;height:100vh}body{-webkit-user-select:none;-ms-user-select:none;user-select:none}html,body{-webkit-tap-highlight-color:transparent}._main_layout_thvux_1{width:100%;height:100%;padding:1.6rem 0 2.1rem;background:linear-gradient(14deg,#fffdff,#cadef5);background-repeat:no-repeat;background-size:cover;box-sizing:border-box;display:flex;flex-direction:column;color:#000}._main_layout_thvux_1 ._main_layout_content_thvux_13{flex:1}._space_situation_thvux_16{background-image:url(/assets/space_situation-82gd0RTy.png)}._header_1ydye_1{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:1.6rem;color:#000;padding:0 2.4rem;box-sizing:border-box}._header_1ydye_1 ._header_left_1ydye_11{display:flex;align-items:center}._header_1ydye_1 ._header_left_1ydye_11 ._header_logo_1ydye_15{width:10.9rem;margin-right:1.6rem}._header_1ydye_1 ._header_left_1ydye_11 ._header_left_adress_1ydye_19{border-radius:.8rem;padding:.8rem 1.2rem;font-size:1.8rem;line-height:1.6rem;font-weight:500}._header_1ydye_1 ._header_left_1ydye_11 ._header_left_adress_1ydye_19 ._header_left_adress_frist_1ydye_26{margin-right:1.7rem}._header_1ydye_1 ._header_right_1ydye_29{display:flex;align-items:center;flex:1;line-height:3.2rem}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35{flex:1;height:3.2rem;overflow:hidden}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40{display:flex;align-items:center;justify-content:center;margin-right:1.5rem;font-family:normal}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47{margin-right:3.3rem;list-style:2.1rem;display:flex;align-items:center}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47>span{margin-right:.8rem}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47>span:last-child{margin-right:0}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47 ._label_1ydye_59{opacity:.8}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47 ._value_1ydye_62{font-weight:700;font-size:2rem;line-height:2.8rem;padding:2px 1rem;background:rgba(255,255,255,.1);border-radius:4px;font-family:number-bold}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47 ._value2_1ydye_71{font-weight:700;font-size:2rem;line-height:2.8rem;font-family:number-bold}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47 ._value_label_1ydye_77{background:linear-gradient(180deg,#ffea83,#ffac7b);border-radius:6px;font-size:1.4rem;line-height:2.2rem;padding:.5rem .9rem;font-weight:600;color:#fff}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47 ._value_label_1_1ydye_86{background:linear-gradient(180deg,#2aedbc,#0296e6)}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._temperature_1ydye_47 ._value_label_3_1ydye_89{background:linear-gradient(180deg,#809aba,#475a7d)}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._device_values_1ydye_40 ._rigth_line_1ydye_92:after{right:-2rem}._header_1ydye_1 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._sys_type_1ydye_95{color:rgba(255,255,255,.8);height:3.2rem;text-align:center;font-size:1.8rem;line-height:3.2rem}._header_1ydye_1 ._header_right_1ydye_29 ._time_1ydye_102{width:24rem;display:flex;align-items:center;font-size:1.8rem;font-weight:500;font-family:normal}._header_1ydye_1 ._header_right_1ydye_29 ._time_1ydye_102 ._rigth_line_1ydye_92{margin-right:2.5rem}._header_1ydye_1 ._header_right_1ydye_29 ._time_1ydye_102 ._rigth_line_1ydye_92:after{top:.7rem;right:-1.5rem;height:2rem}._header_1ydye_1 ._header_right_1ydye_29 ._time_1ydye_102 ._hour_1ydye_118{width:5.4rem}._header_1ydye_1 ._header_right_1ydye_29 ._time_1ydye_102 ._week_1ydye_121{font-size:1.6rem;font-weight:400}._header_1ydye_1 ._rigth_line_1ydye_92{position:relative}._header_1ydye_1 ._rigth_line_1ydye_92:after{position:absolute;content:"";display:inline-block;border-right:1px solid rgba(255,255,255,.2);height:1.6rem;right:-1rem}._header_light_1ydye_136{color:#333}._header_light_1ydye_136 ._header_right_1ydye_29 ._header_auto_sroll_1ydye_35 ._sys_type_1ydye_95{color:#000}._header_light_1ydye_136 ._header_right_1ydye_29 ._device_values_1ydye_40 ._temperature_1ydye_47 ._value_1ydye_62{background:rgba(255,255,255,.3)!important}._router_tabs_10d3x_1{position:relative;display:flex;align-items:center;margin:0 2.4rem;padding:.8rem 1rem;color:#666;font-size:1.8rem;font-weight:500;background:rgba(255,255,255,.5);border-radius:1.6rem;border:1px solid rgba(255,255,255,.7)}._router_tabs_10d3x_1 ._router_tab_10d3x_1{cursor:pointer;flex:1;height:5.6rem;display:flex;align-items:center;justify-content:center;margin-right:.8rem}._router_tabs_10d3x_1 ._router_tab_10d3x_1 ._icon_10d3x_23{font-size:4rem}._router_tabs_10d3x_1 ._router_tab_10d3x_1:last-child{margin-right:0}._router_tabs_10d3x_1 ._active_tab_10d3x_29{background:linear-gradient(169deg,#4c94ff,#06f);border-radius:1.2rem;color:#fff}._base_madal_4ctfy_1{position:fixed;width:100vw;height:100vh;background:rgba(0,0,0,.5);background-size:contain;top:0;left:0;z-index:10}._base_madal_4ctfy_1 ._base_madal_content_4ctfy_11{width:fit-content}._confirm_madel_1rfvl_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:3.2rem;background:linear-gradient(27deg,#fffdff,#cadef5);border-radius:1.2rem}._confirm_madel_1rfvl_1 ._title_1rfvl_10{font-size:2rem;font-weight:500;margin-bottom:3.2rem;text-align:center}._confirm_madel_1rfvl_1 ._btns_1rfvl_16{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:500}._confirm_madel_1rfvl_1 ._btns_1rfvl_16 ._ok_btn_1rfvl_23{color:#fff;padding:1.5rem 3.2rem;margin-right:2.4rem;background:linear-gradient(169deg,#4c94ff,#06f);border-radius:.8rem}._confirm_madel_1rfvl_1 ._btns_1rfvl_16 ._cancle_btn_1rfvl_30{color:#fff;padding:1.5rem 3.2rem;background:#1e3452;border-radius:.8rem}._light_1rfvl_36 ._btns_1rfvl_16 ._cancle_btn_1rfvl_30{background-color:#3c5e92}._transferBox_rq3jd_1{position:fixed;width:100vw;height:100vh;top:0vh;left:0vw;z-index:11}._light_rq3jd_9{width:120vw;height:160vh;top:-30vh;left:-10vw}._login_d8326_1{position:relative;width:100vw;height:100vh;background:url(/assets/login_bg-DuNWKzGt.png);background-size:cover;padding-top:12.4rem;box-sizing:border-box;overflow:hidden}._login_d8326_1 ._login_head_d8326_11{display:flex;align-items:center;justify-content:center;font-size:3.2rem;margin-bottom:5.6rem}._login_d8326_1 ._login_head_d8326_11 ._rigth_line_d8326_18{color:#000;position:relative}._login_d8326_1 ._login_head_d8326_11 ._rigth_line_d8326_18:after{height:4rem;width:2px;right:-4rem;top:.5rem;border:none}._login_d8326_1 ._login_head_d8326_11 ._header_logo_d8326_29{height:8rem;margin-left:8.2rem}._login_d8326_1 ._login_content_d8326_33{margin:0 auto;width:50rem;display:flex;flex-direction:column}._login_d8326_1 ._login_content_d8326_33>div{margin-bottom:4rem}._login_d8326_1 ._login_content_d8326_33>div:last-child{margin-bottom:0}._login_d8326_1 ._login_content_d8326_33 ._login_input_d8326_45{background:#fff}._login_d8326_1 ._login_content_d8326_33 ._code_input_d8326_48{display:flex}._login_d8326_1 ._login_content_d8326_33 ._code_input_d8326_48>div{margin-right:1.6rem}._login_d8326_1 ._login_content_d8326_33 ._code_input_d8326_48>div:last-child{margin-right:0}._login_d8326_1 ._login_content_d8326_33 ._code_input_d8326_48 ._code_input_item_d8326_57{flex:1;background:#fff}._login_d8326_1 ._login_content_d8326_33 ._code_input_d8326_48 ._code_img_d8326_61{border-radius:1.2rem;max-height:7.2rem;flex:1;overflow:hidden}._login_d8326_1 ._login_content_d8326_33 ._code_input_d8326_48 ._code_img_d8326_61 img{width:100%;height:100%}._login_d8326_1 ._login_btn_d8326_71{width:40rem;margin:4rem auto 0}._login_d8326_1 ._rigth_line_d8326_18{position:relative}._login_d8326_1 ._rigth_line_d8326_18:after{position:absolute;content:"";display:inline-block;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.25) 49%,rgba(255,255,255,0) 95%);height:1.6rem;right:-1rem;width:1px}._login_d8326_1 ._privacy_policy_d8326_87{margin-top:2rem;display:flex;align-items:center;justify-content:center;width:100vw;bottom:2.4rem;font-size:1.4rem;color:#333}._login_d8326_1 ._privacy_policy_d8326_87 a{margin-left:1rem;color:#4a92ff}._light_d8326_101{padding-top:8.5rem}._light_d8326_101 ._login_head_d8326_11 ._rigth_line_d8326_18{display:none}._light_d8326_101 ._login_head_d8326_11 ._header_logo_d8326_29{margin-left:0;width:16.8rem;height:16.8rem}._inx_input_1agd7_1{position:relative;padding:1.6rem;background:#fff;border-radius:1.2rem;border:1px solid rgba(129,165,213,.2)}._inx_input_1agd7_1 ._input_1agd7_8{box-sizing:border-box;width:100%;height:4rem;background-color:transparent;border:0;padding:0;outline:none;color:#666;font-size:2rem}._inx_input_1agd7_1 ._input_1agd7_8::placeholder{color:rgba(255,255,255,.6)}._inx_input_1agd7_1 ._warn_text_1agd7_24{position:absolute;font-size:1.4rem;line-height:2rem;bottom:-3rem;color:#ff4d4f}._inx_button_1agd7_31{display:flex;align-items:center;justify-content:center;background:linear-gradient(169deg,#4c94ff,#06f);padding:1.7rem;box-sizing:border-box;border-radius:1.2rem;overflow:hidden;font-size:2rem;line-height:3rem}._inx_button_1agd7_31 button{color:#fff;width:100%;padding:0;background-color:transparent;border:0;outline:none}@media (max-width: 480px){._inx_input_1agd7_1{position:relative;padding:1.1rem 2.4rem;background:rgba(200,217,255,.1);border-radius:1.2rem;border:1px solid rgba(255,255,255,.1)}._inx_input_1agd7_1 ._input_1agd7_8{box-sizing:border-box;width:100%;height:4rem;background-color:transparent;border:0;padding:0;outline:none;color:#fff;font-size:1.6rem;line-height:4rem}._inx_input_1agd7_1 ._input_1agd7_8::placeholder{color:rgba(255,255,255,.6)}._inx_input_1agd7_1 ._input_1agd7_8:-internal-autofill-selected{background-color:transparent!important;color:inherit!important}._inx_input_1agd7_1 ._warn_text_1agd7_24{position:absolute;font-size:1.4rem;line-height:2rem;bottom:-3rem;color:#ff4d4f}}._confirm_madel_1uucg_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:3.2rem;background:linear-gradient(27deg,#fffdff,#cadef5);border-radius:1.2rem}._confirm_madel_1uucg_1 ._title_1uucg_10{font-size:2.4rem;font-weight:500;margin-bottom:2.4rem;text-align:center;color:#ff5151}._confirm_madel_1uucg_1 ._label_1uucg_17{font-size:1.8rem;text-align:center;margin-bottom:5.6rem}._confirm_madel_1uucg_1 ._btns_1uucg_22{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:500}._confirm_madel_1uucg_1 ._btns_1uucg_22 ._ok_btn_1uucg_29{padding:1.5rem 12.5rem;background:linear-gradient(169deg,#4c94ff,#06f);border-radius:.8rem;color:#fff;text-overflow:nowrap}._space_select_16qd6_1{width:100vw;height:100vh;background:url(/assets/login_bg-DuNWKzGt.png);padding-top:9.1rem;background-size:cover;box-sizing:border-box;overflow:scroll;color:#000}._space_select_16qd6_1 ._title_16qd6_11{font-size:2.8rem;font-weight:500;text-align:center}._space_select_16qd6_1 ._list_box_16qd6_16{padding:0 2.4rem;margin:9.1rem 2.4rem 0;display:flex;box-sizing:border-box;align-items:center;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}._space_select_16qd6_1 ._list_box_16qd6_16::-webkit-scrollbar{display:none}._space_select_16qd6_1 ._list_box_16qd6_16 ._item_16qd6_32{flex-shrink:0;font-size:2.4rem;background:url(/assets/space-StQcRm9b.png);background-size:cover;width:24rem;height:26rem;display:flex;align-items:center;justify-content:center;margin-right:4rem;text-wrap:wrap}._space_select_16qd6_1 ._list_box_16qd6_16 ._item_16qd6_32:last-child{margin-right:0}._space_select_16qd6_1 ._list_box_16qd6_16 ._active_16qd6_48{background-image:url(/assets/space_active-CPms4B-o.png)}._space_select_16qd6_1 ._no_space_16qd6_51{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:3rem;color:rgba(255,255,255,.6);font-size:2.2rem}._space_select_16qd6_1 ._no_space_16qd6_51 img{width:25rem;height:25rem;margin-bottom:2.4rem}._space_select_16qd6_1 ._space_btn_16qd6_65{width:40rem;margin:9.4rem auto 0}._light_16qd6_69 ._no_space_16qd6_51{color:#333}._light_16qd6_69 ._list_box_16qd6_16 ._item_16qd6_32{width:22rem;height:24rem}._admin_service_1pmq1_1{height:100%;padding:0 4.8rem;display:flex;align-items:center;justify-content:space-between;color:#000}._admin_service_1pmq1_1 ._admin_user_1pmq1_9{margin-right:3.2rem;box-sizing:border-box;flex:623;height:47.5rem;background-image:none;background-size:100% 100%;padding:2.4rem;border:1px solid #f8fafe;border-radius:1.2rem}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20{display:flex;align-items:center}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20 img{width:16rem;margin-right:2.4rem}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20 ._info_1pmq1_28{padding-top:2.2rem}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20 ._info_1pmq1_28 ._info_name_1pmq1_31{font-weight:500;font-size:3.2rem;line-height:4,7rem;margin-bottom:3.6rem}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20 ._info_1pmq1_28 ._info_label_1pmq1_37{font-size:1.8rem;opacity:.8;margin-bottom:1.2rem}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20 ._info_item_1pmq1_42{margin-bottom:1.2rem}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20 ._info_item_1pmq1_42 ._info_item_name_1pmq1_45{font-size:1.6rem;opacity:.6}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._user_info_1pmq1_20 ._info_item_1pmq1_42 ._info_item_value_1pmq1_49{font-size:1.8rem}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._admin_submit_1pmq1_52{width:52rem;height:6.4rem;background:linear-gradient(169deg,#4c94ff,#06f);border-radius:12px;margin:2.6rem auto 2.4rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:500;color:#fff}._admin_service_1pmq1_1 ._admin_user_1pmq1_9 ._label_1pmq1_65{font-size:1.6rem;line-height:2.1rem;text-align:center;opacity:.6}._admin_service_1pmq1_1 ._admin_qr_1pmq1_71{box-sizing:border-box;flex:472;height:47.5rem;background-image:none;border:1px solid #f8fafe;border-radius:1.2rem;background-size:100%;padding:2.4rem}._admin_service_1pmq1_1 ._admin_qr_1pmq1_71 ._qr_img_1pmq1_81{height:26rem;width:26rem;margin:3.2rem auto}._admin_service_1pmq1_1 ._admin_qr_1pmq1_71 ._qr_img_1pmq1_81 img{width:100%}._admin_service_1pmq1_1 ._admin_qr_1pmq1_71 ._label_1pmq1_65{text-align:center;font-size:1.8rem;line-height:2.1rem}._admin_service_1pmq1_1 ._admin_title_1pmq1_94{font-weight:500;font-size:2rem;line-height:3rem;margin-bottom:2.2rem}._light_1pmq1_100 ._admin_user_1pmq1_9{height:53rem}._light_1pmq1_100 ._admin_user_1pmq1_9 ._admin_submit_1pmq1_52{margin-top:4.8rem}._light_1pmq1_100 ._admin_qr_1pmq1_71{height:53rem}._light_1pmq1_100 ._admin_qr_1pmq1_71 ._label_1pmq1_65{margin-top:4.7rem!important}._tab_select_3lzxa_1{width:100%;height:4rem;align-items:center;display:flex;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}._tab_select_3lzxa_1::-webkit-scrollbar{display:none}._tab_select_3lzxa_1>div{flex-shrink:0;margin-right:2rem}._tab_select_3lzxa_1>div:last-child{margin-right:0}._tab_select_3lzxa_1 ._tab_item_3lzxa_23{height:100%;width:15rem;text-align:center;line-height:4rem;font-size:1.8rem;background:rgba(255,255,255,.04);box-shadow:0 0 .8rem rgba(5,33,50,.5);border-radius:.8rem}._tab_select_3lzxa_1 ._active_3lzxa_33{background:linear-gradient(169deg,#4c94ff,#06f);color:#fff}._light_3lzxa_37{height:4.2rem}._light_3lzxa_37 ._tab_item_3lzxa_23{width:fit-content;padding:0 3.2rem;background:rgba(255,255,255,.5);box-shadow:none}._light_3lzxa_37 ._active_3lzxa_33{padding:0 4.8rem;background:linear-gradient(169deg,#4c94ff,#06f);color:#fff}._Light_card_19zgd_1{width:100%;box-sizing:border-box;border-radius:.8rem;background:linear-gradient(180deg,#e5f0f9,#bbcee3);background-size:cover;padding:1.2rem 2.4rem}._Light_card_19zgd_1 ._Light_info_box_19zgd_9{display:flex;align-items:center}._Light_card_19zgd_1 ._Light_slider_19zgd_13{padding:.4rem 2.2rem}._Light_card_19zgd_1 ._Light_slider_19zgd_13 .dot{width:.38rem!important}._Light_card_19zgd_1 ._Light_img_19zgd_19{width:6.4rem;margin-right:1.6rem}._Light_card_19zgd_1 ._Light_info_19zgd_9{flex:1;height:6.4rem;display:flex;align-items:center;justify-content:space-between}._Light_card_19zgd_1 ._Light_info_19zgd_9 ._Light_name_box_19zgd_30{width:100%;display:flex;align-items:center;justify-content:space-between}._Light_card_19zgd_1 ._Light_info_19zgd_9 ._Light_name_box_19zgd_30 img{width:3.2rem;height:3.2rem}._Light_card_19zgd_1 ._Light_info_19zgd_9 ._Light_name_19zgd_30{font-size:1.8rem}._Light_card_19zgd_1 ._Light_switch_19zgd_43{position:relative;height:2.6rem;width:5.8rem;background:linear-gradient(to right,#777b82,#39507a);border-radius:1.3rem}._Light_card_19zgd_1 ._Light_switch_19zgd_43:before{position:absolute;content:"";display:block;width:3.2rem;height:3.2rem;background:linear-gradient(200deg,#a7cef0,#2e537a);border-radius:50%;top:-.3rem;left:0}._Light_card_19zgd_1 ._open_Light_switch_19zgd_61{background:linear-gradient(169deg,#4c94ff,#06f)}._Light_card_19zgd_1 ._open_Light_switch_19zgd_61:before{background:#d7e5ff;left:2.6rem}._open_light_19zgd_68{background:linear-gradient(180deg,#eff4ff,#afd0ff);background-size:cover}._light_19zgd_72{padding:1.2rem 1.6rem}._light_19zgd_72 ._Light_slider_19zgd_13{padding:.4rem 1.2rem}._light_19zgd_72 ._open_Light_switch_19zgd_61{background:linear-gradient(169deg,#72aaff,#297eff)!important}._light_19zgd_72 ._open_Light_switch_19zgd_61:before{background:radial-gradient(37% 37% at 77% 75%,#f9fcff,#89bff1)!important}.slider{width:100%;background:rgba(255,255,255,.3);border-radius:.8rem;display:flex;align-items:center;padding:.4rem 1.2rem;box-sizing:border-box}.slider .slider_name{width:5.1rem;margin-right:1rem;display:flex;font-size:1.8rem;line-height:2rem;text-wrap:nowrap}.slider .slider_name .value{margin-right:.4rem}.slider .slider_line{display:flex;justify-content:flex-start}.slider .slider_line .dot{background:#6fa1ec;opacity:.1;width:.4rem;height:1.2rem;margin-right:.2rem;border-radius:.4rem}.slider .slider_line .dot_active{background-color:#6fa1ec;opacity:1}.slider .slider_line .dot_now{background-color:#6fa1ec;opacity:1;transform:scaleY(1.66);transform-origin:50% 50%}.slider .slider_line .dot:last-child{margin-right:0}._card_box_ev3cg_1{padding-top:1.6rem;flex:1;width:100%;box-sizing:border-box;background:url(/assets/device_con_bg-GiPV5430.png);background-size:cover}._card_box_ev3cg_1 ._handel_all_ev3cg_9{width:fit-content;height:6.8rem;padding:1.2rem 1.6rem;box-sizing:border-box;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.1);border-radius:1rem;margin-bottom:3.2rem;display:flex;align-items:center;text-wrap-mode:nowrap}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._handel_name_ev3cg_22{font-size:2rem;font-weight:500;margin-right:2.4rem;color:#394d6a}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._kg_action_ev3cg_28{display:flex}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._kg_action_ev3cg_28 ._kg_action_item_ev3cg_31{height:4.4rem;width:14.5rem;text-align:center;font-size:1.8rem;line-height:4.4rem;background:rgba(255,255,255,.3);border-radius:.8rem;margin-right:1.6rem}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._kg_action_ev3cg_28 ._kg_action_item_ev3cg_31:last-child{margin-right:0}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._kg_action_ev3cg_28 ._active_ev3cg_44{background-color:#1f79ff}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._Light_slider_ev3cg_47{height:4.4rem}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._handel_btns_ev3cg_50{display:flex}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._handel_btns_ev3cg_50>div{margin-right:1.6rem}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._handel_btns_ev3cg_50>div:last-child{margin-right:0}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._handel_all_box_ev3cg_59{display:flex;align-items:center}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._handel_all_box_ev3cg_59>div{margin-right:1.6rem}._card_box_ev3cg_1 ._handel_all_ev3cg_9 ._handel_all_box_ev3cg_59>div:last-child{margin-right:0}._card_box_ev3cg_1 ._card_list_ev3cg_69{display:flex;max-height:36rem;overflow-y:auto;width:100%}._card_box_ev3cg_1 ._card_list_ev3cg_69 ._list_singular_ev3cg_75{width:50%;box-sizing:border-box;padding-right:3.2rem}._card_box_ev3cg_1 ._card_list_ev3cg_69>div>div{margin-bottom:2.4rem}._card_box_ev3cg_1 ._card_list_ev3cg_69 ._base_card_ev3cg_83{width:100%;position:relative}._card_box_ev3cg_1 ._card_list_ev3cg_69 ._base_card_ev3cg_83 ._device_status_5_ev3cg_87{border-radius:1.2rem 0;position:absolute;top:0;left:0;padding:0 1.2rem;height:2.4rem;line-height:2.4rem;background-color:#556778}._card_box_ev3cg_1 ._card_list_ev3cg_69 ._base_card_ev3cg_83 ._device_status_2_ev3cg_97{position:absolute;border-radius:1.2rem 0;top:0;left:0;padding:0 1.2rem;height:2.4rem;line-height:2.4rem;background-color:#972929}._light_ev3cg_107 ._handel_all_ev3cg_9{border:1px solid rgba(255,255,255,.5)}._light_ev3cg_107 ._handel_all_ev3cg_9 ._kg_action_ev3cg_28 ._kg_action_item_ev3cg_31{width:12rem}._light_ev3cg_107 ._card_list_ev3cg_69{max-height:36.8rem;width:100%}._light_ev3cg_107 ._card_list_ev3cg_69 ._list_singular_ev3cg_75{padding-right:2.4rem}._light_ev3cg_107 ._card_list_ev3cg_69 ._list_singular_ev3cg_75 ._base_card_ev3cg_83{width:100%}._light_ev3cg_107 ._card_list_ev3cg_69 ._list_singular_ev3cg_75 ._base_card_ev3cg_83 ._device_status_5_ev3cg_87{color:#fff;background-color:#9eb8d2}._light_ev3cg_107 ._card_list_ev3cg_69 ._list_singular_ev3cg_75 ._base_card_ev3cg_83 ._device_status_2_ev3cg_97{background-color:#ffcaca;color:#ff5151}._Light_card_187qo_1{width:100%;height:11.1rem;border-radius:.8rem;background:linear-gradient(180deg,#e5f0f9,#bbcee3);background-size:cover;display:flex;align-items:center;padding:1.2rem 2.4rem;box-sizing:border-box}._Light_card_187qo_1 ._Light_img_187qo_12{width:6.4rem;margin-right:1.6rem}._Light_card_187qo_1 ._Light_info_187qo_16{overflow:hidden;flex:1}._Light_card_187qo_1 ._Light_info_187qo_16 ._Light_name_187qo_20{font-size:1.8rem}._Light_card_187qo_1 ._Light_info_187qo_16 ._Light_name_187qo_20 ._kd_value_187qo_23{margin-left:1.6rem}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26{display:flex;align-items:center;justify-content:space-between;margin-top:1.2rem}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26 ._Light_slider_187qo_32{padding:.4rem;height:3.2rem}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26 ._Light_slider_187qo_32 .slider_name{display:none}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26 ._Light_slider_187qo_32 .slider_line{padding:0 .3rem}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42{text-align:center;line-height:3.2rem;margin-left:.8rem;display:flex;height:3.2rem;font-size:1.4rem}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42 ._kg_open_187qo_50{margin-right:.8rem}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42 ._kg_active_187qo_53{background:linear-gradient(169deg,#4c94ff,#06f);color:#fff}._Light_card_187qo_1 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42>div{width:4.8rem;background:radial-gradient(50% 50% at -7% -7%,rgba(255,255,255,.5),rgba(28,27,51,.2) 78%),linear-gradient(180deg,#6f7b88,#2e3e51);border-radius:.8rem;box-shadow:0 4px 10px rgba(9,1,0,.05)}._open_light_187qo_63{background:linear-gradient(180deg,#eff4ff,#afd0ff);background-size:cover}._light_187qo_67{padding:1.6rem}._light_187qo_67 ._Light_img_187qo_12{width:5.6rem}._light_187qo_67 ._Light_info_187qo_16{overflow:hidden;flex:1}._light_187qo_67 ._Light_info_187qo_16 ._Light_name_187qo_20{font-size:1.8rem}._light_187qo_67 ._Light_info_187qo_16 ._Light_name_187qo_20 ._kd_value_187qo_23{margin-left:1.6rem}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26{display:flex;align-items:center;justify-content:space-between;margin-top:1.2rem}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26 ._Light_slider_187qo_32{padding:.4rem;height:3.2rem}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26 ._Light_slider_187qo_32 .slider_name{display:none}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26 ._Light_slider_187qo_32 .slider_line{padding:0 .3rem}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42{text-align:center;line-height:3.2rem;margin-left:.8rem;display:flex;height:3.2rem;font-size:1.4rem}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42 ._kg_open_187qo_50{margin-right:.8rem}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42 ._kg_active_187qo_53{background:linear-gradient(169deg,#4c94ff,#06f);color:#fff}._light_187qo_67 ._Light_info_187qo_16 ._handels_187qo_26 ._handel_kg_187qo_42>div{width:4.8rem;background:rgba(255,255,255,.6);border-radius:.8rem}._Light_card_1x6lq_1{width:100%;box-sizing:border-box;border-radius:.8rem;background:linear-gradient(180deg,#e5f0f9,#bbcee3);background-size:cover;padding:1.2rem 2.4rem}._Light_card_1x6lq_1 ._Light_img_1x6lq_9{width:6.4rem;margin-right:1.6rem}._Light_card_1x6lq_1 ._Light_info_1x6lq_13{flex:1;height:6.4rem;display:flex;align-items:center;justify-content:space-between}._Light_card_1x6lq_1 ._Light_info_1x6lq_13 ._Light_name_box_1x6lq_20{width:100%;display:flex;align-items:center;justify-content:space-between}._Light_card_1x6lq_1 ._Light_info_1x6lq_13 ._Light_name_box_1x6lq_20 ._attr_1x6lq_26{display:flex;align-items:center}._Light_card_1x6lq_1 ._Light_info_1x6lq_13 ._Light_name_box_1x6lq_20 ._attr_1x6lq_26 ._attr_value_1x6lq_30{color:#3c5e92;font-size:1.4rem;margin-right:.8rem;text-wrap:nowrap}._Light_card_1x6lq_1 ._Light_info_1x6lq_13 ._Light_name_box_1x6lq_20 ._attr_1x6lq_26 ._attr_value_1x6lq_30 ._ms_name_1x6lq_36{position:relative;padding-right:2.5rem}._Light_card_1x6lq_1 ._Light_info_1x6lq_13 ._Light_name_box_1x6lq_20 ._attr_1x6lq_26 ._attr_value_1x6lq_30 ._ms_name_1x6lq_36:after{position:absolute;content:"";width:1px;height:1.2rem;background-color:#6685b2;right:.8rem;top:.4rem}._Light_card_1x6lq_1 ._Light_info_1x6lq_13 ._Light_name_box_1x6lq_20 img{width:3.2rem;height:3.2rem}._Light_card_1x6lq_1 ._Light_info_1x6lq_13 ._Light_name_1x6lq_20{font-size:1.8rem}._Light_card_1x6lq_1 ._Light_switch_1x6lq_56{position:relative;height:2.6rem;width:5.8rem;background:linear-gradient(to right,#777b82,#39507a);border-radius:1.3rem}._Light_card_1x6lq_1 ._Light_switch_1x6lq_56:before{position:absolute;content:"";display:block;width:3.2rem;height:3.2rem;background:linear-gradient(200deg,#a7cef0,#2e537a);border-radius:50%;top:-.3rem;left:0}._Light_card_1x6lq_1 ._open_Light_switch_1x6lq_74{background:linear-gradient(169deg,#4c94ff,#06f)}._Light_card_1x6lq_1 ._open_Light_switch_1x6lq_74:before{background:#d7e5ff;left:2.6rem}._Light_card_1x6lq_1 ._kt_info_1x6lq_81{display:flex;align-items:center}._Light_card_1x6lq_1 ._kt_handels_1x6lq_85{margin-top:1.6rem;display:flex;align-items:center;justify-content:space-between}._Light_card_1x6lq_1 ._kt_handels_1x6lq_85 ._Light_slider_1x6lq_91{padding:1.2rem;width:27.9rem;margin-right:.8rem;background:rgba(0,0,0,.1)}._Light_card_1x6lq_1 ._kt_handels_1x6lq_85 ._kt_fs_1x6lq_97{margin-right:.8rem;background:rgba(0,0,0,.1);border-radius:.8rem;width:5.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#4c94ff}._Light_card_1x6lq_1 ._kt_handels_1x6lq_85 ._kt_ms_1x6lq_109{background:rgba(0,0,0,.1);border-radius:.8rem;width:5.4rem;height:4.4rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#4c94ff}._Light_card_1x6lq_1 ._handels_1x6lq_120{margin-left:auto;height:4.8rem;width:fit-content;padding:.8rem;background:rgba(255,255,255,.1);box-sizing:border-box;border-radius:.8rem;margin-top:1.5rem;display:flex}._Light_card_1x6lq_1 ._handels_1x6lq_120 ._handel_item_1x6lq_131{padding:0 1.2rem;line-height:3.2rem;border-radius:.8rem;display:flex;align-items:center}._Light_card_1x6lq_1 ._handels_1x6lq_120 ._handel_item_1x6lq_131 ._icon_1x6lq_138{font-size:1.6rem}._Light_card_1x6lq_1 ._handels_1x6lq_120 ._handel_item_1x6lq_131 ._handel_name_1x6lq_141{margin-left:.8rem;font-size:1.6rem}._Light_card_1x6lq_1 ._handels_1x6lq_120 ._handel_item_1x6lq_131 ._handel_icon_1x6lq_145{width:2.4rem;height:2.4rem;background-size:100%}._Light_card_1x6lq_1 ._handels_1x6lq_120 ._handel_item_1x6lq_131:last-child{margin-left:0}._Light_card_1x6lq_1 ._handels_1x6lq_120 ._active_1x6lq_153{background-color:rgba(0,0,0,.1);color:#4c94ff}._open_light_1x6lq_157{background:linear-gradient(180deg,#eff4ff,#afd0ff);background-size:cover}._light_1x6lq_161{padding:1.6rem}._light_1x6lq_161 ._Light_switch_1x6lq_56{background:rgba(255,255,255,.5)!important}._light_1x6lq_161 ._Light_switch_1x6lq_56:before{background:radial-gradient(20% 20% at 62% 85%,#b2cde6,#7493b4)!important}._light_1x6lq_161 ._open_Light_switch_1x6lq_74{background:linear-gradient(169deg,#72aaff,#297eff)!important}._light_1x6lq_161 ._open_Light_switch_1x6lq_74:before{background:radial-gradient(37% 37% at 77% 75%,#f9fcff,#89bff1)!important}._light_1x6lq_161 ._kt_handels_1x6lq_85 ._Light_slider_1x6lq_91,._light_1x6lq_161 ._kt_handels_1x6lq_85 ._kt_fs_1x6lq_97,._light_1x6lq_161 ._kt_handels_1x6lq_85 ._kt_ms_1x6lq_109{background:rgba(255,255,255,.3)!important}._light_1x6lq_161 ._handels_1x6lq_120{color:#333}._light_1x6lq_161 ._handels_1x6lq_120 ._active_1x6lq_153{background:rgba(76,148,255,.1)}._Light_card_1y4lr_1{width:100%;box-sizing:border-box;border-radius:.8rem;background:linear-gradient(180deg,#e5f0f9,#bbcee3);background-size:cover;padding:1.2rem 2.4rem}._Light_card_1y4lr_1 ._Light_info_box_1y4lr_9{display:flex;align-items:center}._Light_card_1y4lr_1 ._Light_info_box_1y4lr_9 ._Light_name_box_1y4lr_13{width:100%;display:flex;align-items:center;justify-content:space-between}._Light_card_1y4lr_1 ._Light_info_box_1y4lr_9 ._Light_name_box_1y4lr_13 img{width:3.2rem;height:3.2rem}._Light_card_1y4lr_1 ._Light_slider_1y4lr_23{padding:.4rem 2.2rem}._Light_card_1y4lr_1 ._Light_slider_1y4lr_23 .dot{width:.38rem!important}._Light_card_1y4lr_1 ._Light_img_1y4lr_29{width:6.4rem;margin-right:1.6rem}._Light_card_1y4lr_1 ._Light_info_1y4lr_9{flex:1;height:6.4rem;display:flex;align-items:center;justify-content:space-between}._Light_card_1y4lr_1 ._Light_info_1y4lr_9 ._Light_name_1y4lr_13{font-size:1.8rem}._Light_card_1y4lr_1 ._Light_switch_1y4lr_43{position:relative;height:2.6rem;width:5.8rem;background:linear-gradient(to right,#777b82,#39507a);border-radius:1.3rem}._Light_card_1y4lr_1 ._Light_switch_1y4lr_43:before{position:absolute;content:"";display:block;width:3.2rem;height:3.2rem;background:linear-gradient(200deg,#a7cef0,#2e537a);border-radius:50%;top:-.3rem;left:0}._Light_card_1y4lr_1 ._open_Light_switch_1y4lr_61{background:linear-gradient(169deg,#4c94ff,#06f)}._Light_card_1y4lr_1 ._open_Light_switch_1y4lr_61:before{background:#d7e5ff;left:2.6rem}._open_light_1y4lr_68{background:linear-gradient(180deg,#eff4ff,#afd0ff);background-size:cover}._light_1y4lr_72 ._Light_switch_1y4lr_43{background:rgba(255,255,255,.5)!important}._light_1y4lr_72 ._Light_switch_1y4lr_43:before{background:radial-gradient(20% 20% at 62% 85%,#b2cde6,#7493b4)!important}._light_1y4lr_72 ._open_Light_switch_1y4lr_61{background:linear-gradient(169deg,#72aaff,#297eff)!important}._light_1y4lr_72 ._open_Light_switch_1y4lr_61:before{background:radial-gradient(37% 37% at 77% 75%,#f9fcff,#89bff1)!important}._flowAction_ug27u_1{width:6.4rem;height:4.4rem;background-color:rgba(0,0,0,.1);border-radius:.8rem;display:flex;align-items:center;justify-content:center;position:relative}._flowAction_ug27u_1 ._flowIcon_ug27u_11{font-size:2.5rem;width:2.8rem;height:2.8rem;background-size:cover;color:#4c94ff}._flowAction_ug27u_1 ._select_action_ug27u_18{z-index:5;position:absolute;bottom:-5.3rem;right:0;height:4.8rem;width:fit-content;padding:.8rem;background:#303e55;box-sizing:border-box;border-radius:.8rem;margin-top:1.5rem;display:flex}._flowAction_ug27u_1 ._select_action_ug27u_18:before{content:"";display:block;width:1.6rem;height:1.6rem;position:absolute;right:2.28rem;top:-.6rem;background:#303e55;transform:rotate(45deg)}._flowAction_ug27u_1 ._select_action_ug27u_18 ._action_item_ug27u_43{padding:0 1.2rem;line-height:3.2rem;border-radius:.8rem;display:flex;align-items:center}._flowAction_ug27u_1 ._select_action_ug27u_18 ._action_item_ug27u_43 ._handel_name_ug27u_50{margin-left:.8rem;font-size:1.6rem}._flowAction_ug27u_1 ._select_action_ug27u_18 ._action_item_ug27u_43 ._handel_icon_ug27u_54{width:2.4rem;height:2.4rem;background-size:100%}._flowAction_ug27u_1 ._select_action_ug27u_18 ._active_ug27u_59{background-color:rgba(0,0,0,.1);color:#4c94ff}._light_ug27u_63{background:rgba(255,255,255,.3)}._light_ug27u_63 ._select_action_ug27u_18{background:#fff}._light_ug27u_63 ._select_action_ug27u_18:before{background:#fff}._light_ug27u_63 ._select_action_ug27u_18 ._icon_ug27u_72{font-size:1.6rem}._light_ug27u_63 ._select_action_ug27u_18 ._active_ug27u_59{background-color:rgba(255,255,255,.3)}._dev_cat_list_1p7y9_1{background:linear-gradient(180deg,#f0f9fe,rgba(255,255,255,0));border-radius:0 4rem 0 0;background-size:cover;position:relative;height:100%;width:20.8rem;padding-top:3.1rem;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;margin-right:1.6rem}._dev_cat_list_1p7y9_1 ._dev_cat_item_1p7y9_14{width:100%;height:10rem;font-size:2rem;font-weight:500;line-height:8rem;display:flex;align-items:center;justify-content:center}._dev_cat_list_1p7y9_1 ._active_cat_1p7y9_24{background-image:url(/assets/active_device_cat-CoZ62yMv.png);background-size:cover}._light_1p7y9_28{padding-top:2.4rem;width:18rem;margin-right:0}._light_1p7y9_28 ._dev_cat_item_1p7y9_14{height:12rem}._light_1p7y9_28 ._active_cat_1p7y9_24{color:#4a92ff}._deivce_noau6_1{height:100%;padding:2.8rem 0rem;display:flex;align-items:center;box-sizing:border-box}._deivce_noau6_1 ._dev_box_noau6_8{display:flex;flex-direction:column;box-sizing:border-box;height:100%;margin-left:4rem;flex:1;padding-top:3.2rem;overflow:hidden}._deivce_noau6_1 ._dev_box_noau6_8 ._area_tab_noau6_18{margin-bottom:3.2rem}._light_noau6_21{padding:2.4rem 0rem}._light_noau6_21 ._dev_box_noau6_8{margin-left:3.2rem}._light_noau6_21 ._dev_box_noau6_8 ._area_tab_noau6_18{margin-bottom:4.3rem}._saving_18cr5_1{padding:3.4rem 2.4rem 0;box-sizing:border-box;height:100%}._space_scene_u32l2_1{margin-top:1.8rem}._space_scene_u32l2_1 ._scene_nromol_dom_u32l2_4{width:100%;display:flex;padding:0 1.6rem 0 .8rem;box-sizing:border-box}._space_scene_u32l2_1 ._space_scene_list_u32l2_10{position:relative;width:41.2rem;max-height:50.2rem;background:linear-gradient(180deg,#d7e2f1,#f5f9ff),rgba(244,247,253,.8);border-radius:1.2rem;border:1px solid rgba(255,255,255,.8);padding:1.6rem;box-sizing:border-box;height:fit-content;max-height:50.8rem}._space_scene_u32l2_1 ._space_scene_list_u32l2_10 ._space_scene_title_u32l2_22{display:flex;align-items:center;justify-content:space-between;font-size:1.8rem;font-weight:500;line-height:3.6rem;margin-bottom:1.6rem}._space_scene_u32l2_1 ._space_scene_list_u32l2_10 ._space_scene_title_u32l2_22 img{height:3.6rem}._space_scene_u32l2_1 ._space_scene_list_u32l2_10 ._space_scene_title_u32l2_22 ._scene_setting_u32l2_34{background:rgba(118,165,223,.1);padding:0 2.4rem;border-radius:.8rem}._space_scene_list_box_u32l2_39 ._dot_img_u32l2_39{position:absolute;width:8rem;height:100%;right:0;top:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:.4rem;box-sizing:border-box}._space_scene_list_box_u32l2_39 ._dot_img_u32l2_39 img{width:1.6rem}._scene_card_item_u32l2_54{width:41.2rem;height:50.2rem;background:url(/assets/scene_card_def-W3TzLD1m.png) no-repeat;background-size:100% 100%;text-align:center;padding:4rem 0 0;box-sizing:border-box}._scene_card_item_u32l2_54 ._scene_card_item_title_u32l2_63{color:#ceddf4;font-size:2.2rem;line-height:3.3rem;font-weight:500;margin-bottom:3rem;display:flex;align-items:center;justify-content:center}._scene_card_item_u32l2_54 ._scene_card_item_title_u32l2_63 ._zs_ip_u32l2_73{width:8rem;height:8rem}._scene_card_item_u32l2_54 ._scene_card_item_greet_u32l2_77{display:flex;align-items:center}._scene_card_item_u32l2_54 ._scene_card_item_greet_u32l2_77 ._ai_logo_u32l2_81{width:4rem;height:4rem;margin-right:1rem}._scene_card_item_u32l2_54 ._scene_card_item_label_u32l2_86{opacity:.5;font-size:1.5rem;line-height:2.4rem;color:#fff;margin-top:1.2rem}._scene_card_item_u32l2_54 ._to_bottom_u32l2_93{width:6rem}._scene_card_item_u32l2_54 ._svga_box_u32l2_96{transform:translateY(-1rem);position:relative;width:29.2rem;height:24.5rem;margin:0 auto;color:#4c94ff;font-size:2rem;font-weight:500}._scene_card_item_u32l2_54 ._svga_box_u32l2_96 ._scene_name_u32l2_106{top:9.3rem;position:absolute;left:50%;transform:translate(-50%);line-height:3rem}._scene_card_item_u32l2_54 ._svga_box_u32l2_96 ._run_label_u32l2_113{top:12.3rem;position:absolute;left:50%;transform:translate(-50%)}._scene_card_item_u32l2_54 ._svga_box_u32l2_96 img{width:4.8rem;position:absolute;bottom:0;right:-2.4rem}._scene_card_item_u32l2_54 ._scene_label_bottom_u32l2_125{display:flex;align-items:center;justify-content:center;color:#4c94ff;font-size:1.4rem}._scene_card_item_u32l2_54 ._scene_label_bottom_u32l2_125 ._scene_label_text_u32l2_132{margin:0 1rem}._scene_card_item_u32l2_54 ._scene_label_bottom_u32l2_125 ._to_left_u32l2_135{display:inline-block;transform:rotate(180deg);line-height:2rem}._scene_card_item_u32l2_54 ._scene_label_bottom_u32l2_125 ._to_right_u32l2_140{line-height:2rem}._scene_bg_9_u32l2_143{background:url(/assets/scene-noon-break_active-while-BuX_qcNL.png)!important}._scene_bg_12_u32l2_146{background:url(/assets/scene-off-work_active-while-BSFsA2kH.png)!important}._scene_bg_15_u32l2_149,._scene_bg_26_u32l2_150{background:url(/assets/scene-visit_active-while-DmpvMPYr.png)!important}._scene_bg_no_9_u32l2_153{background-image:url(/assets/scene-noon-break-while-CopMPzDS.png)!important}._scene_bg_no_12_u32l2_156,._scene_bg_no_43_u32l2_157,._scene_bg_no_66_u32l2_158{background-image:url(/assets/scene-off-work-while-Dhv5agRN.png)!important}._scene_bg_no_15_u32l2_161,._scene_bg_no_26_u32l2_162,._scene_bg_no_62_u32l2_163,._scene_bg_no_63_u32l2_164,._scene_bg_no_83_u32l2_165{background-image:url(/assets/scene-visit-while-Csd6RT_x.png)!important}._theme_light_u32l2_168{background-image:url(/assets/living-_ZIEu15-.png)!important}._theme_light_u32l2_168 ._scene_card_item_title_u32l2_63{color:#3c5e92}._theme_light_u32l2_168 ._scene_card_item_title_u32l2_63 ._scene_card_item_label_u32l2_86{color:#333}._theme_light_u32l2_168 ._svga_box_u32l2_96 img{background:rgba(255,255,255,.5);border-radius:.8rem}._scene_detail_149yn_1{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;background:#e7effa;margin-top:0rem;padding:4.2rem 3.2rem 1.6rem;box-sizing:border-box}._scene_detail_149yn_1 ._header_149yn_12{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.4rem}._scene_detail_149yn_1 ._header_149yn_12 ._title_149yn_18{font-size:2.4rem;font-weight:500;line-height:2.4rem}._scene_detail_149yn_1 ._header_149yn_12 ._title_149yn_18 span{margin-right:1.6rem}._scene_detail_149yn_1 ._header_149yn_12 ._add_btns_149yn_26{display:flex;align-items:center}._scene_detail_149yn_1 ._header_149yn_12 ._add_btns_149yn_26 ._save_btn_149yn_30{height:4.8rem;font-size:1.8rem;background:transparent;border:none}._scene_detail_149yn_1 ._header_149yn_12 ._add_btns_149yn_26 ._save_btn_149yn_30 button{color:#4c94ff}._scene_detail_149yn_1 ._header_149yn_12 ._add_btns_149yn_26 ._save_back_149yn_39{background:rgba(129,165,213,.2);width:9.6rem;height:4.8rem;border:none;font-size:1.8rem;border-radius:.8rem;margin-left:2.4rem}._scene_detail_149yn_1 ._header_149yn_12 ._add_btns_149yn_26 ._save_back_149yn_39 button{color:#fff}._scene_detail_149yn_1 ._prompt_149yn_51{height:5.4rem;background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.1));border-radius:.8rem;margin-bottom:2.4rem;padding:0 2.4rem;line-height:5.4rem;display:flex;align-items:center;justify-content:flex-end}._scene_detail_149yn_1 ._prompt_149yn_51 ._prompt_item_149yn_62{margin-left:3.2rem;font-size:1.5rem}._scene_detail_149yn_1 ._prompt_149yn_51 ._prompt_item_149yn_62 ._unit_149yn_66{color:#21c8ff;background:rgba(0,0,0,.1);border-radius:12px;border:1px solid rgba(76,148,255,.3);margin-right:.8rem;padding:.4rem .8rem;line-height:2.2rem}._scene_detail_149yn_1 ._prompt_149yn_51 ._prompt_item_149yn_62 ._label_149yn_75{opacity:.8}._scene_detail_149yn_1 ._back_line_149yn_78{position:absolute;width:32rem;height:2rem;background-color:#000;top:1.6rem;left:50%;transform:translate(-50%) scale(.5);border-radius:1rem}._scene_detail_149yn_1 ._cat_options_149yn_88{flex:1;overflow-y:auto}._theme_light_149yn_92{background:transparent!important;box-shadow:0 -10px 20px rgba(0,0,0,.1)}._light_149yn_96 ._add_btns_149yn_26 ._save_btn_149yn_30{background:linear-gradient(169deg,#4c94ff,#06f)!important}._light_149yn_96 ._add_btns_149yn_26 ._save_btn_149yn_30 button{color:#fff!important}._light_149yn_96 ._prompt_149yn_51{background:linear-gradient(90deg,#e7effa,rgba(212,228,247,.5))}._light_149yn_96 ._prompt_149yn_51 ._prompt_item_149yn_62 ._unit_149yn_66{background-color:#fff}._devs_handel_napuq_1{margin-bottom:2.4rem}._devs_handel_napuq_1 ._dev_cat_img_napuq_4{display:flex;align-items:center;height:6.4rem;overflow:hidden;padding-left:1rem}._devs_handel_napuq_1 ._dev_cat_img_napuq_4 img{width:6.4rem;margin-right:1.6rem}._devs_handel_napuq_1 ._dev_cat_img_napuq_4 ._label_napuq_15{font-size:2rem;font-weight:500;color:#a5cff8}._devs_handel_napuq_1 ._dev_handel_box_napuq_20{z-index:10;width:100%;background:rgba(0,0,0,.1);border-radius:1.2rem;border:1px solid rgba(76,148,255,.3);padding:3.2rem 2.4rem 2.2rem;box-sizing:border-box}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29{display:flex;align-items:center;margin-bottom:3rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_name_napuq_34{font-size:1.8rem;width:14.4rem;margin-right:1.6rem;margin-bottom:1rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40{display:flex;align-items:center;flex-wrap:wrap;font-size:1.7rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_napuq_46{display:flex;align-items:center;margin-right:5rem;margin-bottom:1rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_napuq_46 ._dev_handel_rule_item_name_napuq_52{font-size:1.7rem;opacity:.6;margin-right:1.6rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_napuq_46 ._rule_box_napuq_57{display:flex;align-items:center;font-size:1.7rem;height:5.4rem;background:rgba(0,0,0,.1);border-radius:.8rem;padding:0 1.6rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_napuq_46 ._dev_handel_rule_napuq_40{display:flex;align-items:center;opacity:.8;margin-right:1.6rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_napuq_46 ._dev_handel_rule_napuq_40 ._unit_napuq_72{margin-left:1.6rem;background:rgba(0,0,0,.1);border-radius:12px;border:1px solid rgba(76,148,255,.3);color:#21c8ff;padding:0 .5rem}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_napuq_46 ._dev_handel_rule_napuq_40:last-child{margin-right:0}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_no_action_napuq_83{margin-right:0}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29 ._dev_handel_rule_box_napuq_40 ._dev_handel_rule_item_napuq_46:last-child{margin-right:0}._devs_handel_napuq_1 ._dev_handel_box_napuq_20 ._dev_handel_item_napuq_29:last-child{margin-bottom:0}._devs_handel_napuq_1 ._rule_box_normal_napuq_92{display:flex;align-items:center;opacity:.6}._light_napuq_97 ._dev_cat_img_napuq_4 ._label_napuq_15{color:#3c5e92}._light_napuq_97 ._dev_handel_box_napuq_20{background:rgba(255,255,255,.4)}._light_napuq_97 ._dev_handel_box_napuq_20 ._dev_handel_rule_napuq_40{color:#333}._light_napuq_97 ._dev_handel_box_napuq_20 ._dev_handel_rule_napuq_40 ._unit_napuq_72{background:#fff}._confirm_madel_a4yyw_1{position:absolute;width:40rem;height:28.6rem;background:linear-gradient(27deg,#fffdff,#cadef5);border-radius:1.2rem;top:10.6rem;left:50%;transform:translate(-50%);padding-top:3.2rem;box-sizing:border-box}._confirm_madel_a4yyw_1 ._title_a4yyw_13{font-size:2rem;font-weight:500;text-align:center}._confirm_madel_a4yyw_1 ._hidden_input_a4yyw_18{position:absolute;width:0;height:0;opacity:0}._confirm_madel_a4yyw_1 ._show_input_value_a4yyw_24{padding:0 3.2rem;margin-top:3.2rem;display:flex;justify-content:space-between}._confirm_madel_a4yyw_1 ._show_input_value_a4yyw_24 ._show_item_a4yyw_30{width:7.2rem;height:7.2rem;border-radius:1.2rem;border:1px solid #81A5D5;text-align:center;font-size:4rem;line-height:7rem}._confirm_madel_a4yyw_1 ._btns_a4yyw_39{padding:0 3.2rem;margin-top:3.2rem;display:flex;justify-content:space-between;color:#fff}._confirm_madel_a4yyw_1 ._btns_a4yyw_39 ._ok_btn_a4yyw_46{width:15.6rem;height:5.6rem;background:linear-gradient(169deg,#4c94ff,#06f);border-radius:.8rem;font-size:1.8rem;font-weight:500;text-align:center;line-height:5.6rem}._confirm_madel_a4yyw_1 ._btns_a4yyw_39 ._ok_reset_btn_a4yyw_56{width:15.6rem;height:5.6rem;background:#1e3452;border-radius:.8rem;font-size:1.8rem;font-weight:500;text-align:center;line-height:5.6rem}._space_scene_info_1ebux_1{flex:1;position:relative;margin-right:1.6rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6{display:flex;background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,255,255,0));background-repeat:no-repeat;background-size:cover;box-sizing:border-box;height:8rem;width:76.4rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15{padding-top:1.2rem;padding-left:4.2rem;box-sizing:border-box}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_name_1ebux_20{font-size:1.7rem;opacity:.8;line-height:2.5rem;margin-bottom:.8rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_name_1ebux_20 ._changeIcon_1ebux_26{margin-left:.8rem;background:rgba(20,20,25,.2);box-shadow:0 0 5px rgba(33,190,186,.5);border-radius:.4rem;line-height:2.4rem;font-size:1.5rem;color:#69c;padding:0 2.6rem 0 .8rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAAAXNSR0IArs4c6QAAAkFJREFUWEftVkFymzAU/V/YmabdcAR6gtoTZx/foJyg8aIQr+yeIMkJ4i46LrQz5AbxDdp1aw++QTgCm3ThRPodgTFKLGzolPEGrRgkfT299/4DhAMPPPD50ABoGGgYqIWBi2loccZDBIyZYP2vw25U1O61AHC832MAvEkPxWgXCC2AcRCaD4/ivYoaGcXs0VjqbpOtRxKW3EOEJiKM8v3FILQAHG9xD0BJsWcDYfm6bfQng26svne8+R0APAO8TTlGvnvydrukRhzXn/8ggjO9bvTJd08n2ZzzbXEJgq72RToCRl5ZALKYNFJe9MkixgICMpkwupkMH6eLc2QUJEoDRijEAKAVATxZgqFkxUzmEJbIDVsnXyUTSq0z+nOnp4cYAPbU7c3ks2pCRPh53Dbsl7Jll6sEINskgfxZiXDjE0HX/vB0I8N5EJpHKz4BQZH6XifTPwFQTYeIt55zMtjngf+WA6rppO7HR6xbRG8ZUJUYGH4PP3DOb3PT6VNO+oNaYgREkef0Pu8CUhqA689HRLBpP9V0qjnXJrwCwMu0A3ZLVAjgIggtwXkHCN+RoDGuWyq5jWI6NfdbyG3RbsdixTsAINswHQhLVqUNC5MwLTfz3Z69CSJvLhMwP6yAb9mOntPrv5zWMuB6i3vSRHGR6XYnZ0ZChSRMaAWxFcVvXrGZzvHrvj8jgWnyMflRSj2wz7ClTVimpbI12xFd/E9QD4AvvzqsZdwRUlxkvpydKlerYW0tDFTB2QBoGDg4A38BTEIPMYCdoCUAAAAASUVORK5CYII=) no-repeat;background-size:1.6rem 1.6rem;background-position:4rem .4rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39{display:flex;align-items:center;margin-left:.8rem;height:2.7rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._dot_1ebux_39{width:.9rem;height:1rem;background:rgba(255,255,255,.2);transform:skew(-20deg);margin-right:.2rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._dot_1ebux_39:last-child{margin-right:0rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._active_dot_1_1ebux_55{background:linear-gradient(196deg,#65eaff,#1cbdc9)}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._active_dot_2_1ebux_58{background:linear-gradient(196deg,#65adff,#1c61c9)}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._active_dot_3_1ebux_61{background:linear-gradient(196deg,#65ffa3,#1cc97b)}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_box_1ebux_64{font-size:1.6rem;text-wrap:nowrap}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_lines_1ebux_68{display:flex;align-items:center}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_type1_1ebux_72{color:#39bab7;font-weight:1000;font-size:1.8rem;margin-left:1.6rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_type2_1ebux_78{font-weight:600;color:#60a8fb;margin-left:1.6rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_type3_1ebux_83{height:2.4rem;margin:0 .8rem 0 1.6rem;overflow:hidden}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_type3_1ebux_83 span{margin-right:.4rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_type3_1ebux_83 ._unit_1ebux_91{margin-right:0;opacity:.7}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value2_type3_1ebux_95{opacity:.7;font-family:normal}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item1_1ebux_99{width:19.4rem}._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item2_1ebux_102,._space_scene_info_1ebux_1 ._scene_value_list_1ebux_6 ._value_item3_1ebux_105{width:28rem}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108{position:relative;margin-top:1.6rem}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._img_bg_1ebux_112{z-index:0;width:60vw;height:55vh;overflow:hidden;position:absolute;background-size:cover,cover}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120{padding:6.8rem 0 0 1.6rem}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120 ._space_wd_value_1ebux_123{position:relative;z-index:2;display:flex;align-items:flex-start}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120 ._space_wd_value_1ebux_123 ._space_wd_value_num_1ebux_129{font-family:number-bold;font-size:5rem;font-weight:700;color:#a5cff8;line-height:7rem}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120 ._space_wd_value_1ebux_123 ._space_wd_value_unit_1ebux_136{font-size:2rem;opacity:.8;color:#a5cff8}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120 ._space_sd_value_1ebux_141{position:relative;z-index:2;margin-top:5rem;display:flex;align-items:flex-start}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120 ._space_sd_value_1ebux_141 ._space_wd_value_num_1ebux_129{font-size:5rem;font-family:number-bold;font-weight:700;color:#a5cff8;line-height:7rem}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120 ._space_sd_value_1ebux_141 ._space_wd_value_unit_1ebux_136{font-size:2rem;color:#a5cff8;opacity:.8}._space_scene_info_1ebux_1 ._spaec_values_1ebux_108 ._space_value_1ebux_120 ._space_wd_label_1ebux_160{margin-top:.8rem;color:#d0e6ff;font-size:1.7rem;opacity:.8}._daily_type_1ebux_166 ._value_item2_1ebux_102{padding-left:9rem!important}._light_1ebux_169 ._scene_value_list_1ebux_6{width:60.4rem;height:9.6rem;border-radius:1.2rem}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item_1ebux_15{padding:0;padding-top:2.2rem;padding-left:4rem!important;box-sizing:border-box}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_name_1ebux_20{color:#333;font-size:1.4rem}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._value_name_1ebux_20 ._changeIcon_1ebux_26{box-shadow:none;font-size:1.4rem;background:rgba(255,255,255,.5),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAAAXNSR0IArs4c6QAAAkFJREFUWEftVkFymzAU/V/YmabdcAR6gtoTZx/foJyg8aIQr+yeIMkJ4i46LrQz5AbxDdp1aw++QTgCm3ThRPodgTFKLGzolPEGrRgkfT299/4DhAMPPPD50ABoGGgYqIWBi2loccZDBIyZYP2vw25U1O61AHC832MAvEkPxWgXCC2AcRCaD4/ivYoaGcXs0VjqbpOtRxKW3EOEJiKM8v3FILQAHG9xD0BJsWcDYfm6bfQng26svne8+R0APAO8TTlGvnvydrukRhzXn/8ggjO9bvTJd08n2ZzzbXEJgq72RToCRl5ZALKYNFJe9MkixgICMpkwupkMH6eLc2QUJEoDRijEAKAVATxZgqFkxUzmEJbIDVsnXyUTSq0z+nOnp4cYAPbU7c3ks2pCRPh53Dbsl7Jll6sEINskgfxZiXDjE0HX/vB0I8N5EJpHKz4BQZH6XifTPwFQTYeIt55zMtjngf+WA6rppO7HR6xbRG8ZUJUYGH4PP3DOb3PT6VNO+oNaYgREkef0Pu8CUhqA689HRLBpP9V0qjnXJrwCwMu0A3ZLVAjgIggtwXkHCN+RoDGuWyq5jWI6NfdbyG3RbsdixTsAINswHQhLVqUNC5MwLTfz3Z69CSJvLhMwP6yAb9mOntPrv5zWMuB6i3vSRHGR6XYnZ0ZChSRMaAWxFcVvXrGZzvHrvj8jgWnyMflRSj2wz7ClTVimpbI12xFd/E9QD4AvvzqsZdwRUlxkvpydKlerYW0tDFTB2QBoGDg4A38BTEIPMYCdoCUAAAAASUVORK5CYII=) no-repeat;border:1px solid rgba(255,255,255,.8);border-radius:.4rem}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._dot_1ebux_39{background:rgba(0,0,0,.2)}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._active_dot_1_1ebux_55{background:#00d0ff;box-shadow:inset 0 2px 4px rgba(0,0,0,.5)}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._active_dot_2_1ebux_58{background:#009dff;box-shadow:inset 0 2px 4px rgba(0,0,0,.5)}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item_1ebux_15 ._dots_1ebux_39 ._active_dot_3_1ebux_61{background:#06d232;box-shadow:inset 0 2px 4px rgba(0,0,0,.5)}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item1_1ebux_99{width:16.8rem}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item2_1ebux_102{width:16.1rem}._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item3_1ebux_105{width:26.8rem;font-size:1.4rem}._light_1ebux_169 ._spaec_values_1ebux_108 ._img_bg_1ebux_112{width:50.7vw;height:50.1vh;right:0}._light_1ebux_169 ._space_wd_value_num_1ebux_129,._light_1ebux_169 ._space_wd_value_unit_1ebux_136{color:#3c5e92!important}._light_1ebux_169 ._space_wd_label_1ebux_160{color:#333!important}._light_1ebux_169 ._value_item2_1ebux_102 ._value_box_1ebux_64{font-size:1.4rem;flex-shrink:0;height:2.4rem;overflow:hidden}._light_1ebux_169 ._light_save_1ebux_236{display:block;height:2.4rem}._save_type_1ebux_240._light_1ebux_169 ._scene_value_list_1ebux_6 ._value_item2_1ebux_102{padding-left:3rem!important}._confirm_madel_7aq35_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:4rem 3.2rem;background:linear-gradient(27deg,#fffdff,#cadef5);border-radius:1.2rem;width:34.6rem;box-sizing:border-box}._confirm_madel_7aq35_1 ._close_7aq35_12{position:absolute;top:1.2rem;right:1.2rem;width:4.8rem;height:4.8rem;z-index:11}._confirm_madel_7aq35_1 ._bg_7aq35_20{position:absolute;top:0;left:0;background:url(/assets/co2_select-C61uGyKq.png) no-repeat;height:12.8rem;width:36.4rem;background-size:contain}._confirm_madel_7aq35_1 ._title_7aq35_29{position:relative;font-size:2.4rem;font-weight:500;text-align:center;line-height:3.6rem;z-index:1}._confirm_madel_7aq35_1 ._label_7aq35_37{position:relative;font-size:1.6rem;text-align:center;line-height:2.4rem;z-index:1;margin-top:.8rem;opacity:.5;margin-bottom:4.4rem}._confirm_madel_7aq35_1 ._btns_7aq35_47 ._btn_item_7aq35_47{background:rgba(129,165,213,.2);border-radius:.8rem;margin-bottom:1.6rem;height:5.6rem;font-size:1.8rem;line-height:5.6rem;padding:0 1.6rem;display:flex;align-items:center;justify-content:space-between}._confirm_madel_7aq35_1 ._btns_7aq35_47 ._btn_item_7aq35_47 ._unit_7aq35_59{opacity:.5}._confirm_madel_7aq35_1 ._btns_7aq35_47 ._active_7aq35_62{color:#eee;font-size:1.8rem;background:linear-gradient(169deg,#4c94ff,#06f)}._confirm_madel_7aq35_1 ._btns_7aq35_47 ._btn_item_7aq35_47:last-child{margin-bottom:0}._sceneBox_ba0sl_1 ._no_scene_ba0sl_1 ._sence_handle_item_ba0sl_1{height:14rem;background:url(/assets/open_btn_light-DFDYIEnf.png);background-size:cover;border-radius:.8rem;margin-bottom:1.6rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:0 2.4rem;position:relative;overflow:hidden}._sceneBox_ba0sl_1 ._no_scene_ba0sl_1 ._sence_handle_item_ba0sl_1 ._sence_handle_item_title_ba0sl_15{font-size:2.2rem;font-weight:500;position:relative;z-index:1}._sceneBox_ba0sl_1 ._no_scene_ba0sl_1 ._sence_handle_item_ba0sl_1 ._sence_handle_item_label_ba0sl_21{font-size:1.8rem;opacity:.4;margin-left:1.6rem;position:relative;z-index:1}._sceneBox_ba0sl_1 ._no_scene_ba0sl_1 ._sence_handle_item_ba0sl_1 img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}._sceneBox_ba0sl_1 ._no_scene_ba0sl_1 ._sence_handle_item_ba0sl_1:last-child{margin-bottom:0}._sceneBox_ba0sl_1 ._no_scene_ba0sl_1 ._close_handel_ba0sl_40{background-image:url(/assets/close_btn_light-VaRzuw_i.png)}._sceneBox_ba0sl_1 ._space_scene_list_item_ba0sl_43{display:flex;background-image:url(/assets/scene-work-while-BC1uE2_Y.png);background-size:cover;align-items:center;border-radius:.8rem;height:7.2rem;padding-left:1.6rem;margin-bottom:.8rem;text-wrap:nowrap;position:relative;box-sizing:border-box}._sceneBox_ba0sl_1 ._space_scene_list_item_ba0sl_43 ._scene_list_item_status_ba0sl_56{position:absolute;top:0;right:0;background:rgba(57,33,33,.5);border-radius:0 8px;line-height:3rem;padding:0 .8rem;font-size:1.5rem;color:#ff5151}._sceneBox_ba0sl_1 ._space_scene_list_item_ba0sl_43 ._scene_list_item_title_ba0sl_67{font-size:1.8rem;line-height:2.4rem;margin-right:1.6rem}._sceneBox_ba0sl_1 ._space_scene_list_item_ba0sl_43 ._scene_list_item_times_ba0sl_72{display:flex;flex-wrap:wrap;align-items:center;font-size:1.6rem;opacity:.6;line-height:2.1rem;font-family:normal}._sceneBox_ba0sl_1 ._space_scene_list_item_ba0sl_43 ._scene_list_item_times_ba0sl_72 ._scene_list_item_time_ba0sl_72{margin-right:2.5rem}._sceneBox_ba0sl_1 ._space_scene_list_item_ba0sl_43 ._scene_list_item_times_ba0sl_72 ._scene_list_item_time_ba0sl_72:last-child{margin-right:0}._sceneBox_ba0sl_1 ._space_scene_list_active_ba0sl_87{height:9.6rem;background:url(/assets/scene-work_active-while-CHjMQH9A.png) no-repeat;background-size:100% 100%;border-radius:.8rem;margin-bottom:.8rem;padding:1.6rem;flex-direction:column;justify-content:center;align-items:flex-start}._sceneBox_ba0sl_1 ._space_scene_list_active_ba0sl_87 ._scene_list_item_status_ba0sl_56{position:absolute;top:0;right:0;background:rgba(57,33,33,.5);border-radius:8px 0;line-height:2.4rem;padding:0 .8rem;font-size:1.5rem;color:#ff5151}._sceneBox_ba0sl_1 ._space_scene_list_active_ba0sl_87 ._scene_list_item_title_ba0sl_67{font-size:2.4rem;line-height:1;font-weight:500}._sceneBox_ba0sl_1 ._space_scene_list_active_ba0sl_87 ._scene_list_item_times_ba0sl_72{opacity:1;justify-content:flex-start;margin-top:1.2rem;width:fit-content;color:rgba(255,255,255,.8);padding:.4rem 1.6rem;background:linear-gradient(180deg,rgba(13,48,91,.4),rgba(13,81,133,.7) 49%,rgba(20,56,101,.4) 95%);border-radius:.8rem}._sceneBox_ba0sl_1 ._space_scene_list_active_ba0sl_87 ._scene_list_item_times_ba0sl_72 ._scene_list_item_time_ba0sl_72{margin-right:2.5rem}._sceneBox_ba0sl_1 ._space_scene_list_active_ba0sl_87 ._scene_list_item_times_ba0sl_72 ._scene_list_item_time_ba0sl_72:last-child{margin-right:0}._sceneBox_ba0sl_1 ._space_scene_list_active_ba0sl_87:before{position:absolute;content:"";display:inline-block;width:.8rem;height:6rem;background:#02c0ff;border:2px solid #2A3C52;border-left-width:1px;box-sizing:border-box;top:1.8rem;left:-1px}._sceneBox_ba0sl_1 ._disabled_item_ba0sl_143 ._scene_list_item_title_ba0sl_67{opacity:.5}._sceneBox_ba0sl_1 ._dot_img_ba0sl_146{position:absolute;width:8rem;height:100%;right:0;top:0;display:flex;align-items:flex-end;justify-content:flex-end;padding:.4rem;box-sizing:border-box}._sceneBox_ba0sl_1 ._dot_img_ba0sl_146 img{width:1.2rem}._sceneBox_ba0sl_1 ._sub_sence_ba0sl_161{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 5.2rem)}._sceneBox_ba0sl_1 ._sub_sence_ba0sl_161 ._sence_handle_item_ba0sl_1{height:7.2rem;border-radius:.8rem;background:url(/assets/open_btn_light-DFDYIEnf.png);background-size:100%;margin-top:.8rem;display:flex;align-items:center;justify-content:center;padding:1.6rem;box-sizing:border-box;position:relative;overflow:hidden}._sceneBox_ba0sl_1 ._sub_sence_ba0sl_161 ._sence_handle_item_ba0sl_1 ._sence_handle_item_title_ba0sl_15{position:relative;z-index:1;font-size:2.2rem;font-weight:500;opacity:.8}._sceneBox_ba0sl_1 ._sub_sence_ba0sl_161 ._sence_handle_item_ba0sl_1 ._sence_handle_item_label_ba0sl_21{position:relative;z-index:1;font-size:1.8rem;opacity:.4;margin-left:1.6rem}._sceneBox_ba0sl_1 ._sub_sence_ba0sl_161 ._sence_handle_item_ba0sl_1 img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}._sceneBox_ba0sl_1 ._sub_sence_ba0sl_161 ._close_handel_ba0sl_40{background-image:url(/assets/close_btn_light-VaRzuw_i.png)}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._space_scene_list_box_ba0sl_207{max-height:34rem;overflow-y:scroll;margin-bottom:.8rem;scrollbar-width:none}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._space_scene_list_box_ba0sl_207::-webkit-scrollbar{display:none}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._sence_handels_ba0sl_218{display:flex}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._sence_handels_ba0sl_218 ._sence_handle_item_ba0sl_1{position:relative;overflow:hidden;flex:1;height:7.2rem;background:url(/assets/open_btn_light-DFDYIEnf.png);background-size:cover;border-radius:.8rem;text-align:center;box-sizing:border-box;margin-right:.4rem}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._sence_handels_ba0sl_218 ._sence_handle_item_ba0sl_1 ._sence_handle_item_title_ba0sl_15{font-weight:500;font-size:1.8rem;line-height:7.2rem;opacity:.8;z-index:1;position:relative}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._sence_handels_ba0sl_218 ._sence_handle_item_ba0sl_1 img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._sence_handels_ba0sl_218 ._close_handel_ba0sl_40{background-image:url(/assets/close_btn_light-VaRzuw_i.png)}._sceneBox_ba0sl_1 ._space_scene_more_ba0sl_207 ._sence_handels_ba0sl_218 ._sence_handle_item_ba0sl_1:last-child{margin-right:0}._sceneBox_ba0sl_1 ._open_active_ba0sl_256 img,._sceneBox_ba0sl_1 ._close_active_ba0sl_257 img{opacity:1!important;z-index:0}._scene_bg_9_ba0sl_261{background:url(/assets/scene-noon-break_active-while-BuX_qcNL.png)!important}._scene_bg_12_ba0sl_264{background:url(/assets/scene-off-work_active-while-BSFsA2kH.png)!important}._scene_bg_15_ba0sl_267,._scene_bg_26_ba0sl_268{background:url(/assets/scene-visit_active-while-DmpvMPYr.png)!important}._scene_bg_no_9_ba0sl_271{background:url(/assets/scene-noon-break-while-CopMPzDS.png)!important}._scene_bg_no_12_ba0sl_274,._scene_bg_no_43_ba0sl_275,._scene_bg_no_66_ba0sl_276{background:url(/assets/scene-off-work-while-Dhv5agRN.png)!important}._scene_bg_no_15_ba0sl_279,._scene_bg_no_26_ba0sl_280,._scene_bg_no_62_ba0sl_281,._scene_bg_no_63_ba0sl_282,._scene_bg_no_83_ba0sl_283{background-image:url(/assets/scene-visit-while-Csd6RT_x.png)!important}._light_ba0sl_286 ._scene_list_item_status_ba0sl_56{background:linear-gradient(90deg,#ffcaca,rgba(255,216,216,0))!important;color:#ff5151!important}._light_ba0sl_286 ._space_scene_list_active_ba0sl_87 ._scene_list_item_title_ba0sl_67{color:#fff}._light_ba0sl_286 ._space_scene_list_active_ba0sl_87 ._scene_list_item_times_ba0sl_72{background:rgba(255,255,255,.2)}._light_ba0sl_286 ._sence_handle_item_ba0sl_1{color:#fff}._area_select_x1g99_1{display:flex;height:5.2rem;width:100%;font-size:1.8rem;margin-bottom:3.4rem}._area_select_x1g99_1 ._show_active_x1g99_8{display:flex;align-items:center;height:100%;background:rgba(255,255,255,.6);box-shadow:none;border-radius:.8rem;padding:0 2.4rem}._area_select_x1g99_1 ._show_active_x1g99_8 ._area_name_x1g99_17{font-weight:500}._area_select_x1g99_1 ._show_active_x1g99_8 ._change_x1g99_20{position:relative;color:#4c94ff;font-size:1.4rem;margin-left:3.2rem;padding-left:1.8rem}._area_select_x1g99_1 ._show_active_x1g99_8 ._change_x1g99_20:before{content:"";display:inline-block;width:1px;height:1.6rem;position:absolute;left:0rem;top:.3rem;background-color:#fff;opacity:.15}._area_select_1434u_1{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:linear-gradient(27deg,#fffdff,#cadef5);border-radius:1.2rem;padding:2.8rem 2.4rem;height:fit-content;box-sizing:border-box}._area_select_1434u_1 ._title_1434u_12{height:4rem;line-height:4rem;font-size:2.2rem;margin-bottom:1.6rem;display:flex;align-items:center;justify-content:space-between}._area_select_1434u_1 ._title_1434u_12 img{width:4rem}._area_select_1434u_1 ._area_list_1434u_24{display:flex;align-items:center;flex-wrap:wrap}._area_select_1434u_1 ._area_list_1434u_24 ._area_item_1434u_29{width:17.4rem;height:13.3rem;border-radius:.8rem;padding:1.2rem 1.3rem;background:rgba(0,0,0,.1);margin-right:1.6rem;margin-bottom:2rem;box-sizing:border-box}._area_select_1434u_1 ._area_list_1434u_24 ._area_item_1434u_29 ._name_1434u_39{font-size:1.4rem}._area_select_1434u_1 ._area_list_1434u_24 ._area_item_1434u_29 img{height:8rem;width:8rem;margin:.8rem 0 0 2.8rem}._area_select_1434u_1 ._area_list_1434u_24 ._activeItem_1434u_47{background:linear-gradient(169deg,#3073ba,#274e88)}._small_1434u_50{width:41.2rem}._small_1434u_50 ._area_item_1434u_29:nth-child(2n){margin-right:0}._normal_1434u_56{width:60.2rem}._normal_1434u_56 ._area_item_1434u_29:nth-child(3n){margin-right:0}._big_1434u_62{width:79.2rem}._big_1434u_62 ._area_item_1434u_29:nth-child(4n){margin-right:0}._light_1434u_68 ._area_item_1434u_29{background:linear-gradient(180deg,#e5f0f9,#bbcee3)!important}._light_1434u_68 ._activeItem_1434u_47{background:linear-gradient(180deg,#e4f1ff,#4c94ff)!important}._ai_intelligent_a086a_1{border:1px solid #f8fafe;border-radius:1.2rem;margin:2.8rem 3.2rem 3.2rem;height:calc(100% - 6.4rem);display:flex;flex-direction:column;overflow:hidden}._main_layout_a086a_10{overflow:hidden}._frist_show_2m3nv_1{flex:1;padding-top:6.7rem;text-align:center}._frist_show_2m3nv_1 ._title_2m3nv_6{display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:500;color:#3c5e92}._frist_show_2m3nv_1 ._title_2m3nv_6 ._zs_ip_2m3nv_14{width:5.6rem;height:5.6rem;margin-right:1.2rem}._frist_show_2m3nv_1 ._def_tags_2m3nv_19{display:flex;flex-wrap:wrap;justify-content:center;padding:0 23.7rem;margin-top:4.3rem}._frist_show_2m3nv_1 ._def_tags_2m3nv_19 ._tag_2m3nv_26{margin-right:3.2rem;position:relative;font-weight:400;height:4.4rem;padding:0 2.4rem 0 4.8rem;background:#1d2837;border-radius:2.2rem;line-height:4.4rem;font-size:1.6rem;color:#a5cff8;border:1px solid rgba(255,255,255,.1);box-sizing:border-box;margin-bottom:3.2rem}._frist_show_2m3nv_1 ._def_tags_2m3nv_19 ._tag_2m3nv_26:before{position:absolute;content:"“";color:#c1deff;font-size:3.5rem;left:.2rem;top:.2rem}._frist_show_2m3nv_1 ._def_tags_2m3nv_19 ._tag_2m3nv_26:last-child{margin-right:0}._light_2m3nv_52 ._def_tags_2m3nv_19 ._tag_2m3nv_26{background:linear-gradient(180deg,#fff,#eff7ff);color:#333}._light_2m3nv_52 ._def_tags_2m3nv_19 ._tag_2m3nv_26:before{position:absolute;content:"“";color:#3a95fe;font-size:3.5rem;left:.2rem;top:.2rem}._voice_anima_eo9xm_1{height:2.4rem;display:flex;align-items:center;justify-content:center}._voice_anima_eo9xm_1>div{width:.3rem;height:2.4rem;margin-left:.3rem}._voice_anima_eo9xm_1 ._dot1_eo9xm_12{border-radius:1.5rem;background:linear-gradient(180deg,#6aa6d1,#3a6eae);height:1.3rem}._voice_anima_eo9xm_1 ._dot2_eo9xm_17{border-radius:1.5rem;background:linear-gradient(180deg,#6aa6d1,#3a6eae)}._voice_anima_eo9xm_1 ._dot3_eo9xm_21{border-radius:1.5rem;background:linear-gradient(180deg,#6aa6d1,#3a6eae);height:1.3rem}._voice_anima_active_eo9xm_26 ._dot1_eo9xm_12{animation:_animloader_eo9xm_1 .3s .45s linear infinite alternate}._voice_anima_active_eo9xm_26 ._dot2_eo9xm_17{animation:_animloader_eo9xm_1 .3s .3s linear infinite alternate}._voice_anima_active_eo9xm_26 ._dot3_eo9xm_21{animation:_animloader_eo9xm_1 .3s .45s linear infinite alternate}@keyframes _animloader_eo9xm_1{0%{height:2.4rem}to{height:.3rem}}._dialogue_list_2gmw8_1{flex:1;padding:6.7rem 4rem 0}._dialogue_list_2gmw8_1 ._last_say_2gmw8_5{display:flex;align-items:center;justify-content:flex-end;font-size:1.8rem;color:#fff}._dialogue_list_2gmw8_1 ._last_say_2gmw8_5 ._last_say_text_2gmw8_12{margin-right:1.2rem}._container_1qqv8_1{width:100%;height:8.8rem;background:url(/assets/voice_bg-CIndwdHg.png) no-repeat;background-size:contain;position:relative}._container_1qqv8_1 ._wait_dom_1qqv8_8,._container_1qqv8_1 ._start_dom_1qqv8_16{position:absolute;top:-8rem;left:50%;transform:translate(-50%);width:100rem;height:12rem}._container_1qqv8_1 ._recognize_dom_1qqv8_24{position:absolute;top:-6.8rem;left:50%;transform:translate(-50%);width:100rem;height:12rem}._container_1qqv8_1 ._run_dom_1qqv8_32{position:absolute;top:-6.9rem;left:50%;transform:translate(-50%);width:100rem;height:12rem}._container_1qqv8_1 ._voice_title_1qqv8_40{position:absolute;top:-6rem;left:50%;transform:translate(-50%);font-size:1.6rem;color:#4c94ff}._space_situation_155ba_1{position:relative;height:100%;padding:4rem 3.2rem 0;box-sizing:border-box;display:flex;justify-content:space-between;color:#fff}._space_situation_155ba_1 ._space_grade_box_155ba_10{width:46.4rem}._light_155ba_13{text-wrap:nowrap}._space_title_16t9y_1{display:flex;align-items:center;font-size:2rem;font-weight:500}._space_title_16t9y_1 img{width:2rem;margin-right:.8rem}._space_title_16t9y_1 span{color:rgba(51,51,51,.8)}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1{height:10rem;width:100%;background:rgba(255,255,255,.7);border-radius:.8rem;padding:1.6rem;box-sizing:border-box;border:1px solid rgba(255,255,255,.05)}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10{font-size:1.4rem;font-weight:700;margin-bottom:.9rem;text-align:center;display:flex}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10 ._label5_1gb22_17{color:#cb271a}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10 ._label4_1gb22_20{color:#cb7b1a}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10 ._label3_1gb22_23{color:#f9f219}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10 ._label2_1gb22_26{color:#32d01d}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10 ._label1_1gb22_29{color:#18f9ee}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10 ._active_1gb22_32{transform:none}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_label_1gb22_10>div{flex:1;text-align:center;transform:translateY(1.6rem)}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_dots_1gb22_40{display:flex;align-items:flex-end;height:2rem}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_dots_1gb22_40 img{width:8rem;transform:scaleX(103%);flex:1;height:1.4rem}._energy_grade_1gb22_1 ._energy_grade_content_1gb22_1 ._energy_grade_dots_1gb22_40 ._active_1gb22_32{height:2rem}._env_grade_1l75z_1{margin-bottom:4rem}._env_grade_1l75z_1 ._env_grade_box_1l75z_4{padding:1.6rem;box-sizing:border-box;margin-top:.8rem;height:13.2rem;border-radius:.8rem;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.05);display:flex;align-items:center}._env_grade_1l75z_1 ._env_grade_box_1l75z_4 img{width:10rem;height:10rem;margin-right:1.2rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20{flex:1}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_label_1l75z_23{margin-left:60%;text-wrap:nowrap}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_label_1l75z_23 ._label_1l75z_27{width:fit-content;line-height:2.7rem;color:#1cd866;font-size:1.8rem;padding:0 .7rem;border-radius:.5rem;background:rgba(20,20,25,.2);box-shadow:0 0 5px rgba(33,190,186,.24)}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_label_1l75z_23 img{margin:.4rem 2.5rem;transform:rotate(-90deg);width:1.4rem;height:1.2rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20{display:flex;align-items:center;justify-content:space-between;width:100%;height:1.2rem;border-radius:2px;transform:skew(-30deg);border-radius:.4rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20>div{margin-right:1rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20>div:last-child{margin-right:0rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20 ._line_bot1_1l75z_59{flex:1;height:1.1rem;background:linear-gradient(90deg,#ff805c,#fc8660);box-shadow:0 2px 4px rgba(255,255,255,.5),inset -1px 1px 2px #c8ffd4;border-radius:.4rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20 ._line_bot2_1l75z_66{flex:1;height:1.1rem;background:linear-gradient(90deg,#f98c50,#dccc2f);box-shadow:0 2px 4px rgba(255,255,255,.5),inset -1px 1px 2px #c8ffd4;border-radius:.4rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20 ._line_bot3_1l75z_73{flex:1;height:1.1rem;background:linear-gradient(90deg,#cac424,#72c253);box-shadow:0 2px 4px rgba(255,255,255,.5),inset -1px 1px 2px #c8ffd4;border-radius:.4rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20 ._line_bot4_1l75z_80{flex:1;height:1.1rem;background:linear-gradient(90deg,#60c657,#1dd872);box-shadow:0 2px 4px rgba(255,255,255,.5),inset -1px 1px 2px #c8ffd4;border-radius:.4rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20 ._line_bot5_1l75z_87{flex:1;height:1.1rem;background:linear-gradient(90deg,#1cd884,#1fd9d2);box-shadow:0 2px 4px rgba(255,255,255,.5),inset -1px 1px 2px #c8ffd4;border-radius:.4rem}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_line_1l75z_20 ._line_dot_1l75z_94{flex:1;height:1.1rem;border-radius:.4rem;background-color:#3a526d}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_labels_1l75z_100{font-size:1.6rem;line-height:2.4rem;margin-top:1rem;display:flex;align-items:center;justify-content:space-between}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_labels_1l75z_100 ._label1_1l75z_108{color:#ff6523}._env_grade_1l75z_1 ._env_grade_line_box_1l75z_20 ._env_grade_labels_1l75z_100 ._label2_1l75z_111{color:#02b78f}._light_1l75z_114 ._env_grade_box_1l75z_4{height:14.8rem}._light_1l75z_114 ._env_grade_box_1l75z_4 ._env_grade_label_1l75z_23 ._label_1l75z_27{background:rgba(255,255,255,.5)}._light_1l75z_114 ._env_grade_box_1l75z_4 ._env_grade_line_1l75z_20 ._line_dot_1l75z_94{background-color:#cad7e7}._space_grade_werly_1{margin-bottom:4rem}._space_grade_werly_1 ._space_grade_content_werly_4{padding:1.6rem;box-sizing:border-box;margin-top:.8rem;height:12rem;border-radius:.8rem;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;justify-content:center}._space_grade_werly_1 ._space_grade_content_werly_4 ._space_grade_lv_werly_16{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 2rem;text-align:center;margin-bottom:.6rem}._space_grade_werly_1 ._space_grade_content_werly_4 ._space_grade_lv_werly_16 ._space_grade_item_werly_25{display:inline-block;width:6.4rem;font-size:1.6rem;font-weight:700;color:#467798}._space_grade_werly_1 ._space_grade_content_werly_4 ._space_grade_lv_werly_16 ._space_grade_active_werly_32{display:inline-block;width:6.4rem;font-size:2rem;font-weight:700;color:#1facb6}._space_grade_werly_1 ._space_grade_line_werly_39{position:relative;width:100%;height:1.4rem}._space_grade_werly_1 ._space_grade_line_werly_39 ._line_werly_44{display:flex;align-items:center;width:100%;height:3px;top:.6rem;position:absolute}._space_grade_werly_1 ._space_grade_line_werly_39 ._line_werly_44 ._line_active_werly_52{height:100%;background:linear-gradient(90deg,rgba(0,255,255,.05),rgba(0,255,255,.5) 80%,rgba(13,218,174,.7))}._space_grade_werly_1 ._space_grade_line_werly_39 ._line_werly_44 ._line_noActive_werly_56{height:100%;background:linear-gradient(90deg,rgba(0,255,255,.1),rgba(0,255,255,.05))}._space_grade_werly_1 ._space_grade_line_werly_39 ._lineImg_werly_60{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;box-sizing:border-box}._space_grade_werly_1 ._space_grade_line_werly_39 ._lineImg_werly_60 img{margin:0 2.2rem;height:1.4rem}._space_grade_werly_1 ._space_grade_label_werly_71{margin-top:.6rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 2rem;text-align:center}._space_grade_werly_1 ._space_grade_label_werly_71 ._space_grade_item_werly_25{display:inline-block;width:6.4rem;font-size:1.5rem;font-weight:700;color:#467798}._space_grade_werly_1 ._space_grade_label_werly_71 ._space_grade_active_werly_32{display:inline-block;width:7.2rem;font-size:1.8rem;font-weight:700;color:#00fcff}._light_werly_94 ._space_grade_content_werly_4{height:12.8rem}._light_werly_94 ._space_grade_item_werly_25{color:#6fa1ec!important}._light_werly_94 ._space_grade_label_werly_71 ._space_grade_item_werly_25{color:#333!important}._light_werly_94 ._space_grade_active_werly_32{color:#06f!important}._dev_cats_1w3nn_1{display:flex;flex-direction:column}._dev_cat_item_1w3nn_5{position:relative;margin-bottom:5.9rem}._dev_cat_item_1w3nn_5:after{position:absolute;bottom:-2.8rem;content:"";width:100%;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.2) 49%,rgba(255,255,255,0) 95%)}._dev_cat_item_1w3nn_5 ._dev_cat_item_icon_1w3nn_17{display:flex;align-items:center}._dev_cat_item_1w3nn_5 ._dev_cat_item_icon_1w3nn_17 img{width:4rem;margin-right:.8rem}._dev_cat_item_1w3nn_5 ._dev_cat_item_icon_1w3nn_17 ._dev_cat_item_name_1w3nn_25{font-size:1.6rem;color:#333}._dev_cat_item_1w3nn_5 ._dev_cat_item_on_line_1w3nn_29{margin-top:.8rem;height:1.6rem;display:flex;align-items:center}._dev_cat_item_1w3nn_5 ._dev_cat_item_on_line_1w3nn_29 ._on_line_label_1w3nn_35{color:#666;font-size:1.6rem;margin-right:.8rem;line-height:1.6rem}._dev_cat_item_1w3nn_5 ._dev_cat_item_on_line_1w3nn_29 ._on_line_value_1w3nn_41{color:#33ba99;line-height:1;font-size:1.8rem}._dev_cat_item_1w3nn_5 ._dev_cat_item_on_line_1w3nn_29 ._on_line_all_1w3nn_46{line-height:1;font-size:1.8rem;color:#333}._dev_cat_item_1w3nn_5:last-child{margin-bottom:0}._dev_cat_item_1w3nn_5:last-child:after{display:none}._calendar_1ijqg_1{width:100vw;height:100vh;background:linear-gradient(14deg,#fffdff,#cadef5);padding:2.4rem 3.2rem 3.2rem;display:flex;flex-direction:column;box-sizing:border-box}._calendar_1ijqg_1>div{margin-bottom:1.2rem}._calendar_1ijqg_1>div:last-child{margin-bottom:0}._calendar_1ijqg_1 ._header_1ijqg_16{display:flex;align-items:center;justify-content:space-between}._calendar_1ijqg_1 ._header_1ijqg_16 ._title_1ijqg_21{font-size:2.4rem;font-weight:500}._calendar_1ijqg_1 ._header_1ijqg_16 ._add_btns_1ijqg_25{display:flex;align-items:center}._calendar_1ijqg_1 ._header_1ijqg_16 ._add_btns_1ijqg_25 ._save_btn_1ijqg_29{height:4.8rem;margin-left:2.4rem;background:rgba(0,0,0,.1);border:1px solid rgba(76,148,255,.3);font-size:1.8rem;border-radius:2.4rem}._calendar_1ijqg_1 ._header_1ijqg_16 ._add_btns_1ijqg_25 ._save_btn_1ijqg_29 button{color:#4c94ff}._calendar_1ijqg_1 ._header_1ijqg_16 ._link_back_1ijqg_40{color:#4c94ff;height:100%;font-size:1.8rem}._light_1ijqg_45{padding:2.4rem}._light_1ijqg_45 ._save_btn_1ijqg_29{background:linear-gradient(169deg,#4c94ff,#06f)!important}._light_1ijqg_45 ._save_btn_1ijqg_29 button{color:#fff!important}._select_calendar_1iv1p_1{display:flex;flex-wrap:wrap;align-items:center}._select_calendar_1iv1p_1 ._calendar_item_1iv1p_6{font-size:1.8rem;line-height:2.2rem;padding:1.7rem 2.4rem;border:1px solid rgba(129,165,213,.5);border-radius:.8rem;position:relative;margin-right:2rem;margin-bottom:2rem}._select_calendar_1iv1p_1 ._calendar_item_1iv1p_6 ._delete_1iv1p_16{position:absolute;width:3.2rem;height:3.2rem;box-sizing:border-box;border:.3rem solid #3a5570;background-color:#62768c;display:flex;align-items:center;justify-content:center;border-radius:50%;top:-1.4rem;right:-1.4rem}._select_calendar_1iv1p_1 ._calendar_item_1iv1p_6 ._delete_1iv1p_16:before{position:absolute;width:1.6rem;height:.4rem;display:block;content:"";background-color:#223e59}._select_calendar_1iv1p_1 ._calendar_item_1iv1p_6:last-child{margin-right:0rem}._select_calendar_1iv1p_1 ._active_1iv1p_41{background:#0a61e1;border-color:#0a61e1;color:#fff}._calendar_list_h2j4v_1{flex:1;background:rgba(255,255,255,.5);border-radius:1.2rem;border:1px solid rgba(76,148,255,.2);display:flex;flex-direction:column;height:1rem;position:relative}._calendar_list_h2j4v_1 ._calendar_name_h2j4v_11{margin:4rem 3.2rem;font-size:1.8rem;line-height:2.2rem}._calendar_list_h2j4v_1 ._calendar_box_h2j4v_16{overflow-y:scroll;display:flex;justify-content:center;flex-wrap:wrap;padding:0 6rem}._calendar_list_h2j4v_1 ._calendar_box_h2j4v_16>div{margin-right:2.4rem;margin-bottom:2.4rem}._calendar_list_h2j4v_1 ._calendar_box_h2j4v_16>div:nth-child(6n){margin-right:0}._calendar_list_h2j4v_1 ._calendar_box_h2j4v_16>div:nth-child(n+6){margin-bottom:0}._calendar_list_h2j4v_1 ._isDetail_h2j4v_33{padding-top:2rem;display:flex;flex-direction:column;overflow-y:scroll;align-items:center;position:relative}._calendar_list_h2j4v_1 ._select_calen_h2j4v_41{position:relative;padding:2.4rem 3.2rem}._calendar_list_h2j4v_1 ._select_calen_h2j4v_41 ._select_checks_h2j4v_45{margin-top:2rem}._calendar_list_h2j4v_1 ._select_calen_h2j4v_41 ._calendar_handels_h2j4v_48{position:absolute;right:1.6rem;width:10.4rem;border-radius:1.2rem;background:linear-gradient(180deg,#273243,#2c3747);color:#4c94ff}._calendar_list_h2j4v_1 ._select_calen_h2j4v_41 ._calendar_handels_h2j4v_48 ._handel_item_h2j4v_56{height:5.8rem;text-align:center;line-height:5.8rem;font-size:1.8rem}._calendar_list_h2j4v_1 ._select_calen_h2j4v_41 ._calendar_handels_h2j4v_48 ._save_btn_h2j4v_62{position:relative;margin-bottom:1px}._calendar_list_h2j4v_1 ._select_calen_h2j4v_41 ._calendar_handels_h2j4v_48 ._save_btn_h2j4v_62:after{content:"";height:1px;width:5.6rem;left:3rem;position:absolute;bottom:-1px;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 49%,rgba(255,255,255,0) 95%)}._calendar_list_h2j4v_1 ._link_back_h2j4v_75{position:absolute;top:0;left:3rem;color:#4c94ff;font-size:1.8rem}._light_h2j4v_82 ._calendar_box_h2j4v_16{padding:0 2.7rem}._light_h2j4v_82 ._calendar_box_h2j4v_16>div{margin-right:2rem;margin-bottom:2rem}._light_h2j4v_82 ._calendar_box_h2j4v_16>div:nth-child(6n){margin-right:0}._light_h2j4v_82 ._calendar_box_h2j4v_16>div:nth-child(n+6){margin-bottom:0}._light_h2j4v_82 ._calendar_handels_h2j4v_48{background:rgba(255,255,255,.5)!important}._light_h2j4v_82 ._calendar_handels_h2j4v_48 ._save_btn_h2j4v_62:after{background:linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.2) 49%,rgba(0,0,0,0) 95%)!important}._calendar_vwkz6_1{height:fit-content;width:fit-content}._calendar_vwkz6_1 ._month_vwkz6_5{font-size:1.6rem;font-weight:500;margin-bottom:.4rem}._calendar_vwkz6_1 ._week_vwkz6_10{display:flex;margin-bottom:1px}._calendar_vwkz6_1 ._week_vwkz6_10 ._day_vwkz6_14{margin-right:1px;width:2rem;height:2rem;border-radius:.4rem;opacity:.6;font-size:1.2rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center}._calendar_vwkz6_1 ._week_vwkz6_10 ._day_vwkz6_14:last-child{margin-right:0}._calendar_vwkz6_1 ._week_vwkz6_10 ._activeDay_vwkz6_29{background:rgba(76,148,255,.3);opacity:1}._calendar_vwkz6_1 ._week_vwkz6_10 ._hiddenDay_vwkz6_33{width:2rem;height:2rem}._calendar_vwkz6_1 ._week_vwkz6_10:last-child{margin-bottom:0}._light_vwkz6_40 ._week_vwkz6_10 ._day_vwkz6_14{border:1px solid transparent}._light_vwkz6_40 ._week_vwkz6_10 ._activeDay_vwkz6_29{background:rgba(255,255,255,.5);border:1px solid #4A92FF}._detail_black_vwkz6_47 ._week_vwkz6_10{margin-bottom:.4rem}._detail_black_vwkz6_47 ._week_vwkz6_10 ._day_vwkz6_14{margin-right:.4rem;width:7rem;height:7rem;line-height:7rem;font-size:1.8rem;background:#2d456a;border:1px solid rgba(255,255,255,.05);box-sizing:border-box}._detail_black_vwkz6_47 ._week_vwkz6_10 ._day_vwkz6_14:last-child{margin-right:0}._detail_black_vwkz6_47 ._week_vwkz6_10 ._hiddenDay_vwkz6_33{width:7rem;height:7rem;border-radius:.8rem;background:transparent;border:none}._detail_black_vwkz6_47 ._week_vwkz6_10:last-child{margin-bottom:0rem}._detail_light_vwkz6_73 ._week_vwkz6_10{margin-bottom:.4rem}._detail_light_vwkz6_73 ._week_vwkz6_10 ._day_vwkz6_14{margin-right:.4rem;width:7rem;height:7rem;line-height:7rem;font-size:1.8rem;box-sizing:border-box;background:rgba(255,255,255,.5);border:1px solid #ffffff}._detail_light_vwkz6_73 ._week_vwkz6_10 ._day_vwkz6_14:last-child{margin-right:0}._detail_light_vwkz6_73 ._week_vwkz6_10 ._hiddenDay_vwkz6_33{width:7rem;height:7rem;border-radius:.8rem;background:transparent;border:none}._detail_light_vwkz6_73 ._week_vwkz6_10 ._activeDay_vwkz6_29{border:1px solid #4A92FF;background:rgba(74,146,255,.05)}._detail_light_vwkz6_73 ._week_vwkz6_10:last-child{margin-bottom:0rem}._select_button_1kv3e_1{display:flex;align-items:center}._select_button_1kv3e_1 ._name_1kv3e_5{margin-right:1.6rem;font-size:1.8rem}._select_button_1kv3e_1 ._select_box_1kv3e_9{display:flex;align-items:center;background-color:#21354f;border-radius:2.2rem}._select_button_1kv3e_1 ._select_box_1kv3e_9 ._select_item_1kv3e_15{height:4.4rem;padding:0 3rem;line-height:4.4rem;font-size:1.8rem}._select_button_1kv3e_1 ._select_box_1kv3e_9 ._active_1kv3e_21{background-color:#0c62e1;border-radius:2.2rem;color:#fff}._light_1kv3e_26 ._select_box_1kv3e_9{background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.8)}._select_button_aohr3_1{display:flex;align-items:center;font-size:1.8rem}._select_button_aohr3_1 ._name_aohr3_6{margin-right:1.6rem}._select_button_aohr3_1 ._calendar_list_aohr3_9{display:flex;align-items:center;flex-wrap:wrap}._select_button_aohr3_1 ._calendar_list_aohr3_9 ._calendar_item_aohr3_14{margin-right:2rem;border:1px solid rgba(129,165,213,.5);border-radius:.8rem;height:4.8rem;padding:0 2.4rem;line-height:4.8rem;opacity:.8}._select_button_aohr3_1 ._calendar_list_aohr3_9 ._calendar_item_active_aohr3_23{color:#4c94ff;border-color:#4c94ff}._scene_new_kzj8w_1{width:100vw;height:100vh;background:linear-gradient(14deg,#fffdff,#cadef5);box-sizing:border-box;display:flex;flex-direction:column}._scene_new_kzj8w_1 ._scene_new_title_kzj8w_9{display:flex;align-items:center;justify-content:space-between;padding:0 3.2rem;box-sizing:border-box;margin:2.4rem 0 3.9rem}._scene_new_kzj8w_1 ._scene_new_title_kzj8w_9 ._scene_new_title_left_kzj8w_17{height:4.8rem;display:flex;align-items:center}._scene_new_kzj8w_1 ._scene_new_title_kzj8w_9 ._scene_type_kzj8w_22{font-size:2.4rem;font-weight:500;margin-right:2.5rem}._scene_new_kzj8w_1 ._scene_new_title_kzj8w_9 ._title_label_kzj8w_27{font-size:2rem;font-weight:500;opacity:.8}._scene_new_kzj8w_1 ._scene_new_title_kzj8w_9 ._scene_back_kzj8w_32{font-size:1.8rem;padding:1.3rem 3rem;border-radius:.8rem;border:1px solid #64788d;line-height:2.2rem}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39{flex:1;display:flex;width:100%;overflow:hidden}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_list_kzj8w_45{background:linear-gradient(180deg,#f0f9fe,rgba(255,255,255,0));border-radius:0 5rem 5rem 0;background-size:cover;position:relative;height:50rem;width:20.8rem;padding:3.1rem 0;overflow-y:auto;margin-right:1.6rem;scrollbar-width:none}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_list_kzj8w_45::-webkit-scrollbar{display:none}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_list_kzj8w_45 ._scene_item_kzj8w_62{width:100%;height:10rem;font-size:2rem;font-weight:500;line-height:8rem;display:flex;align-items:center;justify-content:center}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_list_kzj8w_45 ._active_kzj8w_72{background-image:url(/assets/tab_active-T-fQZ9Fy.png);background-size:cover;color:#fff}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_list_kzj8w_45 ._scene_item_kzj8w_62:last-child{margin-bottom:0}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._area_tab_kzj8w_80{width:100%}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_time_kzj8w_39{overflow:hidden;flex:1;padding:3.4rem 5rem 0 2.6rem;display:flex;flex-direction:column}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_time_kzj8w_39 ._area_list_kzj8w_90{display:flex;align-items:center;overflow-x:scroll}._scene_new_kzj8w_1 ._scene_time_container_kzj8w_39 ._scene_time_kzj8w_39 ._area_list_kzj8w_90 ._area_item_kzj8w_95{width:15rem;height:4.2rem;background:rgba(255,255,255,.04);box-shadow:0 3px 18px rgba(5,33,50,.5);border-radius:8px;font-size:1.8rem;text-align:center;line-height:4.2rem}._light_kzj8w_105 ._scene_new_title_kzj8w_9{padding:0 2.4rem}._light_kzj8w_105 ._scene_new_title_kzj8w_9 ._scene_back_kzj8w_32{color:#4a92ff;background:rgba(255,255,255,.5);border:none;border-radius:2.4rem}._light_kzj8w_105 ._scene_list_kzj8w_45 ._active_kzj8w_72{color:#4a92ff!important}._no_scene_time_1j6oj_1{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;margin-top:7.2rem}._no_scene_time_1j6oj_1 img{width:100%;margin-bottom:2.4rem}._no_scene_time_1j6oj_1 ._no_scene_time_text_1j6oj_13{font-size:1.8rem;opacity:.8;margin-bottom:4rem}._no_scene_time_1j6oj_1 ._add_time_btn_1j6oj_18{width:20rem;height:5.6rem;background:rgba(129,165,213,.2);font-size:1.8rem}._light_1j6oj_24 img{width:22rem}._light_1j6oj_24 ._add_time_btn_1j6oj_18{background:rgba(255,255,255,.5)}._light_1j6oj_24 ._add_time_btn_1j6oj_18 button{color:#4a92ff}._scene_time_item_1uh9k_1{padding:2.4rem 2rem;border:1px solid rgba(255,255,255,.8);border-radius:.8rem;width:fit-content;height:fit-content}._scene_time_item_1uh9k_1 ._scene_time_item_title_1uh9k_8{font-size:1.8rem;line-height:2.2rem;margin-bottom:2rem;text-align:center}._scene_time_item_1uh9k_1 ._times_1uh9k_14{height:4.8rem;display:flex;align-items:center;padding:0 3.2rem;background:rgba(255,255,255,.5);border:1px solid rgba(76,148,255,.3);border-radius:3.2rem;font-size:1.8rem}._scene_time_item_1uh9k_1 ._times_1uh9k_14 ._time_1uh9k_14{margin-right:3.3rem}._scene_time_item_1uh9k_1 ._times_1uh9k_14 ._time_1uh9k_14:last-child{margin-right:0}._scene_time_list_ea2sg_1{display:flex;flex-direction:column;padding-left:2.8rem;box-sizing:border-box;height:100%;margin-top:3.4rem}._scene_time_list_ea2sg_1 ._scene_time_list_title_ea2sg_9{font-size:2.4rem;font-weight:500;margin-bottom:3.2rem}._scene_time_list_ea2sg_1 ._scene_time_list_box_ea2sg_14{overflow-y:auto;display:flex;flex-wrap:wrap;height:fit-content;max-height:45rem}._scene_time_list_ea2sg_1 ._scene_time_list_box_ea2sg_14>div{margin-bottom:2.4rem;margin-right:3.2rem}._scene_time_list_ea2sg_1 ._scene_time_list_add_ea2sg_25{padding:2.4rem 2rem;border:1px solid rgba(255,255,255,.8);border-radius:.8rem;width:20rem;height:14.2rem;box-sizing:border-box}._scene_time_list_ea2sg_1 ._scene_time_list_add_ea2sg_25 ._add_time_text_ea2sg_33{font-size:2rem;text-align:center;line-height:2.2rem}._scene_time_list_ea2sg_1 ._scene_time_list_add_ea2sg_25 ._add_time_btn_ea2sg_38{background:rgba(255,255,255,.5);width:13rem;height:4.8rem;font-size:3rem;margin:2rem auto 0}._light_ea2sg_45 ._scene_time_list_add_ea2sg_25{color:#4a92ff}._light_ea2sg_45 ._scene_time_list_add_ea2sg_25 button{color:#4a92ff!important}._scene_time_add_16yr1_1{width:100vw;height:100vh;background:linear-gradient(14deg,#fffdff,#cadef5);padding:2.4rem 3.2rem 0;box-sizing:border-box;display:flex;flex-direction:column}._scene_time_add_16yr1_1 ._header_16yr1_10{display:flex;align-items:center;justify-content:space-between;margin-bottom:5.6rem}._scene_time_add_16yr1_1 ._header_16yr1_10 ._title_16yr1_16{font-size:2.4rem;font-weight:500}._scene_time_add_16yr1_1 ._header_16yr1_10 ._add_btns_16yr1_20{display:flex;align-items:center}._scene_time_add_16yr1_1 ._header_16yr1_10 ._add_btns_16yr1_20 ._cancel_btn_16yr1_24{height:4.8rem;background:transparent;border:none;font-size:1.8rem;margin-right:1.6rem}._scene_time_add_16yr1_1 ._header_16yr1_10 ._add_btns_16yr1_20 ._cancel_btn_16yr1_24 button{color:#4a92ff}._scene_time_add_16yr1_1 ._header_16yr1_10 ._add_btns_16yr1_20 ._save_btn_16yr1_34{width:9.6rem;height:4.8rem;font-size:1.8rem}._scene_time_add_16yr1_1 ._add_time_16yr1_39{display:flex;align-items:center;justify-content:center;padding-bottom:4.8rem;padding-top:4rem}._scene_time_add_16yr1_1 ._add_time_16yr1_39 ._add_time_btn_16yr1_46{width:20rem;height:5.6rem;background:rgba(129,165,213,.2);border-radius:.8rem;font-size:1.8rem;margin-right:4rem}._scene_time_add_16yr1_1 ._add_time_16yr1_39 ._apply_16yr1_54{color:#4c94ff;font-size:1.8rem;font-weight:500}._light_16yr1_59{padding:2.4rem}._light_16yr1_59 ._add_time_btn_16yr1_46{background:rgba(255,255,255,.5)!important}._light_16yr1_59 ._add_time_btn_16yr1_46 button{color:#4a92ff!important}._light_16yr1_59 ._save_btn_16yr1_34{border-radius:2.2rem}._calendar_select_1knl3_1 ._calendar_select_head_1knl3_1{display:flex;align-items:center}._calendar_select_1knl3_1 ._calendar_select_head_1knl3_1 ._calendar_select_head_title_1knl3_5{font-size:2.4rem;font-weight:500;margin-right:2.4rem}._calendar_select_1knl3_1 ._calendar_select_head_1knl3_1 ._calendar_select_head_link_1knl3_10{color:#4c94ff;font-size:1.8rem;position:relative}._calendar_select_1knl3_1 ._calendar_select_head_1knl3_1 ._calendar_select_head_link_1knl3_10:after{position:absolute;content:"";display:inline-block;width:.7rem;height:.7rem;border-top:2px solid #90BFF5;border-right:2px solid #90BFF5;transform:rotate(45deg) translate(.7rem,.7rem)}._calendar_select_1knl3_1 ._calendar_list_1knl3_25{display:flex;align-items:center;flex-wrap:wrap;margin-top:2.4rem}._calendar_select_1knl3_1 ._calendar_list_1knl3_25 ._calendar_item_1knl3_31{border:1px solid rgba(129,165,213,.5);border-radius:.8rem;padding:1.7rem 2.4rem;font-size:1.8rem;margin-right:2.4rem;line-height:2.2rem;margin-bottom:2rem}._calendar_select_1knl3_1 ._calendar_list_1knl3_25 ._calendar_item_1knl3_31:last-child{margin-right:0rem}._calendar_select_1knl3_1 ._calendar_list_1knl3_25 ._calendar_item_active_1knl3_43{color:#4c94ff;border-color:#4c94ff}._set_time_madal_6dpvx_1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:57.6rem;height:fit-content;background:linear-gradient(27deg,#fffdff,#cadef5);border-radius:1.2rem;padding:1.6rem 3.2rem 4.8rem;box-sizing:border-box}._set_time_madal_6dpvx_1 ._header_6dpvx_13{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._set_time_madal_6dpvx_1 ._header_6dpvx_13 ._title_6dpvx_19{font-size:2rem}._set_time_madal_6dpvx_1 ._header_6dpvx_13 ._close_6dpvx_22{width:4.8rem;height:4.8rem}._set_time_madal_6dpvx_1 ._time_box_6dpvx_26{width:51.2rem;height:17.3rem;display:flex;align-items:center;justify-content:space-between}._set_time_madal_6dpvx_1 ._hour_6dpvx_33{margin-right:3.2rem}._set_time_madal_6dpvx_1 ._hour_6dpvx_33,._set_time_madal_6dpvx_1 ._minute_6dpvx_37{flex:1;position:relative;overflow:hidden;height:100%}._set_time_madal_6dpvx_1 ._hour_6dpvx_33 ._hour_list_6dpvx_43,._set_time_madal_6dpvx_1 ._minute_6dpvx_37 ._hour_list_6dpvx_43{position:absolute;width:100%;height:100%;overflow:hidden}._set_time_madal_6dpvx_1 ._hour_6dpvx_33 ._hour_list_6dpvx_43:before,._set_time_madal_6dpvx_1 ._minute_6dpvx_37 ._hour_list_6dpvx_43:before{content:"";display:block;width:100%;height:6rem}._set_time_madal_6dpvx_1 ._hour_6dpvx_33 ._hour_list_6dpvx_43:after,._set_time_madal_6dpvx_1 ._minute_6dpvx_37 ._hour_list_6dpvx_43:after{content:"";display:block;width:100%;height:6rem}._set_time_madal_6dpvx_1 ._hour_6dpvx_33 ._hour_list_6dpvx_43 ._hour_item_6dpvx_64,._set_time_madal_6dpvx_1 ._minute_6dpvx_37 ._hour_list_6dpvx_43 ._hour_item_6dpvx_64{width:100%;height:5.6rem;line-height:5.6rem;font-size:2rem;padding-left:6.5rem;box-sizing:border-box;opacity:.5;transform:translate(.5rem)}._set_time_madal_6dpvx_1 ._hour_6dpvx_33 ._hour_list_6dpvx_43 ._active_6dpvx_75,._set_time_madal_6dpvx_1 ._minute_6dpvx_37 ._hour_list_6dpvx_43 ._active_6dpvx_75{font-size:2.8rem;opacity:1;transform:translate(0)}._set_time_madal_6dpvx_1 ._hour_6dpvx_33 ._title_6dpvx_19,._set_time_madal_6dpvx_1 ._minute_6dpvx_37 ._title_6dpvx_19{position:absolute;width:100%;height:5.6rem;top:50%;background:rgba(129,165,213,.2);border-radius:.8rem;transform:translateY(-50%);padding-left:13.1rem;line-height:5.6rem;color:rgba(255,255,255,.5);font-size:2rem;box-sizing:border-box}._light_6dpvx_96{color:#999}._light_6dpvx_96 ._active_6dpvx_75{color:#333}._light_6dpvx_96 ._title_6dpvx_19{color:#999!important}._timer_item_1l1o6_1{display:flex;justify-content:center;align-items:center}._timer_item_1l1o6_1 ._label_1l1o6_6{font-size:1.8rem;margin-right:2.6rem}._timer_item_1l1o6_1 ._timer_label_1l1o6_10{background:rgba(255,255,255,.5);border-radius:.8rem;border:1px solid #4C94FF;height:5.6rem;width:16rem;display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-family:D-DIN,D-DIN}._timer_item_1l1o6_1 ._to_1l1o6_22{margin:0 2.4rem;font-size:1.8rem}._timer_item_1l1o6_1 ._delete_1l1o6_26{background:rgba(255,255,255,.5);border-radius:2.2rem;border:1px solid rgba(76,148,255,.3);padding:.9rem 3rem;font-size:1.8rem;font-weight:500;line-height:2.7rem;color:#4c94ff;margin-left:4rem}._time_setting_lgqep_1{margin-top:3.6rem;flex:1;display:flex;height:1rem;flex-direction:column}._time_setting_lgqep_1 ._time_setting_head_lgqep_8{display:flex;align-items:center}._time_setting_lgqep_1 ._time_setting_head_lgqep_8 ._time_setting_head_title_lgqep_12{font-size:2.4rem;font-weight:500;margin-right:1.6rem}._time_setting_lgqep_1 ._time_setting_head_lgqep_8 ._time_setting_head_label_lgqep_17{opacity:.5;font-size:1.6rem}._time_setting_lgqep_1 ._time_setting_content_lgqep_21{flex:1;height:1rem;margin-top:4rem;display:flex;flex-direction:column;overflow-y:auto}._time_setting_lgqep_1 ._time_setting_content_lgqep_21>div{margin-bottom:4rem}._time_setting_lgqep_1 ._time_setting_content_lgqep_21>div:last-child{margin-bottom:0}._scene_mode_edit_t0yd6_1{width:100vw;height:100vh;background:linear-gradient(14deg,#fffdff,#cadef5);box-sizing:border-box;display:flex;flex-direction:column}._scene_mode_edit_t0yd6_1 ._scene_mode_edit_title_t0yd6_9{display:flex;align-items:center;justify-content:space-between;padding:0 3.2rem;box-sizing:border-box;margin:2.4rem 0 3.9rem}._scene_mode_edit_t0yd6_1 ._scene_mode_edit_title_t0yd6_9 ._scene_new_title_left_t0yd6_17{height:4.8rem;display:flex;align-items:center}._scene_mode_edit_t0yd6_1 ._scene_mode_edit_title_t0yd6_9 ._scene_type_t0yd6_22{font-size:2.4rem;font-weight:500;margin-right:2.5rem}._scene_mode_edit_t0yd6_1 ._scene_mode_edit_title_t0yd6_9 ._title_label_t0yd6_27{font-size:2rem;font-weight:500;opacity:.8}._scene_mode_edit_t0yd6_1 ._scene_mode_edit_title_t0yd6_9 ._scene_back_t0yd6_32{font-size:1.8rem;padding:1.3rem 3rem;line-height:2.2rem;background:linear-gradient(169deg,#4c94ff,#06f);color:#fff;border-radius:2.4rem}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40{flex:1;height:1rem;display:flex}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._scene_list_t0yd6_45{background:linear-gradient(180deg,#f0f9fe,rgba(255,255,255,0));border-radius:0 4rem 4rem 0;background-size:cover;position:relative;height:50rem;width:20.8rem;padding:3.1rem 0;overflow-y:auto;margin-right:1.6rem}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._scene_list_t0yd6_45 ._scene_item_t0yd6_56{width:100%;height:10rem;font-size:2rem;font-weight:500;line-height:8rem;display:flex;align-items:center;justify-content:center}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._scene_list_t0yd6_45 ._active_t0yd6_66{background-image:url(/assets/tab_active-T-fQZ9Fy.png);background-size:cover}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._scene_list_t0yd6_45 ._scene_item_t0yd6_56:last-child{margin-bottom:0}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._area_tab_t0yd6_73{padding-left:2.6rem}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._scene_time_t0yd6_76{padding-bottom:3.2rem;flex:1;height:100%;display:flex;flex-direction:column;padding-top:3.4rem;box-sizing:border-box;overflow:hidden}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._scene_time_t0yd6_76 ._area_list_t0yd6_86{display:flex;align-items:center;overflow-x:scroll}._scene_mode_edit_t0yd6_1 ._scene_content_t0yd6_40 ._scene_time_t0yd6_76 ._area_list_t0yd6_86 ._area_item_t0yd6_91{width:15rem;height:4.2rem;background:rgba(255,255,255,.04);box-shadow:0 3px 18px rgba(5,33,50,.5);border-radius:8px;font-size:1.8rem;text-align:center;line-height:4.2rem}._light_t0yd6_101 ._active_t0yd6_66{color:#4a92ff}._cat_card_list_t8co9_1{width:100%;flex:1;height:1rem;overflow-y:scroll;padding-left:2.6rem;margin-top:3.4rem;box-sizing:border-box}._cat_card_list_t8co9_1 ._card_box_t8co9_10{padding-right:3.2rem;margin-bottom:5rem;border-radius:1.2rem;box-sizing:border-box;height:fit-content}._cat_card_list_t8co9_1 ._card_box_t8co9_10:last-child{margin-bottom:0}._button_group_ye37q_1{display:flex;background-color:#181f28;border-radius:1.2rem;overflow:hidden}._button_group_ye37q_1 ._button_ye37q_1{height:4.8rem;padding:1.2rem 2.2rem;box-sizing:border-box;background:rgba(255,255,255,.1);margin-right:1px;font-size:1.8rem;opacity:.8}._button_group_ye37q_1 ._active_ye37q_16{opacity:1;background-color:#4c94ff;color:#fff}._button_group_ye37q_1 ._button_ye37q_1:last-child{margin-right:0}._light_ye37q_24{background-color:rgba(255,255,255,.5)}._light_cat_card_t8swp_1{width:100%}._light_cat_card_t8swp_1 ._title_t8swp_4{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem}._light_cat_card_t8swp_1 ._title_t8swp_4 ._title_info_t8swp_10,._light_cat_card_t8swp_1 ._title_t8swp_4 ._title_handel_t8swp_14{align-items:center;display:flex}._light_cat_card_t8swp_1 ._title_t8swp_4 img{width:4.8rem}._light_cat_card_t8swp_1 ._title_t8swp_4 ._text_t8swp_21{margin:0 1.6rem;font-size:2rem;font-weight:500;opacity:.8}._light_cat_card_t8swp_1 ._title_t8swp_4 ._line_btn_t8swp_27{margin-left:4rem;color:#4c94ff;font-size:1.8rem;font-weight:500}._light_cat_card_t8swp_1 ._content_t8swp_33{width:100%;border-radius:1.2rem;background:rgba(255,255,255,.05)}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38{display:flex;align-items:center;justify-content:space-between;height:8rem;padding:0 2rem;border-bottom:1px solid #192029}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._handel_label_t8swp_46{font-size:1.8rem;margin-right:2.4rem;opacity:.8}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._Light_switch_t8swp_51{position:relative;height:2.6rem;width:5.8rem;background:linear-gradient(169deg,#304059,#1e3051);border-radius:1.3rem}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._Light_switch_t8swp_51:before{position:absolute;content:"";display:block;width:3.2rem;height:3.2rem;background:#81a8cb;border-radius:50%;top:-.3rem;left:0}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._Light_switch_open_t8swp_69{background:linear-gradient(169deg,#4c94ff,#06f)}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._Light_switch_open_t8swp_69:before{background:#d7e5ff;left:2.6rem}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76{height:2.8rem;border-radius:.8rem;background:rgba(0,0,0,.1);display:flex;align-items:center;padding:.4rem 1.2rem;box-sizing:border-box}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76 ._zd_value_t8swp_85{font-size:1.6rem;margin-right:.8rem}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76 ._zd_value_t8swp_85 span{opacity:.6}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76 ._zd_line_t8swp_92{display:flex;align-items:center;height:1.6rem;background:rgba(255,255,255,.15);border-radius:.4rem;padding:.2rem .3rem;box-sizing:border-box}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76 ._zd_line_t8swp_92 ._dot_t8swp_101{background:#fff;opacity:.1;width:.4rem;height:1.2rem;margin-right:.2rem;border-radius:.4rem}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76 ._zd_line_t8swp_92 ._dot_active_t8swp_109{background-color:#21c8ff;opacity:1}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76 ._zd_line_t8swp_92 ._dot_now_t8swp_113{background-color:#21c8ff;opacity:1;transform:scaleY(1.66);transform-origin:50% 50%}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38 ._zd_t8swp_76 ._zd_line_t8swp_92 ._dot_t8swp_101:last-child{margin-right:0}._light_cat_card_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38:last-child{margin-bottom:0;border:none}._light_t8swp_1 ._title_t8swp_4 ._text_t8swp_21{color:#3c5e92}._light_t8swp_1 ._content_t8swp_33{border-radius:1.2rem;overflow:hidden}._light_t8swp_1 ._content_t8swp_33 ._handel_item_t8swp_38{background-color:#dde8f5;border-bottom:1px solid #ecf2fb}._scene_trigger_13ef4_1{width:100%;height:100%;overflow:hidden}._login_4amxs_1{width:48rem;height:48rem;background:url(/assets/foru_login_bg-B_k435Fg.png);background-size:cover;box-sizing:border-box;overflow:hidden}._login_4amxs_1 ._login_head_4amxs_9{margin:2.4rem 0 4rem 2.4rem}._login_4amxs_1 ._login_head_4amxs_9 ._header_logo_4amxs_12{width:10.9rem;height:4rem}._login_4amxs_1 ._login_content_4amxs_16{width:35rem;margin:0 auto;display:flex;flex-direction:column}._login_4amxs_1 ._login_content_4amxs_16>div{margin-bottom:2.4rem}._login_4amxs_1 ._login_content_4amxs_16>div:last-child{margin-bottom:0}._login_4amxs_1 ._login_content_4amxs_16 ._code_input_4amxs_28{display:flex}._login_4amxs_1 ._login_content_4amxs_16 ._code_input_4amxs_28>div{margin-right:1.6rem}._login_4amxs_1 ._login_content_4amxs_16 ._code_input_4amxs_28>div:last-child{margin-right:0}._login_4amxs_1 ._login_content_4amxs_16 ._code_input_4amxs_28 ._code_input_item_4amxs_37{flex:1}._login_4amxs_1 ._login_content_4amxs_16 ._code_input_4amxs_28 ._code_img_4amxs_40{border-radius:1.2rem;flex:1;overflow:hidden}._login_4amxs_1 ._login_content_4amxs_16 ._code_input_4amxs_28 ._code_img_4amxs_40 img{width:100%;height:100%}._login_4amxs_1 ._login_btn_4amxs_49{width:35rem;margin:4rem auto 0}._login_4amxs_1 ._rigth_line_4amxs_53{position:relative}._login_4amxs_1 ._rigth_line_4amxs_53:after{position:absolute;content:"";display:inline-block;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.25) 49%,rgba(255,255,255,0) 95%);height:1.6rem;right:-1rem;width:1px}._confirm_madel_ppipw_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:3.2rem 4rem;background:#2d3b4e;border-radius:1.2rem;color:#fff}._confirm_madel_ppipw_1 ._label_ppipw_11{font-size:2rem;font-weight:500;text-align:center;margin-bottom:4.8rem}._confirm_madel_ppipw_1 ._btns_ppipw_17{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:500;text-wrap-mode:nowrap}._confirm_madel_ppipw_1 ._btns_ppipw_17 ._ok_btn_ppipw_25{width:14.6rem;height:5.9rem;text-align:center;line-height:5.9rem;background:linear-gradient(169deg,#4c94ff,#06f);border-radius:.8rem;text-wrap:nowrap}._space_select_wwmzh_1{width:100vw;height:100vh;background:#030a16;padding:2.4rem 2.4rem 3.6rem;background-size:cover;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;overflow:hidden}._space_select_wwmzh_1 ._title_wwmzh_13{font-size:2.4rem;font-weight:500;margin-bottom:3.8rem;line-height:3.6rem}._space_select_wwmzh_1 ._list_box_wwmzh_19{padding:0 2.4rem;overflow-y:auto;scrollbar-width:none}._space_select_wwmzh_1 ._list_box_wwmzh_19::-webkit-scrollbar{display:none}._space_select_wwmzh_1 ._list_box_wwmzh_19 ._item_wwmzh_29{padding-left:2.4rem;box-sizing:border-box;width:100%;height:7.2rem;line-height:7.2rem;font-size:2.2rem;margin-bottom:1.6rem}._space_select_wwmzh_1 ._list_box_wwmzh_19 ._item_wwmzh_29:last-child{margin-bottom:1.6rem}._space_select_wwmzh_1 ._list_box_wwmzh_19 ._active_wwmzh_41{background:rgba(255,255,255,.1);border-radius:.8rem}._space_select_wwmzh_1 ._no_space_wwmzh_45{text-align:center}._space_select_wwmzh_1 ._no_space_wwmzh_45 ._label_wwmzh_48{font-size:1.8rem;opacity:.6}._space_select_wwmzh_1 ._space_btn_wwmzh_52{width:40rem;margin:3.6rem auto 0}._main_layout_argdq_1{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;overflow:hidden}._living_pyn77_1{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:url(/assets/daily_bg-LjwKxkdp.png) no-repeat;background-color:#000;background-size:cover;padding-top:5.6rem}._living_pyn77_1 ._scene_card_item_title_pyn77_13{color:#ceddf4;font-size:2.4rem;line-height:3.6rem;font-weight:500;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}._living_pyn77_1 ._scene_card_item_title_pyn77_13 ._zs_ip_pyn77_23{width:4.1rem;height:4.1rem;margin-right:1.6rem}._living_pyn77_1 ._scene_card_item_label_pyn77_28{opacity:.6;font-size:1.6rem;line-height:2.4rem;text-align:center;color:#fff}._living_pyn77_1 ._to_bottom_pyn77_35{width:6rem;margin-left:50%;transform:translate(-50%)}._living_pyn77_1 ._svga_box_pyn77_40{position:relative;width:29.2rem;height:24.5rem;margin:0 auto;color:#4c94ff;font-size:2rem;font-weight:500}._living_pyn77_1 ._svga_box_pyn77_40 ._scene_name_pyn77_49{top:9.3rem;position:absolute;left:50%;transform:translate(-50%);line-height:3rem}._living_pyn77_1 ._svga_box_pyn77_40 ._run_label_pyn77_56{top:12.3rem;position:absolute;left:50%;transform:translate(-50%)}._living_pyn77_1 ._svga_box_pyn77_40 img{width:4.8rem;position:absolute;bottom:0;right:-2.4rem}._saving_pyn77_68{background-image:url(/assets/saving_bg-Jb_uj7op.png)}._saving_12o0s_1{color:#fff;box-sizing:border-box;height:100%;background-size:contain}._saving_12o0s_1 ._space_12o0s_7{position:relative;padding-top:1.4rem;margin-bottom:.8rem;height:4rem}._saving_12o0s_1 ._mode_12o0s_13{margin:4rem auto 4.4rem;background:linear-gradient(180deg,rgba(0,0,0,0),#004b6d 66%,rgba(43,163,254,.6)),linear-gradient(180deg,rgba(44,151,238,0),#000);border:1px solid rgba(255,255,255,.2);border-radius:1.2rem;width:11.1rem;height:4rem;text-align:center;line-height:3.8rem;font-size:1.8rem;font-weight:500}._space_info_5sixa_1{text-align:center}._space_info_5sixa_1 ._hour_5sixa_4{font-size:7.4rem;line-height:7.4rem;letter-spacing:.7rem;font-family:number-bold;font-weight:700}._space_info_5sixa_1 ._sroll_box_5sixa_11{margin-top:1.6rem;overflow:hidden;height:2.4rem}._space_info_5sixa_1 ._space_info_data_5sixa_16{display:flex;justify-content:space-between;font-size:1.6rem;line-height:2.4rem;height:2.4rem;align-items:center;padding:0 8.7rem}._space_info_5sixa_1 ._space_info_data_5sixa_16 ._day_5sixa_25{opacity:.6}._space_info_5sixa_1 ._space_info_data_5sixa_16 ._day_5sixa_25 span{margin-right:1.6rem}._space_info_5sixa_1 ._space_info_data_5sixa_16 ._day_5sixa_25>span:last-child{margin-right:0}._space_info_5sixa_1 ._space_info_data_5sixa_16 ._env_data_5sixa_34{opacity:.6}._space_info_5sixa_1 ._space_info_data_5sixa_16 ._env_data_5sixa_34 span{margin-right:1.6rem}._space_info_5sixa_1 ._space_info_data_5sixa_16 ._env_data_5sixa_34>span:last-child{margin-right:0}._space_info_5sixa_1 ._arrow_box_5sixa_43{height:2.4rem;display:flex;align-items:center;justify-content:center;color:#aad2ff;font-size:1.6rem}._space_info_5sixa_1 ._arrow_box_5sixa_43 img{height:1rem}._space_info_5sixa_1 ._arrow_box_5sixa_43 span{margin:0 1.5rem}._space_info_5sixa_1 ._arrow_box_5sixa_43 ._to_left_5sixa_57{transform:rotate(180deg)}._scene_select_o3yzu_1{padding:0 2.4rem;display:flex;overflow-x:auto;scrollbar-width:none}._scene_select_o3yzu_1::-webkit-scrollbar{display:none}._scene_select_o3yzu_1 ._handels_o3yzu_12{flex-shrink:0;margin-right:1.1rem;width:16rem}._scene_select_o3yzu_1 ._handels_o3yzu_12 ._handel_item_o3yzu_17{position:relative;width:100%;height:7.4rem;text-align:center;line-height:7.4rem;font-size:1.8rem;font-weight:500;color:rgba(255,255,255,.8);border-radius:1.2rem;background-size:23.3rem 8.5rem;background-position:-1rem 0rem;opacity:.7;overflow:hidden}._scene_select_o3yzu_1 ._handels_o3yzu_12 ._handel_item_o3yzu_17 img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}._scene_select_o3yzu_1 ._handels_o3yzu_12 ._handel_item_o3yzu_17 span{position:relative;z-index:2}._scene_select_o3yzu_1 ._handels_o3yzu_12 ._open_o3yzu_45{background-image:url(/assets/four_open_btn-D9tNSO8u.png);margin-bottom:1.1rem}._scene_select_o3yzu_1 ._handels_o3yzu_12 ._close_o3yzu_49{background-image:url(/assets/four_close_btn-BEMNG0M5.png)}._scene_select_o3yzu_1 ._handels_o3yzu_12 ._open_active_o3yzu_52 img,._scene_select_o3yzu_1 ._handels_o3yzu_12 ._close_active_o3yzu_53 img{opacity:1!important;z-index:0}._scene_select_o3yzu_1 ._tow_scene_o3yzu_57{width:10rem}._scene_select_o3yzu_1 ._scene_list_o3yzu_60{display:flex;flex-shrink:0}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64{position:relative;flex-shrink:0;width:16rem;height:16rem;padding-top:6.7rem;margin-right:1.1rem;text-align:center;overflow:hidden;border-radius:1.2rem;box-sizing:border-box}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_o3yzu_76{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/work-xw_jyq1w.png);background-repeat:no-repeat;background-size:auto 16rem;border-radius:1.2rem;overflow:hidden;filter:blur(1px)}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_3_o3yzu_89,._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_5_o3yzu_90,._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_10_o3yzu_91{background-image:url(/assets/noon_break-tkzxsTrw.png)}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_6_o3yzu_94,._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_8_o3yzu_95,._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_23_o3yzu_96{background-image:url(/assets/unmanned-DGViHste.png)}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_9_o3yzu_99,._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_12_o3yzu_100,._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._scene_item_bg_14_o3yzu_101{background-image:url(/assets/receive_guests-95ozzJPY.png)}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64 ._name_o3yzu_104{position:relative;z-index:5;font-size:1.8rem;font-weight:500;line-height:2.7rem;opacity:.8}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64:after{content:"";position:absolute;width:100%;height:100%;background:rgba(0,0,0,.4);top:0;left:0}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._scene_item_o3yzu_64:last-child{margin-right:0}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._active_scene_o3yzu_124{padding-top:3.5rem}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._active_scene_o3yzu_124 ._scene_item_bg_o3yzu_76{filter:blur(0)}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._active_scene_o3yzu_124 ._name_o3yzu_104{opacity:1;z-index:5;position:relative;font-size:2.2rem;font-weight:500;line-height:3.3rem;margin-bottom:2rem}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._active_scene_o3yzu_124 ._status_o3yzu_139{z-index:5;position:relative;height:3.8rem;padding:0 2.4rem;color:#2565c6;line-height:3.8rem;font-size:1.7rem;font-weight:500;background:rgba(255,255,255,.8);box-shadow:inset 0 4px 10px rgba(2,129,255,.5),inset 0 -2px 2px rgba(12,98,218,.5);border-radius:1.9rem;width:fit-content;margin:0 auto}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._active_scene_o3yzu_124:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(360deg,rgba(36,83,141,0),rgba(34,105,216,.5),#0a66f1);top:0;left:0}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._one_item_o3yzu_163{width:26rem}._scene_select_o3yzu_1 ._scene_list_o3yzu_60 ._tow_item_o3yzu_166{width:15.5rem}._confirm_madel_hk2d7_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:3.2rem 4rem;background:#2d3b4e;border-radius:1.2rem;color:#fff}._confirm_madel_hk2d7_1 ._label_hk2d7_11{font-size:2rem;font-weight:500;text-align:center;margin-bottom:4.8rem}._confirm_madel_hk2d7_1 ._btns_hk2d7_17{display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:500;text-wrap-mode:nowrap}._confirm_madel_hk2d7_1 ._btns_hk2d7_17 ._ok_btn_hk2d7_25{width:12rem;height:5.7rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(169deg,#4c94ff,#06f);border-radius:.8rem;margin-right:2.4rem}._confirm_madel_hk2d7_1 ._btns_hk2d7_17 ._close_btn_hk2d7_35{width:12rem;height:5.7rem;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);border-radius:.8rem}._xf_select_pymb0_1{width:fit-content;height:5.2rem;background:linear-gradient(90deg,#006fad,rgba(0,111,173,.2));border-radius:2.6rem 0 0 2.6rem;display:flex;align-items:center;justify-content:center;padding:.6rem;box-sizing:border-box;margin-left:auto}._xf_select_pymb0_1 ._xf_icon_pymb0_13{height:4rem;width:4rem;border-radius:2rem;position:relative;display:flex;align-items:center;justify-content:center}._xf_select_pymb0_1 ._xf_icon_pymb0_13 ._xf_filter_pymb0_22{position:absolute;top:0;left:0;width:100%;border-radius:2rem;height:100%;background:linear-gradient(90deg,#0b345c,rgba(0,41,88,0));border:.2rem solid #115a95;box-sizing:border-box;box-shadow:0 0 8px rgba(147,217,243,.3);filter:blur(1px)}._xf_select_pymb0_1 ._xf_icon_pymb0_13 img{position:relative;z-index:1;width:2.4rem}._xf_select_pymb0_1 ._xf_name_pymb0_40{font-size:1.6rem;line-height:2.4rem;margin:0 .2rem 0 .8rem;opacity:.8}._xf_select_pymb0_1 ._xf_arrow_pymb0_46{width:2.4rem;height:2.4rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAFWklEQVR4AeyYT2gcVRzHf7833aSRgvFWT5l68s8hW0SwB2GnJ3MoJAehgmCClwpCEvDQCLIbBJvbbg5iBCE5CAoeEhCJJ98qSisIrafaUyYnexC6pza7M+/9/L7Jnybt7ibzJ5FChvdm5s37vXnfz+/3ey+bUfSMH6cA/3cATyNwGoGcHig0hYYnV4dz6kk9vFCAh0SV4WvrfmoVOQYUCtBZmVgzUVw/f4IQhQI4Rw6WaNEq1v6MPpFIpANAjh+W5/8uXWkyUyhs9MvXjx8iHcDKRMt6qubP9F+sXJIpRAMRULpcu4krWsdU0gFAhGK19rAz6FKk545zvzEWeh7Pi/AICek3b9w+NojUAK2vrzQ9z0OaGO3XdE8IG6sGMbVIxGcxunJMEIoyHIPewDwr5Z+LSrpcu90VImwELVI8n7xeyOeS0m/X7xYeiUwATpzyvAazGh0sxbrSA+Le528tslJ3CAcT+d4Z+vnqlxuFQii8O1OJO3aRmTaZeJTPKT1e3xju9iKPZJaYRAirgehCpIy+urxRGERmgO0oMHYbYVY8agc6enx5Y/hJiD9rl5qK6Rf3XMDALL7HrK99+08hEJkBnKA7EAfxTRZCIKQ8hB1ncvVpiBJ5UwgCMwbBFMQ8Ykj0zGp+iFwA0ENIESxUwW2CUfYeDUDYQYjm3MUQa6YGIxRxHKjiG/H0zPqDXJHIDfDb3BtNT3EDKc5QR+TSic7p2uqDA+kUU7yIfmyrOCOVHDIx+wOWdW39UWYI5V53tNrb6jky80QMcUIs8DDzaHtI6ZqWPYjm7MUWMc0TFoHAionBLATrEVuy+obOBlEIwBrEYaE6D5M7knxnLpe4rev7IH786NWGUvyXs4FwcAACDZx98pSu35TUkSgEABqIzg40iDlM7gVnV5nK8RDp/ZHwRM0yEQolEXA3gqgwu4VN+rqWVBCFAaxNXWhBEglkOXm4ounk0fNbRHupZBn3TJIsecIhsBbXJLYkeJCuFAYw/tW9KqYfIXaiObmISHhG6PJCwOGuLGNNnSwEOwhKThgG5UJhiTjYb7s7pt9V9es8ap/7jSOWJpMFTC4EJBbiY5Fg9tJj8Ve+uDuJXh+6ydk65Qx71E0y5oAtHh+pFAJgyFThbd/N6IQhPTaBENSCoT3PO0hjpOpsCMqTvEdD4HmOVDC3zxaPj1xyA7ifyVbs+8mMSJ9EEEXBwtgLe+JdX0zRNLp9J961HSgSKYyUXK6NPQZ1fWlqboC2mGUSQRZgWnjTsAoaEy+GaO2VBNLIDBy//Qwkwmoj2jJB4wnQbYOjn3MBlD/9fRKpUyGX1EQhMIKVdw+KJxwR2Sou21bYMoUkjLG4l7rYOrs0NReAJU6EOUGdtgTfTV044Hkn5PXP/hi3VrB4XctVu2msdAV1vWlrZoCXPtZVeN9HDW3HBj/NvvKUeCfGxra+nV9E4lIMu003UGebpWYC8N03H4FXIYhjE7hfm90mf+2TX5FiPCLoRA2taQdrH3YHhUmmkgmgY6IqBElkOsGt2qWunvfxTchaqhJZRvKHErkoXexqm0n5zqDUAO7bpzG2IqZ9+e+FoLegDk0D0idmLG6vZ5R2dGS+pAYwnajaxiIMG2M9xZ+fWffF2mnCX2NiCm7NFe/5XeJUAGfe+74SWTPfWuot3r3YRtidmDaJbYB/O3uCOtu8NRVA/M07za2Vib6Chj/4YRyer7CooG+K5VW+Mz4VwM6YvhdDMq0sBfhq0Re070tSdBYKcHZytRIZM3X/kBRLoe9Q00IBkF6HptihilIaFAqwN/cJ3pwCnKCzu051GoGubjnBh898BP4DAAD//6r5N7IAAAAGSURBVAMABlY6fx4r1GQAAAAASUVORK5CYII=) no-repeat;background-size:contain}._xf_select_mode_pymb0_52{background:linear-gradient(90deg,#5bd18c,rgba(0,173,75,.2))}._xf_select_mode_pymb0_52 ._xf_icon_pymb0_13{height:4rem;width:4rem;border-radius:2rem;position:relative;display:flex;align-items:center;justify-content:center}._xf_select_mode_pymb0_52 ._xf_icon_pymb0_13 ._xf_filter_pymb0_22{position:absolute;top:0;left:0;width:100%;border-radius:2rem;height:100%;background:linear-gradient(90deg,#0b5c3a,rgba(0,88,76,0));border:.2rem solid #3fba82;box-sizing:border-box;box-shadow:0 0 6px rgba(147,243,214,.3);filter:blur(1px)}._xf_select_mode_pymb0_52 ._xf_icon_pymb0_13 img{position:relative;z-index:1;width:2.4rem}._to_back_skhxs_1{font-size:2.4rem;font-weight:500}._fourSelect_wlsb4_1{width:100vw;height:100vh;position:absolute;top:0;left:0;z-index:11}._fourSelect_wlsb4_1 ._bg_wlsb4_9{position:absolute;background:rgba(0,0,0,.8);filter:blur(4px);width:100%;height:100%;top:0;left:0}._fourSelect_wlsb4_1 ._fourSelect_content_wlsb4_18{position:relative;z-index:11;width:100%;height:100%;padding:2.4rem 2.4rem 4rem;box-sizing:border-box;display:flex;flex-direction:column}._fourSelect_wlsb4_1 ._ktDetail_header_wlsb4_28{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.2rem}._fourSelect_wlsb4_1 ._ktDetail_header_wlsb4_28 ._close_btn_wlsb4_34{width:4rem;height:4rem;border-radius:50%;font-size:2rem;line-height:3.5rem;text-align:center}._fourSelect_wlsb4_1 ._options_wlsb4_42{flex:1;height:1rem;overflow-y:auto}._fourSelect_wlsb4_1 ._options_wlsb4_42 ._option_wlsb4_42{position:relative;padding:1.5rem;width:40rem;height:7rem;display:flex;align-items:center;font-size:2.2rem;box-sizing:border-box;margin-bottom:1.6rem;border-radius:1.2rem}._fourSelect_wlsb4_1 ._options_wlsb4_42 ._option_wlsb4_42 img{width:4rem;height:4rem;margin-right:2.4rem}._fourSelect_wlsb4_1 ._options_wlsb4_42 ._option_wlsb4_42 ._label_wlsb4_64{position:absolute;right:2.4rem;font-size:1.5rem;font-weight:500;opacity:.4}._fourSelect_wlsb4_1 ._options_wlsb4_42 ._active_wlsb4_71{background:linear-gradient(169deg,rgba(76,148,255,.6),rgba(0,102,255,.6))}._fourDevice_mhfbg_1{height:100vh;color:#fff;padding:3.2rem 2.4rem;box-sizing:border-box;background:#0f161e;position:relative}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9{display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:.8rem;overflow:hidden}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._devMenuItem_mhfbg_16{width:50%;height:20.8rem}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_light_1_mhfbg_20{background:url(/assets/light_1bg-D3PQT_-k.png) no-repeat;background-size:contain}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_light_2_mhfbg_24{width:100%;background:url(/assets/light_2bg-Dtn9rAc4.png) no-repeat;background-size:contain}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_kt_1_mhfbg_29{background:url(/assets/kt_1bg-CZukm4uU.png) no-repeat;background-size:contain}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_kt_2_mhfbg_33{width:100%;background:url(/assets/kt_2bg-DgwD8WXa.png) no-repeat;background-size:contain}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_cl_1_mhfbg_38{background:url(/assets/cl_1bg-ChShjvK1.png) no-repeat;background-size:contain}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_cl_2_mhfbg_42{width:100%;background:url(/assets/cl_2bg-BPIlJ5cd.png) no-repeat;background-size:contain}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_wram_1_mhfbg_47{background:url(/assets/wram_1bg-NyxkK5WU.png) no-repeat;background-size:contain}._fourDevice_mhfbg_1 ._devMenu_mhfbg_9 ._cardBg_wram_2_mhfbg_51{width:100%;background:url(/assets/wram_2bg-DQM7ZJdg.png) no-repeat;background-size:contain}._deviceDetail_f91fy_1{position:absolute;width:100vw;height:100vh;top:0;left:0;z-index:9999}._modeType_0_f91fy_9{background:url(/assets/modeType_0_bg-B_ctTKdn.png) no-repeat 0 0;background-size:cover}._modeType_1_f91fy_13{background:url(/assets/modeType_1_bg-DTBDzLKU.png) no-repeat 0 0;background-size:cover}._slider_1i766_1{width:36.2rem;border-radius:.8rem;display:flex;align-items:center;margin:0 auto;box-sizing:border-box}._slider_1i766_1 ._slider_name_1i766_9{width:7.2rem;margin-right:1rem;display:flex;font-size:2.4rem;line-height:2.6rem;font-family:normal}._slider_1i766_1 ._slider_name_1i766_9 ._value_1i766_17{margin-right:.4rem}._slider_1i766_1 ._slider_line_1i766_20{background:rgba(255,255,255,.15);display:flex;justify-content:flex-start;padding:.6rem 1.2rem;border-radius:.4rem}._slider_1i766_1 ._slider_line_1i766_20 ._dot_1i766_27{background:#fff;opacity:.1;width:.5rem;height:2rem;margin-right:.4rem;border-radius:.2rem}._slider_1i766_1 ._slider_line_1i766_20 ._dot_active_1i766_35{background-color:#21c8ff;opacity:1}._slider_1i766_1 ._slider_line_1i766_20 ._dot_now_1i766_39{background-color:#21c8ff;opacity:1;transform:scaleY(1.9);transform-origin:50% 50%}._slider_1i766_1 ._slider_line_1i766_20 ._dot_1i766_27:last-child{margin-right:0}._device_select_1t0on_1{display:flex;align-items:center}._device_select_1t0on_1 ._icon_box_1t0on_5{width:4rem;height:6rem;background:rgba(76,148,255,.1);border-radius:.4rem;display:flex;align-items:center;justify-content:center}._device_select_1t0on_1 ._icon_box_1t0on_5 img{width:2rem}._device_select_1t0on_1 ._icon_box_1t0on_5 ._left_icon_1t0on_17{transform:rotate(180deg)}._device_select_1t0on_1 ._device_box_1t0on_20{width:33.7rem;height:9.6rem;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 1.6rem}._device_select_1t0on_1 ._device_box_1t0on_20 ._device_item_1t0on_28{width:16.2rem;font-size:1.8rem;height:4rem;text-align:center;line-height:3.5rem;margin-bottom:1.6rem;font-weight:400;background:url(/assets/device_def-XoxXbgsz.png) no-repeat;background-size:100% 100%;overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}._device_select_1t0on_1 ._device_box_1t0on_20 ._device_active_1t0on_42{color:#4c94ff;background-image:url(/assets/device_active-CZCasojL.png)}._curtainDetail_h1e44_1 ._ktDetail_header_h1e44_1{padding:2.9rem 2.4rem 2rem;display:flex;justify-content:space-between;align-items:center}._curtainDetail_h1e44_1 ._ktDetail_header_h1e44_1 ._close_btn_h1e44_7{width:4rem;height:4rem;border-radius:50%;font-size:2rem;line-height:3.5rem;text-align:center}._curtainDetail_h1e44_1 ._device_icon_h1e44_15{display:flex;justify-content:center;align-items:center;padding-bottom:2.9rem}._curtainDetail_h1e44_1 ._device_icon_h1e44_15 ._kt_img_h1e44_21{width:16rem;height:16rem;margin-right:3.3rem}._curtainDetail_h1e44_1 ._device_icon_h1e44_15 ._action_kg_h1e44_26{width:15rem}._curtainDetail_h1e44_1 ._device_icon_h1e44_15 ._action_kg_h1e44_26 ._kg_item_h1e44_29{height:5.6rem;width:100%;font-size:1.6rem;font-weight:500;margin-bottom:2rem;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.1));box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:.8rem;border:1px solid rgba(255,255,255,.1);border-bottom:none;display:flex;align-items:center;justify-content:center}._curtainDetail_h1e44_1 ._device_icon_h1e44_15 ._action_kg_h1e44_26 ._kg_item_h1e44_29 img{width:2.4rem;height:2.4rem;margin-right:1.6rem}._curtainDetail_h1e44_1 ._device_icon_h1e44_15 ._action_kg_h1e44_26 ._active_h1e44_49{background:linear-gradient(169deg,#4c94ff,#06f)}._curtainDetail_h1e44_1 ._device_icon_h1e44_15 ._action_kg_h1e44_26 ._kg_item_h1e44_29:last-child{margin-bottom:0}._curtainDetail_h1e44_1 ._curtainDetail_slider_h1e44_55{width:36.2rem;background-color:transparent;margin:1.4rem auto 3.1rem}._curtainDetail_h1e44_1 ._curtainDetail_slider_h1e44_55 ._slider_name_h1e44_60{width:7.2rem!important;font-size:2.4rem;font-family:normal}._curtainDetail_h1e44_1 ._device_select_box_h1e44_65{margin-top:5.2rem;padding:0 1.6rem}._curtainDetail_hp84f_1{padding:2.4rem 2.4rem 3.2rem}._curtainDetail_hp84f_1 ._ktDetail_header_hp84f_4{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0rem 4.4rem}._curtainDetail_hp84f_1 ._ktDetail_header_hp84f_4 ._close_btn_hp84f_10{width:4rem;height:4rem;border-radius:50%;font-size:2rem;line-height:3.5rem;text-align:center}._curtainDetail_hp84f_1 ._device_icon_hp84f_18{display:flex;justify-content:center;align-items:center;padding-bottom:2rem}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._warm_info_hp84f_24 ._kt_img_hp84f_24{display:block;width:8.8rem;height:8.8rem}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._warm_info_hp84f_24 ._warm_value_hp84f_29{margin-top:.8rem;width:12.6rem;height:6.4rem;position:relative;padding-left:1rem;box-sizing:border-box}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._warm_info_hp84f_24 ._warm_value_hp84f_29 ._value_hp84f_37{line-height:6.4rem;font-size:4.8rem;font-weight:700;font-family:number-bold}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._warm_info_hp84f_24 ._warm_value_hp84f_29 ._unit_hp84f_43{font-weight:500;font-size:2rem;opacity:.6;position:absolute;top:0;right:0}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._action_kg_hp84f_51{width:15rem;margin-left:4.9rem}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._action_kg_hp84f_51 ._kg_item_hp84f_55{height:5.6rem;width:100%;font-size:1.6rem;font-weight:500;margin-bottom:2rem;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.1));box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:.8rem;border:1px solid rgba(255,255,255,.1);border-bottom:none;display:flex;align-items:center;justify-content:center}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._action_kg_hp84f_51 ._kg_item_hp84f_55 img{width:2.4rem;height:2.4rem;margin-right:1.6rem}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._action_kg_hp84f_51 ._active_hp84f_75{background:linear-gradient(169deg,#4c94ff,#06f)}._curtainDetail_hp84f_1 ._device_icon_hp84f_18 ._action_kg_hp84f_51 ._kg_item_hp84f_55:last-child{margin-bottom:0}._curtainDetail_hp84f_1 ._handel_step_hp84f_81{display:flex;align-items:center}._curtainDetail_hp84f_1 ._handel_step_hp84f_81>img{width:5.6rem}._curtainDetail_hp84f_1 ._handel_step_hp84f_81 ._curtainDetail_slider_hp84f_88{margin:0 1.9rem;flex:1}._curtainDetail_hp84f_1 ._handel_step_hp84f_81 ._curtainDetail_slider_hp84f_88 ._dot_now_hp84f_92{background-color:red}._curtainDetail_hp84f_1 ._curtainDetail_slider_hp84f_88{width:36.2rem;background-color:transparent;margin:1.4rem auto 3.1rem}._curtainDetail_hp84f_1 ._curtainDetail_slider_hp84f_88 ._slider_name_hp84f_100{width:7.2rem!important;font-size:2.4rem;font-family:normal}._curtainDetail_hp84f_1 ._device_list_hp84f_105{margin-top:3.7rem;padding:1.5rem;height:13.1rem;overflow-y:auto;display:flex;align-items:center;flex-wrap:wrap;box-sizing:border-box}._curtainDetail_hp84f_1 ._device_list_hp84f_105 ._device_item_hp84f_115{width:21.4rem;height:4rem;margin-right:1.2rem;margin-bottom:2rem;text-align:center;font-size:1.8rem;border-bottom:1px solid #e5e5e5}._curtainDetail_hp84f_1 ._device_list_hp84f_105 ._device_item_hp84f_115:nth-child(2n){margin-right:0}._curtainDetail_hp84f_1 ._device_actions_hp84f_127{margin-top:3.2rem;display:flex;align-items:center;justify-content:center}._curtainDetail_hp84f_1 ._device_actions_hp84f_127 ._actionItem_hp84f_133{width:15.2rem;height:5.6rem;margin-right:2rem;background-color:rgba(34,68,112,.3);border-radius:.4rem;display:flex;align-items:center;justify-content:center}._curtainDetail_hp84f_1 ._device_actions_hp84f_127 ._actionItem_hp84f_133 img{width:2.4rem;height:2.4rem;margin-right:1.2rem}._curtainDetail_hp84f_1 ._device_actions_hp84f_127 ._actionItem_hp84f_133 span{opacity:.6;font-size:1.8rem;font-weight:500}._curtainDetail_hp84f_1 ._device_actions_hp84f_127 ._actionItem_hp84f_133:last-child{margin-right:0}._curtainDetail_ylmph_1{padding:2.4rem 2rem 2.6rem}._curtainDetail_ylmph_1 ._ktDetail_header_ylmph_4{display:flex;justify-content:space-between;align-items:center;padding:0 .4rem 4rem}._curtainDetail_ylmph_1 ._ktDetail_header_ylmph_4 ._close_btn_ylmph_10{width:4rem;height:4rem;border-radius:50%;font-size:2rem;line-height:3.5rem;text-align:center}._curtainDetail_ylmph_1 ._device_icon_ylmph_18{display:flex;justify-content:center;align-items:center;padding-bottom:2rem}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._warm_info_ylmph_24 ._kt_img_ylmph_24{display:block;width:9.6rem;height:9.6rem}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._warm_info_ylmph_24 ._warm_value_ylmph_29{margin-top:.8rem;width:12.6rem;height:6.4rem;position:relative;padding-left:1rem;box-sizing:border-box}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._warm_info_ylmph_24 ._warm_value_ylmph_29 ._value_ylmph_37{line-height:6.4rem;font-size:4.8rem;font-weight:700;font-family:number-bold}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._warm_info_ylmph_24 ._warm_value_ylmph_29 ._unit_ylmph_43{font-weight:500;font-size:2rem;opacity:.6;position:absolute;top:0;right:0}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._action_kg_ylmph_51{width:15rem;margin-left:4.9rem}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._action_kg_ylmph_51 ._kg_item_ylmph_55{height:5.6rem;width:100%;font-size:1.6rem;font-weight:500;margin-bottom:2rem;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.1));box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:.8rem;border:1px solid rgba(255,255,255,.1);border-bottom:none;display:flex;align-items:center;justify-content:center}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._action_kg_ylmph_51 ._kg_item_ylmph_55 img{width:2.4rem;height:2.4rem;margin-right:1.6rem}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._action_kg_ylmph_51 ._active_ylmph_75{background:linear-gradient(169deg,#4c94ff,#06f)}._curtainDetail_ylmph_1 ._device_icon_ylmph_18 ._action_kg_ylmph_51 ._kg_item_ylmph_55:last-child{margin-bottom:0}._curtainDetail_ylmph_1 ._handel_step_ylmph_81{display:flex;align-items:center}._curtainDetail_ylmph_1 ._handel_step_ylmph_81>img{width:5.6rem}._curtainDetail_ylmph_1 ._handel_step_ylmph_81 ._curtainDetail_slider_ylmph_88{margin:0 1.9rem;flex:1}._curtainDetail_ylmph_1 ._handel_step_ylmph_81 ._curtainDetail_slider_ylmph_88 ._dot_now_ylmph_92{background-color:red}._menuCard_1idg9_1{width:100%;height:100%;padding:2.4rem 2rem;box-sizing:border-box}._menuCard_1idg9_1 ._devMenuName_1idg9_7{padding-left:.4rem;font-size:1.8rem;font-weight:500}._menuCard_1idg9_1 ._devHanAll_tips_1idg9_12{width:fit-content;margin-top:2.2rem;display:flex}._menuCard_1idg9_1 ._devHanAll_tips_1idg9_12 ._step_btn_1idg9_17{width:5.6rem;height:4.4rem;overflow:hidden}._menuCard_1idg9_1 ._devHanAll_tips_1idg9_12 ._step_btn_1idg9_17 img{width:100%;margin-top:-.5rem}._menuCard_1idg9_1 ._devHanAll_tips_1idg9_12 ._temp_show_1idg9_26{display:flex}._menuCard_1idg9_1 ._devHanAll_tips_1idg9_12 ._temp_show_1idg9_26 ._temp_num_1idg9_29{width:7.3rem;text-wrap:nowrap;font-family:normal;font-size:4.4rem;line-height:4rem}._menuCard_1idg9_1 ._devHanAll_tips_1idg9_12 ._temp_show_1idg9_26 ._temp_unit_1idg9_36{font-size:1.6rem;opacity:.6;margin-left:.8rem;transform:translateY(-.3rem)}._menuCard_1idg9_1 ._devHanAll_1idg9_12{margin-top:6.1rem;display:flex}._menuCard_1idg9_1 ._devHanAll_1idg9_12>div{position:relative;width:8.2rem;height:7.2rem;font-size:1.6rem;opacity:.6;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.1));border-radius:.8rem;overflow:hidden;display:flex;align-items:center;justify-content:center}._menuCard_1idg9_1 ._devHanAll_1idg9_12>div img{width:100%;height:100%;position:absolute;top:0;left:0;transition:opacity .3s ease-in-out;opacity:0}._menuCard_1idg9_1 ._devHanAll_1idg9_12>div span{position:relative;z-index:1}._menuCard_1idg9_1 ._devHanAll_1idg9_12 ._open_active_1idg9_72 img{opacity:1}._menuCard_1idg9_1 ._devHanAll_1idg9_12 ._open_1idg9_72{margin-right:1.2rem}._menuCard_1idg9_1 ._moreBtn_1idg9_78{margin-top:2.1rem}._menuCard_1idg9_1 ._moreBtn_1idg9_78>div{width:10.5rem;height:4.8rem}._home_19v0q_1{width:100%;height:100%;overflow:hidden;background:url(/assets/daily_bg-LjwKxkdp.png) no-repeat;background-size:contain}._bg_0_19v0q_8{background:url(/assets/daily_bg-LjwKxkdp.png) no-repeat}._bg_1_19v0q_11{background:url(/assets/saving_bg-Jb_uj7op.png) no-repeat}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}._simple_header_1448v_1{padding:0 2.4rem;margin-bottom:5.6rem;margin-top:3.2rem;height:3.6rem;line-height:3.6rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}._simple_header_1448v_1 ._simple_header_left_1448v_12{display:flex;align-items:center}._simple_header_1448v_1 ._simple_header_left_1448v_12 ._attr_item_1448v_16{display:flex;align-items:center;margin-right:5.6rem}._simple_header_1448v_1 ._simple_header_left_1448v_12 ._attr_item_1448v_16 ._attr_name_1448v_21{font-size:1.4rem;opacity:.8}._simple_header_1448v_1 ._simple_header_left_1448v_12 ._attr_item_1448v_16 ._attr_value_1448v_25{margin-left:1.6rem;font-size:2rem;font-weight:700;opacity:.6}._simple_header_1448v_1 ._simple_header_left_1448v_12 ._attr_item_1448v_16:last-child{margin-right:0}._simple_header_1448v_1 ._simple_header_center_1448v_34{display:flex;align-items:center;justify-content:center;color:#aad2ff;font-size:1.8rem;line-height:2rem}._simple_header_1448v_1 ._simple_header_center_1448v_34 img{height:1.5rem}._simple_header_1448v_1 ._simple_header_center_1448v_34 span{margin:0 1.5rem}._simple_header_1448v_1 ._simple_header_center_1448v_34 ._arrow_right_1448v_48{transform:rotate(180deg)}._simple_header_1448v_1 ._simple_header_right_1448v_51{display:flex;align-items:center;font-size:1.8rem}._simple_header_1448v_1 ._simple_header_right_1448v_51 ._time_item_1448v_56{margin-left:3.3rem}._simple_header_1448v_1 ._simple_header_right_1448v_51 ._time_item_1448v_56:first-child{margin-left:0}._space_device_box_1by73_1{display:flex;flex-direction:column;flex-shrink:0;width:57.6rem;height:100%;border-radius:12px;margin-left:4.3rem;background:url(/assets/sim_dev_bg-CysHvAok.png) no-repeat;background-size:cover}._space_device_box_1by73_1 ._tab_head_1by73_12{width:100%;height:12.4rem;box-sizing:border-box;padding:4rem 0 0rem;display:flex;justify-content:center}._space_device_box_1by73_1 ._tab_head_1by73_12 ._tab_item_1by73_20{cursor:pointer;width:8rem;height:6.4rem;font-size:1.8rem;opacity:.6;text-align:center;margin-right:3.2rem;position:relative;line-height:3.3rem}._space_device_box_1by73_1 ._tab_head_1by73_12 ._tab_item_1by73_20:last-child{margin-right:0}._space_device_box_1by73_1 ._tab_head_1by73_12 ._active_1by73_34{opacity:1;color:#a5cff8;font-size:2.2rem}._space_device_box_1by73_1 ._tab_head_1by73_12 ._active_1by73_34:after{content:"";position:absolute;left:50%;bottom:.6rem;width:4rem;height:.4rem;background:linear-gradient(22deg,#45b5df,#107cfb);border-radius:.3rem;transform:translate(-50%)}._space_device_box_1by73_1 ._device_box_1by73_50{flex:1;box-sizing:border-box;padding:1.6rem 0 2rem 1.6rem;overflow:hidden}._device_list_box_w7h6o_1{height:100%;overflow-y:auto;scrollbar-width:none}._device_list_box_w7h6o_1::-webkit-scrollbar{display:none}._device_list_box_w7h6o_1 ._device_list_item_w7h6o_11{width:100%;display:flex;flex-wrap:wrap}._device_list_box_w7h6o_1 ._device_list_item_w7h6o_11>div{margin-right:1.6rem;margin-bottom:1.6rem}._device_list_box_w7h6o_1 ._device_list_item_big_w7h6o_20>div:nth-child(2n){margin-right:0}._light_all_1bqkd_1{background:url(/assets/sim_light_bg-BMDacFuT.png) no-repeat;background-size:cover;background-position:top right;width:26.6rem;height:20.8rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.1);padding:1.6rem;box-sizing:border-box}._light_all_1bqkd_1 ._light_all_title_1bqkd_12{font-size:1.8rem;line-height:2.7rem}._light_all_1bqkd_1 ._light_all_handels_1bqkd_16{display:flex;padding:0 .8rem;box-sizing:border-box;align-items:center;height:4.8rem;margin-top:4.3rem}._light_all_1bqkd_1 ._light_all_handels_1bqkd_16 ._sence_handle_item_1bqkd_24{position:relative;flex:1;height:100%;margin-right:1.6rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.08)),rgba(34,68,112,.3);border-radius:.8rem;overflow:hidden;font-size:1.6rem}._light_all_1bqkd_1 ._light_all_handels_1bqkd_16 ._sence_handle_item_1bqkd_24 img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}._light_all_1bqkd_1 ._light_all_handels_1bqkd_16 ._sence_handle_item_1bqkd_24 ._sence_handle_item_title_1bqkd_46{position:relative;z-index:1;opacity:.6}._light_all_1bqkd_1 ._light_all_handels_1bqkd_16 ._sence_handle_item_1bqkd_24:last-child{margin-right:0}._light_all_1bqkd_1 ._light_all_handels_1bqkd_16 ._open_active_1bqkd_54 img,._light_all_1bqkd_1 ._light_all_handels_1bqkd_16 ._close_active_1bqkd_55 img{opacity:1}._light_all_1bqkd_1 ._Light_slider_1bqkd_58{background-color:transparent;margin-top:2.5rem;justify-content:space-between;padding:0 .8rem}._light_all_1bqkd_1 ._Light_slider_1bqkd_58 .slider_name{font-family:normal;font-size:1.8rem;opacity:.7;margin-right:0}._light_all_1bqkd_1 ._Light_slider_1bqkd_58 .slider_line{background:rgba(255,255,255,.15);border-radius:.4rem;padding:.4rem .6rem}._light_all_1bqkd_1 ._Light_slider_1bqkd_58 .slider_line .dot{margin-right:.4rem}._light_all_1bqkd_1 ._Light_slider_1bqkd_58 .slider_line .dot:last-child{margin-right:0}._normal_1bqkd_81,._small_1bqkd_82{width:17rem;height:21.6rem;background-image:url(/assets/sim_light_bg2-B4yT-kBq.png)}._normal_1bqkd_81 ._light_all_title_1bqkd_12,._small_1bqkd_82 ._light_all_title_1bqkd_12{font-size:1.6rem;display:flex;align-items:center;justify-content:space-between}._normal_1bqkd_81 ._light_all_title_1bqkd_12 ._zd_value_1bqkd_94,._small_1bqkd_82 ._light_all_title_1bqkd_12 ._zd_value_1bqkd_94{opacity:.6;font-family:normal}._normal_1bqkd_81 ._light_all_handels_1bqkd_16,._small_1bqkd_82 ._light_all_handels_1bqkd_16{margin-top:10.6rem;padding:0}._light_all_2h4j9_1{background-size:cover;background-position:top right;width:26.6rem;height:20.8rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.1);padding:1.6rem;box-sizing:border-box}._light_all_2h4j9_1 ._light_all_title_2h4j9_11{font-size:1.6rem;line-height:2.7rem;height:2.7rem}._light_all_2h4j9_1 ._light_all_handels_2h4j9_16{display:flex;padding:0 .8rem;box-sizing:border-box;align-items:center;justify-content:space-between;height:4.8rem;margin-top:4.3rem}._light_all_2h4j9_1 ._light_all_handels_2h4j9_16>img{width:6.4rem;height:6.4rem}._light_all_2h4j9_1 ._light_all_handels_2h4j9_16 ._sence_handle_item_2h4j9_29{position:relative;width:12rem;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.08)),rgba(34,68,112,.3);border-radius:.8rem;overflow:hidden;font-size:1.6rem}._light_all_2h4j9_1 ._light_all_handels_2h4j9_16 ._sence_handle_item_2h4j9_29 ._sence_handle_item_title_2h4j9_42{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}._light_all_2h4j9_1 ._light_all_handels_2h4j9_16 ._sence_handle_item_2h4j9_29 ._sence_handle_item_title_2h4j9_42 img{width:2.4rem;height:2.4rem}._light_all_2h4j9_1 ._light_all_handels_2h4j9_16 ._handel_open_2h4j9_53{background:linear-gradient(169deg,#4c94ff,#06f)}._light_all_2h4j9_1 ._Light_slider_2h4j9_56{background-color:transparent;margin-top:2.5rem;justify-content:space-between;padding:0 .8rem}._light_all_2h4j9_1 ._Light_slider_2h4j9_56 .slider_name{font-family:normal;font-size:1.8rem;opacity:.7;margin-right:0}._light_all_2h4j9_1 ._Light_slider_2h4j9_56 .slider_line{background:rgba(255,255,255,.15);border-radius:.4rem;padding:.4rem .6rem}._light_all_2h4j9_1 ._Light_slider_2h4j9_56 .slider_line .dot{margin-right:.4rem}._light_all_2h4j9_1 ._Light_slider_2h4j9_56 .slider_line .dot:last-child{margin-right:0}._openCard_2h4j9_79{background:rgba(23,129,215,.16)}._normal_2h4j9_82,._small_2h4j9_83{position:relative;width:17rem;height:21.6rem;display:flex;flex-direction:column;justify-content:space-between}._normal_2h4j9_82 ._light_all_title_2h4j9_11,._small_2h4j9_83 ._light_all_title_2h4j9_11{height:4.2rem;font-size:1.4rem;opacity:.8;line-height:2.1rem}._normal_2h4j9_82 ._light_img_2h4j9_98,._small_2h4j9_83 ._light_img_2h4j9_98{position:absolute;top:6.3rem;left:50%;transform:translate(-50%);width:6.4rem;height:6.4rem}._normal_2h4j9_82 ._light_all_handels_2h4j9_16,._small_2h4j9_83 ._light_all_handels_2h4j9_16{display:flex;flex-direction:column;align-items:center;margin-top:0;padding:0;height:fit-content}._normal_2h4j9_82 ._light_all_handels_2h4j9_16 ._zd_value_2h4j9_116,._small_2h4j9_83 ._light_all_handels_2h4j9_16 ._zd_value_2h4j9_116{font-size:2rem;opacity:.7;font-family:normal}._normal_2h4j9_82 ._light_all_handels_2h4j9_16 ._sence_handle_item_2h4j9_29,._small_2h4j9_83 ._light_all_handels_2h4j9_16 ._sence_handle_item_2h4j9_29{flex:none;width:12rem;height:4.8rem;margin-right:0}._light_all_2d1pg_1{background:url(/assets/sim_cur_bg-D_bq8w4m.png) no-repeat;background-size:cover;background-position:top right;width:26.6rem;height:20.8rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.1);padding:1.6rem;box-sizing:border-box}._light_all_2d1pg_1 ._light_all_title_2d1pg_12{font-size:1.8rem;line-height:2.7rem}._light_all_2d1pg_1 ._light_all_handels_2d1pg_16{display:flex;padding:0 .8rem;box-sizing:border-box;align-items:center;height:4.8rem;margin-top:4.3rem}._light_all_2d1pg_1 ._light_all_handels_2d1pg_16 ._sence_handle_item_2d1pg_24{position:relative;flex:1;height:100%;margin-right:1.6rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.08)),rgba(34,68,112,.3);border-radius:.8rem;overflow:hidden;font-size:1.6rem}._light_all_2d1pg_1 ._light_all_handels_2d1pg_16 ._sence_handle_item_2d1pg_24 img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}._light_all_2d1pg_1 ._light_all_handels_2d1pg_16 ._sence_handle_item_2d1pg_24 ._sence_handle_item_title_2d1pg_46{position:relative;z-index:1;opacity:.6}._light_all_2d1pg_1 ._light_all_handels_2d1pg_16 ._sence_handle_item_2d1pg_24:last-child{margin-right:0}._light_all_2d1pg_1 ._light_all_handels_2d1pg_16 ._open_active_2d1pg_54 img,._light_all_2d1pg_1 ._light_all_handels_2d1pg_16 ._close_active_2d1pg_55 img{opacity:1}._light_all_2d1pg_1 ._Light_slider_2d1pg_58{background-color:transparent;margin-top:2.5rem;justify-content:space-between;padding:0 .8rem}._light_all_2d1pg_1 ._Light_slider_2d1pg_58 .slider_name{font-family:normal;font-size:1.8rem;opacity:.7;margin-right:0}._light_all_2d1pg_1 ._Light_slider_2d1pg_58 .slider_line{background:rgba(255,255,255,.15);border-radius:.4rem;padding:.4rem .6rem}._light_all_2d1pg_1 ._Light_slider_2d1pg_58 .slider_line .dot{margin-right:.4rem}._light_all_2d1pg_1 ._Light_slider_2d1pg_58 .slider_line .dot:last-child{margin-right:0}._normal_2d1pg_81,._small_2d1pg_82{width:17rem;height:21.6rem;background-image:url(/assets/sim_cur_bg2-DtWdcaVb.png)}._normal_2d1pg_81 ._light_all_title_2d1pg_12,._small_2d1pg_82 ._light_all_title_2d1pg_12{font-size:1.6rem;display:flex;align-items:center;justify-content:space-between}._normal_2d1pg_81 ._light_all_title_2d1pg_12 ._zd_value_2d1pg_94,._small_2d1pg_82 ._light_all_title_2d1pg_12 ._zd_value_2d1pg_94{opacity:.6;font-family:normal}._normal_2d1pg_81 ._light_all_handels_2d1pg_16,._small_2d1pg_82 ._light_all_handels_2d1pg_16{margin-top:10.6rem;padding:0}._light_all_i2q9s_1{background-size:cover;background-position:top right;width:26.6rem;height:20.8rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.1);padding:1.6rem;box-sizing:border-box}._light_all_i2q9s_1 ._light_all_title_i2q9s_11{font-size:1.6rem;line-height:2.7rem;height:2.7rem}._light_all_i2q9s_1 ._light_all_handels_i2q9s_16{display:flex;padding:0 .8rem;box-sizing:border-box;align-items:center;justify-content:space-between;height:4.8rem;margin-top:4.3rem}._light_all_i2q9s_1 ._light_all_handels_i2q9s_16 img{width:6.4rem;height:6.4rem}._light_all_i2q9s_1 ._light_all_handels_i2q9s_16 ._sence_handle_item_i2q9s_29{position:relative;width:12rem;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.08)),rgba(34,68,112,.3);border-radius:.8rem;overflow:hidden;font-size:1.6rem}._light_all_i2q9s_1 ._light_all_handels_i2q9s_16 ._sence_handle_item_i2q9s_29 img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out}._light_all_i2q9s_1 ._light_all_handels_i2q9s_16 ._sence_handle_item_i2q9s_29 ._sence_handle_item_title_i2q9s_51{position:relative;z-index:1;opacity:.6}._light_all_i2q9s_1 ._light_all_handels_i2q9s_16 ._handel_open_i2q9s_56{background:linear-gradient(169deg,#4c94ff,#06f)}._light_all_i2q9s_1 ._Light_slider_i2q9s_59{background-color:transparent;margin-top:2.5rem;justify-content:space-between;padding:0 .8rem}._light_all_i2q9s_1 ._Light_slider_i2q9s_59 .slider_name{font-family:normal;font-size:1.8rem;opacity:.7;margin-right:0}._light_all_i2q9s_1 ._Light_slider_i2q9s_59 .slider_line{background:rgba(255,255,255,.15);border-radius:.4rem;padding:.4rem .6rem}._light_all_i2q9s_1 ._Light_slider_i2q9s_59 .slider_line .dot{margin-right:.4rem}._light_all_i2q9s_1 ._Light_slider_i2q9s_59 .slider_line .dot:last-child{margin-right:0}._openCard_i2q9s_82{background:rgba(23,129,215,.16)}._normal_i2q9s_85,._small_i2q9s_86{width:17rem;height:21.6rem}._normal_i2q9s_85 ._light_all_title_i2q9s_11,._small_i2q9s_86 ._light_all_title_i2q9s_11{font-size:1.6rem;display:flex;align-items:center;justify-content:space-between}._normal_i2q9s_85 ._light_all_title_i2q9s_11 ._zd_value_i2q9s_97,._small_i2q9s_86 ._light_all_title_i2q9s_11 ._zd_value_i2q9s_97{opacity:.6;font-family:normal}._normal_i2q9s_85 ._light_all_handels_i2q9s_16,._small_i2q9s_86 ._light_all_handels_i2q9s_16{margin-top:2.6rem;flex-direction:column;align-items:center}._normal_i2q9s_85 ._light_all_handels_i2q9s_16 ._sence_handle_item_i2q9s_29,._small_i2q9s_86 ._light_all_handels_i2q9s_16 ._sence_handle_item_i2q9s_29{margin-top:2.2rem;flex:none;width:12rem;height:4.8rem;margin-right:0}._silder_madal_q4d9h_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:57rem;height:37.8rem;background:linear-gradient(180deg,rgba(39,50,67,.95),rgba(44,55,71,.95));border-radius:1.2rem;text-align:center;box-sizing:border-box;padding:4rem 4.3rem 0}._silder_madal_q4d9h_1 ._title_q4d9h_14{font-size:2.2rem;font-weight:500;margin-bottom:2.4rem}._silder_madal_q4d9h_1>img{width:12rem;margin-bottom:.4rem}._silder_madal_q4d9h_1 ._value_q4d9h_23{font-size:2.4rem;opacity:.7;font-family:normal}._silder_madal_q4d9h_1 ._handel_step_q4d9h_28{width:49rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._silder_madal_q4d9h_1 ._handel_step_q4d9h_28>img{width:6.4em}._silder_madal_q4d9h_1 ._handel_step_q4d9h_28 ._curtainDetail_slider_q4d9h_38{width:29.8rem;margin:0 1.9rem}._curtainDetail_fggxi_1{padding:3rem 2.4rem 0}._curtainDetail_fggxi_1 ._device_icon_fggxi_4{display:flex;justify-content:center;align-items:center;padding-bottom:4.6rem}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._warm_info_fggxi_10{width:16.8rem}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._warm_info_fggxi_10 ._kt_img_fggxi_13{display:block;width:12rem;height:12rem;margin:0 auto}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._warm_info_fggxi_10 ._warm_value_fggxi_19{margin-top:.8rem;width:16.8rem;height:8rem;position:relative;padding-left:1rem;box-sizing:border-box}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._warm_info_fggxi_10 ._warm_value_fggxi_19 ._value_fggxi_27{line-height:8rem;font-size:8rem;font-weight:700;font-family:number-bold}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._warm_info_fggxi_10 ._warm_value_fggxi_19 ._unit_fggxi_33{font-weight:500;font-size:2rem;opacity:.6;position:absolute;top:0;right:0}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._action_kg_fggxi_41{padding-top:3.2rem;width:15rem;margin-left:6.4rem}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._action_kg_fggxi_41 ._kg_item_fggxi_46{height:5.6rem;width:100%;font-size:1.6rem;font-weight:500;margin-bottom:3.2rem;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.1));box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:.8rem;border:1px solid rgba(255,255,255,.1);border-bottom:none;display:flex;align-items:center;justify-content:center}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._action_kg_fggxi_41 ._kg_item_fggxi_46 img{width:2.4rem;height:2.4rem;margin-right:1.6rem}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._action_kg_fggxi_41 ._active_fggxi_66{background:linear-gradient(169deg,#4c94ff,#06f)}._curtainDetail_fggxi_1 ._device_icon_fggxi_4 ._action_kg_fggxi_41 ._kg_item_fggxi_46:last-child{margin-bottom:0}._curtainDetail_fggxi_1 ._handel_step_fggxi_72{width:49rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._curtainDetail_fggxi_1 ._handel_step_fggxi_72>img{width:6.4em}._curtainDetail_fggxi_1 ._handel_step_fggxi_72 ._curtainDetail_slider_fggxi_82{width:29.8rem;margin:0 1.9rem}._curtainDetail_fggxi_1 ._curtainDetail_slider_fggxi_82{width:36.2rem;background-color:transparent;margin:1.4rem auto 3.1rem}._curtainDetail_fggxi_1 ._curtainDetail_slider_fggxi_82 ._slider_name_fggxi_91{width:7.2rem!important;font-size:2.4rem;font-family:normal}._curtainDetail_fggxi_1 ._device_list_fggxi_96{margin-top:3.7rem;padding:1.5rem;height:13.1rem;overflow-y:auto;display:flex;align-items:center;flex-wrap:wrap;box-sizing:border-box}._curtainDetail_fggxi_1 ._device_list_fggxi_96 ._device_item_fggxi_106{width:21.4rem;height:4rem;margin-right:1.2rem;margin-bottom:2rem;text-align:center;font-size:1.8rem;border-bottom:1px solid #e5e5e5}._curtainDetail_fggxi_1 ._device_list_fggxi_96 ._device_item_fggxi_106:nth-child(2n){margin-right:0}._curtainDetail_fggxi_1 ._device_actions_fggxi_118{margin-top:3.2rem;display:flex;align-items:center;justify-content:center}._curtainDetail_fggxi_1 ._device_actions_fggxi_118 ._actionItem_fggxi_124{width:11.6rem;height:5.6rem;background:radial-gradient(50% 50% at 73% 83%,rgba(255,255,255,.5),rgba(28,27,51,.2) 78%),linear-gradient(180deg,#6f7b88,#2e3e51);box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:1.2rem;display:flex;align-items:center;justify-content:center}._curtainDetail_fggxi_1 ._device_actions_fggxi_118 ._actionItem_fggxi_124 img{width:2.4rem;height:2.4rem;margin-right:1.2rem}._curtainDetail_fggxi_1 ._device_actions_fggxi_118 ._actionItem_fggxi_124 span{opacity:.6;font-size:1.8rem;font-weight:500}._curtainDetail_fggxi_1 ._fs_action_fggxi_144{display:flex;align-items:center;justify-content:space-between;width:30.4rem;height:4rem;margin-right:5.7rem}._curtainDetail_fggxi_1 ._fs_action_fggxi_144 ._fs_item_fggxi_152{position:relative;width:4rem;height:4rem}._curtainDetail_fggxi_1 ._fs_action_fggxi_144 ._fs_item_fggxi_152:before{opacity:.5;left:6rem;top:1rem;position:absolute;content:"";display:block;width:1px;height:2rem;background:linear-gradient(180deg,rgba(255,255,255,0),#fff,rgba(255,255,255,0));background-size:cover}._curtainDetail_fggxi_1 ._fs_action_fggxi_144 ._fs_item_fggxi_152:last-child:before{display:none}._curtainDetail_fggxi_1 ._fs_action_fggxi_144 img{height:100%;width:100%}._flow_select_5avah_1{position:relative;z-index:1}._actionItem_5avah_5{width:11.6rem;height:5.6rem;background:radial-gradient(50% 50% at 73% 83%,rgba(255,255,255,.5),rgba(28,27,51,.2) 78%),linear-gradient(180deg,#6f7b88,#2e3e51);box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:1.2rem;display:flex;align-items:center;justify-content:center}._actionItem_5avah_5 img{width:2.4rem;height:2.4rem;margin-right:1.2rem}._actionItem_5avah_5 span{opacity:.6;font-size:1.8rem;font-weight:500}._flow_box_5avah_25{position:absolute;bottom:7.6rem;padding:1.2rem;background:radial-gradient(rgba(28,27,51,.2),rgba(28,27,51,.2)),#1e2d42;right:0;border-radius:1.2rem;box-sizing:border-box}._flow_box_5avah_25 ._flow_item_5avah_34{display:flex;align-items:center;width:14.8rem;height:6.4rem;font-size:1.8rem;padding:1.6rem;box-sizing:border-box;justify-content:space-between}._flow_box_5avah_25 ._flow_item_5avah_34 img{width:3.2rem;height:3.2rem}._flow_box_5avah_25 ._active_5avah_48{background:rgba(255,255,255,.1);border-radius:1.2rem}._curtainDetail_1g5fs_1{padding:3rem 2.4rem 0}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4{display:flex;justify-content:center;align-items:center;padding-bottom:4.6rem}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._warm_info_1g5fs_10{width:16.8rem}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._warm_info_1g5fs_10 ._kt_img_1g5fs_13{display:block;width:12rem;height:12rem;margin:0 auto}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._warm_info_1g5fs_10 ._warm_value_1g5fs_19{margin-top:.8rem;width:16.8rem;height:8rem;position:relative;padding-left:1rem;box-sizing:border-box}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._warm_info_1g5fs_10 ._warm_value_1g5fs_19 ._value_1g5fs_27{line-height:8rem;font-size:8rem;font-weight:700;font-family:number-bold}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._warm_info_1g5fs_10 ._warm_value_1g5fs_19 ._unit_1g5fs_33{font-weight:500;font-size:2rem;opacity:.6;position:absolute;top:0;right:0}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._action_kg_1g5fs_41{padding-top:3.2rem;width:15rem;margin-left:6.4rem}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._action_kg_1g5fs_41 ._kg_item_1g5fs_46{height:5.6rem;width:100%;font-size:1.6rem;font-weight:500;margin-bottom:3.2rem;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(255,255,255,.1));box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:.8rem;border:1px solid rgba(255,255,255,.1);border-bottom:none;display:flex;align-items:center;justify-content:center}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._action_kg_1g5fs_41 ._kg_item_1g5fs_46 img{width:2.4rem;height:2.4rem;margin-right:1.6rem}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._action_kg_1g5fs_41 ._active_1g5fs_66{background:linear-gradient(169deg,#4c94ff,#06f)}._curtainDetail_1g5fs_1 ._device_icon_1g5fs_4 ._action_kg_1g5fs_41 ._kg_item_1g5fs_46:last-child{margin-bottom:0}._curtainDetail_1g5fs_1 ._handel_step_1g5fs_72{width:49rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}._curtainDetail_1g5fs_1 ._handel_step_1g5fs_72>img{width:6.4em}._curtainDetail_1g5fs_1 ._handel_step_1g5fs_72 ._curtainDetail_slider_1g5fs_82{width:29.8rem;margin:0 1.9rem}._space_sence_18kin_1{width:61.5rem;position:relative}._space_sence_18kin_1 ._model_type_18kin_5{position:relative;cursor:pointer;z-index:2;margin:3.6rem auto 20.8rem;width:16rem;height:4.8rem;line-height:4.8rem;text-align:center;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(6,129,218,.5) 66%,rgba(43,163,254,.8)),linear-gradient(180deg,rgba(44,151,238,0),#061c38);border-radius:1.2rem;font-size:2rem;font-weight:500;border:1px solid #1f3146}._space_sence_18kin_1 ._space_sence_box_18kin_20 ._scene_model_img_0_18kin_20,._space_sence_18kin_1 ._space_sence_box_18kin_20 ._scene_model_img_1_18kin_24{top:13rem;left:13rem}._living_box_18kin_28{height:100%;width:61.5rem;box-sizing:border-box;background-size:cover;padding-top:3.7rem;position:relative}._living_box_18kin_28 ._scene_card_item_title_18kin_36{color:#ceddf4;font-size:2.4rem;line-height:3.6rem;font-weight:500;margin-bottom:1.8rem;display:flex;align-items:center;justify-content:center}._living_box_18kin_28 ._scene_card_item_title_18kin_36 ._zs_ip_18kin_46{width:4.1rem;height:4.1rem;margin-right:1.6rem}._living_box_18kin_28 ._scene_card_item_label_18kin_51{font-size:1.8rem;line-height:2.4rem;text-align:center;color:#fff;opacity:.6;margin-bottom:4.3rem}._living_box_18kin_28 ._to_bottom_18kin_59{width:6rem;margin-left:50%;transform:translate(-50%)}._living_box_18kin_28 ._svga_box_18kin_64{position:relative;width:34.4rem;height:29.8rem;margin:0 auto;color:#4c94ff;font-size:2.4rem;font-weight:500}._living_box_18kin_28 ._svga_box_18kin_64 ._scene_name_18kin_73{top:11rem;position:absolute;left:50%;transform:translate(-50%);line-height:3rem}._living_box_18kin_28 ._svga_box_18kin_64 ._run_label_18kin_80{top:14.3rem;position:absolute;left:50%;transform:translate(-50%)}._living_box_18kin_28 ._svga_box_18kin_64 img{width:4.8rem;position:absolute;bottom:0;right:-2.4rem}._living_box_18kin_28 ._scene_card_bottom_18kin_92{margin-left:auto;display:flex;align-items:center;justify-content:center;width:22.8rem;height:5.2rem;background:linear-gradient(270deg,rgba(48,71,100,0),rgba(56,114,148,.5) 51%,rgba(55,74,99,0) 96%);border-radius:8px}._living_box_18kin_28 ._scene_card_bottom_18kin_92 ._scene_bottom_title_18kin_102{font-size:1.8rem;opacity:.6}._living_box_18kin_28 ._scene_card_bottom_18kin_92 img{height:1.8rem;margin-left:.8rem}._living_box_18kin_28 ._scene_model_img_0_18kin_20,._living_box_18kin_28 ._scene_model_img_1_18kin_24{bottom:-7rem;left:-5rem}._scene_model_img_0_18kin_20{width:45rem;height:26.8rem;position:absolute;background:url(/assets/scene-work-icon-0-C2OV8Ize.png) no-repeat;background-size:contain}._scene_model_img_1_18kin_24{width:45rem;height:26.8rem;position:absolute;background:url(/assets/scene-work-icon-1-Bns1hIKk.png) no-repeat;background-size:contain}._scene_model_img_3_0_18kin_132,._scene_model_img_5_0_18kin_133,._scene_model_img_10_0_18kin_134{background-image:url(/assets/scene-noon-icon-0-Byx0Mow2.png)}._scene_model_img_3_1_18kin_137,._scene_model_img_5_0_18kin_133,._scene_model_img_10_0_18kin_134{background-image:url(/assets/scene-noon-icon-1-CefI_jVj.png)}._scene_model_img_6_0_18kin_142,._scene_model_img_8_0_18kin_143,._scene_model_img_23_0_18kin_144{background-image:url(/assets/scene-off-work-icon-0-C4rMHohg.png)}._scene_model_img_6_1_18kin_147,._scene_model_img_8_1_18kin_148,._scene_model_img_23_1_18kin_149{background-image:url(/assets/scene-off-work-icon-1-DN0bSXM-.png)}._scene_model_img_9_0_18kin_152,._scene_model_img_12_0_18kin_153,._scene_model_img_14_0_18kin_154{background-image:url(/assets/scene-visit-icon-0-Cp5K8nmL.png)}._scene_model_img_9_1_18kin_157,._scene_model_img_12_1_18kin_158,._scene_model_img_14_1_18kin_159{background-image:url(/assets/scene-visit-icon-1-7QBIgJvK.png)}._scene_value_list_1x87v_1{display:flex;justify-content:space-between;box-sizing:border-box;height:9.6rem;width:56.8rem;padding:.8rem 5.6rem 0 4.8rem;margin:0 2.8rem 0 1.9rem;height:11.2rem;align-items:center}._scene_value_list_1x87v_1 ._value_item_1x87v_12{box-sizing:border-box;width:6.8rem;text-align:center}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_name_1x87v_17{font-size:1.7rem;opacity:.8;line-height:2.5rem;margin-bottom:.8rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_name_1x87v_17 ._changeIcon_1x87v_23{margin-left:.8rem;background:rgba(20,20,25,.2);box-shadow:0 0 5px rgba(33,190,186,.5);border-radius:.4rem;line-height:2.4rem;font-size:1.5rem;color:#69c;padding:0 2.6rem 0 .8rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAYAAAC4JqlRAAAAAXNSR0IArs4c6QAAAkFJREFUWEftVkFymzAU/V/YmabdcAR6gtoTZx/foJyg8aIQr+yeIMkJ4i46LrQz5AbxDdp1aw++QTgCm3ThRPodgTFKLGzolPEGrRgkfT299/4DhAMPPPD50ABoGGgYqIWBi2loccZDBIyZYP2vw25U1O61AHC832MAvEkPxWgXCC2AcRCaD4/ivYoaGcXs0VjqbpOtRxKW3EOEJiKM8v3FILQAHG9xD0BJsWcDYfm6bfQng26svne8+R0APAO8TTlGvnvydrukRhzXn/8ggjO9bvTJd08n2ZzzbXEJgq72RToCRl5ZALKYNFJe9MkixgICMpkwupkMH6eLc2QUJEoDRijEAKAVATxZgqFkxUzmEJbIDVsnXyUTSq0z+nOnp4cYAPbU7c3ks2pCRPh53Dbsl7Jll6sEINskgfxZiXDjE0HX/vB0I8N5EJpHKz4BQZH6XifTPwFQTYeIt55zMtjngf+WA6rppO7HR6xbRG8ZUJUYGH4PP3DOb3PT6VNO+oNaYgREkef0Pu8CUhqA689HRLBpP9V0qjnXJrwCwMu0A3ZLVAjgIggtwXkHCN+RoDGuWyq5jWI6NfdbyG3RbsdixTsAINswHQhLVqUNC5MwLTfz3Z69CSJvLhMwP6yAb9mOntPrv5zWMuB6i3vSRHGR6XYnZ0ZChSRMaAWxFcVvXrGZzvHrvj8jgWnyMflRSj2wz7ClTVimpbI12xFd/E9QD4AvvzqsZdwRUlxkvpydKlerYW0tDFTB2QBoGDg4A38BTEIPMYCdoCUAAAAASUVORK5CYII=) no-repeat;background-size:1.6rem 1.6rem;background-position:4rem .4rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._dots_1x87v_36{display:flex;align-items:center;justify-content:center;height:2.7rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._dots_1x87v_36 ._dot_1x87v_36{width:.9rem;height:1rem;background:rgba(255,255,255,.2);transform:skew(-20deg);margin-right:.2rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._dots_1x87v_36 ._dot_1x87v_36:last-child{margin-right:0rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._dots_1x87v_36 ._active_dot_1_1x87v_52{background:linear-gradient(196deg,#65eaff,#1cbdc9)}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._dots_1x87v_36 ._active_dot_2_1x87v_55{background:linear-gradient(196deg,#65adff,#1c61c9)}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._dots_1x87v_36 ._active_dot_3_1x87v_58{background:linear-gradient(196deg,#65ffa3,#1cc97b)}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_box_1x87v_61{text-wrap:nowrap}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_type1_1x87v_64{color:#39bab7;font-weight:1000;font-size:1.8rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_type2_1x87v_69{font-weight:600;color:#60a8fb;font-size:1.6rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_type3_1x87v_74{font-size:1.6rem;height:2.4rem;overflow:hidden}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_type3_1x87v_74 span{margin-right:.4rem}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value_type3_1x87v_74 ._unit_1x87v_82{margin-right:0;opacity:.7}._scene_value_list_1x87v_1 ._value_item_1x87v_12 ._value2_type3_1x87v_86{opacity:.7;font-size:1.6rem;font-family:normal}._scene_value_list_1x87v_1 ._value_item3_1x87v_91{width:15rem}._scene_box_fqgs7_1{width:100%;padding-left:1.9rem;padding-right:.5rem;box-sizing:border-box;height:19.2rem;overflow:hidden;display:flex;position:relative;z-index:1}._scene_box_fqgs7_1 ._active_scene_fqgs7_12{background-image:url(/assets/scene-off-work_active-while-BSFsA2kH.png);background-size:auto 100%;width:20.8rem;border-radius:1.2rem;overflow:hidden;height:19.2rem;text-align:center;padding-top:5.1rem;box-sizing:border-box;margin-right:1.6rem}._scene_box_fqgs7_1 ._active_scene_fqgs7_12 ._scene_title_fqgs7_24{font-size:2.2rem;font-weight:500;line-height:3.3rem;margin-bottom:2rem}._scene_box_fqgs7_1 ._active_scene_fqgs7_12 ._scene_status_fqgs7_30{background:rgba(255,255,255,.8);width:10rem;height:3.8rem;text-align:center;color:#2565c6;line-height:3.8rem;font-size:1.6rem;margin:0 auto;border-radius:1.9rem;font-weight:500;box-shadow:inset 0 4px 10px rgba(2,129,255,.5),inset 0 -2px 2px rgba(12,98,218,.5)}._scene_box_fqgs7_1 ._scene_list_fqgs7_43{flex:1;display:flex;flex-wrap:wrap;overflow:hidden}._scene_box_fqgs7_1 ._scene_list_fqgs7_43 ._scene_item_fqgs7_49{cursor:pointer;margin-right:1.6rem;margin-bottom:1.6rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#6f7b88,#2e3e51);box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:1.2rem;color:rgba(255,255,255,.6);font-size:1.8rem;font-weight:500}._scene_box_fqgs7_1 ._scene_step_fqgs7_63{display:flex;flex-direction:column;align-items:center;justify-content:center}._scene_box_fqgs7_1 ._scene_step_fqgs7_63 ._scene_step_item_fqgs7_69{cursor:pointer;width:4rem;height:7rem;background:linear-gradient(180deg,#6f7b88,#2e3e51);box-shadow:0 4px 10px rgba(9,1,0,.05);border-radius:8px;border:1px solid #262e37;display:flex;align-items:center;justify-content:center}._scene_box_fqgs7_1 ._scene_step_fqgs7_63 ._scene_step_item_fqgs7_69 img{width:3rem;opacity:.5}._scene_box_fqgs7_1 ._scene_step_fqgs7_63 ._scene_step_item_provious_fqgs7_85{transform:rotate(180deg);background:linear-gradient(180deg,#2e3e51,#6f7b88)}._scene_box_fqgs7_1 ._scene_step_fqgs7_63 ._step_type2_fqgs7_89{height:4.8rem;margin-bottom:4rem}._scene_box_fqgs7_1 ._scene_step_fqgs7_63 ._step_type2_fqgs7_89:last-child{margin-bottom:0}._scene_bg_3_fqgs7_96,._scene_bg_5_fqgs7_97,._scene_bg_10_fqgs7_98{background-image:url(/assets/scene-noon-break_active-while-BuX_qcNL.png)!important}._scene_bg_6_fqgs7_101,._scene_bg_8_fqgs7_102,._scene_bg_23_fqgs7_103{background-image:url(/assets/scene-off-work_active-while-BSFsA2kH.png)!important}._scene_bg_9_fqgs7_106,._scene_bg_12_fqgs7_107,._scene_bg_14_fqgs7_108{background-image:url(/assets/scene-visit_active-while-DmpvMPYr.png)!important}._simple_home_ycxfq_1{background:url(/assets/simple-Dir8ef_o.png) no-repeat;background-size:cover;color:#fff;width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;padding-bottom:5.6rem;box-sizing:border-box}._simple_home_ycxfq_1 ._simple_home_box_ycxfq_13{flex:1;height:1rem;display:flex;padding:0 3.3rem;box-sizing:border-box}._modeType_0_1_ycxfq_20{background-image:url(/assets/simple-Dir8ef_o.png)}._modeType_0_2_ycxfq_23{background-image:url(/assets/simple2-CVCgjhaA.png)}._modeType_1_1_ycxfq_26{background-image:url(/assets/simple_saving-DxziU1rA.png)}._modeType_1_2_ycxfq_29{background-image:url(/assets/simple_saving2-Bf-q9Vxj.png)}.voice-interaction{color:#fff;font-size:2rem}._keey_layout_l2l4c_1{width:100vw;height:100vh;color:#000;font-family:Source Han Sans CN,Source Han Sans CN}
