.main{margin:16px 16px 0}.main-header{display:flex;justify-content:space-between}.main-header-action{display:flex;align-items:center}.main-header-action a{border:1px solid var(--grey-0, #fff);background:var(--glass, linear-gradient(135deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .8) 31.56%, rgba(255, 255, 255, .6) 62.81%, rgba(255, 255, 255, .85) 100%));box-shadow:0 4px 8px #00000014;text-decoration:none;border-radius:8px;display:flex;align-items:center;padding:4px 8px;margin-left:8px;height:32px;cursor:pointer}.main-header-action a span{color:var(--grey-400, #718096);font-size:14px;font-family:medium;font-weight:500;line-height:20px;margin-left:4px}.main-header-action a:hover{border:1px solid #27e4a0}.main-header-action-icon{width:20px;min-width:20px;height:20px}.main-body .session-box{max-height:112px;padding:16px;border-radius:12px;background:var(--glass, linear-gradient(135deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .8) 31.56%, rgba(255, 255, 255, .6) 62.81%, rgba(255, 255, 255, .85) 100%));box-shadow:0 4px 8px #0000000a}.main-body .session-box-input:hover{background:linear-gradient(135deg,#f0faff 0%,#e8fcf5 100%);box-shadow:0 1px #44c3f9 inset,0 0 0 1px #27e4a0 inset}.main-body .session-content{display:flex;flex-wrap:nowrap;align-items:center;width:100%}.main-body .session-item{display:flex;align-items:center;padding:8px 8px 8px 0;width:inherit;position:relative}.main-body .session-item .dropdown,.main-body .session-item .dropbtn{width:100%}.main-body .session .icon-move{padding-left:20px;cursor:-webkit-grabbing}.main-body .session .icon-move:before{content:url(/images/icon-move.svg);position:absolute;top:calc(50% - 8px);left:0}.main-body .session-title{display:flex;align-items:center;margin-bottom:12px}.main-body .session-title h6{margin-left:4px;color:var(--grey-500, #1a202c);font-size:14px;font-family:semibold;font-weight:600;line-height:20px}.main-body .session-icon-move{width:16px;min-width:16px;height:16px;margin-right:4px;cursor:-webkit-grabbing}.main-body .session .path{padding:0 16px;display:flex;align-items:center}.main-body .session .path-icon{width:20px;height:20px;min-width:20px}.main-body .session .dropdown-title span{font-size:14px}.main-body .session .switch{position:relative;display:inline-block;width:36px;height:20px;border:1px solid #a0aec0;border-radius:34px}.main-body .session .switch input{opacity:0;width:0;height:0}.main-body .session .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-transition:.4s;transition:.4s;background-position:12px}.main-body .session .switch .slider:before{position:absolute;content:"";height:16px;width:16px;left:1px;bottom:1px;background:#a0aec0;-webkit-transition:.4s;transition:.4s}.main-body .session .switch input:checked+.slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(16px);background:var(--primary-linear-500, linear-gradient(135deg, #44c3f9 0%, #27e4a0 100%))}.main-body .session .switch .slider.round{border-radius:34px}.main-body .session .switch .slider.round:before{border-radius:50%}.main-body .session .switch-checked{border:1px solid #27e4a0}.main-body .checkbox{display:flex;width:100%;gap:16px}.main-body .checkbox-item{width:50%}.main-body .checkbox-item-icon{width:24px;min-width:24px;height:24px}.main-body .checkbox-item-content{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.main-body .checkbox-item-content span{color:var(--grey-500, #1a202c);font-size:14px;font-family:medium;font-weight:500;line-height:20px}.main .btn-icon-comm{width:20px;min-width:20px;height:20px}.main-action{margin-top:24px;display:flex;justify-content:center}.trans-select{border:1px solid var(--grey-200, #e2e8f0);background:rgba(255,255,255,.5);box-shadow:0 2px 6px #00000014,0 1px 1px #00000014;width:100%;font-size:14px;background-color:#fff;padding:4px 32px 4px 8px;display:flex;justify-content:space-between;align-items:center;border-radius:8px;height:32px;font-family:medium;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url(/images/icon-dropdown.svg);background-repeat:no-repeat;background-position:calc(100% - 8px) center}.trans-select:hover,.trans-select:active{border:1px solid #27e4a0}.trans-select:focus-visible{outline:0!important}.dropdown{position:relative;display:inline-block}.dropdown .dropbtn{background-color:#fff;padding:4px 8px;display:flex;justify-content:space-between;align-items:center;border-radius:8px;height:32px;border:1px solid var(--grey-0, #fff);background:var(--glass, linear-gradient(135deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .8) 31.56%, rgba(255, 255, 255, .6) 62.81%, rgba(255, 255, 255, .85) 100%));box-shadow:0 4px 8px #00000014;cursor:pointer}.dropdown .dropbtn:hover,.dropdown .dropbtn:active{border:1px solid #27e4a0}.dropdown-title{display:flex;align-items:center}.dropdown-title span{margin-left:8px;color:var(--grey-500, #1a202c);font-size:14px;font-family:medium;font-weight:500;line-height:24px;white-space:nowrap}.dropdown .btn-icon-dropdown{margin-left:8px;width:16px;min-width:16px;height:16px}.dropdown-item{display:flex;justify-content:space-between;align-items:center;padding:8px;cursor:pointer}.dropdown-item:hover{background:linear-gradient(135deg,rgba(68,195,249,.1) 0%,rgba(39,228,160,.1) 100%)}.dropdown-item-text{color:var(--grey-400, #718096);font-size:14px;font-family:medium;font-weight:500;line-height:24px}.dropdown-item-title{display:flex;align-items:center}.dropdown-item-logo{width:20px;min-width:20px;height:20px}.dropdown-item-name{margin-left:8px;color:var(--grey-400, #718096);font-size:16px;font-family:medium;font-weight:500;line-height:24px}.dropdown-item-checked .dropdown-item-name{color:var(--grey-500, #1a202c);font-size:16px;font-family:medium;font-weight:500;line-height:24px}.dropdown-item-input{display:block;position:relative;padding-left:20px;margin-bottom:15px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-item-input input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.dropdown-item-input .checkmark{position:absolute;top:0;left:0;height:16px;width:16px;background-color:#fff;border-radius:4px;border:1px solid #a0aec0}.dropdown-item .dropdown-item-input input:checked~.checkmark{background:var(--primary-linear-500, linear-gradient(135deg, #44c3f9 0%, #27e4a0 100%));border:1px solid #27e4a0}.dropdown-item .checkmark:after{content:"";position:absolute;display:none}.dropdown-item .dropdown-item-input input:checked~.checkmark:after{display:block}.dropdown-item .dropdown-item-input .checkmark:after{left:4px;top:2px;width:5px;height:8px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dropdown-content{display:none;position:absolute;right:0;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1;overflow:auto;border-radius:8px;border:1px solid var(--grey-200, #e2e8f0);background:var(--grey-0, #fff)}.dropdown:hover .dropdown-content{display:block}.hidden-span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:140px;display:inline-block}.trans{display:flex;flex-direction:column;height:100%}.trans .header{height:52px;margin:12px 16px 0;display:flex;justify-content:space-between;align-items:center;padding:20px 16px;border-radius:12px;background:var(--primary-linear-500, linear-gradient(135deg, #44c3f9 0%, #27e4a0 100%));box-shadow:0 16px 8px -16px #00000014}.trans .header-title{display:flex;align-items:center}.trans .header-title-logo{width:24px;height:24px;min-width:24px}.trans .header-title span{color:var(--grey-0, #fff);font-size:16px;font-weight:700;margin-left:8px;font-family:bbold}.trans .header-title .update-version{display:flex;align-items:center;padding:4px 8px;border-radius:6px;background:#1677ff;height:24px;border:0;margin-left:8px;cursor:pointer}.trans .header-title .update-version-icon{width:16px;min-width:16px;height:16px}.trans .header-title .update-version-text{margin-left:4px;color:var(--grey-0, #fff);font-family:semibold;font-size:12px;font-weight:600;line-height:16px}.trans .header .account{display:flex;align-items:center;cursor:pointer}.trans .header .account .change-app{display:flex;align-items:center;padding:4px 8px;border-radius:20px;background:var(--grey-0, #fff);border:0;cursor:pointer}.trans .header .account .change-app-icon{width:16px;height:16px;min-width:16px}.trans .header .account .change-app-text{margin-left:4px;background:var(--primary-linear-500, linear-gradient(135deg, #44c3f9 0%, #27e4a0 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.trans .header .account-avt{width:24px;height:24px;min-width:24px;margin-left:4px}.trans .header .account-name{color:var(--grey-0, #fff);font-size:16px;font-weight:600;font-family:semibold}.trans .body{flex:1}.trans .body .login{margin-top:40px}.trans .body .login-main{display:flex;flex-direction:column;align-items:center}.trans .body .login-main-img{width:262px;min-width:262px;height:254px}.trans .body .login-main-decs{margin-top:24px;width:242px;text-align:center}.trans .body .login-main-decs span{color:var(--grey-400, #718096);font-family:regular;font-size:16px;line-height:24px}.trans .body .login-btn{margin-top:36px;text-decoration:none;font-family:medium}.trans .body .comm{display:flex;justify-content:center}.trans .body .comm-header{margin-top:80px}.trans .body .comm-header-title{color:var(--grey-500, #1a202c);font-size:24px;font-family:bbold;font-weight:700;line-height:32px}.trans .body .comm-header-decs{color:var(--grey-400, #718096);font-size:16px;font-family:regular;line-height:24px}.trans .body .comm-list{display:flex;margin-top:40px}.trans .body .comm-item{box-shadow:0 24px 12px #00000014;margin-left:15px;border-radius:12px;border:1.5px solid var(--grey-0, #fff);background:var(--glass, linear-gradient(135deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .8) 31.56%, rgba(255, 255, 255, .6) 62.81%, rgba(255, 255, 255, .85) 100%));box-shadow:0 4px 8px #0000000a;cursor:pointer}.trans .body .comm-item-logo{width:110px;min-width:110px;height:110px}.trans .body .comm-item:hover{border:1px solid #1bd08f}.trans .body .comm .checked{border-radius:12px;border:1px solid #1bd08f;background:var(--glass, linear-gradient(135deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .8) 31.56%, rgba(255, 255, 255, .6) 62.81%, rgba(255, 255, 255, .85) 100%));box-shadow:0 24px 12px #00000014}.trans .body .comm-action{width:100%;display:flex;justify-content:center;margin-top:80px}.trans .body .comm-main{position:relative}.trans .body .comm-icon-bg{position:absolute;top:22px;left:-55px;width:84px;height:84px;min-width:84px}.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#0006}.modal-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:80%}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}*,*:after,*:before{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}.container{width:800px;height:600px;background:url(/images/bg.png)}.image{display:flex;align-items:center;justify-content:center;overflow:hidden}.image img{width:100%}.trans-btn{color:var(--grey-0, #fff);padding:8px 32px;min-width:234px;border-radius:20px;background:var(--primary-linear-500, linear-gradient(135deg, #44c3f9 0%, #27e4a0 100%));display:flex;align-items:center;justify-content:center;cursor:pointer;border:0;height:40px;font-family:medium;font-size:16px}.trans-btn:hover{background:var(--primary-linear-600, linear-gradient(135deg, #08a9ed 0%, #19c789 100%))}.footer{padding:8px 12px;border-radius:6px;border:.5px solid var(--grey-0, #fff);background:var(--grey-0, #fff);box-shadow:0 4px 8px #0000000a;margin:0 16px 16px;display:flex;justify-content:space-between}.footer-left,.footer-right{display:flex;align-items:center}.footer-text{color:var(--grey-500, #1a202c);font-family:medium;font-size:14px;font-weight:500;line-height:20px}.footer-text-group{background:var(--primary-linear-600, linear-gradient(135deg, #08a9ed 0%, #19c789 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:bbold;font-size:14px;font-weight:700;line-height:20px;margin-left:3px}.footer-logo-smit{margin:0 3px}.footer-link{border:1px solid #27e4a0;border-radius:16px;display:flex;justify-content:center;align-items:center;padding:0 4px;height:20px;text-decoration:none;margin-left:4px}.footer-link-icon{min-width:14px;height:14px}.footer-link span{margin-left:3px;font-size:12px;font-family:semibold;font-weight:600;line-height:16px;background-clip:text;-webkit-background-clip:text;color:transparent;background-image:linear-gradient(to right,#44c3f9,#27e4a0)}.footer-link-smit{background:var(--primary-linear-600, linear-gradient(135deg, #08a9ed 0%, #19c789 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:bbold;font-size:14px;font-weight:700;line-height:20px;margin-left:3px}.v-toast{font-family:semibold}.ms-0{margin-left:0!important}.disabled,.disabled:hover{background:var(--grey-300, #a0aec0)!important;cursor:not-allowed}@font-face{font-family:black;src:url(/assets/black-959d80ae.otf) format("truetype")}@font-face{font-family:bbold;src:url(/assets/bold-9ad6b255.otf) format("truetype")}@font-face{font-family:heavy;src:url(/assets/heavy-a9f72516.otf) format("truetype")}@font-face{font-family:light;src:url(/assets/light-8861c4b7.otf) format("truetype")}@font-face{font-family:medium;src:url(/assets/medium-0ee1577f.otf) format("truetype")}@font-face{font-family:semibold;src:url(/assets/semibold-92a6c79a.otf) format("truetype")}@font-face{font-family:regular;src:url(/assets/regular-cd5f8b2b.ttf) format("truetype")}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1052;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width: 768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23000' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat}
