body{position:relative;padding:0;margin:0}body .new-windows-box{box-sizing:border-box;background-color:#f5f5f5;box-shadow:0 3px 6px 0 #aaa;border:1px solid #bbb;overflow:hidden;position:fixed;width:50%;height:50%;color:#333}body .new-windows-box *{box-sizing:border-box}body .new-windows-box .new-windows-header{width:100%;height:32px;background-color:#f2f6fc;display:flex;align-items:center;justify-content:space-between}body .new-windows-box .new-windows-header .new-windows-title{display:flex;align-items:flex-start;max-width:300px;cursor:default;height:100%;font-size:14px;padding:5px 0 0 10px}body .new-windows-box .new-windows-header .new-windows-title .new-windows-icon{width:18px;height:18px;margin-right:5px;overflow:hidden}body .new-windows-box .new-windows-header .new-windows-title .new-windows-icon img,body .new-windows-box .new-windows-header .new-windows-title .new-windows-icon svg{width:100%;height:100%;fill:currentColor;overflow:hidden}body .new-windows-box .new-windows-header .new-windows-title .new-windows-name{height:18px;line-height:18px;max-width:140px;white-space:nowrap;overflow:hidden}body .new-windows-box .new-windows-header .new-windows-move{flex:1;height:100%;cursor:move}body .new-windows-box .new-windows-header .new-windows-btnbox{display:flex;align-items:flex-start;height:100%}body .new-windows-box .new-windows-header .new-windows-btnbox .new-windows-btn{width:36px;padding:5px;cursor:pointer;display:flex;justify-content:center;align-items:center}body .new-windows-box .new-windows-header .new-windows-btnbox .new-windows-btn svg{width:16px;height:16px}body .new-windows-box .new-windows-header .new-windows-btnbox .new-windows-btn:not(.new-windows-close):hover{background-color:hsla(0,0%,87%,.8)}body .new-windows-box .new-windows-header .new-windows-btnbox .new-windows-close:hover{background-color:rgba(238,0,0,.8);color:#fff}body .new-windows-box .new-windows-content{position:relative;height:calc(100% - 32px);overflow:hidden;background-color:#fff}body .new-windows-box .new-windows-content .new-windows-html{height:100%;width:100%}body .new-windows-box.max{top:0!important;left:0!important;width:100%!important;height:100%!important;border:1px solid #aaa}body .new-windows-box.mini{display:none}body #new-windows-shade{top:0;left:0;bottom:0;right:0;z-index:100000;cursor:move}body>.new-windows-mini-list-box{position:fixed!important}body .new-windows-mini-list-box{width:100%;position:absolute;bottom:0;left:0;display:flex;z-index:10001}body .new-windows-mini-list-box .new-windows-box.mini{width:120px!important;height:32px!important;resize:none!important;position:static!important;box-shadow:none;display:block}body .new-windows-mini-list-box .new-windows-box.mini .new-windows-header .new-windows-title{width:calc(100% - 36px);padding:0 0 0 5px;height:100%!important;align-items:center;overflow:hidden}body .new-windows-mini-list-box .new-windows-box.mini .new-windows-header .new-windows-title .new-windows-name{width:calc(100% - 23px)}body .new-windows-mini-list-box .new-windows-box.mini .new-windows-header .new-windows-move{display:none}body .new-windows-mini-list-box .new-windows-box.mini .new-windows-header .new-windows-btnbox{height:100%!important;align-items:center}body .new-windows-mini-list-box .new-windows-box.mini .new-windows-header .new-windows-btnbox .new-windows-minimize{height:100%}body .new-windows-mini-list-box .new-windows-box.mini .new-windows-header .new-windows-btnbox .new-windows-close,body .new-windows-mini-list-box .new-windows-box.mini .new-windows-header .new-windows-btnbox .new-windows-maximize{display:none!important}body .new-windows-mini-list-box .new-windows-box.mini .new-windows-content{display:none}.windows-right-menus{background-color:#f8f8f8;padding:3px 0;position:fixed;z-index:100001;box-shadow:0 2px 5px 0 #aaa;border:1px solid #bbb}.windows-right-menus *{box-sizing:border-box}.windows-right-menus .window-right-menus-item{width:100%;height:30px;display:flex;align-items:center;font-size:14px;color:#666;cursor:pointer;padding:0 5px}.windows-right-menus .window-right-menus-item .window-right-menus-item-icon{width:20px;height:20px;margin-right:5px;padding:2px;overflow:hidden;display:flex;align-items:center;justify-content:center}.windows-right-menus .window-right-menus-item .window-right-menus-item-icon img,.windows-right-menus .window-right-menus-item .window-right-menus-item-icon svg{width:100%;height:100%}.windows-right-menus .window-right-menus-item .window-right-menus-item-name{width:calc(100% - 25px);height:30px;line-height:30px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:left}.windows-right-menus .window-right-menus-item:hover{background-color:#fff}.new-window-message{position:fixed;z-index:2000;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.75);padding:5px 10px;line-height:20px;font-size:14px;border-radius:5px;max-width:500px;text-align:center;max-width:50%}.new-window-message.success{color:#7fff00;border:1px solid #7fff00}.new-window-message.error{color:#f55;border:1px solid #f55}.new-window-message.info{color:#fff}.new-window-message-box{width:420px;padding-bottom:10px;vertical-align:middle;background-color:#fff;border-radius:4px;border:1px solid #ebeef5;font-size:18px;box-shadow:0 2px 12px 0 #aaa;text-align:left;overflow:hidden;backface-visibility:hidden;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2001}.new-window-message-box .head{position:relative;padding:15px 15px 10px;font-size:16px}.new-window-message-box .content{padding:10px 15px;color:#606266;font-size:14px}.new-window-message-box .btns{padding:5px 15px 0;text-align:right}.new-window-message-box .btns .btn{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dcdfe6;color:#606266;-webkit-appearance:none;text-align:center;box-sizing:border-box;outline:none;margin:0;transition:.1s;font-weight:500;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:6px 12px;font-size:14px;border-radius:4px}.new-window-message-box .btns .btn+.btn{margin-left:10px}.new-window-message-box .btns .btn.primary{color:#fff;background-color:#409eff;border-color:#409eff}.new-window-message-box .btns .btn:focus,.new-window-message-box .btns .btn:hover{color:#409eff;border-color:#c6e2ff;background-color:#ecf5ff}.new-window-message-box .btns .btn.primary:focus,.new-window-message-box .btns .btn.primary:hover{background:#66b1ff;border-color:#66b1ff;color:#fff}.new-screen-box{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1000001}.new-screen-box *{box-sizing:border-box}.new-screen-box .new-screen-bg-img{position:absolute;z-index:0;left:0;top:0}.new-screen-box .new-screen-top{position:relative;z-index:1;width:100%;background-color:rgba(0,0,0,.7)}.new-screen-box .new-screen-center{position:relative;z-index:1;width:100%;display:flex}.new-screen-box .new-screen-center .new-screen-left{background-color:rgba(0,0,0,.7)}.new-screen-box .new-screen-center .new-screen-content{position:relative;overflow:hidden}.new-screen-box .new-screen-center .new-screen-content .new-screen-content-img{position:absolute}.new-screen-box .new-screen-center .new-screen-right{flex:1;background-color:rgba(0,0,0,.7)}.new-screen-box .new-screen-bottom{position:relative;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.new-screen-box .new-screen-shade{position:absolute;z-index:10;width:100%;height:100%;top:0;left:0}.new-screen-box .new-screen-btns{position:absolute;z-index:11;width:110px;height:30px;padding:5px 10px;background-color:#f5f5f5;font-size:12px;display:flex;align-items:center;color:#666}.new-screen-box .new-screen-btns .new-screen-close-btn,.new-screen-box .new-screen-btns .new-screen-submit-btn{border:1px solid #f5f5f5;cursor:pointer;display:flex}.new-screen-box .new-screen-btns .new-screen-close-btn:hover,.new-screen-box .new-screen-btns .new-screen-submit-btn:hover{border-color:#ddd}.new-screen-box .new-screen-btns .new-screen-close-btn svg,.new-screen-box .new-screen-btns .new-screen-submit-btn svg{width:16px;height:16px;line-height:16px}.new-screen-box .new-screen-btns .new-screen-close-btn{padding:2px}.new-screen-box .new-screen-btns .new-screen-close-btn svg{margin:auto}.new-screen-box .new-screen-btns .new-screen-submit-btn{margin-left:10px;align-items:center;padding:2px 5px}.new-screen-box .new-screen-btns .new-screen-submit-btn span{margin-left:5px}.system-setting-summarize{width:100%;color:#444}.system-setting-summarize>.summarize-title{width:100%;font-size:24px;line-height:80px;text-align:center}.system-setting-summarize>.summarize-content{width:500px;display:flex;justify-content:space-between;flex-wrap:wrap;margin:auto}.system-setting-summarize>.summarize-content>.summarize-content-item{width:240px;height:88px;display:flex;border:1px solid #fff;margin-bottom:20px;transition:1s;cursor:default}.system-setting-summarize>.summarize-content>.summarize-content-item:hover{border-color:#aaa}.system-setting-summarize>.summarize-content>.summarize-content-item>.summarize-content-item-icon{width:60px;height:60px;padding:15px;color:#0590fe}.system-setting-summarize>.summarize-content>.summarize-content-item>.summarize-content-item-icon svg{width:100%;height:100%}.system-setting-summarize>.summarize-content>.summarize-content-item>.summarize-content-item-text{width:calc(100% - 60px);height:100%;padding:12px 0}.system-setting-summarize>.summarize-content>.summarize-content-item>.summarize-content-item-text>.summarize-content-item-name{font-size:14px}.system-setting-summarize>.summarize-content>.summarize-content-item>.summarize-content-item-text>.summarize-content-item-message{font-size:13px;line-height:26px;color:#888}.windows10-system-set-system{width:100%;height:100%;overflow-y:auto}.windows10-system-set-system>.system-set-system-title{width:100%;font-size:26px;height:80px;line-height:80px}.windows10-system-set-individuation{width:100%;height:100%;overflow-y:auto}.windows10-system-set-individuation>.system-set-individuation-title{width:100%;font-size:26px;height:80px;line-height:80px}.windows10-system-set-individuation>.system-set-individuation-content{font-size:16px;padding-left:10px}.windows10-system-set-individuation>.system-set-individuation-content>.set-individuation-content-item{padding:4px 0;font-size:14px}.windows10-system-set-individuation>.system-set-individuation-content>.set-individuation-content-item.method{margin-bottom:10px}.windows10-system-set-individuation>.system-set-individuation-content>.set-individuation-content-item>.individuation-images{width:100%;display:flex;flex-wrap:wrap}.windows10-system-set-individuation>.system-set-individuation-content>.set-individuation-content-item>.individuation-images>.individuation-image-item{width:90px;height:50px;margin:0 5px 5px 0;border:var(--border)}.windows10-system-set-individuation>.system-set-individuation-content>.set-individuation-content-item>.individuation-images>.individuation-image-item.on{border-color:var(--selectBorderColor);box-shadow:var(--boxShadow)}.windows10-system-set-individuation .window10-desktop-mini{width:450px;height:250px;border:var(--border)}.windows10-system-set-taskbar{width:100%;height:100%}.windows10-system-set-taskbar>.system-set-taskbar-title{width:100%;font-size:26px;height:80px;line-height:80px}.windows10-system-set-taskbar>.system-set-taskbar-content{font-size:16px;padding-left:10px}.windows10-system-set-taskbar>.system-set-taskbar-content>.set-taskbar-content-item{padding:4px 0;font-size:14px}.windows10-system-set-taskbar>.system-set-taskbar-content>.set-taskbar-content-item.method{margin-bottom:10px}.windows10-system-set-app{width:100%;height:100%;overflow-y:auto}.windows10-system-set-app>.system-set-app-title{width:100%;font-size:26px;height:80px;line-height:80px}.windows10-system-setting{width:100%;height:100%}.windows10-system-setting>.windows10-system-setting-content{width:100%;height:100%;display:flex}.windows10-system-setting>.windows10-system-setting-content>.system-set-taskbar-left{width:240px;height:100%;background-color:#eee}.windows10-system-setting>.windows10-system-setting-content>.system-set-taskbar-left>.set-taskbar-left-head{width:100%;height:40px;line-height:20px;font-size:16px;padding:10px;display:flex;color:#444;cursor:pointer;transition:.3s}.windows10-system-setting>.windows10-system-setting-content>.system-set-taskbar-left>.set-taskbar-left-head:hover{background-color:var(--hoverColor)}.windows10-system-setting>.windows10-system-setting-content>.system-set-taskbar-left>.set-taskbar-left-head>.set-taskbar-left-head-icon{width:20px;height:20px;margin-right:5px;padding:2px}.windows10-system-setting>.windows10-system-setting-content>.system-set-taskbar-left>.set-taskbar-left-head>.set-taskbar-left-head-icon svg{width:100%;height:100%}.windows10-system-setting>.windows10-system-setting-content>.system-set-taskbar-right{width:calc(100% - 240px);height:100%;padding-left:40px}.windows10-form-item{width:100%;min-height:30px;display:flex;align-items:center;margin-bottom:15px}.windows10-form-item .windows10-form-item-data{padding-left:10px}.window10-app-detail{width:100%;height:100%;padding:10px 10px 0 10px;background-color:#eee;color:#444}.window10-app-detail .window10-app-detail-content{width:100%;height:calc(100% - 50px);background-color:#fff;padding:0 10px}.window10-app-detail .window10-app-detail-content .window10-app-detail-head{width:100%;padding:10px 0;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;align-items:flex-end}.window10-app-detail .window10-app-detail-content .window10-app-detail-head .window10-app-detail-head-icon{width:40px;height:40px}.window10-app-detail .window10-app-detail-content .window10-app-detail-head .window10-app-detail-head-icon img,.window10-app-detail .window10-app-detail-content .window10-app-detail-head .window10-app-detail-head-icon svg{width:100%;height:100%}.window10-app-detail .window10-app-detail-content .window10-app-detail-head .window10-app-detail-head-title{width:calc(100% - 60px)}.window10-app-detail .window10-app-detail-content .window10-app-detail-setting{padding:10px 0}.window10-app-detail .window10-app-detail-footer{width:100%;height:50px;text-align:right;padding:10px 0}.window10-app-detail .window10-app-detail-footer button{height:30px;padding:0 20px;margin-left:10px}.window10-app-detail input,.window10-app-detail select{width:100%;height:30px;padding:0 5px;line-height:28px}.window10-app-detail .component{width:100%;overflow:hidden}.windows10-system-task-manager{width:100%;height:100%;padding:5px 0;color:#444}.windows10-system-task-manager>.system-task-manager-content{width:100%;height:calc(100% - 40px);overflow-y:auto}.windows10-system-task-manager>.system-task-manager-content>.system-task-manager-content-item{width:100%;height:30px;line-height:30px;display:flex;align-items:center;padding:0 5px}.windows10-system-task-manager>.system-task-manager-content>.system-task-manager-content-item:hover{background-color:rgba(98,153,243,.1)}.windows10-system-task-manager>.system-task-manager-content>.system-task-manager-content-item.select{background-color:rgba(98,153,243,.2)}.windows10-system-task-manager>.system-task-manager-content>.system-task-manager-content-item>.system-task-manager-content-ite-icon{width:30px;height:30px;padding:5px}.windows10-system-task-manager>.system-task-manager-content>.system-task-manager-content-item>.system-task-manager-content-ite-icon>img,.windows10-system-task-manager>.system-task-manager-content>.system-task-manager-content-item>.system-task-manager-content-ite-icon>svg{width:100%;height:100%}.windows10-system-task-manager>.system-task-manager-content>.system-task-manager-content-item>.system-task-manager-content-ite-name{font-size:12px}.windows10-system-task-manager>.system-task-manager-footer{width:100%;height:40px;line-height:40px;text-align:right;padding:0 20px}*{box-sizing:border-box}:root{--taskbarBg:#444;--taskbarColor:#fff;--taskbarWidth:40px;--hoverColor:hsla(0,0%,78%,.2);--border:1px solid var(--hoverColor);--selectBorderColor:#c02410;--boxShadow:0 2px 4px 0 #888;--shortcutWidth:75px;--shortcutHeight:85px;--shortcutPadding:4px}::-webkit-scrollbar{width:8px;height:8px;background-color:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.windwos10-color-select{width:30px;height:30px;padding:0}select{width:240px;height:30px}select:focus-visible{outline:none}.windows10-app{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:0;overflow:hidden;display:flex;font-size:12px}.windows10-app.top{flex-direction:column-reverse}.windows10-app.top>.windows10-desktop{width:100%;height:calc(100% - var(--taskbarWidth))}.windows10-app.top>.windows10-taskbar{width:100%;height:var(--taskbarWidth)}.windows10-app.top>.windows10-taskbar .windows10-taskbar-win-view{top:var(--taskbarWidth)}.windows10-app.top>.windows10-taskbar .windows10-taskbar-win-view .win-view-left-content{flex-direction:column-reverse}.windows10-app.bottom{flex-direction:column}.windows10-app.bottom>.windows10-desktop{width:100%;height:calc(100% - var(--taskbarWidth))}.windows10-app.bottom>.windows10-taskbar{width:100%;height:var(--taskbarWidth)}.windows10-app.bottom>.windows10-taskbar .windows10-taskbar-win-view{bottom:var(--taskbarWidth)}.windows10-taskbar{display:flex;background-color:var(--taskbarBg);color:var(--taskbarColor);position:relative;z-index:100}.windows10-taskbar .windows10-taskbar-datetime,.windows10-taskbar .windows10-taskbar-message,.windows10-taskbar .windows10-taskbar-win-icon{cursor:default}.windows10-taskbar .windows10-taskbar-datetime:hover,.windows10-taskbar .windows10-taskbar-message:hover,.windows10-taskbar .windows10-taskbar-win-icon:hover{background-color:var(--hoverColor)}.windows10-taskbar>.windows10-taskbar-app-list{width:calc(100% - 80px - var(--taskbarWidth) - var(--taskbarWidth));display:flex}.windows10-taskbar>.windows10-taskbar-app-list>.taskbar-app-list-item{width:var(--taskbarWidth);height:var(--taskbarWidth);padding:10px 10px 8px 10px;border-bottom:2px solid var(--taskbarColor);margin-left:1px}.windows10-taskbar>.windows10-taskbar-app-list>.taskbar-app-list-item.top,.windows10-taskbar>.windows10-taskbar-app-list>.taskbar-app-list-item:hover{background-color:var(--hoverColor)}.windows10-taskbar>.windows10-taskbar-app-list>.taskbar-app-list-item img,.windows10-taskbar>.windows10-taskbar-app-list>.taskbar-app-list-item svg{width:100%;height:100%}.windows10-taskbar>.windows10-taskbar-message{width:var(--taskbarWidth);height:var(--taskbarWidth);padding:10px}.windows10-taskbar>.windows10-taskbar-message>svg{width:100%;height:100%}.windows10-taskbar-query{width:0;height:100%;background-color:#f5f5f5;border:1px solid var(--taskbarBg);color:#444;overflow:hidden;transition:.3s}.windows10-taskbar-query.show{width:320px}.windows10-taskbar-query>.windows10-taskbar-query-box{display:flex;align-items:center;width:318px;height:100%}.windows10-taskbar-query>.windows10-taskbar-query-box>.windows10-taskbar-query-icon{width:calc(var(--taskbarWidth) - 2px);height:calc(var(--taskbarWidth) - 2px);padding:10px}.windows10-taskbar-query>.windows10-taskbar-query-box>.windows10-taskbar-query-icon svg{width:100%;height:100%}.windows10-taskbar-query>.windows10-taskbar-query-box>.windows10-taskbar-query-input{width:calc(100% - var(--taskbarWidth) - 60px);height:100%;border:none;padding:0 10px;background-color:#fff}.windows10-taskbar-query>.windows10-taskbar-query-box>.windows10-taskbar-query-input:focus-visible{outline:none}.windows10-taskbar-query>.windows10-taskbar-query-box>.windows10-taskbar-query-input:hover{background-color:#fff}.windows10-taskbar-query>.windows10-taskbar-query-box>.windows10-taskbar-query-button{width:55px;height:calc(var(--taskbarWidth) - 6px);background-color:var(--taskbarBg);color:var(--taskbarColor);text-align:center;line-height:calc(var(--taskbarWidth) - 6px);margin-left:5px;cursor:pointer;transition:.2s}.windows10-taskbar-query>.windows10-taskbar-query-box>.windows10-taskbar-query-button:hover{box-shadow:0 0 2px 0 var(--taskbarBg)}.windows10-taskbar-datetime{width:80px;text-align:center;line-height:16px;display:flex;flex-direction:column;justify-content:center}.windows10-taskbar-win{width:var(--taskbarWidth);height:var(--taskbarWidth)}.windows10-taskbar-win .windows10-taskbar-win-icon{width:100%;height:100%;padding:10px}.windows10-taskbar-win .windows10-taskbar-win-icon:hover{background-color:var(--hoverColor)}.windows10-taskbar-win .windows10-taskbar-win-icon>svg{width:100%;height:100%}.windows10-taskbar-win>.windows10-taskbar-win-view{position:absolute;left:0;background-color:var(--taskbarBg);color:var(--taskbarColor);width:500px;height:600px;display:none;border-top:var(--border);border-bottom:var(--border)}.windows10-taskbar-win>.windows10-taskbar-win-view.show{display:flex}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left{width:var(--taskbarWidth);height:100%;position:relative;z-index:1}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;background-color:var(--taskbarBg);overflow:hidden;transition:.3s}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content:hover{width:180px;border-right:var(--border)}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content>.win-view-left-content-item{width:179px;height:var(--taskbarWidth);display:flex;align-items:center;cursor:default}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content>.win-view-left-content-item:hover{background-color:var(--hoverColor)}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content>.win-view-left-content-item>.win-view-left-content-item-icon{width:var(--taskbarWidth);height:100%;padding:10px}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content>.win-view-left-content-item>.win-view-left-content-item-icon img,.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content>.win-view-left-content-item>.win-view-left-content-item-icon svg{width:100%;height:100%}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-left>.win-view-left-content>.win-view-left-content-item>.win-view-left-content-item-name{width:calc(100% - var(--taskbarWidth));height:100%;line-height:var(--taskbarWidth);font-size:16px}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-content{width:220px;height:100%;border-left:var(--border);padding-top:10px}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-content>.windows10-taskbar-win-view-content-app-item{padding:5px 10px;display:flex;justify-content:space-between;align-items:center}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-content>.windows10-taskbar-win-view-content-app-item:hover{background-color:var(--hoverColor)}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-content>.windows10-taskbar-win-view-content-app-item>.windows10-taskbar-win-view-content-app-icon{width:26px;height:26px}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-content>.windows10-taskbar-win-view-content-app-item>.windows10-taskbar-win-view-content-app-icon img,.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-content>.windows10-taskbar-win-view-content-app-item>.windows10-taskbar-win-view-content-app-icon svg{width:100%;height:100%}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-content>.windows10-taskbar-win-view-content-app-item>.windows10-taskbar-win-view-content-app-title{width:calc(100% - 40px);overflow:hidden}.windows10-taskbar-win>.windows10-taskbar-win-view>.windows10-taskbar-win-view-right{width:calc(100% - var(--taskbarWidth) - 220px);height:100%;border-left:var(--border)}.windows10-desktop{background-color:#fff;overflow:hidden;position:relative;z-index:99}.windows10-desktop>.windows10-desktop-background{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;z-index:0}.windows10-desktop>.windows10-desktop-operation-box{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;z-index:1;padding:5px}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item{width:var(--shortcutWidth);height:var(--shortcutHeight);display:flex;flex-direction:column;text-align:center;border:var(--border);border-color:transparent;position:absolute;z-index:2;overflow:hidden}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item:hover{border-color:hsla(0,0%,100%,.3);background-color:var(--hoverColor)}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item>.windows10-desktop-shortcut-icon-box{width:100%;padding:var(--shortcutPadding);position:relative}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item>.windows10-desktop-shortcut-icon-box>img,.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item>.windows10-desktop-shortcut-icon-box>svg{width:100%;height:100%}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item>.windows10-desktop-shortcut-icon-box>.windows10-desktop-shortcut-item-lock{width:25px;height:25px;position:absolute;bottom:0;left:0;z-index:1;background-color:var(--hoverColor);padding:5px}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item>.windows10-desktop-shortcut-icon-box>.windows10-desktop-shortcut-item-lock>svg{width:100%;height:100%}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item>.windows10-desktop-shortcut-item-shade{position:absolute;top:0;left:0;bottom:0;right:0;z-index:2}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item>.windows10-desktop-shortcut-title{width:100%}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-shortcut-item.not-lock .windows10-desktop-shortcut-item-lock{display:none}.windows10-desktop>.windows10-desktop-operation-box>.windows10-desktop-operation-move-shade{position:absolute;left:0;top:0;right:0;bottom:0;z-index:999999;cursor:move}.windows10-desktop>.windows10-desktop-operation-box .move{background-color:hsla(0,0%,100%,.3);border-color:var(--hoverColor);z-index:999998}