:root{--primary-color: #409eff;--success-color: #67c23a;--warning-color: #e6a23c;--danger-color: #f56c6c;--info-color: #909399;--text-color-primary: #303133;--text-color-regular: #606266;--text-color-secondary: #909399;--border-color: #dcdfe6;--border-color-light: #e4e7ed;--border-color-lighter: #ebeef5;--bg-color: #ffffff;--bg-color-light: #f5f7fa;--font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%;font-family:var(--font-family);font-size:14px;color:var(--text-color-primary);background-color:var(--bg-color-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{height:100%;width:100%}a{color:var(--primary-color);text-decoration:none}h1,h2,h3,h4,h5,h6{margin-top:0;font-weight:500;color:var(--text-color-primary)}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background-color:var(--bg-color-light)}::-webkit-scrollbar-thumb{background-color:#c0c4cc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#909399}.no-select{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:transform .3s,opacity .3s}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(10px);opacity:0}
