@charset "UTF-8";.kh-formControlPageDesign{--border-color:#b1c5ff;--FPD-header-height:60px;--FPD-header-bg:#334459;--design-bg:var(--kh-gray-2);--FPD-bg:#2b3551;--FPD-left-bg:#465366;--FPD-right-bg:#465366;--FPD-main-bg:var(--kh-bg-color);--FPD-border-color:#9aa4b2;--FPD-tabs-bg:#334459;--FPD-tabs-width:60px;--FPD-hover-bg:#5b6b82;--FPD-active-bg:#5b6b82;--FPD-active-color:#fff;--FPD-drag-control-item-bg:#334459}.bark-blue,.kh-formControlPageDesign .design-container .design-left,.kh-formControlPageDesign .design-container .design-right,.kh-formControlPageDesign .design-header{--kh-text-color-primary:#fff;--kh-text-color-regular:#ececec;--kh-text-color-secondary:#d6d6d6;--kh-text-color-placeholder:#cecece;--kh-text-color-disabled:#777;--kh-text-color-white:#fff;--kh-border-color:#516177;--kh-border-color-light:#667a95;--kh-border-color-lighter:#8394ab;--kh-border-color-extra-light:#a2aebf;--kh-border-color-dark:#3c4859;--kh-border-color-darker:#28303a;--kh-fill-color:#3c516b;--kh-fill-color-light:#455d7b;--kh-fill-color-lighter:#4e6a8c;--kh-fill-color-extra-light:#57769c;--kh-fill-color-dark:#33455b;--kh-fill-color-darker:#2a384a;--kh-fill-color-blank:#212c3a;--kh-fill-color-input:#33455b;--kh-bg-color:#3c516b;--kh-bg-color-page:#516177;--kh-bg-color-overlay:#3c516b;--kh-bg-color-header:#314965;--kh-border-color-hover:var(--kh-text-color-disabled);--kh-border:var(--kh-border-width) var(--kh-border-style) var(--kh-border-color)}.kh-formControlPageDesign{height:100%;background-color:var(--FPD-bg)}.kh-formControlPageDesign .design-header{color:var(--kh-text-color-dark-primary);height:var(--FPD-header-height);background-color:var(--FPD-header-bg);padding-left:0;display:flex;border-bottom:1px solid var(--FPD-border-color)}.kh-formControlPageDesign .design-header .nav-back{display:flex;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;cursor:pointer;font-weight:700;margin-right:10px}.kh-formControlPageDesign .design-header .nav-back:active,.kh-formControlPageDesign .design-header .nav-back:hover{background-color:var(--FPD-hover-bg);color:var(--FPD-active-color)}.kh-formControlPageDesign .design-header .nav-back:active{color:var(--kh-color-primary)}.kh-formControlPageDesign .design-header .left{display:flex;justify-content:start;align-items:center;flex:1}.kh-formControlPageDesign .design-header .right{display:flex;justify-content:end;align-items:center;flex:1}.kh-formControlPageDesign .design-container{height:calc(100% - var(--FPD-header-height));display:flex}.kh-formControlPageDesign .design-container .design-left{--kh-border-color-light:#ffffff23;color:var(--kh-text-color-dark-primary);width:340px;background-color:var(--FPD-left-bg);padding:0;display:flex;flex-direction:column;overflow:hidden;height:100%}.kh-formControlPageDesign .design-container .design-left .el-tabs{height:100%}.kh-formControlPageDesign .design-container .design-left .el-tabs .el-tabs__item:hover{color:#fff}.kh-formControlPageDesign .design-container .design-left .el-tabs .el-tabs__item.is-left{text-align:right;font-size:24px;height:50px;line-height:50px;padding:0 16px}.kh-formControlPageDesign .design-container .design-left .el-tabs .el-tabs__item.is-active{color:#fff}.kh-formControlPageDesign .design-container .design-left .el-tabs .el-tabs__content{height:calc(100% - 60px)}.kh-formControlPageDesign .design-container .design-left .el-tabs .el-tabs__content .el-tab-pane{height:100%;overflow:auto}.kh-formControlPageDesign .design-container .design-left .el-tabs .el-tabs__content .head{padding:10px;border-bottom:var(--kh-border-color);line-height:20px}.kh-formControlPageDesign .design-container .design-main{flex:1;padding:16px;background-color:var(--FPD-main-bg);overflow:hidden}.kh-formControlPageDesign .design-container .design-right{color:var(--kh-text-color-dark-primary);width:300px;overflow:auto;background-color:var(--FPD-right-bg);padding:16px}.kh-drag-field-control,.kh-dragTableFieldControl{height:100%;position:relative;flex:1;overflow:hidden;padding-left:var(--FPD-tabs-width)}.kh-drag-field-control .tabs,.kh-dragTableFieldControl .tabs{position:absolute;left:0;top:0;bottom:0;width:var(--FPD-tabs-width);display:grid;grid-template-columns:1fr;grid-template-rows:repeat(auto-fit,50px);border-right:1px solid var(--FPD-border-color);background-color:var(--FPD-tabs-bg)}.kh-drag-field-control .tabs .tab-item,.kh-dragTableFieldControl .tabs .tab-item{display:flex;justify-content:center;align-items:center;cursor:pointer}.kh-drag-field-control .tabs .tab-item:hover,.kh-dragTableFieldControl .tabs .tab-item:hover{color:var(--FPD-active-color)}.kh-drag-field-control .tabs .tab-item.is-active,.kh-dragTableFieldControl .tabs .tab-item.is-active{color:var(--FPD-active-color);background-color:var(--FPD-active-bg)}.kh-drag-field-control .tabs .tab-item i,.kh-dragTableFieldControl .tabs .tab-item i{font-size:24px}.kh-drag-field-control .main-content,.kh-dragTableFieldControl .main-content{height:100%}.kh-drag-field-control .main-content .main-header,.kh-dragTableFieldControl .main-content .main-header{background-color:var(--FPD-tabs-bg);height:40px;line-height:40px;padding:0 16px}.kh-drag-field-control .drag-control-list,.kh-dragTableFieldControl .drag-control-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;padding:12px;grid-template-rows:repeat(auto-fit,40px);border-radius:4px;height:calc(100% - 40px);overflow:auto}.kh-drag-field-control .list-title,.kh-dragTableFieldControl .list-title{position:absolute;left:0;right:0;height:40px;background:#eef1f8;line-height:40px;padding:0 10px;border-radius:6px}.kh-drag-field-control .drag-control-item,.kh-dragTableFieldControl .drag-control-item{padding:10px;font-size:12px;display:flex;align-items:center;cursor:move;background:var(--FPD-drag-control-item-bg);border-radius:4px;border:1px solid var(--FPD-border-color)}.kh-drag-field-control .drag-control-item .icon,.kh-dragTableFieldControl .drag-control-item .icon{margin-right:5px}.kh-control-layout-set{height:100%}.kh-control-layout-set .widget-form-list-box{height:100%;border:1px double var(--kh-border-color);padding:20px;overflow:auto;border-radius:4px}.kh-drag-control-box{border:1px dashed var(--kh-border-color-darker);padding:4px;position:relative;margin-bottom:4px;border-radius:4px;pointer-events:auto}.kh-drag-control-box.is-select{outline:2px solid var(--kh-color-primary);border:1px solid var(--kh-color-primary)}.kh-drag-control-box .drag-icon{left:0;top:0;cursor:move}.kh-drag-control-box .delete-icon,.kh-drag-control-box .drag-icon{display:flex;align-items:center;justify-content:center;position:absolute;height:28px;width:28px;line-height:28px;background:var(--kh-color-primary);color:#fff;z-index:9}.kh-drag-control-box .delete-icon{right:0;bottom:0;cursor:pointer}.kh-drag-content{min-height:60px;height:100%;background:var(--kh-bg-color);border:1px dashed var(--kh-border-color-darker);padding:4px;overflow:auto;border-radius:4px}.kh-drag-content .el-form-item{margin-top:12px;margin-bottom:12px;margin-right:10px;margin-left:10px;pointer-events:none}.kh-drag-grid-content{min-height:50px}.formFlowsSetting body{background:#eee}.formFlowsSetting .browsers-guide{padding:0 25px}.formFlowsSetting .browsers-guide .headline{color:#333}.formFlowsSetting .browsers-guide .browser{width:250px}.formFlowsSetting .browsers-guide .browser span{color:#aaa}.formFlowsSetting .browsers-guide .browser:hover span{color:#333}.formFlowsSetting body,.formFlowsSetting html{width:100%}.formFlowsSetting input::-ms-clear,.formFlowsSetting input::-ms-reveal{display:none}.formFlowsSetting html{line-height:1.15;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}.formFlowsSetting article,.formFlowsSetting aside,.formFlowsSetting dialog,.formFlowsSetting figcaption,.formFlowsSetting figure,.formFlowsSetting footer,.formFlowsSetting header,.formFlowsSetting hgroup,.formFlowsSetting main,.formFlowsSetting nav,.formFlowsSetting section{display:block}.formFlowsSetting body{margin:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting [tabindex="-1"]:focus{outline:none!important}.formFlowsSetting hr{overflow:visible;box-sizing:content-box;height:0}.formFlowsSetting h1,.formFlowsSetting h2,.formFlowsSetting h3,.formFlowsSetting h4,.formFlowsSetting h5,.formFlowsSetting h6{margin-top:0;margin-bottom:.5em;font-weight:500;color:rgba(0,0,0,.85)}.formFlowsSetting p{margin-top:0;margin-bottom:1em}.formFlowsSetting abbr[data-original-title],.formFlowsSetting abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.formFlowsSetting address{margin-bottom:1em;line-height:inherit;font-style:normal}.formFlowsSetting input[type=number],.formFlowsSetting input[type=password],.formFlowsSetting input[type=text],.formFlowsSetting textarea{-webkit-appearance:none}.formFlowsSetting dl,.formFlowsSetting ol,.formFlowsSetting ul{margin-top:0;margin-bottom:1em}.formFlowsSetting ol ol,.formFlowsSetting ol ul,.formFlowsSetting ul ol,.formFlowsSetting ul ul{margin-bottom:0}.formFlowsSetting dt{font-weight:500}.formFlowsSetting dd{margin-left:0;margin-bottom:.5em}.formFlowsSetting blockquote{margin:0 0 1em}.formFlowsSetting dfn{font-style:italic}.formFlowsSetting b,.formFlowsSetting strong{font-weight:bolder}.formFlowsSetting sub,.formFlowsSetting sup{position:relative;line-height:0;vertical-align:baseline;font-size:75%}.formFlowsSetting sub{bottom:-.25em}.formFlowsSetting sup{top:-.5em}.formFlowsSetting a{outline:none;background-color:transparent;-webkit-text-decoration-skip:objects;color:#1890ff;transition:color .3s}.formFlowsSetting a:focus{text-decoration:underline;-webkit-text-decoration-skip:auto;text-decoration-skip:auto}.formFlowsSetting a:hover{color:#40a9ff}.formFlowsSetting a:active{color:#096dd9}.formFlowsSetting a:active,.formFlowsSetting a:hover{text-decoration:none}.formFlowsSetting a[disabled]{cursor:not-allowed;pointer-events:none;color:rgba(0,0,0,.25)}.formFlowsSetting code,.formFlowsSetting kbd,.formFlowsSetting pre,.formFlowsSetting samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}.formFlowsSetting pre{overflow:auto;margin-top:0;margin-bottom:1em}.formFlowsSetting figure{margin:0 0 1em}.formFlowsSetting img{border-style:none;vertical-align:middle}.formFlowsSetting svg:not(:root){overflow:hidden}.formFlowsSetting [role=button],.formFlowsSetting a,.formFlowsSetting area,.formFlowsSetting button,.formFlowsSetting input:not([type=range]),.formFlowsSetting label,.formFlowsSetting select,.formFlowsSetting summary,.formFlowsSetting textarea{touch-action:manipulation}.formFlowsSetting caption{caption-side:bottom;padding-top:.75em;padding-bottom:.3em;text-align:left;color:rgba(0,0,0,.45)}.formFlowsSetting th{text-align:inherit}.formFlowsSetting input,.formFlowsSetting optgroup,.formFlowsSetting select,.formFlowsSetting textarea{margin:0;line-height:inherit;font-family:inherit;font-size:inherit;color:inherit}.formFlowsSetting button,.formFlowsSetting input{overflow:visible}.formFlowsSetting [type=reset],.formFlowsSetting [type=submit],.formFlowsSetting button,.formFlowsSetting html [type=button]{-webkit-appearance:button}.formFlowsSetting [type=button]::-moz-focus-inner,.formFlowsSetting [type=reset]::-moz-focus-inner,.formFlowsSetting [type=submit]::-moz-focus-inner,.formFlowsSetting button::-moz-focus-inner{padding:0;border-style:none}.formFlowsSetting input[type=checkbox],.formFlowsSetting input[type=radio]{box-sizing:border-box;padding:0}.formFlowsSetting input[type=date],.formFlowsSetting input[type=datetime-local],.formFlowsSetting input[type=month],.formFlowsSetting input[type=time]{-webkit-appearance:listbox}.formFlowsSetting textarea{resize:vertical}.formFlowsSetting fieldset{margin:0;padding:0;border:0;min-width:0}.formFlowsSetting legend{display:block;margin-bottom:.5em;padding:0;width:100%;max-width:100%;line-height:inherit;font-size:1.5em;color:inherit;white-space:normal}.formFlowsSetting progress{vertical-align:baseline}.formFlowsSetting [type=number]::-webkit-inner-spin-button,.formFlowsSetting [type=number]::-webkit-outer-spin-button{height:auto}.formFlowsSetting [type=search]{-webkit-appearance:none;outline-offset:-2px}.formFlowsSetting [type=search]::-webkit-search-cancel-button,.formFlowsSetting [type=search]::-webkit-search-decoration{-webkit-appearance:none}.formFlowsSetting ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.formFlowsSetting output{display:inline-block}.formFlowsSetting summary{display:list-item}.formFlowsSetting template{display:none}.formFlowsSetting [hidden]{display:none!important}.formFlowsSetting mark{padding:.2em;background-color:#feffe6}.formFlowsSetting ::-moz-selection{background:#1890ff;color:#fff}.formFlowsSetting ::selection{background:#1890ff;color:#fff}.formFlowsSetting .clearfix{zoom:1}.formFlowsSetting .clearfix:after,.formFlowsSetting .clearfix:before{display:table;content:""}.formFlowsSetting .clearfix:after{clear:both}.formFlowsSetting .fade-appear,.formFlowsSetting .fade-enter,.formFlowsSetting .fade-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .fade-appear.fade-appear-active,.formFlowsSetting .fade-enter.fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.formFlowsSetting .fade-leave.fade-leave-active{pointer-events:none;animation-name:antFadeOut;animation-play-state:running}.formFlowsSetting .fade-appear,.formFlowsSetting .fade-enter{opacity:0}.formFlowsSetting .fade-appear,.formFlowsSetting .fade-enter,.formFlowsSetting .fade-leave{animation-timing-function:linear}.formFlowsSetting .move-up-appear,.formFlowsSetting .move-up-enter,.formFlowsSetting .move-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .move-up-appear.move-up-appear-active,.formFlowsSetting .move-up-enter.move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.formFlowsSetting .move-up-leave.move-up-leave-active{pointer-events:none;animation-name:antMoveUpOut;animation-play-state:running}.formFlowsSetting .move-up-appear,.formFlowsSetting .move-up-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.formFlowsSetting .move-down-appear,.formFlowsSetting .move-down-enter,.formFlowsSetting .move-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .move-down-appear.move-down-appear-active,.formFlowsSetting .move-down-enter.move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.formFlowsSetting .move-down-leave.move-down-leave-active{pointer-events:none;animation-name:antMoveDownOut;animation-play-state:running}.formFlowsSetting .move-down-appear,.formFlowsSetting .move-down-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.formFlowsSetting .move-left-appear,.formFlowsSetting .move-left-enter,.formFlowsSetting .move-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .move-left-appear.move-left-appear-active,.formFlowsSetting .move-left-enter.move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.formFlowsSetting .move-left-leave.move-left-leave-active{pointer-events:none;animation-name:antMoveLeftOut;animation-play-state:running}.formFlowsSetting .move-left-appear,.formFlowsSetting .move-left-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.formFlowsSetting .move-right-appear,.formFlowsSetting .move-right-enter,.formFlowsSetting .move-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .move-right-appear.move-right-appear-active,.formFlowsSetting .move-right-enter.move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.formFlowsSetting .move-right-leave.move-right-leave-active{pointer-events:none;animation-name:antMoveRightOut;animation-play-state:running}.formFlowsSetting .move-right-appear,.formFlowsSetting .move-right-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.formFlowsSetting [ant-click-animating-without-extra-node],.formFlowsSetting [ant-click-animating]{position:relative}.formFlowsSetting .ant-click-animating-node,.formFlowsSetting [ant-click-animating-without-extra-node]:after{display:block;position:absolute;inset:-1px;border:0 solid #1890ff;border-radius:inherit;opacity:.4;content:"";animation:waveEffect .4s cubic-bezier(.25,.8,.25,1)}.formFlowsSetting .slide-up-appear,.formFlowsSetting .slide-up-enter,.formFlowsSetting .slide-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .slide-up-appear.slide-up-appear-active,.formFlowsSetting .slide-up-enter.slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.formFlowsSetting .slide-up-leave.slide-up-leave-active{pointer-events:none;animation-name:antSlideUpOut;animation-play-state:running}.formFlowsSetting .slide-up-appear,.formFlowsSetting .slide-up-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.formFlowsSetting .slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.formFlowsSetting .slide-down-appear,.formFlowsSetting .slide-down-enter,.formFlowsSetting .slide-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .slide-down-appear.slide-down-appear-active,.formFlowsSetting .slide-down-enter.slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.formFlowsSetting .slide-down-leave.slide-down-leave-active{pointer-events:none;animation-name:antSlideDownOut;animation-play-state:running}.formFlowsSetting .slide-down-appear,.formFlowsSetting .slide-down-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.formFlowsSetting .slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.formFlowsSetting .slide-left-appear,.formFlowsSetting .slide-left-enter,.formFlowsSetting .slide-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .slide-left-appear.slide-left-appear-active,.formFlowsSetting .slide-left-enter.slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.formFlowsSetting .slide-left-leave.slide-left-leave-active{pointer-events:none;animation-name:antSlideLeftOut;animation-play-state:running}.formFlowsSetting .slide-left-appear,.formFlowsSetting .slide-left-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.formFlowsSetting .slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.formFlowsSetting .slide-right-appear,.formFlowsSetting .slide-right-enter,.formFlowsSetting .slide-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .slide-right-appear.slide-right-appear-active,.formFlowsSetting .slide-right-enter.slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.formFlowsSetting .slide-right-leave.slide-right-leave-active{pointer-events:none;animation-name:antSlideRightOut;animation-play-state:running}.formFlowsSetting .slide-right-appear,.formFlowsSetting .slide-right-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.formFlowsSetting .slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.formFlowsSetting .swing-appear,.formFlowsSetting .swing-enter{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .swing-appear.swing-appear-active,.formFlowsSetting .swing-enter.swing-enter-active{animation-name:antSwingIn;animation-play-state:running}.formFlowsSetting .zoom-appear,.formFlowsSetting .zoom-enter,.formFlowsSetting .zoom-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .zoom-appear.zoom-appear-active,.formFlowsSetting .zoom-enter.zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.formFlowsSetting .zoom-leave.zoom-leave-active{pointer-events:none;animation-name:antZoomOut;animation-play-state:running}.formFlowsSetting .zoom-appear,.formFlowsSetting .zoom-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .zoom-big-appear,.formFlowsSetting .zoom-big-enter,.formFlowsSetting .zoom-big-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .zoom-big-appear.zoom-big-appear-active,.formFlowsSetting .zoom-big-enter.zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.formFlowsSetting .zoom-big-leave.zoom-big-leave-active{pointer-events:none;animation-name:antZoomBigOut;animation-play-state:running}.formFlowsSetting .zoom-big-appear,.formFlowsSetting .zoom-big-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .zoom-big-fast-appear,.formFlowsSetting .zoom-big-fast-enter,.formFlowsSetting .zoom-big-fast-leave{animation-duration:.1s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .zoom-big-fast-appear.zoom-big-fast-appear-active,.formFlowsSetting .zoom-big-fast-enter.zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.formFlowsSetting .zoom-big-fast-leave.zoom-big-fast-leave-active{pointer-events:none;animation-name:antZoomBigOut;animation-play-state:running}.formFlowsSetting .zoom-big-fast-appear,.formFlowsSetting .zoom-big-fast-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .zoom-up-appear,.formFlowsSetting .zoom-up-enter,.formFlowsSetting .zoom-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .zoom-up-appear.zoom-up-appear-active,.formFlowsSetting .zoom-up-enter.zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.formFlowsSetting .zoom-up-leave.zoom-up-leave-active{pointer-events:none;animation-name:antZoomUpOut;animation-play-state:running}.formFlowsSetting .zoom-up-appear,.formFlowsSetting .zoom-up-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .zoom-down-appear,.formFlowsSetting .zoom-down-enter,.formFlowsSetting .zoom-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .zoom-down-appear.zoom-down-appear-active,.formFlowsSetting .zoom-down-enter.zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.formFlowsSetting .zoom-down-leave.zoom-down-leave-active{pointer-events:none;animation-name:antZoomDownOut;animation-play-state:running}.formFlowsSetting .zoom-down-appear,.formFlowsSetting .zoom-down-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .zoom-left-appear,.formFlowsSetting .zoom-left-enter,.formFlowsSetting .zoom-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .zoom-left-appear.zoom-left-appear-active,.formFlowsSetting .zoom-left-enter.zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.formFlowsSetting .zoom-left-leave.zoom-left-leave-active{pointer-events:none;animation-name:antZoomLeftOut;animation-play-state:running}.formFlowsSetting .zoom-left-appear,.formFlowsSetting .zoom-left-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .zoom-right-appear,.formFlowsSetting .zoom-right-enter,.formFlowsSetting .zoom-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .zoom-right-appear.zoom-right-appear-active,.formFlowsSetting .zoom-right-enter.zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.formFlowsSetting .zoom-right-leave.zoom-right-leave-active{pointer-events:none;animation-name:antZoomRightOut;animation-play-state:running}.formFlowsSetting .zoom-right-appear,.formFlowsSetting .zoom-right-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.formFlowsSetting .zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .ant-motion-collapse{overflow:hidden}.formFlowsSetting .ant-motion-collapse-active{transition:height .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)!important}.formFlowsSetting .ant-message{position:fixed;left:0;top:16px;z-index:10;list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%;pointer-events:none;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-message-notice{padding:8px;text-align:center}.formFlowsSetting .ant-message-notice:first-child{margin-top:-8px}.formFlowsSetting .ant-message-notice-content{display:inline-block;padding:10px 16px;border-radius:4px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all}.formFlowsSetting .ant-message-success .anticon{color:#52c41a}.formFlowsSetting .ant-message-error .anticon{color:#f5222d}.formFlowsSetting .ant-message-warning .anticon{color:#faad14}.formFlowsSetting .ant-message-info .anticon,.formFlowsSetting .ant-message-loading .anticon{color:#1890ff}.formFlowsSetting .ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.formFlowsSetting .ant-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;animation-name:MessageMoveOut;animation-duration:.3s}.formFlowsSetting .ant-tooltip{display:block;visibility:visible;position:absolute;z-index:1060;list-style:none;box-sizing:border-box;margin:0;padding:0;max-width:250px;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-tooltip-hidden{display:none}.formFlowsSetting .ant-tooltip-placement-top,.formFlowsSetting .ant-tooltip-placement-topLeft,.formFlowsSetting .ant-tooltip-placement-topRight{padding-bottom:8px}.formFlowsSetting .ant-tooltip-placement-right,.formFlowsSetting .ant-tooltip-placement-rightBottom,.formFlowsSetting .ant-tooltip-placement-rightTop{padding-left:8px}.formFlowsSetting .ant-tooltip-placement-bottom,.formFlowsSetting .ant-tooltip-placement-bottomLeft,.formFlowsSetting .ant-tooltip-placement-bottomRight{padding-top:8px}.formFlowsSetting .ant-tooltip-placement-left,.formFlowsSetting .ant-tooltip-placement-leftBottom,.formFlowsSetting .ant-tooltip-placement-leftTop{padding-right:8px}.formFlowsSetting .ant-tooltip-inner{padding:6px 8px;border-radius:4px;min-height:32px;background-color:rgba(0,0,0,.75);box-shadow:0 2px 8px rgba(0,0,0,.15);text-decoration:none;text-align:left;color:#fff;word-break:break-all}.formFlowsSetting .ant-tooltip-arrow{position:absolute;border-style:solid;border-color:transparent;width:0;height:0}.formFlowsSetting .ant-tooltip-placement-top .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-topLeft .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:3px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.75)}.formFlowsSetting .ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;margin-left:-5px}.formFlowsSetting .ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:16px}.formFlowsSetting .ant-tooltip-placement-topRight .ant-tooltip-arrow{right:16px}.formFlowsSetting .ant-tooltip-placement-right .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-rightBottom .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-rightTop .ant-tooltip-arrow{left:3px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,.75)}.formFlowsSetting .ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;margin-top:-5px}.formFlowsSetting .ant-tooltip-placement-rightTop .ant-tooltip-arrow{top:8px}.formFlowsSetting .ant-tooltip-placement-rightBottom .ant-tooltip-arrow{bottom:8px}.formFlowsSetting .ant-tooltip-placement-left .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-leftBottom .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-leftTop .ant-tooltip-arrow{right:3px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,.75)}.formFlowsSetting .ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;margin-top:-5px}.formFlowsSetting .ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:8px}.formFlowsSetting .ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:8px}.formFlowsSetting .ant-tooltip-placement-bottom .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.formFlowsSetting .ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:3px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,.75)}.formFlowsSetting .ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;margin-left:-5px}.formFlowsSetting .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:16px}.formFlowsSetting .ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:16px}.formFlowsSetting .ant-btn{display:inline-block;padding:0 15px;border:1px solid transparent;border-color:#d9d9d9;border-radius:4px;height:32px;background-color:#fff;background-image:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.5;text-align:center;font-weight:400;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap;transition:all .3s cubic-bezier(.645,.045,.355,1);touch-action:manipulation}.formFlowsSetting .ant-btn>.anticon{line-height:1}.formFlowsSetting .ant-btn,.formFlowsSetting .ant-btn:active,.formFlowsSetting .ant-btn:focus{outline:0}.formFlowsSetting .ant-btn:not([disabled]):hover{text-decoration:none}.formFlowsSetting .ant-btn:not([disabled]):active{outline:0;transition:none}.formFlowsSetting .ant-btn.disabled,.formFlowsSetting .ant-btn[disabled]{cursor:not-allowed}.formFlowsSetting .ant-btn.disabled>*,.formFlowsSetting .ant-btn[disabled]>*{pointer-events:none}.formFlowsSetting .ant-btn-lg{padding:0 15px;border-radius:4px;height:40px;font-size:16px}.formFlowsSetting .ant-btn-sm{padding:0 7px;border-radius:4px;height:24px;font-size:14px}.formFlowsSetting .ant-btn>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn:focus,.formFlowsSetting .ant-btn:hover{border-color:#40a9ff;background-color:#fff;color:#40a9ff}.formFlowsSetting .ant-btn:focus>a:only-child,.formFlowsSetting .ant-btn:hover>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn:focus>a:only-child:after,.formFlowsSetting .ant-btn:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn.active,.formFlowsSetting .ant-btn:active{border-color:#096dd9;background-color:#fff;color:#096dd9}.formFlowsSetting .ant-btn.active>a:only-child,.formFlowsSetting .ant-btn:active>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn.active>a:only-child:after,.formFlowsSetting .ant-btn:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn.disabled,.formFlowsSetting .ant-btn.disabled.active,.formFlowsSetting .ant-btn.disabled:active,.formFlowsSetting .ant-btn.disabled:focus,.formFlowsSetting .ant-btn.disabled:hover,.formFlowsSetting .ant-btn[disabled],.formFlowsSetting .ant-btn[disabled].active,.formFlowsSetting .ant-btn[disabled]:active,.formFlowsSetting .ant-btn[disabled]:focus,.formFlowsSetting .ant-btn[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-btn.disabled.active>a:only-child,.formFlowsSetting .ant-btn.disabled:active>a:only-child,.formFlowsSetting .ant-btn.disabled:focus>a:only-child,.formFlowsSetting .ant-btn.disabled:hover>a:only-child,.formFlowsSetting .ant-btn.disabled>a:only-child,.formFlowsSetting .ant-btn[disabled].active>a:only-child,.formFlowsSetting .ant-btn[disabled]:active>a:only-child,.formFlowsSetting .ant-btn[disabled]:focus>a:only-child,.formFlowsSetting .ant-btn[disabled]:hover>a:only-child,.formFlowsSetting .ant-btn[disabled]>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn.disabled.active>a:only-child:after,.formFlowsSetting .ant-btn.disabled:active>a:only-child:after,.formFlowsSetting .ant-btn.disabled:focus>a:only-child:after,.formFlowsSetting .ant-btn.disabled:hover>a:only-child:after,.formFlowsSetting .ant-btn.disabled>a:only-child:after,.formFlowsSetting .ant-btn[disabled].active>a:only-child:after,.formFlowsSetting .ant-btn[disabled]:active>a:only-child:after,.formFlowsSetting .ant-btn[disabled]:focus>a:only-child:after,.formFlowsSetting .ant-btn[disabled]:hover>a:only-child:after,.formFlowsSetting .ant-btn[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn.active,.formFlowsSetting .ant-btn:active,.formFlowsSetting .ant-btn:focus,.formFlowsSetting .ant-btn:hover{background:#fff;text-decoration:none}.formFlowsSetting .ant-btn>i,.formFlowsSetting .ant-btn>span{pointer-events:none}.formFlowsSetting .ant-btn-primary{border-color:#1890ff;background-color:#1890ff;color:#fff}.formFlowsSetting .ant-btn-primary>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-primary>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-primary:focus,.formFlowsSetting .ant-btn-primary:hover{border-color:#40a9ff;background-color:#40a9ff;color:#fff}.formFlowsSetting .ant-btn-primary:focus>a:only-child,.formFlowsSetting .ant-btn-primary:hover>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-primary:focus>a:only-child:after,.formFlowsSetting .ant-btn-primary:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-primary.active,.formFlowsSetting .ant-btn-primary:active{border-color:#096dd9;background-color:#096dd9;color:#fff}.formFlowsSetting .ant-btn-primary.active>a:only-child,.formFlowsSetting .ant-btn-primary:active>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-primary.active>a:only-child:after,.formFlowsSetting .ant-btn-primary:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-primary.disabled,.formFlowsSetting .ant-btn-primary.disabled.active,.formFlowsSetting .ant-btn-primary.disabled:active,.formFlowsSetting .ant-btn-primary.disabled:focus,.formFlowsSetting .ant-btn-primary.disabled:hover,.formFlowsSetting .ant-btn-primary[disabled],.formFlowsSetting .ant-btn-primary[disabled].active,.formFlowsSetting .ant-btn-primary[disabled]:active,.formFlowsSetting .ant-btn-primary[disabled]:focus,.formFlowsSetting .ant-btn-primary[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-btn-primary.disabled.active>a:only-child,.formFlowsSetting .ant-btn-primary.disabled:active>a:only-child,.formFlowsSetting .ant-btn-primary.disabled:focus>a:only-child,.formFlowsSetting .ant-btn-primary.disabled:hover>a:only-child,.formFlowsSetting .ant-btn-primary.disabled>a:only-child,.formFlowsSetting .ant-btn-primary[disabled].active>a:only-child,.formFlowsSetting .ant-btn-primary[disabled]:active>a:only-child,.formFlowsSetting .ant-btn-primary[disabled]:focus>a:only-child,.formFlowsSetting .ant-btn-primary[disabled]:hover>a:only-child,.formFlowsSetting .ant-btn-primary[disabled]>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-primary.disabled.active>a:only-child:after,.formFlowsSetting .ant-btn-primary.disabled:active>a:only-child:after,.formFlowsSetting .ant-btn-primary.disabled:focus>a:only-child:after,.formFlowsSetting .ant-btn-primary.disabled:hover>a:only-child:after,.formFlowsSetting .ant-btn-primary.disabled>a:only-child:after,.formFlowsSetting .ant-btn-primary[disabled].active>a:only-child:after,.formFlowsSetting .ant-btn-primary[disabled]:active>a:only-child:after,.formFlowsSetting .ant-btn-primary[disabled]:focus>a:only-child:after,.formFlowsSetting .ant-btn-primary[disabled]:hover>a:only-child:after,.formFlowsSetting .ant-btn-primary[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-group .ant-btn-primary:not(:first-child,:last-child){border-left-color:#40a9ff;border-right-color:#40a9ff}.formFlowsSetting .ant-btn-group .ant-btn-primary:not(:first-child,:last-child):disabled{border-color:#d9d9d9}.formFlowsSetting .ant-btn-group .ant-btn-primary:first-child:not(:last-child){border-right-color:#40a9ff}.formFlowsSetting .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.formFlowsSetting .ant-btn-group .ant-btn-primary+.ant-btn-primary,.formFlowsSetting .ant-btn-group .ant-btn-primary:last-child:not(:first-child){border-left-color:#40a9ff}.formFlowsSetting .ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],.formFlowsSetting .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled]{border-left-color:#d9d9d9}.formFlowsSetting .ant-btn-ghost{border-color:#d9d9d9;background-color:transparent;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-btn-ghost>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-ghost>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-ghost:focus,.formFlowsSetting .ant-btn-ghost:hover{border-color:#40a9ff;background-color:transparent;color:#40a9ff}.formFlowsSetting .ant-btn-ghost:focus>a:only-child,.formFlowsSetting .ant-btn-ghost:hover>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-ghost:focus>a:only-child:after,.formFlowsSetting .ant-btn-ghost:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-ghost.active,.formFlowsSetting .ant-btn-ghost:active{border-color:#096dd9;background-color:transparent;color:#096dd9}.formFlowsSetting .ant-btn-ghost.active>a:only-child,.formFlowsSetting .ant-btn-ghost:active>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-ghost.active>a:only-child:after,.formFlowsSetting .ant-btn-ghost:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-ghost.disabled,.formFlowsSetting .ant-btn-ghost.disabled.active,.formFlowsSetting .ant-btn-ghost.disabled:active,.formFlowsSetting .ant-btn-ghost.disabled:focus,.formFlowsSetting .ant-btn-ghost.disabled:hover,.formFlowsSetting .ant-btn-ghost[disabled],.formFlowsSetting .ant-btn-ghost[disabled].active,.formFlowsSetting .ant-btn-ghost[disabled]:active,.formFlowsSetting .ant-btn-ghost[disabled]:focus,.formFlowsSetting .ant-btn-ghost[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-btn-ghost.disabled.active>a:only-child,.formFlowsSetting .ant-btn-ghost.disabled:active>a:only-child,.formFlowsSetting .ant-btn-ghost.disabled:focus>a:only-child,.formFlowsSetting .ant-btn-ghost.disabled:hover>a:only-child,.formFlowsSetting .ant-btn-ghost.disabled>a:only-child,.formFlowsSetting .ant-btn-ghost[disabled].active>a:only-child,.formFlowsSetting .ant-btn-ghost[disabled]:active>a:only-child,.formFlowsSetting .ant-btn-ghost[disabled]:focus>a:only-child,.formFlowsSetting .ant-btn-ghost[disabled]:hover>a:only-child,.formFlowsSetting .ant-btn-ghost[disabled]>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-ghost.disabled.active>a:only-child:after,.formFlowsSetting .ant-btn-ghost.disabled:active>a:only-child:after,.formFlowsSetting .ant-btn-ghost.disabled:focus>a:only-child:after,.formFlowsSetting .ant-btn-ghost.disabled:hover>a:only-child:after,.formFlowsSetting .ant-btn-ghost.disabled>a:only-child:after,.formFlowsSetting .ant-btn-ghost[disabled].active>a:only-child:after,.formFlowsSetting .ant-btn-ghost[disabled]:active>a:only-child:after,.formFlowsSetting .ant-btn-ghost[disabled]:focus>a:only-child:after,.formFlowsSetting .ant-btn-ghost[disabled]:hover>a:only-child:after,.formFlowsSetting .ant-btn-ghost[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-dashed{border-style:dashed;border-color:#d9d9d9;background-color:#fff;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-btn-dashed>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-dashed>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-dashed:focus,.formFlowsSetting .ant-btn-dashed:hover{border-color:#40a9ff;background-color:#fff;color:#40a9ff}.formFlowsSetting .ant-btn-dashed:focus>a:only-child,.formFlowsSetting .ant-btn-dashed:hover>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-dashed:focus>a:only-child:after,.formFlowsSetting .ant-btn-dashed:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-dashed.active,.formFlowsSetting .ant-btn-dashed:active{border-color:#096dd9;background-color:#fff;color:#096dd9}.formFlowsSetting .ant-btn-dashed.active>a:only-child,.formFlowsSetting .ant-btn-dashed:active>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-dashed.active>a:only-child:after,.formFlowsSetting .ant-btn-dashed:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-dashed.disabled,.formFlowsSetting .ant-btn-dashed.disabled.active,.formFlowsSetting .ant-btn-dashed.disabled:active,.formFlowsSetting .ant-btn-dashed.disabled:focus,.formFlowsSetting .ant-btn-dashed.disabled:hover,.formFlowsSetting .ant-btn-dashed[disabled],.formFlowsSetting .ant-btn-dashed[disabled].active,.formFlowsSetting .ant-btn-dashed[disabled]:active,.formFlowsSetting .ant-btn-dashed[disabled]:focus,.formFlowsSetting .ant-btn-dashed[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-btn-dashed.disabled.active>a:only-child,.formFlowsSetting .ant-btn-dashed.disabled:active>a:only-child,.formFlowsSetting .ant-btn-dashed.disabled:focus>a:only-child,.formFlowsSetting .ant-btn-dashed.disabled:hover>a:only-child,.formFlowsSetting .ant-btn-dashed.disabled>a:only-child,.formFlowsSetting .ant-btn-dashed[disabled].active>a:only-child,.formFlowsSetting .ant-btn-dashed[disabled]:active>a:only-child,.formFlowsSetting .ant-btn-dashed[disabled]:focus>a:only-child,.formFlowsSetting .ant-btn-dashed[disabled]:hover>a:only-child,.formFlowsSetting .ant-btn-dashed[disabled]>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-dashed.disabled.active>a:only-child:after,.formFlowsSetting .ant-btn-dashed.disabled:active>a:only-child:after,.formFlowsSetting .ant-btn-dashed.disabled:focus>a:only-child:after,.formFlowsSetting .ant-btn-dashed.disabled:hover>a:only-child:after,.formFlowsSetting .ant-btn-dashed.disabled>a:only-child:after,.formFlowsSetting .ant-btn-dashed[disabled].active>a:only-child:after,.formFlowsSetting .ant-btn-dashed[disabled]:active>a:only-child:after,.formFlowsSetting .ant-btn-dashed[disabled]:focus>a:only-child:after,.formFlowsSetting .ant-btn-dashed[disabled]:hover>a:only-child:after,.formFlowsSetting .ant-btn-dashed[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-danger{border-color:#d9d9d9;background-color:#f5f5f5;color:#f5222d}.formFlowsSetting .ant-btn-danger>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-danger>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-danger:hover{border-color:#ff4d4f;background-color:#ff4d4f;color:#fff}.formFlowsSetting .ant-btn-danger:hover>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-danger:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-danger:focus{border-color:#ff4d4f;background-color:#fff;color:#ff4d4f}.formFlowsSetting .ant-btn-danger:focus>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-danger:focus>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-danger.active,.formFlowsSetting .ant-btn-danger:active{border-color:#cf1322;background-color:#cf1322;color:#fff}.formFlowsSetting .ant-btn-danger.active>a:only-child,.formFlowsSetting .ant-btn-danger:active>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-danger.active>a:only-child:after,.formFlowsSetting .ant-btn-danger:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-danger.disabled,.formFlowsSetting .ant-btn-danger.disabled.active,.formFlowsSetting .ant-btn-danger.disabled:active,.formFlowsSetting .ant-btn-danger.disabled:focus,.formFlowsSetting .ant-btn-danger.disabled:hover,.formFlowsSetting .ant-btn-danger[disabled],.formFlowsSetting .ant-btn-danger[disabled].active,.formFlowsSetting .ant-btn-danger[disabled]:active,.formFlowsSetting .ant-btn-danger[disabled]:focus,.formFlowsSetting .ant-btn-danger[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-btn-danger.disabled.active>a:only-child,.formFlowsSetting .ant-btn-danger.disabled:active>a:only-child,.formFlowsSetting .ant-btn-danger.disabled:focus>a:only-child,.formFlowsSetting .ant-btn-danger.disabled:hover>a:only-child,.formFlowsSetting .ant-btn-danger.disabled>a:only-child,.formFlowsSetting .ant-btn-danger[disabled].active>a:only-child,.formFlowsSetting .ant-btn-danger[disabled]:active>a:only-child,.formFlowsSetting .ant-btn-danger[disabled]:focus>a:only-child,.formFlowsSetting .ant-btn-danger[disabled]:hover>a:only-child,.formFlowsSetting .ant-btn-danger[disabled]>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-danger.disabled.active>a:only-child:after,.formFlowsSetting .ant-btn-danger.disabled:active>a:only-child:after,.formFlowsSetting .ant-btn-danger.disabled:focus>a:only-child:after,.formFlowsSetting .ant-btn-danger.disabled:hover>a:only-child:after,.formFlowsSetting .ant-btn-danger.disabled>a:only-child:after,.formFlowsSetting .ant-btn-danger[disabled].active>a:only-child:after,.formFlowsSetting .ant-btn-danger[disabled]:active>a:only-child:after,.formFlowsSetting .ant-btn-danger[disabled]:focus>a:only-child:after,.formFlowsSetting .ant-btn-danger[disabled]:hover>a:only-child:after,.formFlowsSetting .ant-btn-danger[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-circle,.formFlowsSetting .ant-btn-circle-outline{padding:0;border-radius:50%;width:32px;height:32px;font-size:16px}.formFlowsSetting .ant-btn-circle-outline.ant-btn-lg,.formFlowsSetting .ant-btn-circle.ant-btn-lg{padding:0;border-radius:50%;width:40px;height:40px;font-size:18px}.formFlowsSetting .ant-btn-circle-outline.ant-btn-sm,.formFlowsSetting .ant-btn-circle.ant-btn-sm{padding:0;border-radius:50%;width:24px;height:24px;font-size:14px}.formFlowsSetting .ant-btn:before{display:none;position:absolute;inset:-1px;z-index:1;border-radius:inherit;background:#fff;opacity:.35;pointer-events:none;content:"";transition:opacity .2s}.formFlowsSetting .ant-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-btn.ant-btn-loading:before{display:block}.formFlowsSetting .ant-btn.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only){position:relative;padding-left:29px;pointer-events:none}.formFlowsSetting .ant-btn.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only) .anticon{margin-left:-14px}.formFlowsSetting .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only){padding-left:24px}.formFlowsSetting .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only) .anticon{margin-left:-17px}.formFlowsSetting .ant-btn-group{display:inline-block;position:relative}.formFlowsSetting .ant-btn-group>.ant-btn,.formFlowsSetting .ant-btn-group>span>.ant-btn{position:relative;line-height:30px}.formFlowsSetting .ant-btn-group>.ant-btn.active,.formFlowsSetting .ant-btn-group>.ant-btn:active,.formFlowsSetting .ant-btn-group>.ant-btn:focus,.formFlowsSetting .ant-btn-group>.ant-btn:hover,.formFlowsSetting .ant-btn-group>span>.ant-btn.active,.formFlowsSetting .ant-btn-group>span>.ant-btn:active,.formFlowsSetting .ant-btn-group>span>.ant-btn:focus,.formFlowsSetting .ant-btn-group>span>.ant-btn:hover{z-index:2}.formFlowsSetting .ant-btn-group>.ant-btn:disabled,.formFlowsSetting .ant-btn-group>span>.ant-btn:disabled{z-index:0}.formFlowsSetting .ant-btn-group-lg>.ant-btn,.formFlowsSetting .ant-btn-group-lg>span>.ant-btn{padding:0 15px;border-radius:0;height:40px;line-height:38px;font-size:16px}.formFlowsSetting .ant-btn-group-sm>.ant-btn,.formFlowsSetting .ant-btn-group-sm>span>.ant-btn{padding:0 7px;border-radius:0;height:24px;line-height:22px;font-size:14px}.formFlowsSetting .ant-btn-group-sm>.ant-btn>.anticon,.formFlowsSetting .ant-btn-group-sm>span>.ant-btn>.anticon{font-size:14px}.formFlowsSetting .ant-btn+.ant-btn-group,.formFlowsSetting .ant-btn-group .ant-btn+.ant-btn,.formFlowsSetting .ant-btn-group .ant-btn+span,.formFlowsSetting .ant-btn-group span+.ant-btn,.formFlowsSetting .ant-btn-group+.ant-btn,.formFlowsSetting .ant-btn-group+.ant-btn-group,.formFlowsSetting .ant-btn-group>span+span{margin-left:-1px}.formFlowsSetting .ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary,[disabled]){border-left-color:transparent}.formFlowsSetting .ant-btn-group .ant-btn{border-radius:0}.formFlowsSetting .ant-btn-group>.ant-btn:first-child,.formFlowsSetting .ant-btn-group>span:first-child>.ant-btn{margin-left:0}.formFlowsSetting .ant-btn-group>.ant-btn:only-child,.formFlowsSetting .ant-btn-group>span:only-child>.ant-btn{border-radius:4px}.formFlowsSetting .ant-btn-group>.ant-btn:first-child:not(:last-child),.formFlowsSetting .ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.formFlowsSetting .ant-btn-group>.ant-btn:last-child:not(:first-child),.formFlowsSetting .ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.formFlowsSetting .ant-btn-group-sm>.ant-btn:only-child,.formFlowsSetting .ant-btn-group-sm>span:only-child>.ant-btn{border-radius:4px}.formFlowsSetting .ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.formFlowsSetting .ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.formFlowsSetting .ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.formFlowsSetting .ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.formFlowsSetting .ant-btn-group>.ant-btn-group{float:left}.formFlowsSetting .ant-btn-group>.ant-btn-group:not(:first-child,:last-child)>.ant-btn{border-radius:0}.formFlowsSetting .ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.formFlowsSetting .ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.formFlowsSetting .ant-btn:not(.ant-btn-circle,.ant-btn-circle-outline).ant-btn-icon-only{padding-left:8px;padding-right:8px}.formFlowsSetting .ant-btn:active>span,.formFlowsSetting .ant-btn:focus>span{position:relative}.formFlowsSetting .ant-btn>.anticon+span,.formFlowsSetting .ant-btn>span+.anticon{margin-left:8px}.formFlowsSetting .ant-btn-background-ghost{border-color:#fff;background:transparent!important;color:#fff}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary{border-color:#1890ff;background-color:transparent;color:#1890ff}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:focus,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:hover{border-color:#40a9ff;background-color:transparent;color:#40a9ff}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:hover>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:active{border-color:#096dd9;background-color:transparent;color:#096dd9}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:active>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled.active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:focus,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:hover,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled],.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled].active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger{border-color:#f5222d;background-color:transparent;color:#f5222d}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:focus,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:hover{border-color:#ff4d4f;background-color:transparent;color:#ff4d4f}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:hover>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:active{border-color:#cf1322;background-color:transparent;color:#cf1322}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:active>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled.active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:focus,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:hover,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled],.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled].active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:active,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child{color:currentcolor}.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,.formFlowsSetting .ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.formFlowsSetting .ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.formFlowsSetting .ant-btn-two-chinese-chars>*{margin-right:-.34em;letter-spacing:.34em}.formFlowsSetting .ant-btn-block{width:100%}.formFlowsSetting a.ant-btn{line-height:30px}.formFlowsSetting a.ant-btn-lg{line-height:38px}.formFlowsSetting a.ant-btn-sm{line-height:22px}.formFlowsSetting .ant-modal{position:relative;top:100px;list-style:none;box-sizing:border-box;margin:0;margin:0 auto;padding:0;padding-bottom:24px;width:auto;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-modal-wrap{overflow:auto;position:fixed;inset:0;z-index:1000;outline:0;-webkit-overflow-scrolling:touch}.formFlowsSetting .ant-modal-title{margin:0;line-height:22px;font-weight:500;font-size:16px;color:rgba(0,0,0,.85)}.formFlowsSetting .ant-modal-content{position:relative;border:0;border-radius:4px;background-color:#fff;background-clip:padding-box;box-shadow:0 4px 12px rgba(0,0,0,.15)}.formFlowsSetting .ant-modal-close{position:absolute;right:0;top:0;z-index:10;padding:0;border:0;outline:0;background:transparent;cursor:pointer;line-height:1;text-decoration:none;font-weight:700;color:rgba(0,0,0,.45);transition:color .3s}.formFlowsSetting .ant-modal-close-x{display:block;width:56px;height:56px;line-height:56px;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:16px;text-rendering:auto}.formFlowsSetting .ant-modal-close-x:before{display:block;font-family:anticon!important;content:"\e633"}.formFlowsSetting .ant-modal-close:focus,.formFlowsSetting .ant-modal-close:hover{text-decoration:none;color:#444}.formFlowsSetting .ant-modal-header{padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0;background:#fff;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-modal-body{padding:24px;line-height:1.5;font-size:14px;word-wrap:break-word}.formFlowsSetting .ant-modal-footer{padding:10px 16px;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px;text-align:right}.formFlowsSetting .ant-modal-footer button+button{margin-left:8px;margin-bottom:0}.formFlowsSetting .ant-modal.zoom-appear,.formFlowsSetting .ant-modal.zoom-enter{opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:none;animation-duration:.3s}.formFlowsSetting .ant-modal-mask{position:fixed;inset:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.65);filter:alpha(opacity=50)}.formFlowsSetting .ant-modal-mask-hidden{display:none}.formFlowsSetting .ant-modal-open{overflow:hidden}.formFlowsSetting .ant-modal-centered{text-align:center}.formFlowsSetting .ant-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.formFlowsSetting .ant-modal-centered .ant-modal{display:inline-block;top:0;vertical-align:middle;text-align:left}.formFlowsSetting .ant-modal-centered .ant-table-body{overflow-x:auto;white-space:nowrap}@media (width <= 767px){.formFlowsSetting .ant-modal{margin:10px;width:auto!important}.formFlowsSetting .ant-modal-centered .ant-modal{flex:1}}.formFlowsSetting .ant-confirm .ant-modal-close,.formFlowsSetting .ant-confirm .ant-modal-header{display:none}.formFlowsSetting .ant-confirm .ant-modal-body{padding:32px 32px 24px}.formFlowsSetting .ant-confirm-body-wrapper{zoom:1}.formFlowsSetting .ant-confirm-body-wrapper:after,.formFlowsSetting .ant-confirm-body-wrapper:before{display:table;content:""}.formFlowsSetting .ant-confirm-body-wrapper:after{clear:both}.formFlowsSetting .ant-confirm-body .ant-confirm-title{display:block;overflow:hidden;line-height:1.4;font-weight:500;font-size:16px;color:rgba(0,0,0,.85)}.formFlowsSetting .ant-confirm-body .ant-confirm-content{margin-left:38px;margin-top:8px;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-confirm-body>.anticon{float:left;margin-right:16px;font-size:22px}.formFlowsSetting .ant-confirm .ant-confirm-btns{float:right;margin-top:24px}.formFlowsSetting .ant-confirm .ant-confirm-btns button+button{margin-left:8px;margin-bottom:0}.formFlowsSetting .ant-confirm-error .ant-confirm-body>.anticon{color:#f5222d}.formFlowsSetting .ant-confirm-confirm .ant-confirm-body>.anticon,.formFlowsSetting .ant-confirm-warning .ant-confirm-body>.anticon{color:#faad14}.formFlowsSetting .ant-confirm-info .ant-confirm-body>.anticon{color:#1890ff}.formFlowsSetting .ant-confirm-success .ant-confirm-body>.anticon{color:#52c41a}.formFlowsSetting .ant-checkbox{display:inline-block;position:relative;top:-.09em;list-style:none;box-sizing:border-box;margin:0;padding:0;outline:none;cursor:pointer;line-height:1;vertical-align:middle;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap}.formFlowsSetting .ant-checkbox-input:focus+.ant-checkbox-inner,.formFlowsSetting .ant-checkbox-wrapper:hover .ant-checkbox-inner,.formFlowsSetting .ant-checkbox:hover .ant-checkbox-inner{border-color:#1890ff}.formFlowsSetting .ant-checkbox-checked:after{visibility:hidden;position:absolute;left:0;top:0;border:1px solid #1890ff;border-radius:2px;width:100%;height:100%;content:"";animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:both}.formFlowsSetting .ant-checkbox-wrapper:hover .ant-checkbox:after,.formFlowsSetting .ant-checkbox:hover:after{visibility:visible}.formFlowsSetting .ant-checkbox-inner{display:block;position:relative;left:0;top:0;border:1px solid #d9d9d9;border-radius:2px;width:16px;height:16px;background-color:#fff;transition:all .3s}.formFlowsSetting .ant-checkbox-inner:after{display:table;position:absolute;left:4.57142857px;top:1.14285714px;border:2px solid #fff;border-left:0;border-top:0;width:5.71428571px;height:9.14285714px;opacity:0;content:" ";transform:rotate(45deg) scale(0);transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s}.formFlowsSetting .ant-checkbox-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.formFlowsSetting .ant-checkbox-indeterminate .ant-checkbox-inner:after{left:50%;top:50%;border:0;width:9px;height:9px;background-color:#1890ff;opacity:1;content:" ";transform:translate(-50%,-50%) scale(1)}.formFlowsSetting .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25)}.formFlowsSetting .ant-checkbox-checked .ant-checkbox-inner:after{display:table;position:absolute;border:2px solid #fff;border-left:0;border-top:0;opacity:1;content:" ";transform:rotate(45deg) scale(1);transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s}.formFlowsSetting .ant-checkbox-checked .ant-checkbox-inner{border-color:#1890ff;background-color:#1890ff}.formFlowsSetting .ant-checkbox-disabled{cursor:not-allowed}.formFlowsSetting .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.formFlowsSetting .ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed}.formFlowsSetting .ant-checkbox-disabled .ant-checkbox-inner{border-color:#d9d9d9!important;background-color:#f5f5f5}.formFlowsSetting .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;animation-name:none}.formFlowsSetting .ant-checkbox-disabled+span{cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-checkbox-wrapper{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;cursor:pointer;line-height:1.5;line-height:unset;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.formFlowsSetting .ant-checkbox+span,.formFlowsSetting .ant-checkbox-wrapper+span{padding-left:8px;padding-right:8px}.formFlowsSetting .ant-checkbox-group{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-checkbox-group-item{display:inline-block;margin-right:8px}.formFlowsSetting .ant-checkbox-group-item:last-child{margin-right:0}.formFlowsSetting .ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.formFlowsSetting .upgrade-new-version-modal .ant-modal-body{padding:0}.formFlowsSetting .upgrade-new-version-modal .ant-modal-footer{padding:0 0 23px}.formFlowsSetting .upgrade-new-version-modal .operate-footer{line-height:50px;text-align:center}.formFlowsSetting .xiaomi{position:fixed;right:36px;bottom:36px;z-index:9999}.formFlowsSetting .xiaomiIcon{display:flex;justify-content:center;align-items:center;opacity:.8;cursor:pointer}.formFlowsSetting .xiaomiIcon img{width:100%;height:100%}.formFlowsSetting .xiaomiAvatar{position:relative;width:162px;height:197px;background-image:url(https://img.alicdn.com/tfs/TB1c5.HgL6H8KJjy0FjXXaXepXa-324-394.png);background-size:100% 100%;cursor:pointer}.formFlowsSetting .xiaomiQuestions{padding-left:13px;padding-top:68px;line-height:28px;font-size:12px;color:#000}.formFlowsSetting .xiaomiAvatarCloseIcon{position:absolute;right:1px;top:10px;width:16px;height:16px;background-image:url(https://img.alicdn.com/tfs/TB1Hl3YgN6I8KJjy0FgXXXXzVXa-16-16.png);background-repeat:no-repeat;background-position:50%;background-size:8px 8px;cursor:pointer}.formFlowsSetting .xiaomiIframeOpenWrap{position:relative;border:1px solid #ddd;width:602px;height:600px;box-shadow:1px 1px 5px rgba(0,0,0,.15)}.formFlowsSetting .xiaomiIframe{border:none;width:600px;height:600px}.formFlowsSetting .xiaomiIframeCloseIcon{position:absolute;right:0;top:-24px;width:22px;height:24px;background-image:url(https://img.alicdn.com/tfs/TB1RWQYgTnI8KJjy0FfXXcdoVXa-44-48.png);background-size:100% 100%;cursor:pointer}.formFlowsSetting .helper-container{position:fixed;right:0;bottom:40px;z-index:998;width:112px;height:52px}.formFlowsSetting .helper-container .helper-item{cursor:pointer}.formFlowsSetting .helper-container .helper-item .helper-image{width:112px;height:52px;cursor:pointer}.formFlowsSetting .helper-container .helper-content{cursor:inherit;font-size:14px;color:#191f25}.formFlowsSetting .helper-container .ding-xiaomi .xiaomiIcon{position:absolute;inset:-5px -36px 5px -30px;content:""}.formFlowsSetting .helper-container .ding-xiaomi .xiaomiIcon>img{display:none}.formFlowsSetting .helper-container .xiaomiIframeOpenWrap.mini,.formFlowsSetting .helper-container .xiaomiIframeOpenWrap.mini .xiaomiIframe{height:520px}.formFlowsSetting .helper-container .helper-video{position:fixed;left:0;top:0;width:100%;height:100%}.formFlowsSetting .helper-container .helper-video .helper-video-content{position:fixed;left:10%;top:10%;z-index:1;width:80%;height:80%}.formFlowsSetting .helper-container .helper-video .helper-video-control{z-index:2}.formFlowsSetting .helper-container .helper-video .mask{position:fixed;inset:0;background:#000;opacity:.5}.formFlowsSetting .wf-loading{overflow:hidden;position:absolute;left:50%;top:38%;z-index:999;padding:34px!important;border-radius:5px;background:rgba(17,31,44,.4);text-align:center;color:#fff;transform:translate(-50%,-50%)}.formFlowsSetting .wf-loading .ani-loading{display:inline-block;margin-right:5px;width:44px;height:44px;background:url(//img.alicdn.com/tfs/TB1OayYguL2gK0jSZFmXXc7iXXa-128-128.svg) no-repeat;background-size:contain;vertical-align:middle;animation:spining 1.2s linear infinite}.formFlowsSetting .wf-loading .text{vertical-align:middle}.formFlowsSetting .fd-nav-container{display:inline-block;position:relative}.formFlowsSetting .fd-nav-container .ghost-bar{position:absolute;left:0;width:150px;height:100%;background:#1583f2;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .fd-nav-container .ghost-bar:after{position:absolute;left:50%;bottom:0;margin-left:-5px;border-width:0 5px 6px;border-style:solid;border-color:transparent transparent #f6f6f6;width:0;height:0;content:""}.formFlowsSetting .fd-nav-item{display:inline-block;position:relative;width:150px;cursor:pointer;line-height:60px;text-align:center;white-space:nowrap}.formFlowsSetting .fd-nav-item .order-num{display:inline-block;margin-right:6px;border:1px solid #fff;border-radius:50%;width:20px;height:20px;line-height:20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .fd-nav-item.active .order-num{background:#fff;color:#1583f2}.formFlowsSetting .ant-drawer{position:fixed;top:0;z-index:1000;width:0}.formFlowsSetting .ant-drawer,.formFlowsSetting .ant-drawer>*{transition:transform .3s cubic-bezier(.9,0,.3,.7)}.formFlowsSetting .ant-drawer-content-wrapper{position:fixed}.formFlowsSetting .ant-drawer .ant-drawer-content{width:100%;height:100%;opacity:0;transition:opacity .3s linear}.formFlowsSetting .ant-drawer-left,.formFlowsSetting .ant-drawer-right{width:0;height:100%}.formFlowsSetting .ant-drawer-left .ant-drawer-content-wrapper,.formFlowsSetting .ant-drawer-right .ant-drawer-content-wrapper{height:100%}.formFlowsSetting .ant-drawer-left.ant-drawer-open,.formFlowsSetting .ant-drawer-right.ant-drawer-open{width:100%}.formFlowsSetting .ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:2px 0 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-drawer-right .ant-drawer-content-wrapper{right:0}.formFlowsSetting .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:-2px 0 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-drawer-bottom .ant-drawer-content,.formFlowsSetting .ant-drawer-bottom .ant-drawer-content-wrapper,.formFlowsSetting .ant-drawer-top .ant-drawer-content,.formFlowsSetting .ant-drawer-top .ant-drawer-content-wrapper{width:100%}.formFlowsSetting .ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-drawer-bottom .ant-drawer-content-wrapper{bottom:0}.formFlowsSetting .ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-drawer.ant-drawer-open .ant-drawer-content{opacity:1}.formFlowsSetting .ant-drawer.ant-drawer-open .ant-drawer-mask{height:100%;opacity:.3;transition:none;animation:antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1)}.formFlowsSetting .ant-drawer-title{margin:0;line-height:22px;font-weight:500;font-size:16px;color:rgba(0,0,0,.85)}.formFlowsSetting .ant-drawer-content{position:relative;z-index:1;border:0;background-color:#fff;background-clip:padding-box}.formFlowsSetting .ant-drawer-close{position:absolute;right:0;top:0;z-index:10;padding:0;border:0;outline:0;background:transparent;cursor:pointer;line-height:1;text-decoration:none;font-weight:700;color:rgba(0,0,0,.45);transition:color .3s}.formFlowsSetting .ant-drawer-close-x{display:block;width:56px;height:56px;line-height:56px;text-align:center;text-transform:none;font-style:normal;font-size:16px;text-rendering:auto}.formFlowsSetting .ant-drawer-close-x:before{display:block;font-family:anticon!important;content:"\e633"}.formFlowsSetting .ant-drawer-close:focus,.formFlowsSetting .ant-drawer-close:hover{text-decoration:none;color:#444}.formFlowsSetting .ant-drawer-header{padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0;background:#fff;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-drawer-body{padding:24px;line-height:1.5;font-size:14px;word-wrap:break-word}.formFlowsSetting .ant-drawer-mask{position:fixed;width:100%;height:0;background-color:rgba(0,0,0,.65);filter:alpha(opacity=50);opacity:0;transition:opacity .3s linear,height 0s ease .3s}.formFlowsSetting .ant-drawer-open,.formFlowsSetting .ant-drawer-open>*{transition:transform .3s cubic-bezier(.7,.3,.1,1)}.formFlowsSetting .ant-drawer-open-content{box-shadow:0 4px 12px rgba(0,0,0,.15)}.formFlowsSetting .ant-table-wrapper{zoom:1}.formFlowsSetting .ant-table-wrapper:after,.formFlowsSetting .ant-table-wrapper:before{display:table;content:""}.formFlowsSetting .ant-table-wrapper:after{clear:both}.formFlowsSetting .ant-table{clear:both;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-table-body{transition:opacity .3s}.formFlowsSetting .ant-table-empty .ant-table-body{overflow:auto!important}.formFlowsSetting .ant-table table{border-collapse:separate;border-spacing:0;border-radius:4px 4px 0 0;width:100%;text-align:left}.formFlowsSetting .ant-table-thead>tr>th{border-bottom:1px solid #e8e8e8;background:#fafafa;text-align:left;font-weight:500;color:rgba(0,0,0,.85);transition:background .3s ease}.formFlowsSetting .ant-table-thead>tr>th[colspan]{text-align:center}.formFlowsSetting .ant-table-thead>tr>th .ant-table-filter-icon,.formFlowsSetting .ant-table-thead>tr>th .anticon-filter{position:relative;margin-left:8px;width:14px;cursor:pointer;vertical-align:text-bottom;font-weight:400;font-size:14px;color:rgba(0,0,0,.45);transition:all .3s}.formFlowsSetting .ant-table-thead>tr>th .ant-table-filter-icon:hover,.formFlowsSetting .ant-table-thead>tr>th .anticon-filter:hover{color:rgba(0,0,0,.65)}.formFlowsSetting .ant-table-thead>tr>th .ant-table-column-sorter+.anticon-filter{margin-left:4px}.formFlowsSetting .ant-table-thead>tr>th .ant-table-filter-selected.anticon-filter{color:#1890ff}.formFlowsSetting .ant-table-thead>tr>th.ant-table-column-has-filters{overflow:hidden}.formFlowsSetting .ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:4px}.formFlowsSetting .ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:4px}.formFlowsSetting .ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.formFlowsSetting .ant-table-tbody>tr>td{border-bottom:1px solid #e8e8e8;transition:all .3s}.formFlowsSetting .ant-table-tbody>tr,.formFlowsSetting .ant-table-thead>tr{transition:all .3s}.formFlowsSetting .ant-table-tbody>tr.ant-table-row-hover>td,.formFlowsSetting .ant-table-tbody>tr:hover>td,.formFlowsSetting .ant-table-thead>tr.ant-table-row-hover>td,.formFlowsSetting .ant-table-thead>tr:hover>td{background:#e6f7ff}.formFlowsSetting .ant-table-thead>tr:hover{background:none}.formFlowsSetting .ant-table-footer{position:relative;padding:16px;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px;background:#fafafa}.formFlowsSetting .ant-table-footer:before{position:absolute;left:0;top:-1px;width:100%;height:1px;background:#fafafa;content:""}.formFlowsSetting .ant-table.ant-table-bordered .ant-table-footer{border:1px solid #e8e8e8}.formFlowsSetting .ant-table-title{position:relative;top:1px;padding:16px 0;border-radius:4px 4px 0 0}.formFlowsSetting .ant-table.ant-table-bordered .ant-table-title{padding-left:16px;padding-right:16px;border:1px solid #e8e8e8}.formFlowsSetting .ant-table-title+.ant-table-content{overflow:hidden;position:relative;border-radius:4px 4px 0 0}.formFlowsSetting .ant-table-bordered .ant-table-title+.ant-table-content,.formFlowsSetting .ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th,.formFlowsSetting .ant-table-bordered .ant-table-title+.ant-table-content table,.formFlowsSetting .ant-table-without-column-header .ant-table-title+.ant-table-content,.formFlowsSetting .ant-table-without-column-header table{border-radius:0}.formFlowsSetting .ant-table-tbody>tr.ant-table-row-selected td{background:#fafafa}.formFlowsSetting .ant-table-thead>tr>th.ant-table-column-sort{background:#f5f5f5}.formFlowsSetting .ant-table-tbody>tr>td,.formFlowsSetting .ant-table-thead>tr>th{padding:16px;-ms-word-break:break-all;word-break:break-word}.formFlowsSetting .ant-table-thead>tr>th.ant-table-selection-column-custom{padding-left:16px;padding-right:0}.formFlowsSetting .ant-table-tbody>tr>td.ant-table-selection-column,.formFlowsSetting .ant-table-thead>tr>th.ant-table-selection-column{width:62px;min-width:62px;text-align:center}.formFlowsSetting .ant-table-tbody>tr>td.ant-table-selection-column .ant-radio-wrapper,.formFlowsSetting .ant-table-thead>tr>th.ant-table-selection-column .ant-radio-wrapper{margin-right:0}.formFlowsSetting .ant-table-expand-icon-th,.formFlowsSetting .ant-table-row-expand-icon-cell{width:50px;min-width:50px;text-align:center}.formFlowsSetting .ant-table-header{overflow:hidden;background:#fafafa}.formFlowsSetting .ant-table-header table{border-radius:4px 4px 0 0}.formFlowsSetting .ant-table-loading{position:relative}.formFlowsSetting .ant-table-loading .ant-table-body{background:#fff;opacity:.5}.formFlowsSetting .ant-table-loading .ant-table-spin-holder{position:absolute;left:50%;top:50%;margin-left:-30px;height:20px;line-height:20px}.formFlowsSetting .ant-table-loading .ant-table-with-pagination{margin-top:-20px}.formFlowsSetting .ant-table-loading .ant-table-without-pagination{margin-top:10px}.formFlowsSetting .ant-table-column-sorter{display:inline-block;position:relative;margin-left:8px;width:14px;height:14px;vertical-align:middle;text-align:center;font-weight:400;color:rgba(0,0,0,.45)}.formFlowsSetting .ant-table-column-sorter-down,.formFlowsSetting .ant-table-column-sorter-up{display:block;position:relative;width:14px;height:6px;cursor:pointer;line-height:6px}.formFlowsSetting .ant-table-column-sorter-down:hover .anticon,.formFlowsSetting .ant-table-column-sorter-up:hover .anticon{color:#69c0ff}.formFlowsSetting .ant-table-column-sorter-down.on .anticon-caret-down,.formFlowsSetting .ant-table-column-sorter-down.on .anticon-caret-up,.formFlowsSetting .ant-table-column-sorter-up.on .anticon-caret-down,.formFlowsSetting .ant-table-column-sorter-up.on .anticon-caret-up{color:#1890ff}.formFlowsSetting .ant-table-column-sorter-down:after,.formFlowsSetting .ant-table-column-sorter-up:after{position:absolute;left:0;width:14px;height:30px;content:""}.formFlowsSetting .ant-table-column-sorter-up:after{bottom:0}.formFlowsSetting .ant-table-column-sorter-down:after{top:0}.formFlowsSetting .ant-table-column-sorter .anticon-caret-down,.formFlowsSetting .ant-table-column-sorter .anticon-caret-up{display:inline-block;display:block;position:relative;height:4px;line-height:4px;font-size:12px;font-size:8px\9;transform:scale(.66666667) rotate(0deg);transition:all .3s}.formFlowsSetting :root .ant-table-column-sorter .anticon-caret-down,.formFlowsSetting :root .ant-table-column-sorter .anticon-caret-up{font-size:12px}.formFlowsSetting .ant-table-column-sorter-down{margin-top:1.5px}.formFlowsSetting .ant-table-column-sorter .anticon-caret-up{margin-top:.5px}.formFlowsSetting .ant-table-bordered .ant-table-body>table,.formFlowsSetting .ant-table-bordered .ant-table-fixed-left table,.formFlowsSetting .ant-table-bordered .ant-table-fixed-right table,.formFlowsSetting .ant-table-bordered .ant-table-header>table{border:1px solid #e8e8e8;border-right:0;border-bottom:0}.formFlowsSetting .ant-table-bordered.ant-table-empty .ant-table-placeholder{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8}.formFlowsSetting .ant-table-bordered.ant-table-fixed-header .ant-table-header>table{border-bottom:0}.formFlowsSetting .ant-table-bordered.ant-table-fixed-header .ant-table-body>table{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.formFlowsSetting .ant-table-bordered.ant-table-fixed-header .ant-table-body-inner>table{border-top:0}.formFlowsSetting .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder{border:0}.formFlowsSetting .ant-table-bordered .ant-table-thead>tr:not(:last-child)>th{border-bottom:1px solid #e8e8e8}.formFlowsSetting .ant-table-bordered .ant-table-tbody>tr>td,.formFlowsSetting .ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid #e8e8e8}.formFlowsSetting .ant-table-placeholder{position:relative;z-index:1;padding:16px;border-bottom:1px solid #e8e8e8;background:#fff;text-align:center;font-size:14px;color:rgba(0,0,0,.45)}.formFlowsSetting .ant-table-placeholder .anticon{margin-right:4px}.formFlowsSetting .ant-table-pagination.ant-pagination{float:right;margin:16px 0}.formFlowsSetting .ant-table-filter-dropdown{margin-left:-8px;border-radius:4px;min-width:96px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-table-filter-dropdown .ant-dropdown-menu{border:0;border-radius:4px 4px 0 0;box-shadow:none}.formFlowsSetting .ant-table-filter-dropdown .ant-dropdown-menu-without-submenu{overflow-x:hidden;max-height:400px}.formFlowsSetting .ant-table-filter-dropdown .ant-dropdown-menu-item>label+span{padding-right:0}.formFlowsSetting .ant-table-filter-dropdown .ant-dropdown-menu-sub{border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after{text-shadow:0 0 2px #bae7ff;font-weight:700;color:#1890ff}.formFlowsSetting .ant-table-filter-dropdown .ant-dropdown-menu-item{overflow:hidden}.formFlowsSetting .ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:last-child,.formFlowsSetting .ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title{border-radius:0}.formFlowsSetting .ant-table-filter-dropdown-btns{overflow:hidden;padding:7px 8px;border-top:1px solid #e8e8e8}.formFlowsSetting .ant-table-filter-dropdown-link{color:#1890ff}.formFlowsSetting .ant-table-filter-dropdown-link:hover{color:#40a9ff}.formFlowsSetting .ant-table-filter-dropdown-link:active{color:#096dd9}.formFlowsSetting .ant-table-filter-dropdown-link.confirm{float:left}.formFlowsSetting .ant-table-filter-dropdown-link.clear{float:right}.formFlowsSetting .ant-table-selection-select-all-custom{margin-right:4px!important}.formFlowsSetting .ant-table-selection .anticon-down{color:rgba(0,0,0,.45);transition:all .3s}.formFlowsSetting .ant-table-selection-menu{margin-left:-30px;margin-top:5px;border-radius:4px;min-width:96px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-table-selection-menu .ant-action-down{color:rgba(0,0,0,.45)}.formFlowsSetting .ant-table-selection-down{display:inline-block;padding:0;cursor:pointer;line-height:1}.formFlowsSetting .ant-table-selection-down:hover .anticon-down{color:#666}.formFlowsSetting .ant-table-row-expand-icon{display:inline-block;border:1px solid #e8e8e8;width:17px;height:17px;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:14px;text-align:center}.formFlowsSetting .ant-table-row-expanded:after{content:"-"}.formFlowsSetting .ant-table-row-collapsed:after{content:"+"}.formFlowsSetting .ant-table-row-spaced{visibility:hidden}.formFlowsSetting .ant-table-row-spaced:after{content:"."}.formFlowsSetting .ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column>span{display:inline-block}.formFlowsSetting tr.ant-table-expanded-row,.formFlowsSetting tr.ant-table-expanded-row:hover{background:#fbfbfb}.formFlowsSetting .ant-table .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}.formFlowsSetting .ant-table-scroll{overflow:auto;overflow-x:hidden}.formFlowsSetting .ant-table-scroll table{width:auto;min-width:100%}.formFlowsSetting .ant-table-body-inner{height:100%}.formFlowsSetting .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{position:relative;background:#fff}.formFlowsSetting .ant-table-fixed-header .ant-table-body-inner{overflow:scroll}.formFlowsSetting .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:scroll;margin-bottom:-20px;padding-bottom:20px}.formFlowsSetting .ant-table-fixed-left,.formFlowsSetting .ant-table-fixed-right{overflow:hidden;position:absolute;top:0;border-radius:0;transition:box-shadow .3s ease}.formFlowsSetting .ant-table-fixed-left table,.formFlowsSetting .ant-table-fixed-right table{width:auto;background:#fff}.formFlowsSetting .ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,.formFlowsSetting .ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed{border-radius:0}.formFlowsSetting .ant-table-fixed-left{left:0;box-shadow:6px 0 6px -4px rgba(0,0,0,.15)}.formFlowsSetting .ant-table-fixed-left .ant-table-header{overflow-y:hidden}.formFlowsSetting .ant-table-fixed-left .ant-table-body-inner{margin-right:-20px;padding-right:20px}.formFlowsSetting .ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner{padding-right:0}.formFlowsSetting .ant-table-fixed-left,.formFlowsSetting .ant-table-fixed-left table{border-radius:4px 0 0}.formFlowsSetting .ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-top-right-radius:0}.formFlowsSetting .ant-table-fixed-right{right:0;box-shadow:-6px 0 6px -4px rgba(0,0,0,.15)}.formFlowsSetting .ant-table-fixed-right,.formFlowsSetting .ant-table-fixed-right table{border-radius:0 4px 0 0}.formFlowsSetting .ant-table-fixed-right .ant-table-expanded-row{pointer-events:none;color:transparent}.formFlowsSetting .ant-table-fixed-right .ant-table-thead>tr>th:first-child{border-top-left-radius:0}.formFlowsSetting .ant-table.ant-table-scroll-position-left .ant-table-fixed-left,.formFlowsSetting .ant-table.ant-table-scroll-position-right .ant-table-fixed-right{box-shadow:none}.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-middle>.ant-table-footer,.formFlowsSetting .ant-table-middle>.ant-table-title{padding:12px 8px}.formFlowsSetting .ant-table-small{border:1px solid #e8e8e8;border-radius:4px}.formFlowsSetting .ant-table-small>.ant-table-footer,.formFlowsSetting .ant-table-small>.ant-table-title{padding:8px}.formFlowsSetting .ant-table-small>.ant-table-title{top:0;border-bottom:1px solid #e8e8e8}.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-body>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-header>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0 8px;border:0}.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{padding:8px}.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{border-bottom:1px solid #e8e8e8;background:#fff}.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.formFlowsSetting .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0}.formFlowsSetting .ant-table-small>.ant-table-content .ant-table-header{background:#fff}.formFlowsSetting .ant-table-small>.ant-table-content .ant-table-placeholder,.formFlowsSetting .ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:0}.formFlowsSetting .ant-table-small.ant-table-bordered{border-right:0}.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-title{border:0;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-content{border-right:1px solid #e8e8e8}.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-footer{border:0;border-right:1px solid #e8e8e8;border-top:1px solid #e8e8e8}.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-footer:before{display:none}.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-placeholder{border-left:0;border-bottom:0}.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-tbody>tr>td:last-child,.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-thead>tr>th:last-child{border-right:none}.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child,.formFlowsSetting .ant-table-small.ant-table-bordered .ant-table-fixed-right{border-right:1px solid #e8e8e8}.formFlowsSetting .ant-radio-group{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;line-height:unset;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-radio-wrapper{margin:0;margin-right:8px}.formFlowsSetting .ant-radio,.formFlowsSetting .ant-radio-wrapper{display:inline-block;position:relative;list-style:none;box-sizing:border-box;padding:0;cursor:pointer;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap}.formFlowsSetting .ant-radio{margin:0;outline:none;line-height:1;vertical-align:sub}.formFlowsSetting .ant-radio-focused .ant-radio-inner,.formFlowsSetting .ant-radio-wrapper:hover .ant-radio .ant-radio-inner,.formFlowsSetting .ant-radio:hover .ant-radio-inner{border-color:#1890ff}.formFlowsSetting .ant-radio-checked:after{visibility:hidden;position:absolute;left:0;top:0;border:1px solid #1890ff;border-radius:50%;width:100%;height:100%;content:"";animation:antRadioEffect .36s ease-in-out;animation-fill-mode:both}.formFlowsSetting .ant-radio-wrapper:hover .ant-radio:after,.formFlowsSetting .ant-radio:hover:after{visibility:visible}.formFlowsSetting .ant-radio-inner{display:block;position:relative;left:0;top:0;border:1px solid #d9d9d9;border-radius:100px;width:16px;height:16px;background-color:#fff;transition:all .3s}.formFlowsSetting .ant-radio-inner:after{display:table;position:absolute;left:3px;top:3px;border-left:0;border-top:0;border-radius:8px;width:8px;height:8px;background-color:#1890ff;opacity:0;content:" ";transform:scale(0);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .ant-radio-input{position:absolute;inset:0;z-index:1;opacity:0;cursor:pointer}.formFlowsSetting .ant-radio-checked .ant-radio-inner{border-color:#1890ff}.formFlowsSetting .ant-radio-checked .ant-radio-inner:after{opacity:1;transform:scale(.875);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .ant-radio-disabled .ant-radio-inner{border-color:#d9d9d9!important;background-color:#f5f5f5}.formFlowsSetting .ant-radio-disabled .ant-radio-inner:after{background-color:#ccc}.formFlowsSetting .ant-radio-disabled .ant-radio-input{cursor:not-allowed}.formFlowsSetting .ant-radio-disabled+span{cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting span.ant-radio+*{padding-left:8px;padding-right:8px}.formFlowsSetting .ant-radio-button-wrapper{display:inline-block;position:relative;margin:0;padding:0 15px;border:1px solid #d9d9d9;border-left:0;border-top-width:1.02px;height:32px;background:#fff;cursor:pointer;line-height:30px;color:rgba(0,0,0,.65);transition:all .3s ease}.formFlowsSetting .ant-radio-button-wrapper a{color:rgba(0,0,0,.65)}.formFlowsSetting .ant-radio-button-wrapper>.ant-radio-button{display:block;margin-left:0;width:0;height:0}.formFlowsSetting .ant-radio-group-large .ant-radio-button-wrapper{height:40px;line-height:38px;font-size:16px}.formFlowsSetting .ant-radio-group-small .ant-radio-button-wrapper{padding:0 7px;height:24px;line-height:22px}.formFlowsSetting .ant-radio-button-wrapper:not(:first-child):before{display:block;position:absolute;left:-1px;top:0;width:1px;height:100%;background-color:#d9d9d9;content:""}.formFlowsSetting .ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:4px 0 0 4px}.formFlowsSetting .ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}.formFlowsSetting .ant-radio-button-wrapper:first-child:last-child{border-radius:4px}.formFlowsSetting .ant-radio-button-wrapper-focused,.formFlowsSetting .ant-radio-button-wrapper:hover{position:relative;color:#1890ff}.formFlowsSetting .ant-radio-button-wrapper .ant-radio-inner,.formFlowsSetting .ant-radio-button-wrapper input[type=checkbox],.formFlowsSetting .ant-radio-button-wrapper input[type=radio]{width:0;height:0;opacity:0}.formFlowsSetting .ant-radio-button-wrapper-checked{z-index:1;border-color:#1890ff;background:#fff;box-shadow:-1px 0 0 0 #1890ff;color:#1890ff}.formFlowsSetting .ant-radio-button-wrapper-checked:before{background-color:#1890ff!important;opacity:.1}.formFlowsSetting .ant-radio-button-wrapper-checked:first-child{border-color:#1890ff;box-shadow:none!important}.formFlowsSetting .ant-radio-button-wrapper-checked:hover{border-color:#40a9ff;box-shadow:-1px 0 0 0 #40a9ff;color:#40a9ff}.formFlowsSetting .ant-radio-button-wrapper-checked:active{border-color:#096dd9;box-shadow:-1px 0 0 0 #096dd9;color:#096dd9}.formFlowsSetting .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){border-color:#1890ff;background:#1890ff;color:#fff}.formFlowsSetting .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{border-color:#40a9ff;background:#40a9ff;color:#fff}.formFlowsSetting .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{border-color:#096dd9;background:#096dd9;color:#fff}.formFlowsSetting .ant-radio-button-wrapper-disabled{cursor:not-allowed}.formFlowsSetting .ant-radio-button-wrapper-disabled,.formFlowsSetting .ant-radio-button-wrapper-disabled:first-child,.formFlowsSetting .ant-radio-button-wrapper-disabled:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-radio-button-wrapper-disabled:first-child{border-left-color:#d9d9d9}.formFlowsSetting .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked{border-color:#d9d9d9;background-color:#e6e6e6;box-shadow:none;color:#fff}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.formFlowsSetting .ant-radio{vertical-align:text-bottom}}.formFlowsSetting .ant-dropdown{display:block;position:absolute;left:-9999px;top:-9999px;z-index:1050;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-dropdown-wrap{position:relative}.formFlowsSetting .ant-dropdown-wrap .ant-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.formFlowsSetting :root .ant-dropdown-wrap .ant-btn>.anticon-down{font-size:12px}.formFlowsSetting .ant-dropdown-wrap .anticon-down:before{transition:transform .2s}.formFlowsSetting .ant-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.formFlowsSetting .ant-dropdown-hidden,.formFlowsSetting .ant-dropdown-menu-hidden{display:none}.formFlowsSetting .ant-dropdown-menu{position:relative;list-style-type:none;margin:0;padding:4px 0;border-radius:4px;outline:none;background-color:#fff;background-clip:padding-box;box-shadow:0 2px 8px rgba(0,0,0,.15);text-align:left}.formFlowsSetting .ant-dropdown-menu-item-group-title{padding:5px 12px;color:rgba(0,0,0,.45);transition:all .3s}.formFlowsSetting .ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.formFlowsSetting .ant-dropdown-menu-item,.formFlowsSetting .ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;cursor:pointer;line-height:22px;font-weight:400;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap;transition:all .3s}.formFlowsSetting .ant-dropdown-menu-item>.anticon:first-child,.formFlowsSetting .ant-dropdown-menu-submenu-title>.anticon:first-child{margin-right:8px;min-width:12px}.formFlowsSetting .ant-dropdown-menu-item>a,.formFlowsSetting .ant-dropdown-menu-submenu-title>a{display:block;margin:-5px -12px;padding:5px 12px;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-dropdown-menu-item>a:focus,.formFlowsSetting .ant-dropdown-menu-submenu-title>a:focus{text-decoration:none}.formFlowsSetting .ant-dropdown-menu-item-selected,.formFlowsSetting .ant-dropdown-menu-item-selected>a,.formFlowsSetting .ant-dropdown-menu-submenu-title-selected,.formFlowsSetting .ant-dropdown-menu-submenu-title-selected>a{background-color:#e6f7ff;color:#1890ff}.formFlowsSetting .ant-dropdown-menu-item:hover,.formFlowsSetting .ant-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.formFlowsSetting .ant-dropdown-menu-item-disabled,.formFlowsSetting .ant-dropdown-menu-submenu-title-disabled{cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-dropdown-menu-item-disabled:hover,.formFlowsSetting .ant-dropdown-menu-submenu-title-disabled:hover{background-color:#fff;cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-dropdown-menu-item-divider,.formFlowsSetting .ant-dropdown-menu-submenu-title-divider{overflow:hidden;margin:4px 0;height:1px;background-color:#e8e8e8;line-height:0}.formFlowsSetting .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,.formFlowsSetting .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow{position:absolute;right:8px}.formFlowsSetting .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.formFlowsSetting .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{display:inline-block;font-family:anticon!important;font-style:normal;font-size:12px;font-size:10px\9;color:rgba(0,0,0,.45);content:"\e61f";transform:scale(.83333333) rotate(0deg)}.formFlowsSetting :root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.formFlowsSetting :root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{font-size:12px}.formFlowsSetting .ant-dropdown-menu-submenu-title{padding-right:26px}.formFlowsSetting .ant-dropdown-menu-submenu-vertical{position:relative}.formFlowsSetting .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{position:absolute;left:100%;top:0;margin-left:4px;min-width:100%;transform-origin:0 0}.formFlowsSetting .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,.formFlowsSetting .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{color:rgba(0,0,0,.25)}.formFlowsSetting .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,.formFlowsSetting .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,.formFlowsSetting .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight,.formFlowsSetting .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,.formFlowsSetting .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,.formFlowsSetting .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.formFlowsSetting .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,.formFlowsSetting .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,.formFlowsSetting .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight,.formFlowsSetting .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,.formFlowsSetting .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,.formFlowsSetting .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight{animation-name:antSlideDownIn}.formFlowsSetting .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,.formFlowsSetting .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,.formFlowsSetting .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.formFlowsSetting .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,.formFlowsSetting .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,.formFlowsSetting .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight{animation-name:antSlideDownOut}.formFlowsSetting .ant-dropdown-link .anticon-down,.formFlowsSetting .ant-dropdown-trigger .anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.formFlowsSetting :root .ant-dropdown-link .anticon-down,.formFlowsSetting :root .ant-dropdown-trigger .anticon-down{font-size:12px}.formFlowsSetting .ant-dropdown-link .anticon-ellipsis,.formFlowsSetting .ant-dropdown-trigger .anticon-ellipsis{text-shadow:0 0 currentcolor}.formFlowsSetting .ant-dropdown-button{white-space:nowrap}.formFlowsSetting .ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child){padding-left:8px;padding-right:8px}.formFlowsSetting .ant-dropdown-button .anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.formFlowsSetting :root .ant-dropdown-button .anticon-down{font-size:12px}.formFlowsSetting .ant-dropdown-menu-dark,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu{background:#001529}.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item>a,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{color:hsla(0,0%,100%,.65)}.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover{background:transparent;color:#fff}.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,.formFlowsSetting .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a{background:#1890ff;color:#fff}.formFlowsSetting .ant-spin{display:none;position:absolute;list-style:none;box-sizing:border-box;margin:0;padding:0;opacity:0;line-height:1.5;vertical-align:middle;text-align:center;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);color:#1890ff;transition:transform .3s cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .ant-spin-spinning{display:inline-block;position:static;opacity:1}.formFlowsSetting .ant-spin-nested-loading{position:relative}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin{display:block;position:absolute;z-index:4;width:100%;height:100%;max-height:360px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin .ant-spin-dot{position:absolute;left:50%;top:50%;margin:-10px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin .ant-spin-text{position:absolute;top:50%;padding-top:5px;width:100%;text-shadow:0 1px 2px #fff}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot{margin-top:-20px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot{margin:-7px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text{padding-top:2px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot{margin-top:-17px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot{margin:-16px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text{padding-top:11px}.formFlowsSetting .ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot{margin-top:-26px}.formFlowsSetting .ant-spin-container{position:relative;zoom:1;transition:opacity .3s}.formFlowsSetting .ant-spin-container:after,.formFlowsSetting .ant-spin-container:before{display:table;content:""}.formFlowsSetting .ant-spin-container:after{clear:both}.formFlowsSetting .ant-spin-blur{overflow:hidden;filter:blur(.5px);filter:progid\: DXImageTransform\.Microsoft\.Blur(PixelRadius\=1,MakeShadow\=false);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formFlowsSetting .ant-spin-blur:after{position:absolute;inset:0;z-index:10;background:#fff;opacity:.3;content:"";transition:all .3s}.formFlowsSetting .ant-spin-tip{color:rgba(0,0,0,.45)}.formFlowsSetting .ant-spin-dot{display:inline-block;position:relative;width:20px;height:20px;font-size:20px}.formFlowsSetting .ant-spin-dot i{display:block;position:absolute;border-radius:100%;width:9px;height:9px;background-color:#1890ff;opacity:.3;transform:scale(.75);transform-origin:50% 50%;animation:antSpinMove 1s linear infinite alternate}.formFlowsSetting .ant-spin-dot i:first-child{left:0;top:0}.formFlowsSetting .ant-spin-dot i:nth-child(2){right:0;top:0;animation-delay:.4s}.formFlowsSetting .ant-spin-dot i:nth-child(3){right:0;bottom:0;animation-delay:.8s}.formFlowsSetting .ant-spin-dot i:nth-child(4){left:0;bottom:0;animation-delay:1.2s}.formFlowsSetting .ant-spin-dot-spin{transform:rotate(45deg);animation:antRotate 1.2s linear infinite}.formFlowsSetting .ant-spin-sm .ant-spin-dot{width:14px;height:14px;font-size:14px}.formFlowsSetting .ant-spin-sm .ant-spin-dot i{width:6px;height:6px}.formFlowsSetting .ant-spin-lg .ant-spin-dot{width:32px;height:32px;font-size:32px}.formFlowsSetting .ant-spin-lg .ant-spin-dot i{width:14px;height:14px}.formFlowsSetting .ant-spin.ant-spin-show-text .ant-spin-text{display:block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.formFlowsSetting .ant-spin-blur{background:#fff;opacity:.5}}.formFlowsSetting .ant-pagination{box-sizing:border-box;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-pagination,.formFlowsSetting .ant-pagination ol,.formFlowsSetting .ant-pagination ul{list-style:none;margin:0;padding:0}.formFlowsSetting .ant-pagination:after{display:block;visibility:hidden;overflow:hidden;clear:both;height:0;content:" "}.formFlowsSetting .ant-pagination-item,.formFlowsSetting .ant-pagination-total-text{display:inline-block;margin-right:8px;height:32px;line-height:30px;vertical-align:middle}.formFlowsSetting .ant-pagination-item{list-style:none;border:1px solid #d9d9d9;border-radius:4px;min-width:32px;outline:0;background-color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;font-family:Arial}.formFlowsSetting .ant-pagination-item a{margin:0 6px;text-decoration:none;color:rgba(0,0,0,.65);transition:none}.formFlowsSetting .ant-pagination-item:focus,.formFlowsSetting .ant-pagination-item:hover{border-color:#1890ff;transition:all .3s}.formFlowsSetting .ant-pagination-item:focus a,.formFlowsSetting .ant-pagination-item:hover a{color:#1890ff}.formFlowsSetting .ant-pagination-item-active{border-color:#1890ff;font-weight:500}.formFlowsSetting .ant-pagination-item-active a{color:#1890ff}.formFlowsSetting .ant-pagination-item-active:focus,.formFlowsSetting .ant-pagination-item-active:hover{border-color:#40a9ff}.formFlowsSetting .ant-pagination-item-active:focus a,.formFlowsSetting .ant-pagination-item-active:hover a{color:#40a9ff}.formFlowsSetting .ant-pagination-jump-next,.formFlowsSetting .ant-pagination-jump-prev{outline:0}.formFlowsSetting .ant-pagination-jump-next:after,.formFlowsSetting .ant-pagination-jump-prev:after{display:block;text-align:center;color:rgba(0,0,0,.25);letter-spacing:2px;content:"•••"}.formFlowsSetting .ant-pagination-jump-next:focus:after,.formFlowsSetting .ant-pagination-jump-next:hover:after,.formFlowsSetting .ant-pagination-jump-prev:focus:after,.formFlowsSetting .ant-pagination-jump-prev:hover:after{display:inline-block;font-family:anticon;font-size:12px;font-size:8px\9;color:#1890ff;letter-spacing:-1px;transform:scale(.66666667) rotate(0deg)}.formFlowsSetting :root .ant-pagination-jump-next:focus:after,.formFlowsSetting :root .ant-pagination-jump-next:hover:after,.formFlowsSetting :root .ant-pagination-jump-prev:focus:after,.formFlowsSetting :root .ant-pagination-jump-prev:hover:after{font-size:12px}.formFlowsSetting .ant-pagination-jump-prev:focus:after,.formFlowsSetting .ant-pagination-jump-prev:hover:after{content:"\e620\e620"}.formFlowsSetting .ant-pagination-jump-next:focus:after,.formFlowsSetting .ant-pagination-jump-next:hover:after{content:"\e61f\e61f"}.formFlowsSetting .ant-pagination-jump-next,.formFlowsSetting .ant-pagination-jump-prev,.formFlowsSetting .ant-pagination-prev{margin-right:8px}.formFlowsSetting .ant-pagination-jump-next,.formFlowsSetting .ant-pagination-jump-prev,.formFlowsSetting .ant-pagination-next,.formFlowsSetting .ant-pagination-prev{display:inline-block;list-style:none;border-radius:4px;min-width:32px;height:32px;cursor:pointer;line-height:32px;vertical-align:middle;text-align:center;font-family:Arial;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-pagination-next,.formFlowsSetting .ant-pagination-prev{outline:0}.formFlowsSetting .ant-pagination-next a,.formFlowsSetting .ant-pagination-prev a{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-pagination-next:hover a,.formFlowsSetting .ant-pagination-prev:hover a{border-color:#40a9ff}.formFlowsSetting .ant-pagination-next .ant-pagination-item-link,.formFlowsSetting .ant-pagination-prev .ant-pagination-item-link{display:block;border:1px solid #d9d9d9;border-radius:4px;outline:none;background-color:#fff;transition:all .3s}.formFlowsSetting .ant-pagination-next .ant-pagination-item-link:after,.formFlowsSetting .ant-pagination-prev .ant-pagination-item-link:after{display:block;height:30px;text-align:center;font-family:anticon;font-weight:500;font-size:12px}.formFlowsSetting .ant-pagination-next:focus .ant-pagination-item-link,.formFlowsSetting .ant-pagination-next:hover .ant-pagination-item-link,.formFlowsSetting .ant-pagination-prev:focus .ant-pagination-item-link,.formFlowsSetting .ant-pagination-prev:hover .ant-pagination-item-link{border-color:#1890ff;color:#1890ff}.formFlowsSetting .ant-pagination-prev .ant-pagination-item-link:after{display:block;content:"\e620"}.formFlowsSetting .ant-pagination-next .ant-pagination-item-link:after{display:block;content:"\e61f"}.formFlowsSetting .ant-pagination-disabled,.formFlowsSetting .ant-pagination-disabled:focus,.formFlowsSetting .ant-pagination-disabled:hover{cursor:not-allowed}.formFlowsSetting .ant-pagination-disabled .ant-pagination-item-link,.formFlowsSetting .ant-pagination-disabled a,.formFlowsSetting .ant-pagination-disabled:focus .ant-pagination-item-link,.formFlowsSetting .ant-pagination-disabled:focus a,.formFlowsSetting .ant-pagination-disabled:hover .ant-pagination-item-link,.formFlowsSetting .ant-pagination-disabled:hover a{border-color:#d9d9d9;cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-pagination-slash{margin:0 10px 0 5px}.formFlowsSetting .ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}.formFlowsSetting .ant-pagination-options-size-changer.ant-select{display:inline-block;margin-right:8px}.formFlowsSetting .ant-pagination-options-quick-jumper{display:inline-block;height:32px;line-height:32px;vertical-align:top}.formFlowsSetting .ant-pagination-options-quick-jumper input{display:inline-block;position:relative;margin:0 8px;padding:4px 11px;border:1px solid #d9d9d9;border-radius:4px;width:100%;width:50px;height:32px;background-color:#fff;background-image:none;line-height:1.5;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-pagination-options-quick-jumper input::-moz-placeholder{opacity:1;color:#bfbfbf}.formFlowsSetting .ant-pagination-options-quick-jumper input:-ms-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-pagination-options-quick-jumper input::-webkit-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-pagination-options-quick-jumper input:focus,.formFlowsSetting .ant-pagination-options-quick-jumper input:hover{border-color:#40a9ff;border-right-width:1px!important}.formFlowsSetting .ant-pagination-options-quick-jumper input:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting .ant-pagination-options-quick-jumper input-disabled{background-color:#f5f5f5;opacity:1;cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-pagination-options-quick-jumper input-disabled:hover{border-color:#e6d8d8;border-right-width:1px!important}.formFlowsSetting textarea.ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:32px;vertical-align:bottom;transition:all .3s,height 0s}.formFlowsSetting .ant-pagination-options-quick-jumper input-lg{padding:6px 11px;height:40px;font-size:16px}.formFlowsSetting .ant-pagination-options-quick-jumper input-sm{padding:1px 7px;height:24px}.formFlowsSetting .ant-pagination-simple .ant-pagination-next,.formFlowsSetting .ant-pagination-simple .ant-pagination-prev{height:24px;line-height:24px;vertical-align:top}.formFlowsSetting .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,.formFlowsSetting .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link{border:0;height:24px}.formFlowsSetting .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,.formFlowsSetting .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.formFlowsSetting .ant-pagination-simple .ant-pagination-simple-pager{display:inline-block;margin-right:8px;height:24px}.formFlowsSetting .ant-pagination-simple .ant-pagination-simple-pager input{box-sizing:border-box;margin-right:8px;padding:0 6px;border:1px solid #d9d9d9;border-radius:4px;height:100%;outline:none;background-color:#fff;text-align:center;transition:border-color .3s}.formFlowsSetting .ant-pagination-simple .ant-pagination-simple-pager input:hover{border-color:#1890ff}.formFlowsSetting .ant-pagination.mini .ant-pagination-simple-pager,.formFlowsSetting .ant-pagination.mini .ant-pagination-total-text{height:24px;line-height:24px}.formFlowsSetting .ant-pagination.mini .ant-pagination-item{margin:0;min-width:24px;height:24px;line-height:22px}.formFlowsSetting .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active){border-color:transparent;background:transparent}.formFlowsSetting .ant-pagination.mini .ant-pagination-next,.formFlowsSetting .ant-pagination.mini .ant-pagination-prev{margin:0;min-width:24px;height:24px;line-height:24px}.formFlowsSetting .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,.formFlowsSetting .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link{border-color:transparent;background:transparent}.formFlowsSetting .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,.formFlowsSetting .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.formFlowsSetting .ant-pagination.mini .ant-pagination-jump-next,.formFlowsSetting .ant-pagination.mini .ant-pagination-jump-prev{margin-right:0;height:24px;line-height:24px}.formFlowsSetting .ant-pagination.mini .ant-pagination-options{margin-left:2px}.formFlowsSetting .ant-pagination.mini .ant-pagination-options-quick-jumper{height:24px;line-height:24px}.formFlowsSetting .ant-pagination.mini .ant-pagination-options-quick-jumper input{padding:1px 7px;width:44px;height:24px}@media only screen and (width <= 992px){.formFlowsSetting .ant-pagination-item-after-jump-prev,.formFlowsSetting .ant-pagination-item-before-jump-next{display:none}}@media only screen and (width <= 576px){.formFlowsSetting .ant-pagination-options{display:none}}.formFlowsSetting .ant-select{display:inline-block;position:relative;box-sizing:border-box;outline:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-select,.formFlowsSetting .ant-select ol,.formFlowsSetting .ant-select ul{list-style:none;margin:0;padding:0}.formFlowsSetting .ant-select>ul>li>a{padding:0;background-color:#fff}.formFlowsSetting .ant-select-arrow{display:inline-block;position:absolute;right:11px;top:50%;margin-top:-6px;line-height:1;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:12px;color:rgba(0,0,0,.25);transform-origin:50% 50%;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .ant-select-arrow:before{display:block;font-family:anticon!important}.formFlowsSetting .ant-select-arrow *{display:none}.formFlowsSetting .ant-select-arrow:before{content:"\e61d";transition:transform .3s}.formFlowsSetting .ant-select-selection{display:block;box-sizing:border-box;border:1px solid #d9d9d9;border-top-width:1.02px;border-radius:4px;outline:none;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-select-selection:hover{border-color:#40a9ff;border-right-width:1px!important}.formFlowsSetting .ant-select-focused .ant-select-selection,.formFlowsSetting .ant-select-selection:active,.formFlowsSetting .ant-select-selection:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting .ant-select-selection__clear{display:inline-block;position:absolute;right:11px;top:50%;z-index:1;margin-top:-6px;width:12px;height:12px;background:#fff;opacity:0;cursor:pointer;line-height:12px;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:12px;color:rgba(0,0,0,.25);transition:color .3s ease,opacity .15s ease;text-rendering:auto}.formFlowsSetting .ant-select-selection__clear:before{display:block;font-family:anticon;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e62e"}.formFlowsSetting .ant-select-selection__clear:hover{color:rgba(0,0,0,.45)}.formFlowsSetting .ant-select-selection:hover .ant-select-selection__clear{opacity:1}.formFlowsSetting .ant-select-selection-selected-value{overflow:hidden;float:left;padding-right:20px;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.formFlowsSetting .ant-select-disabled{color:rgba(0,0,0,.25)}.formFlowsSetting .ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.formFlowsSetting .ant-select-disabled .ant-select-selection:active,.formFlowsSetting .ant-select-disabled .ant-select-selection:focus,.formFlowsSetting .ant-select-disabled .ant-select-selection:hover{border-color:#d9d9d9;box-shadow:none}.formFlowsSetting .ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.formFlowsSetting .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;background:#f5f5f5;color:#aaa}.formFlowsSetting .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.formFlowsSetting .ant-select-selection--single{position:relative;height:32px;cursor:pointer}.formFlowsSetting .ant-select-selection__rendered{display:block;position:relative;margin-left:11px;margin-right:11px;line-height:30px}.formFlowsSetting .ant-select-selection__rendered:after{display:inline-block;visibility:hidden;width:0;pointer-events:none;content:"."}.formFlowsSetting .ant-select-lg{font-size:16px}.formFlowsSetting .ant-select-lg .ant-select-selection--single{height:40px}.formFlowsSetting .ant-select-lg .ant-select-selection__rendered{line-height:38px}.formFlowsSetting .ant-select-lg .ant-select-selection--multiple{min-height:40px}.formFlowsSetting .ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.formFlowsSetting .ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear{top:20px}.formFlowsSetting .ant-select-sm .ant-select-selection--single{height:24px}.formFlowsSetting .ant-select-sm .ant-select-selection__rendered{margin:0 7px;line-height:22px}.formFlowsSetting .ant-select-sm .ant-select-selection--multiple{min-height:24px}.formFlowsSetting .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.formFlowsSetting .ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear{top:12px}.formFlowsSetting .ant-select-sm .ant-select-arrow,.formFlowsSetting .ant-select-sm .ant-select-selection__clear{right:8px}.formFlowsSetting .ant-select-disabled .ant-select-selection__choice__remove{cursor:default;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.25)}.formFlowsSetting .ant-select-search__field__wrap{display:inline-block;position:relative}.formFlowsSetting .ant-select-search__field__placeholder,.formFlowsSetting .ant-select-selection__placeholder{overflow:hidden;position:absolute;left:0;right:9px;top:50%;margin-top:-10px;max-width:100%;height:20px;line-height:20px;text-overflow:ellipsis;text-align:left;color:#bfbfbf;white-space:nowrap}.formFlowsSetting .ant-select-search__field__placeholder{left:12px}.formFlowsSetting .ant-select-search__field__mirror{position:absolute;left:-9999px;top:-9999px;pointer-events:none;white-space:pre}.formFlowsSetting .ant-select-search--inline{position:absolute;width:100%;height:100%}.formFlowsSetting .ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.formFlowsSetting .ant-select-search--inline .ant-select-search__field{border-width:0;border-radius:4px;width:100%;height:100%;outline:0;background:transparent;line-height:1;font-size:100%}.formFlowsSetting .ant-select-search--inline>i{float:right}.formFlowsSetting .ant-select-selection--multiple{padding-bottom:3px;min-height:32px;zoom:1;cursor:text}.formFlowsSetting .ant-select-selection--multiple:after,.formFlowsSetting .ant-select-selection--multiple:before{display:table;content:""}.formFlowsSetting .ant-select-selection--multiple:after{clear:both}.formFlowsSetting .ant-select-selection--multiple .ant-select-search--inline{float:left;position:static;padding:0;width:auto;max-width:100%}.formFlowsSetting .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:.75em;max-width:100%}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__rendered{margin-left:5px;margin-bottom:-3px;height:auto}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.formFlowsSetting .ant-select-selection--multiple>ul>li{margin-top:3px;height:24px;line-height:22px}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__choice{overflow:hidden;float:left;position:relative;margin-right:4px;padding:0 20px 0 10px;border:1px solid #e8e8e8;border-radius:2px;max-width:99%;background-color:#fafafa;cursor:default;color:rgba(0,0,0,.65);transition:padding .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;transition:margin .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__choice__remove{display:inline-block;position:absolute;right:4px;cursor:pointer;line-height:1;line-height:inherit;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-weight:700;font-size:12px;font-size:10px\9;color:rgba(0,0,0,.45);transform:scale(.83333333) rotate(0deg);transition:all .3s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__choice__remove:before{display:block;font-family:anticon!important}.formFlowsSetting :root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:#404040}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__choice__remove:before{content:"\e633"}.formFlowsSetting .ant-select-selection--multiple .ant-select-selection__clear{top:16px}.formFlowsSetting .ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value{padding-right:16px}.formFlowsSetting .ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.formFlowsSetting .ant-select-open .ant-select-arrow:before{transform:rotate(180deg)}.formFlowsSetting .ant-select-open .ant-select-selection{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting .ant-select-combobox .ant-select-arrow{display:none}.formFlowsSetting .ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.formFlowsSetting .ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.formFlowsSetting .ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;box-shadow:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.formFlowsSetting .ant-select-dropdown{position:absolute;left:-9999px;top:-9999px;z-index:1050;list-style:none;box-sizing:border-box;margin:0;padding:0;border-radius:4px;outline:none;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.formFlowsSetting .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.formFlowsSetting .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,.formFlowsSetting .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.formFlowsSetting .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.formFlowsSetting .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.formFlowsSetting .ant-select-dropdown-hidden{display:none}.formFlowsSetting .ant-select-dropdown-menu{overflow:auto;list-style:none;margin-bottom:0;padding-left:0;max-height:250px;outline:none}.formFlowsSetting .ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.formFlowsSetting .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.formFlowsSetting .ant-select-dropdown-menu-item-group-title{padding:0 12px;height:32px;line-height:32px;font-size:12px;color:rgba(0,0,0,.45)}.formFlowsSetting .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.formFlowsSetting .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.formFlowsSetting .ant-select-dropdown-menu-item{display:block;overflow:hidden;position:relative;padding:5px 12px;cursor:pointer;line-height:22px;text-overflow:ellipsis;font-weight:400;color:rgba(0,0,0,.65);white-space:nowrap;transition:background .3s ease}.formFlowsSetting .ant-select-dropdown-menu-item:hover{background-color:#e6f7ff}.formFlowsSetting .ant-select-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.formFlowsSetting .ant-select-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.formFlowsSetting .ant-select-dropdown-menu-item-disabled{cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-select-dropdown-menu-item-disabled:hover{background-color:#fff;cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-select-dropdown-menu-item-selected,.formFlowsSetting .ant-select-dropdown-menu-item-selected:hover{background-color:#fafafa;font-weight:600;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-select-dropdown-menu-item-active{background-color:#e6f7ff}.formFlowsSetting .ant-select-dropdown-menu-item-divider{overflow:hidden;margin:1px 0;height:1px;background-color:#e8e8e8;line-height:0}.formFlowsSetting .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after{display:inline-block;position:absolute;right:12px;top:50%;text-shadow:0 .1px 0,.1px 0 0,0 -.1px 0,-.1px 0;font-family:anticon;font-weight:700;font-size:12px;font-size:10px\9;color:transparent;content:"\e632";transform:scale(.83333333) rotate(0deg);transform:translateY(-50%);transition:all .2s ease;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting :root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after{font-size:12px}.formFlowsSetting .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after{color:#ddd}.formFlowsSetting .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after{display:none}.formFlowsSetting .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,.formFlowsSetting .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after{display:inline-block;color:#1890ff}.formFlowsSetting .ant-select-dropdown-container-open .ant-select-dropdown,.formFlowsSetting .ant-select-dropdown-open .ant-select-dropdown{display:block}.formFlowsSetting .ant-input{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;padding:4px 11px;border:1px solid #d9d9d9;border-radius:4px;width:100%;height:32px;background-color:#fff;background-image:none;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-input::-moz-placeholder{opacity:1;color:#bfbfbf}.formFlowsSetting .ant-input:-ms-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-input::-webkit-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-input:focus,.formFlowsSetting .ant-input:hover{border-color:#40a9ff;border-right-width:1px!important}.formFlowsSetting .ant-input:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting .ant-input-disabled{background-color:#f5f5f5;opacity:1;cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-input-disabled:hover{border-color:#e6d8d8;border-right-width:1px!important}.formFlowsSetting textarea.ant-input{max-width:100%;height:auto;min-height:32px;vertical-align:bottom;transition:all .3s,height 0s}.formFlowsSetting .ant-input-lg{padding:6px 11px;height:40px;font-size:16px}.formFlowsSetting .ant-input-sm{padding:1px 7px;height:24px}.formFlowsSetting .ant-input-group{display:table;position:relative;list-style:none;border-collapse:separate;border-spacing:0;box-sizing:border-box;margin:0;padding:0;width:100%;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.formFlowsSetting .ant-input-group>[class*=col-]{padding-right:8px}.formFlowsSetting .ant-input-group>[class*=col-]:last-child{padding-right:0}.formFlowsSetting .ant-input-group-addon,.formFlowsSetting .ant-input-group-wrap,.formFlowsSetting .ant-input-group>.ant-input{display:table-cell}.formFlowsSetting .ant-input-group-addon:not(:first-child,:last-child),.formFlowsSetting .ant-input-group-wrap:not(:first-child,:last-child),.formFlowsSetting .ant-input-group>.ant-input:not(:first-child,:last-child){border-radius:0}.formFlowsSetting .ant-input-group-addon,.formFlowsSetting .ant-input-group-wrap{width:1px;vertical-align:middle;white-space:nowrap}.formFlowsSetting .ant-input-group-wrap>*{display:block!important}.formFlowsSetting .ant-input-group .ant-input{float:left;margin-bottom:0;width:100%}.formFlowsSetting .ant-input-group .ant-input:focus,.formFlowsSetting .ant-input-group .ant-input:hover{z-index:1;border-right-width:1px}.formFlowsSetting .ant-input-group-addon{position:relative;padding:0 11px;border:1px solid #d9d9d9;border-radius:4px;background-color:#fafafa;line-height:1;text-align:center;font-weight:400;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-input-group-addon .ant-select{margin:-5px -11px}.formFlowsSetting .ant-input-group-addon .ant-select .ant-select-selection{margin:-1px;border:1px solid transparent;background-color:inherit;box-shadow:none}.formFlowsSetting .ant-input-group-addon .ant-select-focused .ant-select-selection,.formFlowsSetting .ant-input-group-addon .ant-select-open .ant-select-selection{color:#1890ff}.formFlowsSetting .ant-input-group-addon>i:only-child:after{position:absolute;inset:0;content:""}.formFlowsSetting .ant-input-group-addon:first-child,.formFlowsSetting .ant-input-group-addon:first-child .ant-select .ant-select-selection,.formFlowsSetting .ant-input-group>.ant-input:first-child,.formFlowsSetting .ant-input-group>.ant-input:first-child .ant-select .ant-select-selection{border-top-right-radius:0;border-bottom-right-radius:0}.formFlowsSetting .ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.formFlowsSetting .ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.formFlowsSetting .ant-input-group-addon:first-child{border-right:0}.formFlowsSetting .ant-input-group-addon:last-child{border-left:0}.formFlowsSetting .ant-input-group-addon:last-child,.formFlowsSetting .ant-input-group-addon:last-child .ant-select .ant-select-selection,.formFlowsSetting .ant-input-group>.ant-input:last-child,.formFlowsSetting .ant-input-group>.ant-input:last-child .ant-select .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.formFlowsSetting .ant-input-group-lg .ant-input,.formFlowsSetting .ant-input-group-lg>.ant-input-group-addon{padding:6px 11px;height:40px;font-size:16px}.formFlowsSetting .ant-input-group-sm .ant-input,.formFlowsSetting .ant-input-group-sm>.ant-input-group-addon{padding:1px 7px;height:24px}.formFlowsSetting .ant-input-group-lg .ant-select-selection--single{height:40px}.formFlowsSetting .ant-input-group-sm .ant-select-selection--single{height:24px}.formFlowsSetting .ant-input-group .ant-input-affix-wrapper{display:table-cell;float:left;width:100%}.formFlowsSetting .ant-input-group.ant-input-group-compact{display:block;zoom:1}.formFlowsSetting .ant-input-group.ant-input-group-compact:after,.formFlowsSetting .ant-input-group.ant-input-group-compact:before{display:table;content:""}.formFlowsSetting .ant-input-group.ant-input-group-compact:after{clear:both}.formFlowsSetting .ant-input-group.ant-input-group-compact>*{display:inline-block;float:none;border-right-width:0;border-radius:0;vertical-align:top}.formFlowsSetting .ant-input-group.ant-input-group-compact .ant-input{float:none}.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input{border-right-width:0;border-radius:0}.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selection,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,.formFlowsSetting .ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,.formFlowsSetting .ant-input-group.ant-input-group-compact>:last-child{border-right-width:1px;border-top-right-radius:4px;border-bottom-right-radius:4px}.formFlowsSetting .ant-input-group-wrapper{display:inline-block;width:100%;vertical-align:top}.formFlowsSetting .ant-input-affix-wrapper{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#40a9ff;border-right-width:1px!important}.formFlowsSetting .ant-input-affix-wrapper .ant-input{position:static}.formFlowsSetting .ant-input-affix-wrapper .ant-input-prefix,.formFlowsSetting .ant-input-affix-wrapper .ant-input-suffix{position:absolute;top:50%;line-height:0;color:rgba(0,0,0,.65);transform:translateY(-50%)}.formFlowsSetting .ant-input-affix-wrapper .ant-input-prefix :not(.anticon),.formFlowsSetting .ant-input-affix-wrapper .ant-input-suffix :not(.anticon){line-height:1.5}.formFlowsSetting .ant-input-affix-wrapper .ant-input-prefix{left:12px}.formFlowsSetting .ant-input-affix-wrapper .ant-input-suffix{right:12px}.formFlowsSetting .ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:30px}.formFlowsSetting .ant-input-affix-wrapper .ant-input:not(:last-child){padding-right:30px}.formFlowsSetting .ant-input-affix-wrapper .ant-input{min-height:100%}.formFlowsSetting .ant-input-search-icon{cursor:pointer;color:rgba(0,0,0,.45);transition:all .3s}.formFlowsSetting .ant-input-search-icon:hover{color:#333}.formFlowsSetting .ant-input-search:not(.ant-input-search-small)>.ant-input-suffix{right:12px}.formFlowsSetting .ant-input-search>.ant-input-suffix>.ant-input-search-button{border-top-left-radius:0;border-bottom-left-radius:0}.formFlowsSetting .ant-input-search>.ant-input-suffix>.ant-input-search-button>.anticon-search{font-size:16px}.formFlowsSetting .ant-input-search.ant-input-search-enter-button>.ant-input{padding-right:46px}.formFlowsSetting .ant-input-search.ant-input-search-enter-button>.ant-input-suffix{right:0}.formFlowsSetting .ant-divider{list-style:none;box-sizing:border-box;margin:0;padding:0;background:#e8e8e8;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-divider,.formFlowsSetting .ant-divider-vertical{display:inline-block;position:relative;top:-.06em;margin:0 8px;width:1px;height:.9em;vertical-align:middle}.formFlowsSetting .ant-divider-horizontal{display:block;clear:both;margin:24px 0;width:100%;height:1px}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right{display:table;margin:16px 0;background:transparent;text-align:center;font-weight:500;font-size:16px;color:rgba(0,0,0,.85);white-space:nowrap}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left:after,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left:before,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right:after,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right:before,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text:after,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text:before{display:table-cell;position:relative;top:50%;border-top:1px solid #e8e8e8;width:50%;content:"";transform:translateY(50%)}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text{display:inline-block;padding:0 10px}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left:before{top:50%;width:5%}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left:after,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right:before{top:50%;width:95%}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right:after{top:50%;width:5%}.formFlowsSetting .ant-divider-inner-text{display:inline-block;padding:0 24px}.formFlowsSetting .ant-divider-dashed{border-top:1px dashed #e8e8e8;background:none}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed{border-top:0}.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,.formFlowsSetting .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before{border-style:dashed none none}.formFlowsSetting .data-manage-modal .ant-modal-content{height:calc(100vh - 44px)}.formFlowsSetting .data-manage-modal .ant-table-header tr th{overflow:hidden;padding:12px 16px;width:200px;max-width:200px;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .data-manage-modal .ant-table-header tr .ant-table-selection-column{padding:12px 0;width:42px;min-width:0}.formFlowsSetting .data-manage-modal .ant-table-body tr td{overflow:hidden;padding:12px 16px;width:200px;max-width:200px;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .data-manage-modal .ant-table-body tr .ant-table-selection-column{padding:12px 0;width:42px;min-width:0}.formFlowsSetting .data-manage-modal-hd{display:flex;justify-content:center;align-items:center;margin-bottom:16px}.formFlowsSetting .data-manage-modal-hd .space-flex1{flex:1}.formFlowsSetting .data-manage-modal-hd .toolbar-btn{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formFlowsSetting .data-manage-modal-hd .toolbar-btn svg{width:16px;height:16px;fill:rgba(25,31,37,.56)}.formFlowsSetting .data-manage-modal-hd .toolbar-btn>img{width:14px;height:14px}.formFlowsSetting .data-manage-modal-hd .toolbar-btn>span{margin-left:6px;font-size:14px;color:#191f25}.formFlowsSetting .data-manage-modal-hd .ant-input-search{width:240px;height:32px}.formFlowsSetting .data-manage-modal-hd .ant-input{border-radius:4px!important;width:240px!important}.formFlowsSetting .data-manage-drawer{width:0!important}.formFlowsSetting .data-manage-drawer .ant-drawer-content-wrapper{margin:20px;height:calc(100vh - 45px)}.formFlowsSetting .data-manage-drawer .ant-drawer-content-wrapper .ant-drawer-content{border-radius:4px}.formFlowsSetting .data-manage-detail{display:flex;flex-direction:column;justify-content:center}.formFlowsSetting .data-manage-detail-hd{margin-bottom:8px}.formFlowsSetting .data-manage-detail-hd>span{margin-left:2px;font-size:12px;color:rgba(13,0,19,.72)}.formFlowsSetting .data-manage-detail-hd>span:nth-child(2){color:rgba(13,0,19,.56)}.formFlowsSetting .data-manage-detail-item{padding:12px 0;border-bottom:1px solid #f8f8f8}.formFlowsSetting .data-manage-detail-item .label{line-height:18px;font-size:13px;color:rgba(25,31,37,.56);letter-spacing:-.08px}.formFlowsSetting .data-manage-detail-item .value{margin-top:4px;line-height:22px;font-size:17px;color:#191f25;letter-spacing:-.41px}.formFlowsSetting .photo-field-data img{margin-right:10px;width:100px;height:100px}.formFlowsSetting .table-field-data{display:flex;flex-direction:column}.formFlowsSetting .table-field-data .row-hd{display:flex}.formFlowsSetting .table-field-data .row-hd>div{width:64px}.formFlowsSetting .table-field-data .row{display:flex}.formFlowsSetting .table-field-data .row>div{width:64px;font-size:12px}.formFlowsSetting a,.formFlowsSetting abbr,.formFlowsSetting acronym,.formFlowsSetting address,.formFlowsSetting applet,.formFlowsSetting article,.formFlowsSetting aside,.formFlowsSetting audio,.formFlowsSetting b,.formFlowsSetting big,.formFlowsSetting blockquote,.formFlowsSetting body,.formFlowsSetting canvas,.formFlowsSetting caption,.formFlowsSetting center,.formFlowsSetting cite,.formFlowsSetting code,.formFlowsSetting dd,.formFlowsSetting del,.formFlowsSetting details,.formFlowsSetting dfn,.formFlowsSetting div,.formFlowsSetting dl,.formFlowsSetting dt,.formFlowsSetting em,.formFlowsSetting fieldset,.formFlowsSetting figcaption,.formFlowsSetting figure,.formFlowsSetting footer,.formFlowsSetting form,.formFlowsSetting h1,.formFlowsSetting h2,.formFlowsSetting h3,.formFlowsSetting h4,.formFlowsSetting h5,.formFlowsSetting h6,.formFlowsSetting header,.formFlowsSetting hgroup,.formFlowsSetting html,.formFlowsSetting i,.formFlowsSetting iframe,.formFlowsSetting img,.formFlowsSetting ins,.formFlowsSetting kbd,.formFlowsSetting label,.formFlowsSetting legend,.formFlowsSetting li,.formFlowsSetting mark,.formFlowsSetting menu,.formFlowsSetting nav,.formFlowsSetting object,.formFlowsSetting ol,.formFlowsSetting p,.formFlowsSetting pre,.formFlowsSetting q,.formFlowsSetting s,.formFlowsSetting samp,.formFlowsSetting section,.formFlowsSetting small,.formFlowsSetting span,.formFlowsSetting strike,.formFlowsSetting strong,.formFlowsSetting sub,.formFlowsSetting summary,.formFlowsSetting sup,.formFlowsSetting table,.formFlowsSetting tbody,.formFlowsSetting td,.formFlowsSetting tfoot,.formFlowsSetting th,.formFlowsSetting thead,.formFlowsSetting time,.formFlowsSetting tr,.formFlowsSetting tt,.formFlowsSetting u,.formFlowsSetting ul,.formFlowsSetting var,.formFlowsSetting video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font:inherit;font-size:100%}.formFlowsSetting *,.formFlowsSetting :after,.formFlowsSetting :before{box-sizing:border-box}.formFlowsSetting html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}.formFlowsSetting body,.formFlowsSetting html{font-size:14px}.formFlowsSetting body{position:static!important;background-color:#fff;line-height:1.6;font-family:Microsoft Yahei,Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,Verdana,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}.formFlowsSetting html.onpc body{font-family:\\51AC青黑体简体中文,Tahoma,Hiragino Sans GB,Microsoft YaHei,\\5FAE软雅黑,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;-webkit-font-smoothing:antialiased}.formFlowsSetting ol,.formFlowsSetting ul{list-style-type:none}.formFlowsSetting b,.formFlowsSetting strong{font-weight:700}.formFlowsSetting img{border:0}.formFlowsSetting button,.formFlowsSetting input,.formFlowsSetting select,.formFlowsSetting textarea{margin:0;font-family:inherit;font-size:100%}.formFlowsSetting textarea{overflow:auto;-webkit-appearance:none;vertical-align:top}.formFlowsSetting button,.formFlowsSetting input{line-height:normal}.formFlowsSetting button,.formFlowsSetting select{text-transform:none}.formFlowsSetting button,.formFlowsSetting html input[type=button],.formFlowsSetting input[type=reset],.formFlowsSetting input[type=submit]{-webkit-appearance:button;cursor:pointer}.formFlowsSetting input[disabled]{background:none}.formFlowsSetting button[disabled],.formFlowsSetting html input[disabled]{cursor:default}.formFlowsSetting input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}.formFlowsSetting input[type=search]::-webkit-search-cancel-button,.formFlowsSetting input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.formFlowsSetting button::-moz-focus-inner,.formFlowsSetting input::-moz-focus-inner{padding:0;border:0}.formFlowsSetting table{border-collapse:collapse;border-spacing:0;width:100%}.formFlowsSetting table,.formFlowsSetting td,.formFlowsSetting th{border:0}.formFlowsSetting td,.formFlowsSetting th{padding:0;vertical-align:top}.formFlowsSetting th{text-align:left;font-weight:700}.formFlowsSetting thead th{white-space:nowrap}.formFlowsSetting a{cursor:pointer;text-decoration:none;color:#3296fa}.formFlowsSetting a:active,.formFlowsSetting a:hover{outline:0;color:#3296fa}.formFlowsSetting small{font-size:80%}.formFlowsSetting #App .ant-alert .anticon-cross{line-height:22px}.formFlowsSetting #App .ant-form-item-label{overflow:visible;white-space:normal}.formFlowsSetting #App .ant-form-item-required:before{position:absolute;left:-10px;top:50%;margin-top:-7px}.formFlowsSetting #App .ant-form-item-label .ant-form-explain{margin-left:10px;font-size:12px}.formFlowsSetting #App .ant-tabs .ant-tabs-tab-next,.formFlowsSetting #App .ant-tabs .ant-tabs-tab-prev{display:none}.formFlowsSetting #App .ant-tabs .ant-tabs-nav-container-scrolling{padding-left:0;padding-right:0}.formFlowsSetting #App .ant-tabs .ant-tabs-nav,.formFlowsSetting #App .ant-tabs .ant-tabs-nav>div{display:flex;width:100%;font-size:0}.formFlowsSetting #App .ant-tabs .ant-tabs-nav .ant-tabs-tab{overflow:hidden;position:relative;flex:1;margin-right:0;padding:12px 5px;width:104px;height:auto;text-align:center;font-size:14px}.formFlowsSetting #App .ant-table-wrapper .ant-table-tbody td{vertical-align:middle}.formFlowsSetting .guide-area{display:block;border-radius:50%;width:41px;height:41px;background:rgba(50,150,250,.2);pointer-events:none}.formFlowsSetting .guide-container{position:relative}.formFlowsSetting .guide-tooltip.ant-tooltip{z-index:999}.formFlowsSetting .guide-tooltip.ant-tooltip .version-tip-container{overflow:hidden}.formFlowsSetting .guide-tooltip.ant-tooltip .version-tip-container .version-tip-btn{float:right;margin:10px}.formFlowsSetting .guide-tooltip.ant-tooltip .ant-tooltip-inner{padding:8px;border-radius:4px;background:#3296fa;box-shadow:0 2px 8px 0 rgba(0,0,0,.15);font-family:PingFangSC-Regular;font-size:14px}.formFlowsSetting .guide-tooltip.ant-tooltip.adjust .ant-tooltip-arrow,.formFlowsSetting .guide-tooltip.ant-tooltip.adjust .ant-tooltip-content{margin-top:12px}.formFlowsSetting .guide-tooltip.ant-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow,.formFlowsSetting .guide-tooltip.ant-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.formFlowsSetting .guide-tooltip.ant-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{border-bottom-color:#3296fa}.formFlowsSetting .guide-tooltip.ant-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow,.formFlowsSetting .guide-tooltip.ant-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow{border-top-color:#3296fa}.formFlowsSetting .guide-tooltip.ant-tooltip.ant-tooltip-placement-right .ant-tooltip-arrow{border-right-color:#3296fa}.formFlowsSetting body,.formFlowsSetting html{background:#f6f6f6!important;font-size:12px!important;color:#191f25!important}.formFlowsSetting .wrap{display:flex;flex-direction:column;height:100%}.formFlowsSetting .xiaomi{z-index:998!important}.formFlowsSetting .fd-nav{display:flex;position:fixed;left:0;right:0;top:0;z-index:10;align-items:center;width:100%;height:60px;background:#2b3551;font-size:14px;color:#fff}.formFlowsSetting .fd-nav>*{flex:1;width:100%}.formFlowsSetting .fd-nav .fd-nav-left{display:flex;align-items:center}.formFlowsSetting .fd-nav .fd-nav-center{flex:none;width:600px;text-align:center}.formFlowsSetting .fd-nav .fd-nav-right{display:flex;justify-content:flex-end;align-items:center;text-align:right}.formFlowsSetting .fd-nav .fd-nav-right-data{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formFlowsSetting .fd-nav .fd-nav-right-data svg{width:14px;height:14px;fill:#fff}.formFlowsSetting .fd-nav .fd-nav-right-data>img{width:14px;height:14px}.formFlowsSetting .fd-nav .fd-nav-right-data>span{margin-left:4px;font-size:14px;letter-spacing:-.22px}.formFlowsSetting .fd-nav .fd-nav-back{display:inline-block;border-right:1px solid #2b3551;width:60px;height:60px;cursor:pointer;text-align:center;font-size:22px}.formFlowsSetting .fd-nav .fd-nav-back:hover{background:#455580}.formFlowsSetting .fd-nav .fd-nav-back:active{background:#0b1532}.formFlowsSetting .fd-nav .fd-nav-back .anticon{line-height:60px}.formFlowsSetting .fd-nav .fd-nav-title{overflow:hidden;flex:1;padding:0 15px;width:0;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .fd-nav a{margin-left:12px;color:#fff}.formFlowsSetting .fd-nav .button-publish{margin-left:4px;margin-right:15px;border-color:#fff;min-width:80px;color:#3296fa}.formFlowsSetting .fd-nav .button-publish.ant-btn:focus,.formFlowsSetting .fd-nav .button-publish.ant-btn:hover{border-color:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.3);color:#3296fa}.formFlowsSetting .fd-nav .button-publish.ant-btn:active{background:#d6eaff;box-shadow:none;color:#3296fa}.formFlowsSetting .fd-nav .button-publish .ant-btn.disabled,.formFlowsSetting .fd-nav .button-publish .ant-btn[disabled]{border-color:#96c9fe;min-width:80px;background:#96c9fe;pointer-events:none;color:#3296fa}.formFlowsSetting .fd-nav .button-preview{margin-left:16px;margin-right:4px;border-color:#fff;min-width:80px;background:transparent;color:#fff}.formFlowsSetting .fd-nav .button-preview.ant-btn:focus,.formFlowsSetting .fd-nav .button-preview.ant-btn:hover{border-color:#fff;background:#59acfc;color:#fff}.formFlowsSetting .fd-nav .button-preview.ant-btn.disabled,.formFlowsSetting .fd-nav .button-preview.ant-btn[disabled]{opacity:.7;pointer-events:none;color:#3296fa}.formFlowsSetting .fd-nav .button-preview.ant-btn:active{border-color:#fff;background:#2186ef;color:#fff}.formFlowsSetting .fd-nav-content{overflow:hidden auto;position:fixed;inset:60px 0 0;z-index:1;padding-bottom:30px}.formFlowsSetting .fd-panel{margin:16px 0 25px;padding:20px 30px;border-radius:8px;background:#fff}.formFlowsSetting .fd-container-sm{margin:16px auto;width:600px}.formFlowsSetting .success-modal .ant-modal-body{text-align:left}.formFlowsSetting .success-modal-title{position:relative;margin:6px 0;padding-left:38px;line-height:32px;font-size:20px;color:#191f25}.formFlowsSetting .success-modal-content{position:relative;margin-top:26px;padding-left:140px}.formFlowsSetting .success-modal-icon{position:absolute;left:0;top:5px;font-size:22px;color:#52c41a}.formFlowsSetting .success-modal-qrcode{position:absolute;left:3px;top:0}.formFlowsSetting .success-modal-qrlink .anticon{font-size:14px}.formFlowsSetting .success-modal-textarea{display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.formFlowsSetting .success-modal-desc{position:relative;margin:3px 0;padding-left:20px;line-height:22px;font-size:16px}.formFlowsSetting .success-modal-desc i{display:inline-block;position:absolute;left:0;top:4px;border-radius:50%;width:14px;height:14px;background:#191f25;line-height:14px;text-align:center;font-size:12px;color:#fff}.formFlowsSetting .success-modal-desc-tip{opacity:.4;font-size:12px;color:#191f25}.formFlowsSetting .preview-modal-content{text-align:center}.formFlowsSetting .preview-modal-content svg{margin:15px auto}.formFlowsSetting .preview-modal-content p{margin:0 0 15px;line-height:1.4;font-size:20px;color:#191f25}.formFlowsSetting .error-modal .anticon-close-circle{color:#f5222d!important}.formFlowsSetting .error-modal-desc{margin-bottom:14px;line-height:22px;font-size:13px;color:rgba(25,31,37,.56)}.formFlowsSetting .error-modal-list{overflow-y:auto;margin-right:-25px;padding-right:25px;height:200px}.formFlowsSetting .error-modal-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 20px;border-radius:4px;background:#f6f6f6;line-height:21px}.formFlowsSetting .error-modal-item-label{flex:none;padding-right:10px;font-size:15px;color:rgba(25,31,37,.56)}.formFlowsSetting .error-modal-item-content{flex:1;text-align:right;font-size:13px;color:#191f25}.formFlowsSetting .btn-switch{display:flex;position:fixed;left:40px;top:86px;z-index:100;align-items:center;padding:0 16px;border-radius:20px;height:44px;background:#3f9af4;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);cursor:pointer;line-height:44px;font-size:16px;color:#fff;letter-spacing:1px}.formFlowsSetting .btn-switch .btn-switch-icon{margin-right:6px;width:14px;height:14px;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 1303 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M1252.838233 407.733734H51.978606a51.851071 51.851071 0 0 1-44.962418-24.668822 48.499835 48.499835 0 0 1 13.032585-63.859667L434.019529 11.077697a51.478711 51.478711 0 0 1 70.934499 9.30899 48.499835 48.499835 0 0 1-9.495169 69.072701l-295.094962 219.692149h1051.357258c26.34444 0 49.151464 19.176518 51.478711 44.776238a48.499835 48.499835 0 0 1-13.032585 37.701407 51.199441 51.199441 0 0 1-37.235958 16.104552zM838.960566 1023.988829a50.454722 50.454722 0 0 1-47.941295-33.512361 48.592924 48.592924 0 0 1 17.221631-54.923038l295.094962-219.692148H51.792426a50.733992 50.733992 0 0 1-51.478711-44.776239 48.499835 48.499835 0 0 1 13.032585-37.794497 51.199441 51.199441 0 0 1 37.329048-16.011462h1200.859627a51.757981 51.757981 0 0 1 44.962418 24.668822 48.499835 48.499835 0 0 1-13.125675 63.859667l-413.877666 308.127548A51.199441 51.199441 0 0 1 838.960566 1023.988829z" fill="#fff%22%3E%3C/path%3E%3C/svg%3E');background-repeat:none;background-size:100%}.formFlowsSetting .btn-switch.new{height:36px;background:#fff;line-height:36px;font-size:14px;color:rgba(25,31,37,.56)}.formFlowsSetting .btn-switch.new .btn-switch-icon{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 1303 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M1252.838233 407.733734H51.978606a51.851071 51.851071 0 0 1-44.962418-24.668822 48.499835 48.499835 0 0 1 13.032585-63.859667L434.019529 11.077697a51.478711 51.478711 0 0 1 70.934499 9.30899 48.499835 48.499835 0 0 1-9.495169 69.072701l-295.094962 219.692149h1051.357258c26.34444 0 49.151464 19.176518 51.478711 44.776238a48.499835 48.499835 0 0 1-13.032585 37.701407 51.199441 51.199441 0 0 1-37.235958 16.104552zM838.960566 1023.988829a50.454722 50.454722 0 0 1-47.941295-33.512361 48.592924 48.592924 0 0 1 17.221631-54.923038l295.094962-219.692148H51.792426a50.733992 50.733992 0 0 1-51.478711-44.776239 48.499835 48.499835 0 0 1 13.032585-37.794497 51.199441 51.199441 0 0 1 37.329048-16.011462h1200.859627a51.757981 51.757981 0 0 1 44.962418 24.668822 48.499835 48.499835 0 0 1-13.125675 63.859667l-413.877666 308.127548A51.199441 51.199441 0 0 1 838.960566 1023.988829z" fill="#7E8184%22%3E%3C/path%3E%3C/svg%3E')}.formFlowsSetting .ant-form{list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-form legend{display:block;margin-bottom:20px;padding:0;border:0;border-bottom:1px solid #d9d9d9;width:100%;line-height:inherit;font-size:16px;color:rgba(0,0,0,.45)}.formFlowsSetting .ant-form label{font-size:14px}.formFlowsSetting .ant-form input[type=search]{box-sizing:border-box}.formFlowsSetting .ant-form input[type=checkbox],.formFlowsSetting .ant-form input[type=radio]{line-height:normal}.formFlowsSetting .ant-form input[type=file]{display:block}.formFlowsSetting .ant-form input[type=range]{display:block;width:100%}.formFlowsSetting .ant-form select[multiple],.formFlowsSetting .ant-form select[size]{height:auto}.formFlowsSetting .ant-form input[type=checkbox]:focus,.formFlowsSetting .ant-form input[type=file]:focus,.formFlowsSetting .ant-form input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.formFlowsSetting .ant-form output{display:block;padding-top:15px;line-height:1.5;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-form-item-required:before{display:inline-block;margin-right:4px;line-height:1;font-family:SimSun;font-size:14px;color:#f5222d;content:"*"}.formFlowsSetting .ant-form-hide-required-mark .ant-form-item-required:before{display:none}.formFlowsSetting .ant-checkbox-inline.disabled,.formFlowsSetting .ant-checkbox-vertical.disabled,.formFlowsSetting .ant-checkbox.disabled label,.formFlowsSetting .ant-radio-inline.disabled,.formFlowsSetting .ant-radio-vertical.disabled,.formFlowsSetting .ant-radio.disabled label,.formFlowsSetting input[type=checkbox].disabled,.formFlowsSetting input[type=checkbox][disabled],.formFlowsSetting input[type=radio].disabled,.formFlowsSetting input[type=radio][disabled]{cursor:not-allowed}.formFlowsSetting .ant-form-item{list-style:none;box-sizing:border-box;margin:0;margin-bottom:24px;padding:0;line-height:1.5;vertical-align:top;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-form-item label{position:relative}.formFlowsSetting .ant-form-item label>.anticon{vertical-align:top;font-size:14px}.formFlowsSetting .ant-form-item [class^=ant-col-]>.ant-form-item:only-child,.formFlowsSetting .ant-form-item-control>.ant-form-item:last-child{margin-bottom:-24px}.formFlowsSetting .ant-form-item-control{position:relative;zoom:1;line-height:39.9999px}.formFlowsSetting .ant-form-item-control:after,.formFlowsSetting .ant-form-item-control:before{display:table;content:""}.formFlowsSetting .ant-form-item-control:after{clear:both}.formFlowsSetting .ant-form-item-children{position:relative}.formFlowsSetting .ant-form-item-with-help{margin-bottom:5px}.formFlowsSetting .ant-form-item-label{display:inline-block;overflow:hidden;line-height:39.9999px;vertical-align:middle;text-align:right;white-space:nowrap}.formFlowsSetting .ant-form-item-label label{color:rgba(0,0,0,.85)}.formFlowsSetting .ant-form-item-label label:after{position:relative;top:-.5px;margin:0 8px 0 2px;content:":"}.formFlowsSetting .ant-form-item .ant-switch{margin:2px 0 4px}.formFlowsSetting .ant-form-item-no-colon .ant-form-item-label label:after{content:" "}.formFlowsSetting .ant-form-explain,.formFlowsSetting .ant-form-extra{clear:both;margin-top:-2px;line-height:1.5;color:rgba(0,0,0,.45);transition:color .3s cubic-bezier(.215,.61,.355,1)}.formFlowsSetting .ant-form-extra{padding-top:4px}.formFlowsSetting .ant-form-text{display:inline-block;padding-right:8px}.formFlowsSetting .ant-form-split{display:block;text-align:center}.formFlowsSetting form .has-feedback .ant-input{padding-right:24px}.formFlowsSetting form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,.formFlowsSetting form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,.formFlowsSetting form .has-feedback>.ant-select .ant-select-arrow,.formFlowsSetting form .has-feedback>.ant-select .ant-select-selection__clear{right:28px}.formFlowsSetting form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,.formFlowsSetting form .has-feedback>.ant-select .ant-select-selection-selected-value{padding-right:42px}.formFlowsSetting form .has-feedback .ant-cascader-picker-arrow{margin-right:17px}.formFlowsSetting form .has-feedback .ant-calendar-picker-clear,.formFlowsSetting form .has-feedback .ant-calendar-picker-icon,.formFlowsSetting form .has-feedback .ant-cascader-picker-clear,.formFlowsSetting form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix,.formFlowsSetting form .has-feedback .ant-time-picker-clear,.formFlowsSetting form .has-feedback .ant-time-picker-icon{right:28px}.formFlowsSetting form textarea.ant-input{height:auto}.formFlowsSetting form .ant-upload{background:transparent}.formFlowsSetting form input[type=checkbox],.formFlowsSetting form input[type=radio]{width:14px;height:14px}.formFlowsSetting form .ant-checkbox-inline,.formFlowsSetting form .ant-radio-inline{display:inline-block;margin-left:8px;cursor:pointer;vertical-align:middle;font-weight:400}.formFlowsSetting form .ant-checkbox-inline:first-child,.formFlowsSetting form .ant-radio-inline:first-child{margin-left:0}.formFlowsSetting form .ant-checkbox-vertical,.formFlowsSetting form .ant-radio-vertical{display:block}.formFlowsSetting form .ant-checkbox-vertical+.ant-checkbox-vertical,.formFlowsSetting form .ant-radio-vertical+.ant-radio-vertical{margin-left:0}.formFlowsSetting form .ant-input-number+.ant-form-text{margin-left:8px}.formFlowsSetting form .ant-input-number-handler-wrap{z-index:2}.formFlowsSetting form .ant-cascader-picker,.formFlowsSetting form .ant-select{width:100%}.formFlowsSetting form .ant-input-group .ant-cascader-picker,.formFlowsSetting form .ant-input-group .ant-select{width:auto}.formFlowsSetting form .ant-input-group-wrapper,.formFlowsSetting form :not(.ant-input-group-wrapper)>.ant-input-group{display:inline-block;position:relative;top:-1px;vertical-align:middle}.formFlowsSetting .ant-input-group-wrap .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.formFlowsSetting .ant-input-group-wrap .ant-select-selection:hover{border-color:#d9d9d9}.formFlowsSetting .ant-input-group-wrap .ant-select-selection--single{margin-left:-1px;height:40px;background-color:#eee}.formFlowsSetting .ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered{padding-left:8px;padding-right:25px;line-height:30px}.formFlowsSetting .ant-input-group-wrap .ant-select-open .ant-select-selection{border-color:#d9d9d9;box-shadow:none}.formFlowsSetting .ant-col-24.ant-form-item-label,.formFlowsSetting .ant-col-xl-24.ant-form-item-label,.formFlowsSetting .ant-form-vertical .ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.formFlowsSetting .ant-col-24.ant-form-item-label label:after,.formFlowsSetting .ant-col-xl-24.ant-form-item-label label:after,.formFlowsSetting .ant-form-vertical .ant-form-item-label label:after{display:none}.formFlowsSetting .ant-form-vertical .ant-form-item{padding-bottom:8px}.formFlowsSetting .ant-form-vertical .ant-form-item-control{line-height:1.5}.formFlowsSetting .ant-form-vertical .ant-form-explain,.formFlowsSetting .ant-form-vertical .ant-form-extra{margin-top:2px;margin-bottom:-4px}@media (width <= 575px){.formFlowsSetting .ant-form-item-control-wrapper,.formFlowsSetting .ant-form-item-label{display:block;width:100%}.formFlowsSetting .ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.formFlowsSetting .ant-form-item-label label:after{display:none}.formFlowsSetting .ant-col-xs-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.formFlowsSetting .ant-col-xs-24.ant-form-item-label label:after{display:none}}@media (width <= 767px){.formFlowsSetting .ant-col-sm-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.formFlowsSetting .ant-col-sm-24.ant-form-item-label label:after{display:none}}@media (width <= 991px){.formFlowsSetting .ant-col-md-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.formFlowsSetting .ant-col-md-24.ant-form-item-label label:after{display:none}}@media (width <= 1199px){.formFlowsSetting .ant-col-lg-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.formFlowsSetting .ant-col-lg-24.ant-form-item-label label:after{display:none}}@media (width <= 1599px){.formFlowsSetting .ant-col-xl-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.formFlowsSetting .ant-col-xl-24.ant-form-item-label label:after{display:none}}.formFlowsSetting .ant-form-inline .ant-form-item{display:inline-block;margin-right:16px;margin-bottom:0}.formFlowsSetting .ant-form-inline .ant-form-item-with-help{margin-bottom:24px}.formFlowsSetting .ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,.formFlowsSetting .ant-form-inline .ant-form-item>.ant-form-item-label{display:inline-block;vertical-align:middle}.formFlowsSetting .ant-form-inline .ant-form-text,.formFlowsSetting .ant-form-inline .has-feedback{display:inline-block}.formFlowsSetting .ant-form-inline .ant-form-explain{position:absolute}.formFlowsSetting .has-error.has-feedback .ant-form-item-children:after,.formFlowsSetting .has-success.has-feedback .ant-form-item-children:after,.formFlowsSetting .has-warning.has-feedback .ant-form-item-children:after,.formFlowsSetting .is-validating.has-feedback .ant-form-item-children:after{visibility:visible;position:absolute;right:0;top:50%;z-index:1;margin-top:-10px;width:32px;height:20px;pointer-events:none;line-height:20px;text-align:center;font-family:anticon;font-size:14px;content:"";animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .has-success.has-feedback .ant-form-item-children:after{color:#52c41a;content:"\e630";animation-name:diffZoomIn1!important}.formFlowsSetting .has-warning .ant-form-explain,.formFlowsSetting .has-warning .ant-form-split{color:#faad14}.formFlowsSetting .has-warning .ant-input,.formFlowsSetting .has-warning .ant-input:hover{border-color:#faad14}.formFlowsSetting .has-warning .ant-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.formFlowsSetting .has-warning .ant-input:not([disabled]):hover{border-color:#faad14}.formFlowsSetting .has-warning .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.formFlowsSetting .has-warning .ant-input-prefix{color:#faad14}.formFlowsSetting .has-warning .ant-input-group-addon{border-color:#faad14;background-color:#fff;color:#faad14}.formFlowsSetting .has-warning .has-feedback{color:#faad14}.formFlowsSetting .has-warning.has-feedback .ant-form-item-children:after{color:#faad14;content:"\e62c";animation-name:diffZoomIn3!important}.formFlowsSetting .has-warning .ant-select-selection{border-color:#faad14}.formFlowsSetting .has-warning .ant-select-focused .ant-select-selection,.formFlowsSetting .has-warning .ant-select-open .ant-select-selection{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.formFlowsSetting .has-warning .ant-calendar-picker-icon:after,.formFlowsSetting .has-warning .ant-cascader-picker-arrow,.formFlowsSetting .has-warning .ant-picker-icon:after,.formFlowsSetting .has-warning .ant-select-arrow,.formFlowsSetting .has-warning .ant-time-picker-icon:after{color:#faad14}.formFlowsSetting .has-warning .ant-input-number,.formFlowsSetting .has-warning .ant-time-picker-input{border-color:#faad14}.formFlowsSetting .has-warning .ant-input-number-focused,.formFlowsSetting .has-warning .ant-input-number:focus,.formFlowsSetting .has-warning .ant-time-picker-input-focused,.formFlowsSetting .has-warning .ant-time-picker-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.formFlowsSetting .has-warning .ant-input-number:not([disabled]):hover,.formFlowsSetting .has-warning .ant-time-picker-input:not([disabled]):hover{border-color:#faad14}.formFlowsSetting .has-warning .ant-cascader-picker:focus .ant-cascader-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.formFlowsSetting .has-error .ant-form-explain,.formFlowsSetting .has-error .ant-form-split{color:#f5222d}.formFlowsSetting .has-error .ant-input,.formFlowsSetting .has-error .ant-input:hover{border-color:#f5222d}.formFlowsSetting .has-error .ant-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.formFlowsSetting .has-error .ant-input:not([disabled]):hover{border-color:#f5222d}.formFlowsSetting .has-error .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.formFlowsSetting .has-error .ant-input-prefix{color:#f5222d}.formFlowsSetting .has-error .ant-input-group-addon{border-color:#f5222d;background-color:#fff;color:#f5222d}.formFlowsSetting .has-error .has-feedback{color:#f5222d}.formFlowsSetting .has-error.has-feedback .ant-form-item-children:after{color:#f5222d;content:"\e62e";animation-name:diffZoomIn2!important}.formFlowsSetting .has-error .ant-select-selection{border-color:#f5222d}.formFlowsSetting .has-error .ant-select-focused .ant-select-selection,.formFlowsSetting .has-error .ant-select-open .ant-select-selection{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.formFlowsSetting .has-error .ant-select.ant-select-auto-complete .ant-input:focus{border-color:#f5222d}.formFlowsSetting .has-error .ant-input-group-addon .ant-select-selection{border-color:transparent;box-shadow:none}.formFlowsSetting .has-error .ant-calendar-picker-icon:after,.formFlowsSetting .has-error .ant-cascader-picker-arrow,.formFlowsSetting .has-error .ant-picker-icon:after,.formFlowsSetting .has-error .ant-select-arrow,.formFlowsSetting .has-error .ant-time-picker-icon:after{color:#f5222d}.formFlowsSetting .has-error .ant-input-number,.formFlowsSetting .has-error .ant-time-picker-input{border-color:#f5222d}.formFlowsSetting .has-error .ant-input-number-focused,.formFlowsSetting .has-error .ant-input-number:focus,.formFlowsSetting .has-error .ant-time-picker-input-focused,.formFlowsSetting .has-error .ant-time-picker-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.formFlowsSetting .has-error .ant-input-number:not([disabled]):hover,.formFlowsSetting .has-error .ant-mention-wrapper .ant-mention-editor,.formFlowsSetting .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,.formFlowsSetting .has-error .ant-time-picker-input:not([disabled]):hover{border-color:#f5222d}.formFlowsSetting .has-error .ant-cascader-picker:focus .ant-cascader-input,.formFlowsSetting .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus,.formFlowsSetting .has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.formFlowsSetting .is-validating.has-feedback .ant-form-item-children:after{display:inline-block;color:#1890ff;content:"\e64d";animation:loadingCircle 1s linear infinite}.formFlowsSetting .ant-advanced-search-form .ant-form-item{margin-bottom:24px}.formFlowsSetting .ant-advanced-search-form .ant-form-item-with-help{margin-bottom:5px}.formFlowsSetting .show-help-appear,.formFlowsSetting .show-help-enter,.formFlowsSetting .show-help-leave{animation-duration:.3s;animation-play-state:paused;animation-fill-mode:both}.formFlowsSetting .show-help-appear.show-help-appear-active,.formFlowsSetting .show-help-enter.show-help-enter-active{animation-name:antShowHelpIn;animation-play-state:running}.formFlowsSetting .show-help-leave.show-help-leave-active{pointer-events:none;animation-name:antShowHelpOut;animation-play-state:running}.formFlowsSetting .show-help-appear,.formFlowsSetting .show-help-enter{opacity:0}.formFlowsSetting .show-help-appear,.formFlowsSetting .show-help-enter,.formFlowsSetting .show-help-leave{animation-timing-function:cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-row{display:block;position:relative;box-sizing:border-box;margin-left:0;margin-right:0;height:auto;zoom:1}.formFlowsSetting .ant-row:after,.formFlowsSetting .ant-row:before{display:table;content:""}.formFlowsSetting .ant-row:after{clear:both}.formFlowsSetting .ant-row-flex{display:flex;flex-flow:row wrap}.formFlowsSetting .ant-row-flex:after,.formFlowsSetting .ant-row-flex:before{display:flex}.formFlowsSetting .ant-row-flex-start{justify-content:flex-start}.formFlowsSetting .ant-row-flex-center{justify-content:center}.formFlowsSetting .ant-row-flex-end{justify-content:flex-end}.formFlowsSetting .ant-row-flex-space-between{justify-content:space-between}.formFlowsSetting .ant-row-flex-space-around{justify-content:space-around}.formFlowsSetting .ant-row-flex-top{align-items:flex-start}.formFlowsSetting .ant-row-flex-middle{align-items:center}.formFlowsSetting .ant-row-flex-bottom{align-items:flex-end}.formFlowsSetting .ant-col{display:block;position:relative}.formFlowsSetting .ant-col-1,.formFlowsSetting .ant-col-10,.formFlowsSetting .ant-col-11,.formFlowsSetting .ant-col-12,.formFlowsSetting .ant-col-13,.formFlowsSetting .ant-col-14,.formFlowsSetting .ant-col-15,.formFlowsSetting .ant-col-16,.formFlowsSetting .ant-col-17,.formFlowsSetting .ant-col-18,.formFlowsSetting .ant-col-19,.formFlowsSetting .ant-col-2,.formFlowsSetting .ant-col-20,.formFlowsSetting .ant-col-21,.formFlowsSetting .ant-col-22,.formFlowsSetting .ant-col-23,.formFlowsSetting .ant-col-24,.formFlowsSetting .ant-col-3,.formFlowsSetting .ant-col-4,.formFlowsSetting .ant-col-5,.formFlowsSetting .ant-col-6,.formFlowsSetting .ant-col-7,.formFlowsSetting .ant-col-8,.formFlowsSetting .ant-col-9,.formFlowsSetting .ant-col-lg-1,.formFlowsSetting .ant-col-lg-10,.formFlowsSetting .ant-col-lg-11,.formFlowsSetting .ant-col-lg-12,.formFlowsSetting .ant-col-lg-13,.formFlowsSetting .ant-col-lg-14,.formFlowsSetting .ant-col-lg-15,.formFlowsSetting .ant-col-lg-16,.formFlowsSetting .ant-col-lg-17,.formFlowsSetting .ant-col-lg-18,.formFlowsSetting .ant-col-lg-19,.formFlowsSetting .ant-col-lg-2,.formFlowsSetting .ant-col-lg-20,.formFlowsSetting .ant-col-lg-21,.formFlowsSetting .ant-col-lg-22,.formFlowsSetting .ant-col-lg-23,.formFlowsSetting .ant-col-lg-24,.formFlowsSetting .ant-col-lg-3,.formFlowsSetting .ant-col-lg-4,.formFlowsSetting .ant-col-lg-5,.formFlowsSetting .ant-col-lg-6,.formFlowsSetting .ant-col-lg-7,.formFlowsSetting .ant-col-lg-8,.formFlowsSetting .ant-col-lg-9,.formFlowsSetting .ant-col-md-1,.formFlowsSetting .ant-col-md-10,.formFlowsSetting .ant-col-md-11,.formFlowsSetting .ant-col-md-12,.formFlowsSetting .ant-col-md-13,.formFlowsSetting .ant-col-md-14,.formFlowsSetting .ant-col-md-15,.formFlowsSetting .ant-col-md-16,.formFlowsSetting .ant-col-md-17,.formFlowsSetting .ant-col-md-18,.formFlowsSetting .ant-col-md-19,.formFlowsSetting .ant-col-md-2,.formFlowsSetting .ant-col-md-20,.formFlowsSetting .ant-col-md-21,.formFlowsSetting .ant-col-md-22,.formFlowsSetting .ant-col-md-23,.formFlowsSetting .ant-col-md-24,.formFlowsSetting .ant-col-md-3,.formFlowsSetting .ant-col-md-4,.formFlowsSetting .ant-col-md-5,.formFlowsSetting .ant-col-md-6,.formFlowsSetting .ant-col-md-7,.formFlowsSetting .ant-col-md-8,.formFlowsSetting .ant-col-md-9,.formFlowsSetting .ant-col-sm-1,.formFlowsSetting .ant-col-sm-10,.formFlowsSetting .ant-col-sm-11,.formFlowsSetting .ant-col-sm-12,.formFlowsSetting .ant-col-sm-13,.formFlowsSetting .ant-col-sm-14,.formFlowsSetting .ant-col-sm-15,.formFlowsSetting .ant-col-sm-16,.formFlowsSetting .ant-col-sm-17,.formFlowsSetting .ant-col-sm-18,.formFlowsSetting .ant-col-sm-19,.formFlowsSetting .ant-col-sm-2,.formFlowsSetting .ant-col-sm-20,.formFlowsSetting .ant-col-sm-21,.formFlowsSetting .ant-col-sm-22,.formFlowsSetting .ant-col-sm-23,.formFlowsSetting .ant-col-sm-24,.formFlowsSetting .ant-col-sm-3,.formFlowsSetting .ant-col-sm-4,.formFlowsSetting .ant-col-sm-5,.formFlowsSetting .ant-col-sm-6,.formFlowsSetting .ant-col-sm-7,.formFlowsSetting .ant-col-sm-8,.formFlowsSetting .ant-col-sm-9,.formFlowsSetting .ant-col-xs-1,.formFlowsSetting .ant-col-xs-10,.formFlowsSetting .ant-col-xs-11,.formFlowsSetting .ant-col-xs-12,.formFlowsSetting .ant-col-xs-13,.formFlowsSetting .ant-col-xs-14,.formFlowsSetting .ant-col-xs-15,.formFlowsSetting .ant-col-xs-16,.formFlowsSetting .ant-col-xs-17,.formFlowsSetting .ant-col-xs-18,.formFlowsSetting .ant-col-xs-19,.formFlowsSetting .ant-col-xs-2,.formFlowsSetting .ant-col-xs-20,.formFlowsSetting .ant-col-xs-21,.formFlowsSetting .ant-col-xs-22,.formFlowsSetting .ant-col-xs-23,.formFlowsSetting .ant-col-xs-24,.formFlowsSetting .ant-col-xs-3,.formFlowsSetting .ant-col-xs-4,.formFlowsSetting .ant-col-xs-5,.formFlowsSetting .ant-col-xs-6,.formFlowsSetting .ant-col-xs-7,.formFlowsSetting .ant-col-xs-8,.formFlowsSetting .ant-col-xs-9{position:relative;padding-left:0;padding-right:0;min-height:1px}.formFlowsSetting .ant-col-1,.formFlowsSetting .ant-col-10,.formFlowsSetting .ant-col-11,.formFlowsSetting .ant-col-12,.formFlowsSetting .ant-col-13,.formFlowsSetting .ant-col-14,.formFlowsSetting .ant-col-15,.formFlowsSetting .ant-col-16,.formFlowsSetting .ant-col-17,.formFlowsSetting .ant-col-18,.formFlowsSetting .ant-col-19,.formFlowsSetting .ant-col-2,.formFlowsSetting .ant-col-20,.formFlowsSetting .ant-col-21,.formFlowsSetting .ant-col-22,.formFlowsSetting .ant-col-23,.formFlowsSetting .ant-col-24,.formFlowsSetting .ant-col-3,.formFlowsSetting .ant-col-4,.formFlowsSetting .ant-col-5,.formFlowsSetting .ant-col-6,.formFlowsSetting .ant-col-7,.formFlowsSetting .ant-col-8,.formFlowsSetting .ant-col-9{float:left;flex:0 0 auto}.formFlowsSetting .ant-col-24{display:block;box-sizing:border-box;width:100%}.formFlowsSetting .ant-col-push-24{left:100%}.formFlowsSetting .ant-col-pull-24{right:100%}.formFlowsSetting .ant-col-offset-24{margin-left:100%}.formFlowsSetting .ant-col-order-24{order:24}.formFlowsSetting .ant-col-23{display:block;box-sizing:border-box;width:95.83333333%}.formFlowsSetting .ant-col-push-23{left:95.83333333%}.formFlowsSetting .ant-col-pull-23{right:95.83333333%}.formFlowsSetting .ant-col-offset-23{margin-left:95.83333333%}.formFlowsSetting .ant-col-order-23{order:23}.formFlowsSetting .ant-col-22{display:block;box-sizing:border-box;width:91.66666667%}.formFlowsSetting .ant-col-push-22{left:91.66666667%}.formFlowsSetting .ant-col-pull-22{right:91.66666667%}.formFlowsSetting .ant-col-offset-22{margin-left:91.66666667%}.formFlowsSetting .ant-col-order-22{order:22}.formFlowsSetting .ant-col-21{display:block;box-sizing:border-box;width:87.5%}.formFlowsSetting .ant-col-push-21{left:87.5%}.formFlowsSetting .ant-col-pull-21{right:87.5%}.formFlowsSetting .ant-col-offset-21{margin-left:87.5%}.formFlowsSetting .ant-col-order-21{order:21}.formFlowsSetting .ant-col-20{display:block;box-sizing:border-box;width:83.33333333%}.formFlowsSetting .ant-col-push-20{left:83.33333333%}.formFlowsSetting .ant-col-pull-20{right:83.33333333%}.formFlowsSetting .ant-col-offset-20{margin-left:83.33333333%}.formFlowsSetting .ant-col-order-20{order:20}.formFlowsSetting .ant-col-19{display:block;box-sizing:border-box;width:79.16666667%}.formFlowsSetting .ant-col-push-19{left:79.16666667%}.formFlowsSetting .ant-col-pull-19{right:79.16666667%}.formFlowsSetting .ant-col-offset-19{margin-left:79.16666667%}.formFlowsSetting .ant-col-order-19{order:19}.formFlowsSetting .ant-col-18{display:block;box-sizing:border-box;width:75%}.formFlowsSetting .ant-col-push-18{left:75%}.formFlowsSetting .ant-col-pull-18{right:75%}.formFlowsSetting .ant-col-offset-18{margin-left:75%}.formFlowsSetting .ant-col-order-18{order:18}.formFlowsSetting .ant-col-17{display:block;box-sizing:border-box;width:70.83333333%}.formFlowsSetting .ant-col-push-17{left:70.83333333%}.formFlowsSetting .ant-col-pull-17{right:70.83333333%}.formFlowsSetting .ant-col-offset-17{margin-left:70.83333333%}.formFlowsSetting .ant-col-order-17{order:17}.formFlowsSetting .ant-col-16{display:block;box-sizing:border-box;width:66.66666667%}.formFlowsSetting .ant-col-push-16{left:66.66666667%}.formFlowsSetting .ant-col-pull-16{right:66.66666667%}.formFlowsSetting .ant-col-offset-16{margin-left:66.66666667%}.formFlowsSetting .ant-col-order-16{order:16}.formFlowsSetting .ant-col-15{display:block;box-sizing:border-box;width:62.5%}.formFlowsSetting .ant-col-push-15{left:62.5%}.formFlowsSetting .ant-col-pull-15{right:62.5%}.formFlowsSetting .ant-col-offset-15{margin-left:62.5%}.formFlowsSetting .ant-col-order-15{order:15}.formFlowsSetting .ant-col-14{display:block;box-sizing:border-box;width:58.33333333%}.formFlowsSetting .ant-col-push-14{left:58.33333333%}.formFlowsSetting .ant-col-pull-14{right:58.33333333%}.formFlowsSetting .ant-col-offset-14{margin-left:58.33333333%}.formFlowsSetting .ant-col-order-14{order:14}.formFlowsSetting .ant-col-13{display:block;box-sizing:border-box;width:54.16666667%}.formFlowsSetting .ant-col-push-13{left:54.16666667%}.formFlowsSetting .ant-col-pull-13{right:54.16666667%}.formFlowsSetting .ant-col-offset-13{margin-left:54.16666667%}.formFlowsSetting .ant-col-order-13{order:13}.formFlowsSetting .ant-col-12{display:block;box-sizing:border-box;width:50%}.formFlowsSetting .ant-col-push-12{left:50%}.formFlowsSetting .ant-col-pull-12{right:50%}.formFlowsSetting .ant-col-offset-12{margin-left:50%}.formFlowsSetting .ant-col-order-12{order:12}.formFlowsSetting .ant-col-11{display:block;box-sizing:border-box;width:45.83333333%}.formFlowsSetting .ant-col-push-11{left:45.83333333%}.formFlowsSetting .ant-col-pull-11{right:45.83333333%}.formFlowsSetting .ant-col-offset-11{margin-left:45.83333333%}.formFlowsSetting .ant-col-order-11{order:11}.formFlowsSetting .ant-col-10{display:block;box-sizing:border-box;width:41.66666667%}.formFlowsSetting .ant-col-push-10{left:41.66666667%}.formFlowsSetting .ant-col-pull-10{right:41.66666667%}.formFlowsSetting .ant-col-offset-10{margin-left:41.66666667%}.formFlowsSetting .ant-col-order-10{order:10}.formFlowsSetting .ant-col-9{display:block;box-sizing:border-box;width:37.5%}.formFlowsSetting .ant-col-push-9{left:37.5%}.formFlowsSetting .ant-col-pull-9{right:37.5%}.formFlowsSetting .ant-col-offset-9{margin-left:37.5%}.formFlowsSetting .ant-col-order-9{order:9}.formFlowsSetting .ant-col-8{display:block;box-sizing:border-box;width:33.33333333%}.formFlowsSetting .ant-col-push-8{left:33.33333333%}.formFlowsSetting .ant-col-pull-8{right:33.33333333%}.formFlowsSetting .ant-col-offset-8{margin-left:33.33333333%}.formFlowsSetting .ant-col-order-8{order:8}.formFlowsSetting .ant-col-7{display:block;box-sizing:border-box;width:29.16666667%}.formFlowsSetting .ant-col-push-7{left:29.16666667%}.formFlowsSetting .ant-col-pull-7{right:29.16666667%}.formFlowsSetting .ant-col-offset-7{margin-left:29.16666667%}.formFlowsSetting .ant-col-order-7{order:7}.formFlowsSetting .ant-col-6{display:block;box-sizing:border-box;width:25%}.formFlowsSetting .ant-col-push-6{left:25%}.formFlowsSetting .ant-col-pull-6{right:25%}.formFlowsSetting .ant-col-offset-6{margin-left:25%}.formFlowsSetting .ant-col-order-6{order:6}.formFlowsSetting .ant-col-5{display:block;box-sizing:border-box;width:20.83333333%}.formFlowsSetting .ant-col-push-5{left:20.83333333%}.formFlowsSetting .ant-col-pull-5{right:20.83333333%}.formFlowsSetting .ant-col-offset-5{margin-left:20.83333333%}.formFlowsSetting .ant-col-order-5{order:5}.formFlowsSetting .ant-col-4{display:block;box-sizing:border-box;width:16.66666667%}.formFlowsSetting .ant-col-push-4{left:16.66666667%}.formFlowsSetting .ant-col-pull-4{right:16.66666667%}.formFlowsSetting .ant-col-offset-4{margin-left:16.66666667%}.formFlowsSetting .ant-col-order-4{order:4}.formFlowsSetting .ant-col-3{display:block;box-sizing:border-box;width:12.5%}.formFlowsSetting .ant-col-push-3{left:12.5%}.formFlowsSetting .ant-col-pull-3{right:12.5%}.formFlowsSetting .ant-col-offset-3{margin-left:12.5%}.formFlowsSetting .ant-col-order-3{order:3}.formFlowsSetting .ant-col-2{display:block;box-sizing:border-box;width:8.33333333%}.formFlowsSetting .ant-col-push-2{left:8.33333333%}.formFlowsSetting .ant-col-pull-2{right:8.33333333%}.formFlowsSetting .ant-col-offset-2{margin-left:8.33333333%}.formFlowsSetting .ant-col-order-2{order:2}.formFlowsSetting .ant-col-1{display:block;box-sizing:border-box;width:4.16666667%}.formFlowsSetting .ant-col-push-1{left:4.16666667%}.formFlowsSetting .ant-col-pull-1{right:4.16666667%}.formFlowsSetting .ant-col-offset-1{margin-left:4.16666667%}.formFlowsSetting .ant-col-order-1{order:1}.formFlowsSetting .ant-col-0{display:none}.formFlowsSetting .ant-col-offset-0{margin-left:0}.formFlowsSetting .ant-col-order-0{order:0}.formFlowsSetting .ant-col-xs-1,.formFlowsSetting .ant-col-xs-10,.formFlowsSetting .ant-col-xs-11,.formFlowsSetting .ant-col-xs-12,.formFlowsSetting .ant-col-xs-13,.formFlowsSetting .ant-col-xs-14,.formFlowsSetting .ant-col-xs-15,.formFlowsSetting .ant-col-xs-16,.formFlowsSetting .ant-col-xs-17,.formFlowsSetting .ant-col-xs-18,.formFlowsSetting .ant-col-xs-19,.formFlowsSetting .ant-col-xs-2,.formFlowsSetting .ant-col-xs-20,.formFlowsSetting .ant-col-xs-21,.formFlowsSetting .ant-col-xs-22,.formFlowsSetting .ant-col-xs-23,.formFlowsSetting .ant-col-xs-24,.formFlowsSetting .ant-col-xs-3,.formFlowsSetting .ant-col-xs-4,.formFlowsSetting .ant-col-xs-5,.formFlowsSetting .ant-col-xs-6,.formFlowsSetting .ant-col-xs-7,.formFlowsSetting .ant-col-xs-8,.formFlowsSetting .ant-col-xs-9{float:left;flex:0 0 auto}.formFlowsSetting .ant-col-xs-24{display:block;box-sizing:border-box;width:100%}.formFlowsSetting .ant-col-xs-push-24{left:100%}.formFlowsSetting .ant-col-xs-pull-24{right:100%}.formFlowsSetting .ant-col-xs-offset-24{margin-left:100%}.formFlowsSetting .ant-col-xs-order-24{order:24}.formFlowsSetting .ant-col-xs-23{display:block;box-sizing:border-box;width:95.83333333%}.formFlowsSetting .ant-col-xs-push-23{left:95.83333333%}.formFlowsSetting .ant-col-xs-pull-23{right:95.83333333%}.formFlowsSetting .ant-col-xs-offset-23{margin-left:95.83333333%}.formFlowsSetting .ant-col-xs-order-23{order:23}.formFlowsSetting .ant-col-xs-22{display:block;box-sizing:border-box;width:91.66666667%}.formFlowsSetting .ant-col-xs-push-22{left:91.66666667%}.formFlowsSetting .ant-col-xs-pull-22{right:91.66666667%}.formFlowsSetting .ant-col-xs-offset-22{margin-left:91.66666667%}.formFlowsSetting .ant-col-xs-order-22{order:22}.formFlowsSetting .ant-col-xs-21{display:block;box-sizing:border-box;width:87.5%}.formFlowsSetting .ant-col-xs-push-21{left:87.5%}.formFlowsSetting .ant-col-xs-pull-21{right:87.5%}.formFlowsSetting .ant-col-xs-offset-21{margin-left:87.5%}.formFlowsSetting .ant-col-xs-order-21{order:21}.formFlowsSetting .ant-col-xs-20{display:block;box-sizing:border-box;width:83.33333333%}.formFlowsSetting .ant-col-xs-push-20{left:83.33333333%}.formFlowsSetting .ant-col-xs-pull-20{right:83.33333333%}.formFlowsSetting .ant-col-xs-offset-20{margin-left:83.33333333%}.formFlowsSetting .ant-col-xs-order-20{order:20}.formFlowsSetting .ant-col-xs-19{display:block;box-sizing:border-box;width:79.16666667%}.formFlowsSetting .ant-col-xs-push-19{left:79.16666667%}.formFlowsSetting .ant-col-xs-pull-19{right:79.16666667%}.formFlowsSetting .ant-col-xs-offset-19{margin-left:79.16666667%}.formFlowsSetting .ant-col-xs-order-19{order:19}.formFlowsSetting .ant-col-xs-18{display:block;box-sizing:border-box;width:75%}.formFlowsSetting .ant-col-xs-push-18{left:75%}.formFlowsSetting .ant-col-xs-pull-18{right:75%}.formFlowsSetting .ant-col-xs-offset-18{margin-left:75%}.formFlowsSetting .ant-col-xs-order-18{order:18}.formFlowsSetting .ant-col-xs-17{display:block;box-sizing:border-box;width:70.83333333%}.formFlowsSetting .ant-col-xs-push-17{left:70.83333333%}.formFlowsSetting .ant-col-xs-pull-17{right:70.83333333%}.formFlowsSetting .ant-col-xs-offset-17{margin-left:70.83333333%}.formFlowsSetting .ant-col-xs-order-17{order:17}.formFlowsSetting .ant-col-xs-16{display:block;box-sizing:border-box;width:66.66666667%}.formFlowsSetting .ant-col-xs-push-16{left:66.66666667%}.formFlowsSetting .ant-col-xs-pull-16{right:66.66666667%}.formFlowsSetting .ant-col-xs-offset-16{margin-left:66.66666667%}.formFlowsSetting .ant-col-xs-order-16{order:16}.formFlowsSetting .ant-col-xs-15{display:block;box-sizing:border-box;width:62.5%}.formFlowsSetting .ant-col-xs-push-15{left:62.5%}.formFlowsSetting .ant-col-xs-pull-15{right:62.5%}.formFlowsSetting .ant-col-xs-offset-15{margin-left:62.5%}.formFlowsSetting .ant-col-xs-order-15{order:15}.formFlowsSetting .ant-col-xs-14{display:block;box-sizing:border-box;width:58.33333333%}.formFlowsSetting .ant-col-xs-push-14{left:58.33333333%}.formFlowsSetting .ant-col-xs-pull-14{right:58.33333333%}.formFlowsSetting .ant-col-xs-offset-14{margin-left:58.33333333%}.formFlowsSetting .ant-col-xs-order-14{order:14}.formFlowsSetting .ant-col-xs-13{display:block;box-sizing:border-box;width:54.16666667%}.formFlowsSetting .ant-col-xs-push-13{left:54.16666667%}.formFlowsSetting .ant-col-xs-pull-13{right:54.16666667%}.formFlowsSetting .ant-col-xs-offset-13{margin-left:54.16666667%}.formFlowsSetting .ant-col-xs-order-13{order:13}.formFlowsSetting .ant-col-xs-12{display:block;box-sizing:border-box;width:50%}.formFlowsSetting .ant-col-xs-push-12{left:50%}.formFlowsSetting .ant-col-xs-pull-12{right:50%}.formFlowsSetting .ant-col-xs-offset-12{margin-left:50%}.formFlowsSetting .ant-col-xs-order-12{order:12}.formFlowsSetting .ant-col-xs-11{display:block;box-sizing:border-box;width:45.83333333%}.formFlowsSetting .ant-col-xs-push-11{left:45.83333333%}.formFlowsSetting .ant-col-xs-pull-11{right:45.83333333%}.formFlowsSetting .ant-col-xs-offset-11{margin-left:45.83333333%}.formFlowsSetting .ant-col-xs-order-11{order:11}.formFlowsSetting .ant-col-xs-10{display:block;box-sizing:border-box;width:41.66666667%}.formFlowsSetting .ant-col-xs-push-10{left:41.66666667%}.formFlowsSetting .ant-col-xs-pull-10{right:41.66666667%}.formFlowsSetting .ant-col-xs-offset-10{margin-left:41.66666667%}.formFlowsSetting .ant-col-xs-order-10{order:10}.formFlowsSetting .ant-col-xs-9{display:block;box-sizing:border-box;width:37.5%}.formFlowsSetting .ant-col-xs-push-9{left:37.5%}.formFlowsSetting .ant-col-xs-pull-9{right:37.5%}.formFlowsSetting .ant-col-xs-offset-9{margin-left:37.5%}.formFlowsSetting .ant-col-xs-order-9{order:9}.formFlowsSetting .ant-col-xs-8{display:block;box-sizing:border-box;width:33.33333333%}.formFlowsSetting .ant-col-xs-push-8{left:33.33333333%}.formFlowsSetting .ant-col-xs-pull-8{right:33.33333333%}.formFlowsSetting .ant-col-xs-offset-8{margin-left:33.33333333%}.formFlowsSetting .ant-col-xs-order-8{order:8}.formFlowsSetting .ant-col-xs-7{display:block;box-sizing:border-box;width:29.16666667%}.formFlowsSetting .ant-col-xs-push-7{left:29.16666667%}.formFlowsSetting .ant-col-xs-pull-7{right:29.16666667%}.formFlowsSetting .ant-col-xs-offset-7{margin-left:29.16666667%}.formFlowsSetting .ant-col-xs-order-7{order:7}.formFlowsSetting .ant-col-xs-6{display:block;box-sizing:border-box;width:25%}.formFlowsSetting .ant-col-xs-push-6{left:25%}.formFlowsSetting .ant-col-xs-pull-6{right:25%}.formFlowsSetting .ant-col-xs-offset-6{margin-left:25%}.formFlowsSetting .ant-col-xs-order-6{order:6}.formFlowsSetting .ant-col-xs-5{display:block;box-sizing:border-box;width:20.83333333%}.formFlowsSetting .ant-col-xs-push-5{left:20.83333333%}.formFlowsSetting .ant-col-xs-pull-5{right:20.83333333%}.formFlowsSetting .ant-col-xs-offset-5{margin-left:20.83333333%}.formFlowsSetting .ant-col-xs-order-5{order:5}.formFlowsSetting .ant-col-xs-4{display:block;box-sizing:border-box;width:16.66666667%}.formFlowsSetting .ant-col-xs-push-4{left:16.66666667%}.formFlowsSetting .ant-col-xs-pull-4{right:16.66666667%}.formFlowsSetting .ant-col-xs-offset-4{margin-left:16.66666667%}.formFlowsSetting .ant-col-xs-order-4{order:4}.formFlowsSetting .ant-col-xs-3{display:block;box-sizing:border-box;width:12.5%}.formFlowsSetting .ant-col-xs-push-3{left:12.5%}.formFlowsSetting .ant-col-xs-pull-3{right:12.5%}.formFlowsSetting .ant-col-xs-offset-3{margin-left:12.5%}.formFlowsSetting .ant-col-xs-order-3{order:3}.formFlowsSetting .ant-col-xs-2{display:block;box-sizing:border-box;width:8.33333333%}.formFlowsSetting .ant-col-xs-push-2{left:8.33333333%}.formFlowsSetting .ant-col-xs-pull-2{right:8.33333333%}.formFlowsSetting .ant-col-xs-offset-2{margin-left:8.33333333%}.formFlowsSetting .ant-col-xs-order-2{order:2}.formFlowsSetting .ant-col-xs-1{display:block;box-sizing:border-box;width:4.16666667%}.formFlowsSetting .ant-col-xs-push-1{left:4.16666667%}.formFlowsSetting .ant-col-xs-pull-1{right:4.16666667%}.formFlowsSetting .ant-col-xs-offset-1{margin-left:4.16666667%}.formFlowsSetting .ant-col-xs-order-1{order:1}.formFlowsSetting .ant-col-xs-0{display:none}.formFlowsSetting .ant-col-push-0{left:auto}.formFlowsSetting .ant-col-pull-0{right:auto}.formFlowsSetting .ant-col-xs-push-0{left:auto}.formFlowsSetting .ant-col-xs-pull-0{right:auto}.formFlowsSetting .ant-col-xs-offset-0{margin-left:0}.formFlowsSetting .ant-col-xs-order-0{order:0}@media (width >= 576px){.formFlowsSetting .ant-col-sm-1,.formFlowsSetting .ant-col-sm-10,.formFlowsSetting .ant-col-sm-11,.formFlowsSetting .ant-col-sm-12,.formFlowsSetting .ant-col-sm-13,.formFlowsSetting .ant-col-sm-14,.formFlowsSetting .ant-col-sm-15,.formFlowsSetting .ant-col-sm-16,.formFlowsSetting .ant-col-sm-17,.formFlowsSetting .ant-col-sm-18,.formFlowsSetting .ant-col-sm-19,.formFlowsSetting .ant-col-sm-2,.formFlowsSetting .ant-col-sm-20,.formFlowsSetting .ant-col-sm-21,.formFlowsSetting .ant-col-sm-22,.formFlowsSetting .ant-col-sm-23,.formFlowsSetting .ant-col-sm-24,.formFlowsSetting .ant-col-sm-3,.formFlowsSetting .ant-col-sm-4,.formFlowsSetting .ant-col-sm-5,.formFlowsSetting .ant-col-sm-6,.formFlowsSetting .ant-col-sm-7,.formFlowsSetting .ant-col-sm-8,.formFlowsSetting .ant-col-sm-9{float:left;flex:0 0 auto}.formFlowsSetting .ant-col-sm-24{display:block;box-sizing:border-box;width:100%}.formFlowsSetting .ant-col-sm-push-24{left:100%}.formFlowsSetting .ant-col-sm-pull-24{right:100%}.formFlowsSetting .ant-col-sm-offset-24{margin-left:100%}.formFlowsSetting .ant-col-sm-order-24{order:24}.formFlowsSetting .ant-col-sm-23{display:block;box-sizing:border-box;width:95.83333333%}.formFlowsSetting .ant-col-sm-push-23{left:95.83333333%}.formFlowsSetting .ant-col-sm-pull-23{right:95.83333333%}.formFlowsSetting .ant-col-sm-offset-23{margin-left:95.83333333%}.formFlowsSetting .ant-col-sm-order-23{order:23}.formFlowsSetting .ant-col-sm-22{display:block;box-sizing:border-box;width:91.66666667%}.formFlowsSetting .ant-col-sm-push-22{left:91.66666667%}.formFlowsSetting .ant-col-sm-pull-22{right:91.66666667%}.formFlowsSetting .ant-col-sm-offset-22{margin-left:91.66666667%}.formFlowsSetting .ant-col-sm-order-22{order:22}.formFlowsSetting .ant-col-sm-21{display:block;box-sizing:border-box;width:87.5%}.formFlowsSetting .ant-col-sm-push-21{left:87.5%}.formFlowsSetting .ant-col-sm-pull-21{right:87.5%}.formFlowsSetting .ant-col-sm-offset-21{margin-left:87.5%}.formFlowsSetting .ant-col-sm-order-21{order:21}.formFlowsSetting .ant-col-sm-20{display:block;box-sizing:border-box;width:83.33333333%}.formFlowsSetting .ant-col-sm-push-20{left:83.33333333%}.formFlowsSetting .ant-col-sm-pull-20{right:83.33333333%}.formFlowsSetting .ant-col-sm-offset-20{margin-left:83.33333333%}.formFlowsSetting .ant-col-sm-order-20{order:20}.formFlowsSetting .ant-col-sm-19{display:block;box-sizing:border-box;width:79.16666667%}.formFlowsSetting .ant-col-sm-push-19{left:79.16666667%}.formFlowsSetting .ant-col-sm-pull-19{right:79.16666667%}.formFlowsSetting .ant-col-sm-offset-19{margin-left:79.16666667%}.formFlowsSetting .ant-col-sm-order-19{order:19}.formFlowsSetting .ant-col-sm-18{display:block;box-sizing:border-box;width:75%}.formFlowsSetting .ant-col-sm-push-18{left:75%}.formFlowsSetting .ant-col-sm-pull-18{right:75%}.formFlowsSetting .ant-col-sm-offset-18{margin-left:75%}.formFlowsSetting .ant-col-sm-order-18{order:18}.formFlowsSetting .ant-col-sm-17{display:block;box-sizing:border-box;width:70.83333333%}.formFlowsSetting .ant-col-sm-push-17{left:70.83333333%}.formFlowsSetting .ant-col-sm-pull-17{right:70.83333333%}.formFlowsSetting .ant-col-sm-offset-17{margin-left:70.83333333%}.formFlowsSetting .ant-col-sm-order-17{order:17}.formFlowsSetting .ant-col-sm-16{display:block;box-sizing:border-box;width:66.66666667%}.formFlowsSetting .ant-col-sm-push-16{left:66.66666667%}.formFlowsSetting .ant-col-sm-pull-16{right:66.66666667%}.formFlowsSetting .ant-col-sm-offset-16{margin-left:66.66666667%}.formFlowsSetting .ant-col-sm-order-16{order:16}.formFlowsSetting .ant-col-sm-15{display:block;box-sizing:border-box;width:62.5%}.formFlowsSetting .ant-col-sm-push-15{left:62.5%}.formFlowsSetting .ant-col-sm-pull-15{right:62.5%}.formFlowsSetting .ant-col-sm-offset-15{margin-left:62.5%}.formFlowsSetting .ant-col-sm-order-15{order:15}.formFlowsSetting .ant-col-sm-14{display:block;box-sizing:border-box;width:58.33333333%}.formFlowsSetting .ant-col-sm-push-14{left:58.33333333%}.formFlowsSetting .ant-col-sm-pull-14{right:58.33333333%}.formFlowsSetting .ant-col-sm-offset-14{margin-left:58.33333333%}.formFlowsSetting .ant-col-sm-order-14{order:14}.formFlowsSetting .ant-col-sm-13{display:block;box-sizing:border-box;width:54.16666667%}.formFlowsSetting .ant-col-sm-push-13{left:54.16666667%}.formFlowsSetting .ant-col-sm-pull-13{right:54.16666667%}.formFlowsSetting .ant-col-sm-offset-13{margin-left:54.16666667%}.formFlowsSetting .ant-col-sm-order-13{order:13}.formFlowsSetting .ant-col-sm-12{display:block;box-sizing:border-box;width:50%}.formFlowsSetting .ant-col-sm-push-12{left:50%}.formFlowsSetting .ant-col-sm-pull-12{right:50%}.formFlowsSetting .ant-col-sm-offset-12{margin-left:50%}.formFlowsSetting .ant-col-sm-order-12{order:12}.formFlowsSetting .ant-col-sm-11{display:block;box-sizing:border-box;width:45.83333333%}.formFlowsSetting .ant-col-sm-push-11{left:45.83333333%}.formFlowsSetting .ant-col-sm-pull-11{right:45.83333333%}.formFlowsSetting .ant-col-sm-offset-11{margin-left:45.83333333%}.formFlowsSetting .ant-col-sm-order-11{order:11}.formFlowsSetting .ant-col-sm-10{display:block;box-sizing:border-box;width:41.66666667%}.formFlowsSetting .ant-col-sm-push-10{left:41.66666667%}.formFlowsSetting .ant-col-sm-pull-10{right:41.66666667%}.formFlowsSetting .ant-col-sm-offset-10{margin-left:41.66666667%}.formFlowsSetting .ant-col-sm-order-10{order:10}.formFlowsSetting .ant-col-sm-9{display:block;box-sizing:border-box;width:37.5%}.formFlowsSetting .ant-col-sm-push-9{left:37.5%}.formFlowsSetting .ant-col-sm-pull-9{right:37.5%}.formFlowsSetting .ant-col-sm-offset-9{margin-left:37.5%}.formFlowsSetting .ant-col-sm-order-9{order:9}.formFlowsSetting .ant-col-sm-8{display:block;box-sizing:border-box;width:33.33333333%}.formFlowsSetting .ant-col-sm-push-8{left:33.33333333%}.formFlowsSetting .ant-col-sm-pull-8{right:33.33333333%}.formFlowsSetting .ant-col-sm-offset-8{margin-left:33.33333333%}.formFlowsSetting .ant-col-sm-order-8{order:8}.formFlowsSetting .ant-col-sm-7{display:block;box-sizing:border-box;width:29.16666667%}.formFlowsSetting .ant-col-sm-push-7{left:29.16666667%}.formFlowsSetting .ant-col-sm-pull-7{right:29.16666667%}.formFlowsSetting .ant-col-sm-offset-7{margin-left:29.16666667%}.formFlowsSetting .ant-col-sm-order-7{order:7}.formFlowsSetting .ant-col-sm-6{display:block;box-sizing:border-box;width:25%}.formFlowsSetting .ant-col-sm-push-6{left:25%}.formFlowsSetting .ant-col-sm-pull-6{right:25%}.formFlowsSetting .ant-col-sm-offset-6{margin-left:25%}.formFlowsSetting .ant-col-sm-order-6{order:6}.formFlowsSetting .ant-col-sm-5{display:block;box-sizing:border-box;width:20.83333333%}.formFlowsSetting .ant-col-sm-push-5{left:20.83333333%}.formFlowsSetting .ant-col-sm-pull-5{right:20.83333333%}.formFlowsSetting .ant-col-sm-offset-5{margin-left:20.83333333%}.formFlowsSetting .ant-col-sm-order-5{order:5}.formFlowsSetting .ant-col-sm-4{display:block;box-sizing:border-box;width:16.66666667%}.formFlowsSetting .ant-col-sm-push-4{left:16.66666667%}.formFlowsSetting .ant-col-sm-pull-4{right:16.66666667%}.formFlowsSetting .ant-col-sm-offset-4{margin-left:16.66666667%}.formFlowsSetting .ant-col-sm-order-4{order:4}.formFlowsSetting .ant-col-sm-3{display:block;box-sizing:border-box;width:12.5%}.formFlowsSetting .ant-col-sm-push-3{left:12.5%}.formFlowsSetting .ant-col-sm-pull-3{right:12.5%}.formFlowsSetting .ant-col-sm-offset-3{margin-left:12.5%}.formFlowsSetting .ant-col-sm-order-3{order:3}.formFlowsSetting .ant-col-sm-2{display:block;box-sizing:border-box;width:8.33333333%}.formFlowsSetting .ant-col-sm-push-2{left:8.33333333%}.formFlowsSetting .ant-col-sm-pull-2{right:8.33333333%}.formFlowsSetting .ant-col-sm-offset-2{margin-left:8.33333333%}.formFlowsSetting .ant-col-sm-order-2{order:2}.formFlowsSetting .ant-col-sm-1{display:block;box-sizing:border-box;width:4.16666667%}.formFlowsSetting .ant-col-sm-push-1{left:4.16666667%}.formFlowsSetting .ant-col-sm-pull-1{right:4.16666667%}.formFlowsSetting .ant-col-sm-offset-1{margin-left:4.16666667%}.formFlowsSetting .ant-col-sm-order-1{order:1}.formFlowsSetting .ant-col-sm-0{display:none}.formFlowsSetting .ant-col-push-0{left:auto}.formFlowsSetting .ant-col-pull-0{right:auto}.formFlowsSetting .ant-col-sm-push-0{left:auto}.formFlowsSetting .ant-col-sm-pull-0{right:auto}.formFlowsSetting .ant-col-sm-offset-0{margin-left:0}.formFlowsSetting .ant-col-sm-order-0{order:0}}@media (width >= 768px){.formFlowsSetting .ant-col-md-1,.formFlowsSetting .ant-col-md-10,.formFlowsSetting .ant-col-md-11,.formFlowsSetting .ant-col-md-12,.formFlowsSetting .ant-col-md-13,.formFlowsSetting .ant-col-md-14,.formFlowsSetting .ant-col-md-15,.formFlowsSetting .ant-col-md-16,.formFlowsSetting .ant-col-md-17,.formFlowsSetting .ant-col-md-18,.formFlowsSetting .ant-col-md-19,.formFlowsSetting .ant-col-md-2,.formFlowsSetting .ant-col-md-20,.formFlowsSetting .ant-col-md-21,.formFlowsSetting .ant-col-md-22,.formFlowsSetting .ant-col-md-23,.formFlowsSetting .ant-col-md-24,.formFlowsSetting .ant-col-md-3,.formFlowsSetting .ant-col-md-4,.formFlowsSetting .ant-col-md-5,.formFlowsSetting .ant-col-md-6,.formFlowsSetting .ant-col-md-7,.formFlowsSetting .ant-col-md-8,.formFlowsSetting .ant-col-md-9{float:left;flex:0 0 auto}.formFlowsSetting .ant-col-md-24{display:block;box-sizing:border-box;width:100%}.formFlowsSetting .ant-col-md-push-24{left:100%}.formFlowsSetting .ant-col-md-pull-24{right:100%}.formFlowsSetting .ant-col-md-offset-24{margin-left:100%}.formFlowsSetting .ant-col-md-order-24{order:24}.formFlowsSetting .ant-col-md-23{display:block;box-sizing:border-box;width:95.83333333%}.formFlowsSetting .ant-col-md-push-23{left:95.83333333%}.formFlowsSetting .ant-col-md-pull-23{right:95.83333333%}.formFlowsSetting .ant-col-md-offset-23{margin-left:95.83333333%}.formFlowsSetting .ant-col-md-order-23{order:23}.formFlowsSetting .ant-col-md-22{display:block;box-sizing:border-box;width:91.66666667%}.formFlowsSetting .ant-col-md-push-22{left:91.66666667%}.formFlowsSetting .ant-col-md-pull-22{right:91.66666667%}.formFlowsSetting .ant-col-md-offset-22{margin-left:91.66666667%}.formFlowsSetting .ant-col-md-order-22{order:22}.formFlowsSetting .ant-col-md-21{display:block;box-sizing:border-box;width:87.5%}.formFlowsSetting .ant-col-md-push-21{left:87.5%}.formFlowsSetting .ant-col-md-pull-21{right:87.5%}.formFlowsSetting .ant-col-md-offset-21{margin-left:87.5%}.formFlowsSetting .ant-col-md-order-21{order:21}.formFlowsSetting .ant-col-md-20{display:block;box-sizing:border-box;width:83.33333333%}.formFlowsSetting .ant-col-md-push-20{left:83.33333333%}.formFlowsSetting .ant-col-md-pull-20{right:83.33333333%}.formFlowsSetting .ant-col-md-offset-20{margin-left:83.33333333%}.formFlowsSetting .ant-col-md-order-20{order:20}.formFlowsSetting .ant-col-md-19{display:block;box-sizing:border-box;width:79.16666667%}.formFlowsSetting .ant-col-md-push-19{left:79.16666667%}.formFlowsSetting .ant-col-md-pull-19{right:79.16666667%}.formFlowsSetting .ant-col-md-offset-19{margin-left:79.16666667%}.formFlowsSetting .ant-col-md-order-19{order:19}.formFlowsSetting .ant-col-md-18{display:block;box-sizing:border-box;width:75%}.formFlowsSetting .ant-col-md-push-18{left:75%}.formFlowsSetting .ant-col-md-pull-18{right:75%}.formFlowsSetting .ant-col-md-offset-18{margin-left:75%}.formFlowsSetting .ant-col-md-order-18{order:18}.formFlowsSetting .ant-col-md-17{display:block;box-sizing:border-box;width:70.83333333%}.formFlowsSetting .ant-col-md-push-17{left:70.83333333%}.formFlowsSetting .ant-col-md-pull-17{right:70.83333333%}.formFlowsSetting .ant-col-md-offset-17{margin-left:70.83333333%}.formFlowsSetting .ant-col-md-order-17{order:17}.formFlowsSetting .ant-col-md-16{display:block;box-sizing:border-box;width:66.66666667%}.formFlowsSetting .ant-col-md-push-16{left:66.66666667%}.formFlowsSetting .ant-col-md-pull-16{right:66.66666667%}.formFlowsSetting .ant-col-md-offset-16{margin-left:66.66666667%}.formFlowsSetting .ant-col-md-order-16{order:16}.formFlowsSetting .ant-col-md-15{display:block;box-sizing:border-box;width:62.5%}.formFlowsSetting .ant-col-md-push-15{left:62.5%}.formFlowsSetting .ant-col-md-pull-15{right:62.5%}.formFlowsSetting .ant-col-md-offset-15{margin-left:62.5%}.formFlowsSetting .ant-col-md-order-15{order:15}.formFlowsSetting .ant-col-md-14{display:block;box-sizing:border-box;width:58.33333333%}.formFlowsSetting .ant-col-md-push-14{left:58.33333333%}.formFlowsSetting .ant-col-md-pull-14{right:58.33333333%}.formFlowsSetting .ant-col-md-offset-14{margin-left:58.33333333%}.formFlowsSetting .ant-col-md-order-14{order:14}.formFlowsSetting .ant-col-md-13{display:block;box-sizing:border-box;width:54.16666667%}.formFlowsSetting .ant-col-md-push-13{left:54.16666667%}.formFlowsSetting .ant-col-md-pull-13{right:54.16666667%}.formFlowsSetting .ant-col-md-offset-13{margin-left:54.16666667%}.formFlowsSetting .ant-col-md-order-13{order:13}.formFlowsSetting .ant-col-md-12{display:block;box-sizing:border-box;width:50%}.formFlowsSetting .ant-col-md-push-12{left:50%}.formFlowsSetting .ant-col-md-pull-12{right:50%}.formFlowsSetting .ant-col-md-offset-12{margin-left:50%}.formFlowsSetting .ant-col-md-order-12{order:12}.formFlowsSetting .ant-col-md-11{display:block;box-sizing:border-box;width:45.83333333%}.formFlowsSetting .ant-col-md-push-11{left:45.83333333%}.formFlowsSetting .ant-col-md-pull-11{right:45.83333333%}.formFlowsSetting .ant-col-md-offset-11{margin-left:45.83333333%}.formFlowsSetting .ant-col-md-order-11{order:11}.formFlowsSetting .ant-col-md-10{display:block;box-sizing:border-box;width:41.66666667%}.formFlowsSetting .ant-col-md-push-10{left:41.66666667%}.formFlowsSetting .ant-col-md-pull-10{right:41.66666667%}.formFlowsSetting .ant-col-md-offset-10{margin-left:41.66666667%}.formFlowsSetting .ant-col-md-order-10{order:10}.formFlowsSetting .ant-col-md-9{display:block;box-sizing:border-box;width:37.5%}.formFlowsSetting .ant-col-md-push-9{left:37.5%}.formFlowsSetting .ant-col-md-pull-9{right:37.5%}.formFlowsSetting .ant-col-md-offset-9{margin-left:37.5%}.formFlowsSetting .ant-col-md-order-9{order:9}.formFlowsSetting .ant-col-md-8{display:block;box-sizing:border-box;width:33.33333333%}.formFlowsSetting .ant-col-md-push-8{left:33.33333333%}.formFlowsSetting .ant-col-md-pull-8{right:33.33333333%}.formFlowsSetting .ant-col-md-offset-8{margin-left:33.33333333%}.formFlowsSetting .ant-col-md-order-8{order:8}.formFlowsSetting .ant-col-md-7{display:block;box-sizing:border-box;width:29.16666667%}.formFlowsSetting .ant-col-md-push-7{left:29.16666667%}.formFlowsSetting .ant-col-md-pull-7{right:29.16666667%}.formFlowsSetting .ant-col-md-offset-7{margin-left:29.16666667%}.formFlowsSetting .ant-col-md-order-7{order:7}.formFlowsSetting .ant-col-md-6{display:block;box-sizing:border-box;width:25%}.formFlowsSetting .ant-col-md-push-6{left:25%}.formFlowsSetting .ant-col-md-pull-6{right:25%}.formFlowsSetting .ant-col-md-offset-6{margin-left:25%}.formFlowsSetting .ant-col-md-order-6{order:6}.formFlowsSetting .ant-col-md-5{display:block;box-sizing:border-box;width:20.83333333%}.formFlowsSetting .ant-col-md-push-5{left:20.83333333%}.formFlowsSetting .ant-col-md-pull-5{right:20.83333333%}.formFlowsSetting .ant-col-md-offset-5{margin-left:20.83333333%}.formFlowsSetting .ant-col-md-order-5{order:5}.formFlowsSetting .ant-col-md-4{display:block;box-sizing:border-box;width:16.66666667%}.formFlowsSetting .ant-col-md-push-4{left:16.66666667%}.formFlowsSetting .ant-col-md-pull-4{right:16.66666667%}.formFlowsSetting .ant-col-md-offset-4{margin-left:16.66666667%}.formFlowsSetting .ant-col-md-order-4{order:4}.formFlowsSetting .ant-col-md-3{display:block;box-sizing:border-box;width:12.5%}.formFlowsSetting .ant-col-md-push-3{left:12.5%}.formFlowsSetting .ant-col-md-pull-3{right:12.5%}.formFlowsSetting .ant-col-md-offset-3{margin-left:12.5%}.formFlowsSetting .ant-col-md-order-3{order:3}.formFlowsSetting .ant-col-md-2{display:block;box-sizing:border-box;width:8.33333333%}.formFlowsSetting .ant-col-md-push-2{left:8.33333333%}.formFlowsSetting .ant-col-md-pull-2{right:8.33333333%}.formFlowsSetting .ant-col-md-offset-2{margin-left:8.33333333%}.formFlowsSetting .ant-col-md-order-2{order:2}.formFlowsSetting .ant-col-md-1{display:block;box-sizing:border-box;width:4.16666667%}.formFlowsSetting .ant-col-md-push-1{left:4.16666667%}.formFlowsSetting .ant-col-md-pull-1{right:4.16666667%}.formFlowsSetting .ant-col-md-offset-1{margin-left:4.16666667%}.formFlowsSetting .ant-col-md-order-1{order:1}.formFlowsSetting .ant-col-md-0{display:none}.formFlowsSetting .ant-col-push-0{left:auto}.formFlowsSetting .ant-col-pull-0{right:auto}.formFlowsSetting .ant-col-md-push-0{left:auto}.formFlowsSetting .ant-col-md-pull-0{right:auto}.formFlowsSetting .ant-col-md-offset-0{margin-left:0}.formFlowsSetting .ant-col-md-order-0{order:0}}@media (width >= 992px){.formFlowsSetting .ant-col-lg-1,.formFlowsSetting .ant-col-lg-10,.formFlowsSetting .ant-col-lg-11,.formFlowsSetting .ant-col-lg-12,.formFlowsSetting .ant-col-lg-13,.formFlowsSetting .ant-col-lg-14,.formFlowsSetting .ant-col-lg-15,.formFlowsSetting .ant-col-lg-16,.formFlowsSetting .ant-col-lg-17,.formFlowsSetting .ant-col-lg-18,.formFlowsSetting .ant-col-lg-19,.formFlowsSetting .ant-col-lg-2,.formFlowsSetting .ant-col-lg-20,.formFlowsSetting .ant-col-lg-21,.formFlowsSetting .ant-col-lg-22,.formFlowsSetting .ant-col-lg-23,.formFlowsSetting .ant-col-lg-24,.formFlowsSetting .ant-col-lg-3,.formFlowsSetting .ant-col-lg-4,.formFlowsSetting .ant-col-lg-5,.formFlowsSetting .ant-col-lg-6,.formFlowsSetting .ant-col-lg-7,.formFlowsSetting .ant-col-lg-8,.formFlowsSetting .ant-col-lg-9{float:left;flex:0 0 auto}.formFlowsSetting .ant-col-lg-24{display:block;box-sizing:border-box;width:100%}.formFlowsSetting .ant-col-lg-push-24{left:100%}.formFlowsSetting .ant-col-lg-pull-24{right:100%}.formFlowsSetting .ant-col-lg-offset-24{margin-left:100%}.formFlowsSetting .ant-col-lg-order-24{order:24}.formFlowsSetting .ant-col-lg-23{display:block;box-sizing:border-box;width:95.83333333%}.formFlowsSetting .ant-col-lg-push-23{left:95.83333333%}.formFlowsSetting .ant-col-lg-pull-23{right:95.83333333%}.formFlowsSetting .ant-col-lg-offset-23{margin-left:95.83333333%}.formFlowsSetting .ant-col-lg-order-23{order:23}.formFlowsSetting .ant-col-lg-22{display:block;box-sizing:border-box;width:91.66666667%}.formFlowsSetting .ant-col-lg-push-22{left:91.66666667%}.formFlowsSetting .ant-col-lg-pull-22{right:91.66666667%}.formFlowsSetting .ant-col-lg-offset-22{margin-left:91.66666667%}.formFlowsSetting .ant-col-lg-order-22{order:22}.formFlowsSetting .ant-col-lg-21{display:block;box-sizing:border-box;width:87.5%}.formFlowsSetting .ant-col-lg-push-21{left:87.5%}.formFlowsSetting .ant-col-lg-pull-21{right:87.5%}.formFlowsSetting .ant-col-lg-offset-21{margin-left:87.5%}.formFlowsSetting .ant-col-lg-order-21{order:21}.formFlowsSetting .ant-col-lg-20{display:block;box-sizing:border-box;width:83.33333333%}.formFlowsSetting .ant-col-lg-push-20{left:83.33333333%}.formFlowsSetting .ant-col-lg-pull-20{right:83.33333333%}.formFlowsSetting .ant-col-lg-offset-20{margin-left:83.33333333%}.formFlowsSetting .ant-col-lg-order-20{order:20}.formFlowsSetting .ant-col-lg-19{display:block;box-sizing:border-box;width:79.16666667%}.formFlowsSetting .ant-col-lg-push-19{left:79.16666667%}.formFlowsSetting .ant-col-lg-pull-19{right:79.16666667%}.formFlowsSetting .ant-col-lg-offset-19{margin-left:79.16666667%}.formFlowsSetting .ant-col-lg-order-19{order:19}.formFlowsSetting .ant-col-lg-18{display:block;box-sizing:border-box;width:75%}.formFlowsSetting .ant-col-lg-push-18{left:75%}.formFlowsSetting .ant-col-lg-pull-18{right:75%}.formFlowsSetting .ant-col-lg-offset-18{margin-left:75%}.formFlowsSetting .ant-col-lg-order-18{order:18}.formFlowsSetting .ant-col-lg-17{display:block;box-sizing:border-box;width:70.83333333%}.formFlowsSetting .ant-col-lg-push-17{left:70.83333333%}.formFlowsSetting .ant-col-lg-pull-17{right:70.83333333%}.formFlowsSetting .ant-col-lg-offset-17{margin-left:70.83333333%}.formFlowsSetting .ant-col-lg-order-17{order:17}.formFlowsSetting .ant-col-lg-16{display:block;box-sizing:border-box;width:66.66666667%}.formFlowsSetting .ant-col-lg-push-16{left:66.66666667%}.formFlowsSetting .ant-col-lg-pull-16{right:66.66666667%}.formFlowsSetting .ant-col-lg-offset-16{margin-left:66.66666667%}.formFlowsSetting .ant-col-lg-order-16{order:16}.formFlowsSetting .ant-col-lg-15{display:block;box-sizing:border-box;width:62.5%}.formFlowsSetting .ant-col-lg-push-15{left:62.5%}.formFlowsSetting .ant-col-lg-pull-15{right:62.5%}.formFlowsSetting .ant-col-lg-offset-15{margin-left:62.5%}.formFlowsSetting .ant-col-lg-order-15{order:15}.formFlowsSetting .ant-col-lg-14{display:block;box-sizing:border-box;width:58.33333333%}.formFlowsSetting .ant-col-lg-push-14{left:58.33333333%}.formFlowsSetting .ant-col-lg-pull-14{right:58.33333333%}.formFlowsSetting .ant-col-lg-offset-14{margin-left:58.33333333%}.formFlowsSetting .ant-col-lg-order-14{order:14}.formFlowsSetting .ant-col-lg-13{display:block;box-sizing:border-box;width:54.16666667%}.formFlowsSetting .ant-col-lg-push-13{left:54.16666667%}.formFlowsSetting .ant-col-lg-pull-13{right:54.16666667%}.formFlowsSetting .ant-col-lg-offset-13{margin-left:54.16666667%}.formFlowsSetting .ant-col-lg-order-13{order:13}.formFlowsSetting .ant-col-lg-12{display:block;box-sizing:border-box;width:50%}.formFlowsSetting .ant-col-lg-push-12{left:50%}.formFlowsSetting .ant-col-lg-pull-12{right:50%}.formFlowsSetting .ant-col-lg-offset-12{margin-left:50%}.formFlowsSetting .ant-col-lg-order-12{order:12}.formFlowsSetting .ant-col-lg-11{display:block;box-sizing:border-box;width:45.83333333%}.formFlowsSetting .ant-col-lg-push-11{left:45.83333333%}.formFlowsSetting .ant-col-lg-pull-11{right:45.83333333%}.formFlowsSetting .ant-col-lg-offset-11{margin-left:45.83333333%}.formFlowsSetting .ant-col-lg-order-11{order:11}.formFlowsSetting .ant-col-lg-10{display:block;box-sizing:border-box;width:41.66666667%}.formFlowsSetting .ant-col-lg-push-10{left:41.66666667%}.formFlowsSetting .ant-col-lg-pull-10{right:41.66666667%}.formFlowsSetting .ant-col-lg-offset-10{margin-left:41.66666667%}.formFlowsSetting .ant-col-lg-order-10{order:10}.formFlowsSetting .ant-col-lg-9{display:block;box-sizing:border-box;width:37.5%}.formFlowsSetting .ant-col-lg-push-9{left:37.5%}.formFlowsSetting .ant-col-lg-pull-9{right:37.5%}.formFlowsSetting .ant-col-lg-offset-9{margin-left:37.5%}.formFlowsSetting .ant-col-lg-order-9{order:9}.formFlowsSetting .ant-col-lg-8{display:block;box-sizing:border-box;width:33.33333333%}.formFlowsSetting .ant-col-lg-push-8{left:33.33333333%}.formFlowsSetting .ant-col-lg-pull-8{right:33.33333333%}.formFlowsSetting .ant-col-lg-offset-8{margin-left:33.33333333%}.formFlowsSetting .ant-col-lg-order-8{order:8}.formFlowsSetting .ant-col-lg-7{display:block;box-sizing:border-box;width:29.16666667%}.formFlowsSetting .ant-col-lg-push-7{left:29.16666667%}.formFlowsSetting .ant-col-lg-pull-7{right:29.16666667%}.formFlowsSetting .ant-col-lg-offset-7{margin-left:29.16666667%}.formFlowsSetting .ant-col-lg-order-7{order:7}.formFlowsSetting .ant-col-lg-6{display:block;box-sizing:border-box;width:25%}.formFlowsSetting .ant-col-lg-push-6{left:25%}.formFlowsSetting .ant-col-lg-pull-6{right:25%}.formFlowsSetting .ant-col-lg-offset-6{margin-left:25%}.formFlowsSetting .ant-col-lg-order-6{order:6}.formFlowsSetting .ant-col-lg-5{display:block;box-sizing:border-box;width:20.83333333%}.formFlowsSetting .ant-col-lg-push-5{left:20.83333333%}.formFlowsSetting .ant-col-lg-pull-5{right:20.83333333%}.formFlowsSetting .ant-col-lg-offset-5{margin-left:20.83333333%}.formFlowsSetting .ant-col-lg-order-5{order:5}.formFlowsSetting .ant-col-lg-4{display:block;box-sizing:border-box;width:16.66666667%}.formFlowsSetting .ant-col-lg-push-4{left:16.66666667%}.formFlowsSetting .ant-col-lg-pull-4{right:16.66666667%}.formFlowsSetting .ant-col-lg-offset-4{margin-left:16.66666667%}.formFlowsSetting .ant-col-lg-order-4{order:4}.formFlowsSetting .ant-col-lg-3{display:block;box-sizing:border-box;width:12.5%}.formFlowsSetting .ant-col-lg-push-3{left:12.5%}.formFlowsSetting .ant-col-lg-pull-3{right:12.5%}.formFlowsSetting .ant-col-lg-offset-3{margin-left:12.5%}.formFlowsSetting .ant-col-lg-order-3{order:3}.formFlowsSetting .ant-col-lg-2{display:block;box-sizing:border-box;width:8.33333333%}.formFlowsSetting .ant-col-lg-push-2{left:8.33333333%}.formFlowsSetting .ant-col-lg-pull-2{right:8.33333333%}.formFlowsSetting .ant-col-lg-offset-2{margin-left:8.33333333%}.formFlowsSetting .ant-col-lg-order-2{order:2}.formFlowsSetting .ant-col-lg-1{display:block;box-sizing:border-box;width:4.16666667%}.formFlowsSetting .ant-col-lg-push-1{left:4.16666667%}.formFlowsSetting .ant-col-lg-pull-1{right:4.16666667%}.formFlowsSetting .ant-col-lg-offset-1{margin-left:4.16666667%}.formFlowsSetting .ant-col-lg-order-1{order:1}.formFlowsSetting .ant-col-lg-0{display:none}.formFlowsSetting .ant-col-push-0{left:auto}.formFlowsSetting .ant-col-pull-0{right:auto}.formFlowsSetting .ant-col-lg-push-0{left:auto}.formFlowsSetting .ant-col-lg-pull-0{right:auto}.formFlowsSetting .ant-col-lg-offset-0{margin-left:0}.formFlowsSetting .ant-col-lg-order-0{order:0}}@media (width >= 1200px){.formFlowsSetting .ant-col-xl-1,.formFlowsSetting .ant-col-xl-10,.formFlowsSetting .ant-col-xl-11,.formFlowsSetting .ant-col-xl-12,.formFlowsSetting .ant-col-xl-13,.formFlowsSetting .ant-col-xl-14,.formFlowsSetting .ant-col-xl-15,.formFlowsSetting .ant-col-xl-16,.formFlowsSetting .ant-col-xl-17,.formFlowsSetting .ant-col-xl-18,.formFlowsSetting .ant-col-xl-19,.formFlowsSetting .ant-col-xl-2,.formFlowsSetting .ant-col-xl-20,.formFlowsSetting .ant-col-xl-21,.formFlowsSetting .ant-col-xl-22,.formFlowsSetting .ant-col-xl-23,.formFlowsSetting .ant-col-xl-24,.formFlowsSetting .ant-col-xl-3,.formFlowsSetting .ant-col-xl-4,.formFlowsSetting .ant-col-xl-5,.formFlowsSetting .ant-col-xl-6,.formFlowsSetting .ant-col-xl-7,.formFlowsSetting .ant-col-xl-8,.formFlowsSetting .ant-col-xl-9{float:left;flex:0 0 auto}.formFlowsSetting .ant-col-xl-24{display:block;box-sizing:border-box;width:100%}.formFlowsSetting .ant-col-xl-push-24{left:100%}.formFlowsSetting .ant-col-xl-pull-24{right:100%}.formFlowsSetting .ant-col-xl-offset-24{margin-left:100%}.formFlowsSetting .ant-col-xl-order-24{order:24}.formFlowsSetting .ant-col-xl-23{display:block;box-sizing:border-box;width:95.83333333%}.formFlowsSetting .ant-col-xl-push-23{left:95.83333333%}.formFlowsSetting .ant-col-xl-pull-23{right:95.83333333%}.formFlowsSetting .ant-col-xl-offset-23{margin-left:95.83333333%}.formFlowsSetting .ant-col-xl-order-23{order:23}.formFlowsSetting .ant-col-xl-22{display:block;box-sizing:border-box;width:91.66666667%}.formFlowsSetting .ant-col-xl-push-22{left:91.66666667%}.formFlowsSetting .ant-col-xl-pull-22{right:91.66666667%}.formFlowsSetting .ant-col-xl-offset-22{margin-left:91.66666667%}.formFlowsSetting .ant-col-xl-order-22{order:22}.formFlowsSetting .ant-col-xl-21{display:block;box-sizing:border-box;width:87.5%}.formFlowsSetting .ant-col-xl-push-21{left:87.5%}.formFlowsSetting .ant-col-xl-pull-21{right:87.5%}.formFlowsSetting .ant-col-xl-offset-21{margin-left:87.5%}.formFlowsSetting .ant-col-xl-order-21{order:21}.formFlowsSetting .ant-col-xl-20{display:block;box-sizing:border-box;width:83.33333333%}.formFlowsSetting .ant-col-xl-push-20{left:83.33333333%}.formFlowsSetting .ant-col-xl-pull-20{right:83.33333333%}.formFlowsSetting .ant-col-xl-offset-20{margin-left:83.33333333%}.formFlowsSetting .ant-col-xl-order-20{order:20}.formFlowsSetting .ant-col-xl-19{display:block;box-sizing:border-box;width:79.16666667%}.formFlowsSetting .ant-col-xl-push-19{left:79.16666667%}.formFlowsSetting .ant-col-xl-pull-19{right:79.16666667%}.formFlowsSetting .ant-col-xl-offset-19{margin-left:79.16666667%}.formFlowsSetting .ant-col-xl-order-19{order:19}.formFlowsSetting .ant-col-xl-18{display:block;box-sizing:border-box;width:75%}.formFlowsSetting .ant-col-xl-push-18{left:75%}.formFlowsSetting .ant-col-xl-pull-18{right:75%}.formFlowsSetting .ant-col-xl-offset-18{margin-left:75%}.formFlowsSetting .ant-col-xl-order-18{order:18}.formFlowsSetting .ant-col-xl-17{display:block;box-sizing:border-box;width:70.83333333%}.formFlowsSetting .ant-col-xl-push-17{left:70.83333333%}.formFlowsSetting .ant-col-xl-pull-17{right:70.83333333%}.formFlowsSetting .ant-col-xl-offset-17{margin-left:70.83333333%}.formFlowsSetting .ant-col-xl-order-17{order:17}.formFlowsSetting .ant-col-xl-16{display:block;box-sizing:border-box;width:66.66666667%}.formFlowsSetting .ant-col-xl-push-16{left:66.66666667%}.formFlowsSetting .ant-col-xl-pull-16{right:66.66666667%}.formFlowsSetting .ant-col-xl-offset-16{margin-left:66.66666667%}.formFlowsSetting .ant-col-xl-order-16{order:16}.formFlowsSetting .ant-col-xl-15{display:block;box-sizing:border-box;width:62.5%}.formFlowsSetting .ant-col-xl-push-15{left:62.5%}.formFlowsSetting .ant-col-xl-pull-15{right:62.5%}.formFlowsSetting .ant-col-xl-offset-15{margin-left:62.5%}.formFlowsSetting .ant-col-xl-order-15{order:15}.formFlowsSetting .ant-col-xl-14{display:block;box-sizing:border-box;width:58.33333333%}.formFlowsSetting .ant-col-xl-push-14{left:58.33333333%}.formFlowsSetting .ant-col-xl-pull-14{right:58.33333333%}.formFlowsSetting .ant-col-xl-offset-14{margin-left:58.33333333%}.formFlowsSetting .ant-col-xl-order-14{order:14}.formFlowsSetting .ant-col-xl-13{display:block;box-sizing:border-box;width:54.16666667%}.formFlowsSetting .ant-col-xl-push-13{left:54.16666667%}.formFlowsSetting .ant-col-xl-pull-13{right:54.16666667%}.formFlowsSetting .ant-col-xl-offset-13{margin-left:54.16666667%}.formFlowsSetting .ant-col-xl-order-13{order:13}.formFlowsSetting .ant-col-xl-12{display:block;box-sizing:border-box;width:50%}.formFlowsSetting .ant-col-xl-push-12{left:50%}.formFlowsSetting .ant-col-xl-pull-12{right:50%}.formFlowsSetting .ant-col-xl-offset-12{margin-left:50%}.formFlowsSetting .ant-col-xl-order-12{order:12}.formFlowsSetting .ant-col-xl-11{display:block;box-sizing:border-box;width:45.83333333%}.formFlowsSetting .ant-col-xl-push-11{left:45.83333333%}.formFlowsSetting .ant-col-xl-pull-11{right:45.83333333%}.formFlowsSetting .ant-col-xl-offset-11{margin-left:45.83333333%}.formFlowsSetting .ant-col-xl-order-11{order:11}.formFlowsSetting .ant-col-xl-10{display:block;box-sizing:border-box;width:41.66666667%}.formFlowsSetting .ant-col-xl-push-10{left:41.66666667%}.formFlowsSetting .ant-col-xl-pull-10{right:41.66666667%}.formFlowsSetting .ant-col-xl-offset-10{margin-left:41.66666667%}.formFlowsSetting .ant-col-xl-order-10{order:10}.formFlowsSetting .ant-col-xl-9{display:block;box-sizing:border-box;width:37.5%}.formFlowsSetting .ant-col-xl-push-9{left:37.5%}.formFlowsSetting .ant-col-xl-pull-9{right:37.5%}.formFlowsSetting .ant-col-xl-offset-9{margin-left:37.5%}.formFlowsSetting .ant-col-xl-order-9{order:9}.formFlowsSetting .ant-col-xl-8{display:block;box-sizing:border-box;width:33.33333333%}.formFlowsSetting .ant-col-xl-push-8{left:33.33333333%}.formFlowsSetting .ant-col-xl-pull-8{right:33.33333333%}.formFlowsSetting .ant-col-xl-offset-8{margin-left:33.33333333%}.formFlowsSetting .ant-col-xl-order-8{order:8}.formFlowsSetting .ant-col-xl-7{display:block;box-sizing:border-box;width:29.16666667%}.formFlowsSetting .ant-col-xl-push-7{left:29.16666667%}.formFlowsSetting .ant-col-xl-pull-7{right:29.16666667%}.formFlowsSetting .ant-col-xl-offset-7{margin-left:29.16666667%}.formFlowsSetting .ant-col-xl-order-7{order:7}.formFlowsSetting .ant-col-xl-6{display:block;box-sizing:border-box;width:25%}.formFlowsSetting .ant-col-xl-push-6{left:25%}.formFlowsSetting .ant-col-xl-pull-6{right:25%}.formFlowsSetting .ant-col-xl-offset-6{margin-left:25%}.formFlowsSetting .ant-col-xl-order-6{order:6}.formFlowsSetting .ant-col-xl-5{display:block;box-sizing:border-box;width:20.83333333%}.formFlowsSetting .ant-col-xl-push-5{left:20.83333333%}.formFlowsSetting .ant-col-xl-pull-5{right:20.83333333%}.formFlowsSetting .ant-col-xl-offset-5{margin-left:20.83333333%}.formFlowsSetting .ant-col-xl-order-5{order:5}.formFlowsSetting .ant-col-xl-4{display:block;box-sizing:border-box;width:16.66666667%}.formFlowsSetting .ant-col-xl-push-4{left:16.66666667%}.formFlowsSetting .ant-col-xl-pull-4{right:16.66666667%}.formFlowsSetting .ant-col-xl-offset-4{margin-left:16.66666667%}.formFlowsSetting .ant-col-xl-order-4{order:4}.formFlowsSetting .ant-col-xl-3{display:block;box-sizing:border-box;width:12.5%}.formFlowsSetting .ant-col-xl-push-3{left:12.5%}.formFlowsSetting .ant-col-xl-pull-3{right:12.5%}.formFlowsSetting .ant-col-xl-offset-3{margin-left:12.5%}.formFlowsSetting .ant-col-xl-order-3{order:3}.formFlowsSetting .ant-col-xl-2{display:block;box-sizing:border-box;width:8.33333333%}.formFlowsSetting .ant-col-xl-push-2{left:8.33333333%}.formFlowsSetting .ant-col-xl-pull-2{right:8.33333333%}.formFlowsSetting .ant-col-xl-offset-2{margin-left:8.33333333%}.formFlowsSetting .ant-col-xl-order-2{order:2}.formFlowsSetting .ant-col-xl-1{display:block;box-sizing:border-box;width:4.16666667%}.formFlowsSetting .ant-col-xl-push-1{left:4.16666667%}.formFlowsSetting .ant-col-xl-pull-1{right:4.16666667%}.formFlowsSetting .ant-col-xl-offset-1{margin-left:4.16666667%}.formFlowsSetting .ant-col-xl-order-1{order:1}.formFlowsSetting .ant-col-xl-0{display:none}.formFlowsSetting .ant-col-push-0{left:auto}.formFlowsSetting .ant-col-pull-0{right:auto}.formFlowsSetting .ant-col-xl-push-0{left:auto}.formFlowsSetting .ant-col-xl-pull-0{right:auto}.formFlowsSetting .ant-col-xl-offset-0{margin-left:0}.formFlowsSetting .ant-col-xl-order-0{order:0}}@media (width >= 1600px){.formFlowsSetting .ant-col-xxl-1,.formFlowsSetting .ant-col-xxl-10,.formFlowsSetting .ant-col-xxl-11,.formFlowsSetting .ant-col-xxl-12,.formFlowsSetting .ant-col-xxl-13,.formFlowsSetting .ant-col-xxl-14,.formFlowsSetting .ant-col-xxl-15,.formFlowsSetting .ant-col-xxl-16,.formFlowsSetting .ant-col-xxl-17,.formFlowsSetting .ant-col-xxl-18,.formFlowsSetting .ant-col-xxl-19,.formFlowsSetting .ant-col-xxl-2,.formFlowsSetting .ant-col-xxl-20,.formFlowsSetting .ant-col-xxl-21,.formFlowsSetting .ant-col-xxl-22,.formFlowsSetting .ant-col-xxl-23,.formFlowsSetting .ant-col-xxl-24,.formFlowsSetting .ant-col-xxl-3,.formFlowsSetting .ant-col-xxl-4,.formFlowsSetting .ant-col-xxl-5,.formFlowsSetting .ant-col-xxl-6,.formFlowsSetting .ant-col-xxl-7,.formFlowsSetting .ant-col-xxl-8,.formFlowsSetting .ant-col-xxl-9{float:left;flex:0 0 auto}.formFlowsSetting .ant-col-xxl-24{display:block;box-sizing:border-box;width:100%}.formFlowsSetting .ant-col-xxl-push-24{left:100%}.formFlowsSetting .ant-col-xxl-pull-24{right:100%}.formFlowsSetting .ant-col-xxl-offset-24{margin-left:100%}.formFlowsSetting .ant-col-xxl-order-24{order:24}.formFlowsSetting .ant-col-xxl-23{display:block;box-sizing:border-box;width:95.83333333%}.formFlowsSetting .ant-col-xxl-push-23{left:95.83333333%}.formFlowsSetting .ant-col-xxl-pull-23{right:95.83333333%}.formFlowsSetting .ant-col-xxl-offset-23{margin-left:95.83333333%}.formFlowsSetting .ant-col-xxl-order-23{order:23}.formFlowsSetting .ant-col-xxl-22{display:block;box-sizing:border-box;width:91.66666667%}.formFlowsSetting .ant-col-xxl-push-22{left:91.66666667%}.formFlowsSetting .ant-col-xxl-pull-22{right:91.66666667%}.formFlowsSetting .ant-col-xxl-offset-22{margin-left:91.66666667%}.formFlowsSetting .ant-col-xxl-order-22{order:22}.formFlowsSetting .ant-col-xxl-21{display:block;box-sizing:border-box;width:87.5%}.formFlowsSetting .ant-col-xxl-push-21{left:87.5%}.formFlowsSetting .ant-col-xxl-pull-21{right:87.5%}.formFlowsSetting .ant-col-xxl-offset-21{margin-left:87.5%}.formFlowsSetting .ant-col-xxl-order-21{order:21}.formFlowsSetting .ant-col-xxl-20{display:block;box-sizing:border-box;width:83.33333333%}.formFlowsSetting .ant-col-xxl-push-20{left:83.33333333%}.formFlowsSetting .ant-col-xxl-pull-20{right:83.33333333%}.formFlowsSetting .ant-col-xxl-offset-20{margin-left:83.33333333%}.formFlowsSetting .ant-col-xxl-order-20{order:20}.formFlowsSetting .ant-col-xxl-19{display:block;box-sizing:border-box;width:79.16666667%}.formFlowsSetting .ant-col-xxl-push-19{left:79.16666667%}.formFlowsSetting .ant-col-xxl-pull-19{right:79.16666667%}.formFlowsSetting .ant-col-xxl-offset-19{margin-left:79.16666667%}.formFlowsSetting .ant-col-xxl-order-19{order:19}.formFlowsSetting .ant-col-xxl-18{display:block;box-sizing:border-box;width:75%}.formFlowsSetting .ant-col-xxl-push-18{left:75%}.formFlowsSetting .ant-col-xxl-pull-18{right:75%}.formFlowsSetting .ant-col-xxl-offset-18{margin-left:75%}.formFlowsSetting .ant-col-xxl-order-18{order:18}.formFlowsSetting .ant-col-xxl-17{display:block;box-sizing:border-box;width:70.83333333%}.formFlowsSetting .ant-col-xxl-push-17{left:70.83333333%}.formFlowsSetting .ant-col-xxl-pull-17{right:70.83333333%}.formFlowsSetting .ant-col-xxl-offset-17{margin-left:70.83333333%}.formFlowsSetting .ant-col-xxl-order-17{order:17}.formFlowsSetting .ant-col-xxl-16{display:block;box-sizing:border-box;width:66.66666667%}.formFlowsSetting .ant-col-xxl-push-16{left:66.66666667%}.formFlowsSetting .ant-col-xxl-pull-16{right:66.66666667%}.formFlowsSetting .ant-col-xxl-offset-16{margin-left:66.66666667%}.formFlowsSetting .ant-col-xxl-order-16{order:16}.formFlowsSetting .ant-col-xxl-15{display:block;box-sizing:border-box;width:62.5%}.formFlowsSetting .ant-col-xxl-push-15{left:62.5%}.formFlowsSetting .ant-col-xxl-pull-15{right:62.5%}.formFlowsSetting .ant-col-xxl-offset-15{margin-left:62.5%}.formFlowsSetting .ant-col-xxl-order-15{order:15}.formFlowsSetting .ant-col-xxl-14{display:block;box-sizing:border-box;width:58.33333333%}.formFlowsSetting .ant-col-xxl-push-14{left:58.33333333%}.formFlowsSetting .ant-col-xxl-pull-14{right:58.33333333%}.formFlowsSetting .ant-col-xxl-offset-14{margin-left:58.33333333%}.formFlowsSetting .ant-col-xxl-order-14{order:14}.formFlowsSetting .ant-col-xxl-13{display:block;box-sizing:border-box;width:54.16666667%}.formFlowsSetting .ant-col-xxl-push-13{left:54.16666667%}.formFlowsSetting .ant-col-xxl-pull-13{right:54.16666667%}.formFlowsSetting .ant-col-xxl-offset-13{margin-left:54.16666667%}.formFlowsSetting .ant-col-xxl-order-13{order:13}.formFlowsSetting .ant-col-xxl-12{display:block;box-sizing:border-box;width:50%}.formFlowsSetting .ant-col-xxl-push-12{left:50%}.formFlowsSetting .ant-col-xxl-pull-12{right:50%}.formFlowsSetting .ant-col-xxl-offset-12{margin-left:50%}.formFlowsSetting .ant-col-xxl-order-12{order:12}.formFlowsSetting .ant-col-xxl-11{display:block;box-sizing:border-box;width:45.83333333%}.formFlowsSetting .ant-col-xxl-push-11{left:45.83333333%}.formFlowsSetting .ant-col-xxl-pull-11{right:45.83333333%}.formFlowsSetting .ant-col-xxl-offset-11{margin-left:45.83333333%}.formFlowsSetting .ant-col-xxl-order-11{order:11}.formFlowsSetting .ant-col-xxl-10{display:block;box-sizing:border-box;width:41.66666667%}.formFlowsSetting .ant-col-xxl-push-10{left:41.66666667%}.formFlowsSetting .ant-col-xxl-pull-10{right:41.66666667%}.formFlowsSetting .ant-col-xxl-offset-10{margin-left:41.66666667%}.formFlowsSetting .ant-col-xxl-order-10{order:10}.formFlowsSetting .ant-col-xxl-9{display:block;box-sizing:border-box;width:37.5%}.formFlowsSetting .ant-col-xxl-push-9{left:37.5%}.formFlowsSetting .ant-col-xxl-pull-9{right:37.5%}.formFlowsSetting .ant-col-xxl-offset-9{margin-left:37.5%}.formFlowsSetting .ant-col-xxl-order-9{order:9}.formFlowsSetting .ant-col-xxl-8{display:block;box-sizing:border-box;width:33.33333333%}.formFlowsSetting .ant-col-xxl-push-8{left:33.33333333%}.formFlowsSetting .ant-col-xxl-pull-8{right:33.33333333%}.formFlowsSetting .ant-col-xxl-offset-8{margin-left:33.33333333%}.formFlowsSetting .ant-col-xxl-order-8{order:8}.formFlowsSetting .ant-col-xxl-7{display:block;box-sizing:border-box;width:29.16666667%}.formFlowsSetting .ant-col-xxl-push-7{left:29.16666667%}.formFlowsSetting .ant-col-xxl-pull-7{right:29.16666667%}.formFlowsSetting .ant-col-xxl-offset-7{margin-left:29.16666667%}.formFlowsSetting .ant-col-xxl-order-7{order:7}.formFlowsSetting .ant-col-xxl-6{display:block;box-sizing:border-box;width:25%}.formFlowsSetting .ant-col-xxl-push-6{left:25%}.formFlowsSetting .ant-col-xxl-pull-6{right:25%}.formFlowsSetting .ant-col-xxl-offset-6{margin-left:25%}.formFlowsSetting .ant-col-xxl-order-6{order:6}.formFlowsSetting .ant-col-xxl-5{display:block;box-sizing:border-box;width:20.83333333%}.formFlowsSetting .ant-col-xxl-push-5{left:20.83333333%}.formFlowsSetting .ant-col-xxl-pull-5{right:20.83333333%}.formFlowsSetting .ant-col-xxl-offset-5{margin-left:20.83333333%}.formFlowsSetting .ant-col-xxl-order-5{order:5}.formFlowsSetting .ant-col-xxl-4{display:block;box-sizing:border-box;width:16.66666667%}.formFlowsSetting .ant-col-xxl-push-4{left:16.66666667%}.formFlowsSetting .ant-col-xxl-pull-4{right:16.66666667%}.formFlowsSetting .ant-col-xxl-offset-4{margin-left:16.66666667%}.formFlowsSetting .ant-col-xxl-order-4{order:4}.formFlowsSetting .ant-col-xxl-3{display:block;box-sizing:border-box;width:12.5%}.formFlowsSetting .ant-col-xxl-push-3{left:12.5%}.formFlowsSetting .ant-col-xxl-pull-3{right:12.5%}.formFlowsSetting .ant-col-xxl-offset-3{margin-left:12.5%}.formFlowsSetting .ant-col-xxl-order-3{order:3}.formFlowsSetting .ant-col-xxl-2{display:block;box-sizing:border-box;width:8.33333333%}.formFlowsSetting .ant-col-xxl-push-2{left:8.33333333%}.formFlowsSetting .ant-col-xxl-pull-2{right:8.33333333%}.formFlowsSetting .ant-col-xxl-offset-2{margin-left:8.33333333%}.formFlowsSetting .ant-col-xxl-order-2{order:2}.formFlowsSetting .ant-col-xxl-1{display:block;box-sizing:border-box;width:4.16666667%}.formFlowsSetting .ant-col-xxl-push-1{left:4.16666667%}.formFlowsSetting .ant-col-xxl-pull-1{right:4.16666667%}.formFlowsSetting .ant-col-xxl-offset-1{margin-left:4.16666667%}.formFlowsSetting .ant-col-xxl-order-1{order:1}.formFlowsSetting .ant-col-xxl-0{display:none}.formFlowsSetting .ant-col-push-0{left:auto}.formFlowsSetting .ant-col-pull-0{right:auto}.formFlowsSetting .ant-col-xxl-push-0{left:auto}.formFlowsSetting .ant-col-xxl-pull-0{right:auto}.formFlowsSetting .ant-col-xxl-offset-0{margin-left:0}.formFlowsSetting .ant-col-xxl-order-0{order:0}}.formFlowsSetting .adminSelectModal .ant-modal-body{padding:0}.formFlowsSetting .adminSelectPanel{position:relative;height:400px}.formFlowsSetting .adminSelectPanel .contentWrap,.formFlowsSetting .adminSelectPanel .topBar{padding:0 30px}.formFlowsSetting .adminSelectPanel .topBar{padding-top:10px;height:60px;font-weight:700;font-size:14px}.formFlowsSetting .adminSelectPanel .contentWrap,.formFlowsSetting .adminSelectPanel .leftPanel,.formFlowsSetting .adminSelectPanel .rightPanel{position:absolute}.formFlowsSetting .adminSelectPanel .leftPanel,.formFlowsSetting .adminSelectPanel .rightPanel{top:0;bottom:0;width:50%}.formFlowsSetting .adminSelectPanel .leftPanel{left:0}.formFlowsSetting .adminSelectPanel .rightPanel{right:0;border-left:1px solid #e9e9e9}.formFlowsSetting .adminSelectPanel .contentWrap{overflow:auto;inset:60px 0 0}.formFlowsSetting .adminSelectList{font-size:14px;color:#323232}.formFlowsSetting .adminSelectItem{display:flex;align-items:center;margin:16px 0;cursor:pointer}.formFlowsSetting .adminSelectItem>span{flex:1}.formFlowsSetting .adminSelectItem .itemAvatar{margin-right:10px;border-radius:50%;width:32px;height:32px}.formFlowsSetting .adminSelectItem .itemName{overflow:hidden;opacity:.72;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .adminSelectItem.result .itemName{opacity:1}.formFlowsSetting .adminSelectItem .itemCheck,.formFlowsSetting .adminSelectItem .itemRemove{flex:none;width:20px}.formFlowsSetting .adminSelectItem .itemRemove{display:inline-block;width:40px;height:20px;background:url(//gw.alicdn.com/tfs/TB19sr_e1uSBuNjy1XcXXcYjFXa-46-46.png) 50% no-repeat;background-size:12px;cursor:pointer}.formFlowsSetting .itemSearch{display:flex;position:relative;align-items:center;margin-top:10px}.formFlowsSetting .itemSearch .itemSearchIcon{display:inline-block;position:absolute;left:0;top:50%;width:30px;height:20px;background:url(//gw.alicdn.com/tfs/TB1Nag0e7yWBuNjy0FpXXassXXa-32-32.png) 50% no-repeat;background-size:14px;transform:translateY(-50%)}.formFlowsSetting .itemSearch input.itemSearchInput{padding-left:30px!important;padding-top:4px;padding-bottom:4px;border:none;border-radius:4px;width:100%;outline:none;background:#f5f6f7;line-height:24px;font-size:13px}.formFlowsSetting .icon-select.disabled{opacity:.42;pointer-events:none}.formFlowsSetting .icon-select-btn{margin-top:10px}.formFlowsSetting .icon-select-content{overflow:hidden}.formFlowsSetting .icon-select-item{display:block;overflow:hidden;float:left;position:relative;margin:5px;border:1px solid transparent;border-radius:5px;width:40px;height:40px;cursor:pointer}.formFlowsSetting .icon-select-item img{border-radius:5px;max-width:100%;max-height:100%;background:#fff}.formFlowsSetting .icon-select-item .icon{display:block;position:absolute;right:1px;bottom:1px;border-radius:50%;width:13px;height:13px;text-align:center;font-size:13px;color:#fff}.formFlowsSetting .icon-select-modal .icon-select-item{opacity:.5}.formFlowsSetting .icon-select-modal .icon-select-item.selected{opacity:1}.formFlowsSetting .readonly-input{overflow:hidden;cursor:pointer;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .base-settings-form .ant-form-item{padding-bottom:0}.formFlowsSetting .ant-popover{position:absolute;left:0;top:0;z-index:1030;list-style:none;box-sizing:border-box;margin:0;padding:0;cursor:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;line-height:1.5;text-align:left;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:normal}.formFlowsSetting .ant-popover:after{position:absolute;background:hsla(0,0%,100%,.01);content:""}.formFlowsSetting .ant-popover-hidden{display:none}.formFlowsSetting .ant-popover-placement-top,.formFlowsSetting .ant-popover-placement-topLeft,.formFlowsSetting .ant-popover-placement-topRight{padding-bottom:10px}.formFlowsSetting .ant-popover-placement-right,.formFlowsSetting .ant-popover-placement-rightBottom,.formFlowsSetting .ant-popover-placement-rightTop{padding-left:10px}.formFlowsSetting .ant-popover-placement-bottom,.formFlowsSetting .ant-popover-placement-bottomLeft,.formFlowsSetting .ant-popover-placement-bottomRight{padding-top:10px}.formFlowsSetting .ant-popover-placement-left,.formFlowsSetting .ant-popover-placement-leftBottom,.formFlowsSetting .ant-popover-placement-leftTop{padding-right:10px}.formFlowsSetting .ant-popover-inner{border-radius:4px;background-color:#fff;background-clip:padding-box;box-shadow:0 2px 8px rgba(0,0,0,.15)}.formFlowsSetting .ant-popover-title{margin:0;padding:5px 16px 4px;border-bottom:1px solid #e8e8e8;min-width:177px;min-height:32px;font-weight:500;color:rgba(0,0,0,.85)}.formFlowsSetting .ant-popover-inner-content{padding:12px 16px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-popover-message{padding:4px 0 12px;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-popover-message>.anticon{position:absolute;line-height:1.6;color:#faad14}.formFlowsSetting .ant-popover-message-title{padding-left:22px}.formFlowsSetting .ant-popover-buttons{margin-bottom:4px;text-align:right}.formFlowsSetting .ant-popover-buttons button{margin-left:8px}.formFlowsSetting .ant-popover-arrow{display:block;position:absolute;border-style:solid;border-color:transparent;width:8.48528137px;height:8.48528137px;background:#fff;transform:rotate(45deg)}.formFlowsSetting .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{bottom:5.5px;box-shadow:3px 3px 7px rgba(0,0,0,.07)}.formFlowsSetting .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.formFlowsSetting .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.formFlowsSetting .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{right:16px}.formFlowsSetting .ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{left:6px;box-shadow:-3px 3px 7px rgba(0,0,0,.07)}.formFlowsSetting .ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.formFlowsSetting .ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{top:12px}.formFlowsSetting .ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.formFlowsSetting .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{top:6px;box-shadow:-2px -2px 5px rgba(0,0,0,.06)}.formFlowsSetting .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.formFlowsSetting .ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.formFlowsSetting .ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{right:16px}.formFlowsSetting .ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,.formFlowsSetting .ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{right:6px;box-shadow:3px -3px 7px rgba(0,0,0,.07)}.formFlowsSetting .ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.formFlowsSetting .ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{top:12px}.formFlowsSetting .ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.formFlowsSetting .substitute-label-wrap{display:inline-block}.formFlowsSetting .substitute-label-wrap span{padding-right:0}.formFlowsSetting .cc-config-tip .cc-config-tip-text{cursor:pointer;color:#576a95}.formFlowsSetting .cc-config-tip-img{width:480px;height:403px}.formFlowsSetting .d-link{cursor:pointer}.formFlowsSetting .d-link,.formFlowsSetting .edit-print{color:#576a95}.formFlowsSetting .settings-handsign-switch{margin-top:10px;border-radius:4px}.formFlowsSetting .handSignNewTipArea{position:absolute;left:0;z-index:10;width:16px;height:20px;pointer-events:none}.formFlowsSetting .print-auth-dialog .print-auth-title{margin:22px auto 0;text-align:center;font-size:18px;color:#2a2a2a}.formFlowsSetting .print-auth-dialog .print-auth-demo{margin:16px auto 0;width:452px;height:296px;background-image:url(//img.alicdn.com/tfs/TB18sLubUD1gK0jSZFGXXbd3FXa-904-592.png);background-repeat:no-repeat;background-size:contain}.formFlowsSetting .print-auth-dialog .print-auth-tips{margin:6px auto 0;text-align:center;font-size:14px;color:#000}.formFlowsSetting .print-auth-dialog .print-auth-qr{position:relative;margin:5px auto -40px;padding:12px;width:162px;height:162px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(73,159,249,.5)}.formFlowsSetting .print-auth-dialog .print-auth-qr .print-auth-qr-img{width:100%;height:100%;background-image:url(//img.alicdn.com/tfs/TB1HnnXd7Y2gK0jSZFgXXc5OFXa-256-256.png);background-repeat:no-repeat;background-size:contain}.formFlowsSetting .print-auth-dialog .print-auth-copyright{margin:0 -24px -24px;padding-top:48px;border-radius:0 0 4px 4px;height:90px;background-color:#3195fa;text-align:center;font-size:18px;color:#fff}.formFlowsSetting .wf-formcanvas{position:absolute;left:50%;margin-left:-245px;width:490px;height:670px;background:url(//img.alicdn.com/tfs/TB1vgDmBntYBeNjy1XdXXXXyVXa-980-1340.png) no-repeat top;background-size:100% 100%}.formFlowsSetting .wf-formcanvas-inner{overflow:hidden auto;position:absolute;left:50%;top:73px;margin-left:-146px;width:292px;height:480px;max-height:480px;background:#f6f6f6}.formFlowsSetting .wf-formcanvas-body{overflow:hidden;padding-bottom:30px}.formFlowsSetting .empty.wf-formcanvas-inner{background:#fff}.formFlowsSetting .empty .wf-formcanvas-body{position:relative;min-height:300px;background:url(//img.alicdn.com/tfs/TB1tizSCrGYBuNjy0FoXXciBFXa-478-192.png) no-repeat 50%;background-size:239px 96px}.formFlowsSetting .empty .wf-formcanvas-body .empty-bg-text{position:absolute;left:0;right:0;bottom:70px;pointer-events:none;text-align:center;color:#999}.formFlowsSetting .wf-component{overflow:hidden;position:relative;margin:15px 0}.formFlowsSetting .wf-main .wf-remove{display:none;position:absolute;right:0;top:0;z-index:10;padding:3px;background:#38adff;cursor:pointer;line-height:1;font-size:12px;color:#eee}.formFlowsSetting .wf-overlay{position:absolute;inset:0;z-index:9;border:1px dashed transparent}.formFlowsSetting .wf-overlay.wf-drag{cursor:move}.formFlowsSetting .supportTouch .wf-component.active .wf-remove{display:block}.formFlowsSetting .wf-remove:hover{color:#fff}.formFlowsSetting html:not(.wf-cursor-move) .wf-component.hover>.wf-remove{display:block}.formFlowsSetting html:not(.wf-cursor-move) .wf-component.hover>.wf-overlay{border-color:#38adff}.formFlowsSetting html:not(.wf-cursor-move) .wf-component.active>.wf-overlay{border:1px solid #38adff}.formFlowsSetting .wf-component.areaactive>.wf-overlay{border:1px solid #ff4500}.formFlowsSetting .wf-component.draging{filter:blur(1px);pointer-events:none}.formFlowsSetting .wf-component.draging>.wf-overlay{border:1px dashed #666;background:#ccc;opacity:.8}.formFlowsSetting .wf-component .left-corner-mark{position:absolute;left:2px;top:2px;z-index:10;border-right:16px solid transparent;border-top:16px solid #3296fa;width:0;height:0;opacity:1!important}.formFlowsSetting .wf-component.is-linked{z-index:10;opacity:.6}.formFlowsSetting .wf-widgetspanel{left:0}.formFlowsSetting .wf-widgetspanel .wf-panel-body{overflow:auto;margin:30px -15px 0 0}.formFlowsSetting .wf-widgetsitem label{cursor:move}.formFlowsSetting .wf-widgetsitem.disabled label{cursor:not-allowed}.formFlowsSetting .wf-panel .wf-widgetsitem{float:left;margin:0 0 10px 9px}.formFlowsSetting .wf-widgetsitem{overflow:hidden;position:relative;padding-left:15px;border:1px solid #d9d9d9;border-radius:4px;width:148px;height:32px;background:#fff;cursor:move;line-height:32px;text-align:left;font-size:12px;color:#191f25}.formFlowsSetting .wf-widgetsitem.disabled{opacity:.2;cursor:not-allowed}.formFlowsSetting .wf-widgetsitem:hover{background:hsla(0,0%,100%,.2)}.formFlowsSetting .widgeticon{display:inline-block;width:20px;height:20px}.formFlowsSetting .wf-widgetsitem .widgeticon{position:absolute;right:7px;top:50%;margin-top:-10px}.formFlowsSetting .wf-widgetsitem.hasDesc{height:50px}.formFlowsSetting .wf-widgetsitem.hasDesc label{display:block;margin-top:7px;line-height:18px}.formFlowsSetting .wf-widgetsitem.hasDesc .desc{display:block;line-height:18px;color:rgba(25,31,37,.4)}.formFlowsSetting .new-tip-dot{position:absolute;right:5px;top:5px;border-radius:100%;width:8px;height:8px;background:#ef5242}.formFlowsSetting .itemNewTooltip{max-width:300px!important}.formFlowsSetting .itemNewPopover{width:256px}.formFlowsSetting .itemNewPopoverTitle{margin-bottom:5px;font-weight:700;font-size:18px;color:#242a33}.formFlowsSetting .itemNewPopoverBtns{margin-top:20px;margin-bottom:5px;text-align:right}.formFlowsSetting .itemNewPopoverBtns .ant-btn+.ant-btn{margin-left:6px}.formFlowsSetting .widget-item-title{clear:both;padding:0 10px 8px;font-family:PingFangSC-Medium;font-size:14px;color:#191f25}.formFlowsSetting .space10{padding-top:10px}.formFlowsSetting .ant-collapse{margin-top:-12px!important}.formFlowsSetting .ant-collapse *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.formFlowsSetting .ant-collapse .ant-collapse-item{padding-right:20px;border:0!important}.formFlowsSetting .ant-collapse .ant-collapse-item .ant-collapse-header{padding:12px 0 12px 24px!important}.formFlowsSetting .ant-collapse .ant-collapse-item .ant-collapse-header>i{display:none!important}.formFlowsSetting .ant-collapse .ant-collapse-item .ant-collapse-content{margin-top:-8px}.formFlowsSetting .ant-collapse .ant-collapse-item .ant-collapse-content>.ant-collapse-content-box{padding:0}.formFlowsSetting .widget-header-node{display:flex;align-items:center}.formFlowsSetting .widget-header-node>i:first-child{display:none}.formFlowsSetting .widget-header-node>img{border-radius:5px;width:32px;height:32px}.formFlowsSetting .widget-header-node>span{flex:1;margin-left:8px;font-size:16px;color:#191f25}.formFlowsSetting .widget-header-node>i:last-child{font-weight:700;color:rgba(25,31,37,.4);transition:transform .24s}.formFlowsSetting .widget-header-node svg{width:14px;height:14px;transition:transform .24s}.formFlowsSetting .widget-item-advance-wrap{display:flex;justify-content:flex-end;align-items:center}.formFlowsSetting .widget-item-advance-wrap svg{margin-bottom:18px;width:24px;height:24px;fill:rgba(25,31,37,.4)}.formFlowsSetting .widget-item-advance{display:flex;align-items:center;margin-left:0!important;padding-left:10px;border:1px solid rgba(25,31,37,.12);border-radius:4px;width:250px;height:30px}.formFlowsSetting .widget-item-advance>img{border-radius:3px;width:14px;height:14px}.formFlowsSetting .widget-item-advance>div{overflow:hidden;margin-left:7px;text-overflow:ellipsis;font-size:12px;color:#191f25;white-space:nowrap}.formFlowsSetting .panel-advance .ant-tabs-bar{position:fixed;z-index:999;background:#fff}.formFlowsSetting .panel-advance .ant-tabs-content{padding-top:68px}.formFlowsSetting .wf-settings-pane{padding:20px 16px}.formFlowsSetting .wf-icon{margin-left:8px;margin-right:8px;width:25px;height:25px}.formFlowsSetting .wf-icon-item{display:inline-block;position:relative;text-align:center}.formFlowsSetting .wf-icon-item .tabitem{display:none;position:absolute;left:10px;top:-32px;border-radius:2px;width:250px;height:28px;line-height:28px;text-align:left;font-size:11px;color:#fff}.formFlowsSetting .wf-icon-item .tabitem.current{background:rgba(0,0,0,.5)}.formFlowsSetting .wf-icon-item .tabitem.current:after{display:block;overflow:hidden;position:absolute;left:20px;bottom:-8px;margin-left:-4px;border:4px solid transparent;border-top-color:rgba(0,0,0,.5);width:0;height:0;content:""}.formFlowsSetting .wf-setting-duration-label{padding-left:18px}.formFlowsSetting .wf-setting-suite-duration-label{margin-top:20px;padding-left:0}.formFlowsSetting .wf-push-app{position:relative;padding-top:10px;padding-bottom:10px}.formFlowsSetting .wf-icon-group{position:relative;top:20px}.formFlowsSetting .wf-app-push{position:absolute;top:10px}.formFlowsSetting .wf-icon-name{position:relative;top:-7px;font-size:12px;color:#fff}.formFlowsSetting .wf-pushinfo{margin-left:4px;font-size:14px}.formFlowsSetting .wf-item-group{padding-left:18px}.formFlowsSetting .wf-setting-push-radio{margin-left:10px}.formFlowsSetting .wf-tips{position:relative;top:3px;margin-left:4px;width:15px;height:15px}.formFlowsSetting .wf-input-tips{font-size:12px;color:#f4f4f4}.formFlowsSetting .wf-settingpanel{right:0}.formFlowsSetting .wf-settingpanel select{margin-left:12px;width:100px;height:30px;line-height:30px;color:#000}.formFlowsSetting .wf-settingpanel .textarea,.formFlowsSetting .wf-settingpanel input[type=text],.formFlowsSetting .wf-settingpanel textarea{padding:6px 10px;border:1px solid rgba(0,0,0,.15);border-radius:4px;width:100%;min-height:29px;outline:none;background:hsla(0,0%,100%,.1);font-size:12px}.formFlowsSetting .wf-settingpanel .textarea:focus,.formFlowsSetting .wf-settingpanel input[type=text]:focus,.formFlowsSetting .wf-settingpanel textarea:focus{border-color:#3f9af9;background:transparent}.formFlowsSetting .wf-settingpanel ::-webkit-input-placeholder{color:rgba(0,0,0,.25)}.formFlowsSetting .wf-settingpanel .wf-form{overflow-y:auto;padding-bottom:20px}.formFlowsSetting .wf-settingpanel .ant-tabs .ant-tabs-bar{width:350px}.formFlowsSetting .wf-settingpanel .ant-tabs .ant-tabs-nav .ant-tabs-tab{width:175px}.formFlowsSetting .wf-setting-hrm ul li{margin:6px 0}.formFlowsSetting .wf-settingpanel .wf-setter-field .fieldname{line-height:1.6}.formFlowsSetting .wf-settingpanel .wf-setter-field .require-tip{color:#3296fa}.formFlowsSetting .wf-settingpanel .wf-setter-field .fieldinfo{color:rgba(25,31,37,.4)}.formFlowsSetting .wf-settingpanel .wf-setter-field .fieldtips{margin-top:6px;font-size:12px}.formFlowsSetting .wf-settingpanel .wf-setter-field .fieldicon{float:right;margin-right:1px;cursor:pointer}.formFlowsSetting .wf-settingpanel .wf-setter-field .wf-conditionwarn{line-height:16px;font-size:12px}.formFlowsSetting .wf-settingpanel .wf-setter-field .wf-conditionwarn .icon-error{vertical-align:baseline;color:#ff8415}.formFlowsSetting .wf-settingpanel .wf-setter-field.wf-setting-dateformat input[type=radio],.formFlowsSetting .wf-settingpanel .wf-setter-field[class*=wf-setting-] input[type=checkbox],.formFlowsSetting .wf-settingpanel .wf-setter-field[class*=wf-setting-] input[type=radio]{margin-left:2px;margin-right:5px;vertical-align:middle}.formFlowsSetting .wf-settingpanel .wf-setter-field.wf-setting-push{margin-left:5px;margin-top:24px}.formFlowsSetting .wf-settingpanel .wf-setter-field.wf-setting-push input[type=radio]{margin-left:2px;margin-right:5px;vertical-align:middle}.formFlowsSetting .wf-settingpanel .wf-setter-field.wf-setting-daterangelabel .fieldblock:not(:last-child){margin-bottom:30px}.formFlowsSetting .wf-settingpanel .wf-setter-field.wf-setting-options input[type=text]{width:120px}.formFlowsSetting .wf-settingpanel .wf-setter-field .action{display:inline-block;margin-left:5px;opacity:.8;text-align:center}.formFlowsSetting .wf-settingpanel .wf-setter-field .action .icon{padding:3px 2px 3px 3px;border-radius:50%;background:#3296fa;font-size:12px;color:#fff}.formFlowsSetting .wf-settingpanel .wf-setter-field .action:hover{opacity:.9}.formFlowsSetting .wf-settingpanel .wf-setter-field .limitadd .action-add,.formFlowsSetting .wf-settingpanel .wf-setter-field .limitdel .action-del{opacity:.2;pointer-events:none}.formFlowsSetting .wf-settingpanel .wf-setter-field.wf-setting-content textarea{min-height:7.5em}.formFlowsSetting .pushAttendSetting .wf-icon-item{margin-right:16px}.formFlowsSetting .pushAttendSetting .wf-icon-item .wf-icon-item-img{display:block;margin-top:10px;width:164px;height:88px}.formFlowsSetting .pushAttendSetting .fieldname{line-height:18px;font-size:16px}.formFlowsSetting .pushAttendSetting .wf-item-group{padding-left:0}.formFlowsSetting .pushAttendSetting .wf-icon-group{top:0}.formFlowsSetting .attendDesc{display:block;margin-top:35px;line-height:20px}.formFlowsSetting .select-unit{padding-top:10px}.formFlowsSetting .alitrip-label{margin-top:10px;line-height:24px;font-size:12px}.formFlowsSetting .alitrip-select-unit{padding-top:10px;font-size:12px}.formFlowsSetting .setting-reimburseLabel{display:flex;flex-direction:row}.formFlowsSetting .setting-reimburseLabel-right{flex:4;margin-left:12px}.formFlowsSetting .reimburseHref-label{float:right;margin-right:80px}.formFlowsSetting .exceedApply-label{margin-left:12px}.formFlowsSetting .exceedApplyHref-label{float:right;margin-right:10px}.formFlowsSetting .formSaveModal .ant-modal-body,.formFlowsSetting .wf-popup-content .wf-form.wf-formsettings{overflow:auto;height:400px}.formFlowsSetting .setting-alitrip-project{display:flex;flex-direction:row}.formFlowsSetting .setting-alitrip-project .setting-alitrip-project-left{width:32%}.formFlowsSetting .setting-alitrip-project .setting-alitrip-project-right{width:68%}.formFlowsSetting .wf-sidepanel-head{padding:0 16px;height:46px;background:#fff;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.09);line-height:46px;font-weight:700;font-size:14px;color:#191f25}.formFlowsSetting .wf-sidepanel-head .desc{float:right;font-weight:400;font-size:12px;color:rgba(25,31,37,.4)}.formFlowsSetting .wf-settingpanel{right:-100%;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .wf-settingpanel.open{right:0}.formFlowsSetting .ant-alert{position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;padding:8px 15px 8px 37px;border-radius:4px;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-alert.ant-alert-no-icon{padding:8px 15px}.formFlowsSetting .ant-alert-icon{position:absolute;left:16px;top:12.5px}.formFlowsSetting .ant-alert-description{display:none;line-height:22px;font-size:14px}.formFlowsSetting .ant-alert-success{border:1px solid #b7eb8f;background-color:#f6ffed}.formFlowsSetting .ant-alert-success .ant-alert-icon{color:#52c41a}.formFlowsSetting .ant-alert-info{border:1px solid #91d5ff;background-color:#e6f7ff}.formFlowsSetting .ant-alert-info .ant-alert-icon{color:#1890ff}.formFlowsSetting .ant-alert-warning{border:1px solid #ffe58f;background-color:#fffbe6}.formFlowsSetting .ant-alert-warning .ant-alert-icon{color:#faad14}.formFlowsSetting .ant-alert-error{border:1px solid #ffa39e;background-color:#fff1f0}.formFlowsSetting .ant-alert-error .ant-alert-icon{color:#f5222d}.formFlowsSetting .ant-alert-close-icon{overflow:hidden;position:absolute;right:16px;top:8px;cursor:pointer;line-height:22px;font-size:12px}.formFlowsSetting .ant-alert-close-icon .anticon-cross{color:rgba(0,0,0,.45);transition:color .3s}.formFlowsSetting .ant-alert-close-icon .anticon-cross:hover{color:#404040}.formFlowsSetting .ant-alert-close-text{position:absolute;right:16px}.formFlowsSetting .ant-alert-with-description{position:relative;padding:15px 15px 15px 64px;border-radius:4px;line-height:1.5;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-alert-with-description.ant-alert-no-icon{padding:15px}.formFlowsSetting .ant-alert-with-description .ant-alert-icon{position:absolute;left:24px;top:16px;font-size:24px}.formFlowsSetting .ant-alert-with-description .ant-alert-close-icon{position:absolute;right:16px;top:16px;cursor:pointer;font-size:14px}.formFlowsSetting .ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;font-size:16px;color:rgba(0,0,0,.85)}.formFlowsSetting .ant-alert-with-description .ant-alert-description{display:block}.formFlowsSetting .ant-alert.ant-alert-close{margin:0;padding-top:0;padding-bottom:0;height:0!important;transform-origin:50% 0;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .ant-alert-slide-up-leave{animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);animation-fill-mode:both}.formFlowsSetting .ant-alert-banner{margin-bottom:0;border:0;border-radius:0}.formFlowsSetting .calculate-edit{float:right;cursor:pointer;color:#2db7f5}.formFlowsSetting .calculate-area{cursor:pointer}.formFlowsSetting .formula-alert{margin-bottom:10px}.formFlowsSetting .formula-errormsg{margin-bottom:5px;padding:2px 5px;border:1px solid #feddcd;border-radius:2px;background:#ffeee7;font-size:12px}.formFlowsSetting .formula-box{padding:10px;border:1px solid #eaeaea;border-radius:4px}.formFlowsSetting .formula-box .formula-result{padding-bottom:15px}.formFlowsSetting .formula-box.hasError{border:1px solid #f28172}.formFlowsSetting .formula-actions{margin-bottom:-5px;text-align:right;font-size:12px}.formFlowsSetting .formula-actions .formula-clear,.formFlowsSetting .formula-actions .formula-del{display:inline-block;margin-left:5px;padding:2px 5px;opacity:.85;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formFlowsSetting .formula-actions .formula-clear:hover,.formFlowsSetting .formula-actions .formula-del:hover{opacity:1}.formFlowsSetting .formula-actions .formula-del{width:24px;background:50% no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABOUExURUxpcY+Pj5mZmZmZmZmZmZWVlZOTk5eXl5eXl5mZmZWVlZeXl5eXl5mZmZmZmY+Pj5mZmZmZmZeXl5eXl5mZmZeXl5mZmZiYmJmZmZmZmQrB0mAAAAAZdFJOUwAQ8O/AMECAv39g0J+gzyBw4N+wr5Bfb1Bien3EAAAA8klEQVRIx+2U2xKDIAxEiQpaBbVqL/n/Hy3R6WDtplNn+lb3TWYPkk3AmEN/qu52ArpazW9zxqoI+mlgTS30t8xZCVREogaA+PFpIzG+r/q4j8O11cwF9NdKGA4A5Qc/AuJP+ZLKX0rprAqIP6TPM/ulK04BpGHhNRUvi1mHAfE3615SwzzlKeQNQFv/QqyasgEcCEjWJjWluF1uwRR6DaAtIfW6JhFvKVHGPNA61nh+2cZqfbCRaBMR5nqp0GJ9EmbHaJj7ushvgHk6/B7A9JHoMdBDwARtwuXujkYhKiBW70qjvhoBn5UU4lweb/yhH+sBhOIb4UKezGwAAAAASUVORK5CYII=);background-size:100%;color:#2db7f5}.formFlowsSetting .formula-actions .formula-clear{color:#f28172}.formFlowsSetting .formula-placeholder{font-size:12px;color:#ccc}.formFlowsSetting .formula-result{line-height:2;word-break:break-word}.formFlowsSetting .formula-result>*{display:inline-block;line-height:1;white-space:nowrap}.formFlowsSetting .formula-result .formula-var{margin:0 2px;padding:2px 4px;border-radius:2px;background:#f5f5f5;color:rgba(0,0,0,.65);white-space:nowrap}.formFlowsSetting .formula-result .formula-var.invalid{background:#f28172}.formFlowsSetting .formula-result .formula-operator{margin:0 1px}.formFlowsSetting .formula-panel{padding:0 30px;line-height:32px;color:#555}.formFlowsSetting .formula-panel .formula-row+.formula-row{margin-top:15px}.formFlowsSetting .formula-panel .formula-row:after,.formFlowsSetting .formula-panel .formula-row:before{display:table;clear:both;content:""}.formFlowsSetting .formula-panel .formula-row-label{float:left;position:relative;width:18%}.formFlowsSetting .formula-panel .formula-row-value{float:left;width:82%}.formFlowsSetting .formula-panel .formula-var{padding:3px 13px;border:1px solid #eaeaea;background:#f5f5f5}.formFlowsSetting .formula-panel .formula-option-var{background:#f7f7f7}.formFlowsSetting .formula-panel .formula-option-var:hover{background:#f1f1f1}.formFlowsSetting .formula-panel .formula-option-operator{background:#fff}.formFlowsSetting .formula-panel .formula-option-operator:hover{background:#f1f1f1}.formFlowsSetting .formula-panel .formula-option-operator,.formFlowsSetting .formula-panel .formula-option-var{display:inline-block;margin-right:10px;padding:5px 12px;border:1px solid #eaeaea;border-radius:4px;cursor:pointer;-webkit-user-select:none;line-height:1;white-space:nowrap}.formFlowsSetting .formula-panel .formula-option-operator.disabled,.formFlowsSetting .formula-panel .formula-option-var.disabled{opacity:.65;pointer-events:none}.formFlowsSetting .formula-tip{margin-top:10px;line-height:1.6}.formFlowsSetting .formula-tip a{color:#2db7f5}.formFlowsSetting .holidayTable td,.formFlowsSetting .holidayTable th{padding:10px}.formFlowsSetting .holidayTable .ant-pagination,.formFlowsSetting .holidayTable thead{display:none}.formFlowsSetting .holidayTagImg{position:relative;top:2px;width:13px}.formFlowsSetting .holidayTagContent{margin-bottom:10px;border:1px solid rgba(0,0,0,.09);border-radius:10px;width:350px}.formFlowsSetting .holidayTag{overflow:hidden;clear:both;border-bottom:1px solid rgba(0,0,0,.09)}.formFlowsSetting .holidayTag:last-child{border:none}.formFlowsSetting .holidayTagName{display:inline-block;overflow:hidden;margin-left:8px;margin-right:10px;border-right:1px solid rgba(0,0,0,.09);text-overflow:ellipsis;word-break:break-all;white-space:nowrap}.formFlowsSetting .holidayTagName,.formFlowsSetting .holidayTagUnit{float:left;padding-left:10px;width:140px;height:40px;line-height:40px;font-size:14px}.formFlowsSetting .holidayTagUnit{display:flex;display:inline-block;justify-content:center;align-items:center}.formFlowsSetting .holidayCategory{margin-top:20px;margin-bottom:15px;font-size:14px}.formFlowsSetting .holidayExplain{position:relative;top:3px;margin-left:10px;width:16px;height:16px}.formFlowsSetting .holidayLink{float:right;position:relative;padding-right:55px;color:#38adff}.formFlowsSetting .holidayLink-new{display:block;position:absolute;left:20px;top:-14px;padding:3px 6px;border-radius:10px;background-color:red;font-size:12px;color:#fff}.formFlowsSetting .holidaySetting{margin-left:24px;margin-top:30px;height:95px}.formFlowsSetting .holidaySettingItem{margin-top:10px}.formFlowsSetting .holidaySettingContent{margin-top:20px;text-align:center;font-size:13px;color:hsla(0,0%,100%,.5)}.formFlowsSetting .holidaySettingItemImg{position:relative;right:5px;top:2px;width:17px}.formFlowsSetting .overtime-content .overtime-single{margin:20px 0}.formFlowsSetting .overtime-content .overtime-single .sub-desc{margin-left:16px;font-size:14px;color:#aaa}.formFlowsSetting .overtime-content .overtime-mult{margin:20px 0;margin-bottom:0}.formFlowsSetting .overtime-content .overtime-mult .sub-desc{display:inline-block;margin-top:10px;margin-bottom:10px;font-size:14px}.formFlowsSetting .overtime-content .overtime-link{color:#38adff}.formFlowsSetting .overtime-content .overtime-mult-unit{margin:0 20px 0 10px}.formFlowsSetting .wf-setting-overtime .attendDesc{margin-top:0}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-container{height:40px}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-ink-bar{visibility:hidden}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab{margin:0;margin-right:2px;padding:0 16px;border:1px solid #e8e8e8;border-bottom:0;border-radius:4px 4px 0 0;background:#fafafa;line-height:38px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active{padding-bottom:1px;border-color:#e8e8e8;background:#fff;color:#1890ff}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-inactive{padding:0}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-wrap{margin-bottom:0}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab .anticon-close{overflow:hidden;margin-left:3px;margin-right:-5px;width:16px;height:14px;vertical-align:middle;font-size:12px;color:rgba(0,0,0,.45);transition:all .3s}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab .anticon-close:hover{color:rgba(0,0,0,.85)}.formFlowsSetting .ant-tabs.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane,.formFlowsSetting .ant-tabs.ant-tabs-editable-card .ant-tabs-content>.ant-tabs-tabpane{transition:none!important}.formFlowsSetting .ant-tabs.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane-inactive,.formFlowsSetting .ant-tabs.ant-tabs-editable-card .ant-tabs-content>.ant-tabs-tabpane-inactive{overflow:hidden}.formFlowsSetting .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab:hover .anticon-close{opacity:1}.formFlowsSetting .ant-tabs-extra-content{line-height:40px}.formFlowsSetting .ant-tabs-extra-content .ant-tabs-new-tab{border:1px solid #e8e8e8;border-radius:2px;width:20px;height:20px;cursor:pointer;line-height:20px;text-align:center;font-size:12px;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-tabs-extra-content .ant-tabs-new-tab:hover{border-color:#1890ff;color:#1890ff}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-container{height:auto}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab{margin-bottom:8px;border-bottom:1px solid #e8e8e8}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active{padding-bottom:4px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab:last-child{margin-bottom:8px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-new-tab{width:90%}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-wrap{margin-right:0}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab{margin-right:1px;border-right:0;border-radius:4px 0 0 4px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-active{margin-right:-1px;padding-right:18px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-wrap{margin-left:0}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-tab{margin-left:1px;border-left:0;border-radius:0 4px 4px 0}.formFlowsSetting .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-tab-active{margin-left:-1px;padding-left:18px}.formFlowsSetting .ant-tabs.ant-tabs-card.ant-tabs-bottom>.ant-tabs-bar .ant-tabs-tab{border-top:0;border-bottom:1px solid #e8e8e8;border-radius:0 0 4px 4px}.formFlowsSetting .ant-tabs.ant-tabs-card.ant-tabs-bottom>.ant-tabs-bar .ant-tabs-tab-active{padding-top:1px;padding-bottom:0;color:#1890ff}.formFlowsSetting .ant-tabs{overflow:hidden;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;zoom:1;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-tabs:after,.formFlowsSetting .ant-tabs:before{display:table;content:""}.formFlowsSetting .ant-tabs:after{clear:both}.formFlowsSetting .ant-tabs-ink-bar{position:absolute;left:0;bottom:1px;z-index:1;box-sizing:border-box;height:2px;background-color:#1890ff;transform-origin:0 0}.formFlowsSetting .ant-tabs-bar{margin:0 0 16px;border-bottom:1px solid #e8e8e8;outline:none}.formFlowsSetting .ant-tabs-bar,.formFlowsSetting .ant-tabs-nav-container{transition:padding .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-nav-container{overflow:hidden;position:relative;box-sizing:border-box;margin-bottom:-1px;zoom:1;line-height:1.5;font-size:14px;white-space:nowrap}.formFlowsSetting .ant-tabs-nav-container:after,.formFlowsSetting .ant-tabs-nav-container:before{display:table;content:""}.formFlowsSetting .ant-tabs-nav-container:after{clear:both}.formFlowsSetting .ant-tabs-nav-container-scrolling{padding-left:32px;padding-right:32px}.formFlowsSetting .ant-tabs-bottom .ant-tabs-bar{border-top:1px solid #e8e8e8;border-bottom:none}.formFlowsSetting .ant-tabs-bottom .ant-tabs-ink-bar{top:1px;bottom:auto}.formFlowsSetting .ant-tabs-bottom .ant-tabs-nav-container{margin-top:-1px;margin-bottom:0}.formFlowsSetting .ant-tabs-tab-next,.formFlowsSetting .ant-tabs-tab-prev{position:absolute;z-index:2;border:0;width:0;height:100%;background-color:transparent;opacity:0;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;color:rgba(0,0,0,.45);transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-tab-next.ant-tabs-tab-arrow-show,.formFlowsSetting .ant-tabs-tab-prev.ant-tabs-tab-arrow-show{width:32px;height:100%;opacity:1;pointer-events:auto}.formFlowsSetting .ant-tabs-tab-next:hover,.formFlowsSetting .ant-tabs-tab-prev:hover{color:rgba(0,0,0,.65)}.formFlowsSetting .ant-tabs-tab-next-icon,.formFlowsSetting .ant-tabs-tab-prev-icon{position:absolute;left:50%;top:50%;line-height:inherit;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-weight:700;font-variant:normal;transform:translate(-50%,-50%)}.formFlowsSetting :root .ant-tabs-tab-next-icon:before,.formFlowsSetting :root .ant-tabs-tab-prev-icon:before{font-size:12px}.formFlowsSetting .ant-tabs-tab-btn-disabled{cursor:not-allowed}.formFlowsSetting .ant-tabs-tab-btn-disabled,.formFlowsSetting .ant-tabs-tab-btn-disabled:hover{color:rgba(0,0,0,.25)}.formFlowsSetting .ant-tabs-tab-next{right:2px}.formFlowsSetting .ant-tabs-tab-next-icon:before{content:"\e61f"}.formFlowsSetting .ant-tabs-tab-prev{left:0}.formFlowsSetting .ant-tabs-tab-prev-icon:before{content:"\e620"}.formFlowsSetting :root .ant-tabs-tab-prev{filter:none}.formFlowsSetting .ant-tabs-nav-wrap{overflow:hidden;margin-bottom:-1px}.formFlowsSetting .ant-tabs-nav-scroll{overflow:hidden;white-space:nowrap}.formFlowsSetting .ant-tabs-nav{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding-left:0;transition:transform .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-nav:after,.formFlowsSetting .ant-tabs-nav:before{display:table;content:" "}.formFlowsSetting .ant-tabs-nav:after{clear:both}.formFlowsSetting .ant-tabs-nav .ant-tabs-tab-disabled{cursor:default;pointer-events:none;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-tabs-nav .ant-tabs-tab{display:inline-block;position:relative;box-sizing:border-box;margin:0 32px 0 0;padding:12px 16px;height:100%;cursor:pointer;text-decoration:none;transition:color .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-nav .ant-tabs-tab:last-child{margin-right:0}.formFlowsSetting .ant-tabs-nav .ant-tabs-tab:hover{color:#40a9ff}.formFlowsSetting .ant-tabs-nav .ant-tabs-tab:active{color:#096dd9}.formFlowsSetting .ant-tabs-nav .ant-tabs-tab .anticon{margin-right:8px}.formFlowsSetting .ant-tabs-nav .ant-tabs-tab-active{font-weight:500;color:#1890ff}.formFlowsSetting .ant-tabs-large .ant-tabs-nav-container{font-size:16px}.formFlowsSetting .ant-tabs-large .ant-tabs-tab{padding:16px}.formFlowsSetting .ant-tabs-small .ant-tabs-nav-container{font-size:14px}.formFlowsSetting .ant-tabs-small .ant-tabs-tab{padding:8px 16px}.formFlowsSetting .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content{width:100%}.formFlowsSetting .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane{flex-shrink:0;width:100%;opacity:1;transition:opacity .45s}.formFlowsSetting .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane-inactive{padding:0!important;height:0;opacity:0;pointer-events:none}.formFlowsSetting .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.formFlowsSetting .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content-animated{display:flex;flex-direction:row;will-change:margin-left;transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar{border-bottom:0;height:100%}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar-tab-next,.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar-tab-prev{width:32px;height:0;transition:height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show,.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show{width:100%;height:32px}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab{display:block;float:none;margin:0 0 16px;padding:8px 24px}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab:last-child{margin-bottom:0}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-extra-content{text-align:center}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-scroll{width:auto}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container,.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-wrap{height:100%}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container{margin-bottom:0}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling{padding:32px 0}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-wrap{margin-bottom:0}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav{width:100%}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-ink-bar{left:auto;top:0;width:2px;height:auto}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-next{bottom:0;width:100%;height:32px}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-next-icon:before{content:"\e61d"}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-prev{top:0;width:100%;height:32px}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-prev-icon:before{content:"\e61e"}.formFlowsSetting .ant-tabs-vertical>.ant-tabs-content{overflow:hidden;margin-top:0!important;width:auto}.formFlowsSetting .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar{float:left;margin-right:-1px;margin-bottom:0;border-right:1px solid #e8e8e8}.formFlowsSetting .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab{text-align:right}.formFlowsSetting .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-container,.formFlowsSetting .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-wrap{margin-right:-1px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-ink-bar{right:1px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-left>.ant-tabs-content{padding-left:24px;border-left:1px solid #e8e8e8}.formFlowsSetting .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar{float:right;margin-left:-1px;margin-bottom:0;border-left:1px solid #e8e8e8}.formFlowsSetting .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-container,.formFlowsSetting .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-wrap{margin-left:-1px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-ink-bar{left:1px}.formFlowsSetting .ant-tabs-vertical.ant-tabs-right>.ant-tabs-content{padding-right:24px;border-right:1px solid #e8e8e8}.formFlowsSetting .ant-tabs-bottom>.ant-tabs-bar{margin-top:16px;margin-bottom:0}.formFlowsSetting .ant-tabs-bottom .ant-tabs-ink-bar-animated,.formFlowsSetting .ant-tabs-top .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-left .ant-tabs-ink-bar-animated,.formFlowsSetting .ant-tabs-right .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),height .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .ant-tabs-no-animation>.ant-tabs-content-animated,.formFlowsSetting .ant-tabs-vertical>.ant-tabs-content-animated,.formFlowsSetting .no-flex>.ant-tabs-content-animated{margin-left:0!important;transform:none!important}.formFlowsSetting .ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive,.formFlowsSetting .ant-tabs-vertical>.ant-tabs-content>.ant-tabs-tabpane-inactive,.formFlowsSetting .no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive{display:none}.formFlowsSetting .wf-view{position:relative}.formFlowsSetting .wf-view .wf-componentview-adddetail{padding:15px;border-bottom:1px solid hsla(240,2%,79%,.5);background:#f7f9ff;vertical-align:middle;text-align:center;color:#008cee}.formFlowsSetting .wf-view .wf-componentview-content{padding:15px;color:#858e99}.formFlowsSetting .wf-view .wf-componentview-area{position:relative;min-height:50px;background:#ddeff3}.formFlowsSetting .wf-view .wf-componentview-area .emptytip{position:absolute;left:50%;top:50%;padding:0 8px;width:100%;text-align:center;color:#ccc;transform:translate(-50%,-50%)}.formFlowsSetting .wf-field{display:flex;position:relative;align-items:center;padding:14px 0;background:#fff;font-size:14px}.formFlowsSetting .wf-field>*{flex:1;width:100%}.formFlowsSetting .wf-field .icon{flex:none;width:26px;line-height:1;font-size:18px;color:#e0e0e0}.formFlowsSetting .wf-field-border{border-bottom:1px solid #eee}.formFlowsSetting .wf-field-label{flex:none;padding:0 10px;width:120px;color:rgba(25,31,37,.56);color:#222;word-break:break-word;white-space:normal}.formFlowsSetting .wf-field-placeholder{overflow:hidden;padding-right:10px;text-overflow:ellipsis;text-align:right;color:rgba(25,31,37,.4);white-space:nowrap}.formFlowsSetting .wf-group>.wf-component+.wf-component,.formFlowsSetting .wf-group>.wf-field+.wf-field{border-top:1px solid rgba(25,31,37,.08)}.formFlowsSetting .wf-group,.formFlowsSetting .wf-group>.wf-component{margin:0;padding:0}.formFlowsSetting .wf-group>.wf-component.wf-component-textnote{background:#f6f6f6}.formFlowsSetting .wf-table-row-title{display:block;padding:14px 10px;border-bottom:1px solid rgba(25,31,37,.08);background:#fff;color:rgba(25,31,37,.56)}.formFlowsSetting .empty .wf-group{border-width:0}.formFlowsSetting .wf-componentview-stats{padding:3px 10px}.formFlowsSetting .wf-componentview-stats .wf-componentview-statitem{margin:2px 0;line-height:20px;text-align:left;font-size:14px;color:#858e99}.formFlowsSetting .wf-formdes{display:inline-block;padding:0 5px;padding-left:15px;width:100%;background-color:#fcf7d7;line-height:20px;font-size:12px;color:#333}.formFlowsSetting .wf-formdes-setting{display:inline-block;position:absolute;z-index:999;margin-left:10px;color:#5dbbf7}.formFlowsSetting .wf-componentview-tip-icon{float:right;position:relative;top:-6px;border:0;width:30px}.formFlowsSetting .wf-component-textnote{margin:0;padding:0}.formFlowsSetting .textnote-content{line-height:1.4}.formFlowsSetting .wf-component-calculatefield .cnformat,.formFlowsSetting .wf-component-moneyfield .cnformat{padding:5px 15px;font-size:13px;color:rgba(25,31,37,.4)}.formFlowsSetting .wf-component-ddbizsuite .wf-componentview-content{padding:0}.formFlowsSetting .wf-component-ddbizsuite .wf-component-textnote .wf-componentview{padding-left:15px}.formFlowsSetting .wf-component-ddbizsuite .wf-component-textnote .wf-componentview .textnote-content{padding:10px 10px 10px 0}.formFlowsSetting .recipient-usetips .extra{color:rgba(25,31,37,.4)}.formFlowsSetting .recipient-usetips .recipient-usetips__icon{margin-top:13px;width:100%}.formFlowsSetting .recipient-usetips .recipient-usetips__icon-tip{display:flex;justify-content:space-around;margin-top:18px;line-height:17px;font-size:12px;color:rgba(38,38,38,.3)}.formFlowsSetting .ant-select-tree-checkbox{display:inline-block;position:relative;top:-.09em;list-style:none;box-sizing:border-box;margin:0;padding:0;outline:none;cursor:pointer;line-height:1;vertical-align:middle;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap}.formFlowsSetting .ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,.formFlowsSetting .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,.formFlowsSetting .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner{border-color:#1890ff}.formFlowsSetting .ant-select-tree-checkbox-checked:after{visibility:hidden;position:absolute;left:0;top:0;border:1px solid #1890ff;border-radius:2px;width:100%;height:100%;content:"";animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:both}.formFlowsSetting .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,.formFlowsSetting .ant-select-tree-checkbox:hover:after{visibility:visible}.formFlowsSetting .ant-select-tree-checkbox-inner{display:block;position:relative;left:0;top:0;border:1px solid #d9d9d9;border-radius:2px;width:16px;height:16px;background-color:#fff;transition:all .3s}.formFlowsSetting .ant-select-tree-checkbox-inner:after{display:table;position:absolute;left:4.57142857px;top:1.14285714px;border:2px solid #fff;border-left:0;border-top:0;width:5.71428571px;height:9.14285714px;opacity:0;content:" ";transform:rotate(45deg) scale(0);transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s}.formFlowsSetting .ant-select-tree-checkbox-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.formFlowsSetting .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{left:50%;top:50%;border:0;width:9px;height:9px;background-color:#1890ff;opacity:1;content:" ";transform:translate(-50%,-50%) scale(1)}.formFlowsSetting .ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25)}.formFlowsSetting .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{display:table;position:absolute;border:2px solid #fff;border-left:0;border-top:0;opacity:1;content:" ";transform:rotate(45deg) scale(1);transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s}.formFlowsSetting .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{border-color:#1890ff;background-color:#1890ff}.formFlowsSetting .ant-select-tree-checkbox-disabled{cursor:not-allowed}.formFlowsSetting .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.formFlowsSetting .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input{cursor:not-allowed}.formFlowsSetting .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner{border-color:#d9d9d9!important;background-color:#f5f5f5}.formFlowsSetting .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;animation-name:none}.formFlowsSetting .ant-select-tree-checkbox-disabled+span{cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-select-tree-checkbox-wrapper{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;cursor:pointer;line-height:1.5;line-height:unset;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.formFlowsSetting .ant-select-tree-checkbox+span,.formFlowsSetting .ant-select-tree-checkbox-wrapper+span{padding-left:8px;padding-right:8px}.formFlowsSetting .ant-select-tree-checkbox-group{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-select-tree-checkbox-group-item{display:inline-block;margin-right:8px}.formFlowsSetting .ant-select-tree-checkbox-group-item:last-child{margin-right:0}.formFlowsSetting .ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:0}.formFlowsSetting .ant-select-tree{list-style:none;box-sizing:border-box;margin:0;margin-top:-4px;padding:0;padding:0 4px;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-select-tree li{list-style:none;margin:8px 0;padding:0;outline:0;white-space:nowrap}.formFlowsSetting .ant-select-tree li.filter-node>span{font-weight:500}.formFlowsSetting .ant-select-tree li ul{margin:0;padding:0 0 0 18px}.formFlowsSetting .ant-select-tree li .ant-select-tree-node-content-wrapper{display:inline-block;margin:0;padding:3px 5px;border-radius:2px;width:calc(100% - 24px);cursor:pointer;text-decoration:none;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-select-tree li .ant-select-tree-node-content-wrapper:hover{background-color:#e6f7ff}.formFlowsSetting .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#bae7ff}.formFlowsSetting .ant-select-tree li span.ant-select-tree-checkbox{margin:0 4px 0 0}.formFlowsSetting .ant-select-tree li span.ant-select-tree-checkbox+.ant-select-tree-node-content-wrapper{width:calc(100% - 46px)}.formFlowsSetting .ant-select-tree li span.ant-select-tree-iconEle,.formFlowsSetting .ant-select-tree li span.ant-select-tree-switcher{display:inline-block;margin:0;border:0 none;width:24px;height:24px;outline:none;cursor:pointer;line-height:22px;vertical-align:middle;text-align:center}.formFlowsSetting .ant-select-tree li span.ant-select-tree-icon_loading:after{display:inline-block;font-family:anticon;color:#1890ff;content:"\e6ae";animation:loadingCircle 1s linear infinite;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop{cursor:auto}.formFlowsSetting .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after{display:inline-block;font-family:anticon;font-weight:700;font-size:12px;font-size:7px\9;content:"\e606";transform:scale(.58333333) rotate(0deg);transition:transform .3s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after{font-size:12px}.formFlowsSetting .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after{display:inline-block;font-family:anticon;font-weight:700;font-size:12px;font-size:7px\9;content:"\e606";transform:scale(.58333333) rotate(0deg);transition:transform .3s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after{font-size:12px}.formFlowsSetting .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after{transform:rotate(270deg) scale(.59)}.formFlowsSetting .ant-select-tree-child-tree{display:none}.formFlowsSetting .ant-select-tree-child-tree-open{display:block}.formFlowsSetting li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,.formFlowsSetting li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span,.formFlowsSetting li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher){cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper:hover{background:transparent}.formFlowsSetting .ant-select-tree-icon__close,.formFlowsSetting .ant-select-tree-icon__open{margin-right:2px;vertical-align:top}.formFlowsSetting .ant-select-tree-dropdown{list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-select-tree-dropdown .ant-select-dropdown-search{display:block;padding:4px}.formFlowsSetting .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap{width:100%}.formFlowsSetting .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field{box-sizing:border-box;padding:4px 7px;border:1px solid #d9d9d9;border-radius:4px;width:100%;outline:none}.formFlowsSetting .ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide{display:none}.formFlowsSetting .ant-select-tree-dropdown .ant-select-not-found{display:block;padding:7px 16px;cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .form-item-selector-tree input[type=text]{padding:0!important;border:none!important}.formFlowsSetting .linkage-setting-tip{margin-bottom:6px;line-height:20px;font-size:14px;color:#000}.formFlowsSetting .option-item{margin-top:8px}.formFlowsSetting .option-item input[type=text]{width:230px!important}.formFlowsSetting .option-item .action-icon{cursor:pointer;font-size:16px}.formFlowsSetting .option-item .action-add{opacity:1!important;color:#3296fa}.formFlowsSetting .option-item .action-add.disabled{opacity:.2!important;pointer-events:none}.formFlowsSetting .option-item .action-del{opacity:.45!important;color:#000}.formFlowsSetting .option-item .action-del.disabled{opacity:.2!important;pointer-events:none}.formFlowsSetting .option-item .ant-input-affix-wrapper{width:auto}.formFlowsSetting .option-item .option-drag-icon{cursor:grab}.formFlowsSetting .option-item .option-drag-icon svg{width:16px;height:16px}.formFlowsSetting .supply-setter{margin-bottom:16px}.formFlowsSetting .supply-setter-card{margin-bottom:16px;padding:8px 12px;border:1px solid #15bdf4;border-radius:4px;background:#e6f7ff}.formFlowsSetting .supply-setter-card-title,.formFlowsSetting .supply-setter-label{font-weight:700;font-size:14px}.formFlowsSetting .supply-setter-card-action{padding:10px 0 4px}.formFlowsSetting .supply-setter-link{font-weight:400}.formFlowsSetting .related-opiton-modal .ant-modal-header{border-bottom:0}.formFlowsSetting .related-opiton-modal .ant-checkbox-group{display:flex;overflow-y:scroll;flex-direction:column;padding-left:20px;height:165px}.formFlowsSetting .related-opiton-modal .ant-checkbox-group-item{margin-bottom:8px}.formFlowsSetting .related-opiton-modal .ant-checkbox-group-item>span:last-child{opacity:.65;line-height:22px;font-size:14px;color:#000}.formFlowsSetting .related-option{display:flex;flex-direction:column;justify-content:center}.formFlowsSetting .related-option-title{margin-bottom:8px;font-family:PingFangSC-Medium;font-size:14px;color:#191f25}.formFlowsSetting .related-option-item{display:flex;align-items:center;margin-bottom:4px}.formFlowsSetting .related-option-item>div{display:flex;align-items:center;padding:0 8px;border-radius:4px;width:260px;height:34px;background:rgba(25,31,37,.04);font-size:12px;color:#000}.formFlowsSetting .related-option-item>i{margin-left:14px;cursor:pointer;font-size:14px;color:#8c8c8c}.formFlowsSetting .related-option-ft{margin:6px 0;width:50%;cursor:pointer}.formFlowsSetting .related-option-ft>i,.formFlowsSetting .related-option-ft>span{font-size:14px;color:#3296fa}.formFlowsSetting .related-option-ft>span{margin-left:5px}.formFlowsSetting .formSelectModal .ant-modal-body{padding:0}.formFlowsSetting .formSelectPanel{position:relative;height:400px}.formFlowsSetting .formSelectPanel .contentWrap,.formFlowsSetting .formSelectPanel .topBar{padding:0 30px}.formFlowsSetting .formSelectPanel .topBar{padding-top:10px;height:60px;line-height:50px;font-weight:700;font-size:14px}.formFlowsSetting .formSelectPanel .contentWrap,.formFlowsSetting .formSelectPanel .leftPanel,.formFlowsSetting .formSelectPanel .rightPanel{position:absolute}.formFlowsSetting .formSelectPanel .leftPanel,.formFlowsSetting .formSelectPanel .rightPanel{top:0;bottom:0;width:50%}.formFlowsSetting .formSelectPanel .leftPanel{left:0}.formFlowsSetting .formSelectPanel .rightPanel{right:0;border-left:1px solid #e9e9e9}.formFlowsSetting .formSelectPanel .contentWrap{overflow:auto;inset:60px 0 0}.formFlowsSetting .formTreeSelect{margin-left:-10px;color:#323232}.formFlowsSetting .dirItem{margin:2px 0}.formFlowsSetting .dirTitle{display:flex;align-items:center;padding:4px 5px 4px 10px}.formFlowsSetting .dirTitle>span{flex:1}.formFlowsSetting .dirTitle .dirArrow,.formFlowsSetting .dirTitle .dirCheck{flex:none;width:20px}.formFlowsSetting .dirTitle .dirArrow{display:inline-block;width:24px;height:20px;background:url(//gw.alicdn.com/tfs/TB1VhwSe7yWBuNjy0FpXXassXXa-30-18.png) 0 no-repeat;background-size:12px;cursor:pointer}.formFlowsSetting .dirTitle .dirArrow.down{transform:rotate(180deg);transform-origin:6px center}.formFlowsSetting .dirTitle .dirName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .dirChildren{display:block;padding-left:30px}.formFlowsSetting .dirChildren.collapsed{display:none}.formFlowsSetting .formItem{display:flex;align-items:center;margin:2px 0;padding:3px 0 3px 10px}.formFlowsSetting .formItem>span{flex:1}.formFlowsSetting .formItem .formName{overflow:hidden;opacity:.72;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .formItem.result{cursor:default}.formFlowsSetting .formItem.result .formName{opacity:1}.formFlowsSetting .formItem .formCheck,.formFlowsSetting .formItem .formRemove{flex:none;width:20px}.formFlowsSetting .formItem .formRemove{display:inline-block;width:40px;height:20px;background:url(//gw.alicdn.com/tfs/TB19sr_e1uSBuNjy1XcXXcYjFXa-46-46.png) 50% no-repeat;background-size:12px;cursor:pointer}.formFlowsSetting .formSearch{display:flex;position:relative;align-items:center;margin-top:10px}.formFlowsSetting .formSearch .formSearchIcon{display:inline-block;position:absolute;left:0;top:50%;margin-top:-1px;width:30px;height:20px;background:url(//gw.alicdn.com/tfs/TB1Nag0e7yWBuNjy0FpXXassXXa-32-32.png) 50% no-repeat;background-size:14px;transform:translateY(-50%)}.formFlowsSetting .formSearch input[type=text].formSearchInput{padding-left:30px;padding-top:4px;padding-bottom:4px;border:none;border-radius:4px;width:100%;outline:none;background:#f5f6f7;line-height:24px;font-size:13px}.formFlowsSetting .formItem .dirTitle{cursor:pointer}.formFlowsSetting .formItem .dirTitle:hover{background:#f6f6f6}.formFlowsSetting .ant-collapse{list-style:none;box-sizing:border-box;margin:0;padding:0;border:1px solid #d9d9d9;border-bottom:0;border-radius:4px;background-color:#fafafa;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.formFlowsSetting .ant-collapse>.ant-collapse-item:last-child,.formFlowsSetting .ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0 0 4px 4px}.formFlowsSetting .ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 0 12px 40px;cursor:pointer;line-height:22px;color:rgba(0,0,0,.85);transition:all .3s}.formFlowsSetting .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow{display:inline-block;position:absolute;left:16px;top:0;line-height:1;line-height:46px;vertical-align:baseline;vertical-align:top;text-align:center;text-transform:none;font-style:normal;font-size:12px;transform:rotate(0);transition:transform .24s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow:before{display:block;font-family:anticon!important;content:"\e61f"}.formFlowsSetting .ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.formFlowsSetting .ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.formFlowsSetting .ant-collapse-anim-active{transition:height .2s cubic-bezier(.215,.61,.355,1)}.formFlowsSetting .ant-collapse-content{overflow:hidden;border-top:1px solid #d9d9d9;background-color:#fff;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-collapse-content>.ant-collapse-content-box{padding:16px}.formFlowsSetting .ant-collapse-content-inactive{display:none}.formFlowsSetting .ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 4px 4px}.formFlowsSetting .ant-collapse>.ant-collapse-item>.ant-collapse-header[aria-expanded=true] .arrow{transform:rotate(90deg)}.formFlowsSetting .ant-collapse-borderless{border:0;background-color:#fff}.formFlowsSetting .ant-collapse-borderless>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.formFlowsSetting .ant-collapse-borderless>.ant-collapse-item:last-child,.formFlowsSetting .ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header{border-radius:0}.formFlowsSetting .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{border-top:0;background-color:transparent}.formFlowsSetting .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.formFlowsSetting .ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,.formFlowsSetting .ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .icon{vertical-align:middle;-webkit-text-stroke-width:.2px;font-family:iconfontold!important;font-style:normal;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .icon-selected:before{content:"\e600"}.formFlowsSetting .icon-checked:before{content:"\e60b"}.formFlowsSetting .icon-add:before{content:"\e604"}.formFlowsSetting .icon-del:before{content:"\e602"}.formFlowsSetting .icon-remove:before{content:"\e605"}.formFlowsSetting .icon-close:before{content:"\e603"}.formFlowsSetting .icon-error:before{content:"\e601"}.formFlowsSetting .icon-success:before{content:"\e600"}.formFlowsSetting .icon-plus:before{content:"\e608"}.formFlowsSetting .icon-minus:before{content:"\e609"}.formFlowsSetting .icon-camera:before{content:"\e606"}.formFlowsSetting .icon-arrow:before{content:"\e607"}.formFlowsSetting .icon-chakanfujian:before{content:"\e60d"}.formFlowsSetting .wf-button{margin:0 5px;padding:4px 23px;border:none;border-radius:2px;outline:none;cursor:pointer;line-height:normal;font-size:12px;color:#fff}.formFlowsSetting .wf-button.wf-button-blue{background:#3f9af9}.formFlowsSetting .wf-button.wf-button-blue:hover{background:#2786e8}.formFlowsSetting .wf-button.wf-button-cyan{background:#5db4cf}.formFlowsSetting .wf-button.wf-button-cyan:hover{background:#429dba}.formFlowsSetting .wf-button.wf-button-green{background:#41b543}.formFlowsSetting .wf-button.wf-button-green:hover{background:#39a03b}.formFlowsSetting .wf-button.wf-button-white{background:#aaa;color:#fff}.formFlowsSetting .wf-button.wf-button-white:hover{background:#f90;color:#fff}.formFlowsSetting .wf-new-button{margin:0 5px;padding:6px 15px;border:none;border-radius:4px;outline:none;cursor:pointer;line-height:normal;font-size:13px;color:#fff}.formFlowsSetting .wf-new-button.wf-button-blue{background:#38adff}.formFlowsSetting .wf-new-button.wf-button-blue:hover{background:rgba(56,173,255,.7)}.formFlowsSetting .wf-new-button.wf-button-cyan,.formFlowsSetting .wf-new-button.wf-button-cyan:hover{background:#38adff}.formFlowsSetting .wf-new-button.wf-button-green{padding:6px 34px;border:1px solid #38adff;background:hsla(0,0%,100%,.1);color:#38adff}.formFlowsSetting .wf-new-button.wf-button-green:hover{background:hsla(0,0%,100%,.2)}.formFlowsSetting .wf-new-button.wf-button-white{background:#aaa;color:#fff}.formFlowsSetting .wf-new-button.wf-button-white:hover{background:#f90;color:#fff}.formFlowsSetting .wf-storyboard{overflow:visible;position:fixed;inset:0;z-index:999;pointer-events:none}.formFlowsSetting .wf-storyboard.mask{background:rgba(0,0,0,.2);pointer-events:auto}.formFlowsSetting .wf-spinning{background-image:url(data:image/gif;base64,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);background-repeat:no-repeat;background-position:50%}.formFlowsSetting .wf-popup{overflow:hidden;position:absolute;left:50%;top:50%;background:#fff;pointer-events:auto;transform:translate(-50%,-50%) scale(.9);transition:transform .15s ease-out}.formFlowsSetting .ant-modal.visible,.formFlowsSetting .wf-popup.visible{transform:translate(-50%,-50%) scale(1)}.formFlowsSetting .ant-modal.wf-preview,.formFlowsSetting .wf-popup.wf-preview{top:150px;transform:translate(-50%,-15px)}.formFlowsSetting .ant-modal.wf-preview.visible,.formFlowsSetting .wf-popup.wf-preview.visible{transform:translate(-50%)}.formFlowsSetting .ant-modal.wf-message,.formFlowsSetting .wf-popup.wf-message{left:50%;top:2px;border-radius:5px;background:rgba(0,0,0,.7);color:#fff;transform:translate(-50%,-120%)}.formFlowsSetting .ant-modal.wf-message.visible,.formFlowsSetting .wf-popup.wf-message.visible{transform:translate(-50%)}.formFlowsSetting .ant-modal input[type=text],.formFlowsSetting .ant-modal textarea,.formFlowsSetting .wf-popup input[type=text],.formFlowsSetting .wf-popup textarea{padding:5px 10px;border:1px solid #ccc;border-radius:2px;width:400px;outline:none;font-size:12px;color:#666}.formFlowsSetting .ant-modal textarea{width:100%}.formFlowsSetting .ant-modal input[type=text]:focus,.formFlowsSetting .ant-modal textarea:focus,.formFlowsSetting .wf-popup input[type=text]:focus,.formFlowsSetting .wf-popup textarea:focus{border-color:#3f9af9}.formFlowsSetting .ant-modal .select-main .default-select,.formFlowsSetting .wf-popup .select-main .default-select{border:1px solid rgba(0,0,0,.15);color:#666}.formFlowsSetting .ant-modal .select-main .error-empty,.formFlowsSetting .wf-popup .select-main .error-empty{border:1px solid #ff4500}.formFlowsSetting .ant-modal .wf-popup-title,.formFlowsSetting .wf-popup .wf-popup-title{padding:15px;border-bottom:1px dashed #ced1d2;font-weight:700;font-size:20px;color:#333}.formFlowsSetting .ant-modal .wf-popup-content,.formFlowsSetting .wf-popup .wf-popup-content{padding:20px}.formFlowsSetting .ant-modal .wf-popup-actions,.formFlowsSetting .wf-popup .wf-popup-actions{margin:5px 0;text-align:center}.formFlowsSetting .wf-popup-close{position:absolute;right:8px;top:8px;cursor:pointer;font-size:16px;color:#999}.formFlowsSetting .wf-popup-close:hover{color:#666}.formFlowsSetting .wf-message .wf-popup-close:hover{color:#fff}.formFlowsSetting .wf-message .wf-popup-content{padding:20px!important;text-align:center;font-size:14px}.formFlowsSetting .wf-message .wf-popup-content .icon{margin-right:5px}.formFlowsSetting .wf-message .wf-popup-content .text{vertical-align:middle}.formFlowsSetting .wf-message .wf-popup-content.success .icon{color:#39a03b}.formFlowsSetting .wf-message .wf-popup-content.error .icon{color:red}.formFlowsSetting .wf-message .wf-popup-content.warn .icon{color:#fda533}.formFlowsSetting .wf-confirm .wf-popup-content{padding:20px;text-align:center;font-size:14px}.formFlowsSetting .wf-confirm .wf-popup-content .icon{margin-right:5px;color:#fda533}.formFlowsSetting .wf-confirm .wf-popup-content .icon-color-green{margin-right:5px;color:#39a03b}.formFlowsSetting .wf-confirm .wf-popup-content .text{vertical-align:middle}.formFlowsSetting .wf-confirm .wf-popup-content .detail{margin:15px 0 5px;font-size:12px;color:#ccc}.formFlowsSetting .wf-confirm .wf-popup-content .wf-popup-actions{margin:15px 0 5px}.formFlowsSetting .wf-field-group{margin:5px 0 30px}.formFlowsSetting .wf-field-group .wf-setter-field{margin:10px 0 0}.formFlowsSetting .wf-setter-field{margin:5px 0 16px}.formFlowsSetting .wf-setter-field .fieldname{display:block;margin-bottom:7px;font-weight:700;font-size:14px;color:#191f25}.formFlowsSetting .wf-setter-field .fieldname span{font-size:12px}.formFlowsSetting .wf-setter-field .fieldinfo{margin-left:8px;opacity:.9;font-weight:400;font-size:12px!important;color:#ccc}.formFlowsSetting .wf-setter-field .fieldinfo.error-duplicate,.formFlowsSetting .wf-setter-field .fieldinfo.error-empty,.formFlowsSetting .wf-setter-field .fieldinfo.error-toolong,.formFlowsSetting .wf-setter-field .fieldinfo.error-wrong{color:#ff4500!important}.formFlowsSetting .wf-setter-field .fieldinfo.error-warn{color:#ff8c00!important}.formFlowsSetting .wf-setter-field input[type=text].error-duplicate,.formFlowsSetting .wf-setter-field input[type=text].error-empty,.formFlowsSetting .wf-setter-field input[type=text].error-toolong,.formFlowsSetting .wf-setter-field input[type=text].error-wrong,.formFlowsSetting .wf-setter-field textarea.error-duplicate,.formFlowsSetting .wf-setter-field textarea.error-empty,.formFlowsSetting .wf-setter-field textarea.error-toolong,.formFlowsSetting .wf-setter-field textarea.error-wrong{border-color:#ff4500!important}.formFlowsSetting .wf-setter-field input[type=text].error-warn,.formFlowsSetting .wf-setter-field textarea.error-warn{border-color:#ff8c00!important}.formFlowsSetting .wf-setter-field .fieldblock{display:block;overflow:hidden;margin:5px 0}.formFlowsSetting .wf-setter-field .verticalmiddle{vertical-align:middle}.formFlowsSetting .wf-dialog .wf-dialog-foot,.formFlowsSetting .wf-dialog .wf-dialog-head{padding:15px}.formFlowsSetting .wf-dialog .wf-dialog-head{border-bottom:1px solid #ededed}.formFlowsSetting .wf-dialog .wf-dialog-body{display:block}.formFlowsSetting .wf-dialog .wf-dialog-foot{border-top:1px solid #ededed;text-align:right}.formFlowsSetting .wf-dialog .wf-dialog-foot .wf-button{display:inline-block;text-align:center}.formFlowsSetting .wf-setting-line{display:inline-block;margin-top:10px;padding-right:12px;line-height:12px;font-size:12px}.formFlowsSetting .border-left-line{padding-left:12px;border-left:1px solid #e3e3e4}.formFlowsSetting .error-warn{color:#ff8c00!important}.formFlowsSetting .error-warn input{border-color:#ff8c00!important}.formFlowsSetting .wf-setting-desc,.formFlowsSetting .wf-setting-title{font-size:12px}.formFlowsSetting .wf-setting-title{margin-bottom:12px;font-weight:700}.formFlowsSetting .wf-setting-desc{margin-top:6px}.formFlowsSetting .wf-setting-textarea{padding:10px;border:1px solid #eaeaea;border-radius:4px;width:100%;max-width:100%;outline:none}.formFlowsSetting .selectedFormItem{display:inline-block;margin:3px 2px;padding:2px 4px;border-radius:2px;background:#f5f5f5;text-align:left;color:rgba(0,0,0,.65);white-space:nowrap}.formFlowsSetting .textarea-relatefield{cursor:pointer}.formFlowsSetting .unsupport-label-name{cursor:pointer;color:rgba(24,144,255,.6)}.formFlowsSetting .not-support-linkage{width:280px}.formFlowsSetting .not-support-linkage.ant-popover-placement-top{padding-bottom:4px}.formFlowsSetting .not-support-linkage.ant-popover-placement-top .ant-popover-arrow{bottom:-.5px}.formFlowsSetting .not-support-linkage .container{padding-left:22px}.formFlowsSetting .not-support-linkage .warn-icon{position:absolute;left:15px;top:15px;color:#faad14}.formFlowsSetting .not-support-linkage .title{font-family:PingFangSC-Medium;font-size:14px}.formFlowsSetting .not-support-linkage .content{font-family:PingFangSC-Regular;font-size:12px}.formFlowsSetting .not-support-linkage .content p{margin:4px 0}.formFlowsSetting .wf-dragging-proxy{position:fixed;z-index:10;pointer-events:none}.formFlowsSetting .wf-dragging-proxy .wf-widgetsitem{position:absolute;left:50%;top:50%;z-index:1;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);transform:translateX(-50%) translateY(-50%)}.formFlowsSetting .wf-dragging-mark{overflow:visible;position:relative;margin:3px 0;height:2px;background:#ff4500}.formFlowsSetting .wf-dragging-mark:after,.formFlowsSetting .wf-dragging-mark:before{display:block;position:absolute;top:-3px;border-width:4px 8px;border-style:solid;border-color:transparent;width:0;height:0;content:""}.formFlowsSetting .wf-dragging-mark:before{left:0;border-left-color:#ff4500}.formFlowsSetting .wf-dragging-mark:after{right:0;border-right-color:#ff4500}.formFlowsSetting .wf-panel{overflow-y:auto;overflow-y:overlay;position:absolute;top:0;bottom:0;z-index:10;width:330px;background:#fff}.formFlowsSetting .wf-panel-tab{height:32px}.formFlowsSetting .wf-panel-tab .fillitem{width:310px!important;text-align:left!important}.formFlowsSetting .wf-panel-tab .tabitem{display:inline-block;border-bottom:2px solid #ccc;border-radius:2px;width:175px;height:35px;line-height:35px;text-align:left;font-size:17px;color:#ccc}.formFlowsSetting .wf-panel-tab .tabitem.current{border-bottom:2px solid #2db7f5;color:#2db7f5}.formFlowsSetting .controls-tab .tabitem{width:155px}.formFlowsSetting .wf-panel-body{overflow:hidden}.formFlowsSetting .wf-panel .ant-tabs .ant-tabs-bar{margin-bottom:20px;width:325px}.formFlowsSetting .wf-panel .ant-tabs .ant-tabs-nav .ant-tabs-tab{overflow:hidden;position:relative;flex:1;margin-right:0;padding:12px 5px;width:104px;height:auto;text-align:center;font-size:17px}.formFlowsSetting .iconfont{font-family:iconfont!important;font-style:normal;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .innercontactfield:before{content:"\e602"}.formFlowsSetting i.innercontactfield{top:0!important;background:none!important}.formFlowsSetting html.wf-cursor-move,.formFlowsSetting html.wf-cursor-move *{cursor:move!important}.formFlowsSetting .browsers-guide{position:absolute;left:50%;top:100px;margin-left:-400px;width:800px;height:auto}.formFlowsSetting .browsers-guide .headline{cursor:default;line-height:40px;text-align:center;font-family:PingHei,Lucida Grande,Lucida Sans Unicode,STHeitiSC,Helvetica,Arial,Verdana,"sans-serif";font-weight:400;font-size:24px;color:#fff}.formFlowsSetting .browsers-guide .dock{overflow:hidden;margin-top:60px}.formFlowsSetting .browsers-guide .browser{display:block;float:left;width:200px;text-align:center}.formFlowsSetting .browsers-guide .browser img{border:none;width:90px;height:90px}.formFlowsSetting .browsers-guide .browser span{display:block;margin-top:30px;padding:0 10px;height:30px;line-height:30px;font-size:14px;color:#fff}.formFlowsSetting .browsers-guide .browser:hover span{color:#ff4500}.formFlowsSetting #body.blur{filter:blur(3px)}.formFlowsSetting #body .updateTip,.formFlowsSetting .wf-wrapper .updateTip{position:relative;z-index:5;margin-left:325px;margin-right:325px;padding:7px 20px;background:#fffada;line-height:1.2;font-size:13px;color:#333}.formFlowsSetting #body .updateTip a,.formFlowsSetting .wf-wrapper .updateTip a{color:#38adff}.formFlowsSetting #body .updateTip .right,.formFlowsSetting .wf-wrapper .updateTip .right{position:absolute;right:20px;top:8px}.formFlowsSetting .wf-wrapper .isv-warn-tip{position:relative;z-index:5;margin:12px 325px 0;padding:12px 16px;background:#fffada;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .wf-wrapper .isv-warn-tip .isv-tip-icon{margin-right:8px;color:#faad14}.formFlowsSetting .wf-header{position:relative;z-index:10;margin:0 auto 20px;width:1200px;height:80px}.formFlowsSetting .wf-header .head-title{position:absolute;left:0;top:10px;line-height:37px;font-size:18px}.formFlowsSetting .wf-header .head-title,.formFlowsSetting .wf-header .head-title a{display:inline-flex;justify-content:center;align-items:center;color:#fff}.formFlowsSetting .wf-header .head-title a span{display:inline-block;margin:0 10px;font-size:24px}.formFlowsSetting .wf-header .head-title-font{padding:0 10px;font-size:25px;color:#fff}.formFlowsSetting .wf-header .navbar-single-logo{position:relative;top:5px}.formFlowsSetting .wf-header .head-actions{position:absolute;right:56px;top:15px;z-index:100;padding:0 5px;height:45px;line-height:45px;text-align:center}.formFlowsSetting .wf-header .head-actions .select-main{width:150px;height:30px;line-height:15px}.formFlowsSetting .wf-header .head-actions .select-main .select-options{width:150px}.formFlowsSetting .wf-header .head-actions.disabled>.wf-button{background:#aaa!important;pointer-events:none}.formFlowsSetting .navbar-logo{height:45px;vertical-align:-20px}.formFlowsSetting .navbar-head{overflow:hidden;position:absolute;left:100%;top:50%;margin-top:-12px;padding-left:10px;border-left:1px solid #ccc;max-width:500px;height:26px;line-height:26px;text-overflow:ellipsis;color:#fff;white-space:nowrap}.formFlowsSetting .icon-right{margin-right:5px}.formFlowsSetting .icon-left{margin-left:5px}.formFlowsSetting .dir,.formFlowsSetting .select-main{position:relative}.formFlowsSetting .select-main{display:inline-block;z-index:1;border-radius:4px;width:100%;cursor:pointer}.formFlowsSetting .select-main .anticon-caret-down{float:right}.formFlowsSetting .form-select .anticon{margin-left:3px;vertical-align:middle;font-size:20px;color:#38adff}.formFlowsSetting .form-select .anticon:hover{color:#3e8acc}.formFlowsSetting .select-main .icon-new-cancel{margin-left:5px;margin-right:5px;vertical-align:middle;font-size:18px;color:#38adff}.formFlowsSetting .select-main .icon-new-cancel:hover{color:#f60}.formFlowsSetting .select-main .select-options{position:absolute;z-index:1;width:230px;box-shadow:0 12px 12px 0 rgba(48,113,149,.2)}.formFlowsSetting .select-main .select-option{padding:10px;background:#fff;cursor:pointer;color:#000}.formFlowsSetting .select-main .select-option:hover{background:#f2f8fd}.formFlowsSetting .select-main .default-select{padding:4px 11px;border:1px solid rgba(0,0,0,.15);border-radius:4px;height:32px;outline:none;line-height:1.5;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .select-main .default-select.empty{color:#bfbfbf}.formFlowsSetting .select-main .default-select.ant-select-focused,.formFlowsSetting .select-main .default-select:hover{border-color:#40a9ff;border-right-width:1px!important}.formFlowsSetting .select-main .default-select.ant-select-focused{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting .select-main .default-select.ant-select-disabled{pointer-events:none}.formFlowsSetting .has-error .select-main .default-select{border-color:#f5222d}.formFlowsSetting .has-error .select-main .default-select.ant-select-focused{border-color:#f5222d;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.formFlowsSetting .select-main .select-main-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none}.formFlowsSetting .select-main .dir-select{background:#ebf7ff}.formFlowsSetting .select-main .add-select,.formFlowsSetting .select-main .form-select{padding:10px 5px;border-top:1px solid #d9d9d9;background:#fff;cursor:pointer;text-align:center;color:#323334}.formFlowsSetting .select-main .add-select:hover,.formFlowsSetting .select-main .form-select:hover{background:#f2f8fd}.formFlowsSetting .select-main .form-select:hover{background:#fff}.formFlowsSetting .select-main .form-select input{padding:3px 4px;border:1px solid #d9d9d9!important;width:170px!important;outline:none;color:#323334!important}.formFlowsSetting .animated{animation-duration:1s;animation-fill-mode:both}.formFlowsSetting .animated.infinite{animation-iteration-count:infinite}.formFlowsSetting .animated.hinge{animation-duration:2s}.formFlowsSetting .animated.bounceIn,.formFlowsSetting .animated.bounceOut,.formFlowsSetting .animated.flipOutX,.formFlowsSetting .animated.flipOutY{animation-duration:.75s}.formFlowsSetting .fadeInDown{animation-name:fadeInDown}.formFlowsSetting .ant-modal-wrap .ant-modal-body{font-size:12px}.formFlowsSetting .anticon.anticon-info-circle-o{cursor:pointer;font-size:12px;color:rgba(25,31,37,.4)}.formFlowsSetting .wf-formcanvas-bottom{position:absolute;left:50%;bottom:10px;z-index:1000;margin-left:-140px;width:280px}.formFlowsSetting .developer-set,.formFlowsSetting .switch-lang{text-align:center}.formFlowsSetting .switch-lang-select{position:relative}.formFlowsSetting .switch-lang-select-icon,.formFlowsSetting .switch-lang-select-value{margin-left:5px;cursor:pointer;color:#1890ff}.formFlowsSetting .switch-lang-select-icon{transition:all .25s ease}.formFlowsSetting .switch-lang-select-icon.active{transform:rotate(180deg)}.formFlowsSetting .switch-lang-popup{position:absolute;left:0;bottom:100%;z-index:9999;margin-bottom:8px;border:1px solid #d9d9d9;border-radius:4px;width:152px;background:#fff;cursor:pointer;text-align:left}.formFlowsSetting .switch-lang-item{position:relative;padding:7px 10px 7px 36px}.formFlowsSetting .switch-lang-item:hover{background:#edf5fa}.formFlowsSetting .switch-lang-item .switch-lang-item-checked{display:none;position:absolute;left:10px;top:50%;margin-top:-9px;line-height:18px;font-size:18px;color:#1890ff}.formFlowsSetting .switch-lang-item.selected{color:#1890ff}.formFlowsSetting .switch-lang-item.selected .switch-lang-item-checked{display:block}.formFlowsSetting .disableForm{opacity:.43;pointer-events:none}.formFlowsSetting .process-type-switch{display:inline-block;position:fixed;right:120px;bottom:40px}.formFlowsSetting .quick-design-entry{display:flex;position:fixed;left:0;top:68px;z-index:100;align-items:center;padding:7px 10px;border-radius:0 18px 18px 0;background:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.1);cursor:pointer}.formFlowsSetting .quick-design-entry .quick-design-arrow{margin-left:7px;font-size:18px;color:rgba(25,31,37,.56)}.formFlowsSetting .quick-design-side-modal{position:fixed;left:0;top:60px;bottom:0;z-index:100;width:286px;background:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.1);animation:slideInRight .2s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .quick-design-head{display:flex;position:relative;align-items:center;padding:15px 12px}.formFlowsSetting .quick-design-head .quick-design-close{position:absolute;right:10px;top:50%;cursor:pointer;font-size:16px;color:rgba(25,31,37,.4);transform:translateY(-50%)}.formFlowsSetting .quick-design-body{padding:10px 12px}.formFlowsSetting .quick-design-title-icon{display:inline-block;margin-left:6px;width:16px;height:16px;background:url(https://img.alicdn.com/tfs/TB1.iQoxOLaK1RjSZFxXXamPFXa-64-64.png) no-repeat 50%;background-size:100%}.formFlowsSetting .quick-design-title{margin-left:8px;font-size:14px;color:#191f25}.formFlowsSetting .quick-design-item{display:flex;align-items:center;margin-bottom:8px;padding:6px 10px;border:1px solid #e3e4e4;border-radius:2px;cursor:pointer}.formFlowsSetting .quick-design-item:hover{border:1px solid #3296fa}.formFlowsSetting .quick-design-item-name{line-height:20px;font-size:14px;color:#191f25}.formFlowsSetting .quick-design-item-tip{font-size:12px;color:rgba(25,31,37,.56)}.formFlowsSetting .quick-design-item-tip.guide{color:#ff943e}.formFlowsSetting .quick-design-item-icon{flex:none;margin-right:4px;width:40px;height:40px;background-repeat:no-repeat;background-position:50%;background-size:100%}.formFlowsSetting .quick-design-item-icon.line{background-image:url(https://img.alicdn.com/tfs/TB1jUTzw7voK1RjSZPfXXXPKFXa-140-140.png)}.formFlowsSetting .quick-design-item-icon.branch,.formFlowsSetting .quick-design-item-icon.leave{background-image:url(https://img.alicdn.com/tfs/TB1ponzw7voK1RjSZFNXXcxMVXa-140-140.png)}.formFlowsSetting .quick-design-item-icon.multiple{background-image:url(https://img.alicdn.com/tfs/TB16Y2xwVzqK1RjSZFvXXcB7VXa-140-140.png)}.formFlowsSetting .zoom{display:flex;position:absolute;right:40px;top:50px;z-index:1;justify-content:space-between;align-items:center;width:125px;height:40px;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify}.formFlowsSetting .zoom .zoom-in,.formFlowsSetting .zoom .zoom-out{width:30px;height:30px;background:#fff;background-repeat:no-repeat;background-size:100%;cursor:pointer;color:#c1c1cd}.formFlowsSetting .zoom .zoom-out{background-image:url(https://gw.alicdn.com/tfs/TB1s0qhBHGYBuNjy0FoXXciBFXa-90-90.png)}.formFlowsSetting .zoom .zoom-out.disabled{opacity:.5}.formFlowsSetting .zoom .zoom-in{background-image:url(https://gw.alicdn.com/tfs/TB1UIgJBTtYBeNjy1XdXXXXyVXa-90-90.png)}.formFlowsSetting .zoom .zoom-in.disabled{opacity:.5}.formFlowsSetting .auto-judge:hover .editable-title,.formFlowsSetting .node-wrap-box:hover .editable-title{border-bottom:1px dashed #fff}.formFlowsSetting .auto-judge:hover .editable-title.editing,.formFlowsSetting .node-wrap-box:hover .editable-title.editing{border:1px solid #d9d9d9;text-decoration:none}.formFlowsSetting .auto-judge:hover .editable-title{border-color:#15bc83}.formFlowsSetting .editable-title{overflow:hidden;border-bottom:1px dashed transparent;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .editable-title:before{position:absolute;inset:0 40px 0 0;content:""}.formFlowsSetting .editable-title:hover{border-bottom:1px dashed #fff}.formFlowsSetting .editable-title-input{z-index:1;flex:none;padding-left:4px;height:18px;line-height:18px;text-indent:0;font-size:12px}.formFlowsSetting .editable-title-input:hover{text-decoration:none}.formFlowsSetting .side-modal-mask{left:0;width:100%;height:100%;background:rgba(0,0,0,.28)}.formFlowsSetting .side-modal,.formFlowsSetting .side-modal-mask{position:fixed;top:0;z-index:999}.formFlowsSetting .side-modal{right:0;bottom:0;width:550px;background:#fff;animation:slideInLeft .2s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .side-modal-header{padding:0 24px;height:60px;box-shadow:0 1px 0 0 hsla(0,0%,85%,.5);line-height:60px;font-size:16px}.formFlowsSetting .side-modal-body{overflow:scroll;position:absolute;top:57px;bottom:60px;width:100%}.formFlowsSetting .side-modal-body-content.form-setting{position:relative;top:-15px}.formFlowsSetting .side-modal-footer{position:absolute;bottom:0;z-index:10;padding:14px 24px;width:100%;box-shadow:0 -1px 0 0 hsla(0,0%,85%,.5);text-align:right}.formFlowsSetting .side-modal-footer .ant-btn{margin-left:8px}.formFlowsSetting .common-group{padding:15px 24px;border-bottom:1px solid #ebebeb}.formFlowsSetting .common-group .group-title{margin-bottom:16px;font-family:PingFangSC-Medium;font-size:14px;color:#191f25}.formFlowsSetting .common-group .group-title.no-title{margin-bottom:0}.formFlowsSetting .common-group .group-line{margin-top:20px;height:1px;background:#ececec}.formFlowsSetting .area-auto-up{margin-top:14px}.formFlowsSetting .area-auto-up-popover-img{width:385px;height:226px}.formFlowsSetting .approver-type-wrapper .approver-actions{display:inline-block;position:relative;padding:5px 0 7px}.formFlowsSetting .approver-type-wrapper .ant-radio-wrapper{overflow:hidden;margin-bottom:16px;width:30%;line-height:22px;text-overflow:ellipsis;font-size:14px;color:#191f25;white-space:nowrap}.formFlowsSetting .approver-type-wrapper .date-tip{margin-left:5px}.formFlowsSetting .approver-type-label-tip-content{padding:15px 0}.formFlowsSetting .approver-type-label-tip-content img{width:528px;height:345px}.formFlowsSetting .approver-type-label-tip-content .approver-type-label-tip{margin-bottom:0;text-align:center}.formFlowsSetting .panel-approver .right-action{margin-left:10px}.formFlowsSetting .panel-approver .bottom-content{margin-top:12px}.formFlowsSetting .panel-approver .text-desc{margin-left:15px;margin-top:10px;color:#999}.formFlowsSetting .panel-approver .originator-desc{font-size:14px;color:rgba(25,31,37,.72)}.formFlowsSetting .panel-approver .area-act-type-wrapper .ant-radio-wrapper,.formFlowsSetting .panel-approver .none-actioner-wrapper .ant-radio-wrapper{overflow:hidden;margin-bottom:12px;width:100%;line-height:22px;text-overflow:ellipsis;font-size:14px;color:#191f25;white-space:nowrap}.formFlowsSetting .panel-approver .area-act-type-wrapper .radio-item,.formFlowsSetting .panel-approver .none-actioner-wrapper .radio-item{display:block}.formFlowsSetting .panel-approver .area-act-type-wrapper .text-tip-wrapper,.formFlowsSetting .panel-approver .none-actioner-wrapper .text-tip-wrapper{padding-left:0}.formFlowsSetting .panel-approver .area-act-type-wrapper .area-act-type-popover-img,.formFlowsSetting .panel-approver .none-actioner-wrapper .area-act-type-popover-img{width:400px;height:374px}.formFlowsSetting .approver-list .approver-item{display:inline-block;margin-right:8px;margin-bottom:8px;padding:2px 8px;border-radius:4px;background:rgba(50,150,250,.1);white-space:nowrap}.formFlowsSetting .approver-list .approver-item .name{line-height:20px;font-size:12px;color:rgba(0,0,0,.65)}.formFlowsSetting .approver-list .approver-item .close{padding:2px;cursor:pointer}.formFlowsSetting .action-right-btn{margin-left:10px}.formFlowsSetting .panel-field-settings .filed-setting-title .required{position:absolute;left:15px;color:#f2725e;transform:translateY(10%)}.formFlowsSetting .field-setting-label{padding-left:24px!important}.formFlowsSetting .side-modal-form-setting-popover-content{padding:10px}.formFlowsSetting .side-modal-form-setting-popover-content img{width:427px;height:311px}.formFlowsSetting .side-modal-form-setting-popover-content .date-tip{margin-left:5px}.formFlowsSetting .priority-select{display:inline-block}.formFlowsSetting .editable-text-field{height:60px}.formFlowsSetting .editable-text-field .editable-text-col{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .editable-text-field .editable-text-col .text-value-wrapper{overflow:hidden;cursor:pointer;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .editable-text-field .editable-text-col .text-value-wrapper.disabled{cursor:text}.formFlowsSetting .editable-text-field .editable-text-col .text-value-wrapper .anticon{margin-left:5px}.formFlowsSetting .editable-text-field .priority-text-wrapper{float:right}.formFlowsSetting .panel-task .common-group{padding-bottom:0;border-bottom:none}.formFlowsSetting .panel-task-item{display:flex;align-items:center;font-size:14px}.formFlowsSetting .panel-task-item>div:nth-child(2){margin-left:10px}.formFlowsSetting .panel-notifier .common-group{padding-bottom:0;border-bottom:none}.formFlowsSetting .node-wrap-box{display:inline-flex;position:relative;flex-direction:column;flex-shrink:0;border-radius:4px;width:220px;min-height:72px;background:#fff;cursor:pointer;-ms-flex-negative:0}.formFlowsSetting .node-wrap-box:after{position:absolute;inset:0;z-index:2;border:1px solid transparent;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);pointer-events:none;content:"";transition:all .1s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .node-wrap-box.active:after,.formFlowsSetting .node-wrap-box:active:after,.formFlowsSetting .node-wrap-box:hover:after{border:1px solid #3296fa;box-shadow:0 0 6px 0 rgba(50,150,250,.3)}.formFlowsSetting .node-wrap-box.active .close,.formFlowsSetting .node-wrap-box:active .close,.formFlowsSetting .node-wrap-box:hover .close{display:block}.formFlowsSetting .node-wrap-box.error:after{border:1px solid #f25643;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.formFlowsSetting .node-wrap-box .title{display:flex;position:relative;align-items:center;padding-left:16px;padding-right:30px;border-radius:4px 4px 0 0;width:100%;height:24px;background:#576a95;line-height:24px;text-align:left;font-size:12px;color:#fff}.formFlowsSetting .node-wrap-box .title .iconfont{margin-right:5px;font-size:12px}.formFlowsSetting .node-wrap-box .placeholder{color:#bfbfbf}.formFlowsSetting .node-wrap-box .close{display:none;position:absolute;right:10px;top:50%;border-radius:50%;width:20px;height:20px;line-height:20px;text-align:center;font-size:14px;color:#fff;transform:translateY(-50%)}.formFlowsSetting .node-wrap-box .content{position:relative;padding:16px;padding-right:30px;font-size:14px}.formFlowsSetting .node-wrap-box .content .text{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical}.formFlowsSetting .node-wrap-box .content .arrow{position:absolute;right:10px;top:50%;width:20px;height:14px;font-size:14px;color:#979797;transform:translateY(-50%)}.formFlowsSetting .start-node.node-wrap-box .content .text{display:block;white-space:nowrap}.formFlowsSetting .node-wrapper-box-new{padding:12px 10px}.formFlowsSetting .node-wrapper-box-new .actions{margin-top:11px;text-align:right}.formFlowsSetting .node-wrapper-box-new .ant-btn{margin-left:8px}.formFlowsSetting .node-wrap-box:before{position:absolute;left:50%;top:-12px;border-width:8px 6px 4px;border-style:solid;border-color:#cacaca transparent transparent;width:0;height:4px;background:#f5f5f7;content:"";transform:translateX(-50%)}.formFlowsSetting .node-wrap-box.start-node:before{content:none}.formFlowsSetting .add-node-popover{min-height:160px}.formFlowsSetting .add-node-popover-header{position:relative;margin-bottom:15px}.formFlowsSetting .add-node-popover-close{position:absolute;right:5px;top:5px;cursor:pointer;color:rgba(0,0,0,.25)}.formFlowsSetting .add-guide-mask{position:fixed;inset:60px 0 0;z-index:999;background:#fff;opacity:.7}.formFlowsSetting .copyed-add-btn{position:relative;border:none;border-radius:50%;width:30px;height:30px;outline:none;background:#3296fa;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);line-height:30px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .copyed-add-btn .iconfont{font-size:16px;color:#fff}.formFlowsSetting .copyed-add-btn:hover{box-shadow:0 13px 27px 0 rgba(0,0,0,.1);transform:scale(1.3)}.formFlowsSetting .copyed-add-btn:active{background:#1e83e9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transform:none}.formFlowsSetting .autofix-condition .action-button{cursor:pointer;text-align:right;font-family:PingFangSC-Regular;font-size:14px;color:#388ded}.formFlowsSetting .condition-group{margin:16px 0;padding:0 16px}.formFlowsSetting .condition-group .group-title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;text-align:left;font-family:PingFangTC-Medium;font-size:14px;color:#191f25;-webkit-box-orient:vertical}.formFlowsSetting .condition-group .group-delete{cursor:pointer;text-align:center}.formFlowsSetting .condition-group .ant-checkbox-group{width:100%}.formFlowsSetting .set-condition-repeat{margin-left:5px;font-size:12px;color:red}.formFlowsSetting .new-set-condition-value{display:flex;align-items:flex-start}.formFlowsSetting .new-set-condition-value .ant-checkbox-group-item{width:30%;vertical-align:top}.formFlowsSetting .new-set-condition-value .ant-checkbox-group-item:nth-child(n+4){margin-top:12px}.formFlowsSetting .panel-condition p{margin-bottom:5px}.formFlowsSetting .panel-condition .delete-action{display:none;position:absolute;right:25px;top:15px;font-family:PingFangSC-Regular;font-size:14px;color:#3296fa}.formFlowsSetting .panel-condition .common-group{position:relative;border-bottom:none;cursor:pointer}.formFlowsSetting .panel-condition .common-group:last-of-type{border-bottom:1px solid #ebebeb}.formFlowsSetting .panel-condition .common-group:hover{background:#f3f9ff}.formFlowsSetting .panel-condition .common-group:hover .delete-action{display:block}.formFlowsSetting .panel-condition .add-more-action{margin-top:16px;cursor:pointer;font-size:14px;color:#3296fa}.formFlowsSetting .panel-condition .condition-remain-tip{font-family:PingFangTC-Regular;font-size:13px;color:rgba(25,31,37,.56)}.formFlowsSetting .panel-condition .border-line{overflow:hidden;margin-top:24px;height:1px;background:#ebebeb;-webkit-transform:scaleY(.5);-webkit-transform-origin:0 0}.formFlowsSetting .ant-input-number{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:4px 11px;padding:0;border:1px solid #d9d9d9;border-radius:4px;width:100%;width:90px;height:32px;background-color:#fff;background-image:none;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.formFlowsSetting .ant-input-number::-moz-placeholder{opacity:1;color:#bfbfbf}.formFlowsSetting .ant-input-number:-ms-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-input-number::-webkit-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-input-number:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;vertical-align:bottom;transition:all .3s,height 0s}.formFlowsSetting .ant-input-number-lg{padding:6px 11px;height:40px}.formFlowsSetting .ant-input-number-sm{padding:1px 7px;height:24px}.formFlowsSetting .ant-input-number-handler{display:block;overflow:hidden;position:relative;width:100%;height:50%;line-height:0;text-align:center;font-weight:700;color:rgba(0,0,0,.45);transition:all .1s linear}.formFlowsSetting .ant-input-number-handler:active{background:#f4f4f4}.formFlowsSetting .ant-input-number-handler:hover .ant-input-number-handler-down-inner,.formFlowsSetting .ant-input-number-handler:hover .ant-input-number-handler-up-inner{color:#40a9ff}.formFlowsSetting .ant-input-number-handler-down-inner,.formFlowsSetting .ant-input-number-handler-up-inner{display:inline-block;position:absolute;right:4px;width:12px;height:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;line-height:12px;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:12px;font-size:7px\9;color:rgba(0,0,0,.45);transform:scale(.58333333) rotate(0deg);transition:all .1s linear;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.formFlowsSetting .ant-input-number-handler-down-inner:before,.formFlowsSetting .ant-input-number-handler-up-inner:before{display:block;font-family:anticon!important}.formFlowsSetting :root .ant-input-number-handler-down-inner,.formFlowsSetting :root .ant-input-number-handler-up-inner{font-size:12px}.formFlowsSetting .ant-input-number-focused,.formFlowsSetting .ant-input-number:hover{border-color:#40a9ff;border-right-width:1px!important}.formFlowsSetting .ant-input-number-focused{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting .ant-input-number-disabled{background-color:#f5f5f5;opacity:1;cursor:not-allowed;color:rgba(0,0,0,.25)}.formFlowsSetting .ant-input-number-disabled:hover{border-color:#e6d8d8;border-right-width:1px!important}.formFlowsSetting .ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.formFlowsSetting .ant-input-number-disabled .ant-input-number-handler-wrap{display:none}.formFlowsSetting .ant-input-number-input{padding:0 11px;border:0;border-radius:4px;width:100%;height:30px;-moz-appearance:textfield;outline:0;background-color:transparent;text-align:left;transition:all .3s linear}.formFlowsSetting .ant-input-number-input::-moz-placeholder{opacity:1;color:#bfbfbf}.formFlowsSetting .ant-input-number-input:-ms-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-input-number-input::-webkit-input-placeholder{color:#bfbfbf}.formFlowsSetting .ant-input-number-lg{padding:0;font-size:16px}.formFlowsSetting .ant-input-number-lg input{height:38px}.formFlowsSetting .ant-input-number-sm{padding:0}.formFlowsSetting .ant-input-number-sm input{padding:0 7px;height:22px}.formFlowsSetting .ant-input-number-handler-wrap{position:absolute;right:0;top:0;border-left:1px solid #d9d9d9;border-radius:0 4px 4px 0;width:22px;height:100%;background:#fff;opacity:0;transition:opacity .24s linear .1s}.formFlowsSetting .ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.formFlowsSetting .ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.formFlowsSetting .ant-input-number-handler-up{cursor:pointer}.formFlowsSetting .ant-input-number-handler-up-inner{top:50%;margin-top:-6px}.formFlowsSetting .ant-input-number-handler-up-inner:before{text-align:center;content:"\e61e"}.formFlowsSetting .ant-input-number-handler-up:hover{height:60%!important}.formFlowsSetting .ant-input-number-handler-down{top:-1px;border-top:1px solid #d9d9d9;cursor:pointer}.formFlowsSetting .ant-input-number-handler-down-inner{top:50%;margin-top:-6px}.formFlowsSetting .ant-input-number-handler-down-inner:before{text-align:center;content:"\e61d"}.formFlowsSetting .ant-input-number-handler-down:hover{height:60%!important}.formFlowsSetting .ant-input-number-handler-down-disabled,.formFlowsSetting .ant-input-number-handler-up-disabled{cursor:not-allowed}.formFlowsSetting .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,.formFlowsSetting .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner{color:rgba(0,0,0,.25)}.formFlowsSetting .condition-panel-range-set .range-between{margin:8px 0 10px}.formFlowsSetting .condition-panel-range-set .range-between .range-group,.formFlowsSetting .condition-panel-range-set .range-between .range-group-label{display:inline-block;width:40%}.formFlowsSetting .condition-panel-range-set .range-between .range-group-label{overflow:hidden;width:20%;vertical-align:middle;text-overflow:ellipsis;text-align:center;white-space:nowrap}.formFlowsSetting .condition-panel-range-set .range-between .range-between-number{width:50%}.formFlowsSetting .condition-panel-range-set .range-between .range-between-select{padding:0 6px;width:50%}.formFlowsSetting .condition-panel-range-set .range-select-type{padding-right:12px;width:50%}.formFlowsSetting .condition-panel-range-set .range-select-type.between{padding-right:0;width:100%}.formFlowsSetting .select-condition-panel .condition-checkbox-invalid{margin-top:20px}.formFlowsSetting .condition-tip{margin:22px 25px 8px;padding:9px 16px;border:1px solid #91d5ff;border-radius:4px;background:#e6f7ff}.formFlowsSetting .condition-tip .tip{color:rgba(0,0,0,.65)}.formFlowsSetting .condition-tip .i-know,.formFlowsSetting .condition-tip .tip{font-family:PingFangSC-Regular;font-size:14px}.formFlowsSetting .condition-tip .i-know{cursor:pointer;text-align:right;color:#388ded}.formFlowsSetting .error-tip{margin:22px 25px 8px;padding:9px 16px;border:1px dashed rgba(25,31,37,.28);border-radius:4px;background:rgba(25,31,37,.02)}.formFlowsSetting .error-tip .close-icon{position:absolute;left:-19px;top:5px;font-size:12px;color:#f25643}.formFlowsSetting .error-tip .content-wrapper{font-family:PingFangSC-Regular;font-size:14px}.formFlowsSetting .error-tip .content-wrapper .content{color:rgba(25,31,37,.72)}.formFlowsSetting .error-tip .content-wrapper .content strong{color:#191f25}.formFlowsSetting .top-left-cover-line{left:-1px}.formFlowsSetting .top-left-cover-line,.formFlowsSetting .top-right-cover-line{position:absolute;top:-2px;width:50%;height:3px;background-color:#f5f5f7}.formFlowsSetting .top-right-cover-line{right:-1px}.formFlowsSetting .bottom-left-cover-line{left:-1px}.formFlowsSetting .bottom-left-cover-line,.formFlowsSetting .bottom-right-cover-line{position:absolute;bottom:-2px;width:50%;height:3px;background-color:#f5f5f7}.formFlowsSetting .bottom-right-cover-line{right:-1px}.formFlowsSetting .panel-row{position:relative;margin-bottom:10px}.formFlowsSetting .dingflow-design{overflow:auto;position:absolute;inset:0;width:100%;background-color:#f5f5f7}.formFlowsSetting .dingflow-design .box-scale{display:inline-block;position:relative;flex-wrap:wrap;justify-content:center;align-items:flex-start;padding:54.5px 0;width:100%;min-width:-moz-min-content;min-width:min-content;background-color:#f5f5f7;transform:scale(1);transform-origin:0 0 0;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center}.formFlowsSetting .dingflow-design .ie-polyfill-container{display:-ms-grid;-ms-grid-columns:min-content}.formFlowsSetting .dingflow-design .add-node-btn-box{display:inline-flex;position:relative;flex-shrink:0;width:240px;-ms-flex-negative:0;-webkit-box-flex:1;-ms-flex-positive:1}.formFlowsSetting .dingflow-design .add-node-btn-box:before{position:absolute;inset:0;z-index:-1;margin:auto;width:2px;height:100%;background-color:#cacaca;content:""}.formFlowsSetting .dingflow-design .node-wrap{position:relative;flex-flow:column wrap;-ms-flex-wrap:wrap;justify-content:flex-start;align-items:center;padding:0 50px;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1}.formFlowsSetting .dingflow-design .branch-wrap,.formFlowsSetting .dingflow-design .node-wrap{display:inline-flex;width:100%}.formFlowsSetting .dingflow-design .branch-box-wrap{display:flex;flex-flow:column wrap;align-items:center;flex-shrink:0;width:100%;min-height:270px;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0}.formFlowsSetting .dingflow-design .branch-box{display:flex;overflow:visible;position:relative;margin-top:15px;border-top:2px solid #ccc;border-bottom:2px solid #ccc;height:auto;min-height:180px}.formFlowsSetting .dingflow-design .branch-box .col-box{background:#f5f5f7}.formFlowsSetting .dingflow-design .branch-box .col-box:before{position:absolute;inset:0;z-index:0;margin:auto;width:2px;height:100%;background-color:#cacaca;content:""}.formFlowsSetting .dingflow-design .add-branch{display:inline-flex;position:absolute;left:50%;top:-16px;z-index:1;justify-content:center;align-items:center;padding:0 10px;border:none;border-radius:15px;height:30px;outline:none;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:30px;font-size:12px;color:#3296fa;transform:translateX(-50%);transform-origin:center center;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .dingflow-design .add-branch:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1);transform:translateX(-50%) scale(1.1)}.formFlowsSetting .dingflow-design .add-branch:active{box-shadow:none;transform:translateX(-50%)}.formFlowsSetting .dingflow-design .col-box{display:inline-flex;position:relative;flex-direction:column;align-items:center;-webkit-box-align:center}.formFlowsSetting .dingflow-design .condition-node{min-height:220px}.formFlowsSetting .dingflow-design .condition-node,.formFlowsSetting .dingflow-design .condition-node-box{display:inline-flex;flex-direction:column;-webkit-box-flex:1}.formFlowsSetting .dingflow-design .condition-node-box{position:relative;justify-content:center;align-items:center;flex-grow:1;padding-left:50px;padding-right:50px;padding-top:30px;-webkit-box-pack:center;-webkit-box-align:center}.formFlowsSetting .dingflow-design .condition-node-box:before{position:absolute;inset:0;margin:auto;width:2px;height:100%;background-color:#cacaca;content:""}.formFlowsSetting .dingflow-design .auto-judge{position:relative;padding:14px 19px;border-radius:4px;width:220px;min-height:72px;background:#fff;cursor:pointer}.formFlowsSetting .dingflow-design .auto-judge:after{position:absolute;inset:0;z-index:2;border:1px solid transparent;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);pointer-events:none;content:"";transition:all .1s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .dingflow-design .auto-judge.active:after,.formFlowsSetting .dingflow-design .auto-judge:active:after,.formFlowsSetting .dingflow-design .auto-judge:hover:after{border:1px solid #3296fa;box-shadow:0 0 6px 0 rgba(50,150,250,.3)}.formFlowsSetting .dingflow-design .auto-judge.active .close,.formFlowsSetting .dingflow-design .auto-judge:active .close,.formFlowsSetting .dingflow-design .auto-judge:hover .close{display:block}.formFlowsSetting .dingflow-design .auto-judge.error:after{border:1px solid #f25643;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.formFlowsSetting .dingflow-design .auto-judge .title-wrapper{position:relative;line-height:16px;text-align:left;font-size:12px;color:#15bc83}.formFlowsSetting .dingflow-design .auto-judge .title-wrapper .editable-title{display:inline-block;overflow:hidden;max-width:120px;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .dingflow-design .auto-judge .title-wrapper .priority-title{display:inline-block;float:right;margin-right:10px;color:rgba(25,31,37,.56)}.formFlowsSetting .dingflow-design .auto-judge .title-wrapper .priority-button{display:inline-block;float:right;margin-right:10px;border:1px solid rgba(0,0,0,.15);border-radius:4px;height:28px;color:rgba(0,0,0,.65)}.formFlowsSetting .dingflow-design .auto-judge .title-wrapper .priority-button div{display:inline-block}.formFlowsSetting .dingflow-design .auto-judge .title-wrapper .priority-button .priority-content{padding:0 8px;border-left:1px solid rgba(0,0,0,.15);border-right:1px solid rgba(0,0,0,.15);line-height:28px;font-size:12px}.formFlowsSetting .dingflow-design .auto-judge .placeholder{color:#bfbfbf}.formFlowsSetting .dingflow-design .auto-judge .close{display:none;position:absolute;right:-10px;top:-10px;z-index:2;border-radius:50%;width:20px;height:20px;line-height:20px;text-align:center;font-size:14px;color:rgba(0,0,0,.25)}.formFlowsSetting .dingflow-design .auto-judge .content{display:-webkit-box;overflow:hidden;margin-top:6px;-webkit-line-clamp:3;text-overflow:ellipsis;text-align:left;font-size:14px;color:#191f25;-webkit-box-orient:vertical}.formFlowsSetting .dingflow-design .auto-judge .sort-left,.formFlowsSetting .dingflow-design .auto-judge .sort-right{display:none;position:absolute;top:0;bottom:0;z-index:1}.formFlowsSetting .dingflow-design .auto-judge .sort-left{left:0;border-right:1px solid #f6f6f6}.formFlowsSetting .dingflow-design .auto-judge .sort-right{right:0;border-left:1px solid #f6f6f6}.formFlowsSetting .dingflow-design .auto-judge:hover .sort-left,.formFlowsSetting .dingflow-design .auto-judge:hover .sort-right{display:flex;align-items:center}.formFlowsSetting .dingflow-design .auto-judge .sort-left:hover,.formFlowsSetting .dingflow-design .auto-judge .sort-right:hover{background:#efefef}.formFlowsSetting .dingflow-design .add-node-btn{display:flex;justify-content:center;flex-grow:1;flex-shrink:0;padding:20px 0 32px;width:240px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-pack:center;-webkit-box-flex:1}.formFlowsSetting .dingflow-design .add-node-btn .btn{position:relative;border:none;border-radius:50%;width:30px;height:30px;outline:none;background:#3296fa;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);line-height:30px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .dingflow-design .add-node-btn .btn .iconfont{font-size:16px;color:#fff}.formFlowsSetting .dingflow-design .add-node-btn .btn:hover{box-shadow:0 13px 27px 0 rgba(0,0,0,.1);transform:scale(1.3)}.formFlowsSetting .dingflow-design .add-node-btn .btn:active{background:#1e83e9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transform:none}.formFlowsSetting .dingflow-design .end-node{border-radius:50%;text-align:left;font-size:14px;color:rgba(25,31,37,.4)}.formFlowsSetting .dingflow-design .end-node .end-node-circle{margin:auto;border-radius:50%;width:10px;height:10px;background:#dbdcdc}.formFlowsSetting .dingflow-design .end-node .end-node-text{margin-top:5px;text-align:center}.formFlowsSetting .add-node-modal .ant-modal-body{padding:0}.formFlowsSetting .add-node-modal .ant-tabs-content .ant-row{margin-bottom:20px;padding:0 20px}.formFlowsSetting .add-node-modal .ant-tabs-nav{width:100%}.formFlowsSetting .add-node-modal .ant-tabs-nav .ant-tabs-tab{margin:0;padding:0;width:50%;height:60px;line-height:60px;text-align:center;font-size:16px;color:#a8a8a8}.formFlowsSetting .add-node-modal .ant-tabs-top .ant-tabs-ink-bar-animated{width:50%!important}.formFlowsSetting .add-node-modal .ant-alert.ant-alert-no-icon{margin:5px 0 20px;padding:0;padding-left:20px;border-color:#ede7c1;background:#fffada;line-height:48px;text-align:left;font-size:14px;color:#333}.formFlowsSetting .add-node-modal .ant-modal-close{right:-10px;top:-10px}.formFlowsSetting .add-node-modal .ant-modal-close-x{border-radius:50%;width:25px;height:25px;background:#fff;line-height:26px;color:#a8a8a8}.formFlowsSetting .add-node-modal{overflow:auto;position:fixed;right:-617px;top:0;bottom:0;z-index:9;border:1px solid #dedede;width:607px;height:100%;background:#fff;box-shadow:-4px 0 11px 0 rgba(0,0,0,.14);transition:.3s cubic-bezier(.645,.045,.355,1)}.formFlowsSetting .add-node-modal.show{right:0}.formFlowsSetting .add-node-modal .title{margin-top:15px;padding:0 33px;height:30px;line-height:30px;font-size:20px;color:#333}.formFlowsSetting .add-node-modal .anticon-close{float:right;cursor:pointer;line-height:30px;color:#ced1d9}.formFlowsSetting .add-node-modal .ant-tabs-tab{color:#333}.formFlowsSetting .add-node-modal .handleAdd{padding:0 33px}.formFlowsSetting .add-node-modal .handleAdd .ant-alert .ant-alert-warning .ant-alert-no-icon{width:507px}.formFlowsSetting .add-node-modal .add-btn{padding:0 15px;border-radius:4px;width:180px;height:32px;font-size:14px}.formFlowsSetting .add-node-modal .add-btn-wrap{bottom:0;margin-top:50px;padding:10px 0;border-top:1px solid #eee;background:#fff;text-align:center}.formFlowsSetting .add-node-modal .add-btn-wrap .ant-btn{height:34px;line-height:34px}.formFlowsSetting .cancel-btn{display:block;position:fixed;inset:0;z-index:1}.formFlowsSetting .add-node-button-menu{border-right:none!important;width:120px!important;background:none!important}.formFlowsSetting .add-node-button-menu .ant-menu-item{margin:0!important;padding-left:6px!important;height:30px;line-height:30px;color:#fff!important}.formFlowsSetting .add-node-button-menu .ant-menu-item .iconfont{padding-right:6px}.formFlowsSetting .add-node-button-menu .ant-menu-item:hover{background:hsla(0,0%,100%,.1)!important}.formFlowsSetting .add-node-button-menu .ant-menu-item-selected{background:none!important}.formFlowsSetting .add-node-button-menu :after,.formFlowsSetting .add-node-button-menu :before{display:none!important}.formFlowsSetting .text-tip-wrapper{padding-left:24px;cursor:pointer;color:#576a95}.formFlowsSetting .text-tip-wrapper .guide-text{margin-left:5px;font-size:13px}.formFlowsSetting .ant-layout{display:flex;flex-direction:column;flex:auto;background:#f0f2f5}.formFlowsSetting .ant-layout,.formFlowsSetting .ant-layout *{box-sizing:border-box}.formFlowsSetting .ant-layout.ant-layout-has-sider{flex-direction:row}.formFlowsSetting .ant-layout.ant-layout-has-sider>.ant-layout,.formFlowsSetting .ant-layout.ant-layout-has-sider>.ant-layout-content{overflow-x:hidden}.formFlowsSetting .ant-layout-footer,.formFlowsSetting .ant-layout-header{flex:0 0 auto}.formFlowsSetting .ant-layout-header{padding:0 50px;height:64px;background:#001529;line-height:64px}.formFlowsSetting .ant-layout-footer{padding:24px 50px;background:#f0f2f5;font-size:14px;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-layout-content{flex:auto}.formFlowsSetting .ant-layout-sider{position:relative;min-width:0;background:#001529;transition:all .2s}.formFlowsSetting .ant-layout-sider-children{margin-top:-.1px;padding-top:.1px;height:100%}.formFlowsSetting .ant-layout-sider-has-trigger{padding-bottom:48px}.formFlowsSetting .ant-layout-sider-right{order:1}.formFlowsSetting .ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:48px;background:#002140;cursor:pointer;line-height:48px;text-align:center;color:#fff;transition:all .2s}.formFlowsSetting .ant-layout-sider-zero-width>*{overflow:hidden}.formFlowsSetting .ant-layout-sider-zero-width-trigger{position:absolute;right:-36px;top:64px;border-radius:0 4px 4px 0;width:36px;height:42px;background:#001529;cursor:pointer;line-height:42px;text-align:center;font-size:18px;color:#fff;transition:background .3s ease}.formFlowsSetting .ant-layout-sider-zero-width-trigger:hover{background:#192c3e}.formFlowsSetting .ant-layout-sider-light{background:#fff}.formFlowsSetting .ant-layout-sider-light .ant-layout-sider-trigger,.formFlowsSetting .ant-layout-sider-light .ant-layout-sider-zero-width-trigger{background:#fff;color:rgba(0,0,0,.65)}.formFlowsSetting .main-layout-content{position:relative;margin:20px auto;border-radius:4px;width:1080px;min-height:800px;background:#fff}.formFlowsSetting .stream-user-content-approval .approval-stream-card{padding-left:16px;border-radius:4px;min-width:140px;background:#f8f8f8}.formFlowsSetting .stream-card-index{padding-bottom:5px;border-bottom:1px solid #ddd}.formFlowsSetting .approval-stream-card .avatar-name-horizontal{display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#333;white-space:nowrap}.formFlowsSetting .approval-stream-card .avatar-container{overflow:hidden}.formFlowsSetting .approval-stream-card .stream-card-desc{display:block;clear:both;padding:5px 0 5px 30px;border-top:1px solid #eaeaea;text-align:left;font-size:12px;color:#999}.formFlowsSetting .node-managers_labels .stream-card-desc{padding:5px 0 5px 45px}.formFlowsSetting .approval-stream-card{position:relative}.formFlowsSetting .approval-stream-card .anticon-close{display:none;position:absolute;right:4px;z-index:100;cursor:pointer}.formFlowsSetting .approval-stream-card:hover .anticon-close{display:block}.formFlowsSetting .approval-stream-card .ant-avatar{width:24px;height:24px}.formFlowsSetting .approval-stream-card .avatar-container span{line-height:40px}.formFlowsSetting .approval-stream-card .avatar-container .ant-avatar{margin-top:8px}.formFlowsSetting .approval-stream-card .common-img{border-radius:50%;width:24px;height:24px}.formFlowsSetting .approval-stream-card .gradually-img{width:34px;height:25px}.formFlowsSetting .approval-stream-card .node-avatar{display:flex;align-items:center;padding-right:16px;height:40px;font-size:12px;color:#333}.formFlowsSetting .approval-stream-card .node-avatar span{overflow:hidden;margin-left:6px;max-width:280px;line-height:24px;vertical-align:top;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .approval-stream-card .node-avatar .choosen-person{margin-left:4px;color:#333}.formFlowsSetting .gray-words{color:#9f9f9f}.formFlowsSetting .stream-line-type{line-height:120px}.formFlowsSetting .stream-user-content{margin:8px 0}.formFlowsSetting .lastCartClass{height:87px}.formFlowsSetting .stream-user-content-notifier{margin-top:30px}.formFlowsSetting .stream-user-content-approval{float:left;height:80px}.formFlowsSetting .approval-sorted .approval-stream-card{cursor:move;transition:all .2s}.formFlowsSetting .approval-sorted .approval-stream-card:hover{background:#edf5fa}.formFlowsSetting .stream-user{display:inline-block;position:relative}.formFlowsSetting .stream-user .stream-user-close{display:none;position:absolute;right:5px;top:5px;z-index:1;cursor:pointer}.formFlowsSetting .stream-user:hover .stream-user-close{display:inline-block}.formFlowsSetting .sortable-chosen .anticon-arrow-right{visibility:hidden}.formFlowsSetting .stream-user-content-approval .anticon-arrow-right{width:27px;line-height:40px;vertical-align:top;font-size:20px;color:#eaeaea}.formFlowsSetting .plus i{cursor:pointer;font-size:24px;color:#999}.formFlowsSetting .plus i:hover{color:#38adff}.formFlowsSetting .ghost{opacity:0}.formFlowsSetting .steamLine-arrow-right{vertical-align:top}.formFlowsSetting .approval-stream-main{display:flex;align-items:stretch}.formFlowsSetting .approval-stream-title{padding:10px;text-align:right;font-size:12px;color:#999}.formFlowsSetting .approval-stream-container{background:#fff}.formFlowsSetting .stream-user-content{height:120px}.formFlowsSetting .common-row{position:relative;margin-top:20px;margin-bottom:10px}.formFlowsSetting .common-row-title{font-size:12px;color:#999}.formFlowsSetting .newTips{position:relative}.formFlowsSetting .newTips:after{display:inline-block;margin-left:2px;border-radius:50%;width:8px;height:8px;background:red;content:""}.formFlowsSetting .step-box{position:absolute;left:-60px;top:0;padding-top:6px;border-radius:2px 2px 2px 0 2px;width:50px;height:50px;background:#f8f8f8;text-align:center;font-size:12px;color:#666}.formFlowsSetting .step-box .num{font-size:16px}.formFlowsSetting .step-box:before{left:0;border-right:25px solid transparent}.formFlowsSetting .step-box:after,.formFlowsSetting .step-box:before{display:block;position:absolute;bottom:0;border-bottom:5px solid #fff;width:0;height:0;content:""}.formFlowsSetting .step-box:after{right:0;border-left:25px solid transparent}.formFlowsSetting .approval-setting{position:relative;margin:20px 0;border-radius:2px;background:#fff}.formFlowsSetting .approval-setting .approval-setting-header{position:relative;padding-left:24px;background:#f8f8f8}.formFlowsSetting .approval-setting-header .conditionOperate{float:right;font-size:12px}.formFlowsSetting .approval-setting-header .conditionlabel{display:inline-block;position:relative;max-width:568px;line-height:18px;vertical-align:middle;color:#333}.formFlowsSetting .approval-setting-header .condition-label-block{display:inline;line-height:25px;vertical-align:middle}.formFlowsSetting .approval-setting-header .conditionOperateAbate{position:absolute;right:10px;top:0;z-index:2;height:50px;line-height:18px}.formFlowsSetting .approval-setting-header .condiiton-operate-hide{display:none}.formFlowsSetting .approval-setting:hover .approval-setting-header .condiiton-operate-hide{display:inline-block}.formFlowsSetting .approval-setting-header .conditionOperate{position:absolute;right:10px;top:0;z-index:2;height:50px;line-height:18px}.formFlowsSetting .approval-setting-header a{margin-right:10px}.formFlowsSetting .approval-setting .common-row{margin:10px 0 10px 24px}.formFlowsSetting .approval-setting .approval-setting-cover{position:absolute;inset:0;z-index:1;border:1px solid #ebebeb;background:hsla(0,0%,98%,.7)}.formFlowsSetting .approval-setting .approval-setting-edit{position:absolute;inset:0;z-index:1;border:1px solid #ebebeb;cursor:pointer;transition:all .2s}.formFlowsSetting .approval-setting .approval-setting-edit:hover{border:1px solid rgba(56,173,255,.4)}.formFlowsSetting .approval-tip{float:left;margin-right:10px;margin-top:15px;padding:0 5px;border-radius:2px;height:20px;background:#666;line-height:20px;font-size:12px;color:#fff}.formFlowsSetting .conditionOperate img{margin-top:-4px;width:16px;vertical-align:middle}.formFlowsSetting .normal-btn{border-color:#49a9ee;color:#49a9ee}.formFlowsSetting .normal-btn:hover{border-color:#108ee9;color:#108ee9}.formFlowsSetting .ant-switch{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;border:1px solid transparent;border-radius:100px;min-width:44px;height:22px;background-color:rgba(0,0,0,.25);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.5;line-height:20px;vertical-align:middle;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);transition:all .36s}.formFlowsSetting .ant-switch-inner{display:block;margin-left:24px;margin-right:6px;font-size:12px;color:#fff}.formFlowsSetting .ant-switch:after,.formFlowsSetting .ant-switch:before{position:absolute;left:1px;top:1px;border-radius:18px;width:18px;height:18px;background-color:#fff;cursor:pointer;content:" ";transition:all .36s cubic-bezier(.78,.14,.15,.86)}.formFlowsSetting .ant-switch:after{box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}.formFlowsSetting .ant-switch:active:after,.formFlowsSetting .ant-switch:active:before{width:24px}.formFlowsSetting .ant-switch:before{display:none;z-index:1;background:transparent;text-align:center;font-family:anticon;font-size:12px;content:"\e64d";animation:loadingCircle 1s linear infinite}.formFlowsSetting .ant-switch-loading:before{display:inline-block;color:rgba(0,0,0,.65)}.formFlowsSetting .ant-switch-checked.ant-switch-loading:before{color:#1890ff}.formFlowsSetting .ant-switch:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.formFlowsSetting .ant-switch:focus:hover{box-shadow:none}.formFlowsSetting .ant-switch-small{min-width:28px;height:16px;line-height:14px}.formFlowsSetting .ant-switch-small .ant-switch-inner{margin-left:18px;margin-right:3px;font-size:12px}.formFlowsSetting .ant-switch-small:after,.formFlowsSetting .ant-switch-small:before{width:12px;height:12px}.formFlowsSetting .ant-switch-small:active:after,.formFlowsSetting .ant-switch-small:active:before{width:16px}.formFlowsSetting .ant-switch-small.ant-switch-checked:before{left:100%;margin-left:-13px}.formFlowsSetting .ant-switch-small.ant-switch-checked .ant-switch-inner{margin-left:3px;margin-right:18px}.formFlowsSetting .ant-switch-small.ant-switch-loading:before{font-weight:700;animation:AntSwitchSmallLoadingCircle 1s linear infinite}.formFlowsSetting .ant-switch-checked{background-color:#1890ff}.formFlowsSetting .ant-switch-checked .ant-switch-inner{margin-left:6px;margin-right:24px}.formFlowsSetting .ant-switch-checked:before{left:100%;margin-left:-19px}.formFlowsSetting .ant-switch-checked:after{left:100%;margin-left:-1px;transform:translateX(-100%)}.formFlowsSetting .ant-switch-disabled,.formFlowsSetting .ant-switch-loading{opacity:.4;pointer-events:none}.formFlowsSetting .slideFormBtn button{margin-right:15px}.formFlowsSetting .labelMatchListPopover{width:440px}.formFlowsSetting .labelMatchListPopover .ant-popover-title{padding-left:0;padding-right:0}.formFlowsSetting .labelMatchListPopover .ant-popover-inner-content{padding:0}.formFlowsSetting .labelMatchListHeader{position:relative;padding:6px 22px;padding-right:32px;font-size:16px}.formFlowsSetting .labelMatchListHeader .anticon{position:absolute;right:8px;top:50%;margin-top:-15px;padding:8px;cursor:pointer;color:#999}.formFlowsSetting .labelMatchListContainer{height:350px}.formFlowsSetting .labelListHead{padding:6px 22px!important;background:#f6f6f6!important}.formFlowsSetting .labelListHead .label-item-desc,.formFlowsSetting .labelListHead .label-item-name{color:#999!important}.formFlowsSetting .labelListContainer{overflow-y:auto;position:relative;padding-left:8px;padding-right:8px;height:270px}.formFlowsSetting .labelMatchListFooter{display:flex;position:absolute;left:0;right:0;bottom:0;z-index:1;align-items:center;padding:5px 22px;border-top:1px solid #ededed;height:50px;background:#fff}.formFlowsSetting .labelMatchListFooter div{flex:1;font-size:12px;color:#9b9da0}.formFlowsSetting .labelMatchListFooter a{flex:none;min-width:120px;text-align:right}.formFlowsSetting .label-list-item{display:flex;position:relative;align-items:center;padding:15px 14px}.formFlowsSetting .label-list-item .hover{display:none;color:rgba(25,31,37,.56)}.formFlowsSetting .label-list-item:hover{background:#f6f6f6}.formFlowsSetting .label-list-item:hover .hover{display:block}.formFlowsSetting .label-list-item+.label-list-item:after{position:absolute;left:10px;right:10px;top:0;border-top:1px solid #ededed;height:0;content:""}.formFlowsSetting .label-list-item .label-item-avatar{flex:none;margin-right:20px;border-radius:50%;width:24px;height:24px}.formFlowsSetting .label-list-item .label-item-name{flex:none;width:100px;color:#191f25}.formFlowsSetting .label-list-item .label-item-desc{flex:1;width:100%;cursor:default;text-align:right;font-size:12px;color:rgba(25,31,37,.56)}.formFlowsSetting .label-list-none{padding-top:45px;text-align:center}.formFlowsSetting .label-list-none img{margin-bottom:5px;width:150px;height:150px}.formFlowsSetting .label-list-none p{margin:0;padding:2px 0;font-size:12px}.formFlowsSetting .ant-tooltip{font-size:12px!important}.formFlowsSetting .ding-dot{display:block;border-radius:50%;width:8px;height:8px;background:#f25643}.formFlowsSetting .label-match-dot{position:absolute;right:15px;top:15px;z-index:1}.formFlowsSetting .label-button-dot{position:absolute;right:-3px;top:-3px;z-index:1}.formFlowsSetting .ant-btn{position:relative}.formFlowsSetting .sbys-detail-form{margin-left:25px}.formFlowsSetting .sbys-detail-form div,.formFlowsSetting .sbys-detail-form input{color:#333}.formFlowsSetting .sbys-detail-form .ant-form-extra{color:#ccc}.formFlowsSetting .sbys-detail-form .ant-form-item-label{text-align:left}.formFlowsSetting .sbys-detail-form .ant-form-item-label label{font-size:12px;color:#999}.formFlowsSetting .approval-end-line{line-height:50px}.formFlowsSetting .chargeBox{margin-left:124px}.formFlowsSetting .approval-charge-content .choose-end{display:inline-block;cursor:pointer;color:#38adff}.formFlowsSetting .approval-charge-content .approval-radio{display:block}.formFlowsSetting .approval-node-setting{position:fixed;right:-800px;top:0;bottom:0;z-index:100;width:800px;background:#fff;box-shadow:-3px 0 3px #dedede;transition:all .3s ease-in-out}.formFlowsSetting .approval-node-setting .common-row{margin-left:30px}.formFlowsSetting .approval-node-setting .common-row-title{position:relative;padding-right:40px;text-align:right}.formFlowsSetting .approval-node-setting .common-row-title .anticon-info-circle{position:absolute;right:20px;top:2px}.formFlowsSetting .approval-node-setting.show{transform:translateX(-800px)}.formFlowsSetting .node-setting-title{padding:12px 30px;border-bottom:1px solid #dedede;height:62px;line-height:35px;font-weight:400;font-size:16px}.formFlowsSetting .node-setting-form{padding-top:16px}.formFlowsSetting button.node-delBtn{border:1px solid #f21;color:#f21}.formFlowsSetting button.node-delBtn:hover{border:1px solid #f44;color:#f44}.formFlowsSetting .approval-node-setting .slideFormBtn{position:absolute;bottom:0;border-top:1px solid #ebebeb;width:100%;height:60px;line-height:60px;text-align:center}.formFlowsSetting .approval-node-setting .approval-radio{height:30px}.formFlowsSetting .node-setting-mask{position:fixed;inset:0;z-index:99;background:#fff;opacity:.4}.formFlowsSetting .approval-charge-content .approval-radio,.formFlowsSetting .charge-end-label{height:40px;line-height:40px}.formFlowsSetting .charge-end-label{display:flex;position:relative;align-items:center;margin-right:10px;margin-top:5px;margin-bottom:5px;padding:0 20px 0 10px;padding:0 16px;padding-right:24px;border-radius:4px;width:140px;background:#f8f8f8;cursor:pointer;font-size:12px;color:#333;-ms-flex-align:center}.formFlowsSetting .charge-end-label img{margin-right:8px;border-radius:50%;width:24px;height:24px}.formFlowsSetting .choosen-span{overflow:hidden;max-width:190px;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .charge-end-label .close{display:none;position:absolute;right:3px;top:3px;font-size:14px;color:#a7a3a3}.formFlowsSetting .charge-end-label:hover .close{display:block}.formFlowsSetting .overlimit-tip{margin-left:20px}.formFlowsSetting .notifier-chunk{display:flex;float:left;position:relative;align-items:center;margin-right:10px;margin-top:5px;margin-bottom:5px;padding:0 20px 0 10px;padding:0 16px;padding-right:24px;border-radius:4px;width:140px;height:40px;background:#f8f8f8;cursor:pointer;line-height:40px;font-size:12px;color:#333;transition:all .2s}.formFlowsSetting .notifier-chunk:hover{background:#edf5fa}.formFlowsSetting .notifier-chunk span{overflow:hidden;max-width:75%;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .notifier-chunk:hover .close{display:inline-block}.formFlowsSetting .notifier-chunk .close{display:none;position:absolute;right:3px;top:3px;font-size:14px;color:#a7a3a3}.formFlowsSetting .notifier-chunk img{margin-right:8px;border-radius:50%;width:24px;height:24px}.formFlowsSetting .notifier-chunk.empty-label{border:1px solid #f25643}.formFlowsSetting .choosen-notifier-num{display:inline-block;float:left;margin-left:6px;line-height:40px;font-size:12px;color:#999}.formFlowsSetting .edit-condition-depts{margin-top:5px;font-size:12px;color:#323334}.formFlowsSetting .depth-tips{width:500px}.formFlowsSetting .canedit-content .common-row-title{padding-left:30px}.formFlowsSetting .guideOpen{overflow:hidden}.formFlowsSetting .guide-mask,.formFlowsSetting .guide-panel{position:fixed;inset:82px auto 0;width:1080px}.formFlowsSetting .guide-mask{z-index:2000;background:#fff;opacity:.95}.formFlowsSetting .guide-subtitle{font-weight:700;font-size:12px;color:#191f25}.formFlowsSetting .guide-panel{z-index:2010;color:#191f25}.formFlowsSetting .guide-panel .guide-panel-body,.formFlowsSetting .guide-panel .guide-panel-footer,.formFlowsSetting .guide-panel .guide-panel-header{position:absolute;left:0;right:0}.formFlowsSetting .guide-panel .guide-panel-header{top:0;border-bottom:1px solid #e3e3e4;height:57px;line-height:57px;text-align:center;font-weight:700;font-size:14px}.formFlowsSetting .guide-panel .guide-panel-body{overflow:auto;top:57px;bottom:57px}.formFlowsSetting .guide-panel .guide-panel-footer{bottom:0;border-top:1px solid #e3e3e4;height:57px;text-align:center}.formFlowsSetting .guide-panel .guide-panel-footer .ant-btn{margin:15px 10px;min-width:76px}.formFlowsSetting .guide-panel-left,.formFlowsSetting .guide-panel-right{float:left;position:relative;padding:20px 50px;width:50%;min-height:100%}.formFlowsSetting .guide-panel-right .guide-panel-right-arrow{position:absolute;left:-4px;border-right:1px solid #e3e3e4;border-top:1px solid #e3e3e4;width:10px;height:10px;background:#fff;transform:rotate(45deg)}.formFlowsSetting .guide-panel-right:before{position:absolute;left:0;top:20px;bottom:20px;border-left:1px solid #e3e3e4;width:0;box-shadow:4px 0 10px 0 rgba(0,0,0,.34);content:""}.formFlowsSetting .guide-avatar-container{position:relative}.formFlowsSetting .guide-avatar{display:inline-block;width:53px;height:53px;background:url(https://img.alicdn.com/tfs/TB1RPjen1uSBuNjy1XcXXcYjFXa-106-106.png) no-repeat 50%;background-size:100%}.formFlowsSetting .guide-checkgroup{margin-left:23px;padding:20px 10px 20px 20px;background:#f6f6f6}.formFlowsSetting .guide-checkgroup .ant-checkbox-group{margin-top:10px}.formFlowsSetting .guide-type-img{width:436px}.formFlowsSetting .guide-panel-invalid{padding:20px 0}.formFlowsSetting .guide-panel-invalid-row{margin:0 auto;width:605px}.formFlowsSetting .guide-panel-invalid-head{position:relative;margin-bottom:20px}.formFlowsSetting .guide-panel-invalid-head .guide-avatar{position:absolute;right:100%;top:50%;margin-right:10px;transform:translateY(-50%)}.formFlowsSetting .guide-panel-invalid-body{margin-bottom:40px}.formFlowsSetting .guide-panel-invalid-body img{display:block;width:605px;height:415px}.formFlowsSetting .guide-tip{display:inline-block;position:relative;padding:6px 10px;border-radius:3px;background:#3296fa;font-size:14px;color:#fff;white-space:nowrap}.formFlowsSetting .guide-tip:before{position:absolute;border:4px solid transparent;width:0;height:0;content:""}.formFlowsSetting .guide-tip.left:before{left:-8px;top:50%;margin-top:-4px;border-color:transparent #3296fa transparent transparent}.formFlowsSetting .guide-tip.right:before{right:-8px;top:50%;margin-top:-4px;border-color:transparent transparent transparent #3296fa}.formFlowsSetting .focus-area,.formFlowsSetting .focus-mask{position:absolute;z-index:10}.formFlowsSetting .focus-mask{background:#fff;opacity:.85}.formFlowsSetting .focus-mask.top{left:0;top:0}.formFlowsSetting .focus-mask.right{right:0;top:0}.formFlowsSetting .focus-mask.bottom{right:0;bottom:0}.formFlowsSetting .focus-mask.left{left:0;bottom:0}.formFlowsSetting .focus-area{border:2px solid #3296fa;border-radius:6px;background:transparent;box-shadow:0 1px 16px 0 rgba(50,150,250,.55),inset 0 0 10px 0 rgba(50,150,250,.55);pointer-events:none}.formFlowsSetting .focus-area-mark{position:absolute;left:100%;top:-50%}.formFlowsSetting .focus-mask-footer{position:fixed;left:auto;right:auto;bottom:0;z-index:10;border-top:1px solid #e3e3e4;width:1080px;height:57px;background:hsla(0,0%,100%,.7);text-align:center}.formFlowsSetting .focus-mask-footer .ant-btn{margin:15px 10px;min-width:76px}.formFlowsSetting .quick-guide-container{position:fixed;right:20px;top:30%;z-index:10}.formFlowsSetting .quick-guide-container .quick-guide-img{width:198px;height:135px;background:url(https://img.alicdn.com/tfs/TB1HbOEseuSBuNjy1XcXXcYjFXa-396-270.png) no-repeat 50%;background-size:100%;cursor:pointer}.formFlowsSetting .quick-guide-container .quick-guide-close{position:absolute;right:20px;top:20px;width:18px;height:18px;background:url(https://img.alicdn.com/tfs/TB1sI.dnKuSBuNjSsplXXbe8pXa-14-14.png) no-repeat 50%;background-size:7px;cursor:pointer}.formFlowsSetting .approval-page-container{position:relative;padding:20px 60px}.formFlowsSetting .plus-icon{display:inline-block;position:relative;margin-top:7px;border:1px solid #999;border-radius:50%;width:24px;height:24px;cursor:pointer}.formFlowsSetting .plus-icon:after{display:inline-block;position:absolute;left:11px;top:5px;width:1px;height:11px;background-color:#999;content:""}.formFlowsSetting .plus-icon:hover{border:1px solid #38adff}.formFlowsSetting .plus-icon:hover:after,.formFlowsSetting .plus-icon:hover:before{background-color:#38adff}.formFlowsSetting .plus-icon:before{display:inline-block;position:absolute;left:6px;top:10px;width:11px;height:1px;background-color:#999;content:""}.formFlowsSetting .cut-line{margin:10px 0 10px 12.5%}.formFlowsSetting .cut-line,.formFlowsSetting .cut-line-small{border-bottom:1px solid #ebebeb}.formFlowsSetting .cut-line-small{margin:10px 25px 10px 20%}.formFlowsSetting .cut-line-large{clear:both;margin-bottom:20px;border-bottom:1px solid #ebebeb}.formFlowsSetting .main-save{border-radius:4px;width:90px;height:32px;font-size:14px}.formFlowsSetting .approval-page-footer{margin-left:150px;padding-bottom:20px}.formFlowsSetting .approval-page-footer .main-save{margin-left:50px}.formFlowsSetting .global-error{position:fixed;left:50%;top:138px;z-index:1;margin:0 auto;width:400px;transform:translateX(-50%)}.formFlowsSetting .approval-spin{position:fixed;inset:0;z-index:2;padding-top:200px;background:hsla(0,0%,100%,.5)}.formFlowsSetting .input-margin{margin:0 5px}.formFlowsSetting .common-tips{margin-left:5px;font-size:12px;color:#333}.formFlowsSetting .approval-setting-preview{padding:10px;padding-top:0}.formFlowsSetting .approval-setting-preview .preview-tips{text-align:center;font-size:14px;color:#333}.formFlowsSetting .approval-setting-preview canvas{margin-top:10px}.formFlowsSetting .more-setting-content .common-row-title{padding-left:30px}.formFlowsSetting .process-check-btn{width:auto;height:34px}.formFlowsSetting .approval-page-baseTip{font-size:12px;color:#aaa}.formFlowsSetting .set-condition-between{margin:0 5px}.formFlowsSetting .condition-origin-icon{display:flex;align-items:center}.formFlowsSetting .condition-origin-icon,.formFlowsSetting .condition-origin-icon>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.formFlowsSetting .condition-delete{display:none;position:absolute;right:0}.formFlowsSetting .choosen-rules-hoverDel:hover .condition-delete{display:block}.formFlowsSetting .condition-checkbox-content{padding:16px 4px 16px 16px}.formFlowsSetting .condition-checkbox-content p{margin-bottom:5px}.formFlowsSetting .condition-checkbox-content .condition-checkbox-invalid{margin-top:20px}.formFlowsSetting .condition-checkbox{display:inline-block;margin:4px 8px 0 0!important}.formFlowsSetting .date-tip{margin-left:5px;cursor:pointer;font-size:13px;color:#aaa}.formFlowsSetting .date-tip-red,.formFlowsSetting .set-condition-repeat{margin-left:5px;font-size:12px;color:red}.formFlowsSetting .set-condition-repeat{display:inline-block;cursor:pointer}.formFlowsSetting .set-condition-value{display:flex;align-items:flex-start}.formFlowsSetting .set-repeat{padding:0}.formFlowsSetting .set-repeat-title{padding-bottom:5px;font-size:14px}.formFlowsSetting .set-repeat-item{padding:0}.formFlowsSetting .approval-setting-select{display:flex;align-items:flex-start}.formFlowsSetting .set-condition-content .common-row-title{padding-left:30px}.kh-automation.automation .node-wrap-box{border-radius:6px;min-height:90px;box-shadow:var(--kh-box-shadow)}.kh-automation.automation .node-wrap-box:after{border-radius:6px;box-shadow:none}.kh-automation.automation .node-wrap-box:hover:after{border:2px solid var(--kh-color-primary)}.kh-automation.automation .node-wrap-box.error:after{border:2px solid var(--kh-color-danger)}.kh-automation.automation .node-wrap-box .title{border-radius:6px 6px 0 0;height:32px;line-height:32px;font-size:14px}.kh-automation.automation .node-wrap-box .title .editable-title{margin-left:4px;font-size:14px}.kh-automation.automation .node-wrap-box .content{line-height:20px;font-size:13px}.kh-automation.automation .node-wrap-box .content .placeholde{color:var(--kh-text-color-placeholder)}.kh-automation.automation .dingflow-design .auto-judge{border-radius:6px;min-height:90px;box-shadow:var(--kh-box-shadow)}.kh-automation.automation .auto-judge .operate,.kh-automation.automation .node-wrap-box .operate{display:flex;position:absolute;right:0;top:-24px;z-index:10;justify-content:center;opacity:0;gap:4px}.kh-automation.automation .auto-judge .operate .operate-icon,.kh-automation.automation .node-wrap-box .operate .operate-icon{border-radius:4px;width:20px;height:20px;background-color:var(--kh-color-primary);box-shadow:var(--kh-box-shadow);cursor:pointer;line-height:20px;text-align:center;font-size:12px;color:#fff}.kh-automation.automation .auto-judge .operate:hover,.kh-automation.automation .auto-judge:hover .operate,.kh-automation.automation .node-wrap-box .operate:hover,.kh-automation.automation .node-wrap-box:hover .operate{opacity:1}.kh-automation.automation .dingflow-design .auto-judge.error:after{border:2px solid var(--kh-color-danger)}.kh-automation.automation .dingflow-design .auto-judge{display:flex;flex-direction:column;padding:0}.kh-automation.automation .dingflow-design .auto-judge .placeholder{color:var(--kh-text-color-placeholder)}.kh-automation.automation .dingflow-design .auto-judge .title-wrapper{display:flex;justify-content:space-between;align-items:center;padding:0 16px;padding-top:4px;height:32px;font-size:13px}.kh-automation.automation .dingflow-design .auto-judge .title-wrapper .priority-title{margin-right:0}.kh-automation.automation .dingflow-design .auto-judge .content{flex:1;margin-top:0;padding:0 16px;line-height:24px}.kh-automation.automation .dingflow-design .add-node-btn{z-index:5;padding:26px 0 28px}.kh-automation.automation .dingflow-design .add-node-btn .btn{background-color:var(--kh-color-primary);box-shadow:var(--kh-box-shadow);color:var(--kh-text-color-white)}.kh-automation-drawer .el-drawer__header{position:relative;box-sizing:border-box;margin-bottom:0;padding:17px 20px;padding-bottom:17px;border-bottom:var(--kh-border);width:100%;height:60px;color:var(--kh-text-color-primary)}.kh-automation-drawer .el-drawer__body .drawer_body{box-sizing:border-box;height:100%;color:var(--kh-text-color-regular)}.kh-automation-drawer .el-drawer__body .drawer_content{overflow:auto;position:relative;padding:16px 20px;height:calc(100% - 50px)}.kh-automation-drawer .el-drawer__body .drawer_content .form-title{margin-bottom:16px;height:22px;line-height:22px;font-size:15px;color:var(--kh-text-color-primary);letter-spacing:0}.kh-automation-drawer .el-drawer__body .drawer_content .tooltip-box{margin-top:18px;padding:0 24px;border-radius:var(--kh-border-radius-base);height:48px;background-color:var(--kh-bg-color-page);line-height:48px;font-size:14px;color:var(--kh-text-color-placeholder)}.kh-automation-drawer .el-drawer__body .drawer_content .mb-16{margin-bottom:16px}.kh-automation-drawer .el-drawer__body .drawer_content .mt-16{margin-top:16px}.kh-automation-drawer .el-drawer__body .drawer_content .mr-8{margin-right:8px}.kh-automation-drawer .el-drawer__body .drawer_content .mr-16{margin-right:16px}.kh-automation-drawer .el-drawer__body .drawer_content .radio-group-column{display:flex;flex-direction:column}.kh-automation-drawer .el-drawer__body .drawer_content .el-radio{height:32px;line-height:32px}.kh-automation-drawer .el-drawer__body .drawer_content .el-form-item__label{font-weight:600;color:var(--kh-text-color-primary)}.kh-automation-drawer .el-drawer__body .drawer_content .el-form-item__content{line-height:24px}.kh-automation-drawer .el-drawer__body .drawer_content .el-form-item__content .el-form-item__label{font-weight:400}.kh-automation-drawer .el-drawer__body .drawer__footer{display:flex;flex-direction:row-reverse;padding:10px 20px;border-top:var(--kh-border);gap:8px;height:50px}.kh-automation-drawer .el-icon-edit{margin-left:8px;font-size:18px}.kh-automation-drawer .ant-input{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;padding:4px 11px;border:var(--kh-border);border-radius:4px;width:100%;height:32px;background-image:none;line-height:1.5;font-size:14px;transition:all .3s}.kh-select-collapse.el-collapse{padding-left:24px;padding-right:10px;border-top:none;border-bottom:none;min-width:240px}.kh-select-collapse .el-collapse-item__header{position:relative;margin-top:4px;margin-bottom:4px;padding:0 8px;border-bottom:none;border-radius:3px;height:28px;line-height:28px;font-size:14px}.kh-select-collapse .el-collapse-item__header:active,.kh-select-collapse .el-collapse-item__header:hover{background-color:var(--kh-fill-color)}.kh-select-collapse .el-collapse-item__arrow{position:absolute;left:-15px}.kh-select-collapse .el-collapse-item__content{padding-left:10px;padding-bottom:0}.kh-select-collapse .el-collapse-item__wrap{border-bottom:none}.kh-select-collapse .el-select-dropdown__item{margin-bottom:4px;padding:0 8px;border-radius:3px;height:28px;line-height:28px}.kh-select-collapse .el-select-dropdown__item:last-child{margin-bottom:0}.kh-popper-collapse{overflow-y:auto;padding:8px 0;height:300px}.kh-dynamics-list{display:flex;flex-direction:column}.kh-dynamics-list .add-btn{margin:10px 0}.kh-dynamics-list .list-item{display:flex;align-items:center;margin-bottom:10px}.kh-dynamics-list .list-item .el-input,.kh-dynamics-list .list-item .el-select{margin-right:8px}.kh-dynamics-list .list-item:last-child{margin-bottom:0}@font-face{src:local("PingFang SC"),local("SimSun");font-family:Chinese Quote;unicode-range:u+2018,u+2019,u+201c,u+201d}.automation .browsers-guide{padding:0 25px}.automation .browsers-guide .headline{color:#333}.automation .browsers-guide .browser{width:250px}.automation .browsers-guide .browser span{color:#aaa}.automation .browsers-guide .browser:hover span{color:#333}.automation .clearfix{zoom:1}.automation .clearfix:after,.automation .clearfix:before{display:table;content:""}.automation .clearfix:after{clear:both}.automation .anticon{display:inline-block;line-height:1;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .fade-appear,.automation .fade-enter,.automation .fade-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .fade-appear.fade-appear-active,.automation .fade-enter.fade-enter-active{animation-name:antFadeIn;animation-play-state:running}.automation .fade-leave.fade-leave-active{pointer-events:none;animation-name:antFadeOut;animation-play-state:running}.automation .fade-appear,.automation .fade-enter{opacity:0}.automation .fade-appear,.automation .fade-enter,.automation .fade-leave{animation-timing-function:linear}@keyframes antFadeIn{0%{opacity:0}to{opacity:1}}@keyframes antFadeOut{0%{opacity:1}to{opacity:0}}.automation .move-up-appear,.automation .move-up-enter,.automation .move-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .move-up-appear.move-up-appear-active,.automation .move-up-enter.move-up-enter-active{animation-name:antMoveUpIn;animation-play-state:running}.automation .move-up-leave.move-up-leave-active{pointer-events:none;animation-name:antMoveUpOut;animation-play-state:running}.automation .move-up-appear,.automation .move-up-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .move-up-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.automation .move-down-appear,.automation .move-down-enter,.automation .move-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .move-down-appear.move-down-appear-active,.automation .move-down-enter.move-down-enter-active{animation-name:antMoveDownIn;animation-play-state:running}.automation .move-down-leave.move-down-leave-active{pointer-events:none;animation-name:antMoveDownOut;animation-play-state:running}.automation .move-down-appear,.automation .move-down-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .move-down-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.automation .move-left-appear,.automation .move-left-enter,.automation .move-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .move-left-appear.move-left-appear-active,.automation .move-left-enter.move-left-enter-active{animation-name:antMoveLeftIn;animation-play-state:running}.automation .move-left-leave.move-left-leave-active{pointer-events:none;animation-name:antMoveLeftOut;animation-play-state:running}.automation .move-left-appear,.automation .move-left-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .move-left-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}.automation .move-right-appear,.automation .move-right-enter,.automation .move-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .move-right-appear.move-right-appear-active,.automation .move-right-enter.move-right-enter-active{animation-name:antMoveRightIn;animation-play-state:running}.automation .move-right-leave.move-right-leave-active{pointer-events:none;animation-name:antMoveRightOut;animation-play-state:running}.automation .move-right-appear,.automation .move-right-enter{opacity:0;animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .move-right-leave{animation-timing-function:cubic-bezier(.6,.04,.98,.34)}@keyframes antMoveDownIn{0%{opacity:0;transform:translateY(100%);transform-origin:0 0}to{opacity:1;transform:translateY(0);transform-origin:0 0}}@keyframes antMoveDownOut{0%{opacity:1;transform:translateY(0);transform-origin:0 0}to{opacity:0;transform:translateY(100%);transform-origin:0 0}}@keyframes antMoveLeftIn{0%{opacity:0;transform:translateX(-100%);transform-origin:0 0}to{opacity:1;transform:translateX(0);transform-origin:0 0}}@keyframes antMoveLeftOut{0%{opacity:1;transform:translateX(0);transform-origin:0 0}to{opacity:0;transform:translateX(-100%);transform-origin:0 0}}@keyframes antMoveRightIn{0%{opacity:0;transform:translateX(100%);transform-origin:0 0}to{opacity:1;transform:translateX(0);transform-origin:0 0}}@keyframes antMoveRightOut{0%{opacity:1;transform:translateX(0);transform-origin:0 0}to{opacity:0;transform:translateX(100%);transform-origin:0 0}}@keyframes antMoveUpIn{0%{opacity:0;transform:translateY(-100%);transform-origin:0 0}to{opacity:1;transform:translateY(0);transform-origin:0 0}}@keyframes antMoveUpOut{0%{opacity:1;transform:translateY(0);transform-origin:0 0}to{opacity:0;transform:translateY(-100%);transform-origin:0 0}}@keyframes loadingCircle{to{transform:rotate(1turn)}}.automation [ant-click-animating-without-extra-node],.automation [ant-click-animating]{position:relative}.automation .ant-click-animating-node,.automation [ant-click-animating-without-extra-node]:after{display:block;position:absolute;inset:-1px;border:0 solid #1890ff;border-radius:inherit;opacity:.4;content:"";animation:waveEffect .4s cubic-bezier(.25,.8,.25,1)}@keyframes waveEffect{to{inset:-6px;border-width:6px;opacity:0}}.automation .slide-up-appear,.automation .slide-up-enter,.automation .slide-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .slide-up-appear.slide-up-appear-active,.automation .slide-up-enter.slide-up-enter-active{animation-name:antSlideUpIn;animation-play-state:running}.automation .slide-up-leave.slide-up-leave-active{pointer-events:none;animation-name:antSlideUpOut;animation-play-state:running}.automation .slide-up-appear,.automation .slide-up-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.automation .slide-up-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.automation .slide-down-appear,.automation .slide-down-enter,.automation .slide-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .slide-down-appear.slide-down-appear-active,.automation .slide-down-enter.slide-down-enter-active{animation-name:antSlideDownIn;animation-play-state:running}.automation .slide-down-leave.slide-down-leave-active{pointer-events:none;animation-name:antSlideDownOut;animation-play-state:running}.automation .slide-down-appear,.automation .slide-down-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.automation .slide-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.automation .slide-left-appear,.automation .slide-left-enter,.automation .slide-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .slide-left-appear.slide-left-appear-active,.automation .slide-left-enter.slide-left-enter-active{animation-name:antSlideLeftIn;animation-play-state:running}.automation .slide-left-leave.slide-left-leave-active{pointer-events:none;animation-name:antSlideLeftOut;animation-play-state:running}.automation .slide-left-appear,.automation .slide-left-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.automation .slide-left-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}.automation .slide-right-appear,.automation .slide-right-enter,.automation .slide-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .slide-right-appear.slide-right-appear-active,.automation .slide-right-enter.slide-right-enter-active{animation-name:antSlideRightIn;animation-play-state:running}.automation .slide-right-leave.slide-right-leave-active{pointer-events:none;animation-name:antSlideRightOut;animation-play-state:running}.automation .slide-right-appear,.automation .slide-right-enter{opacity:0;animation-timing-function:cubic-bezier(.23,1,.32,1)}.automation .slide-right-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes antSlideUpIn{0%{opacity:0;transform:scaleY(.8);transform-origin:0 0}to{opacity:1;transform:scaleY(1);transform-origin:0 0}}@keyframes antSlideUpOut{0%{opacity:1;transform:scaleY(1);transform-origin:0 0}to{opacity:0;transform:scaleY(.8);transform-origin:0 0}}@keyframes antSlideDownIn{0%{opacity:0;transform:scaleY(.8);transform-origin:100% 100%}to{opacity:1;transform:scaleY(1);transform-origin:100% 100%}}@keyframes antSlideDownOut{0%{opacity:1;transform:scaleY(1);transform-origin:100% 100%}to{opacity:0;transform:scaleY(.8);transform-origin:100% 100%}}@keyframes antSlideLeftIn{0%{opacity:0;transform:scaleX(.8);transform-origin:0 0}to{opacity:1;transform:scaleX(1);transform-origin:0 0}}@keyframes antSlideLeftOut{0%{opacity:1;transform:scaleX(1);transform-origin:0 0}to{opacity:0;transform:scaleX(.8);transform-origin:0 0}}@keyframes antSlideRightIn{0%{opacity:0;transform:scaleX(.8);transform-origin:100% 0}to{opacity:1;transform:scaleX(1);transform-origin:100% 0}}@keyframes antSlideRightOut{0%{opacity:1;transform:scaleX(1);transform-origin:100% 0}to{opacity:0;transform:scaleX(.8);transform-origin:100% 0}}.automation .swing-appear,.automation .swing-enter{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .swing-appear.swing-appear-active,.automation .swing-enter.swing-enter-active{animation-name:antSwingIn;animation-play-state:running}@keyframes antSwingIn{0%,to{transform:translateX(0)}20%{transform:translateX(-10px)}40%{transform:translateX(10px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}.automation .zoom-appear,.automation .zoom-enter,.automation .zoom-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .zoom-appear.zoom-appear-active,.automation .zoom-enter.zoom-enter-active{animation-name:antZoomIn;animation-play-state:running}.automation .zoom-leave.zoom-leave-active{pointer-events:none;animation-name:antZoomOut;animation-play-state:running}.automation .zoom-appear,.automation .zoom-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .zoom-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.automation .zoom-big-appear,.automation .zoom-big-enter,.automation .zoom-big-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .zoom-big-appear.zoom-big-appear-active,.automation .zoom-big-enter.zoom-big-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.automation .zoom-big-leave.zoom-big-leave-active{pointer-events:none;animation-name:antZoomBigOut;animation-play-state:running}.automation .zoom-big-appear,.automation .zoom-big-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .zoom-big-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.automation .zoom-big-fast-appear,.automation .zoom-big-fast-enter,.automation .zoom-big-fast-leave{animation-duration:.1s;animation-play-state:paused;animation-fill-mode:both}.automation .zoom-big-fast-appear.zoom-big-fast-appear-active,.automation .zoom-big-fast-enter.zoom-big-fast-enter-active{animation-name:antZoomBigIn;animation-play-state:running}.automation .zoom-big-fast-leave.zoom-big-fast-leave-active{pointer-events:none;animation-name:antZoomBigOut;animation-play-state:running}.automation .zoom-big-fast-appear,.automation .zoom-big-fast-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .zoom-big-fast-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.automation .zoom-up-appear,.automation .zoom-up-enter,.automation .zoom-up-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .zoom-up-appear.zoom-up-appear-active,.automation .zoom-up-enter.zoom-up-enter-active{animation-name:antZoomUpIn;animation-play-state:running}.automation .zoom-up-leave.zoom-up-leave-active{pointer-events:none;animation-name:antZoomUpOut;animation-play-state:running}.automation .zoom-up-appear,.automation .zoom-up-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .zoom-up-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.automation .zoom-down-appear,.automation .zoom-down-enter,.automation .zoom-down-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .zoom-down-appear.zoom-down-appear-active,.automation .zoom-down-enter.zoom-down-enter-active{animation-name:antZoomDownIn;animation-play-state:running}.automation .zoom-down-leave.zoom-down-leave-active{pointer-events:none;animation-name:antZoomDownOut;animation-play-state:running}.automation .zoom-down-appear,.automation .zoom-down-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .zoom-down-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.automation .zoom-left-appear,.automation .zoom-left-enter,.automation .zoom-left-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .zoom-left-appear.zoom-left-appear-active,.automation .zoom-left-enter.zoom-left-enter-active{animation-name:antZoomLeftIn;animation-play-state:running}.automation .zoom-left-leave.zoom-left-leave-active{pointer-events:none;animation-name:antZoomLeftOut;animation-play-state:running}.automation .zoom-left-appear,.automation .zoom-left-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .zoom-left-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}.automation .zoom-right-appear,.automation .zoom-right-enter,.automation .zoom-right-leave{animation-duration:.2s;animation-play-state:paused;animation-fill-mode:both}.automation .zoom-right-appear.zoom-right-appear-active,.automation .zoom-right-enter.zoom-right-enter-active{animation-name:antZoomRightIn;animation-play-state:running}.automation .zoom-right-leave.zoom-right-leave-active{pointer-events:none;animation-name:antZoomRightOut;animation-play-state:running}.automation .zoom-right-appear,.automation .zoom-right-enter{transform:scale(0);animation-timing-function:cubic-bezier(.08,.82,.17,1)}.automation .zoom-right-leave{animation-timing-function:cubic-bezier(.78,.14,.15,.86)}@keyframes antZoomIn{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes antZoomOut{0%{transform:scale(1)}to{opacity:0;transform:scale(.2)}}@keyframes antZoomBigIn{0%{opacity:0;transform:scale(.8)}to{transform:scale(1)}}@keyframes antZoomBigOut{0%{transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes antZoomUpIn{0%{opacity:0;transform:scale(.8);transform-origin:50% 0}to{transform:scale(1);transform-origin:50% 0}}@keyframes antZoomUpOut{0%{transform:scale(1);transform-origin:50% 0}to{opacity:0;transform:scale(.8);transform-origin:50% 0}}@keyframes antZoomLeftIn{0%{opacity:0;transform:scale(.8);transform-origin:0 50%}to{transform:scale(1);transform-origin:0 50%}}@keyframes antZoomLeftOut{0%{transform:scale(1);transform-origin:0 50%}to{opacity:0;transform:scale(.8);transform-origin:0 50%}}@keyframes antZoomRightIn{0%{opacity:0;transform:scale(.8);transform-origin:100% 50%}to{transform:scale(1);transform-origin:100% 50%}}@keyframes antZoomRightOut{0%{transform:scale(1);transform-origin:100% 50%}to{opacity:0;transform:scale(.8);transform-origin:100% 50%}}@keyframes antZoomDownIn{0%{opacity:0;transform:scale(.8);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes antZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(.8);transform-origin:50% 100%}}.automation .ant-motion-collapse{overflow:hidden}.automation .ant-motion-collapse-active{transition:height .15s cubic-bezier(.645,.045,.355,1),opacity .15s cubic-bezier(.645,.045,.355,1)!important}.automation .ant-message{position:fixed;left:0;top:16px;z-index:1010;list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%;pointer-events:none;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-message-notice{padding:8px;text-align:center}.automation .ant-message-notice:first-child{margin-top:-8px}.automation .ant-message-notice-content{display:inline-block;padding:10px 16px;border-radius:4px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:all}.automation .ant-message-success .anticon{color:#52c41a}.automation .ant-message-error .anticon{color:#f5222d}.automation .ant-message-warning .anticon{color:#faad14}.automation .ant-message-info .anticon,.automation .ant-message-loading .anticon{color:#1890ff}.automation .ant-message .anticon{position:relative;top:1px;margin-right:8px;font-size:16px}.automation .ant-message-notice.move-up-leave.move-up-leave-active{overflow:hidden;animation-name:MessageMoveOut;animation-duration:.3s}@keyframes MessageMoveOut{0%{padding:8px;max-height:150px;opacity:1}to{padding:0;max-height:0;opacity:0}}.automation .ant-tooltip{display:block;visibility:visible;position:absolute;z-index:1060;list-style:none;box-sizing:border-box;margin:0;padding:0;max-width:250px;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-tooltip-hidden{display:none}.automation .ant-tooltip-placement-top,.automation .ant-tooltip-placement-topLeft,.automation .ant-tooltip-placement-topRight{padding-bottom:8px}.automation .ant-tooltip-placement-right,.automation .ant-tooltip-placement-rightBottom,.automation .ant-tooltip-placement-rightTop{padding-left:8px}.automation .ant-tooltip-placement-bottom,.automation .ant-tooltip-placement-bottomLeft,.automation .ant-tooltip-placement-bottomRight{padding-top:8px}.automation .ant-tooltip-placement-left,.automation .ant-tooltip-placement-leftBottom,.automation .ant-tooltip-placement-leftTop{padding-right:8px}.automation .ant-tooltip-inner{padding:6px 8px;border-radius:4px;min-height:32px;background-color:rgba(0,0,0,.75);box-shadow:0 2px 8px rgba(0,0,0,.15);text-decoration:none;text-align:left;color:#fff;word-break:break-all}.automation .ant-tooltip-arrow{position:absolute;border-style:solid;border-color:transparent;width:0;height:0}.automation .ant-tooltip-placement-top .ant-tooltip-arrow,.automation .ant-tooltip-placement-topLeft .ant-tooltip-arrow,.automation .ant-tooltip-placement-topRight .ant-tooltip-arrow{bottom:3px;border-width:5px 5px 0;border-top-color:rgba(0,0,0,.75)}.automation .ant-tooltip-placement-top .ant-tooltip-arrow{left:50%;margin-left:-5px}.automation .ant-tooltip-placement-topLeft .ant-tooltip-arrow{left:16px}.automation .ant-tooltip-placement-topRight .ant-tooltip-arrow{right:16px}.automation .ant-tooltip-placement-right .ant-tooltip-arrow,.automation .ant-tooltip-placement-rightBottom .ant-tooltip-arrow,.automation .ant-tooltip-placement-rightTop .ant-tooltip-arrow{left:3px;border-width:5px 5px 5px 0;border-right-color:rgba(0,0,0,.75)}.automation .ant-tooltip-placement-right .ant-tooltip-arrow{top:50%;margin-top:-5px}.automation .ant-tooltip-placement-rightTop .ant-tooltip-arrow{top:8px}.automation .ant-tooltip-placement-rightBottom .ant-tooltip-arrow{bottom:8px}.automation .ant-tooltip-placement-left .ant-tooltip-arrow,.automation .ant-tooltip-placement-leftBottom .ant-tooltip-arrow,.automation .ant-tooltip-placement-leftTop .ant-tooltip-arrow{right:3px;border-width:5px 0 5px 5px;border-left-color:rgba(0,0,0,.75)}.automation .ant-tooltip-placement-left .ant-tooltip-arrow{top:50%;margin-top:-5px}.automation .ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:8px}.automation .ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:8px}.automation .ant-tooltip-placement-bottom .ant-tooltip-arrow,.automation .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.automation .ant-tooltip-placement-bottomRight .ant-tooltip-arrow{top:3px;border-width:0 5px 5px;border-bottom-color:rgba(0,0,0,.75)}.automation .ant-tooltip-placement-bottom .ant-tooltip-arrow{left:50%;margin-left:-5px}.automation .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow{left:16px}.automation .ant-tooltip-placement-bottomRight .ant-tooltip-arrow{right:16px}.automation .ant-btn{display:inline-block;padding:0 15px;border:1px solid transparent;border-color:#d9d9d9;border-radius:4px;height:32px;background-color:#fff;background-image:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.5;text-align:center;font-weight:400;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap;transition:all .3s cubic-bezier(.645,.045,.355,1);touch-action:manipulation}.automation .ant-btn>.anticon{line-height:1}.automation .ant-btn,.automation .ant-btn:active,.automation .ant-btn:focus{outline:0}.automation .ant-btn:not([disabled]):hover{text-decoration:none}.automation .ant-btn:not([disabled]):active{outline:0;transition:none}.automation .ant-btn.disabled,.automation .ant-btn[disabled]{cursor:not-allowed}.automation .ant-btn.disabled>*,.automation .ant-btn[disabled]>*{pointer-events:none}.automation .ant-btn-lg{padding:0 15px;border-radius:4px;height:40px;font-size:16px}.automation .ant-btn-sm{padding:0 7px;border-radius:4px;height:24px;font-size:14px}.automation .ant-btn>a:only-child{color:currentcolor}.automation .ant-btn>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn:focus,.automation .ant-btn:hover{border-color:#40a9ff;background-color:#fff;color:#40a9ff}.automation .ant-btn:focus>a:only-child,.automation .ant-btn:hover>a:only-child{color:currentcolor}.automation .ant-btn:focus>a:only-child:after,.automation .ant-btn:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn.active,.automation .ant-btn:active{border-color:#096dd9;background-color:#fff;color:#096dd9}.automation .ant-btn.active>a:only-child,.automation .ant-btn:active>a:only-child{color:currentcolor}.automation .ant-btn.active>a:only-child:after,.automation .ant-btn:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn.disabled,.automation .ant-btn.disabled.active,.automation .ant-btn.disabled:active,.automation .ant-btn.disabled:focus,.automation .ant-btn.disabled:hover,.automation .ant-btn[disabled],.automation .ant-btn[disabled].active,.automation .ant-btn[disabled]:active,.automation .ant-btn[disabled]:focus,.automation .ant-btn[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-btn.disabled.active>a:only-child,.automation .ant-btn.disabled:active>a:only-child,.automation .ant-btn.disabled:focus>a:only-child,.automation .ant-btn.disabled:hover>a:only-child,.automation .ant-btn.disabled>a:only-child,.automation .ant-btn[disabled].active>a:only-child,.automation .ant-btn[disabled]:active>a:only-child,.automation .ant-btn[disabled]:focus>a:only-child,.automation .ant-btn[disabled]:hover>a:only-child,.automation .ant-btn[disabled]>a:only-child{color:currentcolor}.automation .ant-btn.disabled.active>a:only-child:after,.automation .ant-btn.disabled:active>a:only-child:after,.automation .ant-btn.disabled:focus>a:only-child:after,.automation .ant-btn.disabled:hover>a:only-child:after,.automation .ant-btn.disabled>a:only-child:after,.automation .ant-btn[disabled].active>a:only-child:after,.automation .ant-btn[disabled]:active>a:only-child:after,.automation .ant-btn[disabled]:focus>a:only-child:after,.automation .ant-btn[disabled]:hover>a:only-child:after,.automation .ant-btn[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn.active,.automation .ant-btn:active,.automation .ant-btn:focus,.automation .ant-btn:hover{background:#fff;text-decoration:none}.automation .ant-btn>i,.automation .ant-btn>span{pointer-events:none}.automation .ant-btn-primary{border-color:#1890ff;background-color:#1890ff;color:#fff}.automation .ant-btn-primary>a:only-child{color:currentcolor}.automation .ant-btn-primary>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-primary:focus,.automation .ant-btn-primary:hover{border-color:#40a9ff;background-color:#40a9ff;color:#fff}.automation .ant-btn-primary:focus>a:only-child,.automation .ant-btn-primary:hover>a:only-child{color:currentcolor}.automation .ant-btn-primary:focus>a:only-child:after,.automation .ant-btn-primary:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-primary.active,.automation .ant-btn-primary:active{border-color:#096dd9;background-color:#096dd9;color:#fff}.automation .ant-btn-primary.active>a:only-child,.automation .ant-btn-primary:active>a:only-child{color:currentcolor}.automation .ant-btn-primary.active>a:only-child:after,.automation .ant-btn-primary:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-primary.disabled,.automation .ant-btn-primary.disabled.active,.automation .ant-btn-primary.disabled:active,.automation .ant-btn-primary.disabled:focus,.automation .ant-btn-primary.disabled:hover,.automation .ant-btn-primary[disabled],.automation .ant-btn-primary[disabled].active,.automation .ant-btn-primary[disabled]:active,.automation .ant-btn-primary[disabled]:focus,.automation .ant-btn-primary[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-btn-primary.disabled.active>a:only-child,.automation .ant-btn-primary.disabled:active>a:only-child,.automation .ant-btn-primary.disabled:focus>a:only-child,.automation .ant-btn-primary.disabled:hover>a:only-child,.automation .ant-btn-primary.disabled>a:only-child,.automation .ant-btn-primary[disabled].active>a:only-child,.automation .ant-btn-primary[disabled]:active>a:only-child,.automation .ant-btn-primary[disabled]:focus>a:only-child,.automation .ant-btn-primary[disabled]:hover>a:only-child,.automation .ant-btn-primary[disabled]>a:only-child{color:currentcolor}.automation .ant-btn-primary.disabled.active>a:only-child:after,.automation .ant-btn-primary.disabled:active>a:only-child:after,.automation .ant-btn-primary.disabled:focus>a:only-child:after,.automation .ant-btn-primary.disabled:hover>a:only-child:after,.automation .ant-btn-primary.disabled>a:only-child:after,.automation .ant-btn-primary[disabled].active>a:only-child:after,.automation .ant-btn-primary[disabled]:active>a:only-child:after,.automation .ant-btn-primary[disabled]:focus>a:only-child:after,.automation .ant-btn-primary[disabled]:hover>a:only-child:after,.automation .ant-btn-primary[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-group .ant-btn-primary:not(:first-child,:last-child){border-left-color:#40a9ff;border-right-color:#40a9ff}.automation .ant-btn-group .ant-btn-primary:not(:first-child,:last-child):disabled{border-color:#d9d9d9}.automation .ant-btn-group .ant-btn-primary:first-child:not(:last-child){border-right-color:#40a9ff}.automation .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled]{border-right-color:#d9d9d9}.automation .ant-btn-group .ant-btn-primary+.ant-btn-primary,.automation .ant-btn-group .ant-btn-primary:last-child:not(:first-child){border-left-color:#40a9ff}.automation .ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],.automation .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled]{border-left-color:#d9d9d9}.automation .ant-btn-ghost{border-color:#d9d9d9;background-color:transparent;color:rgba(0,0,0,.65)}.automation .ant-btn-ghost>a:only-child{color:currentcolor}.automation .ant-btn-ghost>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-ghost:focus,.automation .ant-btn-ghost:hover{border-color:#40a9ff;background-color:transparent;color:#40a9ff}.automation .ant-btn-ghost:focus>a:only-child,.automation .ant-btn-ghost:hover>a:only-child{color:currentcolor}.automation .ant-btn-ghost:focus>a:only-child:after,.automation .ant-btn-ghost:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-ghost.active,.automation .ant-btn-ghost:active{border-color:#096dd9;background-color:transparent;color:#096dd9}.automation .ant-btn-ghost.active>a:only-child,.automation .ant-btn-ghost:active>a:only-child{color:currentcolor}.automation .ant-btn-ghost.active>a:only-child:after,.automation .ant-btn-ghost:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-ghost.disabled,.automation .ant-btn-ghost.disabled.active,.automation .ant-btn-ghost.disabled:active,.automation .ant-btn-ghost.disabled:focus,.automation .ant-btn-ghost.disabled:hover,.automation .ant-btn-ghost[disabled],.automation .ant-btn-ghost[disabled].active,.automation .ant-btn-ghost[disabled]:active,.automation .ant-btn-ghost[disabled]:focus,.automation .ant-btn-ghost[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-btn-ghost.disabled.active>a:only-child,.automation .ant-btn-ghost.disabled:active>a:only-child,.automation .ant-btn-ghost.disabled:focus>a:only-child,.automation .ant-btn-ghost.disabled:hover>a:only-child,.automation .ant-btn-ghost.disabled>a:only-child,.automation .ant-btn-ghost[disabled].active>a:only-child,.automation .ant-btn-ghost[disabled]:active>a:only-child,.automation .ant-btn-ghost[disabled]:focus>a:only-child,.automation .ant-btn-ghost[disabled]:hover>a:only-child,.automation .ant-btn-ghost[disabled]>a:only-child{color:currentcolor}.automation .ant-btn-ghost.disabled.active>a:only-child:after,.automation .ant-btn-ghost.disabled:active>a:only-child:after,.automation .ant-btn-ghost.disabled:focus>a:only-child:after,.automation .ant-btn-ghost.disabled:hover>a:only-child:after,.automation .ant-btn-ghost.disabled>a:only-child:after,.automation .ant-btn-ghost[disabled].active>a:only-child:after,.automation .ant-btn-ghost[disabled]:active>a:only-child:after,.automation .ant-btn-ghost[disabled]:focus>a:only-child:after,.automation .ant-btn-ghost[disabled]:hover>a:only-child:after,.automation .ant-btn-ghost[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-dashed{border-style:dashed;border-color:#d9d9d9;background-color:#fff;color:rgba(0,0,0,.65)}.automation .ant-btn-dashed>a:only-child{color:currentcolor}.automation .ant-btn-dashed>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-dashed:focus,.automation .ant-btn-dashed:hover{border-color:#40a9ff;background-color:#fff;color:#40a9ff}.automation .ant-btn-dashed:focus>a:only-child,.automation .ant-btn-dashed:hover>a:only-child{color:currentcolor}.automation .ant-btn-dashed:focus>a:only-child:after,.automation .ant-btn-dashed:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-dashed.active,.automation .ant-btn-dashed:active{border-color:#096dd9;background-color:#fff;color:#096dd9}.automation .ant-btn-dashed.active>a:only-child,.automation .ant-btn-dashed:active>a:only-child{color:currentcolor}.automation .ant-btn-dashed.active>a:only-child:after,.automation .ant-btn-dashed:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-dashed.disabled,.automation .ant-btn-dashed.disabled.active,.automation .ant-btn-dashed.disabled:active,.automation .ant-btn-dashed.disabled:focus,.automation .ant-btn-dashed.disabled:hover,.automation .ant-btn-dashed[disabled],.automation .ant-btn-dashed[disabled].active,.automation .ant-btn-dashed[disabled]:active,.automation .ant-btn-dashed[disabled]:focus,.automation .ant-btn-dashed[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-btn-dashed.disabled.active>a:only-child,.automation .ant-btn-dashed.disabled:active>a:only-child,.automation .ant-btn-dashed.disabled:focus>a:only-child,.automation .ant-btn-dashed.disabled:hover>a:only-child,.automation .ant-btn-dashed.disabled>a:only-child,.automation .ant-btn-dashed[disabled].active>a:only-child,.automation .ant-btn-dashed[disabled]:active>a:only-child,.automation .ant-btn-dashed[disabled]:focus>a:only-child,.automation .ant-btn-dashed[disabled]:hover>a:only-child,.automation .ant-btn-dashed[disabled]>a:only-child{color:currentcolor}.automation .ant-btn-dashed.disabled.active>a:only-child:after,.automation .ant-btn-dashed.disabled:active>a:only-child:after,.automation .ant-btn-dashed.disabled:focus>a:only-child:after,.automation .ant-btn-dashed.disabled:hover>a:only-child:after,.automation .ant-btn-dashed.disabled>a:only-child:after,.automation .ant-btn-dashed[disabled].active>a:only-child:after,.automation .ant-btn-dashed[disabled]:active>a:only-child:after,.automation .ant-btn-dashed[disabled]:focus>a:only-child:after,.automation .ant-btn-dashed[disabled]:hover>a:only-child:after,.automation .ant-btn-dashed[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-danger{border-color:#d9d9d9;background-color:#f5f5f5;color:#f5222d}.automation .ant-btn-danger>a:only-child{color:currentcolor}.automation .ant-btn-danger>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-danger:hover{border-color:#ff4d4f;background-color:#ff4d4f;color:#fff}.automation .ant-btn-danger:hover>a:only-child{color:currentcolor}.automation .ant-btn-danger:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-danger:focus{border-color:#ff4d4f;background-color:#fff;color:#ff4d4f}.automation .ant-btn-danger:focus>a:only-child{color:currentcolor}.automation .ant-btn-danger:focus>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-danger.active,.automation .ant-btn-danger:active{border-color:#cf1322;background-color:#cf1322;color:#fff}.automation .ant-btn-danger.active>a:only-child,.automation .ant-btn-danger:active>a:only-child{color:currentcolor}.automation .ant-btn-danger.active>a:only-child:after,.automation .ant-btn-danger:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-danger.disabled,.automation .ant-btn-danger.disabled.active,.automation .ant-btn-danger.disabled:active,.automation .ant-btn-danger.disabled:focus,.automation .ant-btn-danger.disabled:hover,.automation .ant-btn-danger[disabled],.automation .ant-btn-danger[disabled].active,.automation .ant-btn-danger[disabled]:active,.automation .ant-btn-danger[disabled]:focus,.automation .ant-btn-danger[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-btn-danger.disabled.active>a:only-child,.automation .ant-btn-danger.disabled:active>a:only-child,.automation .ant-btn-danger.disabled:focus>a:only-child,.automation .ant-btn-danger.disabled:hover>a:only-child,.automation .ant-btn-danger.disabled>a:only-child,.automation .ant-btn-danger[disabled].active>a:only-child,.automation .ant-btn-danger[disabled]:active>a:only-child,.automation .ant-btn-danger[disabled]:focus>a:only-child,.automation .ant-btn-danger[disabled]:hover>a:only-child,.automation .ant-btn-danger[disabled]>a:only-child{color:currentcolor}.automation .ant-btn-danger.disabled.active>a:only-child:after,.automation .ant-btn-danger.disabled:active>a:only-child:after,.automation .ant-btn-danger.disabled:focus>a:only-child:after,.automation .ant-btn-danger.disabled:hover>a:only-child:after,.automation .ant-btn-danger.disabled>a:only-child:after,.automation .ant-btn-danger[disabled].active>a:only-child:after,.automation .ant-btn-danger[disabled]:active>a:only-child:after,.automation .ant-btn-danger[disabled]:focus>a:only-child:after,.automation .ant-btn-danger[disabled]:hover>a:only-child:after,.automation .ant-btn-danger[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-circle,.automation .ant-btn-circle-outline{padding:0;border-radius:50%;width:32px;height:32px;font-size:16px}.automation .ant-btn-circle-outline.ant-btn-lg,.automation .ant-btn-circle.ant-btn-lg{padding:0;border-radius:50%;width:40px;height:40px;font-size:18px}.automation .ant-btn-circle-outline.ant-btn-sm,.automation .ant-btn-circle.ant-btn-sm{padding:0;border-radius:50%;width:24px;height:24px;font-size:14px}.automation .ant-btn:before{display:none;position:absolute;inset:-1px;z-index:1;border-radius:inherit;background:#fff;opacity:.35;pointer-events:none;content:"";transition:opacity .2s}.automation .ant-btn .anticon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-btn.ant-btn-loading:before{display:block}.automation .ant-btn.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only){position:relative;padding-left:29px;pointer-events:none}.automation .ant-btn.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only) .anticon{margin-left:-14px}.automation .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only){padding-left:24px}.automation .ant-btn-sm.ant-btn-loading:not(.ant-btn-circle,.ant-btn-circle-outline,.ant-btn-icon-only) .anticon{margin-left:-17px}.automation .ant-btn-group{display:inline-block;position:relative}.automation .ant-btn-group>.ant-btn,.automation .ant-btn-group>span>.ant-btn{position:relative;line-height:30px}.automation .ant-btn-group>.ant-btn.active,.automation .ant-btn-group>.ant-btn:active,.automation .ant-btn-group>.ant-btn:focus,.automation .ant-btn-group>.ant-btn:hover,.automation .ant-btn-group>span>.ant-btn.active,.automation .ant-btn-group>span>.ant-btn:active,.automation .ant-btn-group>span>.ant-btn:focus,.automation .ant-btn-group>span>.ant-btn:hover{z-index:2}.automation .ant-btn-group>.ant-btn:disabled,.automation .ant-btn-group>span>.ant-btn:disabled{z-index:0}.automation .ant-btn-group-lg>.ant-btn,.automation .ant-btn-group-lg>span>.ant-btn{padding:0 15px;border-radius:0;height:40px;line-height:38px;font-size:16px}.automation .ant-btn-group-sm>.ant-btn,.automation .ant-btn-group-sm>span>.ant-btn{padding:0 7px;border-radius:0;height:24px;line-height:22px;font-size:14px}.automation .ant-btn-group-sm>.ant-btn>.anticon,.automation .ant-btn-group-sm>span>.ant-btn>.anticon{font-size:14px}.automation .ant-btn+.ant-btn-group,.automation .ant-btn-group .ant-btn+.ant-btn,.automation .ant-btn-group .ant-btn+span,.automation .ant-btn-group span+.ant-btn,.automation .ant-btn-group+.ant-btn,.automation .ant-btn-group+.ant-btn-group,.automation .ant-btn-group>span+span{margin-left:-1px}.automation .ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary,[disabled]){border-left-color:transparent}.automation .ant-btn-group .ant-btn{border-radius:0}.automation .ant-btn-group>.ant-btn:first-child,.automation .ant-btn-group>span:first-child>.ant-btn{margin-left:0}.automation .ant-btn-group>.ant-btn:only-child,.automation .ant-btn-group>span:only-child>.ant-btn{border-radius:4px}.automation .ant-btn-group>.ant-btn:first-child:not(:last-child),.automation .ant-btn-group>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.automation .ant-btn-group>.ant-btn:last-child:not(:first-child),.automation .ant-btn-group>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.automation .ant-btn-group-sm>.ant-btn:only-child,.automation .ant-btn-group-sm>span:only-child>.ant-btn{border-radius:4px}.automation .ant-btn-group-sm>.ant-btn:first-child:not(:last-child),.automation .ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.automation .ant-btn-group-sm>.ant-btn:last-child:not(:first-child),.automation .ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn{border-top-right-radius:4px;border-bottom-right-radius:4px}.automation .ant-btn-group>.ant-btn-group{float:left}.automation .ant-btn-group>.ant-btn-group:not(:first-child,:last-child)>.ant-btn{border-radius:0}.automation .ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.automation .ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.automation .ant-btn:not(.ant-btn-circle,.ant-btn-circle-outline).ant-btn-icon-only{padding-left:8px;padding-right:8px}.automation .ant-btn:active>span,.automation .ant-btn:focus>span{position:relative}.automation .ant-btn>.anticon+span,.automation .ant-btn>span+.anticon{margin-left:8px}.automation .ant-btn-background-ghost{border-color:#fff;background:transparent!important;color:#fff}.automation .ant-btn-background-ghost.ant-btn-primary{border-color:#1890ff;background-color:transparent;color:#1890ff}.automation .ant-btn-background-ghost.ant-btn-primary>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-primary>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-background-ghost.ant-btn-primary:focus,.automation .ant-btn-background-ghost.ant-btn-primary:hover{border-color:#40a9ff;background-color:transparent;color:#40a9ff}.automation .ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary:hover>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-background-ghost.ant-btn-primary.active,.automation .ant-btn-background-ghost.ant-btn-primary:active{border-color:#096dd9;background-color:transparent;color:#096dd9}.automation .ant-btn-background-ghost.ant-btn-primary.active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary:active>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-primary.active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-background-ghost.ant-btn-primary.disabled,.automation .ant-btn-background-ghost.ant-btn-primary.disabled.active,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:active,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:focus,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:hover,.automation .ant-btn-background-ghost.ant-btn-primary[disabled],.automation .ant-btn-background-ghost.ant-btn-primary[disabled].active,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:active,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-primary.disabled.active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:focus>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary.disabled:hover>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary.disabled>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary[disabled].active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-background-ghost.ant-btn-danger{border-color:#f5222d;background-color:transparent;color:#f5222d}.automation .ant-btn-background-ghost.ant-btn-danger>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-danger>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-background-ghost.ant-btn-danger:focus,.automation .ant-btn-background-ghost.ant-btn-danger:hover{border-color:#ff4d4f;background-color:transparent;color:#ff4d4f}.automation .ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger:hover>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-background-ghost.ant-btn-danger.active,.automation .ant-btn-background-ghost.ant-btn-danger:active{border-color:#cf1322;background-color:transparent;color:#cf1322}.automation .ant-btn-background-ghost.ant-btn-danger.active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger:active>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-danger.active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-background-ghost.ant-btn-danger.disabled,.automation .ant-btn-background-ghost.ant-btn-danger.disabled.active,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:active,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:focus,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:hover,.automation .ant-btn-background-ghost.ant-btn-danger[disabled],.automation .ant-btn-background-ghost.ant-btn-danger[disabled].active,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:active,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child{color:currentcolor}.automation .ant-btn-background-ghost.ant-btn-danger.disabled.active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:focus>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger.disabled:hover>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger.disabled>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger[disabled].active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,.automation .ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after{position:absolute;inset:0;background:transparent;content:""}.automation .ant-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.automation .ant-btn-two-chinese-chars>*{margin-right:-.34em;letter-spacing:.34em}.automation .ant-btn-block{width:100%}.automation a.ant-btn{line-height:30px}.automation a.ant-btn-lg{line-height:38px}.automation a.ant-btn-sm{line-height:22px}.automation .ant-modal{position:relative;top:100px;list-style:none;box-sizing:border-box;margin:0;margin:0 auto;padding:0;padding-bottom:24px;width:auto;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-modal-wrap{overflow:auto;position:fixed;inset:0;z-index:1000;outline:0;-webkit-overflow-scrolling:touch}.automation .ant-modal-title{margin:0;line-height:22px;font-weight:500;font-size:16px;color:rgba(0,0,0,.85)}.automation .ant-modal-content{position:relative;border:0;border-radius:4px;background-color:#fff;background-clip:padding-box;box-shadow:0 4px 12px rgba(0,0,0,.15)}.automation .ant-modal-close{position:absolute;right:0;top:0;z-index:10;padding:0;border:0;outline:0;background:transparent;cursor:pointer;line-height:1;text-decoration:none;font-weight:700;color:rgba(0,0,0,.45);transition:color .3s}.automation .ant-modal-close-x{display:block;width:56px;height:56px;line-height:56px;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:16px;text-rendering:auto}.automation .ant-modal-close-x:before{display:block;font-family:anticon!important;content:"\e633"}.automation .ant-modal-close:focus,.automation .ant-modal-close:hover{text-decoration:none;color:#444}.automation .ant-modal-header{padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0;background:#fff;color:rgba(0,0,0,.65)}.automation .ant-modal-body{padding:24px;line-height:1.5;font-size:14px;word-wrap:break-word}.automation .ant-modal-footer{padding:10px 16px;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px;text-align:right}.automation .ant-modal-footer button+button{margin-left:8px;margin-bottom:0}.automation .ant-modal.zoom-appear,.automation .ant-modal.zoom-enter{opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:none;animation-duration:.3s}.automation .ant-modal-mask{position:fixed;inset:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.65);filter:alpha(opacity=50)}.automation .ant-modal-mask-hidden{display:none}.automation .ant-modal-open{overflow:hidden}.automation .ant-modal-centered{text-align:center}.automation .ant-modal-centered:before{display:inline-block;width:0;height:100%;vertical-align:middle;content:""}.automation .ant-modal-centered .ant-modal{display:inline-block;top:0;vertical-align:middle;text-align:left}.automation .ant-modal-centered .ant-table-body{overflow-x:auto;white-space:nowrap}@media (width <= 767px){.automation .ant-modal{margin:10px;width:auto!important}.automation .ant-modal-centered .ant-modal{flex:1}}.automation .ant-confirm .ant-modal-close,.automation .ant-confirm .ant-modal-header{display:none}.automation .ant-confirm .ant-modal-body{padding:32px 32px 24px}.automation .ant-confirm-body-wrapper{zoom:1}.automation .ant-confirm-body-wrapper:after,.automation .ant-confirm-body-wrapper:before{display:table;content:""}.automation .ant-confirm-body-wrapper:after{clear:both}.automation .ant-confirm-body .ant-confirm-title{display:block;overflow:hidden;line-height:1.4;font-weight:500;font-size:16px;color:rgba(0,0,0,.85)}.automation .ant-confirm-body .ant-confirm-content{margin-left:38px;margin-top:8px;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-confirm-body>.anticon{float:left;margin-right:16px;font-size:22px}.automation .ant-confirm .ant-confirm-btns{float:right;margin-top:24px}.automation .ant-confirm .ant-confirm-btns button+button{margin-left:8px;margin-bottom:0}.automation .ant-confirm-error .ant-confirm-body>.anticon{color:#f5222d}.automation .ant-confirm-confirm .ant-confirm-body>.anticon,.automation .ant-confirm-warning .ant-confirm-body>.anticon{color:#faad14}.automation .ant-confirm-info .ant-confirm-body>.anticon{color:#1890ff}.automation .ant-confirm-success .ant-confirm-body>.anticon{color:#52c41a}.automation .ant-checkbox{display:inline-block;position:relative;top:-.09em;list-style:none;box-sizing:border-box;margin:0;padding:0;outline:none;cursor:pointer;line-height:1;vertical-align:middle;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap}.automation .ant-checkbox-input:focus+.ant-checkbox-inner,.automation .ant-checkbox-wrapper:hover .ant-checkbox-inner,.automation .ant-checkbox:hover .ant-checkbox-inner{border-color:#1890ff}.automation .ant-checkbox-checked:after{visibility:hidden;position:absolute;left:0;top:0;border:1px solid #1890ff;border-radius:2px;width:100%;height:100%;content:"";animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:both}.automation .ant-checkbox-wrapper:hover .ant-checkbox:after,.automation .ant-checkbox:hover:after{visibility:visible}.automation .ant-checkbox-inner{display:block;position:relative;left:0;top:0;border:1px solid #d9d9d9;border-radius:2px;width:16px;height:16px;background-color:#fff;transition:all .3s}.automation .ant-checkbox-inner:after{display:table;position:absolute;left:4.57142857px;top:1.14285714px;border:2px solid #fff;border-left:0;border-top:0;width:5.71428571px;height:9.14285714px;opacity:0;content:" ";transform:rotate(45deg) scale(0);transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s}.automation .ant-checkbox-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.automation .ant-checkbox-indeterminate .ant-checkbox-inner:after{left:50%;top:50%;border:0;width:9px;height:9px;background-color:#1890ff;opacity:1;content:" ";transform:translate(-50%,-50%) scale(1)}.automation .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25)}.automation .ant-checkbox-checked .ant-checkbox-inner:after{display:table;position:absolute;border:2px solid #fff;border-left:0;border-top:0;opacity:1;content:" ";transform:rotate(45deg) scale(1);transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s}.automation .ant-checkbox-checked .ant-checkbox-inner{border-color:#1890ff;background-color:#1890ff}.automation .ant-checkbox-disabled{cursor:not-allowed}.automation .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.automation .ant-checkbox-disabled .ant-checkbox-input{cursor:not-allowed}.automation .ant-checkbox-disabled .ant-checkbox-inner{border-color:#d9d9d9!important;background-color:#f5f5f5}.automation .ant-checkbox-disabled .ant-checkbox-inner:after{border-color:#f5f5f5;animation-name:none}.automation .ant-checkbox-disabled+span{cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-checkbox-wrapper{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;cursor:pointer;line-height:1.5;line-height:unset;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:8px}.automation .ant-checkbox+span,.automation .ant-checkbox-wrapper+span{padding-left:8px;padding-right:8px}.automation .ant-checkbox-group{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-checkbox-group-item{display:inline-block;margin-right:8px}.automation .ant-checkbox-group-item:last-child{margin-right:0}.automation .ant-checkbox-group-item+.ant-checkbox-group-item{margin-left:0}.automation .upgrade-new-version-modal .ant-modal-body{padding:0}.automation .upgrade-new-version-modal .ant-modal-footer{padding:0 0 23px}.automation .upgrade-new-version-modal .operate-footer{line-height:50px;text-align:center}.automation .xiaomi{position:fixed;right:36px;bottom:36px;z-index:9999}.automation .xiaomiIcon{display:flex;justify-content:center;align-items:center;opacity:.8;cursor:pointer}.automation .xiaomiIcon img{width:100%;height:100%}.automation .xiaomiAvatar{position:relative;width:162px;height:197px;background-image:url(https://img.alicdn.com/tfs/TB1c5.HgL6H8KJjy0FjXXaXepXa-324-394.png);background-size:100% 100%;cursor:pointer}.automation .xiaomiQuestions{padding-left:13px;padding-top:68px;line-height:28px;font-size:12px;color:#000}.automation .xiaomiAvatarCloseIcon{position:absolute;right:1px;top:10px;width:16px;height:16px;background-image:url(https://img.alicdn.com/tfs/TB1Hl3YgN6I8KJjy0FgXXXXzVXa-16-16.png);background-repeat:no-repeat;background-position:50%;background-size:8px 8px;cursor:pointer}.automation .xiaomiIframeOpenWrap{position:relative;border:1px solid #ddd;width:602px;height:600px;box-shadow:1px 1px 5px rgba(0,0,0,.15)}.automation .xiaomiIframe{border:none;width:600px;height:600px}.automation .xiaomiIframeCloseIcon{position:absolute;right:0;top:-24px;width:22px;height:24px;background-image:url(https://img.alicdn.com/tfs/TB1RWQYgTnI8KJjy0FfXXcdoVXa-44-48.png);background-size:100% 100%;cursor:pointer}.automation .helper-container{position:fixed;right:0;bottom:40px;z-index:998;width:112px;height:52px}.automation .helper-container .helper-item{cursor:pointer}.automation .helper-container .helper-item .helper-image{width:112px;height:52px;cursor:pointer}.automation .helper-container .helper-content{cursor:inherit;font-size:14px;color:#191f25}.automation .helper-container .ding-xiaomi .xiaomiIcon{position:absolute;inset:-5px -36px 5px -30px;content:""}.automation .helper-container .ding-xiaomi .xiaomiIcon>img{display:none}.automation .helper-container .xiaomiIframeOpenWrap.mini,.automation .helper-container .xiaomiIframeOpenWrap.mini .xiaomiIframe{height:520px}.automation .helper-container .helper-video{position:fixed;left:0;top:0;width:100%;height:100%}.automation .helper-container .helper-video .helper-video-content{position:fixed;left:10%;top:10%;z-index:1;width:80%;height:80%}.automation .helper-container .helper-video .helper-video-control{z-index:2}.automation .helper-container .helper-video .mask{position:fixed;inset:0;background:#000;opacity:.5}.automation .wf-loading{overflow:hidden;position:absolute;left:50%;top:38%;z-index:999;padding:34px!important;border-radius:5px;background:rgba(17,31,44,.4);text-align:center;color:#fff;transform:translate(-50%,-50%)}.automation .wf-loading .ani-loading{display:inline-block;margin-right:5px;width:44px;height:44px;background:url(//img.alicdn.com/tfs/TB1OayYguL2gK0jSZFmXXc7iXXa-128-128.svg) no-repeat;background-size:contain;vertical-align:middle;animation:spining 1.2s linear infinite}.automation .wf-loading .text{vertical-align:middle}.automation .fd-nav-container{display:inline-block;position:relative}.automation .fd-nav-container .ghost-bar{position:absolute;left:0;width:150px;height:100%;background:#1583f2;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .fd-nav-container .ghost-bar:after{position:absolute;left:50%;bottom:0;margin-left:-5px;border-width:0 5px 6px;border-style:solid;border-color:transparent transparent #f6f6f6;width:0;height:0;content:""}.automation .fd-nav-item{display:inline-block;position:relative;width:150px;cursor:pointer;line-height:60px;text-align:center;white-space:nowrap}.automation .fd-nav-item .order-num{display:inline-block;margin-right:6px;border:1px solid #fff;border-radius:50%;width:20px;height:20px;line-height:20px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .fd-nav-item.active .order-num{background:#fff;color:#1583f2}.automation .ant-drawer{position:fixed;top:0;z-index:1000;width:0}.automation .ant-drawer,.automation .ant-drawer>*{transition:transform .3s cubic-bezier(.9,0,.3,.7)}.automation .ant-drawer-content-wrapper{position:fixed}.automation .ant-drawer .ant-drawer-content{width:100%;height:100%;opacity:0;transition:opacity .3s linear}.automation .ant-drawer-left,.automation .ant-drawer-right{width:0;height:100%}.automation .ant-drawer-left .ant-drawer-content-wrapper,.automation .ant-drawer-right .ant-drawer-content-wrapper{height:100%}.automation .ant-drawer-left.ant-drawer-open,.automation .ant-drawer-right.ant-drawer-open{width:100%}.automation .ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:2px 0 8px rgba(0,0,0,.15)}.automation .ant-drawer-right .ant-drawer-content-wrapper{right:0}.automation .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:-2px 0 8px rgba(0,0,0,.15)}.automation .ant-drawer-bottom .ant-drawer-content,.automation .ant-drawer-bottom .ant-drawer-content-wrapper,.automation .ant-drawer-top .ant-drawer-content,.automation .ant-drawer-top .ant-drawer-content-wrapper{width:100%}.automation .ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.15)}.automation .ant-drawer-bottom .ant-drawer-content-wrapper{bottom:0}.automation .ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.15)}.automation .ant-drawer.ant-drawer-open .ant-drawer-content{opacity:1}.automation .ant-drawer.ant-drawer-open .ant-drawer-mask{height:100%;opacity:.3;transition:none;animation:antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1)}.automation .ant-drawer-title{margin:0;line-height:22px;font-weight:500;font-size:16px;color:rgba(0,0,0,.85)}.automation .ant-drawer-content{position:relative;z-index:1;border:0;background-color:#fff;background-clip:padding-box}.automation .ant-drawer-close{position:absolute;right:0;top:0;z-index:10;padding:0;border:0;outline:0;background:transparent;cursor:pointer;line-height:1;text-decoration:none;font-weight:700;color:rgba(0,0,0,.45);transition:color .3s}.automation .ant-drawer-close-x{display:block;width:56px;height:56px;line-height:56px;text-align:center;text-transform:none;font-style:normal;font-size:16px;text-rendering:auto}.automation .ant-drawer-close-x:before{display:block;font-family:anticon!important;content:"\e633"}.automation .ant-drawer-close:focus,.automation .ant-drawer-close:hover{text-decoration:none;color:#444}.automation .ant-drawer-header{padding:16px 24px;border-bottom:1px solid #e8e8e8;border-radius:4px 4px 0 0;background:#fff;color:rgba(0,0,0,.65)}.automation .ant-drawer-body{padding:24px;line-height:1.5;font-size:14px;word-wrap:break-word}.automation .ant-drawer-mask{position:fixed;width:100%;height:0;background-color:rgba(0,0,0,.65);filter:alpha(opacity=50);opacity:0;transition:opacity .3s linear,height 0s ease .3s}.automation .ant-drawer-open,.automation .ant-drawer-open>*{transition:transform .3s cubic-bezier(.7,.3,.1,1)}.automation .ant-drawer-open-content{box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes antdDrawerFadeIn{0%{opacity:0}to{opacity:.3}}.automation .ant-table-wrapper{zoom:1}.automation .ant-table-wrapper:after,.automation .ant-table-wrapper:before{display:table;content:""}.automation .ant-table-wrapper:after{clear:both}.automation .ant-table{clear:both;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-table-body{transition:opacity .3s}.automation .ant-table-empty .ant-table-body{overflow:auto!important}.automation .ant-table table{border-collapse:separate;border-spacing:0;border-radius:4px 4px 0 0;width:100%;text-align:left}.automation .ant-table-thead>tr>th{border-bottom:1px solid #e8e8e8;background:#fafafa;text-align:left;font-weight:500;color:rgba(0,0,0,.85);transition:background .3s ease}.automation .ant-table-thead>tr>th[colspan]{text-align:center}.automation .ant-table-thead>tr>th .ant-table-filter-icon,.automation .ant-table-thead>tr>th .anticon-filter{position:relative;margin-left:8px;width:14px;cursor:pointer;vertical-align:text-bottom;font-weight:400;font-size:14px;color:rgba(0,0,0,.45);transition:all .3s}.automation .ant-table-thead>tr>th .ant-table-filter-icon:hover,.automation .ant-table-thead>tr>th .anticon-filter:hover{color:rgba(0,0,0,.65)}.automation .ant-table-thead>tr>th .ant-table-column-sorter+.anticon-filter{margin-left:4px}.automation .ant-table-thead>tr>th .ant-table-filter-selected.anticon-filter{color:#1890ff}.automation .ant-table-thead>tr>th.ant-table-column-has-filters{overflow:hidden}.automation .ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:4px}.automation .ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:4px}.automation .ant-table-thead>tr:not(:last-child)>th[colspan]{border-bottom:0}.automation .ant-table-tbody>tr>td{border-bottom:1px solid #e8e8e8;transition:all .3s}.automation .ant-table-tbody>tr,.automation .ant-table-thead>tr{transition:all .3s}.automation .ant-table-tbody>tr.ant-table-row-hover>td,.automation .ant-table-tbody>tr:hover>td,.automation .ant-table-thead>tr.ant-table-row-hover>td,.automation .ant-table-thead>tr:hover>td{background:#e6f7ff}.automation .ant-table-thead>tr:hover{background:none}.automation .ant-table-footer{position:relative;padding:16px;border-top:1px solid #e8e8e8;border-radius:0 0 4px 4px;background:#fafafa}.automation .ant-table-footer:before{position:absolute;left:0;top:-1px;width:100%;height:1px;background:#fafafa;content:""}.automation .ant-table.ant-table-bordered .ant-table-footer{border:1px solid #e8e8e8}.automation .ant-table-title{position:relative;top:1px;padding:16px 0;border-radius:4px 4px 0 0}.automation .ant-table.ant-table-bordered .ant-table-title{padding-left:16px;padding-right:16px;border:1px solid #e8e8e8}.automation .ant-table-title+.ant-table-content{overflow:hidden;position:relative;border-radius:4px 4px 0 0}.automation .ant-table-bordered .ant-table-title+.ant-table-content,.automation .ant-table-bordered .ant-table-title+.ant-table-content .ant-table-thead>tr:first-child>th,.automation .ant-table-bordered .ant-table-title+.ant-table-content table,.automation .ant-table-without-column-header .ant-table-title+.ant-table-content,.automation .ant-table-without-column-header table{border-radius:0}.automation .ant-table-tbody>tr.ant-table-row-selected td{background:#fafafa}.automation .ant-table-thead>tr>th.ant-table-column-sort{background:#f5f5f5}.automation .ant-table-tbody>tr>td,.automation .ant-table-thead>tr>th{padding:16px;-ms-word-break:break-all;word-break:break-word}.automation .ant-table-thead>tr>th.ant-table-selection-column-custom{padding-left:16px;padding-right:0}.automation .ant-table-tbody>tr>td.ant-table-selection-column,.automation .ant-table-thead>tr>th.ant-table-selection-column{width:62px;min-width:62px;text-align:center}.automation .ant-table-tbody>tr>td.ant-table-selection-column .ant-radio-wrapper,.automation .ant-table-thead>tr>th.ant-table-selection-column .ant-radio-wrapper{margin-right:0}.automation .ant-table-expand-icon-th,.automation .ant-table-row-expand-icon-cell{width:50px;min-width:50px;text-align:center}.automation .ant-table-header{overflow:hidden;background:#fafafa}.automation .ant-table-header table{border-radius:4px 4px 0 0}.automation .ant-table-loading{position:relative}.automation .ant-table-loading .ant-table-body{background:#fff;opacity:.5}.automation .ant-table-loading .ant-table-spin-holder{position:absolute;left:50%;top:50%;margin-left:-30px;height:20px;line-height:20px}.automation .ant-table-loading .ant-table-with-pagination{margin-top:-20px}.automation .ant-table-loading .ant-table-without-pagination{margin-top:10px}.automation .ant-table-column-sorter{display:inline-block;position:relative;margin-left:8px;width:14px;height:14px;vertical-align:middle;text-align:center;font-weight:400;color:rgba(0,0,0,.45)}.automation .ant-table-column-sorter-down,.automation .ant-table-column-sorter-up{display:block;position:relative;width:14px;height:6px;cursor:pointer;line-height:6px}.automation .ant-table-column-sorter-down:hover .anticon,.automation .ant-table-column-sorter-up:hover .anticon{color:#69c0ff}.automation .ant-table-column-sorter-down.on .anticon-caret-down,.automation .ant-table-column-sorter-down.on .anticon-caret-up,.automation .ant-table-column-sorter-up.on .anticon-caret-down,.automation .ant-table-column-sorter-up.on .anticon-caret-up{color:#1890ff}.automation .ant-table-column-sorter-down:after,.automation .ant-table-column-sorter-up:after{position:absolute;left:0;width:14px;height:30px;content:""}.automation .ant-table-column-sorter-up:after{bottom:0}.automation .ant-table-column-sorter-down:after{top:0}.automation .ant-table-column-sorter .anticon-caret-down,.automation .ant-table-column-sorter .anticon-caret-up{display:inline-block;display:block;position:relative;height:4px;line-height:4px;font-size:12px;font-size:8px\9;transform:scale(.66666667) rotate(0deg);transition:all .3s}.automation :root .ant-table-column-sorter .anticon-caret-down,.automation :root .ant-table-column-sorter .anticon-caret-up{font-size:12px}.automation .ant-table-column-sorter-down{margin-top:1.5px}.automation .ant-table-column-sorter .anticon-caret-up{margin-top:.5px}.automation .ant-table-bordered .ant-table-body>table,.automation .ant-table-bordered .ant-table-fixed-left table,.automation .ant-table-bordered .ant-table-fixed-right table,.automation .ant-table-bordered .ant-table-header>table{border:1px solid #e8e8e8;border-right:0;border-bottom:0}.automation .ant-table-bordered.ant-table-empty .ant-table-placeholder{border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8}.automation .ant-table-bordered.ant-table-fixed-header .ant-table-header>table{border-bottom:0}.automation .ant-table-bordered.ant-table-fixed-header .ant-table-body>table{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.automation .ant-table-bordered.ant-table-fixed-header .ant-table-body-inner>table{border-top:0}.automation .ant-table-bordered.ant-table-fixed-header .ant-table-placeholder{border:0}.automation .ant-table-bordered .ant-table-thead>tr:not(:last-child)>th{border-bottom:1px solid #e8e8e8}.automation .ant-table-bordered .ant-table-tbody>tr>td,.automation .ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid #e8e8e8}.automation .ant-table-placeholder{position:relative;z-index:1;padding:16px;border-bottom:1px solid #e8e8e8;background:#fff;text-align:center;font-size:14px;color:rgba(0,0,0,.45)}.automation .ant-table-placeholder .anticon{margin-right:4px}.automation .ant-table-pagination.ant-pagination{float:right;margin:16px 0}.automation .ant-table-filter-dropdown{margin-left:-8px;border-radius:4px;min-width:96px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.automation .ant-table-filter-dropdown .ant-dropdown-menu{border:0;border-radius:4px 4px 0 0;box-shadow:none}.automation .ant-table-filter-dropdown .ant-dropdown-menu-without-submenu{overflow-x:hidden;max-height:400px}.automation .ant-table-filter-dropdown .ant-dropdown-menu-item>label+span{padding-right:0}.automation .ant-table-filter-dropdown .ant-dropdown-menu-sub{border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.automation .ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after{text-shadow:0 0 2px #bae7ff;font-weight:700;color:#1890ff}.automation .ant-table-filter-dropdown .ant-dropdown-menu-item{overflow:hidden}.automation .ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-item:last-child,.automation .ant-table-filter-dropdown>.ant-dropdown-menu>.ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title{border-radius:0}.automation .ant-table-filter-dropdown-btns{overflow:hidden;padding:7px 8px;border-top:1px solid #e8e8e8}.automation .ant-table-filter-dropdown-link{color:#1890ff}.automation .ant-table-filter-dropdown-link:hover{color:#40a9ff}.automation .ant-table-filter-dropdown-link:active{color:#096dd9}.automation .ant-table-filter-dropdown-link.confirm{float:left}.automation .ant-table-filter-dropdown-link.clear{float:right}.automation .ant-table-selection-select-all-custom{margin-right:4px!important}.automation .ant-table-selection .anticon-down{color:rgba(0,0,0,.45);transition:all .3s}.automation .ant-table-selection-menu{margin-left:-30px;margin-top:5px;border-radius:4px;min-width:96px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15)}.automation .ant-table-selection-menu .ant-action-down{color:rgba(0,0,0,.45)}.automation .ant-table-selection-down{display:inline-block;padding:0;cursor:pointer;line-height:1}.automation .ant-table-selection-down:hover .anticon-down{color:#666}.automation .ant-table-row-expand-icon{display:inline-block;border:1px solid #e8e8e8;width:17px;height:17px;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:14px;text-align:center}.automation .ant-table-row-expanded:after{content:"-"}.automation .ant-table-row-collapsed:after{content:"+"}.automation .ant-table-row-spaced{visibility:hidden}.automation .ant-table-row-spaced:after{content:"."}.automation .ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column>span{display:inline-block}.automation tr.ant-table-expanded-row,.automation tr.ant-table-expanded-row:hover{background:#fbfbfb}.automation .ant-table .ant-table-row-indent+.ant-table-row-expand-icon{margin-right:8px}.automation .ant-table-scroll{overflow:auto;overflow-x:hidden}.automation .ant-table-scroll table{width:auto;min-width:100%}.automation .ant-table-body-inner{height:100%}.automation .ant-table-fixed-header>.ant-table-content>.ant-table-scroll>.ant-table-body{position:relative;background:#fff}.automation .ant-table-fixed-header .ant-table-body-inner{overflow:scroll}.automation .ant-table-fixed-header .ant-table-scroll .ant-table-header{overflow:scroll;margin-bottom:-20px;padding-bottom:20px}.automation .ant-table-fixed-left,.automation .ant-table-fixed-right{overflow:hidden;position:absolute;top:0;border-radius:0;transition:box-shadow .3s ease}.automation .ant-table-fixed-left table,.automation .ant-table-fixed-right table{width:auto;background:#fff}.automation .ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,.automation .ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed{border-radius:0}.automation .ant-table-fixed-left{left:0;box-shadow:6px 0 6px -4px rgba(0,0,0,.15)}.automation .ant-table-fixed-left .ant-table-header{overflow-y:hidden}.automation .ant-table-fixed-left .ant-table-body-inner{margin-right:-20px;padding-right:20px}.automation .ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner{padding-right:0}.automation .ant-table-fixed-left,.automation .ant-table-fixed-left table{border-radius:4px 0 0}.automation .ant-table-fixed-left .ant-table-thead>tr>th:last-child{border-top-right-radius:0}.automation .ant-table-fixed-right{right:0;box-shadow:-6px 0 6px -4px rgba(0,0,0,.15)}.automation .ant-table-fixed-right,.automation .ant-table-fixed-right table{border-radius:0 4px 0 0}.automation .ant-table-fixed-right .ant-table-expanded-row{pointer-events:none;color:transparent}.automation .ant-table-fixed-right .ant-table-thead>tr>th:first-child{border-top-left-radius:0}.automation .ant-table.ant-table-scroll-position-left .ant-table-fixed-left,.automation .ant-table.ant-table-scroll-position-right .ant-table-fixed-right{box-shadow:none}.automation .ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-middle>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-middle>.ant-table-footer,.automation .ant-table-middle>.ant-table-title{padding:12px 8px}.automation .ant-table-small{border:1px solid #e8e8e8;border-radius:4px}.automation .ant-table-small>.ant-table-footer,.automation .ant-table-small>.ant-table-title{padding:8px}.automation .ant-table-small>.ant-table-title{top:0;border-bottom:1px solid #e8e8e8}.automation .ant-table-small>.ant-table-content>.ant-table-body>table,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.automation .ant-table-small>.ant-table-content>.ant-table-header>table,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0 8px;border:0}.automation .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-tbody>tr>td,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{padding:8px}.automation .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-header>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table>.ant-table-thead>tr>th,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table>.ant-table-thead>tr>th{border-bottom:1px solid #e8e8e8;background:#fff}.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-body-outer>.ant-table-body-inner>table,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-left>.ant-table-header>table,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-body-outer>.ant-table-body-inner>table,.automation .ant-table-small>.ant-table-content>.ant-table-fixed-right>.ant-table-header>table,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-body>table,.automation .ant-table-small>.ant-table-content>.ant-table-scroll>.ant-table-header>table{padding:0}.automation .ant-table-small>.ant-table-content .ant-table-header{background:#fff}.automation .ant-table-small>.ant-table-content .ant-table-placeholder,.automation .ant-table-small>.ant-table-content .ant-table-row:last-child td{border-bottom:0}.automation .ant-table-small.ant-table-bordered{border-right:0}.automation .ant-table-small.ant-table-bordered .ant-table-title{border:0;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.automation .ant-table-small.ant-table-bordered .ant-table-content{border-right:1px solid #e8e8e8}.automation .ant-table-small.ant-table-bordered .ant-table-footer{border:0;border-right:1px solid #e8e8e8;border-top:1px solid #e8e8e8}.automation .ant-table-small.ant-table-bordered .ant-table-footer:before{display:none}.automation .ant-table-small.ant-table-bordered .ant-table-placeholder{border-left:0;border-bottom:0}.automation .ant-table-small.ant-table-bordered .ant-table-tbody>tr>td:last-child,.automation .ant-table-small.ant-table-bordered .ant-table-thead>tr>th:last-child{border-right:none}.automation .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody>tr>td:last-child,.automation .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead>tr>th:last-child,.automation .ant-table-small.ant-table-bordered .ant-table-fixed-right{border-right:1px solid #e8e8e8}.automation .ant-radio-group{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;line-height:unset;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-radio-wrapper{margin:0;margin-right:8px}.automation .ant-radio,.automation .ant-radio-wrapper{display:inline-block;position:relative;list-style:none;box-sizing:border-box;padding:0;cursor:pointer;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap}.automation .ant-radio{margin:0;outline:none;line-height:1;vertical-align:sub}.automation .ant-radio-focused .ant-radio-inner,.automation .ant-radio-wrapper:hover .ant-radio .ant-radio-inner,.automation .ant-radio:hover .ant-radio-inner{border-color:#1890ff}.automation .ant-radio-checked:after{visibility:hidden;position:absolute;left:0;top:0;border:1px solid #1890ff;border-radius:50%;width:100%;height:100%;content:"";animation:antRadioEffect .36s ease-in-out;animation-fill-mode:both}.automation .ant-radio-wrapper:hover .ant-radio:after,.automation .ant-radio:hover:after{visibility:visible}.automation .ant-radio-inner{display:block;position:relative;left:0;top:0;border:1px solid #d9d9d9;border-radius:100px;width:16px;height:16px;background-color:#fff;transition:all .3s}.automation .ant-radio-inner:after{display:table;position:absolute;left:3px;top:3px;border-left:0;border-top:0;border-radius:8px;width:8px;height:8px;background-color:#1890ff;opacity:0;content:" ";transform:scale(0);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.automation .ant-radio-input{position:absolute;inset:0;z-index:1;opacity:0;cursor:pointer}.automation .ant-radio-checked .ant-radio-inner{border-color:#1890ff}.automation .ant-radio-checked .ant-radio-inner:after{opacity:1;transform:scale(.875);transition:all .3s cubic-bezier(.78,.14,.15,.86)}.automation .ant-radio-disabled .ant-radio-inner{border-color:#d9d9d9!important;background-color:#f5f5f5}.automation .ant-radio-disabled .ant-radio-inner:after{background-color:#ccc}.automation .ant-radio-disabled .ant-radio-input{cursor:not-allowed}.automation .ant-radio-disabled+span{cursor:not-allowed;color:rgba(0,0,0,.25)}.automation span.ant-radio+*{padding-left:8px;padding-right:8px}.automation .ant-radio-button-wrapper{display:inline-block;position:relative;margin:0;padding:0 15px;border:1px solid #d9d9d9;border-left:0;border-top-width:1.02px;height:32px;background:#fff;cursor:pointer;line-height:30px;color:rgba(0,0,0,.65);transition:all .3s ease}.automation .ant-radio-button-wrapper a{color:rgba(0,0,0,.65)}.automation .ant-radio-button-wrapper>.ant-radio-button{display:block;margin-left:0;width:0;height:0}.automation .ant-radio-group-large .ant-radio-button-wrapper{height:40px;line-height:38px;font-size:16px}.automation .ant-radio-group-small .ant-radio-button-wrapper{padding:0 7px;height:24px;line-height:22px}.automation .ant-radio-button-wrapper:not(:first-child):before{display:block;position:absolute;left:-1px;top:0;width:1px;height:100%;background-color:#d9d9d9;content:""}.automation .ant-radio-button-wrapper:first-child{border-left:1px solid #d9d9d9;border-radius:4px 0 0 4px}.automation .ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0}.automation .ant-radio-button-wrapper:first-child:last-child{border-radius:4px}.automation .ant-radio-button-wrapper-focused,.automation .ant-radio-button-wrapper:hover{position:relative;color:#1890ff}.automation .ant-radio-button-wrapper .ant-radio-inner,.automation .ant-radio-button-wrapper input[type=checkbox],.automation .ant-radio-button-wrapper input[type=radio]{width:0;height:0;opacity:0}.automation .ant-radio-button-wrapper-checked{z-index:1;border-color:#1890ff;background:#fff;box-shadow:-1px 0 0 0 #1890ff;color:#1890ff}.automation .ant-radio-button-wrapper-checked:before{background-color:#1890ff!important;opacity:.1}.automation .ant-radio-button-wrapper-checked:first-child{border-color:#1890ff;box-shadow:none!important}.automation .ant-radio-button-wrapper-checked:hover{border-color:#40a9ff;box-shadow:-1px 0 0 0 #40a9ff;color:#40a9ff}.automation .ant-radio-button-wrapper-checked:active{border-color:#096dd9;box-shadow:-1px 0 0 0 #096dd9;color:#096dd9}.automation .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){border-color:#1890ff;background:#1890ff;color:#fff}.automation .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{border-color:#40a9ff;background:#40a9ff;color:#fff}.automation .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active{border-color:#096dd9;background:#096dd9;color:#fff}.automation .ant-radio-button-wrapper-disabled{cursor:not-allowed}.automation .ant-radio-button-wrapper-disabled,.automation .ant-radio-button-wrapper-disabled:first-child,.automation .ant-radio-button-wrapper-disabled:hover{border-color:#d9d9d9;background-color:#f5f5f5;color:rgba(0,0,0,.25)}.automation .ant-radio-button-wrapper-disabled:first-child{border-left-color:#d9d9d9}.automation .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked{border-color:#d9d9d9;background-color:#e6e6e6;box-shadow:none;color:#fff}@keyframes antRadioEffect{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal){.automation .ant-radio{vertical-align:text-bottom}}.automation .ant-dropdown{display:block;position:absolute;left:-9999px;top:-9999px;z-index:1050;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-dropdown-wrap{position:relative}.automation .ant-dropdown-wrap .ant-btn>.anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.automation :root .ant-dropdown-wrap .ant-btn>.anticon-down{font-size:12px}.automation .ant-dropdown-wrap .anticon-down:before{transition:transform .2s}.automation .ant-dropdown-wrap-open .anticon-down:before{transform:rotate(180deg)}.automation .ant-dropdown-hidden,.automation .ant-dropdown-menu-hidden{display:none}.automation .ant-dropdown-menu{position:relative;list-style-type:none;margin:0;padding:4px 0;border-radius:4px;outline:none;background-color:#fff;background-clip:padding-box;box-shadow:0 2px 8px rgba(0,0,0,.15);text-align:left}.automation .ant-dropdown-menu-item-group-title{padding:5px 12px;color:rgba(0,0,0,.45);transition:all .3s}.automation .ant-dropdown-menu-submenu-popup{position:absolute;z-index:1050}.automation .ant-dropdown-menu-item,.automation .ant-dropdown-menu-submenu-title{clear:both;margin:0;padding:5px 12px;cursor:pointer;line-height:22px;font-weight:400;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap;transition:all .3s}.automation .ant-dropdown-menu-item>.anticon:first-child,.automation .ant-dropdown-menu-submenu-title>.anticon:first-child{margin-right:8px;min-width:12px}.automation .ant-dropdown-menu-item>a,.automation .ant-dropdown-menu-submenu-title>a{display:block;margin:-5px -12px;padding:5px 12px;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-dropdown-menu-item>a:focus,.automation .ant-dropdown-menu-submenu-title>a:focus{text-decoration:none}.automation .ant-dropdown-menu-item-selected,.automation .ant-dropdown-menu-item-selected>a,.automation .ant-dropdown-menu-submenu-title-selected,.automation .ant-dropdown-menu-submenu-title-selected>a{background-color:#e6f7ff;color:#1890ff}.automation .ant-dropdown-menu-item:hover,.automation .ant-dropdown-menu-submenu-title:hover{background-color:#e6f7ff}.automation .ant-dropdown-menu-item-disabled,.automation .ant-dropdown-menu-submenu-title-disabled{cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-dropdown-menu-item-disabled:hover,.automation .ant-dropdown-menu-submenu-title-disabled:hover{background-color:#fff;cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-dropdown-menu-item-divider,.automation .ant-dropdown-menu-submenu-title-divider{overflow:hidden;margin:4px 0;height:1px;background-color:#e8e8e8;line-height:0}.automation .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,.automation .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow{position:absolute;right:8px}.automation .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.automation .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{display:inline-block;font-family:anticon!important;font-style:normal;font-size:12px;font-size:10px\9;color:rgba(0,0,0,.45);content:"\e61f";transform:scale(.83333333) rotate(0deg)}.automation :root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.automation :root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{font-size:12px}.automation .ant-dropdown-menu-submenu-title{padding-right:26px}.automation .ant-dropdown-menu-submenu-vertical{position:relative}.automation .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu{position:absolute;left:100%;top:0;margin-left:4px;min-width:100%;transform-origin:0 0}.automation .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,.automation .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{color:rgba(0,0,0,.25)}.automation .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,.automation .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,.automation .ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight,.automation .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,.automation .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,.automation .ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpIn}.automation .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,.automation .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,.automation .ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight,.automation .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,.automation .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,.automation .ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight{animation-name:antSlideDownIn}.automation .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,.automation .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,.automation .ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight{animation-name:antSlideUpOut}.automation .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,.automation .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,.automation .ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight{animation-name:antSlideDownOut}.automation .ant-dropdown-link .anticon-down,.automation .ant-dropdown-trigger .anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.automation :root .ant-dropdown-link .anticon-down,.automation :root .ant-dropdown-trigger .anticon-down{font-size:12px}.automation .ant-dropdown-link .anticon-ellipsis,.automation .ant-dropdown-trigger .anticon-ellipsis{text-shadow:0 0 currentcolor}.automation .ant-dropdown-button{white-space:nowrap}.automation .ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child){padding-left:8px;padding-right:8px}.automation .ant-dropdown-button .anticon-down{display:inline-block;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.automation :root .ant-dropdown-button .anticon-down{font-size:12px}.automation .ant-dropdown-menu-dark,.automation .ant-dropdown-menu-dark .ant-dropdown-menu{background:#001529}.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item>a,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after{color:hsla(0,0%,100%,.65)}.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover{background:transparent;color:#fff}.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,.automation .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a{background:#1890ff;color:#fff}.automation .ant-spin{display:none;position:absolute;list-style:none;box-sizing:border-box;margin:0;padding:0;opacity:0;line-height:1.5;vertical-align:middle;text-align:center;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);color:#1890ff;transition:transform .3s cubic-bezier(.78,.14,.15,.86)}.automation .ant-spin-spinning{display:inline-block;position:static;opacity:1}.automation .ant-spin-nested-loading{position:relative}.automation .ant-spin-nested-loading>div>.ant-spin{display:block;position:absolute;z-index:4;width:100%;height:100%;max-height:360px}.automation .ant-spin-nested-loading>div>.ant-spin .ant-spin-dot{position:absolute;left:50%;top:50%;margin:-10px}.automation .ant-spin-nested-loading>div>.ant-spin .ant-spin-text{position:absolute;top:50%;padding-top:5px;width:100%;text-shadow:0 1px 2px #fff}.automation .ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot{margin-top:-20px}.automation .ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot{margin:-7px}.automation .ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text{padding-top:2px}.automation .ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot{margin-top:-17px}.automation .ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot{margin:-16px}.automation .ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text{padding-top:11px}.automation .ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot{margin-top:-26px}.automation .ant-spin-container{position:relative;zoom:1;transition:opacity .3s}.automation .ant-spin-container:after,.automation .ant-spin-container:before{display:table;content:""}.automation .ant-spin-container:after{clear:both}.automation .ant-spin-blur{overflow:hidden;filter:blur(.5px);filter:progid\: DXImageTransform\.Microsoft\.Blur(PixelRadius\=1,MakeShadow\=false);opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.automation .ant-spin-blur:after{position:absolute;inset:0;z-index:10;background:#fff;opacity:.3;content:"";transition:all .3s}.automation .ant-spin-tip{color:rgba(0,0,0,.45)}.automation .ant-spin-dot{display:inline-block;position:relative;width:20px;height:20px;font-size:20px}.automation .ant-spin-dot i{display:block;position:absolute;border-radius:100%;width:9px;height:9px;background-color:#1890ff;opacity:.3;transform:scale(.75);transform-origin:50% 50%;animation:antSpinMove 1s linear infinite alternate}.automation .ant-spin-dot i:first-child{left:0;top:0}.automation .ant-spin-dot i:nth-child(2){right:0;top:0;animation-delay:.4s}.automation .ant-spin-dot i:nth-child(3){right:0;bottom:0;animation-delay:.8s}.automation .ant-spin-dot i:nth-child(4){left:0;bottom:0;animation-delay:1.2s}.automation .ant-spin-dot-spin{transform:rotate(45deg);animation:antRotate 1.2s linear infinite}.automation .ant-spin-sm .ant-spin-dot{width:14px;height:14px;font-size:14px}.automation .ant-spin-sm .ant-spin-dot i{width:6px;height:6px}.automation .ant-spin-lg .ant-spin-dot{width:32px;height:32px;font-size:32px}.automation .ant-spin-lg .ant-spin-dot i{width:14px;height:14px}.automation .ant-spin.ant-spin-show-text .ant-spin-text{display:block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.automation .ant-spin-blur{background:#fff;opacity:.5}}@keyframes antSpinMove{to{opacity:1}}@keyframes antRotate{to{transform:rotate(405deg)}}.automation .ant-pagination{box-sizing:border-box;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-pagination,.automation .ant-pagination ol,.automation .ant-pagination ul{list-style:none;margin:0;padding:0}.automation .ant-pagination:after{display:block;visibility:hidden;overflow:hidden;clear:both;height:0;content:" "}.automation .ant-pagination-item,.automation .ant-pagination-total-text{display:inline-block;margin-right:8px;height:32px;line-height:30px;vertical-align:middle}.automation .ant-pagination-item{list-style:none;border:1px solid #d9d9d9;border-radius:4px;min-width:32px;outline:0;background-color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;font-family:Arial}.automation .ant-pagination-item a{margin:0 6px;text-decoration:none;color:rgba(0,0,0,.65);transition:none}.automation .ant-pagination-item:focus,.automation .ant-pagination-item:hover{border-color:#1890ff;transition:all .3s}.automation .ant-pagination-item:focus a,.automation .ant-pagination-item:hover a{color:#1890ff}.automation .ant-pagination-item-active{border-color:#1890ff;font-weight:500}.automation .ant-pagination-item-active a{color:#1890ff}.automation .ant-pagination-item-active:focus,.automation .ant-pagination-item-active:hover{border-color:#40a9ff}.automation .ant-pagination-item-active:focus a,.automation .ant-pagination-item-active:hover a{color:#40a9ff}.automation .ant-pagination-jump-next,.automation .ant-pagination-jump-prev{outline:0}.automation .ant-pagination-jump-next:after,.automation .ant-pagination-jump-prev:after{display:block;text-align:center;color:rgba(0,0,0,.25);letter-spacing:2px;content:"•••"}.automation .ant-pagination-jump-next:focus:after,.automation .ant-pagination-jump-next:hover:after,.automation .ant-pagination-jump-prev:focus:after,.automation .ant-pagination-jump-prev:hover:after{display:inline-block;font-family:anticon;font-size:12px;font-size:8px\9;color:#1890ff;letter-spacing:-1px;transform:scale(.66666667) rotate(0deg)}.automation :root .ant-pagination-jump-next:focus:after,.automation :root .ant-pagination-jump-next:hover:after,.automation :root .ant-pagination-jump-prev:focus:after,.automation :root .ant-pagination-jump-prev:hover:after{font-size:12px}.automation .ant-pagination-jump-prev:focus:after,.automation .ant-pagination-jump-prev:hover:after{content:"\e620\e620"}.automation .ant-pagination-jump-next:focus:after,.automation .ant-pagination-jump-next:hover:after{content:"\e61f\e61f"}.automation .ant-pagination-jump-next,.automation .ant-pagination-jump-prev,.automation .ant-pagination-prev{margin-right:8px}.automation .ant-pagination-jump-next,.automation .ant-pagination-jump-prev,.automation .ant-pagination-next,.automation .ant-pagination-prev{display:inline-block;list-style:none;border-radius:4px;min-width:32px;height:32px;cursor:pointer;line-height:32px;vertical-align:middle;text-align:center;font-family:Arial;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-pagination-next,.automation .ant-pagination-prev{outline:0}.automation .ant-pagination-next a,.automation .ant-pagination-prev a{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:rgba(0,0,0,.65)}.automation .ant-pagination-next:hover a,.automation .ant-pagination-prev:hover a{border-color:#40a9ff}.automation .ant-pagination-next .ant-pagination-item-link,.automation .ant-pagination-prev .ant-pagination-item-link{display:block;border:1px solid #d9d9d9;border-radius:4px;outline:none;background-color:#fff;transition:all .3s}.automation .ant-pagination-next .ant-pagination-item-link:after,.automation .ant-pagination-prev .ant-pagination-item-link:after{display:block;height:30px;text-align:center;font-family:anticon;font-weight:500;font-size:12px}.automation .ant-pagination-next:focus .ant-pagination-item-link,.automation .ant-pagination-next:hover .ant-pagination-item-link,.automation .ant-pagination-prev:focus .ant-pagination-item-link,.automation .ant-pagination-prev:hover .ant-pagination-item-link{border-color:#1890ff;color:#1890ff}.automation .ant-pagination-disabled,.automation .ant-pagination-disabled:focus,.automation .ant-pagination-disabled:hover{cursor:not-allowed}.automation .ant-pagination-disabled .ant-pagination-item-link,.automation .ant-pagination-disabled a,.automation .ant-pagination-disabled:focus .ant-pagination-item-link,.automation .ant-pagination-disabled:focus a,.automation .ant-pagination-disabled:hover .ant-pagination-item-link,.automation .ant-pagination-disabled:hover a{border-color:#d9d9d9;cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-pagination-slash{margin:0 10px 0 5px}.automation .ant-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}.automation .ant-pagination-options-size-changer.ant-select{display:inline-block;margin-right:8px}.automation .ant-pagination-options-quick-jumper{display:inline-block;height:32px;line-height:32px;vertical-align:top}.automation .ant-pagination-options-quick-jumper input{display:inline-block;position:relative;margin:0 8px;padding:4px 11px;border:1px solid #d9d9d9;border-radius:4px;width:100%;width:50px;height:32px;background-color:#fff;background-image:none;line-height:1.5;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-pagination-options-quick-jumper input::-moz-placeholder{opacity:1;color:#bfbfbf}.automation .ant-pagination-options-quick-jumper input:-ms-input-placeholder{color:#bfbfbf}.automation .ant-pagination-options-quick-jumper input::-webkit-input-placeholder{color:#bfbfbf}.automation .ant-pagination-options-quick-jumper input:focus,.automation .ant-pagination-options-quick-jumper input:hover{border-color:#40a9ff;border-right-width:1px!important}.automation .ant-pagination-options-quick-jumper input:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation .ant-pagination-options-quick-jumper input-disabled{background-color:#f5f5f5;opacity:1;cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-pagination-options-quick-jumper input-disabled:hover{border-color:#e6d8d8;border-right-width:1px!important}.automation textarea.ant-pagination-options-quick-jumper input{max-width:100%;height:auto;min-height:32px;vertical-align:bottom;transition:all .3s,height 0s}.automation .ant-pagination-options-quick-jumper input-lg{padding:6px 11px;height:40px;font-size:16px}.automation .ant-pagination-options-quick-jumper input-sm{padding:1px 7px;height:24px}.automation .ant-pagination-simple .ant-pagination-next,.automation .ant-pagination-simple .ant-pagination-prev{height:24px;line-height:24px;vertical-align:top}.automation .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,.automation .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link{border:0;height:24px}.automation .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,.automation .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.automation .ant-pagination-simple .ant-pagination-simple-pager{display:inline-block;margin-right:8px;height:24px}.automation .ant-pagination-simple .ant-pagination-simple-pager input{box-sizing:border-box;margin-right:8px;padding:0 6px;border:1px solid #d9d9d9;border-radius:4px;height:100%;outline:none;background-color:#fff;text-align:center;transition:border-color .3s}.automation .ant-pagination-simple .ant-pagination-simple-pager input:hover{border-color:#1890ff}.automation .ant-pagination.mini .ant-pagination-simple-pager,.automation .ant-pagination.mini .ant-pagination-total-text{height:24px;line-height:24px}.automation .ant-pagination.mini .ant-pagination-item{margin:0;min-width:24px;height:24px;line-height:22px}.automation .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active){border-color:transparent;background:transparent}.automation .ant-pagination.mini .ant-pagination-next,.automation .ant-pagination.mini .ant-pagination-prev{margin:0;min-width:24px;height:24px;line-height:24px}.automation .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,.automation .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link{border-color:transparent;background:transparent}.automation .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,.automation .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after{height:24px;line-height:24px}.automation .ant-pagination.mini .ant-pagination-jump-next,.automation .ant-pagination.mini .ant-pagination-jump-prev{margin-right:0;height:24px;line-height:24px}.automation .ant-pagination.mini .ant-pagination-options{margin-left:2px}.automation .ant-pagination.mini .ant-pagination-options-quick-jumper{height:24px;line-height:24px}.automation .ant-pagination.mini .ant-pagination-options-quick-jumper input{padding:1px 7px;width:44px;height:24px}@media only screen and (width <= 992px){.automation .ant-pagination-item-after-jump-prev,.automation .ant-pagination-item-before-jump-next{display:none}}@media only screen and (width <= 576px){.automation .ant-pagination-options{display:none}}.automation .ant-select{display:inline-block;position:relative;box-sizing:border-box;outline:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-select,.automation .ant-select ol,.automation .ant-select ul{list-style:none;margin:0;padding:0}.automation .ant-select>ul>li>a{padding:0;background-color:#fff}.automation .ant-select-arrow{display:inline-block;position:absolute;right:11px;top:50%;margin-top:-6px;line-height:1;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:12px;color:rgba(0,0,0,.25);transform-origin:50% 50%;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .ant-select-arrow:before{display:block;font-family:anticon!important}.automation .ant-select-arrow *{display:none}.automation .ant-select-arrow:before{content:"\e61d";transition:transform .3s}.automation .ant-select-selection{display:block;box-sizing:border-box;border:1px solid #d9d9d9;border-top-width:1.02px;border-radius:4px;outline:none;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-select-selection:hover{border-color:#40a9ff;border-right-width:1px!important}.automation .ant-select-focused .ant-select-selection,.automation .ant-select-selection:active,.automation .ant-select-selection:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation .ant-select-selection__clear{display:inline-block;position:absolute;right:11px;top:50%;z-index:1;margin-top:-6px;width:12px;height:12px;background:#fff;opacity:0;cursor:pointer;line-height:12px;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:12px;color:rgba(0,0,0,.25);transition:color .3s ease,opacity .15s ease;text-rendering:auto}.automation .ant-select-selection__clear:before{display:block;font-family:anticon;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e62e"}.automation .ant-select-selection__clear:hover{color:rgba(0,0,0,.45)}.automation .ant-select-selection:hover .ant-select-selection__clear{opacity:1}.automation .ant-select-selection-selected-value{overflow:hidden;float:left;padding-right:20px;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.automation .ant-select-no-arrow .ant-select-selection-selected-value{padding-right:0}.automation .ant-select-disabled{color:rgba(0,0,0,.25)}.automation .ant-select-disabled .ant-select-selection{background:#f5f5f5;cursor:not-allowed}.automation .ant-select-disabled .ant-select-selection:active,.automation .ant-select-disabled .ant-select-selection:focus,.automation .ant-select-disabled .ant-select-selection:hover{border-color:#d9d9d9;box-shadow:none}.automation .ant-select-disabled .ant-select-selection__clear{display:none;visibility:hidden;pointer-events:none}.automation .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice{padding-right:10px;background:#f5f5f5;color:#aaa}.automation .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove{display:none}.automation .ant-select-selection--single{position:relative;height:32px;cursor:pointer}.automation .ant-select-selection__rendered{display:block;position:relative;margin-left:11px;margin-right:11px;line-height:30px}.automation .ant-select-selection__rendered:after{display:inline-block;visibility:hidden;width:0;pointer-events:none;content:"."}.automation .ant-select-lg{font-size:16px}.automation .ant-select-lg .ant-select-selection--single{height:40px}.automation .ant-select-lg .ant-select-selection__rendered{line-height:38px}.automation .ant-select-lg .ant-select-selection--multiple{min-height:40px}.automation .ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li{height:32px;line-height:32px}.automation .ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear{top:20px}.automation .ant-select-sm .ant-select-selection--single{height:24px}.automation .ant-select-sm .ant-select-selection__rendered{margin:0 7px;line-height:22px}.automation .ant-select-sm .ant-select-selection--multiple{min-height:24px}.automation .ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li{height:16px;line-height:14px}.automation .ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear{top:12px}.automation .ant-select-sm .ant-select-arrow,.automation .ant-select-sm .ant-select-selection__clear{right:8px}.automation .ant-select-disabled .ant-select-selection__choice__remove{cursor:default;color:rgba(0,0,0,.25)}.automation .ant-select-disabled .ant-select-selection__choice__remove:hover{color:rgba(0,0,0,.25)}.automation .ant-select-search__field__wrap{display:inline-block;position:relative}.automation .ant-select-search__field__placeholder,.automation .ant-select-selection__placeholder{overflow:hidden;position:absolute;left:0;right:9px;top:50%;margin-top:-10px;max-width:100%;height:20px;line-height:20px;text-overflow:ellipsis;text-align:left;color:#bfbfbf;white-space:nowrap}.automation .ant-select-search__field__placeholder{left:12px}.automation .ant-select-search__field__mirror{position:absolute;left:-9999px;top:-9999px;pointer-events:none;white-space:pre}.automation .ant-select-search--inline{position:absolute;width:100%;height:100%}.automation .ant-select-search--inline .ant-select-search__field__wrap{width:100%;height:100%}.automation .ant-select-search--inline .ant-select-search__field{border-width:0;border-radius:4px;width:100%;height:100%;outline:0;background:transparent;line-height:1;font-size:100%}.automation .ant-select-search--inline>i{float:right}.automation .ant-select-selection--multiple{padding-bottom:3px;min-height:32px;zoom:1;cursor:text}.automation .ant-select-selection--multiple:after,.automation .ant-select-selection--multiple:before{display:table;content:""}.automation .ant-select-selection--multiple:after{clear:both}.automation .ant-select-selection--multiple .ant-select-search--inline{float:left;position:static;padding:0;width:auto;max-width:100%}.automation .ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field{width:.75em;max-width:100%}.automation .ant-select-selection--multiple .ant-select-selection__rendered{margin-left:5px;margin-bottom:-3px;height:auto}.automation .ant-select-selection--multiple .ant-select-selection__placeholder{margin-left:6px}.automation .ant-select-selection--multiple .ant-select-selection__rendered>ul>li,.automation .ant-select-selection--multiple>ul>li{margin-top:3px;height:24px;line-height:22px}.automation .ant-select-selection--multiple .ant-select-selection__choice{overflow:hidden;float:left;position:relative;margin-right:4px;padding:0 20px 0 10px;border:1px solid #e8e8e8;border-radius:2px;max-width:99%;background-color:#fafafa;cursor:default;color:rgba(0,0,0,.65);transition:padding .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-select-selection--multiple .ant-select-selection__choice__disabled{padding:0 10px}.automation .ant-select-selection--multiple .ant-select-selection__choice__content{display:inline-block;overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;transition:margin .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-select-selection--multiple .ant-select-selection__choice__remove{display:inline-block;position:absolute;right:4px;cursor:pointer;line-height:1;line-height:inherit;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-weight:700;font-size:12px;font-size:10px\9;color:rgba(0,0,0,.45);transform:scale(.83333333) rotate(0deg);transition:all .3s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .ant-select-selection--multiple .ant-select-selection__choice__remove:before{display:block;font-family:anticon!important}.automation :root .ant-select-selection--multiple .ant-select-selection__choice__remove{font-size:12px}.automation .ant-select-selection--multiple .ant-select-selection__choice__remove:hover{color:#404040}.automation .ant-select-selection--multiple .ant-select-selection__choice__remove:before{content:"\e633"}.automation .ant-select-selection--multiple .ant-select-selection__clear{top:16px}.automation .ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value{padding-right:16px}.automation .ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered{margin-right:20px}.automation .ant-select-open .ant-select-arrow:before{transform:rotate(180deg)}.automation .ant-select-open .ant-select-selection{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation .ant-select-combobox .ant-select-arrow{display:none}.automation .ant-select-combobox .ant-select-search--inline{float:none;width:100%;height:100%}.automation .ant-select-combobox .ant-select-search__field__wrap{width:100%;height:100%}.automation .ant-select-combobox .ant-select-search__field{position:relative;z-index:1;width:100%;height:100%;box-shadow:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered{margin-right:20px}.automation .ant-select-dropdown{position:absolute;left:-9999px;top:-9999px;z-index:1050;list-style:none;box-sizing:border-box;margin:0;padding:0;border-radius:4px;outline:none;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,.automation .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpIn}.automation .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,.automation .ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownIn}.automation .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft{animation-name:antSlideUpOut}.automation .ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft{animation-name:antSlideDownOut}.automation .ant-select-dropdown-hidden{display:none}.automation .ant-select-dropdown-menu{overflow:auto;list-style:none;margin-bottom:0;padding-left:0;max-height:250px;outline:none}.automation .ant-select-dropdown-menu-item-group-list{margin:0;padding:0}.automation .ant-select-dropdown-menu-item-group-list>.ant-select-dropdown-menu-item{padding-left:20px}.automation .ant-select-dropdown-menu-item-group-title{padding:0 12px;height:32px;line-height:32px;font-size:12px;color:rgba(0,0,0,.45)}.automation .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),.automation .ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child{border-radius:0}.automation .ant-select-dropdown-menu-item{display:block;overflow:hidden;position:relative;padding:5px 12px;cursor:pointer;line-height:22px;text-overflow:ellipsis;font-weight:400;color:rgba(0,0,0,.65);white-space:nowrap;transition:background .3s ease}.automation .ant-select-dropdown-menu-item:hover{background-color:#e6f7ff}.automation .ant-select-dropdown-menu-item:first-child{border-radius:4px 4px 0 0}.automation .ant-select-dropdown-menu-item:last-child{border-radius:0 0 4px 4px}.automation .ant-select-dropdown-menu-item-disabled{cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-select-dropdown-menu-item-disabled:hover{background-color:#fff;cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-select-dropdown-menu-item-selected,.automation .ant-select-dropdown-menu-item-selected:hover{background-color:#fafafa;font-weight:600;color:rgba(0,0,0,.65)}.automation .ant-select-dropdown-menu-item-active{background-color:#e6f7ff}.automation .ant-select-dropdown-menu-item-divider{overflow:hidden;margin:1px 0;height:1px;background-color:#e8e8e8;line-height:0}.automation .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after{display:inline-block;position:absolute;right:12px;top:50%;text-shadow:0 .1px 0,.1px 0 0,0 -.1px 0,-.1px 0;font-family:anticon;font-weight:700;font-size:12px;font-size:10px\9;color:transparent;content:"\e632";transform:scale(.83333333) rotate(0deg);transform:translateY(-50%);transition:all .2s ease;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation :root .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after{font-size:12px}.automation .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover:after{color:#ddd}.automation .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled:after{display:none}.automation .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:after,.automation .ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover:after{display:inline-block;color:#1890ff}.automation .ant-select-dropdown-container-open .ant-select-dropdown,.automation .ant-select-dropdown-open .ant-select-dropdown{display:block}.automation .ant-input{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;padding:4px 11px;border:1px solid #d9d9d9;border-radius:4px;width:100%;height:32px;background-color:#fff;background-image:none;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-input::-moz-placeholder{opacity:1;color:#bfbfbf}.automation .ant-input:-ms-input-placeholder{color:#bfbfbf}.automation .ant-input::-webkit-input-placeholder{color:#bfbfbf}.automation .ant-input:focus,.automation .ant-input:hover{border-color:#40a9ff;border-right-width:1px!important}.automation .ant-input:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation .ant-input-disabled{background-color:#f5f5f5;opacity:1;cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-input-disabled:hover{border-color:#e6d8d8;border-right-width:1px!important}.automation textarea.ant-input{max-width:100%;height:auto;min-height:32px;vertical-align:bottom;transition:all .3s,height 0s}.automation .ant-input-lg{padding:6px 11px;height:40px;font-size:16px}.automation .ant-input-sm{padding:1px 7px;height:24px}.automation .ant-input-group{display:table;position:relative;list-style:none;border-collapse:separate;border-spacing:0;box-sizing:border-box;margin:0;padding:0;width:100%;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.automation .ant-input-group>[class*=col-]{padding-right:8px}.automation .ant-input-group>[class*=col-]:last-child{padding-right:0}.automation .ant-input-group-addon,.automation .ant-input-group-wrap,.automation .ant-input-group>.ant-input{display:table-cell}.automation .ant-input-group-addon:not(:first-child,:last-child),.automation .ant-input-group-wrap:not(:first-child,:last-child),.automation .ant-input-group>.ant-input:not(:first-child,:last-child){border-radius:0}.automation .ant-input-group-addon,.automation .ant-input-group-wrap{width:1px;vertical-align:middle;white-space:nowrap}.automation .ant-input-group-wrap>*{display:block!important}.automation .ant-input-group .ant-input{float:left;margin-bottom:0;width:100%}.automation .ant-input-group .ant-input:focus,.automation .ant-input-group .ant-input:hover{z-index:1;border-right-width:1px}.automation .ant-input-group-addon{position:relative;padding:0 11px;border:1px solid #d9d9d9;border-radius:4px;background-color:#fafafa;line-height:1;text-align:center;font-weight:400;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-input-group-addon .ant-select{margin:-5px -11px}.automation .ant-input-group-addon .ant-select .ant-select-selection{margin:-1px;border:1px solid transparent;background-color:inherit;box-shadow:none}.automation .ant-input-group-addon .ant-select-focused .ant-select-selection,.automation .ant-input-group-addon .ant-select-open .ant-select-selection{color:#1890ff}.automation .ant-input-group-addon>i:only-child:after{position:absolute;inset:0;content:""}.automation .ant-input-group-addon:first-child,.automation .ant-input-group-addon:first-child .ant-select .ant-select-selection,.automation .ant-input-group>.ant-input:first-child,.automation .ant-input-group>.ant-input:first-child .ant-select .ant-select-selection{border-top-right-radius:0;border-bottom-right-radius:0}.automation .ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input{border-top-left-radius:0;border-bottom-left-radius:0}.automation .ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input{border-top-right-radius:0;border-bottom-right-radius:0}.automation .ant-input-group-addon:first-child{border-right:0}.automation .ant-input-group-addon:last-child{border-left:0}.automation .ant-input-group-addon:last-child,.automation .ant-input-group-addon:last-child .ant-select .ant-select-selection,.automation .ant-input-group>.ant-input:last-child,.automation .ant-input-group>.ant-input:last-child .ant-select .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.automation .ant-input-group-lg .ant-input,.automation .ant-input-group-lg>.ant-input-group-addon{padding:6px 11px;height:40px;font-size:16px}.automation .ant-input-group-sm .ant-input,.automation .ant-input-group-sm>.ant-input-group-addon{padding:1px 7px;height:24px}.automation .ant-input-group-lg .ant-select-selection--single{height:40px}.automation .ant-input-group-sm .ant-select-selection--single{height:24px}.automation .ant-input-group .ant-input-affix-wrapper{display:table-cell;float:left;width:100%}.automation .ant-input-group.ant-input-group-compact{display:block;zoom:1}.automation .ant-input-group.ant-input-group-compact:after,.automation .ant-input-group.ant-input-group-compact:before{display:table;content:""}.automation .ant-input-group.ant-input-group-compact:after{clear:both}.automation .ant-input-group.ant-input-group-compact>*{display:inline-block;float:none;border-right-width:0;border-radius:0;vertical-align:top}.automation .ant-input-group.ant-input-group-compact .ant-input{float:none}.automation .ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,.automation .ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selection,.automation .ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input{border-right-width:0;border-radius:0}.automation .ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,.automation .ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selection,.automation .ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,.automation .ant-input-group.ant-input-group-compact>:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.automation .ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,.automation .ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,.automation .ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selection,.automation .ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,.automation .ant-input-group.ant-input-group-compact>:last-child{border-right-width:1px;border-top-right-radius:4px;border-bottom-right-radius:4px}.automation .ant-input-group-wrapper{display:inline-block;width:100%;vertical-align:top}.automation .ant-input-affix-wrapper{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled){border-color:#40a9ff;border-right-width:1px!important}.automation .ant-input-affix-wrapper .ant-input{position:static}.automation .ant-input-affix-wrapper .ant-input-prefix,.automation .ant-input-affix-wrapper .ant-input-suffix{position:absolute;top:50%;line-height:0;color:rgba(0,0,0,.65);transform:translateY(-50%)}.automation .ant-input-affix-wrapper .ant-input-prefix :not(.anticon),.automation .ant-input-affix-wrapper .ant-input-suffix :not(.anticon){line-height:1.5}.automation .ant-input-affix-wrapper .ant-input-prefix{left:12px}.automation .ant-input-affix-wrapper .ant-input-suffix{right:12px}.automation .ant-input-affix-wrapper .ant-input:not(:first-child){padding-left:30px}.automation .ant-input-affix-wrapper .ant-input:not(:last-child){padding-right:30px}.automation .ant-input-affix-wrapper .ant-input{min-height:100%}.automation .ant-input-search-icon{cursor:pointer;color:rgba(0,0,0,.45);transition:all .3s}.automation .ant-input-search-icon:hover{color:#333}.automation .ant-input-search:not(.ant-input-search-small)>.ant-input-suffix{right:12px}.automation .ant-input-search>.ant-input-suffix>.ant-input-search-button{border-top-left-radius:0;border-bottom-left-radius:0}.automation .ant-input-search>.ant-input-suffix>.ant-input-search-button>.anticon-search{font-size:16px}.automation .ant-input-search.ant-input-search-enter-button>.ant-input{padding-right:46px}.automation .ant-input-search.ant-input-search-enter-button>.ant-input-suffix{right:0}.automation .ant-divider{list-style:none;box-sizing:border-box;margin:0;padding:0;background:#e8e8e8;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-divider,.automation .ant-divider-vertical{display:inline-block;position:relative;top:-.06em;margin:0 8px;width:1px;height:.9em;vertical-align:middle}.automation .ant-divider-horizontal{display:block;clear:both;margin:24px 0;width:100%;height:1px}.automation .ant-divider-horizontal.ant-divider-with-text,.automation .ant-divider-horizontal.ant-divider-with-text-left,.automation .ant-divider-horizontal.ant-divider-with-text-right{display:table;margin:16px 0;background:transparent;text-align:center;font-weight:500;font-size:16px;color:rgba(0,0,0,.85);white-space:nowrap}.automation .ant-divider-horizontal.ant-divider-with-text-left:after,.automation .ant-divider-horizontal.ant-divider-with-text-left:before,.automation .ant-divider-horizontal.ant-divider-with-text-right:after,.automation .ant-divider-horizontal.ant-divider-with-text-right:before,.automation .ant-divider-horizontal.ant-divider-with-text:after,.automation .ant-divider-horizontal.ant-divider-with-text:before{display:table-cell;position:relative;top:50%;border-top:1px solid #e8e8e8;width:50%;content:"";transform:translateY(50%)}.automation .ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,.automation .ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text{display:inline-block;padding:0 10px}.automation .ant-divider-horizontal.ant-divider-with-text-left:before{top:50%;width:5%}.automation .ant-divider-horizontal.ant-divider-with-text-left:after,.automation .ant-divider-horizontal.ant-divider-with-text-right:before{top:50%;width:95%}.automation .ant-divider-horizontal.ant-divider-with-text-right:after{top:50%;width:5%}.automation .ant-divider-inner-text{display:inline-block;padding:0 24px}.automation .ant-divider-dashed{border-top:1px dashed #e8e8e8;background:none}.automation .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,.automation .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed,.automation .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed{border-top:0}.automation .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:after,.automation .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed:before,.automation .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:after,.automation .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed:before,.automation .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,.automation .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before{border-style:dashed none none}.automation .data-manage-modal .ant-modal-content{height:calc(100vh - 44px)}.automation .data-manage-modal .ant-table-header tr th{overflow:hidden;padding:12px 16px;width:200px;max-width:200px;text-overflow:ellipsis;white-space:nowrap}.automation .data-manage-modal .ant-table-header tr .ant-table-selection-column{padding:12px 0;width:42px;min-width:0}.automation .data-manage-modal .ant-table-body tr td{overflow:hidden;padding:12px 16px;width:200px;max-width:200px;text-overflow:ellipsis;white-space:nowrap}.automation .data-manage-modal .ant-table-body tr .ant-table-selection-column{padding:12px 0;width:42px;min-width:0}.automation .data-manage-modal-hd{display:flex;justify-content:center;align-items:center;margin-bottom:16px}.automation .data-manage-modal-hd .space-flex1{flex:1}.automation .data-manage-modal-hd .toolbar-btn{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.automation .data-manage-modal-hd .toolbar-btn svg{width:16px;height:16px;fill:rgba(25,31,37,.56)}.automation .data-manage-modal-hd .toolbar-btn>img{width:14px;height:14px}.automation .data-manage-modal-hd .toolbar-btn>span{margin-left:6px;font-size:14px;color:#191f25}.automation .data-manage-modal-hd .ant-input-search{width:240px;height:32px}.automation .data-manage-modal-hd .ant-input{border-radius:4px!important;width:240px!important}.automation .data-manage-drawer{width:0!important}.automation .data-manage-drawer .ant-drawer-content-wrapper{margin:20px;height:calc(100vh - 45px)}.automation .data-manage-drawer .ant-drawer-content-wrapper .ant-drawer-content{border-radius:4px}.automation .data-manage-detail{display:flex;flex-direction:column;justify-content:center}.automation .data-manage-detail-hd{margin-bottom:8px}.automation .data-manage-detail-hd>span{margin-left:2px;font-size:12px;color:rgba(13,0,19,.72)}.automation .data-manage-detail-hd>span:nth-child(2){color:rgba(13,0,19,.56)}.automation .data-manage-detail-item{padding:12px 0;border-bottom:1px solid #f8f8f8}.automation .data-manage-detail-item .label{line-height:18px;font-size:13px;color:rgba(25,31,37,.56);letter-spacing:-.08px}.automation .data-manage-detail-item .value{margin-top:4px;line-height:22px;font-size:17px;color:#191f25;letter-spacing:-.41px}.automation .photo-field-data img{margin-right:10px;width:100px;height:100px}.automation .table-field-data{display:flex;flex-direction:column}.automation .table-field-data .row-hd{display:flex}.automation .table-field-data .row-hd>div{width:64px}.automation .table-field-data .row{display:flex}.automation .table-field-data .row>div{width:64px;font-size:12px}.automation a,.automation abbr,.automation acronym,.automation address,.automation applet,.automation article,.automation aside,.automation audio,.automation b,.automation big,.automation blockquote,.automation body,.automation canvas,.automation caption,.automation center,.automation cite,.automation code,.automation dd,.automation del,.automation details,.automation dfn,.automation div,.automation dl,.automation dt,.automation em,.automation fieldset,.automation figcaption,.automation figure,.automation footer,.automation form,.automation h1,.automation h2,.automation h3,.automation h4,.automation h5,.automation h6,.automation header,.automation hgroup,.automation html,.automation i,.automation iframe,.automation img,.automation ins,.automation kbd,.automation label,.automation legend,.automation li,.automation mark,.automation menu,.automation nav,.automation object,.automation ol,.automation p,.automation pre,.automation q,.automation s,.automation samp,.automation section,.automation small,.automation span,.automation strike,.automation strong,.automation sub,.automation summary,.automation sup,.automation table,.automation tbody,.automation td,.automation tfoot,.automation th,.automation thead,.automation time,.automation tr,.automation tt,.automation u,.automation ul,.automation var,.automation video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font:inherit;font-size:100%}.automation *,.automation :after,.automation :before{box-sizing:border-box}.automation html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-family:sans-serif}.automation body,.automation html{font-size:14px}.automation body{position:static!important;background-color:#fff;line-height:1.6;font-family:Microsoft Yahei,Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,Verdana,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}.automation html.onpc body{font-family:\\51AC青黑体简体中文,Tahoma,Hiragino Sans GB,Microsoft YaHei,\\5FAE软雅黑,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;-webkit-font-smoothing:antialiased}.automation ol,.automation ul{list-style-type:none}.automation b,.automation strong{font-weight:700}.automation img{border:0}.automation button,.automation input,.automation select,.automation textarea{margin:0;font-family:inherit;font-size:100%}.automation textarea{overflow:auto;-webkit-appearance:none;vertical-align:top}.automation button,.automation input{line-height:normal}.automation button,.automation select{text-transform:none}.automation button,.automation html input[type=button],.automation input[type=reset],.automation input[type=submit]{-webkit-appearance:button;cursor:pointer}.automation input[disabled]{background:none}.automation button[disabled],.automation html input[disabled]{cursor:default}.automation input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}.automation input[type=search]::-webkit-search-cancel-button,.automation input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.automation button::-moz-focus-inner,.automation input::-moz-focus-inner{padding:0;border:0}.automation table{border-collapse:collapse;border-spacing:0;width:100%}.automation table,.automation td,.automation th{border:0}.automation td,.automation th{padding:0;vertical-align:top}.automation th{text-align:left;font-weight:700}.automation thead th{white-space:nowrap}.automation a{cursor:pointer;text-decoration:none;color:#3296fa}.automation a:active,.automation a:hover{outline:0;color:#3296fa}.automation small{font-size:80%}.automation #App .ant-alert .anticon-cross{line-height:22px}.automation #App .ant-form-item-label{overflow:visible;white-space:normal}.automation #App .ant-form-item-required:before{position:absolute;left:-10px;top:50%;margin-top:-7px}.automation #App .ant-form-item-label .ant-form-explain{margin-left:10px;font-size:12px}.automation #App .ant-tabs .ant-tabs-tab-next,.automation #App .ant-tabs .ant-tabs-tab-prev{display:none}.automation #App .ant-tabs .ant-tabs-nav-container-scrolling{padding-left:0;padding-right:0}.automation #App .ant-tabs .ant-tabs-nav,.automation #App .ant-tabs .ant-tabs-nav>div{display:flex;width:100%;font-size:0}.automation #App .ant-tabs .ant-tabs-nav .ant-tabs-tab{overflow:hidden;position:relative;flex:1;margin-right:0;padding:12px 5px;width:104px;height:auto;text-align:center;font-size:14px}.automation #App .ant-table-wrapper .ant-table-tbody td{vertical-align:middle}.automation .guide-area{display:block;border-radius:50%;width:41px;height:41px;background:rgba(50,150,250,.2);pointer-events:none}.automation .guide-container{position:relative}.automation .guide-tooltip.ant-tooltip{z-index:999}.automation .guide-tooltip.ant-tooltip .version-tip-container{overflow:hidden}.automation .guide-tooltip.ant-tooltip .version-tip-container .version-tip-btn{float:right;margin:10px}.automation .guide-tooltip.ant-tooltip .ant-tooltip-inner{padding:8px;border-radius:4px;background:#3296fa;box-shadow:0 2px 8px 0 rgba(0,0,0,.15);font-family:PingFangSC-Regular;font-size:14px}.automation .guide-tooltip.ant-tooltip.adjust .ant-tooltip-arrow,.automation .guide-tooltip.ant-tooltip.adjust .ant-tooltip-content{margin-top:12px}.automation .guide-tooltip.ant-tooltip.ant-tooltip-placement-bottom .ant-tooltip-arrow,.automation .guide-tooltip.ant-tooltip.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,.automation .guide-tooltip.ant-tooltip.ant-tooltip-placement-bottomRight .ant-tooltip-arrow{border-bottom-color:#3296fa}.automation .guide-tooltip.ant-tooltip.ant-tooltip-placement-top .ant-tooltip-arrow,.automation .guide-tooltip.ant-tooltip.ant-tooltip-placement-topLeft .ant-tooltip-arrow{border-top-color:#3296fa}.automation .guide-tooltip.ant-tooltip.ant-tooltip-placement-right .ant-tooltip-arrow{border-right-color:#3296fa}.automation body,.automation html{background:#f6f6f6!important;font-size:12px!important;color:#191f25!important}.automation .wrap{display:flex;flex-direction:column;height:100%}.automation .xiaomi{z-index:998!important}.automation .iconfont{-webkit-text-stroke-width:.2px;font-family:IconFont}.automation .fd-nav{display:flex;position:fixed;left:0;right:0;top:0;z-index:997;align-items:center;width:100%;height:60px;background:#2b3551;font-size:14px;color:#fff}.automation .fd-nav>*{flex:1;width:100%}.automation .fd-nav .fd-nav-left{display:flex;align-items:center}.automation .fd-nav .fd-nav-center{flex:none;width:600px;text-align:center}.automation .fd-nav .fd-nav-right{display:flex;justify-content:flex-end;align-items:center;text-align:right}.automation .fd-nav .fd-nav-right-data{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.automation .fd-nav .fd-nav-right-data svg{width:14px;height:14px;fill:#fff}.automation .fd-nav .fd-nav-right-data>img{width:14px;height:14px}.automation .fd-nav .fd-nav-right-data>span{margin-left:4px;font-size:14px;letter-spacing:-.22px}.automation .fd-nav .fd-nav-back{display:inline-block;border-right:1px solid #2b3551;width:60px;height:60px;cursor:pointer;text-align:center;font-size:22px}.automation .fd-nav .fd-nav-back:hover{background:#455580}.automation .fd-nav .fd-nav-back:active{background:#0b1532}.automation .fd-nav .fd-nav-back .anticon{line-height:60px}.automation .fd-nav .fd-nav-title{overflow:hidden;flex:1;padding:0 15px;width:0;text-overflow:ellipsis;white-space:nowrap}.automation .fd-nav a{margin-left:12px;color:#fff}.automation .fd-nav .button-publish{margin-left:4px;margin-right:15px;border-color:#fff;min-width:80px;color:#3296fa}.automation .fd-nav .button-publish.ant-btn:focus,.automation .fd-nav .button-publish.ant-btn:hover{border-color:#fff;box-shadow:0 10px 20px 0 rgba(0,0,0,.3);color:#3296fa}.automation .fd-nav .button-publish.ant-btn:active{background:#d6eaff;box-shadow:none;color:#3296fa}.automation .fd-nav .button-publish .ant-btn.disabled,.automation .fd-nav .button-publish .ant-btn[disabled]{border-color:#96c9fe;min-width:80px;background:#96c9fe;pointer-events:none;color:#3296fa}.automation .fd-nav .button-preview{margin-left:16px;margin-right:4px;border-color:#fff;min-width:80px;background:transparent;color:#fff}.automation .fd-nav .button-preview.ant-btn:focus,.automation .fd-nav .button-preview.ant-btn:hover{border-color:#fff;background:#59acfc;color:#fff}.automation .fd-nav .button-preview.ant-btn.disabled,.automation .fd-nav .button-preview.ant-btn[disabled]{opacity:.7;pointer-events:none;color:#3296fa}.automation .fd-nav .button-preview.ant-btn:active{border-color:#fff;background:#2186ef;color:#fff}.automation .fd-nav-content{overflow:hidden auto;position:fixed;inset:60px 0 0;z-index:1;padding-bottom:30px}.automation .fd-panel{margin:16px 0 25px;padding:20px 30px;border-radius:8px;background:#fff}.automation .fd-container-sm{margin:16px auto;width:600px}.automation .success-modal .ant-modal-body{text-align:left}.automation .success-modal-title{position:relative;margin:6px 0;padding-left:38px;line-height:32px;font-size:20px;color:#191f25}.automation .success-modal-content{position:relative;margin-top:26px;padding-left:140px}.automation .success-modal-icon{position:absolute;left:0;top:5px;font-size:22px;color:#52c41a}.automation .success-modal-qrcode{position:absolute;left:3px;top:0}.automation .success-modal-qrlink .anticon{font-size:14px}.automation .success-modal-textarea{display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.automation .success-modal-desc{position:relative;margin:3px 0;padding-left:20px;line-height:22px;font-size:16px}.automation .success-modal-desc i{display:inline-block;position:absolute;left:0;top:4px;border-radius:50%;width:14px;height:14px;background:#191f25;line-height:14px;text-align:center;font-size:12px;color:#fff}.automation .success-modal-desc-tip{opacity:.4;font-size:12px;color:#191f25}.automation .preview-modal-content{text-align:center}.automation .preview-modal-content svg{margin:15px auto}.automation .preview-modal-content p{margin:0 0 15px;line-height:1.4;font-size:20px;color:#191f25}.automation .error-modal .anticon-close-circle{color:#f5222d!important}.automation .error-modal-desc{margin-bottom:14px;line-height:22px;font-size:13px;color:rgba(25,31,37,.56)}.automation .error-modal-list{overflow-y:auto;margin-right:-25px;padding-right:25px;height:200px}.automation .error-modal-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 20px;border-radius:4px;background:#f6f6f6;line-height:21px}.automation .error-modal-item-label{flex:none;padding-right:10px;font-size:15px;color:rgba(25,31,37,.56)}.automation .error-modal-item-content{flex:1;text-align:right;font-size:13px;color:#191f25}.automation .btn-switch{display:flex;position:fixed;left:40px;top:86px;z-index:100;align-items:center;padding:0 16px;border-radius:20px;height:44px;background:#3f9af4;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);cursor:pointer;line-height:44px;font-size:16px;color:#fff;letter-spacing:1px}.automation .btn-switch .btn-switch-icon{margin-right:6px;width:14px;height:14px;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 1303 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M1252.838233 407.733734H51.978606a51.851071 51.851071 0 0 1-44.962418-24.668822 48.499835 48.499835 0 0 1 13.032585-63.859667L434.019529 11.077697a51.478711 51.478711 0 0 1 70.934499 9.30899 48.499835 48.499835 0 0 1-9.495169 69.072701l-295.094962 219.692149h1051.357258c26.34444 0 49.151464 19.176518 51.478711 44.776238a48.499835 48.499835 0 0 1-13.032585 37.701407 51.199441 51.199441 0 0 1-37.235958 16.104552zM838.960566 1023.988829a50.454722 50.454722 0 0 1-47.941295-33.512361 48.592924 48.592924 0 0 1 17.221631-54.923038l295.094962-219.692148H51.792426a50.733992 50.733992 0 0 1-51.478711-44.776239 48.499835 48.499835 0 0 1 13.032585-37.794497 51.199441 51.199441 0 0 1 37.329048-16.011462h1200.859627a51.757981 51.757981 0 0 1 44.962418 24.668822 48.499835 48.499835 0 0 1-13.125675 63.859667l-413.877666 308.127548A51.199441 51.199441 0 0 1 838.960566 1023.988829z" fill="#fff%22%3E%3C/path%3E%3C/svg%3E');background-repeat:none;background-size:100%}.automation .btn-switch.new{height:36px;background:#fff;line-height:36px;font-size:14px;color:rgba(25,31,37,.56)}.automation .btn-switch.new .btn-switch-icon{background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 1303 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M1252.838233 407.733734H51.978606a51.851071 51.851071 0 0 1-44.962418-24.668822 48.499835 48.499835 0 0 1 13.032585-63.859667L434.019529 11.077697a51.478711 51.478711 0 0 1 70.934499 9.30899 48.499835 48.499835 0 0 1-9.495169 69.072701l-295.094962 219.692149h1051.357258c26.34444 0 49.151464 19.176518 51.478711 44.776238a48.499835 48.499835 0 0 1-13.032585 37.701407 51.199441 51.199441 0 0 1-37.235958 16.104552zM838.960566 1023.988829a50.454722 50.454722 0 0 1-47.941295-33.512361 48.592924 48.592924 0 0 1 17.221631-54.923038l295.094962-219.692148H51.792426a50.733992 50.733992 0 0 1-51.478711-44.776239 48.499835 48.499835 0 0 1 13.032585-37.794497 51.199441 51.199441 0 0 1 37.329048-16.011462h1200.859627a51.757981 51.757981 0 0 1 44.962418 24.668822 48.499835 48.499835 0 0 1-13.125675 63.859667l-413.877666 308.127548A51.199441 51.199441 0 0 1 838.960566 1023.988829z" fill="#7E8184%22%3E%3C/path%3E%3C/svg%3E')}.automation .ant-form{list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-form legend{display:block;margin-bottom:20px;padding:0;border:0;border-bottom:1px solid #d9d9d9;width:100%;line-height:inherit;font-size:16px;color:rgba(0,0,0,.45)}.automation .ant-form label{font-size:14px}.automation .ant-form input[type=search]{box-sizing:border-box}.automation .ant-form input[type=checkbox],.automation .ant-form input[type=radio]{line-height:normal}.automation .ant-form input[type=file]{display:block}.automation .ant-form input[type=range]{display:block;width:100%}.automation .ant-form select[multiple],.automation .ant-form select[size]{height:auto}.automation .ant-form input[type=checkbox]:focus,.automation .ant-form input[type=file]:focus,.automation .ant-form input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.automation .ant-form output{display:block;padding-top:15px;line-height:1.5;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-form-item-required:before{display:inline-block;margin-right:4px;line-height:1;font-family:SimSun;font-size:14px;color:#f5222d;content:"*"}.automation .ant-form-hide-required-mark .ant-form-item-required:before{display:none}.automation .ant-checkbox-inline.disabled,.automation .ant-checkbox-vertical.disabled,.automation .ant-checkbox.disabled label,.automation .ant-radio-inline.disabled,.automation .ant-radio-vertical.disabled,.automation .ant-radio.disabled label,.automation input[type=checkbox].disabled,.automation input[type=checkbox][disabled],.automation input[type=radio].disabled,.automation input[type=radio][disabled]{cursor:not-allowed}.automation .ant-form-item{list-style:none;box-sizing:border-box;margin:0;margin-bottom:24px;padding:0;line-height:1.5;vertical-align:top;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-form-item label{position:relative}.automation .ant-form-item label>.anticon{vertical-align:top;font-size:14px}.automation .ant-form-item [class^=ant-col-]>.ant-form-item:only-child,.automation .ant-form-item-control>.ant-form-item:last-child{margin-bottom:-24px}.automation .ant-form-item-control{position:relative;zoom:1;line-height:39.9999px}.automation .ant-form-item-control:after,.automation .ant-form-item-control:before{display:table;content:""}.automation .ant-form-item-control:after{clear:both}.automation .ant-form-item-children{position:relative}.automation .ant-form-item-with-help{margin-bottom:5px}.automation .ant-form-item-label{display:inline-block;overflow:hidden;line-height:39.9999px;vertical-align:middle;text-align:right;white-space:nowrap}.automation .ant-form-item-label label{color:rgba(0,0,0,.85)}.automation .ant-form-item-label label:after{position:relative;top:-.5px;margin:0 8px 0 2px;content:":"}.automation .ant-form-item .ant-switch{margin:2px 0 4px}.automation .ant-form-item-no-colon .ant-form-item-label label:after{content:" "}.automation .ant-form-explain,.automation .ant-form-extra{clear:both;margin-top:-2px;line-height:1.5;color:rgba(0,0,0,.45);transition:color .3s cubic-bezier(.215,.61,.355,1)}.automation .ant-form-extra{padding-top:4px}.automation .ant-form-text{display:inline-block;padding-right:8px}.automation .ant-form-split{display:block;text-align:center}.automation form .has-feedback .ant-input{padding-right:24px}.automation form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,.automation form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,.automation form .has-feedback>.ant-select .ant-select-arrow,.automation form .has-feedback>.ant-select .ant-select-selection__clear{right:28px}.automation form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,.automation form .has-feedback>.ant-select .ant-select-selection-selected-value{padding-right:42px}.automation form .has-feedback .ant-cascader-picker-arrow{margin-right:17px}.automation form .has-feedback .ant-calendar-picker-clear,.automation form .has-feedback .ant-calendar-picker-icon,.automation form .has-feedback .ant-cascader-picker-clear,.automation form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix,.automation form .has-feedback .ant-time-picker-clear,.automation form .has-feedback .ant-time-picker-icon{right:28px}.automation form textarea.ant-input{height:auto}.automation form .ant-upload{background:transparent}.automation form input[type=checkbox],.automation form input[type=radio]{width:14px;height:14px}.automation form .ant-checkbox-inline,.automation form .ant-radio-inline{display:inline-block;margin-left:8px;cursor:pointer;vertical-align:middle;font-weight:400}.automation form .ant-checkbox-inline:first-child,.automation form .ant-radio-inline:first-child{margin-left:0}.automation form .ant-checkbox-vertical,.automation form .ant-radio-vertical{display:block}.automation form .ant-checkbox-vertical+.ant-checkbox-vertical,.automation form .ant-radio-vertical+.ant-radio-vertical{margin-left:0}.automation form .ant-input-number+.ant-form-text{margin-left:8px}.automation form .ant-input-number-handler-wrap{z-index:2}.automation form .ant-cascader-picker,.automation form .ant-select{width:100%}.automation form .ant-input-group .ant-cascader-picker,.automation form .ant-input-group .ant-select{width:auto}.automation form .ant-input-group-wrapper,.automation form :not(.ant-input-group-wrapper)>.ant-input-group{display:inline-block;position:relative;top:-1px;vertical-align:middle}.automation .ant-input-group-wrap .ant-select-selection{border-top-left-radius:0;border-bottom-left-radius:0}.automation .ant-input-group-wrap .ant-select-selection:hover{border-color:#d9d9d9}.automation .ant-input-group-wrap .ant-select-selection--single{margin-left:-1px;height:40px;background-color:#eee}.automation .ant-input-group-wrap .ant-select-selection--single .ant-select-selection__rendered{padding-left:8px;padding-right:25px;line-height:30px}.automation .ant-input-group-wrap .ant-select-open .ant-select-selection{border-color:#d9d9d9;box-shadow:none}.automation .ant-col-24.ant-form-item-label,.automation .ant-col-xl-24.ant-form-item-label,.automation .ant-form-vertical .ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.automation .ant-col-24.ant-form-item-label label:after,.automation .ant-col-xl-24.ant-form-item-label label:after,.automation .ant-form-vertical .ant-form-item-label label:after{display:none}.automation .ant-form-vertical .ant-form-item{padding-bottom:8px}.automation .ant-form-vertical .ant-form-item-control{line-height:1.5}.automation .ant-form-vertical .ant-form-explain,.automation .ant-form-vertical .ant-form-extra{margin-top:2px;margin-bottom:-4px}@media (width <= 575px){.automation .ant-form-item-control-wrapper,.automation .ant-form-item-label{display:block;width:100%}.automation .ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.automation .ant-form-item-label label:after{display:none}.automation .ant-col-xs-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.automation .ant-col-xs-24.ant-form-item-label label:after{display:none}}@media (width <= 767px){.automation .ant-col-sm-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.automation .ant-col-sm-24.ant-form-item-label label:after{display:none}}@media (width <= 991px){.automation .ant-col-md-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.automation .ant-col-md-24.ant-form-item-label label:after{display:none}}@media (width <= 1199px){.automation .ant-col-lg-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.automation .ant-col-lg-24.ant-form-item-label label:after{display:none}}@media (width <= 1599px){.automation .ant-col-xl-24.ant-form-item-label{display:block;margin:0;padding:0 0 8px;line-height:1.5;text-align:left}.automation .ant-col-xl-24.ant-form-item-label label:after{display:none}}.automation .ant-form-inline .ant-form-item{display:inline-block;margin-right:16px;margin-bottom:0}.automation .ant-form-inline .ant-form-item-with-help{margin-bottom:24px}.automation .ant-form-inline .ant-form-item>.ant-form-item-control-wrapper,.automation .ant-form-inline .ant-form-item>.ant-form-item-label{display:inline-block;vertical-align:middle}.automation .ant-form-inline .ant-form-text,.automation .ant-form-inline .has-feedback{display:inline-block}.automation .ant-form-inline .ant-form-explain{position:absolute}.automation .has-error.has-feedback .ant-form-item-children:after,.automation .has-success.has-feedback .ant-form-item-children:after,.automation .has-warning.has-feedback .ant-form-item-children:after,.automation .is-validating.has-feedback .ant-form-item-children:after{visibility:visible;position:absolute;right:0;top:50%;z-index:1;margin-top:-10px;width:32px;height:20px;pointer-events:none;line-height:20px;text-align:center;font-family:anticon;font-size:14px;content:"";animation:zoomIn .3s cubic-bezier(.12,.4,.29,1.46);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .has-success.has-feedback .ant-form-item-children:after{color:#52c41a;content:"\e630";animation-name:diffZoomIn1!important}.automation .has-warning .ant-form-explain,.automation .has-warning .ant-form-split{color:#faad14}.automation .has-warning .ant-input,.automation .has-warning .ant-input:hover{border-color:#faad14}.automation .has-warning .ant-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.automation .has-warning .ant-input:not([disabled]):hover{border-color:#faad14}.automation .has-warning .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.automation .has-warning .ant-input-prefix{color:#faad14}.automation .has-warning .ant-input-group-addon{border-color:#faad14;background-color:#fff;color:#faad14}.automation .has-warning .has-feedback{color:#faad14}.automation .has-warning.has-feedback .ant-form-item-children:after{color:#faad14;content:"\e62c";animation-name:diffZoomIn3!important}.automation .has-warning .ant-select-selection{border-color:#faad14}.automation .has-warning .ant-select-focused .ant-select-selection,.automation .has-warning .ant-select-open .ant-select-selection{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.automation .has-warning .ant-calendar-picker-icon:after,.automation .has-warning .ant-cascader-picker-arrow,.automation .has-warning .ant-picker-icon:after,.automation .has-warning .ant-select-arrow,.automation .has-warning .ant-time-picker-icon:after{color:#faad14}.automation .has-warning .ant-input-number,.automation .has-warning .ant-time-picker-input{border-color:#faad14}.automation .has-warning .ant-input-number-focused,.automation .has-warning .ant-input-number:focus,.automation .has-warning .ant-time-picker-input-focused,.automation .has-warning .ant-time-picker-input:focus{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.automation .has-warning .ant-input-number:not([disabled]):hover,.automation .has-warning .ant-time-picker-input:not([disabled]):hover{border-color:#faad14}.automation .has-warning .ant-cascader-picker:focus .ant-cascader-input{border-color:#ffc53d;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(250,173,20,.2)}.automation .has-error .ant-form-explain,.automation .has-error .ant-form-split{color:#f5222d}.automation .has-error .ant-input,.automation .has-error .ant-input:hover{border-color:#f5222d}.automation .has-error .ant-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.automation .has-error .ant-input:not([disabled]):hover{border-color:#f5222d}.automation .has-error .ant-calendar-picker-open .ant-calendar-picker-input{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.automation .has-error .ant-input-prefix{color:#f5222d}.automation .has-error .ant-input-group-addon{border-color:#f5222d;background-color:#fff;color:#f5222d}.automation .has-error .has-feedback{color:#f5222d}.automation .has-error.has-feedback .ant-form-item-children:after{color:#f5222d;content:"\e62e";animation-name:diffZoomIn2!important}.automation .has-error .ant-select-selection{border-color:#f5222d}.automation .has-error .ant-select-focused .ant-select-selection,.automation .has-error .ant-select-open .ant-select-selection{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.automation .has-error .ant-select.ant-select-auto-complete .ant-input:focus{border-color:#f5222d}.automation .has-error .ant-input-group-addon .ant-select-selection{border-color:transparent;box-shadow:none}.automation .has-error .ant-calendar-picker-icon:after,.automation .has-error .ant-cascader-picker-arrow,.automation .has-error .ant-picker-icon:after,.automation .has-error .ant-select-arrow,.automation .has-error .ant-time-picker-icon:after{color:#f5222d}.automation .has-error .ant-input-number,.automation .has-error .ant-time-picker-input{border-color:#f5222d}.automation .has-error .ant-input-number-focused,.automation .has-error .ant-input-number:focus,.automation .has-error .ant-time-picker-input-focused,.automation .has-error .ant-time-picker-input:focus{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.automation .has-error .ant-input-number:not([disabled]):hover,.automation .has-error .ant-mention-wrapper .ant-mention-editor,.automation .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,.automation .has-error .ant-time-picker-input:not([disabled]):hover{border-color:#f5222d}.automation .has-error .ant-cascader-picker:focus .ant-cascader-input,.automation .has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus,.automation .has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor{border-color:#ff4d4f;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.automation .is-validating.has-feedback .ant-form-item-children:after{display:inline-block;color:#1890ff;content:"\e64d";animation:loadingCircle 1s linear infinite}.automation .ant-advanced-search-form .ant-form-item{margin-bottom:24px}.automation .ant-advanced-search-form .ant-form-item-with-help{margin-bottom:5px}.automation .show-help-appear,.automation .show-help-enter,.automation .show-help-leave{animation-duration:.3s;animation-play-state:paused;animation-fill-mode:both}.automation .show-help-appear.show-help-appear-active,.automation .show-help-enter.show-help-enter-active{animation-name:antShowHelpIn;animation-play-state:running}.automation .show-help-leave.show-help-leave-active{pointer-events:none;animation-name:antShowHelpOut;animation-play-state:running}.automation .show-help-appear,.automation .show-help-enter{opacity:0}.automation .show-help-appear,.automation .show-help-enter,.automation .show-help-leave{animation-timing-function:cubic-bezier(.645,.045,.355,1)}@keyframes antShowHelpIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes antShowHelpOut{to{opacity:0;transform:translateY(-5px)}}@keyframes diffZoomIn1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes diffZoomIn2{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes diffZoomIn3{0%{transform:scale(0)}to{transform:scale(1)}}.automation .ant-row{display:block;position:relative;box-sizing:border-box;margin-left:0;margin-right:0;height:auto;zoom:1}.automation .ant-row:after,.automation .ant-row:before{display:table;content:""}.automation .ant-row:after{clear:both}.automation .ant-row-flex{display:flex;flex-flow:row wrap}.automation .ant-row-flex:after,.automation .ant-row-flex:before{display:flex}.automation .ant-row-flex-start{justify-content:flex-start}.automation .ant-row-flex-center{justify-content:center}.automation .ant-row-flex-end{justify-content:flex-end}.automation .ant-row-flex-space-between{justify-content:space-between}.automation .ant-row-flex-space-around{justify-content:space-around}.automation .ant-row-flex-top{align-items:flex-start}.automation .ant-row-flex-middle{align-items:center}.automation .ant-row-flex-bottom{align-items:flex-end}.automation .ant-col{display:block;position:relative}.automation .ant-col-1,.automation .ant-col-10,.automation .ant-col-11,.automation .ant-col-12,.automation .ant-col-13,.automation .ant-col-14,.automation .ant-col-15,.automation .ant-col-16,.automation .ant-col-17,.automation .ant-col-18,.automation .ant-col-19,.automation .ant-col-2,.automation .ant-col-20,.automation .ant-col-21,.automation .ant-col-22,.automation .ant-col-23,.automation .ant-col-24,.automation .ant-col-3,.automation .ant-col-4,.automation .ant-col-5,.automation .ant-col-6,.automation .ant-col-7,.automation .ant-col-8,.automation .ant-col-9,.automation .ant-col-lg-1,.automation .ant-col-lg-10,.automation .ant-col-lg-11,.automation .ant-col-lg-12,.automation .ant-col-lg-13,.automation .ant-col-lg-14,.automation .ant-col-lg-15,.automation .ant-col-lg-16,.automation .ant-col-lg-17,.automation .ant-col-lg-18,.automation .ant-col-lg-19,.automation .ant-col-lg-2,.automation .ant-col-lg-20,.automation .ant-col-lg-21,.automation .ant-col-lg-22,.automation .ant-col-lg-23,.automation .ant-col-lg-24,.automation .ant-col-lg-3,.automation .ant-col-lg-4,.automation .ant-col-lg-5,.automation .ant-col-lg-6,.automation .ant-col-lg-7,.automation .ant-col-lg-8,.automation .ant-col-lg-9,.automation .ant-col-md-1,.automation .ant-col-md-10,.automation .ant-col-md-11,.automation .ant-col-md-12,.automation .ant-col-md-13,.automation .ant-col-md-14,.automation .ant-col-md-15,.automation .ant-col-md-16,.automation .ant-col-md-17,.automation .ant-col-md-18,.automation .ant-col-md-19,.automation .ant-col-md-2,.automation .ant-col-md-20,.automation .ant-col-md-21,.automation .ant-col-md-22,.automation .ant-col-md-23,.automation .ant-col-md-24,.automation .ant-col-md-3,.automation .ant-col-md-4,.automation .ant-col-md-5,.automation .ant-col-md-6,.automation .ant-col-md-7,.automation .ant-col-md-8,.automation .ant-col-md-9,.automation .ant-col-sm-1,.automation .ant-col-sm-10,.automation .ant-col-sm-11,.automation .ant-col-sm-12,.automation .ant-col-sm-13,.automation .ant-col-sm-14,.automation .ant-col-sm-15,.automation .ant-col-sm-16,.automation .ant-col-sm-17,.automation .ant-col-sm-18,.automation .ant-col-sm-19,.automation .ant-col-sm-2,.automation .ant-col-sm-20,.automation .ant-col-sm-21,.automation .ant-col-sm-22,.automation .ant-col-sm-23,.automation .ant-col-sm-24,.automation .ant-col-sm-3,.automation .ant-col-sm-4,.automation .ant-col-sm-5,.automation .ant-col-sm-6,.automation .ant-col-sm-7,.automation .ant-col-sm-8,.automation .ant-col-sm-9,.automation .ant-col-xs-1,.automation .ant-col-xs-10,.automation .ant-col-xs-11,.automation .ant-col-xs-12,.automation .ant-col-xs-13,.automation .ant-col-xs-14,.automation .ant-col-xs-15,.automation .ant-col-xs-16,.automation .ant-col-xs-17,.automation .ant-col-xs-18,.automation .ant-col-xs-19,.automation .ant-col-xs-2,.automation .ant-col-xs-20,.automation .ant-col-xs-21,.automation .ant-col-xs-22,.automation .ant-col-xs-23,.automation .ant-col-xs-24,.automation .ant-col-xs-3,.automation .ant-col-xs-4,.automation .ant-col-xs-5,.automation .ant-col-xs-6,.automation .ant-col-xs-7,.automation .ant-col-xs-8,.automation .ant-col-xs-9{position:relative;padding-left:0;padding-right:0;min-height:1px}.automation .ant-col-1,.automation .ant-col-10,.automation .ant-col-11,.automation .ant-col-12,.automation .ant-col-13,.automation .ant-col-14,.automation .ant-col-15,.automation .ant-col-16,.automation .ant-col-17,.automation .ant-col-18,.automation .ant-col-19,.automation .ant-col-2,.automation .ant-col-20,.automation .ant-col-21,.automation .ant-col-22,.automation .ant-col-23,.automation .ant-col-24,.automation .ant-col-3,.automation .ant-col-4,.automation .ant-col-5,.automation .ant-col-6,.automation .ant-col-7,.automation .ant-col-8,.automation .ant-col-9{float:left;flex:0 0 auto}.automation .ant-col-24{display:block;box-sizing:border-box;width:100%}.automation .ant-col-push-24{left:100%}.automation .ant-col-pull-24{right:100%}.automation .ant-col-offset-24{margin-left:100%}.automation .ant-col-order-24{order:24}.automation .ant-col-23{display:block;box-sizing:border-box;width:95.83333333%}.automation .ant-col-push-23{left:95.83333333%}.automation .ant-col-pull-23{right:95.83333333%}.automation .ant-col-offset-23{margin-left:95.83333333%}.automation .ant-col-order-23{order:23}.automation .ant-col-22{display:block;box-sizing:border-box;width:91.66666667%}.automation .ant-col-push-22{left:91.66666667%}.automation .ant-col-pull-22{right:91.66666667%}.automation .ant-col-offset-22{margin-left:91.66666667%}.automation .ant-col-order-22{order:22}.automation .ant-col-21{display:block;box-sizing:border-box;width:87.5%}.automation .ant-col-push-21{left:87.5%}.automation .ant-col-pull-21{right:87.5%}.automation .ant-col-offset-21{margin-left:87.5%}.automation .ant-col-order-21{order:21}.automation .ant-col-20{display:block;box-sizing:border-box;width:83.33333333%}.automation .ant-col-push-20{left:83.33333333%}.automation .ant-col-pull-20{right:83.33333333%}.automation .ant-col-offset-20{margin-left:83.33333333%}.automation .ant-col-order-20{order:20}.automation .ant-col-19{display:block;box-sizing:border-box;width:79.16666667%}.automation .ant-col-push-19{left:79.16666667%}.automation .ant-col-pull-19{right:79.16666667%}.automation .ant-col-offset-19{margin-left:79.16666667%}.automation .ant-col-order-19{order:19}.automation .ant-col-18{display:block;box-sizing:border-box;width:75%}.automation .ant-col-push-18{left:75%}.automation .ant-col-pull-18{right:75%}.automation .ant-col-offset-18{margin-left:75%}.automation .ant-col-order-18{order:18}.automation .ant-col-17{display:block;box-sizing:border-box;width:70.83333333%}.automation .ant-col-push-17{left:70.83333333%}.automation .ant-col-pull-17{right:70.83333333%}.automation .ant-col-offset-17{margin-left:70.83333333%}.automation .ant-col-order-17{order:17}.automation .ant-col-16{display:block;box-sizing:border-box;width:66.66666667%}.automation .ant-col-push-16{left:66.66666667%}.automation .ant-col-pull-16{right:66.66666667%}.automation .ant-col-offset-16{margin-left:66.66666667%}.automation .ant-col-order-16{order:16}.automation .ant-col-15{display:block;box-sizing:border-box;width:62.5%}.automation .ant-col-push-15{left:62.5%}.automation .ant-col-pull-15{right:62.5%}.automation .ant-col-offset-15{margin-left:62.5%}.automation .ant-col-order-15{order:15}.automation .ant-col-14{display:block;box-sizing:border-box;width:58.33333333%}.automation .ant-col-push-14{left:58.33333333%}.automation .ant-col-pull-14{right:58.33333333%}.automation .ant-col-offset-14{margin-left:58.33333333%}.automation .ant-col-order-14{order:14}.automation .ant-col-13{display:block;box-sizing:border-box;width:54.16666667%}.automation .ant-col-push-13{left:54.16666667%}.automation .ant-col-pull-13{right:54.16666667%}.automation .ant-col-offset-13{margin-left:54.16666667%}.automation .ant-col-order-13{order:13}.automation .ant-col-12{display:block;box-sizing:border-box;width:50%}.automation .ant-col-push-12{left:50%}.automation .ant-col-pull-12{right:50%}.automation .ant-col-offset-12{margin-left:50%}.automation .ant-col-order-12{order:12}.automation .ant-col-11{display:block;box-sizing:border-box;width:45.83333333%}.automation .ant-col-push-11{left:45.83333333%}.automation .ant-col-pull-11{right:45.83333333%}.automation .ant-col-offset-11{margin-left:45.83333333%}.automation .ant-col-order-11{order:11}.automation .ant-col-10{display:block;box-sizing:border-box;width:41.66666667%}.automation .ant-col-push-10{left:41.66666667%}.automation .ant-col-pull-10{right:41.66666667%}.automation .ant-col-offset-10{margin-left:41.66666667%}.automation .ant-col-order-10{order:10}.automation .ant-col-9{display:block;box-sizing:border-box;width:37.5%}.automation .ant-col-push-9{left:37.5%}.automation .ant-col-pull-9{right:37.5%}.automation .ant-col-offset-9{margin-left:37.5%}.automation .ant-col-order-9{order:9}.automation .ant-col-8{display:block;box-sizing:border-box;width:33.33333333%}.automation .ant-col-push-8{left:33.33333333%}.automation .ant-col-pull-8{right:33.33333333%}.automation .ant-col-offset-8{margin-left:33.33333333%}.automation .ant-col-order-8{order:8}.automation .ant-col-7{display:block;box-sizing:border-box;width:29.16666667%}.automation .ant-col-push-7{left:29.16666667%}.automation .ant-col-pull-7{right:29.16666667%}.automation .ant-col-offset-7{margin-left:29.16666667%}.automation .ant-col-order-7{order:7}.automation .ant-col-6{display:block;box-sizing:border-box;width:25%}.automation .ant-col-push-6{left:25%}.automation .ant-col-pull-6{right:25%}.automation .ant-col-offset-6{margin-left:25%}.automation .ant-col-order-6{order:6}.automation .ant-col-5{display:block;box-sizing:border-box;width:20.83333333%}.automation .ant-col-push-5{left:20.83333333%}.automation .ant-col-pull-5{right:20.83333333%}.automation .ant-col-offset-5{margin-left:20.83333333%}.automation .ant-col-order-5{order:5}.automation .ant-col-4{display:block;box-sizing:border-box;width:16.66666667%}.automation .ant-col-push-4{left:16.66666667%}.automation .ant-col-pull-4{right:16.66666667%}.automation .ant-col-offset-4{margin-left:16.66666667%}.automation .ant-col-order-4{order:4}.automation .ant-col-3{display:block;box-sizing:border-box;width:12.5%}.automation .ant-col-push-3{left:12.5%}.automation .ant-col-pull-3{right:12.5%}.automation .ant-col-offset-3{margin-left:12.5%}.automation .ant-col-order-3{order:3}.automation .ant-col-2{display:block;box-sizing:border-box;width:8.33333333%}.automation .ant-col-push-2{left:8.33333333%}.automation .ant-col-pull-2{right:8.33333333%}.automation .ant-col-offset-2{margin-left:8.33333333%}.automation .ant-col-order-2{order:2}.automation .ant-col-1{display:block;box-sizing:border-box;width:4.16666667%}.automation .ant-col-push-1{left:4.16666667%}.automation .ant-col-pull-1{right:4.16666667%}.automation .ant-col-offset-1{margin-left:4.16666667%}.automation .ant-col-order-1{order:1}.automation .ant-col-0{display:none}.automation .ant-col-offset-0{margin-left:0}.automation .ant-col-order-0{order:0}.automation .ant-col-xs-1,.automation .ant-col-xs-10,.automation .ant-col-xs-11,.automation .ant-col-xs-12,.automation .ant-col-xs-13,.automation .ant-col-xs-14,.automation .ant-col-xs-15,.automation .ant-col-xs-16,.automation .ant-col-xs-17,.automation .ant-col-xs-18,.automation .ant-col-xs-19,.automation .ant-col-xs-2,.automation .ant-col-xs-20,.automation .ant-col-xs-21,.automation .ant-col-xs-22,.automation .ant-col-xs-23,.automation .ant-col-xs-24,.automation .ant-col-xs-3,.automation .ant-col-xs-4,.automation .ant-col-xs-5,.automation .ant-col-xs-6,.automation .ant-col-xs-7,.automation .ant-col-xs-8,.automation .ant-col-xs-9{float:left;flex:0 0 auto}.automation .ant-col-xs-24{display:block;box-sizing:border-box;width:100%}.automation .ant-col-xs-push-24{left:100%}.automation .ant-col-xs-pull-24{right:100%}.automation .ant-col-xs-offset-24{margin-left:100%}.automation .ant-col-xs-order-24{order:24}.automation .ant-col-xs-23{display:block;box-sizing:border-box;width:95.83333333%}.automation .ant-col-xs-push-23{left:95.83333333%}.automation .ant-col-xs-pull-23{right:95.83333333%}.automation .ant-col-xs-offset-23{margin-left:95.83333333%}.automation .ant-col-xs-order-23{order:23}.automation .ant-col-xs-22{display:block;box-sizing:border-box;width:91.66666667%}.automation .ant-col-xs-push-22{left:91.66666667%}.automation .ant-col-xs-pull-22{right:91.66666667%}.automation .ant-col-xs-offset-22{margin-left:91.66666667%}.automation .ant-col-xs-order-22{order:22}.automation .ant-col-xs-21{display:block;box-sizing:border-box;width:87.5%}.automation .ant-col-xs-push-21{left:87.5%}.automation .ant-col-xs-pull-21{right:87.5%}.automation .ant-col-xs-offset-21{margin-left:87.5%}.automation .ant-col-xs-order-21{order:21}.automation .ant-col-xs-20{display:block;box-sizing:border-box;width:83.33333333%}.automation .ant-col-xs-push-20{left:83.33333333%}.automation .ant-col-xs-pull-20{right:83.33333333%}.automation .ant-col-xs-offset-20{margin-left:83.33333333%}.automation .ant-col-xs-order-20{order:20}.automation .ant-col-xs-19{display:block;box-sizing:border-box;width:79.16666667%}.automation .ant-col-xs-push-19{left:79.16666667%}.automation .ant-col-xs-pull-19{right:79.16666667%}.automation .ant-col-xs-offset-19{margin-left:79.16666667%}.automation .ant-col-xs-order-19{order:19}.automation .ant-col-xs-18{display:block;box-sizing:border-box;width:75%}.automation .ant-col-xs-push-18{left:75%}.automation .ant-col-xs-pull-18{right:75%}.automation .ant-col-xs-offset-18{margin-left:75%}.automation .ant-col-xs-order-18{order:18}.automation .ant-col-xs-17{display:block;box-sizing:border-box;width:70.83333333%}.automation .ant-col-xs-push-17{left:70.83333333%}.automation .ant-col-xs-pull-17{right:70.83333333%}.automation .ant-col-xs-offset-17{margin-left:70.83333333%}.automation .ant-col-xs-order-17{order:17}.automation .ant-col-xs-16{display:block;box-sizing:border-box;width:66.66666667%}.automation .ant-col-xs-push-16{left:66.66666667%}.automation .ant-col-xs-pull-16{right:66.66666667%}.automation .ant-col-xs-offset-16{margin-left:66.66666667%}.automation .ant-col-xs-order-16{order:16}.automation .ant-col-xs-15{display:block;box-sizing:border-box;width:62.5%}.automation .ant-col-xs-push-15{left:62.5%}.automation .ant-col-xs-pull-15{right:62.5%}.automation .ant-col-xs-offset-15{margin-left:62.5%}.automation .ant-col-xs-order-15{order:15}.automation .ant-col-xs-14{display:block;box-sizing:border-box;width:58.33333333%}.automation .ant-col-xs-push-14{left:58.33333333%}.automation .ant-col-xs-pull-14{right:58.33333333%}.automation .ant-col-xs-offset-14{margin-left:58.33333333%}.automation .ant-col-xs-order-14{order:14}.automation .ant-col-xs-13{display:block;box-sizing:border-box;width:54.16666667%}.automation .ant-col-xs-push-13{left:54.16666667%}.automation .ant-col-xs-pull-13{right:54.16666667%}.automation .ant-col-xs-offset-13{margin-left:54.16666667%}.automation .ant-col-xs-order-13{order:13}.automation .ant-col-xs-12{display:block;box-sizing:border-box;width:50%}.automation .ant-col-xs-push-12{left:50%}.automation .ant-col-xs-pull-12{right:50%}.automation .ant-col-xs-offset-12{margin-left:50%}.automation .ant-col-xs-order-12{order:12}.automation .ant-col-xs-11{display:block;box-sizing:border-box;width:45.83333333%}.automation .ant-col-xs-push-11{left:45.83333333%}.automation .ant-col-xs-pull-11{right:45.83333333%}.automation .ant-col-xs-offset-11{margin-left:45.83333333%}.automation .ant-col-xs-order-11{order:11}.automation .ant-col-xs-10{display:block;box-sizing:border-box;width:41.66666667%}.automation .ant-col-xs-push-10{left:41.66666667%}.automation .ant-col-xs-pull-10{right:41.66666667%}.automation .ant-col-xs-offset-10{margin-left:41.66666667%}.automation .ant-col-xs-order-10{order:10}.automation .ant-col-xs-9{display:block;box-sizing:border-box;width:37.5%}.automation .ant-col-xs-push-9{left:37.5%}.automation .ant-col-xs-pull-9{right:37.5%}.automation .ant-col-xs-offset-9{margin-left:37.5%}.automation .ant-col-xs-order-9{order:9}.automation .ant-col-xs-8{display:block;box-sizing:border-box;width:33.33333333%}.automation .ant-col-xs-push-8{left:33.33333333%}.automation .ant-col-xs-pull-8{right:33.33333333%}.automation .ant-col-xs-offset-8{margin-left:33.33333333%}.automation .ant-col-xs-order-8{order:8}.automation .ant-col-xs-7{display:block;box-sizing:border-box;width:29.16666667%}.automation .ant-col-xs-push-7{left:29.16666667%}.automation .ant-col-xs-pull-7{right:29.16666667%}.automation .ant-col-xs-offset-7{margin-left:29.16666667%}.automation .ant-col-xs-order-7{order:7}.automation .ant-col-xs-6{display:block;box-sizing:border-box;width:25%}.automation .ant-col-xs-push-6{left:25%}.automation .ant-col-xs-pull-6{right:25%}.automation .ant-col-xs-offset-6{margin-left:25%}.automation .ant-col-xs-order-6{order:6}.automation .ant-col-xs-5{display:block;box-sizing:border-box;width:20.83333333%}.automation .ant-col-xs-push-5{left:20.83333333%}.automation .ant-col-xs-pull-5{right:20.83333333%}.automation .ant-col-xs-offset-5{margin-left:20.83333333%}.automation .ant-col-xs-order-5{order:5}.automation .ant-col-xs-4{display:block;box-sizing:border-box;width:16.66666667%}.automation .ant-col-xs-push-4{left:16.66666667%}.automation .ant-col-xs-pull-4{right:16.66666667%}.automation .ant-col-xs-offset-4{margin-left:16.66666667%}.automation .ant-col-xs-order-4{order:4}.automation .ant-col-xs-3{display:block;box-sizing:border-box;width:12.5%}.automation .ant-col-xs-push-3{left:12.5%}.automation .ant-col-xs-pull-3{right:12.5%}.automation .ant-col-xs-offset-3{margin-left:12.5%}.automation .ant-col-xs-order-3{order:3}.automation .ant-col-xs-2{display:block;box-sizing:border-box;width:8.33333333%}.automation .ant-col-xs-push-2{left:8.33333333%}.automation .ant-col-xs-pull-2{right:8.33333333%}.automation .ant-col-xs-offset-2{margin-left:8.33333333%}.automation .ant-col-xs-order-2{order:2}.automation .ant-col-xs-1{display:block;box-sizing:border-box;width:4.16666667%}.automation .ant-col-xs-push-1{left:4.16666667%}.automation .ant-col-xs-pull-1{right:4.16666667%}.automation .ant-col-xs-offset-1{margin-left:4.16666667%}.automation .ant-col-xs-order-1{order:1}.automation .ant-col-xs-0{display:none}.automation .ant-col-push-0{left:auto}.automation .ant-col-pull-0{right:auto}.automation .ant-col-xs-push-0{left:auto}.automation .ant-col-xs-pull-0{right:auto}.automation .ant-col-xs-offset-0{margin-left:0}.automation .ant-col-xs-order-0{order:0}@media (width >= 576px){.automation .ant-col-sm-1,.automation .ant-col-sm-10,.automation .ant-col-sm-11,.automation .ant-col-sm-12,.automation .ant-col-sm-13,.automation .ant-col-sm-14,.automation .ant-col-sm-15,.automation .ant-col-sm-16,.automation .ant-col-sm-17,.automation .ant-col-sm-18,.automation .ant-col-sm-19,.automation .ant-col-sm-2,.automation .ant-col-sm-20,.automation .ant-col-sm-21,.automation .ant-col-sm-22,.automation .ant-col-sm-23,.automation .ant-col-sm-24,.automation .ant-col-sm-3,.automation .ant-col-sm-4,.automation .ant-col-sm-5,.automation .ant-col-sm-6,.automation .ant-col-sm-7,.automation .ant-col-sm-8,.automation .ant-col-sm-9{float:left;flex:0 0 auto}.automation .ant-col-sm-24{display:block;box-sizing:border-box;width:100%}.automation .ant-col-sm-push-24{left:100%}.automation .ant-col-sm-pull-24{right:100%}.automation .ant-col-sm-offset-24{margin-left:100%}.automation .ant-col-sm-order-24{order:24}.automation .ant-col-sm-23{display:block;box-sizing:border-box;width:95.83333333%}.automation .ant-col-sm-push-23{left:95.83333333%}.automation .ant-col-sm-pull-23{right:95.83333333%}.automation .ant-col-sm-offset-23{margin-left:95.83333333%}.automation .ant-col-sm-order-23{order:23}.automation .ant-col-sm-22{display:block;box-sizing:border-box;width:91.66666667%}.automation .ant-col-sm-push-22{left:91.66666667%}.automation .ant-col-sm-pull-22{right:91.66666667%}.automation .ant-col-sm-offset-22{margin-left:91.66666667%}.automation .ant-col-sm-order-22{order:22}.automation .ant-col-sm-21{display:block;box-sizing:border-box;width:87.5%}.automation .ant-col-sm-push-21{left:87.5%}.automation .ant-col-sm-pull-21{right:87.5%}.automation .ant-col-sm-offset-21{margin-left:87.5%}.automation .ant-col-sm-order-21{order:21}.automation .ant-col-sm-20{display:block;box-sizing:border-box;width:83.33333333%}.automation .ant-col-sm-push-20{left:83.33333333%}.automation .ant-col-sm-pull-20{right:83.33333333%}.automation .ant-col-sm-offset-20{margin-left:83.33333333%}.automation .ant-col-sm-order-20{order:20}.automation .ant-col-sm-19{display:block;box-sizing:border-box;width:79.16666667%}.automation .ant-col-sm-push-19{left:79.16666667%}.automation .ant-col-sm-pull-19{right:79.16666667%}.automation .ant-col-sm-offset-19{margin-left:79.16666667%}.automation .ant-col-sm-order-19{order:19}.automation .ant-col-sm-18{display:block;box-sizing:border-box;width:75%}.automation .ant-col-sm-push-18{left:75%}.automation .ant-col-sm-pull-18{right:75%}.automation .ant-col-sm-offset-18{margin-left:75%}.automation .ant-col-sm-order-18{order:18}.automation .ant-col-sm-17{display:block;box-sizing:border-box;width:70.83333333%}.automation .ant-col-sm-push-17{left:70.83333333%}.automation .ant-col-sm-pull-17{right:70.83333333%}.automation .ant-col-sm-offset-17{margin-left:70.83333333%}.automation .ant-col-sm-order-17{order:17}.automation .ant-col-sm-16{display:block;box-sizing:border-box;width:66.66666667%}.automation .ant-col-sm-push-16{left:66.66666667%}.automation .ant-col-sm-pull-16{right:66.66666667%}.automation .ant-col-sm-offset-16{margin-left:66.66666667%}.automation .ant-col-sm-order-16{order:16}.automation .ant-col-sm-15{display:block;box-sizing:border-box;width:62.5%}.automation .ant-col-sm-push-15{left:62.5%}.automation .ant-col-sm-pull-15{right:62.5%}.automation .ant-col-sm-offset-15{margin-left:62.5%}.automation .ant-col-sm-order-15{order:15}.automation .ant-col-sm-14{display:block;box-sizing:border-box;width:58.33333333%}.automation .ant-col-sm-push-14{left:58.33333333%}.automation .ant-col-sm-pull-14{right:58.33333333%}.automation .ant-col-sm-offset-14{margin-left:58.33333333%}.automation .ant-col-sm-order-14{order:14}.automation .ant-col-sm-13{display:block;box-sizing:border-box;width:54.16666667%}.automation .ant-col-sm-push-13{left:54.16666667%}.automation .ant-col-sm-pull-13{right:54.16666667%}.automation .ant-col-sm-offset-13{margin-left:54.16666667%}.automation .ant-col-sm-order-13{order:13}.automation .ant-col-sm-12{display:block;box-sizing:border-box;width:50%}.automation .ant-col-sm-push-12{left:50%}.automation .ant-col-sm-pull-12{right:50%}.automation .ant-col-sm-offset-12{margin-left:50%}.automation .ant-col-sm-order-12{order:12}.automation .ant-col-sm-11{display:block;box-sizing:border-box;width:45.83333333%}.automation .ant-col-sm-push-11{left:45.83333333%}.automation .ant-col-sm-pull-11{right:45.83333333%}.automation .ant-col-sm-offset-11{margin-left:45.83333333%}.automation .ant-col-sm-order-11{order:11}.automation .ant-col-sm-10{display:block;box-sizing:border-box;width:41.66666667%}.automation .ant-col-sm-push-10{left:41.66666667%}.automation .ant-col-sm-pull-10{right:41.66666667%}.automation .ant-col-sm-offset-10{margin-left:41.66666667%}.automation .ant-col-sm-order-10{order:10}.automation .ant-col-sm-9{display:block;box-sizing:border-box;width:37.5%}.automation .ant-col-sm-push-9{left:37.5%}.automation .ant-col-sm-pull-9{right:37.5%}.automation .ant-col-sm-offset-9{margin-left:37.5%}.automation .ant-col-sm-order-9{order:9}.automation .ant-col-sm-8{display:block;box-sizing:border-box;width:33.33333333%}.automation .ant-col-sm-push-8{left:33.33333333%}.automation .ant-col-sm-pull-8{right:33.33333333%}.automation .ant-col-sm-offset-8{margin-left:33.33333333%}.automation .ant-col-sm-order-8{order:8}.automation .ant-col-sm-7{display:block;box-sizing:border-box;width:29.16666667%}.automation .ant-col-sm-push-7{left:29.16666667%}.automation .ant-col-sm-pull-7{right:29.16666667%}.automation .ant-col-sm-offset-7{margin-left:29.16666667%}.automation .ant-col-sm-order-7{order:7}.automation .ant-col-sm-6{display:block;box-sizing:border-box;width:25%}.automation .ant-col-sm-push-6{left:25%}.automation .ant-col-sm-pull-6{right:25%}.automation .ant-col-sm-offset-6{margin-left:25%}.automation .ant-col-sm-order-6{order:6}.automation .ant-col-sm-5{display:block;box-sizing:border-box;width:20.83333333%}.automation .ant-col-sm-push-5{left:20.83333333%}.automation .ant-col-sm-pull-5{right:20.83333333%}.automation .ant-col-sm-offset-5{margin-left:20.83333333%}.automation .ant-col-sm-order-5{order:5}.automation .ant-col-sm-4{display:block;box-sizing:border-box;width:16.66666667%}.automation .ant-col-sm-push-4{left:16.66666667%}.automation .ant-col-sm-pull-4{right:16.66666667%}.automation .ant-col-sm-offset-4{margin-left:16.66666667%}.automation .ant-col-sm-order-4{order:4}.automation .ant-col-sm-3{display:block;box-sizing:border-box;width:12.5%}.automation .ant-col-sm-push-3{left:12.5%}.automation .ant-col-sm-pull-3{right:12.5%}.automation .ant-col-sm-offset-3{margin-left:12.5%}.automation .ant-col-sm-order-3{order:3}.automation .ant-col-sm-2{display:block;box-sizing:border-box;width:8.33333333%}.automation .ant-col-sm-push-2{left:8.33333333%}.automation .ant-col-sm-pull-2{right:8.33333333%}.automation .ant-col-sm-offset-2{margin-left:8.33333333%}.automation .ant-col-sm-order-2{order:2}.automation .ant-col-sm-1{display:block;box-sizing:border-box;width:4.16666667%}.automation .ant-col-sm-push-1{left:4.16666667%}.automation .ant-col-sm-pull-1{right:4.16666667%}.automation .ant-col-sm-offset-1{margin-left:4.16666667%}.automation .ant-col-sm-order-1{order:1}.automation .ant-col-sm-0{display:none}.automation .ant-col-push-0{left:auto}.automation .ant-col-pull-0{right:auto}.automation .ant-col-sm-push-0{left:auto}.automation .ant-col-sm-pull-0{right:auto}.automation .ant-col-sm-offset-0{margin-left:0}.automation .ant-col-sm-order-0{order:0}}@media (width >= 768px){.automation .ant-col-md-1,.automation .ant-col-md-10,.automation .ant-col-md-11,.automation .ant-col-md-12,.automation .ant-col-md-13,.automation .ant-col-md-14,.automation .ant-col-md-15,.automation .ant-col-md-16,.automation .ant-col-md-17,.automation .ant-col-md-18,.automation .ant-col-md-19,.automation .ant-col-md-2,.automation .ant-col-md-20,.automation .ant-col-md-21,.automation .ant-col-md-22,.automation .ant-col-md-23,.automation .ant-col-md-24,.automation .ant-col-md-3,.automation .ant-col-md-4,.automation .ant-col-md-5,.automation .ant-col-md-6,.automation .ant-col-md-7,.automation .ant-col-md-8,.automation .ant-col-md-9{float:left;flex:0 0 auto}.automation .ant-col-md-24{display:block;box-sizing:border-box;width:100%}.automation .ant-col-md-push-24{left:100%}.automation .ant-col-md-pull-24{right:100%}.automation .ant-col-md-offset-24{margin-left:100%}.automation .ant-col-md-order-24{order:24}.automation .ant-col-md-23{display:block;box-sizing:border-box;width:95.83333333%}.automation .ant-col-md-push-23{left:95.83333333%}.automation .ant-col-md-pull-23{right:95.83333333%}.automation .ant-col-md-offset-23{margin-left:95.83333333%}.automation .ant-col-md-order-23{order:23}.automation .ant-col-md-22{display:block;box-sizing:border-box;width:91.66666667%}.automation .ant-col-md-push-22{left:91.66666667%}.automation .ant-col-md-pull-22{right:91.66666667%}.automation .ant-col-md-offset-22{margin-left:91.66666667%}.automation .ant-col-md-order-22{order:22}.automation .ant-col-md-21{display:block;box-sizing:border-box;width:87.5%}.automation .ant-col-md-push-21{left:87.5%}.automation .ant-col-md-pull-21{right:87.5%}.automation .ant-col-md-offset-21{margin-left:87.5%}.automation .ant-col-md-order-21{order:21}.automation .ant-col-md-20{display:block;box-sizing:border-box;width:83.33333333%}.automation .ant-col-md-push-20{left:83.33333333%}.automation .ant-col-md-pull-20{right:83.33333333%}.automation .ant-col-md-offset-20{margin-left:83.33333333%}.automation .ant-col-md-order-20{order:20}.automation .ant-col-md-19{display:block;box-sizing:border-box;width:79.16666667%}.automation .ant-col-md-push-19{left:79.16666667%}.automation .ant-col-md-pull-19{right:79.16666667%}.automation .ant-col-md-offset-19{margin-left:79.16666667%}.automation .ant-col-md-order-19{order:19}.automation .ant-col-md-18{display:block;box-sizing:border-box;width:75%}.automation .ant-col-md-push-18{left:75%}.automation .ant-col-md-pull-18{right:75%}.automation .ant-col-md-offset-18{margin-left:75%}.automation .ant-col-md-order-18{order:18}.automation .ant-col-md-17{display:block;box-sizing:border-box;width:70.83333333%}.automation .ant-col-md-push-17{left:70.83333333%}.automation .ant-col-md-pull-17{right:70.83333333%}.automation .ant-col-md-offset-17{margin-left:70.83333333%}.automation .ant-col-md-order-17{order:17}.automation .ant-col-md-16{display:block;box-sizing:border-box;width:66.66666667%}.automation .ant-col-md-push-16{left:66.66666667%}.automation .ant-col-md-pull-16{right:66.66666667%}.automation .ant-col-md-offset-16{margin-left:66.66666667%}.automation .ant-col-md-order-16{order:16}.automation .ant-col-md-15{display:block;box-sizing:border-box;width:62.5%}.automation .ant-col-md-push-15{left:62.5%}.automation .ant-col-md-pull-15{right:62.5%}.automation .ant-col-md-offset-15{margin-left:62.5%}.automation .ant-col-md-order-15{order:15}.automation .ant-col-md-14{display:block;box-sizing:border-box;width:58.33333333%}.automation .ant-col-md-push-14{left:58.33333333%}.automation .ant-col-md-pull-14{right:58.33333333%}.automation .ant-col-md-offset-14{margin-left:58.33333333%}.automation .ant-col-md-order-14{order:14}.automation .ant-col-md-13{display:block;box-sizing:border-box;width:54.16666667%}.automation .ant-col-md-push-13{left:54.16666667%}.automation .ant-col-md-pull-13{right:54.16666667%}.automation .ant-col-md-offset-13{margin-left:54.16666667%}.automation .ant-col-md-order-13{order:13}.automation .ant-col-md-12{display:block;box-sizing:border-box;width:50%}.automation .ant-col-md-push-12{left:50%}.automation .ant-col-md-pull-12{right:50%}.automation .ant-col-md-offset-12{margin-left:50%}.automation .ant-col-md-order-12{order:12}.automation .ant-col-md-11{display:block;box-sizing:border-box;width:45.83333333%}.automation .ant-col-md-push-11{left:45.83333333%}.automation .ant-col-md-pull-11{right:45.83333333%}.automation .ant-col-md-offset-11{margin-left:45.83333333%}.automation .ant-col-md-order-11{order:11}.automation .ant-col-md-10{display:block;box-sizing:border-box;width:41.66666667%}.automation .ant-col-md-push-10{left:41.66666667%}.automation .ant-col-md-pull-10{right:41.66666667%}.automation .ant-col-md-offset-10{margin-left:41.66666667%}.automation .ant-col-md-order-10{order:10}.automation .ant-col-md-9{display:block;box-sizing:border-box;width:37.5%}.automation .ant-col-md-push-9{left:37.5%}.automation .ant-col-md-pull-9{right:37.5%}.automation .ant-col-md-offset-9{margin-left:37.5%}.automation .ant-col-md-order-9{order:9}.automation .ant-col-md-8{display:block;box-sizing:border-box;width:33.33333333%}.automation .ant-col-md-push-8{left:33.33333333%}.automation .ant-col-md-pull-8{right:33.33333333%}.automation .ant-col-md-offset-8{margin-left:33.33333333%}.automation .ant-col-md-order-8{order:8}.automation .ant-col-md-7{display:block;box-sizing:border-box;width:29.16666667%}.automation .ant-col-md-push-7{left:29.16666667%}.automation .ant-col-md-pull-7{right:29.16666667%}.automation .ant-col-md-offset-7{margin-left:29.16666667%}.automation .ant-col-md-order-7{order:7}.automation .ant-col-md-6{display:block;box-sizing:border-box;width:25%}.automation .ant-col-md-push-6{left:25%}.automation .ant-col-md-pull-6{right:25%}.automation .ant-col-md-offset-6{margin-left:25%}.automation .ant-col-md-order-6{order:6}.automation .ant-col-md-5{display:block;box-sizing:border-box;width:20.83333333%}.automation .ant-col-md-push-5{left:20.83333333%}.automation .ant-col-md-pull-5{right:20.83333333%}.automation .ant-col-md-offset-5{margin-left:20.83333333%}.automation .ant-col-md-order-5{order:5}.automation .ant-col-md-4{display:block;box-sizing:border-box;width:16.66666667%}.automation .ant-col-md-push-4{left:16.66666667%}.automation .ant-col-md-pull-4{right:16.66666667%}.automation .ant-col-md-offset-4{margin-left:16.66666667%}.automation .ant-col-md-order-4{order:4}.automation .ant-col-md-3{display:block;box-sizing:border-box;width:12.5%}.automation .ant-col-md-push-3{left:12.5%}.automation .ant-col-md-pull-3{right:12.5%}.automation .ant-col-md-offset-3{margin-left:12.5%}.automation .ant-col-md-order-3{order:3}.automation .ant-col-md-2{display:block;box-sizing:border-box;width:8.33333333%}.automation .ant-col-md-push-2{left:8.33333333%}.automation .ant-col-md-pull-2{right:8.33333333%}.automation .ant-col-md-offset-2{margin-left:8.33333333%}.automation .ant-col-md-order-2{order:2}.automation .ant-col-md-1{display:block;box-sizing:border-box;width:4.16666667%}.automation .ant-col-md-push-1{left:4.16666667%}.automation .ant-col-md-pull-1{right:4.16666667%}.automation .ant-col-md-offset-1{margin-left:4.16666667%}.automation .ant-col-md-order-1{order:1}.automation .ant-col-md-0{display:none}.automation .ant-col-push-0{left:auto}.automation .ant-col-pull-0{right:auto}.automation .ant-col-md-push-0{left:auto}.automation .ant-col-md-pull-0{right:auto}.automation .ant-col-md-offset-0{margin-left:0}.automation .ant-col-md-order-0{order:0}}@media (width >= 992px){.automation .ant-col-lg-1,.automation .ant-col-lg-10,.automation .ant-col-lg-11,.automation .ant-col-lg-12,.automation .ant-col-lg-13,.automation .ant-col-lg-14,.automation .ant-col-lg-15,.automation .ant-col-lg-16,.automation .ant-col-lg-17,.automation .ant-col-lg-18,.automation .ant-col-lg-19,.automation .ant-col-lg-2,.automation .ant-col-lg-20,.automation .ant-col-lg-21,.automation .ant-col-lg-22,.automation .ant-col-lg-23,.automation .ant-col-lg-24,.automation .ant-col-lg-3,.automation .ant-col-lg-4,.automation .ant-col-lg-5,.automation .ant-col-lg-6,.automation .ant-col-lg-7,.automation .ant-col-lg-8,.automation .ant-col-lg-9{float:left;flex:0 0 auto}.automation .ant-col-lg-24{display:block;box-sizing:border-box;width:100%}.automation .ant-col-lg-push-24{left:100%}.automation .ant-col-lg-pull-24{right:100%}.automation .ant-col-lg-offset-24{margin-left:100%}.automation .ant-col-lg-order-24{order:24}.automation .ant-col-lg-23{display:block;box-sizing:border-box;width:95.83333333%}.automation .ant-col-lg-push-23{left:95.83333333%}.automation .ant-col-lg-pull-23{right:95.83333333%}.automation .ant-col-lg-offset-23{margin-left:95.83333333%}.automation .ant-col-lg-order-23{order:23}.automation .ant-col-lg-22{display:block;box-sizing:border-box;width:91.66666667%}.automation .ant-col-lg-push-22{left:91.66666667%}.automation .ant-col-lg-pull-22{right:91.66666667%}.automation .ant-col-lg-offset-22{margin-left:91.66666667%}.automation .ant-col-lg-order-22{order:22}.automation .ant-col-lg-21{display:block;box-sizing:border-box;width:87.5%}.automation .ant-col-lg-push-21{left:87.5%}.automation .ant-col-lg-pull-21{right:87.5%}.automation .ant-col-lg-offset-21{margin-left:87.5%}.automation .ant-col-lg-order-21{order:21}.automation .ant-col-lg-20{display:block;box-sizing:border-box;width:83.33333333%}.automation .ant-col-lg-push-20{left:83.33333333%}.automation .ant-col-lg-pull-20{right:83.33333333%}.automation .ant-col-lg-offset-20{margin-left:83.33333333%}.automation .ant-col-lg-order-20{order:20}.automation .ant-col-lg-19{display:block;box-sizing:border-box;width:79.16666667%}.automation .ant-col-lg-push-19{left:79.16666667%}.automation .ant-col-lg-pull-19{right:79.16666667%}.automation .ant-col-lg-offset-19{margin-left:79.16666667%}.automation .ant-col-lg-order-19{order:19}.automation .ant-col-lg-18{display:block;box-sizing:border-box;width:75%}.automation .ant-col-lg-push-18{left:75%}.automation .ant-col-lg-pull-18{right:75%}.automation .ant-col-lg-offset-18{margin-left:75%}.automation .ant-col-lg-order-18{order:18}.automation .ant-col-lg-17{display:block;box-sizing:border-box;width:70.83333333%}.automation .ant-col-lg-push-17{left:70.83333333%}.automation .ant-col-lg-pull-17{right:70.83333333%}.automation .ant-col-lg-offset-17{margin-left:70.83333333%}.automation .ant-col-lg-order-17{order:17}.automation .ant-col-lg-16{display:block;box-sizing:border-box;width:66.66666667%}.automation .ant-col-lg-push-16{left:66.66666667%}.automation .ant-col-lg-pull-16{right:66.66666667%}.automation .ant-col-lg-offset-16{margin-left:66.66666667%}.automation .ant-col-lg-order-16{order:16}.automation .ant-col-lg-15{display:block;box-sizing:border-box;width:62.5%}.automation .ant-col-lg-push-15{left:62.5%}.automation .ant-col-lg-pull-15{right:62.5%}.automation .ant-col-lg-offset-15{margin-left:62.5%}.automation .ant-col-lg-order-15{order:15}.automation .ant-col-lg-14{display:block;box-sizing:border-box;width:58.33333333%}.automation .ant-col-lg-push-14{left:58.33333333%}.automation .ant-col-lg-pull-14{right:58.33333333%}.automation .ant-col-lg-offset-14{margin-left:58.33333333%}.automation .ant-col-lg-order-14{order:14}.automation .ant-col-lg-13{display:block;box-sizing:border-box;width:54.16666667%}.automation .ant-col-lg-push-13{left:54.16666667%}.automation .ant-col-lg-pull-13{right:54.16666667%}.automation .ant-col-lg-offset-13{margin-left:54.16666667%}.automation .ant-col-lg-order-13{order:13}.automation .ant-col-lg-12{display:block;box-sizing:border-box;width:50%}.automation .ant-col-lg-push-12{left:50%}.automation .ant-col-lg-pull-12{right:50%}.automation .ant-col-lg-offset-12{margin-left:50%}.automation .ant-col-lg-order-12{order:12}.automation .ant-col-lg-11{display:block;box-sizing:border-box;width:45.83333333%}.automation .ant-col-lg-push-11{left:45.83333333%}.automation .ant-col-lg-pull-11{right:45.83333333%}.automation .ant-col-lg-offset-11{margin-left:45.83333333%}.automation .ant-col-lg-order-11{order:11}.automation .ant-col-lg-10{display:block;box-sizing:border-box;width:41.66666667%}.automation .ant-col-lg-push-10{left:41.66666667%}.automation .ant-col-lg-pull-10{right:41.66666667%}.automation .ant-col-lg-offset-10{margin-left:41.66666667%}.automation .ant-col-lg-order-10{order:10}.automation .ant-col-lg-9{display:block;box-sizing:border-box;width:37.5%}.automation .ant-col-lg-push-9{left:37.5%}.automation .ant-col-lg-pull-9{right:37.5%}.automation .ant-col-lg-offset-9{margin-left:37.5%}.automation .ant-col-lg-order-9{order:9}.automation .ant-col-lg-8{display:block;box-sizing:border-box;width:33.33333333%}.automation .ant-col-lg-push-8{left:33.33333333%}.automation .ant-col-lg-pull-8{right:33.33333333%}.automation .ant-col-lg-offset-8{margin-left:33.33333333%}.automation .ant-col-lg-order-8{order:8}.automation .ant-col-lg-7{display:block;box-sizing:border-box;width:29.16666667%}.automation .ant-col-lg-push-7{left:29.16666667%}.automation .ant-col-lg-pull-7{right:29.16666667%}.automation .ant-col-lg-offset-7{margin-left:29.16666667%}.automation .ant-col-lg-order-7{order:7}.automation .ant-col-lg-6{display:block;box-sizing:border-box;width:25%}.automation .ant-col-lg-push-6{left:25%}.automation .ant-col-lg-pull-6{right:25%}.automation .ant-col-lg-offset-6{margin-left:25%}.automation .ant-col-lg-order-6{order:6}.automation .ant-col-lg-5{display:block;box-sizing:border-box;width:20.83333333%}.automation .ant-col-lg-push-5{left:20.83333333%}.automation .ant-col-lg-pull-5{right:20.83333333%}.automation .ant-col-lg-offset-5{margin-left:20.83333333%}.automation .ant-col-lg-order-5{order:5}.automation .ant-col-lg-4{display:block;box-sizing:border-box;width:16.66666667%}.automation .ant-col-lg-push-4{left:16.66666667%}.automation .ant-col-lg-pull-4{right:16.66666667%}.automation .ant-col-lg-offset-4{margin-left:16.66666667%}.automation .ant-col-lg-order-4{order:4}.automation .ant-col-lg-3{display:block;box-sizing:border-box;width:12.5%}.automation .ant-col-lg-push-3{left:12.5%}.automation .ant-col-lg-pull-3{right:12.5%}.automation .ant-col-lg-offset-3{margin-left:12.5%}.automation .ant-col-lg-order-3{order:3}.automation .ant-col-lg-2{display:block;box-sizing:border-box;width:8.33333333%}.automation .ant-col-lg-push-2{left:8.33333333%}.automation .ant-col-lg-pull-2{right:8.33333333%}.automation .ant-col-lg-offset-2{margin-left:8.33333333%}.automation .ant-col-lg-order-2{order:2}.automation .ant-col-lg-1{display:block;box-sizing:border-box;width:4.16666667%}.automation .ant-col-lg-push-1{left:4.16666667%}.automation .ant-col-lg-pull-1{right:4.16666667%}.automation .ant-col-lg-offset-1{margin-left:4.16666667%}.automation .ant-col-lg-order-1{order:1}.automation .ant-col-lg-0{display:none}.automation .ant-col-push-0{left:auto}.automation .ant-col-pull-0{right:auto}.automation .ant-col-lg-push-0{left:auto}.automation .ant-col-lg-pull-0{right:auto}.automation .ant-col-lg-offset-0{margin-left:0}.automation .ant-col-lg-order-0{order:0}}@media (width >= 1200px){.automation .ant-col-xl-1,.automation .ant-col-xl-10,.automation .ant-col-xl-11,.automation .ant-col-xl-12,.automation .ant-col-xl-13,.automation .ant-col-xl-14,.automation .ant-col-xl-15,.automation .ant-col-xl-16,.automation .ant-col-xl-17,.automation .ant-col-xl-18,.automation .ant-col-xl-19,.automation .ant-col-xl-2,.automation .ant-col-xl-20,.automation .ant-col-xl-21,.automation .ant-col-xl-22,.automation .ant-col-xl-23,.automation .ant-col-xl-24,.automation .ant-col-xl-3,.automation .ant-col-xl-4,.automation .ant-col-xl-5,.automation .ant-col-xl-6,.automation .ant-col-xl-7,.automation .ant-col-xl-8,.automation .ant-col-xl-9{float:left;flex:0 0 auto}.automation .ant-col-xl-24{display:block;box-sizing:border-box;width:100%}.automation .ant-col-xl-push-24{left:100%}.automation .ant-col-xl-pull-24{right:100%}.automation .ant-col-xl-offset-24{margin-left:100%}.automation .ant-col-xl-order-24{order:24}.automation .ant-col-xl-23{display:block;box-sizing:border-box;width:95.83333333%}.automation .ant-col-xl-push-23{left:95.83333333%}.automation .ant-col-xl-pull-23{right:95.83333333%}.automation .ant-col-xl-offset-23{margin-left:95.83333333%}.automation .ant-col-xl-order-23{order:23}.automation .ant-col-xl-22{display:block;box-sizing:border-box;width:91.66666667%}.automation .ant-col-xl-push-22{left:91.66666667%}.automation .ant-col-xl-pull-22{right:91.66666667%}.automation .ant-col-xl-offset-22{margin-left:91.66666667%}.automation .ant-col-xl-order-22{order:22}.automation .ant-col-xl-21{display:block;box-sizing:border-box;width:87.5%}.automation .ant-col-xl-push-21{left:87.5%}.automation .ant-col-xl-pull-21{right:87.5%}.automation .ant-col-xl-offset-21{margin-left:87.5%}.automation .ant-col-xl-order-21{order:21}.automation .ant-col-xl-20{display:block;box-sizing:border-box;width:83.33333333%}.automation .ant-col-xl-push-20{left:83.33333333%}.automation .ant-col-xl-pull-20{right:83.33333333%}.automation .ant-col-xl-offset-20{margin-left:83.33333333%}.automation .ant-col-xl-order-20{order:20}.automation .ant-col-xl-19{display:block;box-sizing:border-box;width:79.16666667%}.automation .ant-col-xl-push-19{left:79.16666667%}.automation .ant-col-xl-pull-19{right:79.16666667%}.automation .ant-col-xl-offset-19{margin-left:79.16666667%}.automation .ant-col-xl-order-19{order:19}.automation .ant-col-xl-18{display:block;box-sizing:border-box;width:75%}.automation .ant-col-xl-push-18{left:75%}.automation .ant-col-xl-pull-18{right:75%}.automation .ant-col-xl-offset-18{margin-left:75%}.automation .ant-col-xl-order-18{order:18}.automation .ant-col-xl-17{display:block;box-sizing:border-box;width:70.83333333%}.automation .ant-col-xl-push-17{left:70.83333333%}.automation .ant-col-xl-pull-17{right:70.83333333%}.automation .ant-col-xl-offset-17{margin-left:70.83333333%}.automation .ant-col-xl-order-17{order:17}.automation .ant-col-xl-16{display:block;box-sizing:border-box;width:66.66666667%}.automation .ant-col-xl-push-16{left:66.66666667%}.automation .ant-col-xl-pull-16{right:66.66666667%}.automation .ant-col-xl-offset-16{margin-left:66.66666667%}.automation .ant-col-xl-order-16{order:16}.automation .ant-col-xl-15{display:block;box-sizing:border-box;width:62.5%}.automation .ant-col-xl-push-15{left:62.5%}.automation .ant-col-xl-pull-15{right:62.5%}.automation .ant-col-xl-offset-15{margin-left:62.5%}.automation .ant-col-xl-order-15{order:15}.automation .ant-col-xl-14{display:block;box-sizing:border-box;width:58.33333333%}.automation .ant-col-xl-push-14{left:58.33333333%}.automation .ant-col-xl-pull-14{right:58.33333333%}.automation .ant-col-xl-offset-14{margin-left:58.33333333%}.automation .ant-col-xl-order-14{order:14}.automation .ant-col-xl-13{display:block;box-sizing:border-box;width:54.16666667%}.automation .ant-col-xl-push-13{left:54.16666667%}.automation .ant-col-xl-pull-13{right:54.16666667%}.automation .ant-col-xl-offset-13{margin-left:54.16666667%}.automation .ant-col-xl-order-13{order:13}.automation .ant-col-xl-12{display:block;box-sizing:border-box;width:50%}.automation .ant-col-xl-push-12{left:50%}.automation .ant-col-xl-pull-12{right:50%}.automation .ant-col-xl-offset-12{margin-left:50%}.automation .ant-col-xl-order-12{order:12}.automation .ant-col-xl-11{display:block;box-sizing:border-box;width:45.83333333%}.automation .ant-col-xl-push-11{left:45.83333333%}.automation .ant-col-xl-pull-11{right:45.83333333%}.automation .ant-col-xl-offset-11{margin-left:45.83333333%}.automation .ant-col-xl-order-11{order:11}.automation .ant-col-xl-10{display:block;box-sizing:border-box;width:41.66666667%}.automation .ant-col-xl-push-10{left:41.66666667%}.automation .ant-col-xl-pull-10{right:41.66666667%}.automation .ant-col-xl-offset-10{margin-left:41.66666667%}.automation .ant-col-xl-order-10{order:10}.automation .ant-col-xl-9{display:block;box-sizing:border-box;width:37.5%}.automation .ant-col-xl-push-9{left:37.5%}.automation .ant-col-xl-pull-9{right:37.5%}.automation .ant-col-xl-offset-9{margin-left:37.5%}.automation .ant-col-xl-order-9{order:9}.automation .ant-col-xl-8{display:block;box-sizing:border-box;width:33.33333333%}.automation .ant-col-xl-push-8{left:33.33333333%}.automation .ant-col-xl-pull-8{right:33.33333333%}.automation .ant-col-xl-offset-8{margin-left:33.33333333%}.automation .ant-col-xl-order-8{order:8}.automation .ant-col-xl-7{display:block;box-sizing:border-box;width:29.16666667%}.automation .ant-col-xl-push-7{left:29.16666667%}.automation .ant-col-xl-pull-7{right:29.16666667%}.automation .ant-col-xl-offset-7{margin-left:29.16666667%}.automation .ant-col-xl-order-7{order:7}.automation .ant-col-xl-6{display:block;box-sizing:border-box;width:25%}.automation .ant-col-xl-push-6{left:25%}.automation .ant-col-xl-pull-6{right:25%}.automation .ant-col-xl-offset-6{margin-left:25%}.automation .ant-col-xl-order-6{order:6}.automation .ant-col-xl-5{display:block;box-sizing:border-box;width:20.83333333%}.automation .ant-col-xl-push-5{left:20.83333333%}.automation .ant-col-xl-pull-5{right:20.83333333%}.automation .ant-col-xl-offset-5{margin-left:20.83333333%}.automation .ant-col-xl-order-5{order:5}.automation .ant-col-xl-4{display:block;box-sizing:border-box;width:16.66666667%}.automation .ant-col-xl-push-4{left:16.66666667%}.automation .ant-col-xl-pull-4{right:16.66666667%}.automation .ant-col-xl-offset-4{margin-left:16.66666667%}.automation .ant-col-xl-order-4{order:4}.automation .ant-col-xl-3{display:block;box-sizing:border-box;width:12.5%}.automation .ant-col-xl-push-3{left:12.5%}.automation .ant-col-xl-pull-3{right:12.5%}.automation .ant-col-xl-offset-3{margin-left:12.5%}.automation .ant-col-xl-order-3{order:3}.automation .ant-col-xl-2{display:block;box-sizing:border-box;width:8.33333333%}.automation .ant-col-xl-push-2{left:8.33333333%}.automation .ant-col-xl-pull-2{right:8.33333333%}.automation .ant-col-xl-offset-2{margin-left:8.33333333%}.automation .ant-col-xl-order-2{order:2}.automation .ant-col-xl-1{display:block;box-sizing:border-box;width:4.16666667%}.automation .ant-col-xl-push-1{left:4.16666667%}.automation .ant-col-xl-pull-1{right:4.16666667%}.automation .ant-col-xl-offset-1{margin-left:4.16666667%}.automation .ant-col-xl-order-1{order:1}.automation .ant-col-xl-0{display:none}.automation .ant-col-push-0{left:auto}.automation .ant-col-pull-0{right:auto}.automation .ant-col-xl-push-0{left:auto}.automation .ant-col-xl-pull-0{right:auto}.automation .ant-col-xl-offset-0{margin-left:0}.automation .ant-col-xl-order-0{order:0}}@media (width >= 1600px){.automation .ant-col-xxl-1,.automation .ant-col-xxl-10,.automation .ant-col-xxl-11,.automation .ant-col-xxl-12,.automation .ant-col-xxl-13,.automation .ant-col-xxl-14,.automation .ant-col-xxl-15,.automation .ant-col-xxl-16,.automation .ant-col-xxl-17,.automation .ant-col-xxl-18,.automation .ant-col-xxl-19,.automation .ant-col-xxl-2,.automation .ant-col-xxl-20,.automation .ant-col-xxl-21,.automation .ant-col-xxl-22,.automation .ant-col-xxl-23,.automation .ant-col-xxl-24,.automation .ant-col-xxl-3,.automation .ant-col-xxl-4,.automation .ant-col-xxl-5,.automation .ant-col-xxl-6,.automation .ant-col-xxl-7,.automation .ant-col-xxl-8,.automation .ant-col-xxl-9{float:left;flex:0 0 auto}.automation .ant-col-xxl-24{display:block;box-sizing:border-box;width:100%}.automation .ant-col-xxl-push-24{left:100%}.automation .ant-col-xxl-pull-24{right:100%}.automation .ant-col-xxl-offset-24{margin-left:100%}.automation .ant-col-xxl-order-24{order:24}.automation .ant-col-xxl-23{display:block;box-sizing:border-box;width:95.83333333%}.automation .ant-col-xxl-push-23{left:95.83333333%}.automation .ant-col-xxl-pull-23{right:95.83333333%}.automation .ant-col-xxl-offset-23{margin-left:95.83333333%}.automation .ant-col-xxl-order-23{order:23}.automation .ant-col-xxl-22{display:block;box-sizing:border-box;width:91.66666667%}.automation .ant-col-xxl-push-22{left:91.66666667%}.automation .ant-col-xxl-pull-22{right:91.66666667%}.automation .ant-col-xxl-offset-22{margin-left:91.66666667%}.automation .ant-col-xxl-order-22{order:22}.automation .ant-col-xxl-21{display:block;box-sizing:border-box;width:87.5%}.automation .ant-col-xxl-push-21{left:87.5%}.automation .ant-col-xxl-pull-21{right:87.5%}.automation .ant-col-xxl-offset-21{margin-left:87.5%}.automation .ant-col-xxl-order-21{order:21}.automation .ant-col-xxl-20{display:block;box-sizing:border-box;width:83.33333333%}.automation .ant-col-xxl-push-20{left:83.33333333%}.automation .ant-col-xxl-pull-20{right:83.33333333%}.automation .ant-col-xxl-offset-20{margin-left:83.33333333%}.automation .ant-col-xxl-order-20{order:20}.automation .ant-col-xxl-19{display:block;box-sizing:border-box;width:79.16666667%}.automation .ant-col-xxl-push-19{left:79.16666667%}.automation .ant-col-xxl-pull-19{right:79.16666667%}.automation .ant-col-xxl-offset-19{margin-left:79.16666667%}.automation .ant-col-xxl-order-19{order:19}.automation .ant-col-xxl-18{display:block;box-sizing:border-box;width:75%}.automation .ant-col-xxl-push-18{left:75%}.automation .ant-col-xxl-pull-18{right:75%}.automation .ant-col-xxl-offset-18{margin-left:75%}.automation .ant-col-xxl-order-18{order:18}.automation .ant-col-xxl-17{display:block;box-sizing:border-box;width:70.83333333%}.automation .ant-col-xxl-push-17{left:70.83333333%}.automation .ant-col-xxl-pull-17{right:70.83333333%}.automation .ant-col-xxl-offset-17{margin-left:70.83333333%}.automation .ant-col-xxl-order-17{order:17}.automation .ant-col-xxl-16{display:block;box-sizing:border-box;width:66.66666667%}.automation .ant-col-xxl-push-16{left:66.66666667%}.automation .ant-col-xxl-pull-16{right:66.66666667%}.automation .ant-col-xxl-offset-16{margin-left:66.66666667%}.automation .ant-col-xxl-order-16{order:16}.automation .ant-col-xxl-15{display:block;box-sizing:border-box;width:62.5%}.automation .ant-col-xxl-push-15{left:62.5%}.automation .ant-col-xxl-pull-15{right:62.5%}.automation .ant-col-xxl-offset-15{margin-left:62.5%}.automation .ant-col-xxl-order-15{order:15}.automation .ant-col-xxl-14{display:block;box-sizing:border-box;width:58.33333333%}.automation .ant-col-xxl-push-14{left:58.33333333%}.automation .ant-col-xxl-pull-14{right:58.33333333%}.automation .ant-col-xxl-offset-14{margin-left:58.33333333%}.automation .ant-col-xxl-order-14{order:14}.automation .ant-col-xxl-13{display:block;box-sizing:border-box;width:54.16666667%}.automation .ant-col-xxl-push-13{left:54.16666667%}.automation .ant-col-xxl-pull-13{right:54.16666667%}.automation .ant-col-xxl-offset-13{margin-left:54.16666667%}.automation .ant-col-xxl-order-13{order:13}.automation .ant-col-xxl-12{display:block;box-sizing:border-box;width:50%}.automation .ant-col-xxl-push-12{left:50%}.automation .ant-col-xxl-pull-12{right:50%}.automation .ant-col-xxl-offset-12{margin-left:50%}.automation .ant-col-xxl-order-12{order:12}.automation .ant-col-xxl-11{display:block;box-sizing:border-box;width:45.83333333%}.automation .ant-col-xxl-push-11{left:45.83333333%}.automation .ant-col-xxl-pull-11{right:45.83333333%}.automation .ant-col-xxl-offset-11{margin-left:45.83333333%}.automation .ant-col-xxl-order-11{order:11}.automation .ant-col-xxl-10{display:block;box-sizing:border-box;width:41.66666667%}.automation .ant-col-xxl-push-10{left:41.66666667%}.automation .ant-col-xxl-pull-10{right:41.66666667%}.automation .ant-col-xxl-offset-10{margin-left:41.66666667%}.automation .ant-col-xxl-order-10{order:10}.automation .ant-col-xxl-9{display:block;box-sizing:border-box;width:37.5%}.automation .ant-col-xxl-push-9{left:37.5%}.automation .ant-col-xxl-pull-9{right:37.5%}.automation .ant-col-xxl-offset-9{margin-left:37.5%}.automation .ant-col-xxl-order-9{order:9}.automation .ant-col-xxl-8{display:block;box-sizing:border-box;width:33.33333333%}.automation .ant-col-xxl-push-8{left:33.33333333%}.automation .ant-col-xxl-pull-8{right:33.33333333%}.automation .ant-col-xxl-offset-8{margin-left:33.33333333%}.automation .ant-col-xxl-order-8{order:8}.automation .ant-col-xxl-7{display:block;box-sizing:border-box;width:29.16666667%}.automation .ant-col-xxl-push-7{left:29.16666667%}.automation .ant-col-xxl-pull-7{right:29.16666667%}.automation .ant-col-xxl-offset-7{margin-left:29.16666667%}.automation .ant-col-xxl-order-7{order:7}.automation .ant-col-xxl-6{display:block;box-sizing:border-box;width:25%}.automation .ant-col-xxl-push-6{left:25%}.automation .ant-col-xxl-pull-6{right:25%}.automation .ant-col-xxl-offset-6{margin-left:25%}.automation .ant-col-xxl-order-6{order:6}.automation .ant-col-xxl-5{display:block;box-sizing:border-box;width:20.83333333%}.automation .ant-col-xxl-push-5{left:20.83333333%}.automation .ant-col-xxl-pull-5{right:20.83333333%}.automation .ant-col-xxl-offset-5{margin-left:20.83333333%}.automation .ant-col-xxl-order-5{order:5}.automation .ant-col-xxl-4{display:block;box-sizing:border-box;width:16.66666667%}.automation .ant-col-xxl-push-4{left:16.66666667%}.automation .ant-col-xxl-pull-4{right:16.66666667%}.automation .ant-col-xxl-offset-4{margin-left:16.66666667%}.automation .ant-col-xxl-order-4{order:4}.automation .ant-col-xxl-3{display:block;box-sizing:border-box;width:12.5%}.automation .ant-col-xxl-push-3{left:12.5%}.automation .ant-col-xxl-pull-3{right:12.5%}.automation .ant-col-xxl-offset-3{margin-left:12.5%}.automation .ant-col-xxl-order-3{order:3}.automation .ant-col-xxl-2{display:block;box-sizing:border-box;width:8.33333333%}.automation .ant-col-xxl-push-2{left:8.33333333%}.automation .ant-col-xxl-pull-2{right:8.33333333%}.automation .ant-col-xxl-offset-2{margin-left:8.33333333%}.automation .ant-col-xxl-order-2{order:2}.automation .ant-col-xxl-1{display:block;box-sizing:border-box;width:4.16666667%}.automation .ant-col-xxl-push-1{left:4.16666667%}.automation .ant-col-xxl-pull-1{right:4.16666667%}.automation .ant-col-xxl-offset-1{margin-left:4.16666667%}.automation .ant-col-xxl-order-1{order:1}.automation .ant-col-xxl-0{display:none}.automation .ant-col-push-0{left:auto}.automation .ant-col-pull-0{right:auto}.automation .ant-col-xxl-push-0{left:auto}.automation .ant-col-xxl-pull-0{right:auto}.automation .ant-col-xxl-offset-0{margin-left:0}.automation .ant-col-xxl-order-0{order:0}}.automation .adminSelectModal .ant-modal-body{padding:0}.automation .adminSelectPanel{position:relative;height:400px}.automation .adminSelectPanel .contentWrap,.automation .adminSelectPanel .topBar{padding:0 30px}.automation .adminSelectPanel .topBar{padding-top:10px;height:60px;font-weight:700;font-size:14px}.automation .adminSelectPanel .contentWrap,.automation .adminSelectPanel .leftPanel,.automation .adminSelectPanel .rightPanel{position:absolute}.automation .adminSelectPanel .leftPanel,.automation .adminSelectPanel .rightPanel{top:0;bottom:0;width:50%}.automation .adminSelectPanel .leftPanel{left:0}.automation .adminSelectPanel .rightPanel{right:0;border-left:1px solid #e9e9e9}.automation .adminSelectPanel .contentWrap{overflow:auto;inset:60px 0 0}.automation .adminSelectList{font-size:14px;color:#323232}.automation .adminSelectItem{display:flex;align-items:center;margin:16px 0;cursor:pointer}.automation .adminSelectItem>span{flex:1}.automation .adminSelectItem .itemAvatar{margin-right:10px;border-radius:50%;width:32px;height:32px}.automation .adminSelectItem .itemName{overflow:hidden;opacity:.72;text-overflow:ellipsis;white-space:nowrap}.automation .adminSelectItem.result .itemName{opacity:1}.automation .adminSelectItem .itemCheck,.automation .adminSelectItem .itemRemove{flex:none;width:20px}.automation .adminSelectItem .itemRemove{display:inline-block;width:40px;height:20px;background:url(//gw.alicdn.com/tfs/TB19sr_e1uSBuNjy1XcXXcYjFXa-46-46.png) 50% no-repeat;background-size:12px;cursor:pointer}.automation .itemSearch{display:flex;position:relative;align-items:center;margin-top:10px}.automation .itemSearch .itemSearchIcon{display:inline-block;position:absolute;left:0;top:50%;width:30px;height:20px;background:url(//gw.alicdn.com/tfs/TB1Nag0e7yWBuNjy0FpXXassXXa-32-32.png) 50% no-repeat;background-size:14px;transform:translateY(-50%)}.automation .itemSearch input.itemSearchInput{padding-left:30px!important;padding-top:4px;padding-bottom:4px;border:none;border-radius:4px;width:100%;outline:none;background:#f5f6f7;line-height:24px;font-size:13px}.automation .icon-select.disabled{opacity:.42;pointer-events:none}.automation .icon-select-btn{margin-top:10px}.automation .icon-select-content{overflow:hidden}.automation .icon-select-item{display:block;overflow:hidden;float:left;position:relative;margin:5px;border:1px solid transparent;border-radius:5px;width:40px;height:40px;cursor:pointer}.automation .icon-select-item img{border-radius:5px;max-width:100%;max-height:100%;background:#fff}.automation .icon-select-item .icon{display:block;position:absolute;right:1px;bottom:1px;border-radius:50%;width:13px;height:13px;text-align:center;font-size:13px;color:#fff}.automation .icon-select-modal .icon-select-item{opacity:.5}.automation .icon-select-modal .icon-select-item.selected{opacity:1}.automation .readonly-input{overflow:hidden;cursor:pointer;text-overflow:ellipsis;white-space:nowrap}.automation .base-settings-form .ant-form-item{padding-bottom:0}.automation .ant-popover{position:absolute;left:0;top:0;z-index:1030;list-style:none;box-sizing:border-box;margin:0;padding:0;cursor:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;line-height:1.5;text-align:left;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:normal}.automation .ant-popover:after{position:absolute;background:hsla(0,0%,100%,.01);content:""}.automation .ant-popover-hidden{display:none}.automation .ant-popover-placement-top,.automation .ant-popover-placement-topLeft,.automation .ant-popover-placement-topRight{padding-bottom:10px}.automation .ant-popover-placement-right,.automation .ant-popover-placement-rightBottom,.automation .ant-popover-placement-rightTop{padding-left:10px}.automation .ant-popover-placement-bottom,.automation .ant-popover-placement-bottomLeft,.automation .ant-popover-placement-bottomRight{padding-top:10px}.automation .ant-popover-placement-left,.automation .ant-popover-placement-leftBottom,.automation .ant-popover-placement-leftTop{padding-right:10px}.automation .ant-popover-inner{border-radius:4px;background-color:#fff;background-clip:padding-box;box-shadow:0 2px 8px rgba(0,0,0,.15)}.automation .ant-popover-title{margin:0;padding:5px 16px 4px;border-bottom:1px solid #e8e8e8;min-width:177px;min-height:32px;font-weight:500;color:rgba(0,0,0,.85)}.automation .ant-popover-inner-content{padding:12px 16px;color:rgba(0,0,0,.65)}.automation .ant-popover-message{padding:4px 0 12px;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-popover-message>.anticon{position:absolute;line-height:1.6;color:#faad14}.automation .ant-popover-message-title{padding-left:22px}.automation .ant-popover-buttons{margin-bottom:4px;text-align:right}.automation .ant-popover-buttons button{margin-left:8px}.automation .ant-popover-arrow{display:block;position:absolute;border-style:solid;border-color:transparent;width:8.48528137px;height:8.48528137px;background:#fff;transform:rotate(45deg)}.automation .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{bottom:5.5px;box-shadow:3px 3px 7px rgba(0,0,0,.07)}.automation .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.automation .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.automation .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow{right:16px}.automation .ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{left:6px;box-shadow:-3px 3px 7px rgba(0,0,0,.07)}.automation .ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.automation .ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow{top:12px}.automation .ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.automation .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{top:6px;box-shadow:-2px -2px 5px rgba(0,0,0,.06)}.automation .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow{left:50%;transform:translateX(-50%) rotate(45deg)}.automation .ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow{left:16px}.automation .ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow{right:16px}.automation .ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,.automation .ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{right:6px;box-shadow:3px -3px 7px rgba(0,0,0,.07)}.automation .ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow{top:50%;transform:translateY(-50%) rotate(45deg)}.automation .ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow{top:12px}.automation .ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow{bottom:12px}.automation .substitute-label-wrap{display:inline-block}.automation .substitute-label-wrap span{padding-right:0}.automation .cc-config-tip .cc-config-tip-text{cursor:pointer;color:#576a95}.automation .cc-config-tip-img{width:480px;height:403px}.automation .d-link{cursor:pointer}.automation .d-link,.automation .edit-print{color:#576a95}.automation .settings-handsign-switch{margin-top:10px;border-radius:4px}.automation .handSignNewTipArea{position:absolute;left:0;z-index:10;width:16px;height:20px;pointer-events:none}.automation .print-auth-dialog .print-auth-title{margin:22px auto 0;text-align:center;font-size:18px;color:#2a2a2a}.automation .print-auth-dialog .print-auth-demo{margin:16px auto 0;width:452px;height:296px;background-image:url(//img.alicdn.com/tfs/TB18sLubUD1gK0jSZFGXXbd3FXa-904-592.png);background-repeat:no-repeat;background-size:contain}.automation .print-auth-dialog .print-auth-tips{margin:6px auto 0;text-align:center;font-size:14px;color:#000}.automation .print-auth-dialog .print-auth-qr{position:relative;margin:5px auto -40px;padding:12px;width:162px;height:162px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(73,159,249,.5)}.automation .print-auth-dialog .print-auth-qr .print-auth-qr-img{width:100%;height:100%;background-image:url(//img.alicdn.com/tfs/TB1HnnXd7Y2gK0jSZFgXXc5OFXa-256-256.png);background-repeat:no-repeat;background-size:contain}.automation .print-auth-dialog .print-auth-copyright{margin:0 -24px -24px;padding-top:48px;border-radius:0 0 4px 4px;height:90px;background-color:#3195fa;text-align:center;font-size:18px;color:#fff}.automation .wf-formcanvas{position:absolute;left:50%;margin-left:-245px;width:490px;height:670px;background:url(//img.alicdn.com/tfs/TB1vgDmBntYBeNjy1XdXXXXyVXa-980-1340.png) no-repeat top;background-size:100% 100%}.automation .wf-formcanvas-inner{overflow:hidden auto;position:absolute;left:50%;top:73px;margin-left:-146px;width:292px;height:480px;max-height:480px;background:#f6f6f6}.automation .wf-formcanvas-body{overflow:hidden;padding-bottom:30px}.automation .empty.wf-formcanvas-inner{background:#fff}.automation .empty .wf-formcanvas-body{position:relative;min-height:300px;background:url(//img.alicdn.com/tfs/TB1tizSCrGYBuNjy0FoXXciBFXa-478-192.png) no-repeat 50%;background-size:239px 96px}.automation .empty .wf-formcanvas-body .empty-bg-text{position:absolute;left:0;right:0;bottom:70px;pointer-events:none;text-align:center;color:#999}.automation .wf-component{overflow:hidden;position:relative;margin:15px 0}.automation .wf-main .wf-remove{display:none;position:absolute;right:0;top:0;z-index:10;padding:3px;background:#38adff;cursor:pointer;line-height:1;font-size:12px;color:#eee}.automation .wf-overlay{position:absolute;inset:0;z-index:9;border:1px dashed transparent}.automation .wf-overlay.wf-drag{cursor:move}.automation .supportTouch .wf-component.active .wf-remove{display:block}.automation .wf-remove:hover{color:#fff}.automation html:not(.wf-cursor-move) .wf-component.hover>.wf-remove{display:block}.automation html:not(.wf-cursor-move) .wf-component.hover>.wf-overlay{border-color:#38adff}.automation html:not(.wf-cursor-move) .wf-component.active>.wf-overlay{border:1px solid #38adff}.automation .wf-component.areaactive>.wf-overlay{border:1px solid #ff4500}.automation .wf-component.draging{filter:blur(1px);pointer-events:none}.automation .wf-component.draging>.wf-overlay{border:1px dashed #666;background:#ccc;opacity:.8}.automation .wf-component .left-corner-mark{position:absolute;left:2px;top:2px;z-index:10;border-right:16px solid transparent;border-top:16px solid #3296fa;width:0;height:0;opacity:1!important}.automation .wf-component.is-linked{z-index:10;opacity:.6}.automation .wf-widgetspanel{left:0}.automation .wf-widgetspanel .wf-panel-body{overflow:auto;margin:30px -15px 0 0}.automation .wf-widgetsitem label{cursor:move}.automation .wf-widgetsitem.disabled label{cursor:not-allowed}.automation .wf-panel .wf-widgetsitem{float:left;margin:0 0 10px 9px}.automation .wf-widgetsitem{overflow:hidden;position:relative;padding-left:15px;border:1px solid #d9d9d9;border-radius:4px;width:148px;height:32px;background:#fff;cursor:move;line-height:32px;text-align:left;font-size:12px;color:#191f25}.automation .wf-widgetsitem.disabled{opacity:.2;cursor:not-allowed}.automation .wf-widgetsitem:hover{background:hsla(0,0%,100%,.2)}.automation .widgeticon{display:inline-block;width:20px;height:20px}.automation .wf-widgetsitem .widgeticon{position:absolute;right:7px;top:50%;margin-top:-10px}.automation .wf-widgetsitem.hasDesc{height:50px}.automation .wf-widgetsitem.hasDesc label{display:block;margin-top:7px;line-height:18px}.automation .wf-widgetsitem.hasDesc .desc{display:block;line-height:18px;color:rgba(25,31,37,.4)}.automation .new-tip-dot{position:absolute;right:5px;top:5px;border-radius:100%;width:8px;height:8px;background:#ef5242}.automation .itemNewTooltip{max-width:300px!important}.automation .itemNewPopover{width:256px}.automation .itemNewPopoverTitle{margin-bottom:5px;font-weight:700;font-size:18px;color:#242a33}.automation .itemNewPopoverBtns{margin-top:20px;margin-bottom:5px;text-align:right}.automation .itemNewPopoverBtns .ant-btn+.ant-btn{margin-left:6px}.automation .widget-item-title{clear:both;padding:0 10px 8px;font-family:PingFangSC-Medium;font-size:14px;color:#191f25}.automation .space10{padding-top:10px}.automation .ant-collapse{margin-top:-12px!important}.automation .ant-collapse *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.automation .ant-collapse .ant-collapse-item{padding-right:20px;border:0!important}.automation .ant-collapse .ant-collapse-item .ant-collapse-header{padding:12px 0 12px 24px!important}.automation .ant-collapse .ant-collapse-item .ant-collapse-header>i{display:none!important}.automation .ant-collapse .ant-collapse-item .ant-collapse-content{margin-top:-8px}.automation .ant-collapse .ant-collapse-item .ant-collapse-content>.ant-collapse-content-box{padding:0}.automation .widget-header-node{display:flex;align-items:center}.automation .widget-header-node>i:first-child{display:none}.automation .widget-header-node>img{border-radius:5px;width:32px;height:32px}.automation .widget-header-node>span{flex:1;margin-left:8px;font-size:16px;color:#191f25}.automation .widget-header-node>i:last-child{font-weight:700;color:rgba(25,31,37,.4);transition:transform .24s}.automation .widget-header-node svg{width:14px;height:14px;transition:transform .24s}.automation .widget-item-advance-wrap{display:flex;justify-content:flex-end;align-items:center}.automation .widget-item-advance-wrap svg{margin-bottom:18px;width:24px;height:24px;fill:rgba(25,31,37,.4)}.automation .widget-item-advance{display:flex;align-items:center;margin-left:0!important;padding-left:10px;border:1px solid rgba(25,31,37,.12);border-radius:4px;width:250px;height:30px}.automation .widget-item-advance>img{border-radius:3px;width:14px;height:14px}.automation .widget-item-advance>div{overflow:hidden;margin-left:7px;text-overflow:ellipsis;font-size:12px;color:#191f25;white-space:nowrap}.automation .panel-advance .ant-tabs-bar{position:fixed;z-index:999;background:#fff}.automation .panel-advance .ant-tabs-content{padding-top:68px}.automation .wf-settings-pane{padding:20px 16px}.automation .wf-icon{margin-left:8px;margin-right:8px;width:25px;height:25px}.automation .wf-icon-item{display:inline-block;position:relative;text-align:center}.automation .wf-icon-item .tabitem{display:none;position:absolute;left:10px;top:-32px;border-radius:2px;width:250px;height:28px;line-height:28px;text-align:left;font-size:11px;color:#fff}.automation .wf-icon-item .tabitem.current{background:rgba(0,0,0,.5)}.automation .wf-icon-item .tabitem.current:after{display:block;overflow:hidden;position:absolute;left:20px;bottom:-8px;margin-left:-4px;border:4px solid transparent;border-top-color:rgba(0,0,0,.5);width:0;height:0;content:""}.automation .wf-setting-duration-label{padding-left:18px}.automation .wf-setting-suite-duration-label{margin-top:20px;padding-left:0}.automation .wf-push-app{position:relative;padding-top:10px;padding-bottom:10px}.automation .wf-icon-group{position:relative;top:20px}.automation .wf-app-push{position:absolute;top:10px}.automation .wf-icon-name{position:relative;top:-7px;font-size:12px;color:#fff}.automation .wf-pushinfo{margin-left:4px;font-size:14px}.automation .wf-item-group{padding-left:18px}.automation .wf-setting-push-radio{margin-left:10px}.automation .wf-tips{position:relative;top:3px;margin-left:4px;width:15px;height:15px}.automation .wf-input-tips{font-size:12px;color:#f4f4f4}.automation .wf-settingpanel{right:0}.automation .wf-settingpanel select{margin-left:12px;width:100px;height:30px;line-height:30px;color:#000}.automation .wf-settingpanel .textarea,.automation .wf-settingpanel input[type=text],.automation .wf-settingpanel textarea{padding:6px 10px;border:1px solid rgba(0,0,0,.15);border-radius:4px;width:100%;min-height:29px;outline:none;background:hsla(0,0%,100%,.1);font-size:12px}.automation .wf-settingpanel .textarea:focus,.automation .wf-settingpanel input[type=text]:focus,.automation .wf-settingpanel textarea:focus{border-color:#3f9af9;background:transparent}.automation .wf-settingpanel ::-webkit-input-placeholder{color:rgba(0,0,0,.25)}.automation .wf-settingpanel .wf-form{overflow-y:auto;padding-bottom:20px}.automation .wf-settingpanel .ant-tabs .ant-tabs-bar{width:350px}.automation .wf-settingpanel .ant-tabs .ant-tabs-nav .ant-tabs-tab{width:175px}.automation .wf-setting-hrm ul li{margin:6px 0}.automation .wf-settingpanel .wf-setter-field .fieldname{line-height:1.6}.automation .wf-settingpanel .wf-setter-field .require-tip{color:#3296fa}.automation .wf-settingpanel .wf-setter-field .fieldinfo{color:rgba(25,31,37,.4)}.automation .wf-settingpanel .wf-setter-field .fieldtips{margin-top:6px;font-size:12px}.automation .wf-settingpanel .wf-setter-field .fieldicon{float:right;margin-right:1px;cursor:pointer}.automation .wf-settingpanel .wf-setter-field .wf-conditionwarn{line-height:16px;font-size:12px}.automation .wf-settingpanel .wf-setter-field .wf-conditionwarn .icon-error{vertical-align:baseline;color:#ff8415}.automation .wf-settingpanel .wf-setter-field.wf-setting-dateformat input[type=radio],.automation .wf-settingpanel .wf-setter-field[class*=wf-setting-] input[type=checkbox],.automation .wf-settingpanel .wf-setter-field[class*=wf-setting-] input[type=radio]{margin-left:2px;margin-right:5px;vertical-align:middle}.automation .wf-settingpanel .wf-setter-field.wf-setting-push{margin-left:5px;margin-top:24px}.automation .wf-settingpanel .wf-setter-field.wf-setting-push input[type=radio]{margin-left:2px;margin-right:5px;vertical-align:middle}.automation .wf-settingpanel .wf-setter-field.wf-setting-daterangelabel .fieldblock:not(:last-child){margin-bottom:30px}.automation .wf-settingpanel .wf-setter-field.wf-setting-options input[type=text]{width:120px}.automation .wf-settingpanel .wf-setter-field .action{display:inline-block;margin-left:5px;opacity:.8;text-align:center}.automation .wf-settingpanel .wf-setter-field .action .icon{padding:3px 2px 3px 3px;border-radius:50%;background:#3296fa;font-size:12px;color:#fff}.automation .wf-settingpanel .wf-setter-field .action:hover{opacity:.9}.automation .wf-settingpanel .wf-setter-field .limitadd .action-add,.automation .wf-settingpanel .wf-setter-field .limitdel .action-del{opacity:.2;pointer-events:none}.automation .wf-settingpanel .wf-setter-field.wf-setting-content textarea{min-height:7.5em}.automation .pushAttendSetting .wf-icon-item{margin-right:16px}.automation .pushAttendSetting .wf-icon-item .wf-icon-item-img{display:block;margin-top:10px;width:164px;height:88px}.automation .pushAttendSetting .fieldname{line-height:18px;font-size:16px}.automation .pushAttendSetting .wf-item-group{padding-left:0}.automation .pushAttendSetting .wf-icon-group{top:0}.automation .attendDesc{display:block;margin-top:35px;line-height:20px}.automation .select-unit{padding-top:10px}.automation .alitrip-label{margin-top:10px;line-height:24px;font-size:12px}.automation .alitrip-select-unit{padding-top:10px;font-size:12px}.automation .setting-reimburseLabel{display:flex;flex-direction:row}.automation .setting-reimburseLabel-right{flex:4;margin-left:12px}.automation .reimburseHref-label{float:right;margin-right:80px}.automation .exceedApply-label{margin-left:12px}.automation .exceedApplyHref-label{float:right;margin-right:10px}.automation .formSaveModal .ant-modal-body,.automation .wf-popup-content .wf-form.wf-formsettings{overflow:auto;height:400px}.automation .setting-alitrip-project{display:flex;flex-direction:row}.automation .setting-alitrip-project .setting-alitrip-project-left{width:32%}.automation .setting-alitrip-project .setting-alitrip-project-right{width:68%}.automation .wf-sidepanel-head{padding:0 16px;height:46px;background:#fff;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.09);line-height:46px;font-weight:700;font-size:14px;color:#191f25}.automation .wf-sidepanel-head .desc{float:right;font-weight:400;font-size:12px;color:rgba(25,31,37,.4)}.automation .wf-settingpanel{right:-100%;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .wf-settingpanel.open{right:0}.automation .ant-alert{position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;padding:8px 15px 8px 37px;border-radius:4px;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-alert.ant-alert-no-icon{padding:8px 15px}.automation .ant-alert-icon{position:absolute;left:16px;top:12.5px}.automation .ant-alert-description{display:none;line-height:22px;font-size:14px}.automation .ant-alert-success{border:1px solid #b7eb8f;background-color:#f6ffed}.automation .ant-alert-success .ant-alert-icon{color:#52c41a}.automation .ant-alert-info{border:1px solid #91d5ff;background-color:#e6f7ff}.automation .ant-alert-info .ant-alert-icon{color:#1890ff}.automation .ant-alert-warning{border:1px solid #ffe58f;background-color:#fffbe6}.automation .ant-alert-warning .ant-alert-icon{color:#faad14}.automation .ant-alert-error{border:1px solid #ffa39e;background-color:#fff1f0}.automation .ant-alert-error .ant-alert-icon{color:#f5222d}.automation .ant-alert-close-icon{overflow:hidden;position:absolute;right:16px;top:8px;cursor:pointer;line-height:22px;font-size:12px}.automation .ant-alert-close-icon .anticon-cross{color:rgba(0,0,0,.45);transition:color .3s}.automation .ant-alert-close-icon .anticon-cross:hover{color:#404040}.automation .ant-alert-close-text{position:absolute;right:16px}.automation .ant-alert-with-description{position:relative;padding:15px 15px 15px 64px;border-radius:4px;line-height:1.5;color:rgba(0,0,0,.65)}.automation .ant-alert-with-description.ant-alert-no-icon{padding:15px}.automation .ant-alert-with-description .ant-alert-icon{position:absolute;left:24px;top:16px;font-size:24px}.automation .ant-alert-with-description .ant-alert-close-icon{position:absolute;right:16px;top:16px;cursor:pointer;font-size:14px}.automation .ant-alert-with-description .ant-alert-message{display:block;margin-bottom:4px;font-size:16px;color:rgba(0,0,0,.85)}.automation .ant-alert-with-description .ant-alert-description{display:block}.automation .ant-alert.ant-alert-close{margin:0;padding-top:0;padding-bottom:0;height:0!important;transform-origin:50% 0;transition:all .3s cubic-bezier(.78,.14,.15,.86)}.automation .ant-alert-slide-up-leave{animation:antAlertSlideUpOut .3s cubic-bezier(.78,.14,.15,.86);animation-fill-mode:both}.automation .ant-alert-banner{margin-bottom:0;border:0;border-radius:0}@keyframes antAlertSlideUpIn{0%{opacity:0;transform:scaleY(0);transform-origin:0 0}to{opacity:1;transform:scaleY(1);transform-origin:0 0}}@keyframes antAlertSlideUpOut{0%{opacity:1;transform:scaleY(1);transform-origin:0 0}to{opacity:0;transform:scaleY(0);transform-origin:0 0}}.automation .calculate-edit{float:right;cursor:pointer;color:#2db7f5}.automation .calculate-area{cursor:pointer}.automation .formula-alert{margin-bottom:10px}.automation .formula-errormsg{margin-bottom:5px;padding:2px 5px;border:1px solid #feddcd;border-radius:2px;background:#ffeee7;font-size:12px}.automation .formula-box{padding:10px;border:1px solid #eaeaea;border-radius:4px}.automation .formula-box .formula-result{padding-bottom:15px}.automation .formula-box.hasError{border:1px solid #f28172}.automation .formula-actions{margin-bottom:-5px;text-align:right;font-size:12px}.automation .formula-actions .formula-clear,.automation .formula-actions .formula-del{display:inline-block;margin-left:5px;padding:2px 5px;opacity:.85;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.automation .formula-actions .formula-clear:hover,.automation .formula-actions .formula-del:hover{opacity:1}.automation .formula-actions .formula-del{width:24px;background:50% no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABOUExURUxpcY+Pj5mZmZmZmZmZmZWVlZOTk5eXl5eXl5mZmZWVlZeXl5eXl5mZmZmZmY+Pj5mZmZmZmZeXl5eXl5mZmZeXl5mZmZiYmJmZmZmZmQrB0mAAAAAZdFJOUwAQ8O/AMECAv39g0J+gzyBw4N+wr5Bfb1Bien3EAAAA8klEQVRIx+2U2xKDIAxEiQpaBbVqL/n/Hy3R6WDtplNn+lb3TWYPkk3AmEN/qu52ArpazW9zxqoI+mlgTS30t8xZCVREogaA+PFpIzG+r/q4j8O11cwF9NdKGA4A5Qc/AuJP+ZLKX0rprAqIP6TPM/ulK04BpGHhNRUvi1mHAfE3615SwzzlKeQNQFv/QqyasgEcCEjWJjWluF1uwRR6DaAtIfW6JhFvKVHGPNA61nh+2cZqfbCRaBMR5nqp0GJ9EmbHaJj7ushvgHk6/B7A9JHoMdBDwARtwuXujkYhKiBW70qjvhoBn5UU4lweb/yhH+sBhOIb4UKezGwAAAAASUVORK5CYII=);background-size:100%;color:#2db7f5}.automation .formula-actions .formula-clear{color:#f28172}.automation .formula-placeholder{font-size:12px;color:#ccc}.automation .formula-result{line-height:2;word-break:break-word}.automation .formula-result>*{display:inline-block;line-height:1;white-space:nowrap}.automation .formula-result .formula-var{margin:0 2px;padding:2px 4px;border-radius:2px;background:#f5f5f5;color:rgba(0,0,0,.65);white-space:nowrap}.automation .formula-result .formula-var.invalid{background:#f28172}.automation .formula-result .formula-operator{margin:0 1px}.automation .formula-panel{padding:0 30px;line-height:32px;color:#555}.automation .formula-panel .formula-row+.formula-row{margin-top:15px}.automation .formula-panel .formula-row:after,.automation .formula-panel .formula-row:before{display:table;clear:both;content:""}.automation .formula-panel .formula-row-label{float:left;position:relative;width:18%}.automation .formula-panel .formula-row-value{float:left;width:82%}.automation .formula-panel .formula-var{padding:3px 13px;border:1px solid #eaeaea;background:#f5f5f5}.automation .formula-panel .formula-option-var{background:#f7f7f7}.automation .formula-panel .formula-option-var:hover{background:#f1f1f1}.automation .formula-panel .formula-option-operator{background:#fff}.automation .formula-panel .formula-option-operator:hover{background:#f1f1f1}.automation .formula-panel .formula-option-operator,.automation .formula-panel .formula-option-var{display:inline-block;margin-right:10px;padding:5px 12px;border:1px solid #eaeaea;border-radius:4px;cursor:pointer;-webkit-user-select:none;line-height:1;white-space:nowrap}.automation .formula-panel .formula-option-operator.disabled,.automation .formula-panel .formula-option-var.disabled{opacity:.65;pointer-events:none}.automation .formula-tip{margin-top:10px;line-height:1.6}.automation .formula-tip a{color:#2db7f5}.automation .holidayTable td,.automation .holidayTable th{padding:10px}.automation .holidayTable .ant-pagination,.automation .holidayTable thead{display:none}.automation .holidayTagImg{position:relative;top:2px;width:13px}.automation .holidayTagContent{margin-bottom:10px;border:1px solid rgba(0,0,0,.09);border-radius:10px;width:350px}.automation .holidayTag{overflow:hidden;clear:both;border-bottom:1px solid rgba(0,0,0,.09)}.automation .holidayTag:last-child{border:none}.automation .holidayTagName{display:inline-block;overflow:hidden;margin-left:8px;margin-right:10px;border-right:1px solid rgba(0,0,0,.09);text-overflow:ellipsis;word-break:break-all;white-space:nowrap}.automation .holidayTagName,.automation .holidayTagUnit{float:left;padding-left:10px;width:140px;height:40px;line-height:40px;font-size:14px}.automation .holidayTagUnit{display:flex;display:inline-block;justify-content:center;align-items:center}.automation .holidayCategory{margin-top:20px;margin-bottom:15px;font-size:14px}.automation .holidayExplain{position:relative;top:3px;margin-left:10px;width:16px;height:16px}.automation .holidayLink{float:right;position:relative;padding-right:55px;color:#38adff}.automation .holidayLink-new{display:block;position:absolute;left:20px;top:-14px;padding:3px 6px;border-radius:10px;background-color:red;font-size:12px;color:#fff}.automation .holidaySetting{margin-left:24px;margin-top:30px;height:95px}.automation .holidaySettingItem{margin-top:10px}.automation .holidaySettingContent{margin-top:20px;text-align:center;font-size:13px;color:hsla(0,0%,100%,.5)}.automation .holidaySettingItemImg{position:relative;right:5px;top:2px;width:17px}.automation .overtime-content .overtime-single{margin:20px 0}.automation .overtime-content .overtime-single .sub-desc{margin-left:16px;font-size:14px;color:#aaa}.automation .overtime-content .overtime-mult{margin:20px 0;margin-bottom:0}.automation .overtime-content .overtime-mult .sub-desc{display:inline-block;margin-top:10px;margin-bottom:10px;font-size:14px}.automation .overtime-content .overtime-link{color:#38adff}.automation .overtime-content .overtime-mult-unit{margin:0 20px 0 10px}.automation .wf-setting-overtime .attendDesc{margin-top:0}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-container{height:40px}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-ink-bar{visibility:hidden}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab{margin:0;margin-right:2px;padding:0 16px;border:1px solid #e8e8e8;border-bottom:0;border-radius:4px 4px 0 0;background:#fafafa;line-height:38px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active{padding-bottom:1px;border-color:#e8e8e8;background:#fff;color:#1890ff}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-inactive{padding:0}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-wrap{margin-bottom:0}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab .anticon-close{overflow:hidden;margin-left:3px;margin-right:-5px;width:16px;height:14px;vertical-align:middle;font-size:12px;color:rgba(0,0,0,.45);transition:all .3s}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab .anticon-close:hover{color:rgba(0,0,0,.85)}.automation .ant-tabs.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane,.automation .ant-tabs.ant-tabs-editable-card .ant-tabs-content>.ant-tabs-tabpane{transition:none!important}.automation .ant-tabs.ant-tabs-card .ant-tabs-content>.ant-tabs-tabpane-inactive,.automation .ant-tabs.ant-tabs-editable-card .ant-tabs-content>.ant-tabs-tabpane-inactive{overflow:hidden}.automation .ant-tabs.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab:hover .anticon-close{opacity:1}.automation .ant-tabs-extra-content{line-height:40px}.automation .ant-tabs-extra-content .ant-tabs-new-tab{border:1px solid #e8e8e8;border-radius:2px;width:20px;height:20px;cursor:pointer;line-height:20px;text-align:center;font-size:12px;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-tabs-extra-content .ant-tabs-new-tab:hover{border-color:#1890ff;color:#1890ff}.automation .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-nav-container{height:auto}.automation .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab{margin-bottom:8px;border-bottom:1px solid #e8e8e8}.automation .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab-active{padding-bottom:4px}.automation .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-tab:last-child{margin-bottom:8px}.automation .ant-tabs-vertical.ant-tabs-card>.ant-tabs-bar .ant-tabs-new-tab{width:90%}.automation .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-wrap{margin-right:0}.automation .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab{margin-right:1px;border-right:0;border-radius:4px 0 0 4px}.automation .ant-tabs-vertical.ant-tabs-card.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab-active{margin-right:-1px;padding-right:18px}.automation .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-wrap{margin-left:0}.automation .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-tab{margin-left:1px;border-left:0;border-radius:0 4px 4px 0}.automation .ant-tabs-vertical.ant-tabs-card.ant-tabs-right>.ant-tabs-bar .ant-tabs-tab-active{margin-left:-1px;padding-left:18px}.automation .ant-tabs.ant-tabs-card.ant-tabs-bottom>.ant-tabs-bar .ant-tabs-tab{border-top:0;border-bottom:1px solid #e8e8e8;border-radius:0 0 4px 4px}.automation .ant-tabs.ant-tabs-card.ant-tabs-bottom>.ant-tabs-bar .ant-tabs-tab-active{padding-top:1px;padding-bottom:0;color:#1890ff}.automation .ant-tabs{overflow:hidden;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;zoom:1;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-tabs:after,.automation .ant-tabs:before{display:table;content:""}.automation .ant-tabs:after{clear:both}.automation .ant-tabs-ink-bar{position:absolute;left:0;bottom:1px;z-index:1;box-sizing:border-box;height:2px;background-color:#1890ff;transform-origin:0 0}.automation .ant-tabs-bar{margin:0 0 16px;border-bottom:1px solid #e8e8e8;outline:none}.automation .ant-tabs-bar,.automation .ant-tabs-nav-container{transition:padding .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-nav-container{overflow:hidden;position:relative;box-sizing:border-box;margin-bottom:-1px;zoom:1;line-height:1.5;font-size:14px;white-space:nowrap}.automation .ant-tabs-nav-container:after,.automation .ant-tabs-nav-container:before{display:table;content:""}.automation .ant-tabs-nav-container:after{clear:both}.automation .ant-tabs-nav-container-scrolling{padding-left:32px;padding-right:32px}.automation .ant-tabs-bottom .ant-tabs-bar{border-top:1px solid #e8e8e8;border-bottom:none}.automation .ant-tabs-bottom .ant-tabs-ink-bar{top:1px;bottom:auto}.automation .ant-tabs-bottom .ant-tabs-nav-container{margin-top:-1px;margin-bottom:0}.automation .ant-tabs-tab-next,.automation .ant-tabs-tab-prev{position:absolute;z-index:2;border:0;width:0;height:100%;background-color:transparent;opacity:0;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;color:rgba(0,0,0,.45);transition:width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-tab-next.ant-tabs-tab-arrow-show,.automation .ant-tabs-tab-prev.ant-tabs-tab-arrow-show{width:32px;height:100%;opacity:1;pointer-events:auto}.automation .ant-tabs-tab-next:hover,.automation .ant-tabs-tab-prev:hover{color:rgba(0,0,0,.65)}.automation .ant-tabs-tab-next-icon,.automation .ant-tabs-tab-prev-icon{position:absolute;left:50%;top:50%;line-height:inherit;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-weight:700;font-variant:normal;transform:translate(-50%,-50%)}.automation .ant-tabs-tab-next-icon:before,.automation .ant-tabs-tab-prev-icon:before{display:block;display:inline-block;font-family:anticon!important;font-size:12px;font-size:10px\9;transform:scale(.83333333) rotate(0deg)}.automation :root .ant-tabs-tab-next-icon:before,.automation :root .ant-tabs-tab-prev-icon:before{font-size:12px}.automation .ant-tabs-tab-btn-disabled{cursor:not-allowed}.automation .ant-tabs-tab-btn-disabled,.automation .ant-tabs-tab-btn-disabled:hover{color:rgba(0,0,0,.25)}.automation .ant-tabs-tab-next{right:2px}.automation .ant-tabs-tab-next-icon:before{content:"\e61f"}.automation .ant-tabs-tab-prev{left:0}.automation .ant-tabs-tab-prev-icon:before{content:"\e620"}.automation :root .ant-tabs-tab-prev{filter:none}.automation .ant-tabs-nav-wrap{overflow:hidden;margin-bottom:-1px}.automation .ant-tabs-nav-scroll{overflow:hidden;white-space:nowrap}.automation .ant-tabs-nav{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding-left:0;transition:transform .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-nav:after,.automation .ant-tabs-nav:before{display:table;content:" "}.automation .ant-tabs-nav:after{clear:both}.automation .ant-tabs-nav .ant-tabs-tab-disabled{cursor:default;pointer-events:none;color:rgba(0,0,0,.25)}.automation .ant-tabs-nav .ant-tabs-tab{display:inline-block;position:relative;box-sizing:border-box;margin:0 32px 0 0;padding:12px 16px;height:100%;cursor:pointer;text-decoration:none;transition:color .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-nav .ant-tabs-tab:last-child{margin-right:0}.automation .ant-tabs-nav .ant-tabs-tab:hover{color:#40a9ff}.automation .ant-tabs-nav .ant-tabs-tab:active{color:#096dd9}.automation .ant-tabs-nav .ant-tabs-tab .anticon{margin-right:8px}.automation .ant-tabs-nav .ant-tabs-tab-active{font-weight:500;color:#1890ff}.automation .ant-tabs-large .ant-tabs-nav-container{font-size:16px}.automation .ant-tabs-large .ant-tabs-tab{padding:16px}.automation .ant-tabs-small .ant-tabs-nav-container{font-size:14px}.automation .ant-tabs-small .ant-tabs-tab{padding:8px 16px}.automation .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content{width:100%}.automation .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane{flex-shrink:0;width:100%;opacity:1;transition:opacity .45s}.automation .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane-inactive{padding:0!important;height:0;opacity:0;pointer-events:none}.automation .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane-inactive input{visibility:hidden}.automation .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content-animated{display:flex;flex-direction:row;will-change:margin-left;transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-vertical>.ant-tabs-bar{border-bottom:0;height:100%}.automation .ant-tabs-vertical>.ant-tabs-bar-tab-next,.automation .ant-tabs-vertical>.ant-tabs-bar-tab-prev{width:32px;height:0;transition:height .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-vertical>.ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show,.automation .ant-tabs-vertical>.ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show{width:100%;height:32px}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab{display:block;float:none;margin:0 0 16px;padding:8px 24px}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab:last-child{margin-bottom:0}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-extra-content{text-align:center}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-scroll{width:auto}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container,.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-wrap{height:100%}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container{margin-bottom:0}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling{padding:32px 0}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav-wrap{margin-bottom:0}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-nav{width:100%}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-ink-bar{left:auto;top:0;width:2px;height:auto}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-next{bottom:0;width:100%;height:32px}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-next-icon:before{content:"\e61d"}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-prev{top:0;width:100%;height:32px}.automation .ant-tabs-vertical>.ant-tabs-bar .ant-tabs-tab-prev-icon:before{content:"\e61e"}.automation .ant-tabs-vertical>.ant-tabs-content{overflow:hidden;margin-top:0!important;width:auto}.automation .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar{float:left;margin-right:-1px;margin-bottom:0;border-right:1px solid #e8e8e8}.automation .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-tab{text-align:right}.automation .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-container,.automation .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-nav-wrap{margin-right:-1px}.automation .ant-tabs-vertical.ant-tabs-left>.ant-tabs-bar .ant-tabs-ink-bar{right:1px}.automation .ant-tabs-vertical.ant-tabs-left>.ant-tabs-content{padding-left:24px;border-left:1px solid #e8e8e8}.automation .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar{float:right;margin-left:-1px;margin-bottom:0;border-left:1px solid #e8e8e8}.automation .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-container,.automation .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-nav-wrap{margin-left:-1px}.automation .ant-tabs-vertical.ant-tabs-right>.ant-tabs-bar .ant-tabs-ink-bar{left:1px}.automation .ant-tabs-vertical.ant-tabs-right>.ant-tabs-content{padding-right:24px;border-right:1px solid #e8e8e8}.automation .ant-tabs-bottom>.ant-tabs-bar{margin-top:16px;margin-bottom:0}.automation .ant-tabs-bottom .ant-tabs-ink-bar-animated,.automation .ant-tabs-top .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-left .ant-tabs-ink-bar-animated,.automation .ant-tabs-right .ant-tabs-ink-bar-animated{transition:transform .3s cubic-bezier(.645,.045,.355,1),height .3s cubic-bezier(.645,.045,.355,1)}.automation .ant-tabs-no-animation>.ant-tabs-content-animated,.automation .ant-tabs-vertical>.ant-tabs-content-animated,.automation .no-flex>.ant-tabs-content-animated{margin-left:0!important;transform:none!important}.automation .ant-tabs-no-animation>.ant-tabs-content>.ant-tabs-tabpane-inactive,.automation .ant-tabs-vertical>.ant-tabs-content>.ant-tabs-tabpane-inactive,.automation .no-flex>.ant-tabs-content>.ant-tabs-tabpane-inactive{display:none}.automation .wf-view{position:relative}.automation .wf-view .wf-componentview-adddetail{padding:15px;border-bottom:1px solid hsla(240,2%,79%,.5);background:#f7f9ff;vertical-align:middle;text-align:center;color:#008cee}.automation .wf-view .wf-componentview-adddetail:before{display:inline-block;margin:0 3px 0 0;font-family:iconfontold;font-style:normal;font-size:16px;content:"\e608"}.automation .wf-view .wf-componentview-content{padding:15px;color:#858e99}.automation .wf-view .wf-componentview-area{position:relative;min-height:50px;background:#ddeff3}.automation .wf-view .wf-componentview-area .emptytip{position:absolute;left:50%;top:50%;padding:0 8px;width:100%;text-align:center;color:#ccc;transform:translate(-50%,-50%)}.automation .wf-field{display:flex;position:relative;align-items:center;padding:14px 0;background:#fff;font-size:14px}.automation .wf-field>*{flex:1;width:100%}.automation .wf-field .icon{flex:none;width:26px;line-height:1;font-size:18px;color:#e0e0e0}.automation .wf-field-border{border-bottom:1px solid #eee}.automation .wf-field-label{flex:none;padding:0 10px;width:120px;color:rgba(25,31,37,.56);color:#222;word-break:break-word;white-space:normal}.automation .wf-field-placeholder{overflow:hidden;padding-right:10px;text-overflow:ellipsis;text-align:right;color:rgba(25,31,37,.4);white-space:nowrap}.automation .wf-group>.wf-component+.wf-component,.automation .wf-group>.wf-field+.wf-field{border-top:1px solid rgba(25,31,37,.08)}.automation .wf-group,.automation .wf-group>.wf-component{margin:0;padding:0}.automation .wf-group>.wf-component.wf-component-textnote{background:#f6f6f6}.automation .wf-table-row-title{display:block;padding:14px 10px;border-bottom:1px solid rgba(25,31,37,.08);background:#fff;color:rgba(25,31,37,.56)}.automation .empty .wf-group{border-width:0}.automation .wf-componentview-stats{padding:3px 10px}.automation .wf-componentview-stats .wf-componentview-statitem{margin:2px 0;line-height:20px;text-align:left;font-size:14px;color:#858e99}.automation .wf-formdes{display:inline-block;padding:0 5px;padding-left:15px;width:100%;background-color:#fcf7d7;line-height:20px;font-size:12px;color:#333}.automation .wf-formdes-setting{display:inline-block;position:absolute;z-index:999;margin-left:10px;color:#5dbbf7}.automation .wf-componentview-tip-icon{float:right;position:relative;top:-6px;border:0;width:30px}.automation .wf-component-textnote{margin:0;padding:0}.automation .textnote-content{line-height:1.4}.automation .wf-component-calculatefield .cnformat,.automation .wf-component-moneyfield .cnformat{padding:5px 15px;font-size:13px;color:rgba(25,31,37,.4)}.automation .wf-component-ddbizsuite .wf-componentview-content{padding:0}.automation .wf-component-ddbizsuite .wf-component-textnote .wf-componentview{padding-left:15px}.automation .wf-component-ddbizsuite .wf-component-textnote .wf-componentview .textnote-content{padding:10px 10px 10px 0}.automation .recipient-usetips .extra{color:rgba(25,31,37,.4)}.automation .recipient-usetips .recipient-usetips__icon{margin-top:13px;width:100%}.automation .recipient-usetips .recipient-usetips__icon-tip{display:flex;justify-content:space-around;margin-top:18px;line-height:17px;font-size:12px;color:rgba(38,38,38,.3)}@keyframes antCheckboxEffect{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.automation .ant-select-tree-checkbox{display:inline-block;position:relative;top:-.09em;list-style:none;box-sizing:border-box;margin:0;padding:0;outline:none;cursor:pointer;line-height:1;vertical-align:middle;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);white-space:nowrap}.automation .ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,.automation .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,.automation .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner{border-color:#1890ff}.automation .ant-select-tree-checkbox-checked:after{visibility:hidden;position:absolute;left:0;top:0;border:1px solid #1890ff;border-radius:2px;width:100%;height:100%;content:"";animation:antCheckboxEffect .36s ease-in-out;animation-fill-mode:both}.automation .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,.automation .ant-select-tree-checkbox:hover:after{visibility:visible}.automation .ant-select-tree-checkbox-inner{display:block;position:relative;left:0;top:0;border:1px solid #d9d9d9;border-radius:2px;width:16px;height:16px;background-color:#fff;transition:all .3s}.automation .ant-select-tree-checkbox-inner:after{display:table;position:absolute;left:4.57142857px;top:1.14285714px;border:2px solid #fff;border-left:0;border-top:0;width:5.71428571px;height:9.14285714px;opacity:0;content:" ";transform:rotate(45deg) scale(0);transition:all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s}.automation .ant-select-tree-checkbox-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.automation .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after{left:50%;top:50%;border:0;width:9px;height:9px;background-color:#1890ff;opacity:1;content:" ";transform:translate(-50%,-50%) scale(1)}.automation .ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25)}.automation .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{display:table;position:absolute;border:2px solid #fff;border-left:0;border-top:0;opacity:1;content:" ";transform:rotate(45deg) scale(1);transition:all .2s cubic-bezier(.12,.4,.29,1.46) .1s}.automation .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner{border-color:#1890ff;background-color:#1890ff}.automation .ant-select-tree-checkbox-disabled{cursor:not-allowed}.automation .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after{border-color:rgba(0,0,0,.25);animation-name:none}.automation .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input{cursor:not-allowed}.automation .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner{border-color:#d9d9d9!important;background-color:#f5f5f5}.automation .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after{border-color:#f5f5f5;animation-name:none}.automation .ant-select-tree-checkbox-disabled+span{cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-select-tree-checkbox-wrapper{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;cursor:pointer;line-height:1.5;line-height:unset;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper{margin-left:8px}.automation .ant-select-tree-checkbox+span,.automation .ant-select-tree-checkbox-wrapper+span{padding-left:8px;padding-right:8px}.automation .ant-select-tree-checkbox-group{display:inline-block;list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-select-tree-checkbox-group-item{display:inline-block;margin-right:8px}.automation .ant-select-tree-checkbox-group-item:last-child{margin-right:0}.automation .ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item{margin-left:0}.automation .ant-select-tree{list-style:none;box-sizing:border-box;margin:0;margin-top:-4px;padding:0;padding:0 4px;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-select-tree li{list-style:none;margin:8px 0;padding:0;outline:0;white-space:nowrap}.automation .ant-select-tree li.filter-node>span{font-weight:500}.automation .ant-select-tree li ul{margin:0;padding:0 0 0 18px}.automation .ant-select-tree li .ant-select-tree-node-content-wrapper{display:inline-block;margin:0;padding:3px 5px;border-radius:2px;width:calc(100% - 24px);cursor:pointer;text-decoration:none;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-select-tree li .ant-select-tree-node-content-wrapper:hover{background-color:#e6f7ff}.automation .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{background-color:#bae7ff}.automation .ant-select-tree li span.ant-select-tree-checkbox{margin:0 4px 0 0}.automation .ant-select-tree li span.ant-select-tree-checkbox+.ant-select-tree-node-content-wrapper{width:calc(100% - 46px)}.automation .ant-select-tree li span.ant-select-tree-iconEle,.automation .ant-select-tree li span.ant-select-tree-switcher{display:inline-block;margin:0;border:0 none;width:24px;height:24px;outline:none;cursor:pointer;line-height:22px;vertical-align:middle;text-align:center}.automation .ant-select-tree li span.ant-select-tree-icon_loading:after{display:inline-block;font-family:anticon;color:#1890ff;content:"\e6ae";animation:loadingCircle 1s linear infinite;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop{cursor:auto}.automation .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after{display:inline-block;font-family:anticon;font-weight:700;font-size:12px;font-size:7px\9;content:"\e606";transform:scale(.58333333) rotate(0deg);transition:transform .3s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after{font-size:12px}.automation .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after{display:inline-block;font-family:anticon;font-weight:700;font-size:12px;font-size:7px\9;content:"\e606";transform:scale(.58333333) rotate(0deg);transition:transform .3s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after{font-size:12px}.automation .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after{transform:rotate(270deg) scale(.59)}.automation .ant-select-tree-child-tree{display:none}.automation .ant-select-tree-child-tree-open{display:block}.automation li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,.automation li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span,.automation li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher){cursor:not-allowed;color:rgba(0,0,0,.25)}.automation li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper:hover{background:transparent}.automation .ant-select-tree-icon__close,.automation .ant-select-tree-icon__open{margin-right:2px;vertical-align:top}.automation .ant-select-tree-dropdown{list-style:none;box-sizing:border-box;margin:0;padding:0;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-select-tree-dropdown .ant-select-dropdown-search{display:block;padding:4px}.automation .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap{width:100%}.automation .ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field{box-sizing:border-box;padding:4px 7px;border:1px solid #d9d9d9;border-radius:4px;width:100%;outline:none}.automation .ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide{display:none}.automation .ant-select-tree-dropdown .ant-select-not-found{display:block;padding:7px 16px;cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .form-item-selector-tree input[type=text]{padding:0!important;border:none!important}.automation .linkage-setting-tip{margin-bottom:6px;line-height:20px;font-size:14px;color:#000}.automation .option-item{margin-top:8px}.automation .option-item input[type=text]{width:230px!important}.automation .option-item .action-icon{cursor:pointer;font-size:16px}.automation .option-item .action-add{opacity:1!important;color:#3296fa}.automation .option-item .action-add.disabled{opacity:.2!important;pointer-events:none}.automation .option-item .action-del{opacity:.45!important;color:#000}.automation .option-item .action-del.disabled{opacity:.2!important;pointer-events:none}.automation .option-item .ant-input-affix-wrapper{width:auto}.automation .option-item .option-drag-icon{cursor:grab}.automation .option-item .option-drag-icon svg{width:16px;height:16px}.automation .supply-setter{margin-bottom:16px}.automation .supply-setter-card{margin-bottom:16px;padding:8px 12px;border:1px solid #15bdf4;border-radius:4px;background:#e6f7ff}.automation .supply-setter-card-title,.automation .supply-setter-label{font-weight:700;font-size:14px}.automation .supply-setter-card-action{padding:10px 0 4px}.automation .supply-setter-link{font-weight:400}.automation .related-opiton-modal .ant-modal-header{border-bottom:0}.automation .related-opiton-modal .ant-checkbox-group{display:flex;overflow-y:scroll;flex-direction:column;padding-left:20px;height:165px}.automation .related-opiton-modal .ant-checkbox-group-item{margin-bottom:8px}.automation .related-opiton-modal .ant-checkbox-group-item>span:last-child{opacity:.65;line-height:22px;font-size:14px;color:#000}.automation .related-option{display:flex;flex-direction:column;justify-content:center}.automation .related-option-title{margin-bottom:8px;font-family:PingFangSC-Medium;font-size:14px;color:#191f25}.automation .related-option-item{display:flex;align-items:center;margin-bottom:4px}.automation .related-option-item>div{display:flex;align-items:center;padding:0 8px;border-radius:4px;width:260px;height:34px;background:rgba(25,31,37,.04);font-size:12px;color:#000}.automation .related-option-item>i{margin-left:14px;cursor:pointer;font-size:14px;color:#8c8c8c}.automation .related-option-ft{margin:6px 0;width:50%;cursor:pointer}.automation .related-option-ft>i,.automation .related-option-ft>span{font-size:14px;color:#3296fa}.automation .related-option-ft>span{margin-left:5px}.automation .formSelectModal .ant-modal-body{padding:0}.automation .formSelectPanel{position:relative;height:400px}.automation .formSelectPanel .contentWrap,.automation .formSelectPanel .topBar{padding:0 30px}.automation .formSelectPanel .topBar{padding-top:10px;height:60px;line-height:50px;font-weight:700;font-size:14px}.automation .formSelectPanel .contentWrap,.automation .formSelectPanel .leftPanel,.automation .formSelectPanel .rightPanel{position:absolute}.automation .formSelectPanel .leftPanel,.automation .formSelectPanel .rightPanel{top:0;bottom:0;width:50%}.automation .formSelectPanel .leftPanel{left:0}.automation .formSelectPanel .rightPanel{right:0;border-left:1px solid #e9e9e9}.automation .formSelectPanel .contentWrap{overflow:auto;inset:60px 0 0}.automation .formTreeSelect{margin-left:-10px;color:#323232}.automation .dirItem{margin:2px 0}.automation .dirTitle{display:flex;align-items:center;padding:4px 5px 4px 10px}.automation .dirTitle>span{flex:1}.automation .dirTitle .dirArrow,.automation .dirTitle .dirCheck{flex:none;width:20px}.automation .dirTitle .dirArrow{display:inline-block;width:24px;height:20px;background:url(//gw.alicdn.com/tfs/TB1VhwSe7yWBuNjy0FpXXassXXa-30-18.png) 0 no-repeat;background-size:12px;cursor:pointer}.automation .dirTitle .dirArrow.down{transform:rotate(180deg);transform-origin:6px center}.automation .dirTitle .dirName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.automation .dirChildren{display:block;padding-left:30px}.automation .dirChildren.collapsed{display:none}.automation .formItem{display:flex;align-items:center;margin:2px 0;padding:3px 0 3px 10px}.automation .formItem>span{flex:1}.automation .formItem .formName{overflow:hidden;opacity:.72;text-overflow:ellipsis;white-space:nowrap}.automation .formItem.result{cursor:default}.automation .formItem.result .formName{opacity:1}.automation .formItem .formCheck,.automation .formItem .formRemove{flex:none;width:20px}.automation .formItem .formRemove{display:inline-block;width:40px;height:20px;background:url(//gw.alicdn.com/tfs/TB19sr_e1uSBuNjy1XcXXcYjFXa-46-46.png) 50% no-repeat;background-size:12px;cursor:pointer}.automation .formSearch{display:flex;position:relative;align-items:center;margin-top:10px}.automation .formSearch .formSearchIcon{display:inline-block;position:absolute;left:0;top:50%;margin-top:-1px;width:30px;height:20px;background:url(//gw.alicdn.com/tfs/TB1Nag0e7yWBuNjy0FpXXassXXa-32-32.png) 50% no-repeat;background-size:14px;transform:translateY(-50%)}.automation .formSearch input[type=text].formSearchInput{padding-left:30px;padding-top:4px;padding-bottom:4px;border:none;border-radius:4px;width:100%;outline:none;background:#f5f6f7;line-height:24px;font-size:13px}.automation .formItem .dirTitle{cursor:pointer}.automation .formItem .dirTitle:hover{background:#f6f6f6}.automation .ant-collapse{list-style:none;box-sizing:border-box;margin:0;padding:0;border:1px solid #d9d9d9;border-bottom:0;border-radius:4px;background-color:#fafafa;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-collapse>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.automation .ant-collapse>.ant-collapse-item:last-child,.automation .ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header{border-radius:0 0 4px 4px}.automation .ant-collapse>.ant-collapse-item>.ant-collapse-header{position:relative;padding:12px 0 12px 40px;cursor:pointer;line-height:22px;color:rgba(0,0,0,.85);transition:all .3s}.automation .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow{display:inline-block;position:absolute;left:16px;top:0;line-height:1;line-height:46px;vertical-align:baseline;vertical-align:top;text-align:center;text-transform:none;font-style:normal;font-size:12px;transform:rotate(0);transition:transform .24s;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .ant-collapse>.ant-collapse-item>.ant-collapse-header .arrow:before{display:block;font-family:anticon!important;content:"\e61f"}.automation .ant-collapse>.ant-collapse-item>.ant-collapse-header:focus{outline:none}.automation .ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header{padding-left:12px}.automation .ant-collapse-anim-active{transition:height .2s cubic-bezier(.215,.61,.355,1)}.automation .ant-collapse-content{overflow:hidden;border-top:1px solid #d9d9d9;background-color:#fff;color:rgba(0,0,0,.65)}.automation .ant-collapse-content>.ant-collapse-content-box{padding:16px}.automation .ant-collapse-content-inactive{display:none}.automation .ant-collapse-item:last-child>.ant-collapse-content{border-radius:0 0 4px 4px}.automation .ant-collapse>.ant-collapse-item>.ant-collapse-header[aria-expanded=true] .arrow{transform:rotate(90deg)}.automation .ant-collapse-borderless{border:0;background-color:#fff}.automation .ant-collapse-borderless>.ant-collapse-item{border-bottom:1px solid #d9d9d9}.automation .ant-collapse-borderless>.ant-collapse-item:last-child,.automation .ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header{border-radius:0}.automation .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content{border-top:0;background-color:transparent}.automation .ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box{padding-top:4px}.automation .ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,.automation .ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow{cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .icon{vertical-align:middle;-webkit-text-stroke-width:.2px;font-family:iconfontold!important;font-style:normal;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .icon-selected:before{content:"\e600"}.automation .icon-checked:before{content:"\e60b"}.automation .icon-add:before{content:"\e604"}.automation .icon-del:before{content:"\e602"}.automation .icon-remove:before{content:"\e605"}.automation .icon-close:before{content:"\e603"}.automation .icon-error:before{content:"\e601"}.automation .icon-success:before{content:"\e600"}.automation .icon-plus:before{content:"\e608"}.automation .icon-minus:before{content:"\e609"}.automation .icon-camera:before{content:"\e606"}.automation .icon-arrow:before{content:"\e607"}.automation .icon-chakanfujian:before{content:"\e60d"}.automation .wf-button{margin:0 5px;padding:4px 23px;border:none;border-radius:2px;outline:none;cursor:pointer;line-height:normal;font-size:12px;color:#fff}.automation .wf-button.wf-button-blue{background:#3f9af9}.automation .wf-button.wf-button-blue:hover{background:#2786e8}.automation .wf-button.wf-button-cyan{background:#5db4cf}.automation .wf-button.wf-button-cyan:hover{background:#429dba}.automation .wf-button.wf-button-green{background:#41b543}.automation .wf-button.wf-button-green:hover{background:#39a03b}.automation .wf-button.wf-button-white{background:#aaa;color:#fff}.automation .wf-button.wf-button-white:hover{background:#f90;color:#fff}.automation .wf-new-button{margin:0 5px;padding:6px 15px;border:none;border-radius:4px;outline:none;cursor:pointer;line-height:normal;font-size:13px;color:#fff}.automation .wf-new-button.wf-button-blue{background:#38adff}.automation .wf-new-button.wf-button-blue:hover{background:rgba(56,173,255,.7)}.automation .wf-new-button.wf-button-cyan,.automation .wf-new-button.wf-button-cyan:hover{background:#38adff}.automation .wf-new-button.wf-button-green{padding:6px 34px;border:1px solid #38adff;background:hsla(0,0%,100%,.1);color:#38adff}.automation .wf-new-button.wf-button-green:hover{background:hsla(0,0%,100%,.2)}.automation .wf-new-button.wf-button-white{background:#aaa;color:#fff}.automation .wf-new-button.wf-button-white:hover{background:#f90;color:#fff}.automation .wf-storyboard{overflow:visible;position:fixed;inset:0;z-index:999;pointer-events:none}.automation .wf-storyboard.mask{background:rgba(0,0,0,.2);pointer-events:auto}.automation .wf-spinning{background-image:url(data:image/gif;base64,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);background-repeat:no-repeat;background-position:50%}.automation .wf-popup{overflow:hidden;position:absolute;left:50%;top:50%;background:#fff;pointer-events:auto;transform:translate(-50%,-50%) scale(.9);transition:transform .15s ease-out}.automation .ant-modal.visible,.automation .wf-popup.visible{transform:translate(-50%,-50%) scale(1)}.automation .ant-modal.wf-preview,.automation .wf-popup.wf-preview{top:150px;transform:translate(-50%,-15px)}.automation .ant-modal.wf-preview.visible,.automation .wf-popup.wf-preview.visible{transform:translate(-50%)}.automation .ant-modal.wf-message,.automation .wf-popup.wf-message{left:50%;top:2px;border-radius:5px;background:rgba(0,0,0,.7);color:#fff;transform:translate(-50%,-120%)}.automation .ant-modal.wf-message.visible,.automation .wf-popup.wf-message.visible{transform:translate(-50%)}.automation .ant-modal input[type=text],.automation .ant-modal textarea,.automation .wf-popup input[type=text],.automation .wf-popup textarea{padding:5px 10px;border:1px solid #ccc;border-radius:2px;width:400px;outline:none;font-size:12px;color:#666}.automation .ant-modal textarea{width:100%}.automation .ant-modal input[type=text]:focus,.automation .ant-modal textarea:focus,.automation .wf-popup input[type=text]:focus,.automation .wf-popup textarea:focus{border-color:#3f9af9}.automation .ant-modal .select-main .default-select,.automation .wf-popup .select-main .default-select{border:1px solid rgba(0,0,0,.15);color:#666}.automation .ant-modal .select-main .error-empty,.automation .wf-popup .select-main .error-empty{border:1px solid #ff4500}.automation .ant-modal .wf-popup-title,.automation .wf-popup .wf-popup-title{padding:15px;border-bottom:1px dashed #ced1d2;font-weight:700;font-size:20px;color:#333}.automation .ant-modal .wf-popup-content,.automation .wf-popup .wf-popup-content{padding:20px}.automation .ant-modal .wf-popup-actions,.automation .wf-popup .wf-popup-actions{margin:5px 0;text-align:center}.automation .wf-popup-close{position:absolute;right:8px;top:8px;cursor:pointer;font-size:16px;color:#999}.automation .wf-popup-close:hover{color:#666}.automation .wf-message .wf-popup-close:hover{color:#fff}.automation .wf-message .wf-popup-content{padding:20px!important;text-align:center;font-size:14px}.automation .wf-message .wf-popup-content .icon{margin-right:5px}.automation .wf-message .wf-popup-content .text{vertical-align:middle}.automation .wf-message .wf-popup-content.success .icon{color:#39a03b}.automation .wf-message .wf-popup-content.error .icon{color:red}.automation .wf-message .wf-popup-content.warn .icon{color:#fda533}.automation .wf-confirm .wf-popup-content{padding:20px;text-align:center;font-size:14px}.automation .wf-confirm .wf-popup-content .icon{margin-right:5px;color:#fda533}.automation .wf-confirm .wf-popup-content .icon-color-green{margin-right:5px;color:#39a03b}.automation .wf-confirm .wf-popup-content .text{vertical-align:middle}.automation .wf-confirm .wf-popup-content .detail{margin:15px 0 5px;font-size:12px;color:#ccc}.automation .wf-confirm .wf-popup-content .wf-popup-actions{margin:15px 0 5px}.automation .wf-field-group{margin:5px 0 30px}.automation .wf-field-group .wf-setter-field{margin:10px 0 0}.automation .wf-setter-field{margin:5px 0 16px}.automation .wf-setter-field .fieldname{display:block;margin-bottom:7px;font-weight:700;font-size:14px;color:#191f25}.automation .wf-setter-field .fieldname span{font-size:12px}.automation .wf-setter-field .fieldinfo{margin-left:8px;opacity:.9;font-weight:400;font-size:12px!important;color:#ccc}.automation .wf-setter-field .fieldinfo.error-duplicate,.automation .wf-setter-field .fieldinfo.error-empty,.automation .wf-setter-field .fieldinfo.error-toolong,.automation .wf-setter-field .fieldinfo.error-wrong{color:#ff4500!important}.automation .wf-setter-field .fieldinfo.error-warn{color:#ff8c00!important}.automation .wf-setter-field input[type=text].error-duplicate,.automation .wf-setter-field input[type=text].error-empty,.automation .wf-setter-field input[type=text].error-toolong,.automation .wf-setter-field input[type=text].error-wrong,.automation .wf-setter-field textarea.error-duplicate,.automation .wf-setter-field textarea.error-empty,.automation .wf-setter-field textarea.error-toolong,.automation .wf-setter-field textarea.error-wrong{border-color:#ff4500!important}.automation .wf-setter-field input[type=text].error-warn,.automation .wf-setter-field textarea.error-warn{border-color:#ff8c00!important}.automation .wf-setter-field .fieldblock{display:block;overflow:hidden;margin:5px 0}.automation .wf-setter-field .verticalmiddle{vertical-align:middle}.automation .wf-dialog .wf-dialog-foot,.automation .wf-dialog .wf-dialog-head{padding:15px}.automation .wf-dialog .wf-dialog-head{border-bottom:1px solid #ededed}.automation .wf-dialog .wf-dialog-body{display:block}.automation .wf-dialog .wf-dialog-foot{border-top:1px solid #ededed;text-align:right}.automation .wf-dialog .wf-dialog-foot .wf-button{display:inline-block;text-align:center}@keyframes spining{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.automation .wf-setting-line{display:inline-block;margin-top:10px;padding-right:12px;line-height:12px;font-size:12px}.automation .border-left-line{padding-left:12px;border-left:1px solid #e3e3e4}.automation .error-warn{color:#ff8c00!important}.automation .error-warn input{border-color:#ff8c00!important}.automation .wf-setting-desc,.automation .wf-setting-title{font-size:12px}.automation .wf-setting-title{margin-bottom:12px;font-weight:700}.automation .wf-setting-desc{margin-top:6px}.automation .wf-setting-textarea{padding:10px;border:1px solid #eaeaea;border-radius:4px;width:100%;max-width:100%;outline:none}.automation .selectedFormItem{display:inline-block;margin:3px 2px;padding:2px 4px;border-radius:2px;background:#f5f5f5;text-align:left;color:rgba(0,0,0,.65);white-space:nowrap}.automation .textarea-relatefield{cursor:pointer}.automation .unsupport-label-name{cursor:pointer;color:rgba(24,144,255,.6)}.automation .not-support-linkage{width:280px}.automation .not-support-linkage.ant-popover-placement-top{padding-bottom:4px}.automation .not-support-linkage.ant-popover-placement-top .ant-popover-arrow{bottom:-.5px}.automation .not-support-linkage .container{padding-left:22px}.automation .not-support-linkage .warn-icon{position:absolute;left:15px;top:15px;color:#faad14}.automation .not-support-linkage .title{font-family:PingFangSC-Medium;font-size:14px}.automation .not-support-linkage .content{font-family:PingFangSC-Regular;font-size:12px}.automation .not-support-linkage .content p{margin:4px 0}.automation .wf-dragging-proxy{position:fixed;z-index:10;pointer-events:none}.automation .wf-dragging-proxy .wf-widgetsitem{position:absolute;left:50%;top:50%;z-index:1;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);transform:translateX(-50%) translateY(-50%)}.automation .wf-dragging-mark{overflow:visible;position:relative;margin:3px 0;height:2px;background:#ff4500}.automation .wf-dragging-mark:after,.automation .wf-dragging-mark:before{display:block;position:absolute;top:-3px;border-width:4px 8px;border-style:solid;border-color:transparent;width:0;height:0;content:""}.automation .wf-dragging-mark:before{left:0;border-left-color:#ff4500}.automation .wf-dragging-mark:after{right:0;border-right-color:#ff4500}.automation .wf-panel{overflow-y:auto;overflow-y:overlay;position:absolute;top:0;bottom:0;z-index:10;width:330px;background:#fff}.automation .wf-panel-tab{height:32px}.automation .wf-panel-tab .fillitem{width:310px!important;text-align:left!important}.automation .wf-panel-tab .tabitem{display:inline-block;border-bottom:2px solid #ccc;border-radius:2px;width:175px;height:35px;line-height:35px;text-align:left;font-size:17px;color:#ccc}.automation .wf-panel-tab .tabitem.current{border-bottom:2px solid #2db7f5;color:#2db7f5}.automation .controls-tab .tabitem{width:155px}.automation .wf-panel-body{overflow:hidden}.automation .wf-panel .ant-tabs .ant-tabs-bar{margin-bottom:20px;width:325px}.automation .wf-panel .ant-tabs .ant-tabs-nav .ant-tabs-tab{overflow:hidden;position:relative;flex:1;margin-right:0;padding:12px 5px;width:104px;height:auto;text-align:center;font-size:17px}.automation .iconfont{font-family:iconfont!important;font-style:normal;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .innercontactfield:before{content:"\e602"}.automation i.innercontactfield{top:0!important;background:none!important}.automation html.wf-cursor-move,.automation html.wf-cursor-move *{cursor:move!important}.automation .browsers-guide{position:absolute;left:50%;top:100px;margin-left:-400px;width:800px;height:auto}.automation .browsers-guide .headline{cursor:default;line-height:40px;text-align:center;font-family:PingHei,Lucida Grande,Lucida Sans Unicode,STHeitiSC,Helvetica,Arial,Verdana,"sans-serif";font-weight:400;font-size:24px;color:#fff}.automation .browsers-guide .dock{overflow:hidden;margin-top:60px}.automation .browsers-guide .browser{display:block;float:left;width:200px;text-align:center}.automation .browsers-guide .browser img{border:none;width:90px;height:90px}.automation .browsers-guide .browser span{display:block;margin-top:30px;padding:0 10px;height:30px;line-height:30px;font-size:14px;color:#fff}.automation .browsers-guide .browser:hover span{color:#ff4500}.automation #body.blur{filter:blur(3px)}.automation #body .updateTip,.automation .wf-wrapper .updateTip{position:relative;z-index:5;margin-left:325px;margin-right:325px;padding:7px 20px;background:#fffada;line-height:1.2;font-size:13px;color:#333}.automation #body .updateTip a,.automation .wf-wrapper .updateTip a{color:#38adff}.automation #body .updateTip .right,.automation .wf-wrapper .updateTip .right{position:absolute;right:20px;top:8px}.automation .wf-wrapper .isv-warn-tip{position:relative;z-index:5;margin:12px 325px 0;padding:12px 16px;background:#fffada;font-size:14px;color:rgba(0,0,0,.65)}.automation .wf-wrapper .isv-warn-tip .isv-tip-icon{margin-right:8px;color:#faad14}.automation .wf-header{position:relative;z-index:10;margin:0 auto 20px;width:1200px;height:80px}.automation .wf-header .head-title{position:absolute;left:0;top:10px;line-height:37px;font-size:18px}.automation .wf-header .head-title,.automation .wf-header .head-title a{display:inline-flex;justify-content:center;align-items:center;color:#fff}.automation .wf-header .head-title a span{display:inline-block;margin:0 10px;font-size:24px}.automation .wf-header .head-title-font{padding:0 10px;font-size:25px;color:#fff}.automation .wf-header .navbar-single-logo{position:relative;top:5px}.automation .wf-header .head-actions{position:absolute;right:56px;top:15px;z-index:100;padding:0 5px;height:45px;line-height:45px;text-align:center}.automation .wf-header .head-actions .select-main{width:150px;height:30px;line-height:15px}.automation .wf-header .head-actions .select-main .select-options{width:150px}.automation .wf-header .head-actions.disabled>.wf-button{background:#aaa!important;pointer-events:none}.automation .navbar-logo{height:45px;vertical-align:-20px}.automation .navbar-head{overflow:hidden;position:absolute;left:100%;top:50%;margin-top:-12px;padding-left:10px;border-left:1px solid #ccc;max-width:500px;height:26px;line-height:26px;text-overflow:ellipsis;color:#fff;white-space:nowrap}.automation .icon-right{margin-right:5px}.automation .icon-left{margin-left:5px}.automation .dir,.automation .select-main{position:relative}.automation .select-main{display:inline-block;z-index:1;border-radius:4px;width:100%;cursor:pointer}.automation .select-main .anticon-caret-down{float:right}.automation .form-select .anticon{margin-left:3px;vertical-align:middle;font-size:20px;color:#38adff}.automation .form-select .anticon:hover{color:#3e8acc}.automation .select-main .icon-new-cancel{margin-left:5px;margin-right:5px;vertical-align:middle;font-size:18px;color:#38adff}.automation .select-main .icon-new-cancel:hover{color:#f60}.automation .select-main .select-options{position:absolute;z-index:1;width:230px;box-shadow:0 12px 12px 0 rgba(48,113,149,.2)}.automation .select-main .select-option{padding:10px;background:#fff;cursor:pointer;color:#000}.automation .select-main .select-option:hover{background:#f2f8fd}.automation .select-main .default-select{padding:4px 11px;border:1px solid rgba(0,0,0,.15);border-radius:4px;height:32px;outline:none;line-height:1.5;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .select-main .default-select.empty{color:#bfbfbf}.automation .select-main .default-select.ant-select-focused,.automation .select-main .default-select:hover{border-color:#40a9ff;border-right-width:1px!important}.automation .select-main .default-select.ant-select-focused{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation .select-main .default-select.ant-select-disabled{pointer-events:none}.automation .has-error .select-main .default-select{border-color:#f5222d}.automation .has-error .select-main .default-select.ant-select-focused{border-color:#f5222d;box-shadow:0 0 0 2px rgba(245,34,45,.2)}.automation .select-main .select-main-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none}.automation .select-main .dir-select{background:#ebf7ff}.automation .select-main .add-select,.automation .select-main .form-select{padding:10px 5px;border-top:1px solid #d9d9d9;background:#fff;cursor:pointer;text-align:center;color:#323334}.automation .select-main .add-select:hover,.automation .select-main .form-select:hover{background:#f2f8fd}.automation .select-main .form-select:hover{background:#fff}.automation .select-main .form-select input{padding:3px 4px;border:1px solid #d9d9d9!important;width:170px!important;outline:none;color:#323334!important}.automation .animated{animation-duration:1s;animation-fill-mode:both}.automation .animated.infinite{animation-iteration-count:infinite}.automation .animated.hinge{animation-duration:2s}.automation .animated.bounceIn,.automation .animated.bounceOut,.automation .animated.flipOutX,.automation .animated.flipOutY{animation-duration:.75s}.automation .fadeInDown{animation-name:fadeInDown}.automation .ant-modal-wrap .ant-modal-body{font-size:12px}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.automation .anticon.anticon-info-circle-o{cursor:pointer;font-size:12px;color:rgba(25,31,37,.4)}.automation .wf-formcanvas-bottom{position:absolute;left:50%;bottom:10px;z-index:1000;margin-left:-140px;width:280px}.automation .developer-set,.automation .switch-lang{text-align:center}.automation .switch-lang-select{position:relative}.automation .switch-lang-select-icon,.automation .switch-lang-select-value{margin-left:5px;cursor:pointer;color:#1890ff}.automation .switch-lang-select-icon{transition:all .25s ease}.automation .switch-lang-select-icon.active{transform:rotate(180deg)}.automation .switch-lang-popup{position:absolute;left:0;bottom:100%;z-index:9999;margin-bottom:8px;border:1px solid #d9d9d9;border-radius:4px;width:152px;background:#fff;cursor:pointer;text-align:left}.automation .switch-lang-item{position:relative;padding:7px 10px 7px 36px}.automation .switch-lang-item:hover{background:#edf5fa}.automation .switch-lang-item .switch-lang-item-checked{display:none;position:absolute;left:10px;top:50%;margin-top:-9px;line-height:18px;font-size:18px;color:#1890ff}.automation .switch-lang-item.selected{color:#1890ff}.automation .switch-lang-item.selected .switch-lang-item-checked{display:block}.automation .disableForm{opacity:.43;pointer-events:none}.automation .process-type-switch{display:inline-block;position:fixed;right:120px;bottom:40px}@keyframes slideInRight{0%{visibility:visible;transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}.automation .quick-design-entry{display:flex;position:fixed;left:0;top:68px;z-index:100;align-items:center;padding:7px 10px;border-radius:0 18px 18px 0;background:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.1);cursor:pointer}.automation .quick-design-entry .quick-design-arrow{margin-left:7px;font-size:18px;color:rgba(25,31,37,.56)}.automation .quick-design-side-modal{position:fixed;left:0;top:60px;bottom:0;z-index:100;width:286px;background:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.1);animation:slideInRight .2s cubic-bezier(.645,.045,.355,1)}.automation .quick-design-head{display:flex;position:relative;align-items:center;padding:15px 12px}.automation .quick-design-head .quick-design-close{position:absolute;right:10px;top:50%;cursor:pointer;font-size:16px;color:rgba(25,31,37,.4);transform:translateY(-50%)}.automation .quick-design-body{padding:10px 12px}.automation .quick-design-title-icon{display:inline-block;margin-left:6px;width:16px;height:16px;background:url(https://img.alicdn.com/tfs/TB1.iQoxOLaK1RjSZFxXXamPFXa-64-64.png) no-repeat 50%;background-size:100%}.automation .quick-design-title{margin-left:8px;font-size:14px;color:#191f25}.automation .quick-design-item{display:flex;align-items:center;margin-bottom:8px;padding:6px 10px;border:1px solid #e3e4e4;border-radius:2px;cursor:pointer}.automation .quick-design-item:hover{border:1px solid #3296fa}.automation .quick-design-item-name{line-height:20px;font-size:14px;color:#191f25}.automation .quick-design-item-tip{font-size:12px;color:rgba(25,31,37,.56)}.automation .quick-design-item-tip.guide{color:#ff943e}.automation .quick-design-item-icon{flex:none;margin-right:4px;width:40px;height:40px;background-repeat:no-repeat;background-position:50%;background-size:100%}.automation .quick-design-item-icon.line{background-image:url(https://img.alicdn.com/tfs/TB1jUTzw7voK1RjSZPfXXXPKFXa-140-140.png)}.automation .quick-design-item-icon.branch,.automation .quick-design-item-icon.leave{background-image:url(https://img.alicdn.com/tfs/TB1ponzw7voK1RjSZFNXXcxMVXa-140-140.png)}.automation .quick-design-item-icon.multiple{background-image:url(https://img.alicdn.com/tfs/TB16Y2xwVzqK1RjSZFvXXcB7VXa-140-140.png)}.automation .zoom{display:flex;position:fixed;right:40px;z-index:1;justify-content:space-between;align-items:center;margin-top:30px;width:125px;height:40px;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify}.automation .zoom .zoom-in,.automation .zoom .zoom-out{width:30px;height:30px;background:#fff;background-repeat:no-repeat;background-size:100%;cursor:pointer;color:#c1c1cd}.automation .zoom .zoom-out{background-image:url(https://gw.alicdn.com/tfs/TB1s0qhBHGYBuNjy0FoXXciBFXa-90-90.png)}.automation .zoom .zoom-out.disabled{opacity:.5}.automation .zoom .zoom-in{background-image:url(https://gw.alicdn.com/tfs/TB1UIgJBTtYBeNjy1XdXXXXyVXa-90-90.png)}.automation .zoom .zoom-in.disabled{opacity:.5}.automation .auto-judge:hover .editable-title,.automation .node-wrap-box:hover .editable-title{border-bottom:1px dashed #fff}.automation .auto-judge:hover .editable-title.editing,.automation .node-wrap-box:hover .editable-title.editing{border:1px solid #d9d9d9;text-decoration:none}.automation .auto-judge:hover .editable-title{border-color:#15bc83}.automation .editable-title{overflow:hidden;border-bottom:1px dashed transparent;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.automation .editable-title:before{position:absolute;inset:0 40px 0 0;content:""}.automation .editable-title:hover{border-bottom:1px dashed #fff}.automation .editable-title-input{z-index:1;flex:none;padding-left:4px;height:18px;line-height:18px;text-indent:0;font-size:12px}.automation .editable-title-input:hover{text-decoration:none}@keyframes slideInLeft{0%{visibility:visible;transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}.automation .side-modal-mask{left:0;width:100%;height:100%;background:rgba(0,0,0,.28)}.automation .side-modal,.automation .side-modal-mask{position:fixed;top:0;z-index:999}.automation .side-modal{right:0;bottom:0;width:550px;background:#fff;animation:slideInLeft .2s cubic-bezier(.645,.045,.355,1)}.automation .side-modal-header{padding:0 24px;height:60px;box-shadow:0 1px 0 0 hsla(0,0%,85%,.5);line-height:60px;font-size:16px}.automation .side-modal-body{overflow:scroll;position:absolute;top:57px;bottom:60px;width:100%}.automation .side-modal-body-content.form-setting{position:relative;top:-15px}.automation .side-modal-footer{position:absolute;bottom:0;z-index:10;padding:14px 24px;width:100%;box-shadow:0 -1px 0 0 hsla(0,0%,85%,.5);text-align:right}.automation .side-modal-footer .ant-btn{margin-left:8px}.automation .common-group{padding:15px 24px;border-bottom:1px solid #ebebeb}.automation .common-group .group-title{margin-bottom:16px;font-family:PingFangSC-Medium;font-size:14px;color:#191f25}.automation .common-group .group-title.no-title{margin-bottom:0}.automation .common-group .group-line{margin-top:20px;height:1px;background:#ececec}.automation .area-auto-up{margin-top:14px}.automation .area-auto-up-popover-img{width:385px;height:226px}.automation .approver-type-wrapper .approver-actions{display:inline-block;position:relative;padding:5px 0 7px}.automation .approver-type-wrapper .ant-radio-wrapper{overflow:hidden;margin-bottom:16px;width:30%;line-height:22px;text-overflow:ellipsis;font-size:14px;color:#191f25;white-space:nowrap}.automation .approver-type-wrapper .date-tip{margin-left:5px}.automation .approver-type-label-tip-content{padding:15px 0}.automation .approver-type-label-tip-content img{width:528px;height:345px}.automation .approver-type-label-tip-content .approver-type-label-tip{margin-bottom:0;text-align:center}.automation .panel-approver .right-action{margin-left:10px}.automation .panel-approver .bottom-content{margin-top:12px}.automation .panel-approver .text-desc{margin-left:15px;margin-top:10px;color:#999}.automation .panel-approver .originator-desc{font-size:14px;color:rgba(25,31,37,.72)}.automation .panel-approver .area-act-type-wrapper .ant-radio-wrapper,.automation .panel-approver .none-actioner-wrapper .ant-radio-wrapper{overflow:hidden;margin-bottom:12px;width:100%;line-height:22px;text-overflow:ellipsis;font-size:14px;color:#191f25;white-space:nowrap}.automation .panel-approver .area-act-type-wrapper .radio-item,.automation .panel-approver .none-actioner-wrapper .radio-item{display:block}.automation .panel-approver .area-act-type-wrapper .text-tip-wrapper,.automation .panel-approver .none-actioner-wrapper .text-tip-wrapper{padding-left:0}.automation .panel-approver .area-act-type-wrapper .area-act-type-popover-img,.automation .panel-approver .none-actioner-wrapper .area-act-type-popover-img{width:400px;height:374px}.automation .approver-list .approver-item{display:inline-block;margin-right:8px;margin-bottom:8px;padding:2px 8px;border-radius:4px;background:rgba(50,150,250,.1);white-space:nowrap}.automation .approver-list .approver-item .name{line-height:20px;font-size:12px;color:rgba(0,0,0,.65)}.automation .approver-list .approver-item .close{padding:2px;cursor:pointer}.automation .action-right-btn{margin-left:10px}.automation .panel-field-settings .filed-setting-title .required{position:absolute;left:15px;color:#f2725e;transform:translateY(10%)}.automation .field-setting-label{padding-left:24px!important}.automation .side-modal-form-setting-popover-content{padding:10px}.automation .side-modal-form-setting-popover-content img{width:427px;height:311px}.automation .side-modal-form-setting-popover-content .date-tip{margin-left:5px}.automation .priority-select{display:inline-block}.automation .editable-text-field{height:60px}.automation .editable-text-field .editable-text-col{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.automation .editable-text-field .editable-text-col .text-value-wrapper{overflow:hidden;cursor:pointer;text-overflow:ellipsis;white-space:nowrap}.automation .editable-text-field .editable-text-col .text-value-wrapper.disabled{cursor:text}.automation .editable-text-field .editable-text-col .text-value-wrapper .anticon{margin-left:5px}.automation .editable-text-field .priority-text-wrapper{float:right}.automation .panel-task .common-group{padding-bottom:0;border-bottom:none}.automation .panel-task-item{display:flex;align-items:center;font-size:14px}.automation .panel-task-item>div:nth-child(2){margin-left:10px}.automation .panel-notifier .common-group{padding-bottom:0;border-bottom:none}.automation .node-wrap-box{display:inline-flex;position:relative;flex-direction:column;flex-shrink:0;border-radius:4px;width:220px;min-height:72px;background:#fff;cursor:pointer;-ms-flex-negative:0}.automation .node-wrap-box:after{position:absolute;inset:0;z-index:2;border:1px solid transparent;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);pointer-events:none;content:"";transition:all .1s cubic-bezier(.645,.045,.355,1)}.automation .node-wrap-box.active:after,.automation .node-wrap-box:active:after,.automation .node-wrap-box:hover:after{border:1px solid #3296fa;box-shadow:0 0 6px 0 rgba(50,150,250,.3)}.automation .node-wrap-box.active .close,.automation .node-wrap-box:active .close,.automation .node-wrap-box:hover .close{display:block}.automation .node-wrap-box.error:after{border:1px solid #f25643;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.automation .node-wrap-box .title{display:flex;position:relative;align-items:center;padding-left:16px;padding-right:30px;border-radius:4px 4px 0 0;width:100%;height:24px;background:#576a95;line-height:24px;text-align:left;font-size:12px;color:#fff}.automation .node-wrap-box .title .iconfont{margin-right:5px;font-size:12px}.automation .node-wrap-box .placeholder{color:#bfbfbf}.automation .node-wrap-box .close{display:none;position:absolute;right:10px;top:50%;border-radius:50%;width:20px;height:20px;line-height:20px;text-align:center;font-size:14px;color:#fff;transform:translateY(-50%)}.automation .node-wrap-box .content{position:relative;padding:16px;padding-right:30px;font-size:14px}.automation .node-wrap-box .content .text{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical}.automation .node-wrap-box .content .arrow{position:absolute;right:10px;top:50%;width:20px;height:14px;font-size:14px;color:#979797;transform:translateY(-50%)}.automation .start-node.node-wrap-box .content .text{display:block;white-space:nowrap}.automation .node-wrapper-box-new{padding:12px 10px}.automation .node-wrapper-box-new .actions{margin-top:11px;text-align:right}.automation .node-wrapper-box-new .ant-btn{margin-left:8px}.automation .node-wrap-box:before{position:absolute;left:50%;top:-12px;border-width:8px 6px 4px;border-style:solid;border-color:#cacaca transparent transparent;width:0;height:4px;background:#f5f5f7;content:"";transform:translateX(-50%)}.automation .node-wrap-box.start-node:before{content:none}.automation .add-node-popover{min-height:160px}.automation .add-node-popover-header{position:relative;margin-bottom:15px}.automation .add-node-popover-close{position:absolute;right:5px;top:5px;cursor:pointer;color:rgba(0,0,0,.25)}.automation .add-guide-mask{position:fixed;inset:60px 0 0;z-index:999;background:#fff;opacity:.7}.automation .copyed-add-btn{position:relative;border:none;border-radius:50%;width:30px;height:30px;outline:none;background:#3296fa;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);line-height:30px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .copyed-add-btn .iconfont{font-size:16px;color:#fff}.automation .copyed-add-btn:hover{box-shadow:0 13px 27px 0 rgba(0,0,0,.1);transform:scale(1.3)}.automation .copyed-add-btn:active{background:#1e83e9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transform:none}.automation .autofix-condition .action-button{cursor:pointer;text-align:right;font-family:PingFangSC-Regular;font-size:14px;color:#388ded}.automation .condition-group{margin:16px 0;padding:0 16px}.automation .condition-group .group-title{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;text-align:left;font-family:PingFangTC-Medium;font-size:14px;color:#191f25;-webkit-box-orient:vertical}.automation .condition-group .group-delete{cursor:pointer;text-align:center}.automation .condition-group .ant-checkbox-group{width:100%}.automation .set-condition-repeat{margin-left:5px;font-size:12px;color:red}.automation .new-set-condition-value{display:flex;align-items:flex-start}.automation .new-set-condition-value .ant-checkbox-group-item{width:30%;vertical-align:top}.automation .new-set-condition-value .ant-checkbox-group-item:nth-child(n+4){margin-top:12px}.automation .panel-condition p{margin-bottom:5px}.automation .panel-condition .delete-action{display:none;position:absolute;right:25px;top:15px;font-family:PingFangSC-Regular;font-size:14px;color:#3296fa}.automation .panel-condition .common-group{position:relative;border-bottom:none;cursor:pointer}.automation .panel-condition .common-group:last-of-type{border-bottom:1px solid #ebebeb}.automation .panel-condition .common-group:hover{background:#f3f9ff}.automation .panel-condition .common-group:hover .delete-action{display:block}.automation .panel-condition .add-more-action{margin-top:16px;cursor:pointer;font-size:14px;color:#3296fa}.automation .panel-condition .condition-remain-tip{font-family:PingFangTC-Regular;font-size:13px;color:rgba(25,31,37,.56)}.automation .panel-condition .border-line{overflow:hidden;margin-top:24px;height:1px;background:#ebebeb;-webkit-transform:scaleY(.5);-webkit-transform-origin:0 0}.automation .ant-input-number{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:4px 11px;padding:0;border:1px solid #d9d9d9;border-radius:4px;width:100%;width:90px;height:32px;background-color:#fff;background-image:none;line-height:1.5;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);transition:all .3s}.automation .ant-input-number::-moz-placeholder{opacity:1;color:#bfbfbf}.automation .ant-input-number:-ms-input-placeholder{color:#bfbfbf}.automation .ant-input-number::-webkit-input-placeholder{color:#bfbfbf}.automation .ant-input-number:focus{border-color:#40a9ff;border-right-width:1px!important;outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation textarea.ant-input-number{max-width:100%;height:auto;min-height:32px;vertical-align:bottom;transition:all .3s,height 0s}.automation .ant-input-number-lg{padding:6px 11px;height:40px}.automation .ant-input-number-sm{padding:1px 7px;height:24px}.automation .ant-input-number-handler{display:block;overflow:hidden;position:relative;width:100%;height:50%;line-height:0;text-align:center;font-weight:700;color:rgba(0,0,0,.45);transition:all .1s linear}.automation .ant-input-number-handler:active{background:#f4f4f4}.automation .ant-input-number-handler:hover .ant-input-number-handler-down-inner,.automation .ant-input-number-handler:hover .ant-input-number-handler-up-inner{color:#40a9ff}.automation .ant-input-number-handler-down-inner,.automation .ant-input-number-handler-up-inner{display:inline-block;position:absolute;right:4px;width:12px;height:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;line-height:12px;vertical-align:baseline;text-align:center;text-transform:none;font-style:normal;font-size:12px;font-size:7px\9;color:rgba(0,0,0,.45);transform:scale(.58333333) rotate(0deg);transition:all .1s linear;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation .ant-input-number-handler-down-inner:before,.automation .ant-input-number-handler-up-inner:before{display:block;font-family:anticon!important}.automation :root .ant-input-number-handler-down-inner,.automation :root .ant-input-number-handler-up-inner{font-size:12px}.automation .ant-input-number-focused,.automation .ant-input-number:hover{border-color:#40a9ff;border-right-width:1px!important}.automation .ant-input-number-focused{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation .ant-input-number-disabled{background-color:#f5f5f5;opacity:1;cursor:not-allowed;color:rgba(0,0,0,.25)}.automation .ant-input-number-disabled:hover{border-color:#e6d8d8;border-right-width:1px!important}.automation .ant-input-number-disabled .ant-input-number-input{cursor:not-allowed}.automation .ant-input-number-disabled .ant-input-number-handler-wrap{display:none}.automation .ant-input-number-input{padding:0 11px;border:0;border-radius:4px;width:100%;height:30px;-moz-appearance:textfield;outline:0;background-color:transparent;text-align:left;transition:all .3s linear}.automation .ant-input-number-input::-moz-placeholder{opacity:1;color:#bfbfbf}.automation .ant-input-number-input:-ms-input-placeholder{color:#bfbfbf}.automation .ant-input-number-input::-webkit-input-placeholder{color:#bfbfbf}.automation .ant-input-number-lg{padding:0;font-size:16px}.automation .ant-input-number-lg input{height:38px}.automation .ant-input-number-sm{padding:0}.automation .ant-input-number-sm input{padding:0 7px;height:22px}.automation .ant-input-number-handler-wrap{position:absolute;right:0;top:0;border-left:1px solid #d9d9d9;border-radius:0 4px 4px 0;width:22px;height:100%;background:#fff;opacity:0;transition:opacity .24s linear .1s}.automation .ant-input-number-handler-wrap:hover .ant-input-number-handler{height:40%}.automation .ant-input-number:hover .ant-input-number-handler-wrap{opacity:1}.automation .ant-input-number-handler-up{cursor:pointer}.automation .ant-input-number-handler-up-inner{top:50%;margin-top:-6px}.automation .ant-input-number-handler-up-inner:before{text-align:center;content:"\e61e"}.automation .ant-input-number-handler-up:hover{height:60%!important}.automation .ant-input-number-handler-down{top:-1px;border-top:1px solid #d9d9d9;cursor:pointer}.automation .ant-input-number-handler-down-inner{top:50%;margin-top:-6px}.automation .ant-input-number-handler-down-inner:before{text-align:center;content:"\e61d"}.automation .ant-input-number-handler-down:hover{height:60%!important}.automation .ant-input-number-handler-down-disabled,.automation .ant-input-number-handler-up-disabled{cursor:not-allowed}.automation .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,.automation .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner{color:rgba(0,0,0,.25)}.automation .condition-panel-range-set .range-between{margin:8px 0 10px}.automation .condition-panel-range-set .range-between .range-group,.automation .condition-panel-range-set .range-between .range-group-label{display:inline-block;width:40%}.automation .condition-panel-range-set .range-between .range-group-label{overflow:hidden;width:20%;vertical-align:middle;text-overflow:ellipsis;text-align:center;white-space:nowrap}.automation .condition-panel-range-set .range-between .range-between-number{width:50%}.automation .condition-panel-range-set .range-between .range-between-select{padding:0 6px;width:50%}.automation .condition-panel-range-set .range-select-type{padding-right:12px;width:50%}.automation .condition-panel-range-set .range-select-type.between{padding-right:0;width:100%}.automation .select-condition-panel .condition-checkbox-invalid{margin-top:20px}.automation .condition-tip{margin:22px 25px 8px;padding:9px 16px;border:1px solid #91d5ff;border-radius:4px;background:#e6f7ff}.automation .condition-tip .tip{color:rgba(0,0,0,.65)}.automation .condition-tip .i-know,.automation .condition-tip .tip{font-family:PingFangSC-Regular;font-size:14px}.automation .condition-tip .i-know{cursor:pointer;text-align:right;color:#388ded}.automation .error-tip{margin:22px 25px 8px;padding:9px 16px;border:1px dashed rgba(25,31,37,.28);border-radius:4px;background:rgba(25,31,37,.02)}.automation .error-tip .close-icon{position:absolute;left:-19px;top:5px;font-size:12px;color:#f25643}.automation .error-tip .content-wrapper{font-family:PingFangSC-Regular;font-size:14px}.automation .error-tip .content-wrapper .content{color:rgba(25,31,37,.72)}.automation .error-tip .content-wrapper .content strong{color:#191f25}.automation .top-left-cover-line{left:-1px}.automation .top-left-cover-line,.automation .top-right-cover-line{position:absolute;top:-2px;width:50%;height:3px;background-color:#f5f5f7}.automation .top-right-cover-line{right:-1px}.automation .bottom-left-cover-line{left:-1px}.automation .bottom-left-cover-line,.automation .bottom-right-cover-line{position:absolute;bottom:-2px;width:50%;height:3px;background-color:#f5f5f7}.automation .bottom-right-cover-line{right:-1px}.automation .panel-row{position:relative;margin-bottom:10px}.automation .dingflow-design{overflow:auto;position:absolute;inset:0;width:100%;background-color:#f5f5f7}.automation .dingflow-design .box-scale{display:inline-block;position:relative;flex-wrap:wrap;justify-content:center;align-items:flex-start;padding:54.5px 0;width:100%;min-width:-moz-min-content;min-width:min-content;background-color:#f5f5f7;transform:scale(1);transform-origin:0 0 0;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center}.automation .dingflow-design .ie-polyfill-container{display:-ms-grid;-ms-grid-columns:min-content}.automation .dingflow-design .add-node-btn-box{display:inline-flex;position:relative;flex-shrink:0;width:240px;-ms-flex-negative:0;-webkit-box-flex:1;-ms-flex-positive:1}.automation .dingflow-design .add-node-btn-box:before{position:absolute;inset:0;z-index:-1;margin:auto;width:2px;height:100%;background-color:#cacaca;content:""}.automation .dingflow-design .node-wrap{position:relative;flex-flow:column wrap;-ms-flex-wrap:wrap;justify-content:flex-start;align-items:center;padding:0 50px;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:1;-ms-flex-positive:1}.automation .dingflow-design .branch-wrap,.automation .dingflow-design .node-wrap{display:inline-flex;width:100%}.automation .dingflow-design .branch-box-wrap{display:flex;flex-flow:column wrap;align-items:center;flex-shrink:0;width:100%;min-height:270px;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0}.automation .dingflow-design .branch-box{display:flex;overflow:visible;position:relative;margin-top:15px;border-top:2px solid #ccc;border-bottom:2px solid #ccc;height:auto;min-height:180px}.automation .dingflow-design .branch-box .col-box{background:#f5f5f7}.automation .dingflow-design .branch-box .col-box:before{position:absolute;inset:0;z-index:0;margin:auto;width:2px;height:100%;background-color:#cacaca;content:""}.automation .dingflow-design .add-branch{display:inline-flex;position:absolute;left:50%;top:-16px;z-index:1;justify-content:center;align-items:center;padding:0 10px;border:none;border-radius:15px;height:30px;outline:none;background:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:30px;font-size:12px;color:#3296fa;transform:translateX(-50%);transform-origin:center center;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .dingflow-design .add-branch:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.1);transform:translateX(-50%) scale(1.1)}.automation .dingflow-design .add-branch:active{box-shadow:none;transform:translateX(-50%)}.automation .dingflow-design .col-box{display:inline-flex;position:relative;flex-direction:column;align-items:center;-webkit-box-align:center}.automation .dingflow-design .condition-node{min-height:220px}.automation .dingflow-design .condition-node,.automation .dingflow-design .condition-node-box{display:inline-flex;flex-direction:column;-webkit-box-flex:1}.automation .dingflow-design .condition-node-box{position:relative;justify-content:center;align-items:center;flex-grow:1;padding-left:50px;padding-right:50px;padding-top:30px;-webkit-box-pack:center;-webkit-box-align:center}.automation .dingflow-design .condition-node-box:before{position:absolute;inset:0;margin:auto;width:2px;height:100%;background-color:#cacaca;content:""}.automation .dingflow-design .auto-judge{position:relative;padding:14px 19px;border-radius:4px;width:220px;min-height:72px;background:#fff;cursor:pointer}.automation .dingflow-design .auto-judge:after{position:absolute;inset:0;z-index:2;border:1px solid transparent;border-radius:4px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);pointer-events:none;content:"";transition:all .1s cubic-bezier(.645,.045,.355,1)}.automation .dingflow-design .auto-judge.active:after,.automation .dingflow-design .auto-judge:active:after,.automation .dingflow-design .auto-judge:hover:after{border:1px solid #3296fa;box-shadow:0 0 6px 0 rgba(50,150,250,.3)}.automation .dingflow-design .auto-judge.active .close,.automation .dingflow-design .auto-judge:active .close,.automation .dingflow-design .auto-judge:hover .close{display:block}.automation .dingflow-design .auto-judge.error:after{border:1px solid #f25643;box-shadow:0 2px 5px 0 rgba(0,0,0,.1)}.automation .dingflow-design .auto-judge .title-wrapper{position:relative;line-height:16px;text-align:left;font-size:12px;color:#15bc83}.automation .dingflow-design .auto-judge .title-wrapper .editable-title{display:inline-block;overflow:hidden;max-width:120px;text-overflow:ellipsis;white-space:nowrap}.automation .dingflow-design .auto-judge .title-wrapper .priority-title{display:inline-block;float:right;margin-right:10px;color:rgba(25,31,37,.56)}.automation .dingflow-design .auto-judge .title-wrapper .priority-button{display:inline-block;float:right;margin-right:10px;border:1px solid rgba(0,0,0,.15);border-radius:4px;height:28px;color:rgba(0,0,0,.65)}.automation .dingflow-design .auto-judge .title-wrapper .priority-button div{display:inline-block}.automation .dingflow-design .auto-judge .title-wrapper .priority-button .priority-content{padding:0 8px;border-left:1px solid rgba(0,0,0,.15);border-right:1px solid rgba(0,0,0,.15);line-height:28px;font-size:12px}.automation .dingflow-design .auto-judge .placeholder{color:#bfbfbf}.automation .dingflow-design .auto-judge .close{display:none;position:absolute;right:-10px;top:-10px;z-index:2;border-radius:50%;width:20px;height:20px;line-height:20px;text-align:center;font-size:14px;color:rgba(0,0,0,.25)}.automation .dingflow-design .auto-judge .content{display:-webkit-box;overflow:hidden;margin-top:6px;-webkit-line-clamp:3;text-overflow:ellipsis;text-align:left;font-size:14px;color:#191f25;-webkit-box-orient:vertical}.automation .dingflow-design .auto-judge .sort-left,.automation .dingflow-design .auto-judge .sort-right{display:none;position:absolute;top:0;bottom:0;z-index:1}.automation .dingflow-design .auto-judge .sort-left{left:0;border-right:1px solid #f6f6f6}.automation .dingflow-design .auto-judge .sort-right{right:0;border-left:1px solid #f6f6f6}.automation .dingflow-design .auto-judge:hover .sort-left,.automation .dingflow-design .auto-judge:hover .sort-right{display:flex;align-items:center}.automation .dingflow-design .auto-judge .sort-left:hover,.automation .dingflow-design .auto-judge .sort-right:hover{background:#efefef}.automation .dingflow-design .add-node-btn{display:flex;justify-content:center;flex-grow:1;flex-shrink:0;padding:20px 0 32px;width:240px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-pack:center;-webkit-box-flex:1}.automation .dingflow-design .add-node-btn .btn{position:relative;border:none;border-radius:50%;width:30px;height:30px;outline:none;background:#3296fa;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);line-height:30px;transition:all .3s cubic-bezier(.645,.045,.355,1)}.automation .dingflow-design .add-node-btn .btn .iconfont{font-size:16px;color:#fff}.automation .dingflow-design .add-node-btn .btn:hover{box-shadow:0 13px 27px 0 rgba(0,0,0,.1);transform:scale(1.3)}.automation .dingflow-design .add-node-btn .btn:active{background:#1e83e9;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);transform:none}.automation .dingflow-design .end-node{border-radius:50%;text-align:left;font-size:14px;color:rgba(25,31,37,.4)}.automation .dingflow-design .end-node .end-node-circle{margin:auto;border-radius:50%;width:10px;height:10px;background:#dbdcdc}.automation .dingflow-design .end-node .end-node-text{margin-top:5px;text-align:center}.automation .add-node-modal .ant-modal-body{padding:0}.automation .add-node-modal .ant-tabs-content .ant-row{margin-bottom:20px;padding:0 20px}.automation .add-node-modal .ant-tabs-nav{width:100%}.automation .add-node-modal .ant-tabs-nav .ant-tabs-tab{margin:0;padding:0;width:50%;height:60px;line-height:60px;text-align:center;font-size:16px;color:#a8a8a8}.automation .add-node-modal .ant-tabs-top .ant-tabs-ink-bar-animated{width:50%!important}.automation .add-node-modal .ant-alert.ant-alert-no-icon{margin:5px 0 20px;padding:0;padding-left:20px;border-color:#ede7c1;background:#fffada;line-height:48px;text-align:left;font-size:14px;color:#333}.automation .add-node-modal .ant-modal-close{right:-10px;top:-10px}.automation .add-node-modal .ant-modal-close-x{border-radius:50%;width:25px;height:25px;background:#fff;line-height:26px;color:#a8a8a8}.automation .add-node-modal{overflow:auto;position:fixed;right:-617px;top:0;bottom:0;z-index:9;border:1px solid #dedede;width:607px;height:100%;background:#fff;box-shadow:-4px 0 11px 0 rgba(0,0,0,.14);transition:.3s cubic-bezier(.645,.045,.355,1)}.automation .add-node-modal.show{right:0}.automation .add-node-modal .title{margin-top:15px;padding:0 33px;height:30px;line-height:30px;font-size:20px;color:#333}.automation .add-node-modal .anticon-close{float:right;cursor:pointer;line-height:30px;color:#ced1d9}.automation .add-node-modal .ant-tabs-tab{color:#333}.automation .add-node-modal .handleAdd{padding:0 33px}.automation .add-node-modal .handleAdd .ant-alert .ant-alert-warning .ant-alert-no-icon{width:507px}.automation .add-node-modal .add-btn{padding:0 15px;border-radius:4px;width:180px;height:32px;font-size:14px}.automation .add-node-modal .add-btn-wrap{bottom:0;margin-top:50px;padding:10px 0;border-top:1px solid #eee;background:#fff;text-align:center}.automation .add-node-modal .add-btn-wrap .ant-btn{height:34px;line-height:34px}.automation .cancel-btn{display:block;position:fixed;inset:0;z-index:1}.automation .add-node-button-menu{border-right:none!important;width:120px!important;background:none!important}.automation .add-node-button-menu .ant-menu-item{margin:0!important;padding-left:6px!important;height:30px;line-height:30px;color:#fff!important}.automation .add-node-button-menu .ant-menu-item .iconfont{padding-right:6px}.automation .add-node-button-menu .ant-menu-item:hover{background:hsla(0,0%,100%,.1)!important}.automation .add-node-button-menu .ant-menu-item-selected{background:none!important}.automation .add-node-button-menu :after,.automation .add-node-button-menu :before{display:none!important}.automation .text-tip-wrapper{padding-left:24px;cursor:pointer;color:#576a95}.automation .text-tip-wrapper .guide-text{margin-left:5px;font-size:13px}.automation .ant-layout{display:flex;flex-direction:column;flex:auto;background:#f0f2f5}.automation .ant-layout,.automation .ant-layout *{box-sizing:border-box}.automation .ant-layout.ant-layout-has-sider{flex-direction:row}.automation .ant-layout.ant-layout-has-sider>.ant-layout,.automation .ant-layout.ant-layout-has-sider>.ant-layout-content{overflow-x:hidden}.automation .ant-layout-footer,.automation .ant-layout-header{flex:0 0 auto}.automation .ant-layout-header{padding:0 50px;height:64px;background:#001529;line-height:64px}.automation .ant-layout-footer{padding:24px 50px;background:#f0f2f5;font-size:14px;color:rgba(0,0,0,.65)}.automation .ant-layout-content{flex:auto}.automation .ant-layout-sider{position:relative;min-width:0;background:#001529;transition:all .2s}.automation .ant-layout-sider-children{margin-top:-.1px;padding-top:.1px;height:100%}.automation .ant-layout-sider-has-trigger{padding-bottom:48px}.automation .ant-layout-sider-right{order:1}.automation .ant-layout-sider-trigger{position:fixed;bottom:0;z-index:1;height:48px;background:#002140;cursor:pointer;line-height:48px;text-align:center;color:#fff;transition:all .2s}.automation .ant-layout-sider-zero-width>*{overflow:hidden}.automation .ant-layout-sider-zero-width-trigger{position:absolute;right:-36px;top:64px;border-radius:0 4px 4px 0;width:36px;height:42px;background:#001529;cursor:pointer;line-height:42px;text-align:center;font-size:18px;color:#fff;transition:background .3s ease}.automation .ant-layout-sider-zero-width-trigger:hover{background:#192c3e}.automation .ant-layout-sider-light{background:#fff}.automation .ant-layout-sider-light .ant-layout-sider-trigger,.automation .ant-layout-sider-light .ant-layout-sider-zero-width-trigger{background:#fff;color:rgba(0,0,0,.65)}.automation .main-layout-content{position:relative;margin:20px auto;border-radius:4px;width:1080px;min-height:800px;background:#fff}.automation .stream-user-content-approval .approval-stream-card{padding-left:16px;border-radius:4px;min-width:140px;background:#f8f8f8}.automation .stream-card-index{padding-bottom:5px;border-bottom:1px solid #ddd}.automation .approval-stream-card .avatar-name-horizontal{display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#333;white-space:nowrap}.automation .approval-stream-card .avatar-container{overflow:hidden}.automation .approval-stream-card .stream-card-desc{display:block;clear:both;padding:5px 0 5px 30px;border-top:1px solid #eaeaea;text-align:left;font-size:12px;color:#999}.automation .node-managers_labels .stream-card-desc{padding:5px 0 5px 45px}.automation .approval-stream-card{position:relative}.automation .approval-stream-card .anticon-close{display:none;position:absolute;right:4px;z-index:100;cursor:pointer}.automation .approval-stream-card:hover .anticon-close{display:block}.automation .approval-stream-card .ant-avatar{width:24px;height:24px}.automation .approval-stream-card .avatar-container span{line-height:40px}.automation .approval-stream-card .avatar-container .ant-avatar{margin-top:8px}.automation .approval-stream-card .common-img{border-radius:50%;width:24px;height:24px}.automation .approval-stream-card .gradually-img{width:34px;height:25px}.automation .approval-stream-card .node-avatar{display:flex;align-items:center;padding-right:16px;height:40px;font-size:12px;color:#333}.automation .approval-stream-card .node-avatar span{overflow:hidden;margin-left:6px;max-width:280px;line-height:24px;vertical-align:top;text-overflow:ellipsis;white-space:nowrap}.automation .approval-stream-card .node-avatar .choosen-person{margin-left:4px;color:#333}.automation .gray-words{color:#9f9f9f}.automation .stream-line-type{line-height:120px}.automation .stream-user-content{margin:8px 0}.automation .lastCartClass{height:87px}.automation .stream-user-content-notifier{margin-top:30px}.automation .stream-user-content-approval{float:left;height:80px}.automation .approval-sorted .approval-stream-card{cursor:move;transition:all .2s}.automation .approval-sorted .approval-stream-card:hover{background:#edf5fa}.automation .stream-user{display:inline-block;position:relative}.automation .stream-user .stream-user-close{display:none;position:absolute;right:5px;top:5px;z-index:1;cursor:pointer}.automation .stream-user:hover .stream-user-close{display:inline-block}.automation .sortable-chosen .anticon-arrow-right{visibility:hidden}.automation .stream-user-content-approval .anticon-arrow-right{width:27px;line-height:40px;vertical-align:top;font-size:20px;color:#eaeaea}.automation .plus i{cursor:pointer;font-size:24px;color:#999}.automation .plus i:hover{color:#38adff}.automation .ghost{opacity:0}.automation .steamLine-arrow-right{vertical-align:top}.automation .approval-stream-main{display:flex;align-items:stretch}.automation .approval-stream-title{padding:10px;text-align:right;font-size:12px;color:#999}.automation .approval-stream-container{background:#fff}.automation .stream-user-content{height:120px}.automation .common-row{position:relative;margin-top:20px;margin-bottom:10px}.automation .common-row-title{font-size:12px;color:#999}.automation .newTips{position:relative}.automation .newTips:after{display:inline-block;margin-left:2px;border-radius:50%;width:8px;height:8px;background:red;content:""}.automation .step-box{position:absolute;left:-60px;top:0;padding-top:6px;border-radius:2px 2px 2px 0 2px;width:50px;height:50px;background:var(--kh-fill-color-light);text-align:center;font-size:12px}.automation .step-box .num{font-size:16px}.automation .step-box:before{left:0;border-right:25px solid transparent}.automation .step-box:after,.automation .step-box:before{display:block;position:absolute;bottom:0;border-bottom:5px solid #fff;width:0;height:0;content:""}.automation .step-box:after{right:0;border-left:25px solid transparent}.automation .approval-setting{position:relative;margin:20px 0;border-radius:2px;background:#fff}.automation .approval-setting .approval-setting-header{position:relative;padding-left:24px;background:#f8f8f8}.automation .approval-setting-header .conditionOperate{float:right;font-size:12px}.automation .approval-setting-header .conditionlabel{display:inline-block;position:relative;max-width:568px;line-height:18px;vertical-align:middle;color:#333}.automation .approval-setting-header .condition-label-block{display:inline;line-height:25px;vertical-align:middle}.automation .approval-setting-header .conditionOperateAbate{position:absolute;right:10px;top:0;z-index:2;height:50px;line-height:18px}.automation .approval-setting-header .condiiton-operate-hide{display:none}.automation .approval-setting:hover .approval-setting-header .condiiton-operate-hide{display:inline-block}.automation .approval-setting-header .conditionOperate{position:absolute;right:10px;top:0;z-index:2;height:50px;line-height:18px}.automation .approval-setting-header a{margin-right:10px}.automation .approval-setting .common-row{margin:10px 0 10px 24px}.automation .approval-setting .approval-setting-cover{position:absolute;inset:0;z-index:1;border:1px solid #ebebeb;background:hsla(0,0%,98%,.7)}.automation .approval-setting .approval-setting-edit{position:absolute;inset:0;z-index:1;border:1px solid #ebebeb;cursor:pointer;transition:all .2s}.automation .approval-setting .approval-setting-edit:hover{border:1px solid rgba(56,173,255,.4)}.automation .approval-tip{float:left;margin-right:10px;margin-top:15px;padding:0 5px;border-radius:2px;height:20px;background:#666;line-height:20px;font-size:12px;color:#fff}.automation .conditionOperate img{margin-top:-4px;width:16px;vertical-align:middle}.automation .normal-btn{border-color:#49a9ee;color:#49a9ee}.automation .normal-btn:hover{border-color:#108ee9;color:#108ee9}.automation .ant-switch{display:inline-block;position:relative;list-style:none;box-sizing:border-box;margin:0;padding:0;border:1px solid transparent;border-radius:100px;min-width:44px;height:22px;background-color:rgba(0,0,0,.25);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.5;line-height:20px;vertical-align:middle;font-family:Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-variant:tabular-nums;font-size:14px;color:rgba(0,0,0,.65);transition:all .36s}.automation .ant-switch-inner{display:block;margin-left:24px;margin-right:6px;font-size:12px;color:#fff}.automation .ant-switch:after,.automation .ant-switch:before{position:absolute;left:1px;top:1px;border-radius:18px;width:18px;height:18px;background-color:#fff;cursor:pointer;content:" ";transition:all .36s cubic-bezier(.78,.14,.15,.86)}.automation .ant-switch:after{box-shadow:0 2px 4px 0 rgba(0,35,11,.2)}.automation .ant-switch:active:after,.automation .ant-switch:active:before{width:24px}.automation .ant-switch:before{display:none;z-index:1;background:transparent;text-align:center;font-family:anticon;font-size:12px;content:"\e64d";animation:loadingCircle 1s linear infinite}.automation .ant-switch-loading:before{display:inline-block;color:rgba(0,0,0,.65)}.automation .ant-switch-checked.ant-switch-loading:before{color:#1890ff}.automation .ant-switch:focus{outline:0;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.automation .ant-switch:focus:hover{box-shadow:none}.automation .ant-switch-small{min-width:28px;height:16px;line-height:14px}.automation .ant-switch-small .ant-switch-inner{margin-left:18px;margin-right:3px;font-size:12px}.automation .ant-switch-small:after,.automation .ant-switch-small:before{width:12px;height:12px}.automation .ant-switch-small:active:after,.automation .ant-switch-small:active:before{width:16px}.automation .ant-switch-small.ant-switch-checked:before{left:100%;margin-left:-13px}.automation .ant-switch-small.ant-switch-checked .ant-switch-inner{margin-left:3px;margin-right:18px}.automation .ant-switch-small.ant-switch-loading:before{font-weight:700;animation:AntSwitchSmallLoadingCircle 1s linear infinite}.automation .ant-switch-checked{background-color:#1890ff}.automation .ant-switch-checked .ant-switch-inner{margin-left:6px;margin-right:24px}.automation .ant-switch-checked:before{left:100%;margin-left:-19px}.automation .ant-switch-checked:after{left:100%;margin-left:-1px;transform:translateX(-100%)}.automation .ant-switch-disabled,.automation .ant-switch-loading{opacity:.4;pointer-events:none}@keyframes AntSwitchSmallLoadingCircle{0%{transform:rotate(0deg) scale(.66667);transform-origin:50% 50%}to{transform:rotate(1turn) scale(.66667);transform-origin:50% 50%}}.automation .slideFormBtn button{margin-right:15px}.automation .labelMatchListPopover{width:440px}.automation .labelMatchListPopover .ant-popover-title{padding-left:0;padding-right:0}.automation .labelMatchListPopover .ant-popover-inner-content{padding:0}.automation .labelMatchListHeader{position:relative;padding:6px 22px;padding-right:32px;font-size:16px}.automation .labelMatchListHeader .anticon{position:absolute;right:8px;top:50%;margin-top:-15px;padding:8px;cursor:pointer;color:#999}.automation .labelMatchListContainer{height:350px}.automation .labelListHead{padding:6px 22px!important;background:#f6f6f6!important}.automation .labelListHead .label-item-desc,.automation .labelListHead .label-item-name{color:#999!important}.automation .labelListContainer{overflow-y:auto;position:relative;padding-left:8px;padding-right:8px;height:270px}.automation .labelMatchListFooter{display:flex;position:absolute;left:0;right:0;bottom:0;z-index:1;align-items:center;padding:5px 22px;border-top:1px solid #ededed;height:50px;background:#fff}.automation .labelMatchListFooter div{flex:1;font-size:12px;color:#9b9da0}.automation .labelMatchListFooter a{flex:none;min-width:120px;text-align:right}.automation .label-list-item{display:flex;position:relative;align-items:center;padding:15px 14px}.automation .label-list-item .hover{display:none;color:rgba(25,31,37,.56)}.automation .label-list-item:hover{background:#f6f6f6}.automation .label-list-item:hover .hover{display:block}.automation .label-list-item+.label-list-item:after{position:absolute;left:10px;right:10px;top:0;border-top:1px solid #ededed;height:0;content:""}.automation .label-list-item .label-item-avatar{flex:none;margin-right:20px;border-radius:50%;width:24px;height:24px}.automation .label-list-item .label-item-name{flex:none;width:100px;color:#191f25}.automation .label-list-item .label-item-desc{flex:1;width:100%;cursor:default;text-align:right;font-size:12px;color:rgba(25,31,37,.56)}.automation .label-list-none{padding-top:45px;text-align:center}.automation .label-list-none img{margin-bottom:5px;width:150px;height:150px}.automation .label-list-none p{margin:0;padding:2px 0;font-size:12px}.automation .ant-tooltip{font-size:12px!important}.automation .ding-dot{display:block;border-radius:50%;width:8px;height:8px;background:#f25643}.automation .label-match-dot{position:absolute;right:15px;top:15px;z-index:1}.automation .label-button-dot{position:absolute;right:-3px;top:-3px;z-index:1}.automation .ant-btn{position:relative}.automation .sbys-detail-form{margin-left:25px}.automation .sbys-detail-form div,.automation .sbys-detail-form input{color:#333}.automation .sbys-detail-form .ant-form-extra{color:#ccc}.automation .sbys-detail-form .ant-form-item-label{text-align:left}.automation .sbys-detail-form .ant-form-item-label label{font-size:12px;color:#999}.automation .approval-end-line{line-height:50px}.automation .chargeBox{margin-left:124px}.automation .approval-charge-content .choose-end{display:inline-block;cursor:pointer;color:#38adff}.automation .approval-charge-content .approval-radio{display:block}.automation .approval-node-setting{position:fixed;right:-800px;top:0;bottom:0;z-index:100;width:800px;background:#fff;box-shadow:-3px 0 3px #dedede;transition:all .3s ease-in-out}.automation .approval-node-setting .common-row{margin-left:30px}.automation .approval-node-setting .common-row-title{position:relative;padding-right:40px;text-align:right}.automation .approval-node-setting .common-row-title .anticon-info-circle{position:absolute;right:20px;top:2px}.automation .approval-node-setting.show{transform:translateX(-800px)}.automation .node-setting-title{padding:12px 30px;border-bottom:1px solid #dedede;height:62px;line-height:35px;font-weight:400;font-size:16px}.automation .node-setting-form{padding-top:16px}.automation button.node-delBtn{border:1px solid #f21;color:#f21}.automation button.node-delBtn:hover{border:1px solid #f44;color:#f44}.automation .approval-node-setting .slideFormBtn{position:absolute;bottom:0;border-top:1px solid #ebebeb;width:100%;height:60px;line-height:60px;text-align:center}.automation .approval-node-setting .approval-radio{height:30px}.automation .node-setting-mask{position:fixed;inset:0;z-index:99;background:#fff;opacity:.4}.automation .approval-charge-content .approval-radio,.automation .charge-end-label{height:40px;line-height:40px}.automation .charge-end-label{display:flex;position:relative;align-items:center;margin-right:10px;margin-top:5px;margin-bottom:5px;padding:0 20px 0 10px;padding:0 16px;padding-right:24px;border-radius:4px;width:140px;background:#f8f8f8;cursor:pointer;font-size:12px;color:#333;-ms-flex-align:center}.automation .charge-end-label img{margin-right:8px;border-radius:50%;width:24px;height:24px}.automation .choosen-span{overflow:hidden;max-width:190px;text-overflow:ellipsis;white-space:nowrap}.automation .charge-end-label .close{display:none;position:absolute;right:3px;top:3px;font-size:14px;color:#a7a3a3}.automation .charge-end-label:hover .close{display:block}.automation .overlimit-tip{margin-left:20px}.automation .notifier-chunk{display:flex;float:left;position:relative;align-items:center;margin-right:10px;margin-top:5px;margin-bottom:5px;padding:0 20px 0 10px;padding:0 16px;padding-right:24px;border-radius:4px;width:140px;height:40px;background:#f8f8f8;cursor:pointer;line-height:40px;font-size:12px;color:#333;transition:all .2s}.automation .notifier-chunk:hover{background:#edf5fa}.automation .notifier-chunk span{overflow:hidden;max-width:75%;text-overflow:ellipsis;white-space:nowrap}.automation .notifier-chunk:hover .close{display:inline-block}.automation .notifier-chunk .close{display:none;position:absolute;right:3px;top:3px;font-size:14px;color:#a7a3a3}.automation .notifier-chunk img{margin-right:8px;border-radius:50%;width:24px;height:24px}.automation .notifier-chunk.empty-label{border:1px solid #f25643}.automation .choosen-notifier-num{display:inline-block;float:left;margin-left:6px;line-height:40px;font-size:12px;color:#999}.automation .edit-condition-depts{margin-top:5px;font-size:12px;color:#323334}.automation .depth-tips{width:500px}.automation .canedit-content .common-row-title{padding-left:30px}.automation .guideOpen{overflow:hidden}.automation .guide-mask,.automation .guide-panel{position:fixed;inset:82px auto 0;width:1080px}.automation .guide-mask{z-index:2000;background:#fff;opacity:.95}.automation .guide-subtitle{font-weight:700;font-size:12px;color:#191f25}.automation .guide-panel{z-index:2010;color:#191f25}.automation .guide-panel .guide-panel-body,.automation .guide-panel .guide-panel-footer,.automation .guide-panel .guide-panel-header{position:absolute;left:0;right:0}.automation .guide-panel .guide-panel-header{top:0;border-bottom:1px solid #e3e3e4;height:57px;line-height:57px;text-align:center;font-weight:700;font-size:14px}.automation .guide-panel .guide-panel-body{overflow:auto;top:57px;bottom:57px}.automation .guide-panel .guide-panel-footer{bottom:0;border-top:1px solid #e3e3e4;height:57px;text-align:center}.automation .guide-panel .guide-panel-footer .ant-btn{margin:15px 10px;min-width:76px}.automation .guide-panel-left,.automation .guide-panel-right{float:left;position:relative;padding:20px 50px;width:50%;min-height:100%}.automation .guide-panel-right .guide-panel-right-arrow{position:absolute;left:-4px;border-right:1px solid #e3e3e4;border-top:1px solid #e3e3e4;width:10px;height:10px;background:#fff;transform:rotate(45deg)}.automation .guide-panel-right:before{position:absolute;left:0;top:20px;bottom:20px;border-left:1px solid #e3e3e4;width:0;box-shadow:4px 0 10px 0 rgba(0,0,0,.34);content:""}.automation .guide-avatar-container{position:relative}.automation .guide-avatar{display:inline-block;width:53px;height:53px;background:url(https://img.alicdn.com/tfs/TB1RPjen1uSBuNjy1XcXXcYjFXa-106-106.png) no-repeat 50%;background-size:100%}.automation .guide-checkgroup{margin-left:23px;padding:20px 10px 20px 20px;background:#f6f6f6}.automation .guide-checkgroup .ant-checkbox-group{margin-top:10px}.automation .guide-type-img{width:436px}.automation .guide-panel-invalid{padding:20px 0}.automation .guide-panel-invalid-row{margin:0 auto;width:605px}.automation .guide-panel-invalid-head{position:relative;margin-bottom:20px}.automation .guide-panel-invalid-head .guide-avatar{position:absolute;right:100%;top:50%;margin-right:10px;transform:translateY(-50%)}.automation .guide-panel-invalid-body{margin-bottom:40px}.automation .guide-panel-invalid-body img{display:block;width:605px;height:415px}.automation .guide-tip{display:inline-block;position:relative;padding:6px 10px;border-radius:3px;background:#3296fa;font-size:14px;color:#fff;white-space:nowrap}.automation .guide-tip:before{position:absolute;border:4px solid transparent;width:0;height:0;content:""}.automation .guide-tip.left:before{left:-8px;top:50%;margin-top:-4px;border-color:transparent #3296fa transparent transparent}.automation .guide-tip.right:before{right:-8px;top:50%;margin-top:-4px;border-color:transparent transparent transparent #3296fa}.automation .focus-area,.automation .focus-mask{position:absolute;z-index:2000}.automation .focus-mask{background:#fff;opacity:.85}.automation .focus-mask.top{left:0;top:0}.automation .focus-mask.right{right:0;top:0}.automation .focus-mask.bottom{right:0;bottom:0}.automation .focus-mask.left{left:0;bottom:0}.automation .focus-area{border:2px solid #3296fa;border-radius:6px;background:transparent;box-shadow:0 1px 16px 0 rgba(50,150,250,.55),inset 0 0 10px 0 rgba(50,150,250,.55);pointer-events:none}.automation .focus-area-mark{position:absolute;left:100%;top:-50%}.automation .focus-mask-footer{position:fixed;left:auto;right:auto;bottom:0;z-index:2010;border-top:1px solid #e3e3e4;width:1080px;height:57px;background:hsla(0,0%,100%,.7);text-align:center}.automation .focus-mask-footer .ant-btn{margin:15px 10px;min-width:76px}.automation .quick-guide-container{position:fixed;right:20px;top:30%;z-index:99}.automation .quick-guide-container .quick-guide-img{width:198px;height:135px;background:url(https://img.alicdn.com/tfs/TB1HbOEseuSBuNjy1XcXXcYjFXa-396-270.png) no-repeat 50%;background-size:100%;cursor:pointer}.automation .quick-guide-container .quick-guide-close{position:absolute;right:20px;top:20px;width:18px;height:18px;background:url(https://img.alicdn.com/tfs/TB1sI.dnKuSBuNjSsplXXbe8pXa-14-14.png) no-repeat 50%;background-size:7px;cursor:pointer}.automation .approval-page-container{position:relative;padding:20px 60px}.automation .plus-icon{display:inline-block;position:relative;margin-top:7px;border:1px solid #999;border-radius:50%;width:24px;height:24px;cursor:pointer}.automation .plus-icon:after{display:inline-block;position:absolute;left:11px;top:5px;width:1px;height:11px;background-color:#999;content:""}.automation .plus-icon:hover{border:1px solid #38adff}.automation .plus-icon:hover:after,.automation .plus-icon:hover:before{background-color:#38adff}.automation .plus-icon:before{display:inline-block;position:absolute;left:6px;top:10px;width:11px;height:1px;background-color:#999;content:""}.automation .cut-line{margin:10px 0 10px 12.5%}.automation .cut-line,.automation .cut-line-small{border-bottom:1px solid #ebebeb}.automation .cut-line-small{margin:10px 25px 10px 20%}.automation .cut-line-large{clear:both;margin-bottom:20px;border-bottom:1px solid #ebebeb}.automation .main-save{border-radius:4px;width:90px;height:32px;font-size:14px}.automation .approval-page-footer{margin-left:150px;padding-bottom:20px}.automation .approval-page-footer .main-save{margin-left:50px}.automation .global-error{position:fixed;left:50%;top:138px;z-index:1;margin:0 auto;width:400px;transform:translateX(-50%)}.automation .approval-spin{position:fixed;inset:0;z-index:2;padding-top:200px;background:hsla(0,0%,100%,.5)}.automation .input-margin{margin:0 5px}.automation .common-tips{margin-left:5px;font-size:12px;color:#333}.automation .approval-setting-preview{padding:10px;padding-top:0}.automation .approval-setting-preview .preview-tips{text-align:center;font-size:14px;color:#333}.automation .approval-setting-preview canvas{margin-top:10px}.automation .more-setting-content .common-row-title{padding-left:30px}.automation .process-check-btn{width:auto;height:34px}.automation .approval-page-baseTip{font-size:12px;color:#aaa}.automation .set-condition-between{margin:0 5px}.automation .condition-origin-icon{display:flex;align-items:center}.automation .condition-origin-icon,.automation .condition-origin-icon>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.automation .condition-delete{display:none;position:absolute;right:0}.automation .choosen-rules-hoverDel:hover .condition-delete{display:block}.automation .condition-checkbox-content{padding:16px 4px 16px 16px}.automation .condition-checkbox-content p{margin-bottom:5px}.automation .condition-checkbox-content .condition-checkbox-invalid{margin-top:20px}.automation .condition-checkbox{display:inline-block;margin:4px 8px 0 0!important}.automation .date-tip{margin-left:5px;cursor:pointer;font-size:13px;color:#aaa}.automation .date-tip-red,.automation .set-condition-repeat{margin-left:5px;font-size:12px;color:red}.automation .set-condition-repeat{display:inline-block;cursor:pointer}.automation .set-condition-value{display:flex;align-items:flex-start}.automation .set-repeat{padding:0}.automation .set-repeat-title{padding-bottom:5px;font-size:14px}.automation .set-repeat-item{padding:0}.automation .approval-setting-select{display:flex;align-items:flex-start}.automation .set-condition-content .common-row-title{padding-left:30px}.add-node-popover-body{display:flex}.add-node-popover-body p{margin:0}.add-node-popover-item{flex:1;margin-right:10px;cursor:pointer;text-align:center;color:#191f25!important}.add-node-popover-item .item-wrapper{display:inline-block;margin-bottom:5px;border:1px solid #e2e2e2;border-radius:50%;width:80px;height:80px;background:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.add-node-popover-item .iconfont{line-height:80px;font-size:35px}.add-node-popover-item.approver .item-wrapper{color:#ff943e}.add-node-popover-item.notifier .item-wrapper{color:#3296fa}.add-node-popover-item.condition .item-wrapper{color:#15bc83}.add-node-popover-item.auto .item-wrapper{color:#1059fb}.add-node-popover-item:hover .item-wrapper{background:#3296fa;box-shadow:0 10px 20px 0 rgba(50,150,250,.4)}.add-node-popover-item:hover .iconfont{color:#fff}.add-node-popover-item:active .item-wrapper{background:#eaeaea;box-shadow:none}.add-node-popover-item:active .iconfont{color:inherit}
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-bubble .ql-toolbar:after,.ql-bubble.ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble .ql-toolbar button,.ql-bubble.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble .ql-toolbar button svg,.ql-bubble.ql-toolbar button svg{float:left;height:100%}.ql-bubble .ql-toolbar button:active:hover,.ql-bubble.ql-toolbar button:active:hover{outline:none}.ql-bubble .ql-toolbar input.ql-image[type=file],.ql-bubble.ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button:focus,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover{color:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble .ql-toolbar button:hover:not(.ql-active),.ql-bubble.ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor .ql-code-block-container,.ql-bubble .ql-editor code{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\00D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):after,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:before{visibility:visible}.xgplayer-fullscreen-parent{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999}.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-cssfullscreen,.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-fullscreen{z-index:10;position:absolute}.xgplayer-rotate-parent{position:fixed;top:0;left:100%;bottom:0;right:0;width:100vh;height:100vw;z-index:9999;transform-origin:top left;transform:rotate(90deg)}.xgplayer-rotate-parent .xgplayer.xgplayer-rotate-fullscreen{position:absolute;top:0;left:0;z-index:10;margin:0;padding:0;width:100%;height:100%;transform:rotate(0)}.xgplayer-rotate-parent .xgplayer-mobile video{z-index:-1}.xgplayer{position:relative;width:100%;height:100%;overflow:hidden;font-family:PingFang SC,Helvetica Neue,Helvetica,STHeiTi,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;background:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.xgplayer *{margin:0;padding:0;border:0;vertical-align:baseline;white-space:normal;word-wrap:normal;overflow-wrap:normal}.xgplayer li,.xgplayer ul{list-style:none}.xgplayer .xgplayer-none{display:none}.xgplayer.xgplayer-is-fullscreen{margin:0;padding:0}.xgplayer.xgplayer-is-cssfullscreen,.xgplayer.xgplayer-is-fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.xgplayer.xgplayer-rotate-fullscreen{position:fixed;top:0;left:100%;bottom:0;right:0;width:100vh;height:100vw;transform-origin:top left;transform:rotate(90deg);z-index:9999}.xgplayer.xgplayer-rotate-fullscreen.xgplayer-mobile video{z-index:-1}.xgplayer xg-video-container.xg-video-container{position:absolute;top:0;bottom:48px;display:block;width:100%}.xgplayer video{position:absolute;top:0;left:0;width:100%;height:100%;outline:none}.xgplayer[data-xgfill=contain] video{-o-object-fit:contain;object-fit:contain}.xgplayer[data-xgfill=cover] video{-o-object-fit:cover;object-fit:cover}.xgplayer[data-xgfill=fill] video{-o-object-fit:fill;object-fit:fill}.xgplayer .xg-pos{left:10px;right:10px}.xgplayer .xg-margin{margin-left:16px;margin-right:16px}.xgplayer .xg-bottom{bottom:0}.xgplayer .btn-text{position:relative;top:50%;height:24px;font-size:13px;text-align:center}.xgplayer .btn-text span{display:inline-block;min-width:52px;height:24px;line-height:24px;background:rgba(0,0,0,.38);border-radius:12px}.xgplayer xg-icon{position:relative;box-sizing:border-box;height:40px;margin-left:16px;margin-right:16px;cursor:pointer;color:#fffc;fill:#fff}.xgplayer xg-icon.xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-tips{top:-30px;left:50%;transform:translate(-50%)}.xgplayer xg-icon:active .xg-tips,.xgplayer xg-icon:hover .xg-tips{display:block}.xgplayer xg-icon:active .xg-tips.hide,.xgplayer xg-icon:hover .xg-tips.hide{display:none}.xgplayer xg-icon .xgplayer-icon{position:relative;top:50%;transform:translateY(-50%);cursor:pointer}.xgplayer xg-icon .xg-icon-disable{cursor:not-allowed}.xgplayer xg-icon .xg-img{width:100%}.xgplayer xg-icon img,.xgplayer xg-icon svg{height:100%;display:block}.xgplayer xg-bar{display:block}.xgplayer.xgplayer-inactive xg-bar,.xgplayer.xgplayer-mini xg-bar{display:none}.xgplayer.xgplayer-inactive .xg-top-bar{display:flex}.xgplayer.xgplayer-inactive .xg-top-bar.top-bar-autohide{display:none}.xgplayer .xg-top-bar{position:absolute;z-index:10;top:0;padding:0 16px;display:flex;height:50px}.xgplayer .xg-top-bar xg-icon{position:relative;top:10px;left:0;width:34px;margin-top:0}.xgplayer .xg-top-bar xg-icon:first-child{margin-left:0}.xgplayer .xg-left-bar,.xgplayer .xg-right-bar{position:absolute;z-index:9;top:50px;bottom:50px;width:50px}.xgplayer .xg-left-bar{left:0}.xgplayer .xg-right-bar{right:0}.xgplayer .xg-tips{display:none;position:absolute;padding:4px 6px;background:rgba(0,0,0,.54);border-radius:4px;font-size:12px;color:#fff;text-align:center;white-space:nowrap;opacity:.85}.xgplayer .xg-margin{left:0;right:0}.xgplayer-mobile,.xgplayer-mobile *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.xgplayer-mobile *{text-decoration:none}.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-pos,.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-top-bar{left:6%;right:6%}.xgplayer-mobile xg-icon:hover .xg-tips{display:none}.xg-list-slide-scroll::-webkit-scrollbar-track{background-color:transparent;display:none}.xg-list-slide-scroll:hover::-webkit-scrollbar-track{display:block}.xg-list-slide-scroll::-webkit-scrollbar{-webkit-appearance:none;appearance:none;background:transparent;height:4px;width:4px}.xg-list-slide-scroll::-webkit-scrollbar-corner{background:transparent;display:none}.xg-list-slide-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.5);border-radius:3px;display:none;width:4px}.xg-list-slide-scroll:hover::-webkit-scrollbar-thumb{display:block}@media only screen and (max-width:480px){.xgplayer-mobile xg-icon{margin-right:10px;margin-left:10px}.xgplayer-mobile .xg-top-bar{left:10px;right:10px}}@media screen and (orientation:portrait){.xgplayer-mobile.xgplayer-is-cssfullscreen .xgplayer-controls,.xgplayer-mobile.xgplayer-is-fullscreen .xgplayer-controls{bottom:34px;bottom:constant(safe-area-inset-bottom);bottom:env(safe-area-inset-bottom)}.xgplayer-mobile.xgplayer-is-cssfullscreen .xg-top-bar,.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar{top:34px;top:constant(safe-area-inset-top);top:env(safe-area-inset-top)}}@media only screen and (orientation:landscape){.xgplayer-mobile.xgplayer-is-fullscreen .xg-pos,.xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar{left:6%;right:6%}.xgplayer-mobile.xgplayer-rotate-fullscreen{left:0;width:100vw;height:100vh;transform:rotate(0)}}.xgplayer .xgplayer-screen-container{display:block;width:100%}.xgplayer .xg-options-icon{display:none;cursor:pointer}.xgplayer .xg-options-icon.show{display:block}@keyframes xg_right_options_active{0%{transform:translate(50%)}to{transform:translate(-50%)}}@keyframes xg_right_options_hide{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_active{0%{transform:translate(-50%)}to{transform:translate(50%)}}@keyframes xg_left_options_hide{0%{transform:translate(50%)}to{transform:translate(-50%)}}.xgplayer .xg-options-list{display:none;position:absolute;z-index:5;width:78px;right:50%;bottom:100%;background:rgba(0,0,0,.54);border-radius:1px;transform:translate(50%);cursor:pointer;overflow:auto;height:0;opacity:.85;font-size:14px;color:#fffc}.xgplayer .xg-options-list li{height:20px;line-height:20px;position:relative;padding:4px 0;text-align:center;color:#fffc}.xgplayer .xg-options-list li.selected,.xgplayer .xg-options-list li:hover{color:red;opacity:1}.xgplayer .xg-options-list li:first-child{position:relative;margin-top:12px}.xgplayer .xg-options-list li:last-child{position:relative;margin-bottom:12px}.xgplayer .xg-options-list:hover{opacity:1}.xgplayer .xg-options-list.active{display:block;height:auto}.xgplayer .xg-options-list.xg-side-list{width:20%;height:100%;bottom:0;background:rgba(0,0,0,.9);display:flex;flex-direction:column;box-sizing:border-box}.xgplayer .xg-options-list.xg-side-list li{flex:1;width:100%;padding:0;position:relative}.xgplayer .xg-options-list.xg-side-list li span{display:block;position:relative;top:50%;transform:translateY(-50%);pointer-events:none}.xgplayer .xg-options-list.xg-side-list li:first-child{margin-top:20px}.xgplayer .xg-options-list.xg-side-list li:last-child{margin-bottom:20px}.xgplayer .xg-options-list.xg-right-side{right:-10.5%}.xgplayer .xg-options-list.xg-right-side.active{height:100%;animation:xg_right_options_active .2s ease-out forwards}.xgplayer .xg-options-list.xg-right-side.hide{height:100%;animation:xg_right_options_hide .2s ease-in forwards}.xgplayer .xg-options-list.xg-left-side{left:-10.5%;transform:translate(-50%)}.xgplayer .xg-options-list.xg-left-side.active{height:100%;animation:xg_left_options_active .2s ease-out forwards}.xgplayer .xg-options-list.xg-left-side.hide{height:100%;animation:xg_left_options_hide .2s ease-in forwards}@media only screen and (max-width:480px){.xgplayer-mobile .xg-options-icon.portrait{display:none}.xgplayer-mobile .xg-options-list li:hover{color:#fffc}.xgplayer-mobile .xg-options-list li.selected{color:red}}.xgplayer.not-allow-autoplay .xgplayer-controls,.xgplayer.xgplayer-inactive .controls-autohide,.xgplayer.xgplayer-nostart .xgplayer-controls{pointer-events:none;visibility:hidden;cursor:default;opacity:0}.xgplayer.not-allow-autoplay .xgplayer-controls-initshow,.xgplayer.xgplayer-nostart .xgplayer-controls-initshow{pointer-events:auto;visibility:visible;opacity:1}.xgplayer .xgplayer-controls{display:block;position:absolute;visibility:visible;height:48px;left:0;right:0;bottom:0;opacity:1;z-index:10;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.37),rgba(0,0,0,.75),rgba(0,0,0,.75));transition:opacity .5s ease,visibility .5s ease}.xgplayer .xgplayer-controls.show{display:block;opacity:1;visibility:visible;pointer-events:auto}.xgplayer .xg-inner-controls{position:absolute;height:40px;bottom:0;justify-content:space-between;display:flex}.xgplayer .xg-left-grid,.xgplayer .xg-right-grid{position:relative;display:flex;flex-wrap:wrap;flex-shrink:1;height:100%;z-index:1}.xgplayer .xg-right-grid{flex-direction:row-reverse}.xgplayer .xg-right-grid>:first-child{margin-right:0}.xgplayer .xg-left-grid>:first-child,.xgplayer .xg-right-grid xg-icon{margin-left:0}.xgplayer .xg-left-grid xg-icon{margin-right:0}.xgplayer .xg-center-grid{display:block;position:absolute;left:0;right:0;outline:none;top:-20px;padding:5px 0;text-align:center}.xgplayer .flex-controls .xg-inner-controls{justify-content:space-around;display:flex;bottom:8px}.xgplayer .flex-controls .xg-center-grid{display:flex;flex:1;position:relative;top:0;height:100%;justify-content:space-between;align-items:center;left:0;right:0;padding:0 16px}.xgplayer.xgplayer-mobile .xg-center-grid{z-index:2}.xgplayer.xgplayer-mobile .flex-controls .xg-center-grid{padding:0 8px}.xgplayer .bottom-controls .xg-center-grid{top:20px;padding:0}.xgplayer .bottom-controls .xg-left-grid,.xgplayer .bottom-controls .xg-right-grid{bottom:10px}.xgplayer .mini-controls{background-image:none}.xgplayer .mini-controls .xg-inner-controls{bottom:0;left:0;right:0}.xgplayer .mini-controls .xg-center-grid{bottom:-28px;top:auto;padding:0}.xgplayer .mini-controls .xg-left-grid,.xgplayer .mini-controls .xg-right-grid{display:none}.xgplayer .controls-follow{bottom:70px;transition:bottom .3s ease}.xgplayer.flex-controls .controls-follow{bottom:45px}.xgplayer.mini-controls .controls-follow,.xgplayer.no-controls .controls-follow,.xgplayer.xgplayer-inactive .controls-follow{bottom:10px}.xgplayer .xgplayer-cssfullscreen .xg-get-cssfull{display:block}.xgplayer .xgplayer-cssfullscreen .xg-exit-cssfull,.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-get-cssfull{display:none}.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-exit-cssfull{display:block}.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen{display:none}.xgplayer .xgplayer-fullscreen .xg-get-fullscreen,.xgplayer .xgplayer-fullscreen[data-state=full] .xg-exit-fullscreen{display:block}.xgplayer .xgplayer-fullscreen[data-state=full] .xg-get-fullscreen{display:none}.xgplayer .xg-top-bar .xgplayer-back{position:relative;left:0;top:16px;width:34px;height:40px;display:none}.xgplayer .xg-top-bar .xgplayer-back.show{display:block}.xgplayer .xgplayer-play .xg-icon-play{display:none}.xgplayer .xgplayer-play .xg-icon-pause,.xgplayer .xgplayer-play[data-state=pause] .xg-icon-play{display:block}.xgplayer .xgplayer-play[data-state=pause] .xg-icon-pause{display:none}.xgplayer .xgplayer-progress{display:flex;align-items:center;position:relative;min-width:10px;height:20px;left:0;right:0;top:0;outline:none;flex:1;cursor:pointer}.xgplayer .xgplayer-progress-outer{position:relative;width:100%;height:2px;border-radius:3px;cursor:pointer}.xgplayer .progress-list{display:flex;height:100%;width:100%;border-radius:inherit}.xgplayer .xgplayer-progress-inner{position:relative;flex:1;height:100%;background:hsla(0,0%,100%,.3);transition:height .2s ease-in,opacity .2s ease-out;border-radius:inherit;margin-right:2px;pointer-events:none}.xgplayer .xgplayer-progress-inner:last-child,.xgplayer .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer .inner-focus-point{background:#fff;position:relative}.xgplayer .inner-focus-point:after,.xgplayer .inner-focus-point:before{position:absolute;top:0;content:" ";display:block;width:2px;height:300%;top:50%;z-index:1;transform:translateY(-50%);border-radius:3px;background:#fff}.xgplayer .inner-focus-point:before{left:0}.xgplayer .inner-focus-point:after{right:0}.xgplayer .xgplayer-progress-cache,.xgplayer .xgplayer-progress-played{display:block;height:100%;width:0;position:absolute;top:0;left:0;border-radius:inherit}.xgplayer .xgplayer-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xgplayer .xgplayer-progress-cache{background:hsla(0,0%,100%,.5)}.xgplayer .xgplayer-progress-btn{display:block;background:rgba(255,94,94,.304);border:.5px solid rgba(255,94,94,.057);box-shadow:0 0 1px #ff000062;width:20px;height:20px;border-radius:30px;left:0;top:50%;position:absolute;z-index:1;transform:translate(-50%,-50%);box-sizing:border-box;pointer-events:none}.xgplayer .xgplayer-progress-btn:before{content:" ";display:block;position:relative;width:12px;height:12px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:30px;background:#fff}.xgplayer .xgplayer-progress-btn.active{border:4px solid rgba(255,94,94,.064)}.xgplayer .xgplayer-progress-btn.active:before{box-shadow:0 0 3px #f85959b0}.xgplayer .xgplayer-progress-dot{display:inline-block;position:absolute;height:100%;width:5px;top:0;background:#fff;border-radius:6px;z-index:16}.xgplayer .xgplayer-progress-dot .xgplayer-progress-tip{position:absolute;left:25%;top:-40px;height:auto;line-height:30px;width:auto;transform:scale(.8) translate(-50%);background:rgba(0,0,0,.3);border-radius:6px;border:1px solid rgba(0,0,0,.8);cursor:default;white-space:nowrap;display:none}.xgplayer .xgplayer-progress-dot:hover .xgplayer-progress-tip{display:block}.xgplayer .flex-controls .xgplayer-progress{transform:translateY(0)}.xgplayer.xgplayer-pc .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(0)}.xgplayer.xgplayer-pc .xgplayer-progress-outer{height:3px}.xgplayer.xgplayer-pc .xgplayer-progress-inner{margin-right:4px}.xgplayer.xgplayer-pc .xgplayer-progress-inner:last-child,.xgplayer.xgplayer-pc .xgplayer-progress-inner:only-child{margin-right:0}.xgplayer.xgplayer-pc .inner-focus-point:after,.xgplayer.xgplayer-pc .inner-focus-point:before{width:3px}.xgplayer.xgplayer-pc .inner-focus-highlight{background:hsla(0,0%,100%,.8)}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-outer{height:6px;margin-bottom:3px;transition:height .3s ease,margin-bottom .3s ease}.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-btn{transform:translate(-50%,-50%) scale(1)}.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:after,.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:before{width:6px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-outer{top:9px}.xgplayer .xgplayer-progress-bottom .xgplayer-progress-btn:before{height:6px;width:6px}.xgplayer.xgplayer-mobile .xgplayer-progress-bottom .xgplayer-progress-outer{height:4px}@media (prefers-color-scheme:dark){.xgplayer .xgplayer-progress .xgplayer-progress-inner{background-color:#ffffff4d}.xgplayer .xgplayer-progress .inner-focus-highlight{background:hsla(0,0%,100%,.8)}.xgplayer .xgplayer-progress .xgplayer-progress-btn{background:rgba(255,94,94,.304);border:.5px solid rgba(255,94,94,.057);box-shadow:0 0 1px #ff000062}.xgplayer .xgplayer-progress .xgplayer-progress-btn:before{background-color:#fff}.xgplayer .xgplayer-progress .xgplayer-progress-played{background-color:linear-gradient(-90deg,#fa1f41,#e31106)}.xgplayer .xgplayer-progress .xgplayer-progress-cache{background-color:#ffffff80}}.xg-mini-progress{display:none;position:absolute;height:2px;left:0;right:0;bottom:0;pointer-events:none}.xg-mini-progress xg-mini-progress-cache,.xg-mini-progress xg-mini-progress-played{height:100%;width:0;position:absolute;top:0;left:0;border-radius:inherit}.xg-mini-progress xg-mini-progress-played{background:linear-gradient(-90deg,#fa1f41,#e31106)}.xg-mini-progress xg-mini-progress-cache{background:hsla(0,0%,100%,.5)}.xg-mini-progress-show,.xgplayer-inactive .xg-mini-progress,.xgplayer-mini .xg-mini-progress{display:block}.xgplayer .xgplayer-time{pointer-events:none;min-width:40px;font-size:14px;font-family:PingFangSC-Semibold;color:#fff;text-align:center;display:inline-block;line-height:40px}.xgplayer .xgplayer-time span{display:inline-block;line-height:40px;height:40px}.xgplayer .xgplayer-time span .time-min-width{text-align:center;min-width:2ch}.xgplayer .xgplayer-time span .time-min-width:first-child{text-align:right}.xgplayer .xgplayer-time span .time-min-width:last-child{text-align:left}.xgplayer .xgplayer-time .time-duration{color:#ffffff80}.xgplayer .xgplayer-time .time-live-tag{display:none}.xgplayer .xgplayer-time.xg-time-left{margin-left:0}.xgplayer .xgplayer-time.xg-time-right{margin-right:0}.xgplayer.xgplayer-mobile .xgplayer-time{min-width:30px;font-size:12px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-left{margin-right:8px}.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-right{margin-left:8px}.xgplayer .xgplayer-volume.slide-show .xgplayer-slider{display:block}.xgplayer .xgplayer-slider{display:none;position:absolute;width:28px;height:92px;background:rgba(0,0,0,.54);border-radius:1px;bottom:40px;outline:none}.xgplayer .xgplayer-slider:after{content:" ";display:block;height:15px;width:28px;position:absolute;bottom:-15px;left:0;z-index:20;cursor:auto}.xgplayer .xgplayer-value-label{position:absolute;left:0;right:0;bottom:100%;padding:5px 0 0;font-size:12px;background-color:#0000008a;color:#fff;text-align:center}.xgplayer .xgplayer-bar,.xgplayer .xgplayer-drag{display:block;position:absolute;bottom:6px;left:12px;background:hsla(0,0%,100%,.3);border-radius:100px;width:4px;height:76px;outline:none;cursor:pointer}.xgplayer .xgplayer-drag{bottom:0;left:0;background:#fa1f41;max-height:76px}.xgplayer .xgplayer-drag:after{content:" ";display:inline-block;width:8px;height:8px;background:#fff;box-shadow:0 0 5px #00000042;position:absolute;border-radius:50%;left:-2px;top:-4px}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume{display:block}.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-mute,.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-small,.xgplayer .xgplayer-volume[data-state=small] .xg-volume{display:none}.xgplayer .xgplayer-volume[data-state=small] .xg-volume-small{display:block}.xgplayer .xgplayer-volume[data-state=mute] .xg-volume,.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-small,.xgplayer .xgplayer-volume[data-state=small] .xg-volume-mute{display:none}.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-mute{display:block}.xgplayer-replay,.xgplayer.xgplayer-mobile .xgplayer-volume .xgplayer-slider{display:none}.xgplayer .xgplayer-replay{display:none;position:absolute;left:50%;top:50%;width:100px;height:100px;justify-content:center;align-items:center;flex-direction:column;z-index:5;transform:translate(-50%,-50%);cursor:pointer}.xgplayer .xgplayer-replay .xgplayer-replay-txt{display:inline-block;font-size:14px;color:#fff;line-height:34px;text-align:center}.xgplayer.xgplayer-mobile .xgplayer-replay-svg{width:50px;height:50px}.xgplayer.xgplayer-mobile .xgplayer-replay-txt{line-height:24px;font-size:12px}.xgplayer .xgplayer-poster{display:block;opacity:1;visibility:visible;position:absolute;left:0;top:0;width:100%;height:100%;background-position:50%;background-size:100% auto;background-repeat:no-repeat;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.xgplayer .xgplayer-poster.hide,.xgplayer.xgplayer-playing .xgplayer-poster{opacity:0;visibility:hidden}.xgplayer.not-allow-autoplay .xgplayer-poster,.xgplayer.xgplayer-ended .xgplayer-poster,.xgplayer.xgplayer-is-enter .xgplayer-poster.xg-showplay,.xgplayer.xgplayer-nostart .xgplayer-poster,.xgplayer.xgplayer-playing .xg-not-hidden,.xgplayer.xgplayer-playing .xgplayer-poster.xg-showplay{opacity:1;visibility:visible}.xgplayer.not-allow-autoplay .xgplayer-poster.hide,.xgplayer.xgplayer-ended .xgplayer-poster.hide,.xgplayer.xgplayer-nostart .xgplayer-poster.hide{opacity:0;visibility:hidden}@keyframes playPause{0%{transform:scale(1);opacity:1}99%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}.xgplayer xg-start-inner{display:block;width:100%;height:100%;overflow:hidden;border-radius:50%;background:rgba(0,0,0,.38)}.xgplayer .xgplayer-start{width:70px;height:70px;position:absolute;left:50%;top:50%;z-index:5;transform:translate(-50%,-50%);cursor:pointer}.xgplayer .xgplayer-start svg{width:100%;height:100%}.xgplayer .xgplayer-start.focus-hide,.xgplayer .xgplayer-start.hide{display:none;pointer-events:none}.xgplayer .xgplayer-start:hover{opacity:.85}.xgplayer .xgplayer-start .xg-icon-play{display:block}.xgplayer .xgplayer-start .xg-icon-pause,.xgplayer .xgplayer-start[data-state=pause] .xg-icon-play{display:none}.xgplayer .xgplayer-start.interact,.xgplayer .xgplayer-start[data-state=pause] .xg-icon-pause{display:block}.xgplayer .xgplayer-start.interact xg-start-inner{animation:playPause .4s ease-out .1s forwards}.xgplayer .xgplayer-start.show{display:block}.xgplayer.xgplayer-mobile xg-start-inner{background:initial;border-radius:0}.xgplayer.xgplayer-mobile .xgplayer-start{height:50px;width:50px}.xgplayer.xgplayer-mobile .xgplayer-start:hover{opacity:1}.xgplayer.xgplayer-inactive .xgplayer-start.auto-hide,.xgplayer.xgplayer-is-enter .xgplayer-start,.xgplayer.xgplayer-is-enter .xgplayer-start.auto-hide,.xgplayer.xgplayer-is-enter .xgplayer-start.show,.xgplayer.xgplayer-is-error .xgplayer-start,.xgplayer.xgplayer-is-error .xgplayer-start.show,.xgplayer.xgplayer-isloading.xgplayer-playing .xgplayer-start{display:none}.xgplayer-enter{display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:5;pointer-events:none}.xgplayer-enter .show{display:block}.xgplayer-enter .xgplayer-enter-spinner{display:block;position:absolute;z-index:1;left:50%;top:50%;height:100px;width:100px;transform:translate(-50%,-50%)}.xgplayer-enter .xgplayer-enter-spinner div{width:6%;height:13%;background-color:#ffffffb3;position:absolute;left:45%;top:45%;opacity:0;border-radius:30px;animation:fade 1s linear infinite}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar1{transform:rotate(0) translateY(-140%);animation-delay:0s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar2{transform:rotate(30deg) translateY(-140%);animation-delay:-.9163s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar3{transform:rotate(60deg) translateY(-140%);animation-delay:-.833s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar4{transform:rotate(90deg) translateY(-140%);animation-delay:-.7497s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar5{transform:rotate(120deg) translateY(-140%);animation-delay:-.6664s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar6{transform:rotate(150deg) translateY(-140%);animation-delay:-.5831s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar7{transform:rotate(180deg) translateY(-140%);animation-delay:-.4998s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar8{transform:rotate(210deg) translateY(-140%);animation-delay:-.4165s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar9{transform:rotate(240deg) translateY(-140%);animation-delay:-.3332s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar10{transform:rotate(270deg) translateY(-140%);animation-delay:-.2499s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar11{transform:rotate(300deg) translateY(-140%);animation-delay:-.1666s}.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar12{transform:rotate(330deg) translateY(-142%);animation-delay:-.0833s}@keyframes fade{0%{opacity:1}to{opacity:.25}}.xgplayer.xgplayer-is-enter .xgplayer-enter{display:block;opacity:1;transition:opacity .3s}.xgplayer.xgplayer-nostart .xgplayer-enter{display:none}.xgplayer.xgplayer-mobile .xgplayer-enter .xgplayer-enter-spinner{width:70px;height:70px}.xg-mini-layer{display:none;z-index:11;background:linear-gradient(180deg,rgba(57,57,57,.9),rgba(57,57,57,0) 50.27%)}.xg-mini-layer,.xg-mini-layer .mask{position:absolute;top:0;left:0;width:100%;height:100%}.xg-mini-layer .mask{pointer-events:none;background-color:#0006}.xg-mini-layer xg-mini-header{display:flex;top:0;left:0;right:40px;box-sizing:border-box;padding:10px 3px 0 8px;justify-content:space-between;color:#fff;font-size:14px;position:absolute;z-index:22}.xg-mini-layer xg-mini-header .xgplayer-pip-disableBtn{pointer-events:all}.xg-mini-layer xg-mini-header #disabledMini{display:none;position:relative}.xg-mini-layer xg-mini-header #disabledMini+label{cursor:pointer;position:relative;display:flex;align-items:center}.xg-mini-layer xg-mini-header #disabledMini+label:before{content:"";color:#ff142b;background-color:transparent;border-radius:2px;border:1px solid #cdcdcd;width:16px;height:16px;display:inline-block;text-align:center;vertical-align:middle;line-height:16px;margin-right:7px}.xg-mini-layer xg-mini-header #disabledMini:checked+label{color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header #disabledMini:checked+label:after{content:"";position:absolute;width:4px;height:8px;border-color:#ff142b;border-style:solid;border-width:0 2px 2px 0;transform:rotate(45deg);left:6px;top:5px}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn xg-tips{position:absolute;padding:4px 6px;white-space:nowrap;bottom:-30px;right:15px;border-radius:4px;background-color:#0000008a;display:none}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label:before{border-color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label{color:#ff142b}.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover xg-tips{display:block}.xg-mini-layer .mini-cancel-btn{cursor:pointer;display:block;color:#fff;width:40px;height:38px;position:absolute;right:0;top:0;text-align:center;line-height:38px}.xg-mini-layer .play-icon{cursor:pointer;height:48px;width:48px;position:absolute;background:rgba(0,0,0,.54);border-radius:24px;top:50%;left:50%;margin:-24px 0 0 -24px}.xg-mini-layer .play-icon img,.xg-mini-layer .play-icon svg{width:50px;height:50px;fill:#faf7f7}.xg-mini-layer .xg-icon-play{display:none}.xg-mini-layer .xg-icon-pause,.xg-mini-layer[data-state=pause] .xg-icon-play{display:block}.xg-mini-layer[data-state=pause] .xg-icon-pause{display:none}.xgplayer-miniicon{position:relative;outline:none;display:block}.xgplayer-miniicon .name{text-align:center;font-size:13px;line-height:20px;height:20px;color:#fffc;line-height:40px}.xgplayer-miniicon .name span{font-size:13px;width:60px;height:20px;line-height:20px;background:rgba(0,0,0,.38);border-radius:10px;display:inline-block;vertical-align:middle}.xgplayer-mini{position:fixed;width:320px;height:180px;z-index:91;box-shadow:0 4px 7px 2px #0003}.xgplayer-mini:hover{cursor:move}.xgplayer-mini:hover .xg-mini-layer{display:block}.xgplayer-mini.xgplayer-ended .xg-mini-layer{display:none}.xgplayer-mobile .xg-mini-layer .play-icon{background:none;border-radius:initial}.xgplayer.xgplayer-inactive{cursor:none}.xgplayer xg-thumbnail{display:block}.xgplayer xg-trigger{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;top:0;left:0;height:100%;width:100%}.xgplayer xg-trigger .time-preview{display:none;position:absolute;width:200px;margin:0 auto;padding:0 20px 30px;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-shadow:0 0 1px rgba(0,0,0,.54);font-size:18px;text-align:center;pointer-events:none}.xgplayer xg-trigger .time-preview span{line-height:24px}.xgplayer xg-trigger .time-preview .xg-cur{color:red}.xgplayer xg-trigger .time-preview .xg-separator{font-size:14px}.xgplayer xg-trigger .time-preview .xg-seek-show{transform:translate(-10px)}.xgplayer xg-trigger .time-preview .xg-seek-show.xg-back .xg-seek-pre{transform:rotate(180deg) translate(-5px)}.xgplayer xg-trigger .time-preview .xg-seek-show.hide-seek-icon .xg-seek-icon{display:none}.xgplayer xg-trigger .time-preview .xg-bar{width:96px;height:2px;margin:8px auto 0;border-radius:10px;box-sizing:content-box;background:hsla(0,0%,100%,.3)}.xgplayer xg-trigger .time-preview .xg-bar .xg-curbar{width:0;height:100%;background-color:red}.xgplayer xg-trigger .time-preview .xg-bar.hide{display:none}.xgplayer xg-trigger .mobile-thumbnail{position:relative;left:50%;transform:translate(-50%)}.xgplayer xg-trigger .xg-top-note{position:absolute;height:32px;width:135px;top:26px;left:50%;margin-left:-78px;background:rgba(0,0,0,.3);border-radius:100px;color:#fff}.xgplayer xg-trigger .xg-top-note span{display:block;line-height:32px;height:32px;font-size:13px;text-align:center}.xgplayer xg-trigger .xg-top-note i{color:red;margin:0 5px}.xgplayer xg-trigger .xg-playbackrate{display:none}.xgplayer xg-trigger[data-xg-action=playbackrate] .xg-playbackrate,.xgplayer xg-trigger[data-xg-action=seeking] .time-preview{display:block}.xgplayer .gradient{display:none;position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none;background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.36) 20%,transparent 36%,transparent 70%,rgba(0,0,0,.24) 77%,rgba(0,0,0,.36) 83%,rgba(0,0,0,.6))}.xgplayer .gradient.top{background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.36) 20%,transparent 36%,transparent 70%)}.xgplayer .gradient.bottom{background-image:linear-gradient(transparent 70%,rgba(0,0,0,.24) 77%,rgba(0,0,0,.36) 83%,rgba(0,0,0,.6))}.xgplayer .gradient.none,.xgplayer-mobile .xgplayer-controls{background-image:none}.xgplayer-mobile.xgplayer-playing .gradient{display:block}.xgplayer-mobile.xgplayer-inactive .gradient{background-image:none}.xgplayer-mobile .xgmask{position:absolute;height:100%;z-index:10;top:0;left:0;width:100%;pointer-events:none;background-color:#0000}@media (prefers-color-scheme:dark){.xgplayer-mobile xg-trigger .time-preview{color:#fff}.xgplayer-mobile xg-trigger .time-preview span.xg-cur{color:red}.xgplayer-mobile xg-trigger .time-preview .xg-bar{background-color:#ffffff4d}.xgplayer-mobile xg-trigger .time-preview .xg-bar.xg-curbar{background-color:red}}@keyframes loadingRotate{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(1turn)}}@keyframes loadingDashOffset{0%{stroke-dashoffset:236}to{stroke-dashoffset:0}}xg-loading-inner{display:block;height:100%;width:100%;transform-origin:center;animation:loadingRotate 1s linear .1s infinite}.xgplayer-loading{display:none;width:70px;height:70px;overflow:hidden;position:absolute;z-index:10;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.xgplayer-loading img,.xgplayer-loading svg{width:100%;height:100%}.xgplayer-mobile .xgplayer-loading{width:50px;height:50px}.xgplayer-isloading .xgplayer-loading{display:block}.xgplayer .xgplayer-pip .xg-exit-pip,.xgplayer-is-ended .xgplayer-loading,.xgplayer-is-enter .xgplayer-loading,.xgplayer-is-error .xgplayer-loading,.xgplayer-nostart .xgplayer-loading,.xgplayer-pause .xgplayer-loading{display:none}.xgplayer .xgplayer-pip .xg-get-pip,.xgplayer .xgplayer-pip[data-state=pip] .xg-exit-pip{display:block}.xgplayer .xgplayer-pip[data-state=pip] .xg-get-pip{display:none}.xgplayer .xgplayer-playnext{position:relative;display:none;cursor:pointer}.xgplayer .xgplayer-playnext .xgplayer-tips .xgplayer-tip-playnext{display:block}.xgplayer .xgplayer-playnext:hover{opacity:.85}.xgplayer .xgplayer-playnext:hover .xgplayer-tips{display:block}.lang-is-en .xgplayer-playnext .xgplayer-tips{margin-left:-25px}.lang-is-jp .xgplayer-playnext .xgplayer-tips{margin-left:-38px}.xgplayer .xgplayer-download{position:relative;display:block;cursor:pointer}.lang-is-en .xgplayer-download .xgplayer-tips{margin-left:-32px}.lang-is-jp .xgplayer-download .xgplayer-tips{margin-left:-40px}.xgplayer .xgplayer-shot{display:none}.xgplayer-definition{display:none;cursor:pointer}.xgplayer .xgplayer-playbackrate{display:none;cursor:default}.xgplayer-error{background:#000;display:none;position:absolute;left:0;top:0;width:100%;height:100%;z-index:6;color:#fff;text-align:center;line-height:100%;justify-content:center;align-items:center}.xgplayer-error .xgplayer-error-refresh{color:#fa1f41;padding:0 3px;cursor:pointer}.xgplayer-error .xgplayer-error-text{line-height:18px;margin:auto 6px 20px;display:block}.xgplayer-is-error .xgplayer-error{display:flex}.xgplayer .xgplayer-prompt{display:block;pointer-events:none;position:absolute;z-index:1;padding:6px 12px 5px;opacity:0;left:10px;background:rgba(0,0,0,.5);border-radius:50px;font-size:12px;line-height:17px;text-align:center;color:#fff}.xgplayer .xgplayer-prompt.show{display:block;opacity:1;z-index:10;pointer-events:auto}.xgplayer .xgplayer-prompt.arrow{transform:translate(-50%)}.xgplayer .xgplayer-prompt.arrow:after{content:"";display:block;position:absolute;left:50%;bottom:0;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid rgba(0,0,0,.5);transform:translate(-50%,100%)}.xgplayer .xgplayer-prompt .highlight{display:inline-block;margin-left:6px;color:red;cursor:pointer}.xgplayer.xgplayer-is-error .xgplayer-prompt.show{display:none;opacity:1}.xgplayer .xgplayer-spot{position:absolute;top:0;left:0;height:100%;background:#fff;border-radius:12px}.xgplayer .xgplayer-spot.mini{min-width:6px;transform:translate(-50%)}.xgplayer .xgplayer-spot.active .xgplayer-spot-pop{display:block;opacity:1;pointer-events:auto}.xgplayer .xgplayer-spot-pop{display:block;opacity:0;pointer-events:none;position:absolute;left:50%;bottom:5px;padding-bottom:5px;transform:translate(-50%)}.xgplayer-mobile .xgplayer-spot{height:3px;min-width:3px;top:50%;opacity:1;transform:translateY(-50%)}.xgplayer-mobile .xgplayer-spot.mini{min-width:3px;transform:translate(-50%,-50%)}.xgplayer .xgplayer-progress.active .xgplayer-spot{opacity:1;transition:opacity .3s;visibility:visible}.xgplayer .xg-spot-info{position:absolute;left:0;bottom:100%;display:none}.xgplayer .xg-spot-info.short-line .xg-spot-line{height:6px}.xgplayer .xg-spot-info.short-line .xg-spot-content{bottom:-4px}.xgplayer .xg-spot-info.no-thumbnail .xg-spot-thumbnail{display:none}.xgplayer .xg-spot-info.no-thumbnail .xgplayer-progress-point{display:block}.xgplayer .xg-spot-info.hide,.xgplayer .xg-spot-info.no-timepoint .xgplayer-progress-point{display:none}.xgplayer .xgplayer-progress.active .xg-spot-info{display:block}.xgplayer .xgplayer-progress.active .xg-spot-info.hide{display:none}.xgplayer .xg-spot-line{position:relative;bottom:-7px;margin-left:50%;display:block;width:1px;height:41px;background-color:#fff;pointer-events:none}.xgplayer .xgplayer-progress-point{display:none;position:relative;bottom:-4px;left:50%;transform:translate(-50%);background:rgba(0,0,0,.54);font-size:11px;color:#fff;padding:4px 6px;border-radius:4px;text-align:center;opacity:.85;white-space:nowrap}.xgplayer .xg-spot-content{color:#fff;border-radius:2px 2px 0 0}.xgplayer .xg-spot-content,.xgplayer .xg-spot-ext-text{position:relative;bottom:-7px}.xgplayer .xg-spot-thumbnail{position:relative;background-color:#111010;pointer-events:none;border-radius:2px 2px 0 0}.xgplayer .xg-spot-time{position:absolute;bottom:2px;font-size:12px;line-height:16.8px;left:50%;transform:translate(-50%);pointer-events:none}.xgplayer .progress-thumbnail{margin:0 auto;display:block}.xgplayer .xg-spot-text{display:none;padding:5px 8px;background:rgba(0,0,0,.8);border-radius:0 0 2px 2px;pointer-events:none;box-sizing:border-box}.xgplayer .spot-inner-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:20px;font-size:12px;max-height:40px}.xgplayer .xg-spot-content.show-text .xg-spot-text{display:block}.xgplayer .product .xg-spot-text{background:#3370ff}.xgplayer .product .xg-spot-line{border-left:10px solid transparent;border-right:10px solid transparent;border-top:7px solid #3370ff;width:0;height:15px;left:-10px;background:none}.xgplayer .xgvideo-preview{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;transition:visibility .3s,opacity .3s;background-color:#000}.xgplayer .xgvideo-preview .xgvideo-thumbnail{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:0}.xgplayer .xgvideo-preview.show{opacity:1;visibility:visible}.xgplayer-dynamic-bg,.xgplayer-dynamic-bg canvas,.xgplayer-dynamic-bg xgfilter,.xgplayer-dynamic-bg xgmask{display:block;position:absolute;top:0;left:0;height:100%;width:100%;pointer-events:none}.xgplayer-dynamic-bg canvas{transform:translateZ(0)}.xgplayer-dynamic-bg xgmask{background:rgba(0,0,0,.7)}.aplayer{background:#fff;font-family:Arial,Helvetica,sans-serif;margin:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,.07),0 1px 5px 0 rgba(0,0,0,.1);border-radius:2px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:normal;position:relative}.aplayer *{box-sizing:content-box}.aplayer svg{width:100%;height:100%}.aplayer svg circle,.aplayer svg path{fill:#fff}.aplayer.aplayer-withlist .aplayer-info{border-bottom:1px solid #e9e9e9}.aplayer.aplayer-withlist .aplayer-list{display:block}.aplayer.aplayer-withlist .aplayer-icon-order,.aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu{display:inline}.aplayer.aplayer-withlrc .aplayer-pic{height:90px;width:90px}.aplayer.aplayer-withlrc .aplayer-info{margin-left:90px;height:90px;padding:10px 7px 0}.aplayer.aplayer-withlrc .aplayer-lrc{display:block}.aplayer.aplayer-narrow{width:66px}.aplayer.aplayer-narrow .aplayer-info,.aplayer.aplayer-narrow .aplayer-list{display:none}.aplayer.aplayer-narrow .aplayer-body,.aplayer.aplayer-narrow .aplayer-pic{height:66px;width:66px}.aplayer.aplayer-fixed{position:fixed;bottom:0;left:0;right:0;margin:0;z-index:99;overflow:visible;max-width:400px;box-shadow:none}.aplayer.aplayer-fixed .aplayer-list{margin-bottom:65px;border:1px solid #eee;border-bottom:none}.aplayer.aplayer-fixed .aplayer-body{position:fixed;bottom:0;left:0;right:0;margin:0;z-index:99;background:#fff;padding-right:18px;transition:all .3s ease;max-width:400px}.aplayer.aplayer-fixed .aplayer-lrc{display:block;position:fixed;bottom:10px;left:0;right:0;margin:0;z-index:98;pointer-events:none;text-shadow:-1px -1px 0 #fff}.aplayer.aplayer-fixed .aplayer-lrc:after,.aplayer.aplayer-fixed .aplayer-lrc:before{display:none}.aplayer.aplayer-fixed .aplayer-info{transform:scaleX(1);transform-origin:0 0;transition:all .3s ease;border-bottom:none;border-top:1px solid #e9e9e9}.aplayer.aplayer-fixed .aplayer-info .aplayer-music{width:calc(100% - 105px)}.aplayer.aplayer-fixed .aplayer-miniswitcher{display:block}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-info{display:block;transform:scaleX(0)}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body{width:66px!important}.aplayer.aplayer-fixed.aplayer-narrow .aplayer-miniswitcher .aplayer-icon{transform:rotateY(0)}.aplayer.aplayer-fixed .aplayer-icon-back,.aplayer.aplayer-fixed .aplayer-icon-forward,.aplayer.aplayer-fixed .aplayer-icon-lrc,.aplayer.aplayer-fixed .aplayer-icon-play{display:inline-block}.aplayer.aplayer-fixed .aplayer-icon-back,.aplayer.aplayer-fixed .aplayer-icon-forward,.aplayer.aplayer-fixed .aplayer-icon-menu,.aplayer.aplayer-fixed .aplayer-icon-play{position:absolute;bottom:27px;width:20px;height:20px}.aplayer.aplayer-fixed .aplayer-icon-back{right:75px}.aplayer.aplayer-fixed .aplayer-icon-play{right:50px}.aplayer.aplayer-fixed .aplayer-icon-forward{right:25px}.aplayer.aplayer-fixed .aplayer-icon-menu{right:0}.aplayer.aplayer-arrow .aplayer-icon-loop,.aplayer.aplayer-arrow .aplayer-icon-order,.aplayer.aplayer-mobile .aplayer-icon-volume-down{display:none}.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-loading-icon{display:block}.aplayer.aplayer-loading .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{transform:scale(1)}.aplayer .aplayer-body{position:relative}.aplayer .aplayer-icon{width:15px;height:15px;border:none;background-color:transparent;outline:none;cursor:pointer;opacity:.8;vertical-align:middle;padding:0;font-size:12px;margin:0;display:inline-block}.aplayer .aplayer-icon path{transition:all .2s ease-in-out}.aplayer .aplayer-icon-back,.aplayer .aplayer-icon-forward,.aplayer .aplayer-icon-lrc,.aplayer .aplayer-icon-order,.aplayer .aplayer-icon-play{display:none}.aplayer .aplayer-icon-lrc-inactivity svg{opacity:.4}.aplayer .aplayer-icon-forward{transform:rotate(180deg)}.aplayer .aplayer-lrc-content{display:none}.aplayer .aplayer-pic{position:relative;float:left;height:66px;width:66px;background-size:cover;background-position:50%;transition:all .3s ease;cursor:pointer}.aplayer .aplayer-pic:hover .aplayer-button{opacity:1}.aplayer .aplayer-pic .aplayer-button{position:absolute;border-radius:50%;opacity:.8;text-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2);background:rgba(0,0,0,.2);transition:all .1s ease}.aplayer .aplayer-pic .aplayer-button path{fill:#fff}.aplayer .aplayer-pic .aplayer-hide{display:none}.aplayer .aplayer-pic .aplayer-play{width:26px;height:26px;border:2px solid #fff;bottom:50%;right:50%;margin:0 -15px -15px 0}.aplayer .aplayer-pic .aplayer-play svg{position:absolute;top:3px;left:4px;height:20px;width:20px}.aplayer .aplayer-pic .aplayer-pause{width:16px;height:16px;border:2px solid #fff;bottom:4px;right:4px}.aplayer .aplayer-pic .aplayer-pause svg{position:absolute;top:2px;left:2px;height:12px;width:12px}.aplayer .aplayer-info{margin-left:66px;padding:14px 7px 0 10px;height:66px;box-sizing:border-box}.aplayer .aplayer-info .aplayer-music{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0 0 13px 5px;-webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:default;padding-bottom:2px;height:20px}.aplayer .aplayer-info .aplayer-music .aplayer-title{font-size:14px}.aplayer .aplayer-info .aplayer-music .aplayer-author{font-size:12px;color:#666}.aplayer .aplayer-info .aplayer-controller{position:relative;display:flex}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap{margin:0 0 0 5px;padding:4px 0;cursor:pointer!important;flex:1}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap:hover .aplayer-bar .aplayer-played .aplayer-thumb{transform:scale(1)}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar{position:relative;height:2px;width:100%;background:#cdcdcd}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded{position:absolute;left:0;top:0;bottom:0;background:#aaa;height:2px;transition:all .5s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played{position:absolute;left:0;top:0;bottom:0;height:2px}.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb{position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:10px;width:10px;border-radius:50%;cursor:pointer;transition:all .3s ease-in-out;transform:scale(0)}.aplayer .aplayer-info .aplayer-controller .aplayer-time{position:relative;right:0;bottom:4px;height:17px;color:#999;font-size:11px;padding-left:7px}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-time-inner{vertical-align:middle}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon{cursor:pointer;transition:all .2s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path{fill:#666}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-loop{margin-right:2px}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path{fill:#000}.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu,.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-menu,.aplayer .aplayer-info .aplayer-controller .aplayer-time.aplayer-time-narrow .aplayer-icon-mode{display:none}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap{position:relative;display:inline-block;margin-left:3px;cursor:pointer!important}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap:hover .aplayer-volume-bar-wrap{height:40px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap{position:absolute;bottom:15px;right:-3px;width:25px;height:0;z-index:99;overflow:hidden;transition:all .2s ease-in-out}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap.aplayer-volume-bar-wrap-active{height:40px}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar{position:absolute;bottom:0;right:10px;width:5px;height:35px;background:#aaa;border-radius:2.5px;overflow:hidden}.aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume{position:absolute;bottom:0;right:0;width:5px;transition:all .1s ease}.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon{display:none}.aplayer .aplayer-info .aplayer-controller .aplayer-loading-icon svg{position:absolute;animation:rotate 1s linear infinite}.aplayer .aplayer-lrc{display:none;position:relative;height:30px;text-align:center;overflow:hidden;margin:-10px 0 7px}.aplayer .aplayer-lrc:before{top:0;height:10%;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00ffffff",GradientType=0)}.aplayer .aplayer-lrc:after,.aplayer .aplayer-lrc:before{position:absolute;z-index:1;display:block;overflow:hidden;width:100%;content:" "}.aplayer .aplayer-lrc:after{bottom:0;height:33%;background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ccffffff",GradientType=0)}.aplayer .aplayer-lrc p{font-size:12px;color:#666;line-height:16px!important;height:16px!important;padding:0!important;margin:0!important;transition:all .5s ease-out;opacity:.4;overflow:hidden}.aplayer .aplayer-lrc p.aplayer-lrc-current{opacity:1;overflow:visible;height:auto!important;min-height:16px}.aplayer .aplayer-lrc.aplayer-lrc-hide{display:none}.aplayer .aplayer-lrc .aplayer-lrc-contents{width:100%;transition:all .5s ease-out;-webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:default}.aplayer .aplayer-list{overflow:auto;transition:all .5s ease;will-change:height;display:none;overflow:hidden}.aplayer .aplayer-list.aplayer-list-hide{max-height:0!important}.aplayer .aplayer-list ol{list-style-type:none;margin:0;padding:0;overflow-y:auto}.aplayer .aplayer-list ol::-webkit-scrollbar{width:5px}.aplayer .aplayer-list ol::-webkit-scrollbar-thumb{border-radius:3px;background-color:#eee}.aplayer .aplayer-list ol::-webkit-scrollbar-thumb:hover{background-color:#ccc}.aplayer .aplayer-list ol li{position:relative;height:32px;line-height:32px;padding:0 15px;font-size:12px;border-top:1px solid #e9e9e9;cursor:pointer;transition:all .2s ease;overflow:hidden;margin:0}.aplayer .aplayer-list ol li:first-child{border-top:none}.aplayer .aplayer-list ol li:hover{background:#efefef}.aplayer .aplayer-list ol li.aplayer-list-light{background:#e9e9e9}.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur{display:inline-block}.aplayer .aplayer-list ol li .aplayer-list-cur{display:none;width:3px;height:22px;position:absolute;left:0;top:5px;cursor:pointer}.aplayer .aplayer-list ol li .aplayer-list-index{color:#666;margin-right:12px;cursor:pointer}.aplayer .aplayer-list ol li .aplayer-list-author{color:#666;float:right;cursor:pointer}.aplayer .aplayer-notice{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;border-radius:4px;padding:5px 10px;transition:all .3s ease-in-out;overflow:hidden;color:#fff;pointer-events:none;background-color:#f4f4f5;color:#909399}.aplayer .aplayer-miniswitcher{display:none;position:absolute;top:0;right:0;bottom:0;height:100%;background:#e6e6e6;width:18px;border-radius:0 2px 2px 0}.aplayer .aplayer-miniswitcher .aplayer-icon{height:100%;width:100%;transform:rotateY(180deg);transition:all .3s ease}.aplayer .aplayer-miniswitcher .aplayer-icon path{fill:#666}.aplayer .aplayer-miniswitcher .aplayer-icon:hover path{fill:#000}@keyframes aplayer-roll{0%{left:0}to{left:-100%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}body{margin:0}.x-spreadsheet{font-size:13px;line-height:normal;-webkit-user-select:none;user-select:none;-moz-user-select:none;font-family:Lato,Source Sans Pro,Roboto,Helvetica,Arial,sans-serif;box-sizing:content-box;background:#fff;-webkit-font-smoothing:antialiased}.x-spreadsheet textarea{font:400 13px Arial,Lato,Source Sans Pro,Roboto,Helvetica,sans-serif}.x-spreadsheet-sheet{position:relative;overflow:hidden}.x-spreadsheet-table{vertical-align:bottom}.x-spreadsheet-tooltip{font-family:inherit;position:absolute;padding:5px 10px;color:#fff;border-radius:1px;background:#000;font-size:12px;z-index:201}.x-spreadsheet-tooltip:before{pointer-events:none;position:absolute;left:calc(50% - 4px);top:-4px;content:"";width:8px;height:8px;background:inherit;transform:rotate(45deg);z-index:1;box-shadow:1px 1px 3px -1px rgba(0,0,0,.3)}.x-spreadsheet-color-palette{padding:5px}.x-spreadsheet-color-palette table{margin:0;padding:0;border-collapse:separate;border-spacing:2;background:#fff}.x-spreadsheet-color-palette table td{margin:0;cursor:pointer;border:1px solid transparent}.x-spreadsheet-color-palette table td:hover{border-color:#ddd}.x-spreadsheet-color-palette table td .x-spreadsheet-color-palette-cell{width:16px;height:16px}.x-spreadsheet-border-palette{padding:6px}.x-spreadsheet-border-palette table{margin:0;padding:0;border-collapse:separate;border-spacing:0;background:#fff;table-layout:fixed}.x-spreadsheet-border-palette table td{margin:0}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left{border-right:1px solid #eee;padding-right:6px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell{width:30px;height:30px;cursor:pointer;text-align:center}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-left .x-spreadsheet-border-palette-cell:hover{background-color:#eee}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right{padding-left:6px}.x-spreadsheet-border-palette .x-spreadsheet-border-palette-right .x-spreadsheet-line-type{position:relative;left:0;top:-3px}.x-spreadsheet-dropdown{position:relative}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-content{position:absolute;z-index:200;background:#fff;box-shadow:1px 2px 5px 2px rgba(51,51,51,.15)}.x-spreadsheet-dropdown.bottom-left .x-spreadsheet-dropdown-content{top:calc(100% + 5px);left:0}.x-spreadsheet-dropdown.bottom-right .x-spreadsheet-dropdown-content{top:calc(100% + 5px);right:0}.x-spreadsheet-dropdown.top-left .x-spreadsheet-dropdown-content{bottom:calc(100% + 5px);left:0}.x-spreadsheet-dropdown.top-right .x-spreadsheet-dropdown-content{bottom:calc(100% + 5px);right:0}.x-spreadsheet-dropdown .x-spreadsheet-dropdown-title{padding:0 5px;display:inline-block}.x-spreadsheet-resizer{position:absolute;z-index:11}.x-spreadsheet-resizer .x-spreadsheet-resizer-hover{background-color:rgba(75,137,255,.25)}.x-spreadsheet-resizer .x-spreadsheet-resizer-line{position:absolute}.x-spreadsheet-resizer.horizontal{cursor:row-resize}.x-spreadsheet-resizer.horizontal .x-spreadsheet-resizer-line{border-bottom:2px dashed #4b89ff;left:0;bottom:0}.x-spreadsheet-resizer.vertical{cursor:col-resize}.x-spreadsheet-resizer.vertical .x-spreadsheet-resizer-line{border-right:2px dashed #4b89ff;top:0;right:0}.x-spreadsheet-scrollbar{position:absolute;bottom:0;right:0;background-color:#f4f5f8;opacity:.9;z-index:12}.x-spreadsheet-scrollbar.horizontal{right:15px;overflow-x:scroll;overflow-y:hidden}.x-spreadsheet-scrollbar.horizontal>div{height:1px;background:#ddd}.x-spreadsheet-scrollbar.vertical{bottom:15px;overflow-x:hidden;overflow-y:scroll}.x-spreadsheet-scrollbar.vertical>div{width:1px;background:#ddd}.x-spreadsheet-overlayer{position:absolute;left:0;top:0;z-index:10}.x-spreadsheet-editor,.x-spreadsheet-overlayer .x-spreadsheet-overlayer-content,.x-spreadsheet-selector{position:absolute;overflow:hidden;pointer-events:none;width:100%;height:100%}.x-spreadsheet-editor,.x-spreadsheet-selector{box-sizing:content-box;top:0;left:0}.x-spreadsheet-selector .hide-input{position:absolute;z-index:0}.x-spreadsheet-selector .hide-input input{padding:0;width:0;border:none!important}.x-spreadsheet-selector .x-spreadsheet-selector-area{position:absolute;border:2px solid #4b89ff;background:rgba(75,137,255,.1);z-index:5}.x-spreadsheet-selector .x-spreadsheet-selector-autofill,.x-spreadsheet-selector .x-spreadsheet-selector-clipboard{position:absolute;background:transparent;z-index:100}.x-spreadsheet-selector .x-spreadsheet-selector-clipboard{border:2px dashed #4b89ff}.x-spreadsheet-selector .x-spreadsheet-selector-autofill{border:1px dashed rgba(0,0,0,.45)}.x-spreadsheet-selector .x-spreadsheet-selector-corner{pointer-events:auto;position:absolute;cursor:crosshair;font-size:0;height:5px;width:5px;right:-5px;bottom:-5px;border:2px solid #fff;background:#4b89ff}.x-spreadsheet-editor{z-index:20}.x-spreadsheet-editor .x-spreadsheet-editor-area{position:absolute;text-align:left;border:2px solid #4b89ff;line-height:0;z-index:100;pointer-events:auto}.x-spreadsheet-editor .x-spreadsheet-editor-area textarea{box-sizing:content-box;border:none;padding:0 3px;outline:none;resize:none;text-align:start;overflow-y:hidden;font:400 13px Arial,Lato,Source Sans Pro,Roboto,Helvetica,sans-serif;color:inherit;white-space:normal;word-wrap:break-word;line-height:22px;margin:0}.x-spreadsheet-editor .x-spreadsheet-editor-area .textline{overflow:hidden;visibility:hidden;position:fixed;top:0;left:0}.x-spreadsheet-item{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:0;border:1px solid transparent;outline:none;height:26px;color:rgba(0,0,0,.9);line-height:26px;list-style:none;padding:2px 10px;cursor:default;text-align:left;overflow:hidden}.x-spreadsheet-item.disabled{pointer-events:none;opacity:.5}.x-spreadsheet-item.active,.x-spreadsheet-item:hover{background:rgba(0,0,0,.05)}.x-spreadsheet-item.divider{height:0;padding:0;margin:5px 0;border:none;border-bottom:1px solid rgba(0,0,0,.1)}.x-spreadsheet-item .label{float:right;opacity:.65;font-size:1em}.x-spreadsheet-header.state,.x-spreadsheet-item.state{padding-left:35px!important;position:relative}.x-spreadsheet-header.state:before,.x-spreadsheet-item.state:before{content:"";position:absolute;width:10px;height:10px;left:12px;top:calc(50% - 5px);background:rgba(0,0,0,.08);border-radius:2px}.x-spreadsheet-header.state.checked:before,.x-spreadsheet-item.state.checked:before{background:#4b89ff}.x-spreadsheet-checkbox{position:relative;display:inline-block;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;font-size:1rem;line-height:1em}.x-spreadsheet-checkbox>input{position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:-1}.x-spreadsheet-contextmenu,.x-spreadsheet-sort-filter,.x-spreadsheet-suggest{position:absolute;box-shadow:1px 2px 5px 2px rgba(51,51,51,.15);background:#fff;z-index:100;width:260px;pointer-events:auto;overflow:auto}.x-spreadsheet-suggest{width:200px}.x-spreadsheet-filter{border:1px solid #e9e9e9;font-size:12px;margin:10px}.x-spreadsheet-filter .x-spreadsheet-header{padding:.5em .75em;background:#f8f8f9;border-bottom:1px solid #e9e9e9;border-left:1px solid transparent}.x-spreadsheet-filter .x-spreadsheet-body{height:200px;overflow-y:auto}.x-spreadsheet-filter .x-spreadsheet-body .x-spreadsheet-item{height:20px;line-height:20px}.x-spreadsheet-sort-filter .x-spreadsheet-buttons{margin:10px}.x-spreadsheet-bottombar{height:40px;padding:0 30px;text-align:left;background:#f5f6f7;display:flex;position:relative;border-top:1px solid #e0e2e4}.x-spreadsheet-bottombar .x-spreadsheet-menu>li{line-height:40px;height:40px;padding-top:0;padding-bottom:0;vertical-align:middle;border-right:1px solid #e8eaed}.x-spreadsheet-menu{display:flex;overflow-x:auto;list-style:none;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.x-spreadsheet-menu>li{float:left;line-height:1.25em;padding:.785em 1em;margin:0;vertical-align:middle;text-align:left;font-weight:400;color:#80868b;white-space:nowrap;cursor:pointer;transition:all .3s;font-weight:700}.x-spreadsheet-menu>li.active{background-color:#fff;color:rgba(0,0,0,.65)}.x-spreadsheet-menu>li .x-spreadsheet-dropdown{display:inline-block}.x-spreadsheet-print{position:absolute;left:0;top:0;z-index:100;width:100%;height:100%;display:flex;flex-direction:column}.x-spreadsheet-print-bar{background:#424242;height:60px;line-height:60px;padding:0 30px}.x-spreadsheet-print-bar .-title{color:#fff;font-weight:700;font-size:1.2em;float:left}.x-spreadsheet-print-bar .-right{float:right;margin-top:12px}.x-spreadsheet-print-content{display:flex;flex:auto;flex-direction:row;background:#d0d0d0;height:calc(100% - 60px)}.x-spreadsheet-print-content .-sider{flex:0 0 300px;width:300px;border-left:2px solid #ccc;background:#fff}.x-spreadsheet-print-content .-content{flex:auto;overflow-x:auto;overflow-y:scroll;height:100%}.x-spreadsheet-canvas-card-wraper{margin:40px 20px}.x-spreadsheet-canvas-card{background:#fff;margin:auto;page-break-before:auto;page-break-after:always;box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 3px rgba(0,0,0,.12),0 4px 5px 0 rgba(0,0,0,.2)}.x-spreadsheet-calendar{color:rgba(0,0,0,.65);background:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none}.x-spreadsheet-calendar .calendar-header{font-weight:700;line-height:30px;text-align:center;width:100%;float:left;background:#f9fafb}.x-spreadsheet-calendar .calendar-header .calendar-header-left{padding-left:5px;float:left}.x-spreadsheet-calendar .calendar-header .calendar-header-right{float:right}.x-spreadsheet-calendar .calendar-header .calendar-header-right a{padding:3px 0;margin-right:2px;border-radius:2px}.x-spreadsheet-calendar .calendar-header .calendar-header-right a:hover{background:rgba(0,0,0,.08)}.x-spreadsheet-calendar .calendar-body{border-collapse:collapse;border-spacing:0}.x-spreadsheet-calendar .calendar-body td,.x-spreadsheet-calendar .calendar-body th{width:14.28571429%;min-width:32px;text-align:center;font-weight:700;line-height:30px;padding:0}.x-spreadsheet-calendar .calendar-body td>.cell:hover{background:#ecf6fd}.x-spreadsheet-calendar .calendar-body td>.cell.active,.x-spreadsheet-calendar .calendar-body td>.cell.active:hover{background:#ecf6fd;color:#2185d0}.x-spreadsheet-calendar .calendar-body td>.cell.disabled{pointer-events:none;opacity:.5}.x-spreadsheet-datepicker{box-shadow:2px 2px 5px rgba(0,0,0,.2);position:absolute;left:0;top:calc(100% + 5px);z-index:10;width:auto}.x-spreadsheet-buttons{display:flex;justify-content:flex-end}.x-spreadsheet-buttons .x-spreadsheet-button{margin-left:8px}.x-spreadsheet-button{display:inline-block;border-radius:3px;line-height:1em;min-height:1em;white-space:nowrap;text-align:center;cursor:pointer;font-size:1em;font-weight:700;padding:.75em 1em;color:rgba(0,0,0,.6);background:#e0e1e2;text-decoration:none;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;outline:none;vertical-align:baseline;zoom:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .1s linear}.x-spreadsheet-button.active,.x-spreadsheet-button:hover{background-color:#c0c1c2;color:rgba(0,0,0,.8)}.x-spreadsheet-button.primary{color:#fff;background-color:#2185d0}.x-spreadsheet-button.primary.active,.x-spreadsheet-button.primary:hover{color:#fff;background-color:#1678c2}.x-spreadsheet-form-input{font-size:1em;position:relative;font-weight:400;display:inline-flex;color:rgba(0,0,0,.87)}.x-spreadsheet-form-input input{z-index:1;margin:0;max-width:100%;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:30px;height:30px;padding:0 8px;background:#fff;border:1px solid #e9e9e9;border-radius:3px;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.06)}.x-spreadsheet-form-input input:focus{border-color:#4b89ff;box-shadow:inset 0 1px 2px rgba(75,137,255,.2)}.x-spreadsheet-form-select{position:relative;display:inline-block;background:#fff;border:1px solid #e9e9e9;border-radius:2px;cursor:pointer;color:rgba(0,0,0,.87);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.06)}.x-spreadsheet-form-select .input-text{text-overflow:ellipsis;white-space:nowrap;min-width:60px;width:auto;height:30px;line-height:30px;padding:0 8px}.x-spreadsheet-form-fields{display:flex;flex-direction:row;flex-wrap:wrap}.x-spreadsheet-form-fields .x-spreadsheet-form-field{flex:0 1 auto}.x-spreadsheet-form-fields .x-spreadsheet-form-field .label{display:inline-block;margin:0 10px 0 0}.x-spreadsheet-form-field{display:block;vertical-align:middle;margin-left:10px;margin-bottom:10px}.x-spreadsheet-form-field:first-child{margin-left:0}.x-spreadsheet-form-field.error .x-spreadsheet-form-select,.x-spreadsheet-form-field.error input{border-color:#f04134}.x-spreadsheet-form-field .tip{color:#f04134;font-size:.9em}.x-spreadsheet-dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.6);opacity:0;animation-fill-mode:both;animation-duration:.5s;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000}.x-spreadsheet-dimmer.active{display:block;opacity:1}form fieldset{border:none}form fieldset label{display:block;margin-bottom:.5em;font-size:1em;color:#666}form fieldset select{font-size:1.1em;width:100%;background-color:#fff;border:none;border-bottom:2px solid #ddd;padding:.5em .85em;border-radius:2px}.x-spreadsheet-modal,.x-spreadsheet-toast{font-size:13px;position:fixed;z-index:1001;text-align:left;line-height:1.25em;min-width:360px;color:rgba(0,0,0,.87);font-family:Lato,Source Sans Pro,Roboto,Helvetica,Arial,sans-serif;border-radius:4px;border:1px solid rgba(0,0,0,.1);background-color:#fff;background-clip:padding-box;box-shadow:0 2px 8px rgba(0,0,0,.2)}.x-spreadsheet-toast{background-color:hsla(0,0%,100%,.85)}.x-spreadsheet-modal-header,.x-spreadsheet-toast-header{font-weight:600;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-radius:4px 4px 0 0}.x-spreadsheet-toast-header{color:#f2711c}.x-spreadsheet-modal-header{border-bottom:1px solid #e0e2e4;background:rgba(0,0,0,.08);font-size:1.0785em}.x-spreadsheet-modal-content,.x-spreadsheet-modal-header,.x-spreadsheet-toast-content,.x-spreadsheet-toast-header{padding:.75em 1em}.x-spreadsheet-menu li:first-child{display:none}.vue-office-excel{height:100%}.vue-office-docx{height:100%;overflow-y:auto}.vue-office-docx .docx-wrapper>section.docx{margin-bottom:5px}@media screen and (max-width:800px){.vue-office-docx .docx-wrapper{padding:10px}.vue-office-docx .docx-wrapper>section.docx{padding:10px!important;width:100%!important}}.cm-s-ambiance .cm-header{color:blue}.cm-s-ambiance .cm-quote{color:#24c2c7}.cm-s-ambiance .cm-keyword{color:#cda869}.cm-s-ambiance .cm-atom{color:#cf7ea9}.cm-s-ambiance .cm-number{color:#78cf8a}.cm-s-ambiance .cm-def{color:#aac6e3}.cm-s-ambiance .cm-variable{color:#ffb795}.cm-s-ambiance .cm-variable-2{color:#eed1b3}.cm-s-ambiance .cm-type,.cm-s-ambiance .cm-variable-3{color:#faded3}.cm-s-ambiance .cm-property{color:#eed1b3}.cm-s-ambiance .cm-operator{color:#fa8d6a}.cm-s-ambiance .cm-comment{color:#555;font-style:italic}.cm-s-ambiance .cm-string{color:#8f9d6a}.cm-s-ambiance .cm-string-2{color:#9d937c}.cm-s-ambiance .cm-meta{color:#d2a8a1}.cm-s-ambiance .cm-qualifier{color:#ff0}.cm-s-ambiance .cm-builtin{color:#99c}.cm-s-ambiance .cm-bracket{color:#24c2c7}.cm-s-ambiance .cm-tag{color:#fee4ff}.cm-s-ambiance .cm-attribute{color:#9b859d}.cm-s-ambiance .cm-hr{color:pink}.cm-s-ambiance .cm-link{color:#f4c20b}.cm-s-ambiance .cm-special{color:#ff9d00}.cm-s-ambiance .cm-error{color:#af2018}.cm-s-ambiance .CodeMirror-matchingbracket{color:#0f0}.cm-s-ambiance .CodeMirror-nonmatchingbracket{color:#f22}.cm-s-ambiance div.CodeMirror-selected{background:hsla(0,0%,100%,.15)}.cm-s-ambiance.CodeMirror-focused div.CodeMirror-selected{background:hsla(0,0%,100%,.1)}.cm-s-ambiance .CodeMirror-line::selection,.cm-s-ambiance .CodeMirror-line>span::selection,.cm-s-ambiance .CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)}.cm-s-ambiance .CodeMirror-line::-moz-selection,.cm-s-ambiance .CodeMirror-line>span::-moz-selection,.cm-s-ambiance .CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)}.cm-s-ambiance.CodeMirror{line-height:1.4em;color:#e6e1dc;background-color:#202020;box-shadow:inset 0 0 10px #000}.cm-s-ambiance .CodeMirror-gutters{background:#3d3d3d;border-right:1px solid #4d4d4d;box-shadow:0 10px 20px #000}.cm-s-ambiance .CodeMirror-linenumber{text-shadow:0 1px 1px #4d4d4d;color:#111;padding:0 5px}.cm-s-ambiance .CodeMirror-guttermarker{color:#aaa}.cm-s-ambiance .CodeMirror-guttermarker-subtle{color:#111}.cm-s-ambiance .CodeMirror-cursor{border-left:1px solid #7991e8}.cm-s-ambiance .CodeMirror-activeline-background{background:none repeat scroll 0 0 hsla(0,0%,100%,.031)}.cm-s-ambiance .CodeMirror-gutters,.cm-s-ambiance.CodeMirror{background-image:url(data:image/png;base64,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)}.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:transparent}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:transparent}.cm-fat-cursor{caret-color:transparent}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;height:100%;outline:none;position:relative;z-index:0}.CodeMirror-sizer{position:relative;border-right:50px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none;outline:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-50px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.cm-s-blackboard.CodeMirror{background:#0c1021;color:#f8f8f8}.cm-s-blackboard div.CodeMirror-selected{background:#253b76}.cm-s-blackboard .CodeMirror-line::selection,.cm-s-blackboard .CodeMirror-line>span::selection,.cm-s-blackboard .CodeMirror-line>span>span::selection{background:rgba(37,59,118,.99)}.cm-s-blackboard .CodeMirror-line::-moz-selection,.cm-s-blackboard .CodeMirror-line>span::-moz-selection,.cm-s-blackboard .CodeMirror-line>span>span::-moz-selection{background:rgba(37,59,118,.99)}.cm-s-blackboard .CodeMirror-gutters{background:#0c1021;border-right:0}.cm-s-blackboard .CodeMirror-guttermarker{color:#fbde2d}.cm-s-blackboard .CodeMirror-guttermarker-subtle,.cm-s-blackboard .CodeMirror-linenumber{color:#888}.cm-s-blackboard .CodeMirror-cursor{border-left:1px solid #a7a7a7}.cm-s-blackboard .cm-keyword{color:#fbde2d}.cm-s-blackboard .cm-atom,.cm-s-blackboard .cm-number{color:#d8fa3c}.cm-s-blackboard .cm-def{color:#8da6ce}.cm-s-blackboard .cm-variable{color:#ff6400}.cm-s-blackboard .cm-operator{color:#fbde2d}.cm-s-blackboard .cm-comment{color:#aeaeae}.cm-s-blackboard .cm-string,.cm-s-blackboard .cm-string-2{color:#61ce3c}.cm-s-blackboard .cm-meta{color:#d8fa3c}.cm-s-blackboard .cm-attribute,.cm-s-blackboard .cm-builtin,.cm-s-blackboard .cm-tag{color:#8da6ce}.cm-s-blackboard .cm-header{color:#ff6400}.cm-s-blackboard .cm-hr{color:#aeaeae}.cm-s-blackboard .cm-link{color:#8da6ce}.cm-s-blackboard .cm-error{background:#9d1e15;color:#f8f8f8}.cm-s-blackboard .CodeMirror-activeline-background{background:#3c3636}.cm-s-blackboard .CodeMirror-matchingbracket{outline:1px solid grey;color:#fff!important}.xgplayer .danmu-icon .danmu-switch{margin:0 auto;display:flex}.xgplayer .danmu-icon .danmu-switch-open{display:none}.xgplayer .danmu-icon .danmu-switch-closed{display:block}.xgplayer .danmu-icon[data-state=active] .danmu-switch{padding-left:12px;background-color:#f85959}.xgplayer .danmu-icon[data-state=active] .danmu-switch-open{display:block}.xgplayer .danmu-icon[data-state=active] .danmu-switch-closed{display:none}.xgplayer .xgplayer-danmu{display:none;position:absolute;top:0;left:0;right:0;height:100%;overflow:hidden;pointer-events:none;outline:none}.xgplayer .xgplayer-danmu>*{position:absolute}.xgplayer .xgplayer-danmu *{white-space:nowrap}.xgplayer .xgplayer-panel{outline:none;width:40px;height:40px;display:inline-block;position:relative;font-size:13px;color:hsla(0,0%,100%,.8);z-index:36}.xgplayer .xgplayer-panel .xgplayer-panel-icon{cursor:pointer;position:absolute}.xgplayer .xgplayer-panel-slider{z-index:36;display:none;position:absolute;width:230px;height:230px;background:rgba(0,0,0,.54);border-radius:1px;padding:10px 20px;outline:none;left:-115px;bottom:42px}.xgplayer .xgplayer-panel-slider .xgplayer-hidemode{padding-bottom:10px}.xgplayer .xgplayer-panel-slider .xgplayer-hidemode-radio li{display:inline;list-style:none;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-hidemode ul{display:flex;justify-content:space-around}.xgplayer .xgplayer-panel-slider .xgplayer-hidemode li{margin:0 12px;font-size:11px;color:#aaa}.xgplayer .xgplayer-panel-slider .xgplayer-hidemode-font{margin-bottom:10px}.xgplayer .xgplayer-panel-slider .xgplayer-transparency{display:block;margin-top:10px}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-line{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;width:150px;height:4px;background:#aaa;border-radius:4px;border-style:none;margin-left:10px;margin-top:-2px}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-line::-moz-focus-outer{border:0!important}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-color::-webkit-slider-runnable-track{outline:none;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-color::-moz-range-track{outline:none;background-color:#aaa;border-color:transparent;cursor:pointer;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-color::-ms-track{outline:none;background-color:#aaa;color:transparent;border-color:transparent;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-webkit-slider-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;margin-top:-4px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-moz-range-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:0;width:0;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-ms-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-moz-range-progress{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:4px;background:linear-gradient(90deg,#f85959,#f85959 100%,#aaa)}.xgplayer .xgplayer-panel-slider .xgplayer-showarea{display:block;margin-top:8px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea-name{display:inline-block;position:relative;top:-10px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control{display:inline-block}.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control-up{width:150px;margin-left:10px;display:flex;justify-content:space-between;color:#aaa}.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control-down{position:relative;top:-10px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control-down-dots{display:flex;width:150px;margin-left:10px;justify-content:space-between}.xgplayer .xgplayer-panel-slider .xgplayer-showarea-threequarters,.xgplayer .xgplayer-panel-slider .xgplayer-showarea-twoquarters{margin-left:-6px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea-full{margin-right:3px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-line{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;width:150px;height:4px;background:#aaa;border-radius:4px;border-style:none;margin-left:10px;margin-top:-2px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-line::-moz-focus-outer{border:0!important}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-color::-webkit-slider-runnable-track{outline:none;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-color::-moz-range-track{outline:none;background-color:#aaa;border-color:transparent;cursor:pointer;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-color::-ms-track{outline:none;background-color:#aaa;color:transparent;border-color:transparent;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-bar::-webkit-slider-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;margin-top:-4px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-bar::-moz-range-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:0;width:0;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-bar::-ms-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-full-dot,.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-onequarters-dot,.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-threequarters-dot,.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-twoquarters-dot,.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-zero-dot{width:3px;height:3px;border:3px solid #aaa;border-radius:50%;background-color:#aaa;position:relative;top:16px;z-index:-1}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed{display:block}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-name{display:inline-block;position:relative;top:-10px}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control{display:inline-block}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control-up{width:150px;margin-left:10px;display:flex;justify-content:space-between;color:#aaa}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control-down{position:relative;top:-10px}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control-down-dots{display:flex;width:150px;margin-left:10px;justify-content:space-between}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-line{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;width:150px;height:4px;background:#aaa;border-radius:4px;border-style:none;margin-left:10px;margin-top:-2px}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-line::-moz-focus-outer{border:0!important}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-color::-webkit-slider-runnable-track{outline:none;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-color::-moz-range-track{outline:none;background-color:#aaa;border-color:transparent;cursor:pointer;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-color::-ms-track{outline:none;background-color:#aaa;color:transparent;border-color:transparent;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-bar::-webkit-slider-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;margin-top:-4px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-bar::-moz-range-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:0;width:0;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-bar::-ms-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-large-dot,.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-middle-dot,.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-small-dot{width:3px;height:3px;border:3px solid #aaa;border-radius:50%;background-color:#aaa;position:relative;top:16px;z-index:-1}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont{display:block}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-name{display:inline-block;position:relative;top:-10px}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control{display:inline-block}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control-up{width:150px;margin-left:10px;display:flex;justify-content:space-between;color:#aaa}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control-down{position:relative;top:-10px}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control-down-dots{display:flex;width:150px;margin-left:10px;justify-content:space-between}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-line{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none;width:150px;height:4px;background:#aaa;border-radius:4px;border-style:none;margin-left:10px;margin-top:-2px}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-line::-moz-focus-outer{border:0!important}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-color::-webkit-slider-runnable-track{outline:none;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-color::-moz-range-track{outline:none;background-color:#aaa;border-color:transparent;cursor:pointer;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-color::-ms-track{outline:none;background-color:#aaa;color:transparent;border-color:transparent;width:150px;height:4px;border-radius:4px}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-bar::-webkit-slider-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;margin-top:-4px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-bar::-moz-range-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:0;width:0;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-bar::-ms-thumb{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:6px solid #f85959;height:6px;width:6px;border-radius:6px;cursor:pointer}.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-large-dot,.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-middle-dot,.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-small-dot{width:3px;height:3px;border:3px solid #aaa;border-radius:50%;background-color:#aaa;position:relative;top:16px;z-index:-1}.xgplayer .slider-show .xgplayer-panel-slider{display:block}.CodeMirror-hints{position:absolute;z-index:10;overflow:hidden;list-style:none;margin:0;padding:2px;box-shadow:2px 3px 5px rgba(0,0,0,.2);border-radius:3px;border:1px solid silver;background:#fff;font-size:90%;font-family:monospace;max-height:20em;overflow-y:auto;box-sizing:border-box}.CodeMirror-hint{margin:0;padding:0 4px;border-radius:2px;white-space:pre;color:#000;cursor:pointer}li.CodeMirror-hint-active{background:#08f;color:#fff}.CodeMirror-lint-markers{width:16px}.CodeMirror-lint-tooltip{background-color:#ffd;border:1px solid #000;border-radius:4px 4px 4px 4px;color:#000;font-family:monospace;font-size:10pt;overflow:hidden;padding:2px 5px;position:fixed;white-space:pre;white-space:pre-wrap;z-index:100;max-width:600px;opacity:0;transition:opacity .4s;-moz-transition:opacity .4s;-webkit-transition:opacity .4s;-o-transition:opacity .4s;-ms-transition:opacity .4s}.CodeMirror-lint-mark{background-position:0 100%;background-repeat:repeat-x}.CodeMirror-lint-mark-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJFhQXEbhTg7YAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAMklEQVQI12NkgIIvJ3QXMjAwdDN+OaEbysDA4MPAwNDNwMCwiOHLCd1zX07o6kBVGQEAKBANtobskNMAAAAASUVORK5CYII=)}.CodeMirror-lint-mark-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==)}.CodeMirror-lint-marker{background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:16px;width:16px;vertical-align:middle;position:relative}.CodeMirror-lint-message{padding-left:18px;background-position:0 0;background-repeat:no-repeat}.CodeMirror-lint-marker-warning,.CodeMirror-lint-message-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAANlBMVEX/uwDvrwD/uwD/uwD/uwD/uwD/uwD/uwD/uwD6twD/uwAAAADurwD2tQD7uAD+ugAAAAD/uwDhmeTRAAAADHRSTlMJ8mN1EYcbmiixgACm7WbuAAAAVklEQVR42n3PUQqAIBBFUU1LLc3u/jdbOJoW1P08DA9Gba8+YWJ6gNJoNYIBzAA2chBth5kLmG9YUoG0NHAUwFXwO9LuBQL1giCQb8gC9Oro2vp5rncCIY8L8uEx5ZkAAAAASUVORK5CYII=)}.CodeMirror-lint-marker-error,.CodeMirror-lint-message-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEW7AAC7AACxAAC7AAC7AAAAAAC4AAC5AAD///+7AAAUdclpAAAABnRSTlMXnORSiwCK0ZKSAAAATUlEQVR42mWPOQ7AQAgDuQLx/z8csYRmPRIFIwRGnosRrpamvkKi0FTIiMASR3hhKW+hAN6/tIWhu9PDWiTGNEkTtIOucA5Oyr9ckPgAWm0GPBog6v4AAAAASUVORK5CYII=)}.CodeMirror-lint-marker-multiple{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAACVBMVEUAAAAAAAC/v7914kyHAAAAAXRSTlMAQObYZgAAACNJREFUeNo1ioEJAAAIwmz/H90iFFSGJgFMe3gaLZ0od+9/AQZ0ADosbYraAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:100% 100%;width:100%;height:100%}.CodeMirror-lint-line-error{background-color:rgba(183,76,81,.08)}.CodeMirror-lint-line-warning{background-color:rgba(255,211,0,.1)}.CodeMirror-foldmarker{color:blue;text-shadow:#b9f 1px 1px 2px,#b9f -1px -1px 2px,#b9f 1px -1px 2px,#b9f -1px 1px 2px;font-family:arial;line-height:.3;cursor:pointer}.CodeMirror-foldgutter{width:.7em}.CodeMirror-foldgutter-folded,.CodeMirror-foldgutter-open{cursor:pointer}.CodeMirror-foldgutter-open:after{content:"\25BE"}.CodeMirror-foldgutter-folded:after{content:"\25B8"}.CodeMirror-dialog{position:absolute;left:0;right:0;background:inherit;z-index:15;padding:.1em .8em;overflow:hidden;color:inherit}.CodeMirror-dialog-top{border-bottom:1px solid #eee;top:0}.CodeMirror-dialog-bottom{border-top:1px solid #eee;bottom:0}.CodeMirror-dialog input{border:none;outline:none;background:transparent;width:20em;color:inherit;font-family:monospace}.CodeMirror-dialog button{font-size:70%}.subTableWidgetSet{--bg:#2b3551;--bg2:#f5f5f5;--text-color:#fff;height:100%;color:#303133}.subTableWidgetSet .layout-header{position:relative;padding:0;height:40px!important;background:var(--bg);box-shadow:0 1px 4px var(--bg);color:var(--text-color);color:hsla(0,0%,100%,.3)}.subTableWidgetSet .layout-header .header-left{padding-left:50px;line-height:40px;font-size:16px;color:#fff}.subTableWidgetSet .layout-header .nav-back{display:flex;position:absolute;left:0;top:0;bottom:0;justify-content:center;align-items:center;border-right:1px solid rgba(112,139,206,.404);width:40px;background:var(--bg);cursor:pointer;font-weight:700;font-size:18px;color:#fff}.subTableWidgetSet .layout-header .nav-back:active{background:rgba(130,160,236,.643);color:#fff}.subTableWidgetSet .layout-aside{border-left:.5px solid #415079;width:400px;background:var(--bg);box-shadow:0 1px 4px var(--bg);color:var(--text-color)}.subTableWidgetSet .layout-aside .layout-aside-title{display:flex;position:sticky;top:0;z-index:1;justify-content:center;align-items:center;box-sizing:border-box;border:1px solid #292f3f;height:40px;background:#3e4760;font-weight:700;font-size:18px}.subTableWidgetSet .layout-aside .el-collapse{border-top:0;width:100%}.subTableWidgetSet .layout-aside .el-collapse .el-collapse-item__header{padding:5px;border-bottom:none;height:40px;background-color:#3e4760;line-height:40px;color:#fff}.subTableWidgetSet .layout-aside .el-collapse .el-collapse-item__wrap{overflow:hidden;box-sizing:border-box;border-bottom:0 solid #3e4760;background-color:#2b3551;will-change:height}.subTableWidgetSet .layout-aside .el-collapse .el-collapse-item__content{padding-bottom:10px;color:#f5f5f5}.subTableWidgetSet .layout-main{padding:5px}.subTableWidgetSet .widgetBox{position:relative}.subTableWidgetSet .selectWidget{box-sizing:border-box;border:1px solid #3f6be2;box-shadow:inset 2px 2px 20px rgba(65,80,121,.412)}.subTableWidgetSet .tool{position:absolute;right:10px;top:0;z-index:1}.subTableWidgetSet .el-tabs .el-tabs__item{width:50%;color:var(--text-color)}.subTableWidgetSet .flex_column{display:flex;overflow:hidden;flex-flow:column;flex:1;height:100%}.subTableWidgetSet .layout-aside>.SubPCConfig{height:calc(100% - 40px)}.subTableWidgetSet .layout-aside>.SubPCConfig .header-title{display:flex;justify-content:space-around;box-sizing:border-box;padding:0;border-bottom:2px solid hsla(0,0%,100%,.2);height:40px!important}.subTableWidgetSet .layout-aside>.SubPCConfig .header-title .config-tab{display:inline-block;position:relative;box-sizing:border-box;width:32%;height:40px;cursor:pointer;line-height:40px;text-align:center;font-weight:500;font-size:12px;color:#c0c3cb}.subTableWidgetSet .layout-aside>.SubPCConfig .header-title .active{border-bottom:2px solid #409eff;color:#fff}.subTableWidgetSet .layout-aside>.SubPCConfig .config-content{height:calc(100% - 40px)}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimSun]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimSun]:before{font-family:SimSun;content:"宋体"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]:before{font-family:SimHei;content:"黑体"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Microsoft-YaHei]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Microsoft-YaHei]:before{font-family:Microsoft YaHei;content:"微软雅黑"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=KaiTi]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=KaiTi]:before{font-family:KaiTi;content:"楷体"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=FangSong]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=FangSong]:before{font-family:FangSong;content:"仿宋"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Arial]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Arial]:before{font-family:Arial;content:"Arial"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Times-New-Roman]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Times-New-Roman]:before{font-family:Times New Roman;content:"Times New Roman"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=sans-serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=sans-serif]:before{font-family:"sans-serif";content:"sans-serif"}.ql-font-SimSun{font-family:SimSun}.ql-font-SimHei{font-family:SimHei}.ql-font-Microsoft-YaHei{font-family:Microsoft YaHei}.ql-font-KaiTi{font-family:KaiTi}.ql-font-FangSong{font-family:FangSong}.ql-font-Arial{font-family:Arial}.ql-font-Times-New-Roman{font-family:Times New Roman}.ql-font-sans-serif{font-family:"sans-serif"}


/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre{margin:0;padding:0}@supports (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor li,.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor .ql-code-block-container,.ql-snow .ql-editor code{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save"}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up{width:28px}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up .ql-picker-label{padding:2px 4px}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up .ql-picker-label svg{position:static;margin-top:0}.ql-toolbar .ql-picker.ql-expanded .ql-picker-options{z-index:1}.ql-editor .ql-table{display:table;border-collapse:collapse;table-layout:fixed;width:auto}.ql-editor .ql-table[data-full]{width:100%}.ql-editor .ql-table-wrapper{width:100%;overflow:auto;scrollbar-width:none}.ql-editor .ql-table-caption{position:relative;word-break:break-word;outline:0}.ql-editor .ql-table-caption .ql-table-caption--switch{display:flex;align-items:center;justify-content:center;padding:2px;border-radius:4px;border:1px solid #0003;font-size:12px;cursor:pointer;background-color:#fff}.ql-editor .ql-table-caption .ql-table-caption--switch:hover{background-color:#eee}.ql-editor .ql-table-cell{padding:8px 12px;border-color:transparent;font-size:14px;outline:0;overflow:auto}.ql-editor .ql-table-cell-inner{display:inline-block;min-width:100%;word-break:break-word;outline:0;counter-reset:list-0}.ql-editor .ql-table col{border-collapse:separate;text-indent:0;display:table-column;table-layout:fixed}.ql-editor .ql-table tr+tr td{border-top:none}.ql-editor .ql-table td{border:1px solid #a1a1aa}.ql-editor .ql-table td+td{border-left:none}.table-up-toolbox{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.table-up-toolbox *{pointer-events:all}.table-up-tooltip{position:absolute;z-index:20;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;color:#fff;white-space:nowrap;background-color:#303133;transition:opacity .15s linear}.table-up-tooltip.transparent{opacity:0}.table-up-tooltip.hidden{display:none}.table-up-button{--table-btn-color:#606266;--table-btn-bg-hover:#f3f4f6;--table-btn-color-border:#dcdfe6;--table-btn-border:0.0625rem solid var(--table-btn-color-border);--table-btn-confirm-color-border:#409eff;--table-btn-confirm-bg:#409eff;--table-btn-confirm-hover:#79bbff;--table-btn-confirm-outline-focus-visible:0.125rem solid #a0cfff;box-sizing:border-box;display:inline-flex;height:2rem;line-height:1;margin:0;padding:.5rem 1rem;border-radius:.25rem;border:var(--table-btn-border);color:var(--table-btn-color);background-color:transparent;font-size:.875rem;cursor:pointer}.table-up-button+.table-up-button{margin-left:.375rem}.table-up-button:hover{background-color:var(--table-btn-bg-hover)}.table-up-button.confirm{border-color:var(--table-btn-confirm-color-border);background-color:var(--table-btn-confirm-bg);color:#fff}.table-up-button.confirm:hover{border-color:var(--table-btn-confirm-hover);background-color:var(--table-btn-confirm-hover)}.table-up-button.confirm:focus-visible{outline:var(--table-btn-confirm-outline-focus-visible);outline-offset:.0625rem}.table-up-dialog{--dialog-bg:rgba(0,0,0,.5);--dialog-color-border:#ebeef5;--dialog-color-boxshadow:rgba(0,0,0,.12);--dialog-border:0.0625rem solid var(--dialog-color-border);--dialog-boxshadow:0 0 0.75rem var(--dialog-color-boxshadow);z-index:2000;height:100%;background-color:var(--dialog-bg)}.table-up-dialog,.table-up-dialog__overlay{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto}.table-up-dialog__overlay{padding:1rem;text-align:center}.table-up-dialog__overlay:after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.table-up-dialog__content{display:inline-block;max-width:50vw;width:100%;vertical-align:middle;background-color:#fff;border-radius:.25rem;border:var(--dialog-border);font-size:1.125rem;box-shadow:var(--dialog-boxshadow);text-align:left;overflow:hidden;box-sizing:border-box}.table-up-color-picker{--color-picker-bg-color:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;width:16.75rem;padding:.5rem;border-radius:.375rem;background:var(--color-picker-bg-color);box-shadow:0 0 .375rem #b2b5b8}.table-up-color-picker__content{box-sizing:border-box;width:100%;height:11.75rem;padding-top:.5rem}.table-up-color-picker__selector{width:14.375rem;height:9.375rem;position:absolute}.table-up-color-picker__background{width:100%;height:100%;background:linear-gradient(0deg,#000 0,transparent),linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}.table-up-color-picker__background-handle{box-sizing:border-box;position:absolute;border:.0625rem solid #fff;cursor:pointer;top:0;left:14.375rem;border-radius:100%;width:.625rem;height:.625rem;transform:translate(-.3125rem,-.3125rem)}.table-up-color-picker__hue{width:.75rem;height:9.375rem;margin-left:15rem;position:absolute;background:linear-gradient(0deg,red,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.table-up-color-picker__hue-handle{box-sizing:border-box;position:absolute;border:.0625rem solid #fff;cursor:pointer;background-color:#fff;box-shadow:0 0 .125rem #0009;left:0;width:1rem;height:.625rem;transform:translate(-.125rem,-.3125rem)}.table-up-color-picker__alpha{width:14.375rem;height:.75rem;position:absolute;margin-top:10rem;background:linear-gradient(45deg,#ccc 25%,transparent 0),linear-gradient(135deg,#ccc 25%,transparent 0),linear-gradient(45deg,transparent 75%,#ccc 0),linear-gradient(135deg,transparent 75%,#ccc 0);background-size:.75rem .75rem;background-position:0 0,.375rem 0,.375rem -.375rem,0 .375rem}.table-up-color-picker__alpha-bg{position:relative;height:100%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}.table-up-color-picker__alpha-handle{box-sizing:border-box;position:absolute;border:.0625rem solid #fff;cursor:pointer;background-color:#fff;box-shadow:0 0 .125rem #0009;top:0;width:.625rem;height:1rem;transform:translate(-.3125rem,-.125rem)}.table-up-color-picker__action{box-sizing:border-box;display:flex;align-items:center;gap:.375rem;width:100%;padding-top:.5rem;border-top:.0625rem solid #e9ecef}.table-up-color-picker__action-item{flex:1;display:inline-flex;align-items:center;font-size:.75rem}.table-up-color-picker__input{box-sizing:border-box;width:100%;height:1.375rem;margin-left:.125rem;padding:.125rem 0 .125rem .25rem;background-color:#fff;border:.0625rem solid #ced4da;border-radius:.25rem;outline:0;color:#405057}.table-up-tooltip .table-up-color-picker{--color-picker-bg-color:transparent;box-shadow:none;width:15.75rem;padding:.5rem 0}.ql-container .table-up-selection{--select-color:#0589f340;display:none;position:absolute;overflow:hidden;pointer-events:none}.ql-container .table-up-selection__line{position:absolute;background-color:var(--select-color);pointer-events:none}.table-up-resize-line__col,.table-up-resize-line__row{position:absolute;z-index:0}.table-up-resize-line__col.is-hidden,.table-up-resize-line__row.is-hidden{display:none}.table-up-resize-line__col:after,.table-up-resize-line__col:before,.table-up-resize-line__row:after,.table-up-resize-line__row:before{content:"";display:block;position:absolute;top:0;z-index:1}.table-up-resize-line__row{height:.0625rem;cursor:ns-resize}.table-up-resize-line__row:after,.table-up-resize-line__row:before{width:100%;height:.5rem}.table-up-resize-line__row:before{transform:translateY(-.5rem)}.table-up-resize-line__col{width:.0625rem;cursor:ew-resize}.table-up-resize-line__col:after,.table-up-resize-line__col:before{height:100%;width:.5rem}.table-up-resize-line__col:before{transform:translateX(-.5rem)}.table-up-resize-box{position:absolute;z-index:0}.table-up-resize-box.is-hidden{display:none}.table-up-resize-box.is-caption-bottom .table-up-resize-box__corner{border-top-width:0;border-bottom-width:.0625rem;border-top-left-radius:0;border-bottom-left-radius:50%}.table-up-resize-box.is-align-right .table-up-resize-box__col-separator{left:-.125rem}.table-up-resize-box.is-align-right .table-up-resize-box__corner{border-left-width:0;border-right-width:.0625rem;border-top-left-radius:0;border-top-right-radius:50%}.table-up-resize-box.is-align-right.is-caption-bottom .table-up-resize-box__corner{border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:50%}.table-up-resize-box__col,.table-up-resize-box__row{position:absolute;top:0;left:0;overflow:hidden}.table-up-resize-box__col-wrapper,.table-up-resize-box__row-wrapper{display:flex}.table-up-resize-box__col-header,.table-up-resize-box__row-header{position:relative;flex-shrink:0;background-color:#f3f4f5;border:.0625rem solid #ccc}.table-up-resize-box__col-wrapper{height:100%}.table-up-resize-box__col-header{height:100%;cursor:pointer;border-right-color:transparent}.table-up-resize-box__col-header:last-child{border-right-color:#ccc}.table-up-resize-box__col-separator{position:absolute;top:0;bottom:0;right:-.125rem;width:.125rem;cursor:ew-resize;z-index:0}.table-up-resize-box__col-separator:after{right:-.375rem}.table-up-resize-box__col-separator:before{left:-.375rem}.table-up-resize-box__col-separator:after,.table-up-resize-box__col-separator:before{content:"";position:absolute;top:0;display:block;width:.5rem;height:100%;z-index:1}.table-up-resize-box__row-wrapper{flex-direction:column;width:100%}.table-up-resize-box__row-header{width:100%;cursor:pointer;border-bottom-color:transparent}.table-up-resize-box__row-header:last-child{border-bottom-color:#ccc}.table-up-resize-box__row-separator{position:absolute;left:0;right:0;bottom:-.125rem;height:.125rem;cursor:ns-resize;z-index:0}.table-up-resize-box__row-separator:after{bottom:-.375rem}.table-up-resize-box__row-separator:before{top:-.375rem}.table-up-resize-box__row-separator:after,.table-up-resize-box__row-separator:before{content:"";position:absolute;left:0;display:block;width:100%;height:.5rem;z-index:1}.table-up-resize-box__corner{position:absolute;top:0;left:0;background-color:#f3f4f5;border:.0625rem solid #ccc;border-right-width:0;border-bottom-width:0;border-top-left-radius:50%;cursor:pointer}.table-up-drag-line{position:fixed;z-index:0;background-color:#409eff}.table-up-drag-line.is-col{width:.125rem;cursor:ew-resize}.table-up-drag-line.is-row{height:.125rem;cursor:ns-resize}.table-up-scale{position:absolute;top:0;left:0;overflow:hidden;pointer-events:none}.table-up-scale__block{position:absolute;top:0;left:0;transform:translate(-100%,-100%);width:.75rem;height:.75rem;background-color:#f1f5f9;border:.0625rem solid grey;cursor:nwse-resize;pointer-events:all}.table-up-scale.is-align-right .table-up-scale__block{cursor:nesw-resize}.table-up-scale.is-hidden{display:none}.table-up-scrollbar{position:absolute;z-index:1;transition:opacity .15s linear}.table-up-scrollbar__container{position:relative}.table-up-scrollbar.is-transparent{opacity:0}.table-up-scrollbar.is-vertical{top:.125rem;bottom:.125rem;left:-.5rem;width:.375rem}.table-up-scrollbar.is-vertical .table-up-scrollbar__thumb{width:100%}.table-up-scrollbar.is-horizontal{bottom:.125rem;left:.125rem;right:.125rem;height:.375rem}.table-up-scrollbar.is-horizontal .table-up-scrollbar__thumb{height:100%}.table-up-scrollbar__thumb{border-radius:.3125rem;background-color:#d2d2d2;cursor:pointer}.table-up-scrollbar__thumb:hover{background-color:#a1a1aa}.table-up-scrollbar--origin.ql-container .ql-table-wrapper{scrollbar-width:inherit}.table-up-align,.table-up-menu{position:absolute;z-index:1;display:none;align-items:center;padding:.25rem;border-radius:.375rem;box-shadow:0 0 .5rem rgba(0,0,0,.5);background-color:#fff;font-size:.875rem}.table-up-align__item,.table-up-menu__item{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.25rem;cursor:pointer}.table-up-align__item:hover,.table-up-menu__item:hover{background-color:#eee}.table-up-align__item.is-break,.table-up-menu__item.is-break{align-self:stretch;width:.0625rem;padding:0;margin:.125rem .25rem;background-color:#a3a3a3;cursor:default}.table-up-align .icon,.table-up-menu .icon{display:flex;flex-shrink:0;font-size:1.25rem}.table-up-align span,.table-up-menu span{text-wrap:nowrap}.table-up-menu.is-contextmenu{flex-direction:column;padding:.25rem .5rem;max-height:21.875rem;overflow-y:auto;overflow-x:hidden}.table-up-menu.is-contextmenu .table-up-menu__item{display:flex;justify-content:flex-start;width:100%;gap:.25rem;cursor:pointer}.table-up-menu.is-contextmenu .is-break{width:100%;height:.0625rem;flex-shrink:0;margin:.25rem 0;background-color:#a3a3a3}.table-up-align--active{display:flex}.table-up-align .icon{width:1.25rem;height:1.25rem}.table-up-color-map{display:flex;flex-direction:column}.table-up-color-map--used{display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;margin-top:.25rem;padding-top:.25rem;border-top:.0625rem solid #ccc}.table-up-color-map__content{display:flex;flex-direction:column}.table-up-color-map__content-row{display:flex;align-items:center;justify-content:center;gap:.25rem}.table-up-color-map__item{width:.875rem;height:.875rem;margin:.125rem;border:.0625rem solid #a3a3a3;cursor:pointer}.table-up-color-map__btn{display:flex;align-items:center;justify-content:center;flex:1;height:1.25rem;padding:0 .375rem;color:#303133;background-color:#fff;cursor:pointer}.table-up-color-map__btn:hover{background-color:#edeeef}.table-up-input__item{--input-height:2rem;--input-inner-height:calc(var(--input-height) - 0.125rem);--input-color-text:#606266;--input-color-boxshaow:#dcdfe6;--input-color-focus:#409eff;--input-color-error:#f56c6c;--input-boxshaow:0 0 0 0.0625rem var(--input-color-boxshaow) inset;--input-boxshaow-focus:0 0 0 0.0625rem var(--input-color-focus) inset;--input-boxshaow-error:0 0 0 0.0625rem var(--input-color-error) inset;display:flex;align-items:center}.table-up-input__item+.table-up-input__item{margin-top:1.125rem}.table-up-input__label{width:5rem;flex-shrink:0}.table-up-input__input{box-sizing:border-box;position:relative;display:flex;flex-wrap:wrap;width:100%;height:var(--input-height);line-height:var(--input-height);padding:.0625rem .5rem;border-radius:.25rem;box-shadow:var(--input-boxshaow);transition:box-shadow .2s linear}.table-up-input__input.focus{box-shadow:var(--input-boxshaow-focus)}.table-up-input__input input{width:100%;height:var(--input-inner-height);line-height:var(--input-inner-height);flex-grow:1;font-size:.875rem;color:var(--input-color-text);outline:0;border:0;padding:0}.table-up-input__input.error{box-shadow:var(--input-boxshaow-error)}.table-up-input__error-tip{position:absolute;top:100%;left:0;font-size:.75rem;color:var(--input-color-error);line-height:1rem}.ql-snow .table-up-select-box{--select-box-color-bg-hover:#f5f5f5;--select-box-color-bg-active:#e0f2fe;--select-box-custom-color-text:#0d0d0d;--select-box-custom-color-bg:transparent;--select-box-custom-color-bg-hover:#ebebeb}.table-up-select-box{--select-box-color-border:#e5e7eb;--select-box-border:0.0625rem solid var(--select-box-color-border);--select-box-color-active:#0ea5e9;--select-box-color-bg-hover:#f5f5f5;--select-box-color-bg-active:transparent;--select-box-custom-color-text:#f5f5f5;--select-box-custom-color-bg:transparent;--select-box-custom-color-bg-hover:#2c2c2c}.table-up-select-box__block{display:flex;width:10rem;flex-wrap:wrap;align-items:center;justify-content:center}.table-up-select-box__item{margin:.125rem;height:1rem;width:1rem;border:var(--select-box-border)}.table-up-select-box__item.active{border-color:var(--select-box-color-active);background-color:var(--select-box-color-bg-active)}.table-up-select-box__custom{padding:.5rem;color:var(--select-box-custom-color-text);background-color:var(--select-box-custom-color-bg);font-size:1rem;text-align:center;cursor:pointer}.table-up-select-box__custom:hover{background-color:var(--select-box-custom-color-bg-hover)}.table-up-creator{padding:1.5rem}.table-up-creator__input{display:flex;flex-direction:column;width:100%}.table-up-creator__control{margin-top:1rem;text-align:right}.table-up-creator__checkbox{--check-color:#212121;--checked-color:#506eec;display:flex;align-items:center;margin-top:.25rem;cursor:pointer;font-size:.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.table-up-creator__checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.125rem;height:1.125rem;border:.0625rem solid var(--check-color);border-radius:.3125rem;background-color:transparent;display:inline-block;position:relative;margin-right:.625rem;cursor:pointer}.table-up-creator__checkbox input:before{content:"";background-color:var(--checked-color);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:.625rem;height:.625rem;border-radius:.1875rem;transition:all .2s ease-in-out}.table-up-creator__checkbox input:checked:before{transform:translate(-50%,-50%) scale(1)}.ql-editor ol{padding-left:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"请输入链接地址:"!important}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{padding-right:0;border-right:0}.ql-snow .ql-tooltip[data-mode=video]:before{content:"请输入视频地址:"!important}.ql-snow .ql-tooltip:before{content:"链接"}.ql-snow .ql-tooltip a.ql-action:after{content:"编辑"}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"保存"}.ql-snow .ql-tooltip a.ql-remove:before{content:"移除"}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"普通"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"小"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"中"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"大"}.ql-editor .ql-table-wrapper{scrollbar-width:auto}