:root{--koneko-color-primary-rgb: 2, 6, 23;--koneko-color-primary: rgb(var(--koneko-color-primary-rgb));--koneko-text-color-primary: #303133;--koneko-text-color: #606266;--koneko-background-color: #FFFFFF;--koneko-border-radius: 6px;--koneko-border: 1px solid #E6E6E6;--koneko-fill-color: #777777;--koneko-fill-background-color: rgb(245, 245, 245);--koneko-placeholder-color: #93959A;--koneko-disabled-background-color: #f5f7fa;--koneko-hover-background-color: #F2F3F5;--koneko-focus-background-color: rgba(var(--koneko-color-primary-rgb), .1);--koneko-mask-background-color: rgba(29, 33, 41, .6);--koneko-box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--koneko-transition-duration-fast: .2s;--koneko-transition-duration: .3s;--koneko-transition-all: all var(--koneko-transition-duration) ease;--koneko-transition-color: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, outline-color .3s ease;--koneko-scrollbar-size: 4px;--koneko-scrollbar-border-radius: 10px;--koneko-scrollbar-track-background-color: #f1f1f1;--koneko-scrollbar-thumb-background-color: #909399;--koneko-z-index: 1000}:root{--koneko-base-font-size: 14px;--koneko-base-height: 32px;--koneko-base-line-height: 32px;--koneko-base-color: #262626;--koneko-base-background-color-rgb: 245, 245, 245;--koneko-base-border-color: #E6E6E6;--koneko-base-border: 1px solid var(--koneko-base-border-color);--koneko-base-border-radius: 2px}:root svg{width:14px;height:14px;transform-origin:center}:root .koneko--size-large{--koneko-base-font-size: 16px;--koneko-base-height: 40px;--koneko-base-line-height: 40px}:root .koneko--size-default{--koneko-base-font-size: 14px;--koneko-base-height: 32px;--koneko-base-line-height: 32px}:root .koneko--size-small{--koneko-base-font-size: 12px;--koneko-base-height: 24px;--koneko-base-line-height: 24px}:root .koneko--type-primary{--koneko-base-color: #FFFFFF;--koneko-base-background-color-rgb: var(--koneko-color-primary-rgb);--koneko-base-border-color: rgba(var(--koneko-base-background-color-rgb), .3)}:root .koneko--type-success{--koneko-base-color: #FFFFFF;--koneko-base-background-color-rgb: 103, 194, 58;--koneko-base-border-color: rgb(103, 194, 58)}:root .koneko--type-warning{--koneko-base-color: #FFFFFF;--koneko-base-background-color-rgb: 230, 162, 60;--koneko-base-border-color: rgb(230, 162, 60)}:root .koneko--type-danger{--koneko-base-color: #FFFFFF;--koneko-base-background-color-rgb: 245, 108, 108;--koneko-base-border-color: rgb(245, 108, 108)}:root .koneko--type-info{--koneko-base-color: #FFFFFF;--koneko-base-background-color-rgb: 144, 147, 153;--koneko-base-border-color: rgb(144, 147, 153)}:root[koneko-theme=dark]{--koneko-color-primary-rgb: 255, 114, 200;--koneko-text-color-primary: #E5EAF3;--koneko-text-color: #A3A6AD;--koneko-placeholder-color: #6C6E72;--koneko-background-color: #0a0a1e;--koneko-fill-background-color: #262727;--koneko-hover-background-color: #333335;--koneko-disabled-background-color: #1d1d1d;--koneko-focus-background-color: rgba(var(--koneko-color-primary-rgb), .2);--koneko-mask-background-color: rgba(0, 0, 0, .8);--koneko-border: 1px solid #4C4D4F;--koneko-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .5), 0 1px 4px 0 rgba(0, 0, 0, .5);--koneko-scrollbar-track-background-color: #1d1d1f;--koneko-scrollbar-thumb-background-color: #4c4d4f;--koneko-base-color: #E5EAF3;--koneko-base-background-color-rgb: 38, 39, 39;--koneko-base-border-color: #4C4D4F}body{margin:0;line-height:1.6;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-rendering:optimizeLegibility;text-size-adjust:none;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.koneko-input,.koneko-input-number{color:var(--koneko-text-color);border:var(--koneko-base-border);border-radius:var(--koneko-base-border-radius);transition:var(--koneko-transition-color);font-size:var(--koneko-base-font-size);display:inline-flex;box-sizing:border-box;-webkit-user-select:none;user-select:none;width:100%;min-width:0;min-height:0;height:var(--koneko-base-height);background-color:transparent}:is(.koneko-input,.koneko-input-number)>input{min-width:0;padding:0 8px;flex:1;border:none;border-radius:inherit;background-color:inherit;color:inherit;outline:none;height:inherit;line-height:inherit;box-sizing:border-box;-webkit-appearance:none}:is(.koneko-input,.koneko-input-number)>input::-webkit-inner-spin-button{display:none}:is(.koneko-input,.koneko-input-number)>.koneko-input-number-button{display:none;flex-direction:column;justify-content:center;padding:0 2px}:is(.koneko-input,.koneko-input-number)>.koneko-input-number-button svg{width:12px;height:12px;transition:var(--koneko-transition-color)}:is(.koneko-input,.koneko-input-number)>.koneko-input-number-button svg:hover{color:var(--koneko-color-primary)}:is(.koneko-input,.koneko-input-number)::placeholder,:is(.koneko-input,.koneko-input-number) input::placeholder{color:var(--koneko-placeholder-color);font-style:italic}:is(.koneko-input,.koneko-input-number):hover{background-color:var(--koneko-hover-background-color)}:is(.koneko-input,.koneko-input-number).koneko--focus{border-color:var(--koneko-color-primary);background-color:var(--koneko-focus-background-color)}:is(.koneko-input,.koneko-input-number).koneko--focus .koneko-input-number-button{display:flex}:is(.koneko-input,.koneko-input-number).koneko--disabled{background-color:var(--koneko-disabled-background-color)}:is(.koneko-input,.koneko-input-number).koneko--disabled>*{cursor:not-allowed}#koneko-progress-bar{pointer-events:none;position:fixed;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,transparent,var(--koneko-color-primary));border-radius:var(--koneko-border-radius);opacity:1;transform:translate(-100%);transition:all .3s ease;z-index:9999}#koneko-progress-bar:after{content:"";position:absolute;height:2px;width:150px;top:0;right:0;background:linear-gradient(to right,var(--koneko-color-primary),rgba(34,153,221,.5));box-shadow:0 0 10px #29d,0 0 5px #29d;transform:rotate(2deg) translateY(-3px)}#koneko-animation-hover-rotate-180:hover>*{transform:rotate(180deg);transition:transform .3s ease}#koneko-full-screen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;border-radius:0}.koneko-ul{list-style:none;margin:0;padding:0}#app{width:100%;height:100%;height:-webkit-fill-available;height:100dvh;height:100vh}@font-face{font-family:iconfont;src:url(//at.alicdn.com/t/c/font_5006021_ujuymnz4ds.woff2?t=1773400794656) format("woff2"),url(//at.alicdn.com/t/c/font_5006021_ujuymnz4ds.woff?t=1773400794656) format("woff"),url(//at.alicdn.com/t/c/font_5006021_ujuymnz4ds.ttf?t=1773400794656) format("truetype")}.iconfont{font-family:iconfont!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-zhutiqiehuan:before{content:""}.icon-quanping:before{content:""}.icon-icon_tuxinggongju-danshebeixiugai:before{content:""}.icon-duqu:before{content:""}.icon-xuanzhuan-2:before{content:""}.icon-camera:before{content:""}.icon-kongshuju1:before{content:""}.icon-caozuo:before{content:""}.icon-gongneng:before{content:""}.icon-jiaochengqianniu:before{content:""}.icon-zhedie:before{content:""}.icon-shouye:before{content:""}.icon-tiaozhuan-zhuanqu:before{content:""}.icon-xiazai:before{content:""}.icon-window-down:before{content:""}.icon-remen:before{content:""}.icon-icon-shangchuan:before{content:""}.icon-mima:before{content:""}.icon-duigou:before{content:""}.icon-yonghuguanli_huaban:before{content:""}.icon-qiapian:before{content:""}.icon-wendang:before{content:""}.icon-daping:before{content:""}.icon-yingyongguanli:before{content:""}.icon-shezhi1:before{content:""}.icon-shuaxin:before{content:""}.icon-shanchu:before{content:""}.icon-bianji:before{content:""}.icon-a-Language:before{content:""}.koneko-message[data-v-c565bfe1]{display:inline-flex;align-items:center;padding:0 16px;width:auto;height:var(--koneko-base-height);line-height:var(--koneko-base-line-height);color:rgba(var(--koneko-base-background-color-rgb));background-color:var(--koneko-background-color);border-radius:var(--koneko-base-border-radius);box-shadow:var(--koneko-box-shadow);box-sizing:border-box;white-space:nowrap;cursor:pointer;transition:all .3s ease}
