: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{position:absolute;z-index:2000;background-color:var(--el-mask-color);margin:0;top:0;right:0;bottom:0;left:0;transition:opacity var(--el-transition-duration)}.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{top:50%;margin-top:calc(0px - var(--el-loading-spinner-size)/2);width:100%;text-align:center;position:absolute}.el-loading-spinner .el-loading-text{color:var(--el-color-primary);margin:3px 0;font-size:14px}.el-loading-spinner .circular{display:inline;height:var(--el-loading-spinner-size);width:var(--el-loading-spinner-size);animation:loading-rotate 2s linear infinite}.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}}.add-or-edit[data-v-02057dc0]{height:100%;background:#fff}.add-or-edit .header[data-v-02057dc0]{padding:30px 21px 20px;border-bottom:2px solid #f7f8fc}.add-or-edit .header .title[data-v-02057dc0]{color:#232020;font-size:16px;font-weight:600}.add-or-edit .header .btn[data-v-02057dc0]{width:102px;height:38px;background:#d8d5d5;border-radius:19px;color:#fff;text-align:center;line-height:38px;font-size:14px;cursor:pointer}.add-or-edit .header .confirm-btn[data-v-02057dc0]{background:#ff571a;margin-left:7px}.add-or-edit .content[data-v-02057dc0]{width:100%;height:calc(100% - 130px);overflow-y:scroll}.add-or-edit .content .com-form[data-v-02057dc0]{width:1200px;padding:40px 20px}