#app .flow{background-color:#f2f2f2}#app .flow .flow-top{overflow-x:auto}#app .flow .flow-top .c-steps{display:flex;padding:10px 5px;align-items:center}#app .flow .flow-top .c-steps .c-step{display:flex;align-items:center;position:relative}#app .flow .flow-top .c-steps .c-step .c-step-node{background-color:#fff;padding:8px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-size:14px;box-shadow:0 1px 4px 0 rgba(10,30,65,.16);width:120px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box}#app .flow .flow-top .c-steps .c-step .c-step-node:hover{border-color:#0089ff}#app .flow .flow-top .c-steps .c-step .c-step-icon-left{font-weight:700}#app .flow .flow-top .c-steps .c-step .c-step-icon-right{margin:auto 8px;color:rgba(0,0,0,.3)}#app .flow .flow-top .c-steps .c-step .c-step-done{color:#67c23a}#app .flow .flow-top .c-steps .c-step .c-step-doing{color:#409eff}#app .flow .flow-top .c-steps .c-step .c-steps-sub{position:absolute}#app .flow .flow-top .c-steps .c-step .c-steps-sub .c-steps-bottom{position:absolute;top:-20px;left:52px;color:rgba(0,0,0,.3)}#app .flow .flow-top .c-steps .c-step-active>.c-step-node{border-color:#0089ff;background-color:#f7f9ff}#app .flow .flow-content{flex:1;overflow-y:auto;display:flex;position:relative}#app .flow .flow-content .c-node-form{width:100%;min-width:500px;height:100%;overflow:hidden;box-sizing:border-box;background:#fff;border-radius:8px;display:flex;flex-direction:column}#app .flow .flow-content .c-node-form .c-node-form-header{padding:10px;font-size:14px;border-bottom:1px solid #f2f2f2}#app .flow .flow-content .c-node-form .c-node-form-header>div{display:flex;justify-content:space-between}#app .flow .flow-content .c-node-form .c-node-form-header .c-node-form-timers{flex-wrap:wrap;justify-content:flex-start}#app .flow .flow-content .c-node-form .c-node-form-header .c-node-form-timers .el-button{margin:5px 5px 0 0}#app .flow .flow-content .c-node-form .c-node-form-content{padding:20px;flex:1;overflow-y:auto}#app .flow .flow-content .c-node-form .c-node-form-footer{padding:10px;border-top:1px solid #f2f2f2;text-align:center;display:flex;justify-content:space-around}#app .flow .flow-content .c-node-form .c-node-form-footer .el-button{margin-left:0}#app .flow .flow-content .flow-content-right{margin-left:20px;width:450px;min-width:350px;background-color:#fff;padding:10px;border-radius:10px;display:flex;flex-direction:column;height:100%;box-sizing:border-box}#app .flow .flow-content .flow-content-right .el-tabs__header{margin:0;height:50px}#app .flow .flow-content .flow-content-right .el-tabs__header .el-tabs__item{height:50px;line-height:50px;min-width:120px;text-align:center}#app .flow .flow-content .flow-content-right .el-tabs__content{overflow-y:auto;padding:10px 5px 5px}#app .flow .flow-content .flow-content-right .el-tabs__content .el-tab-pane{height:100%}#app .flow .flow-content .flow-content-right .el-tabs__content .el-tab-pane .c-note{height:100%;display:flex;flex-direction:column}#app .flow .flow-content .flow-content-right .el-tabs__content .el-tab-pane .c-note .box-center-content{overflow-y:auto;flex-grow:1}#app .flow .flow-content .flow-content-right .el-tabs__content .box-center-tool{padding:0!important}#app .flow .flow-content .concern{position:absolute;right:15px;top:15px}#app .flow .flow-content .el-dialog{margin:10vh auto 10vh!important;height:80vh}#app .flow .flow-content .tabShowBtn{position:absolute;right:10px;bottom:10px}#app .flow .sr-dialog{width:1000px!important}