@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;font-size:14px;color:#1a1a1a;background-color:#f9f9f9;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#0078ff;text-decoration:none}ul,ol{list-style:none}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-1{flex:1}.text-primary{color:#0078ff}.text-secondary{color:#536881}.bg-white{background-color:#fff}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-16{margin-bottom:16px}.page-container,.page-placeholder{padding:16px}:root{--el-color-primary: #0078FF;--el-color-primary-light-3: #479DFF;--el-color-primary-light-5: #66adff;--el-color-primary-light-7: #99c6ff;--el-color-primary-light-8: #b3d4ff;--el-color-primary-light-9: #e0efff;--el-color-primary-dark-2: #0066cc}.el-button--primary{--el-button-bg-color: #0078FF;--el-button-border-color: #0078FF;--el-button-hover-bg-color: #479DFF;--el-button-hover-border-color: #479DFF;--el-button-active-bg-color: #0066cc;--el-button-active-border-color: #0066cc}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#909399}::-webkit-scrollbar-track{background:transparent}
