.darkmode-swicher{display:inline-block;background-color:#000;width:40px;height:40px;border-radius:50%;cursor:pointer;box-shadow:0 2px 12px 0 rgba(0,0,0,.1);transition:.6s;display:flex;justify-content:center;align-items:center}.darkmode-swicher:hover{box-shadow:0 5px 20px 0 rgba(0,0,0,.3)}.bg-color-primary{background-color:#687cf7}.bg-color-success{background-color:#67c23a}.bg-color-warning{background-color:#e6a23c}.bg-color-danger{background-color:#f56c6c}.bg-color-info{background-color:#909399}.text-color-1{color:#303133}.text-color-2{color:#606266}.text-color-3{color:#909399}.text-color-4{color:#c0c4cc}.text-color-primary{color:#687cf7}.text-color-success{color:#67c23a}.text-color-warning{color:#e6a23c}.text-color-danger{color:#f56c6c}.text-color-info{color:#909399}.border-1,.border-2,.border-3,.border-4{border:1px solid #dcdfe6}.border-radius{border-radius:14px}.flex-center{display:flex;justify-content:center;align-items:center}:root{--theme-color:#687cf7}html{overflow:auto}html::-webkit-scrollbar{width:6px;height:6px}html::-webkit-scrollbar-thumb{background:hsla(0,1%,47%,.2);border-radius:3px;-webkit-box-shadow:inset 0 0 5px hsla(0,0%,100%,.05)}html::-webkit-scrollbar-track{background:transparent;border-radius:3px;-webkit-box-shadow:inset 0 0 5px rgba(37,37,37,.05)}#nprogress .bar{background:var(--theme-color)!important}#nprogress .peg{box-shadow:0 0 10px red,0 0 5px var(--theme-color)!important}body{margin:0;padding:0}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px;-webkit-box-shadow:inset 0 0 5px hsla(0,0%,100%,.05)}body::-webkit-scrollbar-track{background:hsla(0,0%,100%,.15);border-radius:3px;-webkit-box-shadow:inset 0 0 5px rgba(37,37,37,.05)}.ds{position:fixed;bottom:50px;left:50px}.ant-menu-item-selected{border-radius:8px}.ant-menu-item{width:96%!important}.ant-modal-confirm-body{justify-content:center}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:2px solid transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}