:root{--color-primary:#3175f7;--color-white:#fff;--color-black:#282e39;--el-color-primary:#3175f7;--color-border:#d8d8d8;--primary-text-color:#000;--sub-text-color:#666;--paragraph-color:#898a8e;--time-color:#999;--border-color:#d9d9d9;--font-family-serif:"Noto Sans SC","Microsoft YaHe",SimHei,helvetica,arial,verdana,tahoma,sans-serif;--font-size-base:14px;--line-height-base:1.5;--page-padding-x:15vw;--page-mobile-padding-x:12px;--page-padding:0 var(--page-padding-x);--grey-color:#f2f2f2}*,body,html{box-sizing:border-box;outline:none}body,h1,h2,h3,h4,h5,h6,html,li,ol,p,ul{list-style:none;margin:0;padding:0}body,html{color:var(--primary-text-color);font-family:var(--font-family-serif);font-size:var(--font-size-base);font-weight:400;height:100%;line-height:var(--line-height-base);overflow-y:hidden;width:100%}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:#0000;border-radius:6px}::-webkit-scrollbar-thumb{background:#9093994d;border-radius:6px;-webkit-transition:background .3s;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:#90939980}::-webkit-scrollbar-corner{background:#0000}.search-select-model .el-select-dropdown__item{align-items:center;display:flex;gap:8px}:root{--el-loading-spinner-size:42px;--el-loading-fullscreen-spinner-size:50px}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{background-color:var(--el-mask-color);bottom:0;left:0;margin:0;position:absolute;right:0;top:0;transition:opacity var(--el-transition-duration);z-index:2000}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:calc((0px - var(--el-loading-fullscreen-spinner-size))/2)}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:var(--el-loading-fullscreen-spinner-size);width:var(--el-loading-fullscreen-spinner-size)}.el-loading-spinner{margin-top:calc((0px - var(--el-loading-spinner-size))/2);position:absolute;text-align:center;top:50%;width:100%}.el-loading-spinner .el-loading-text{color:var(--el-color-primary);font-size:14px;margin:3px 0}.el-loading-spinner .circular{animation:loading-rotate 2s linear infinite;display:inline;height:var(--el-loading-spinner-size);width:var(--el-loading-spinner-size)}.el-loading-spinner .path{animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--el-color-primary);stroke-linecap:round}.el-loading-spinner i{color:var(--el-color-primary)}.el-loading-fade-enter-from,.el-loading-fade-leave-to{opacity:0}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}
