@charset "UTF-8";.vue-flow{position:relative;width:100%;height:100%;overflow:hidden;z-index:0;direction:ltr}.vue-flow__container{position:absolute;height:100%;width:100%;left:0;top:0}.vue-flow__pane{z-index:1}.vue-flow__pane.draggable{cursor:grab}.vue-flow__pane.selection{cursor:pointer}.vue-flow__pane.dragging{cursor:grabbing}.vue-flow__transformationpane{transform-origin:0 0;z-index:2;pointer-events:none}.vue-flow__viewport{z-index:4;overflow:clip}.vue-flow__selection{z-index:6}.vue-flow__edge-labels{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-flow__nodesselection-rect:focus,.vue-flow__nodesselection-rect:focus-visible{outline:none}.vue-flow .vue-flow__edges{pointer-events:none;overflow:visible}.vue-flow__edge-path,.vue-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.vue-flow__edge{pointer-events:visibleStroke;cursor:pointer}.vue-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__edge.animated path.vue-flow__edge-interaction{stroke-dasharray:none;animation:none}.vue-flow__edge.inactive{pointer-events:none}.vue-flow__edge.selected,.vue-flow__edge:focus,.vue-flow__edge:focus-visible{outline:none}.vue-flow__edge.selected .vue-flow__edge-path,.vue-flow__edge:focus .vue-flow__edge-path,.vue-flow__edge:focus-visible .vue-flow__edge-path{stroke:#555}.vue-flow__edge-textwrapper{pointer-events:all}.vue-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-flow__connection{pointer-events:none}.vue-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.vue-flow__connectionline{z-index:1001}.vue-flow__nodes{pointer-events:none;transform-origin:0 0}.vue-flow__node-default,.vue-flow__node-input,.vue-flow__node-output{border-width:1px;border-style:solid;border-color:#bbb}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-default:focus-visible,.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-input:focus-visible,.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-output:focus-visible{outline:none;border:1px solid #555}.vue-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.vue-flow__node.draggable{cursor:grab;pointer-events:all}.vue-flow__node.draggable.dragging{cursor:grabbing}.vue-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.vue-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.vue-flow__nodesselection-rect.dragging{cursor:grabbing}.vue-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px}.vue-flow__handle.connectable{pointer-events:all;cursor:crosshair}.vue-flow__handle-bottom{left:50%;bottom:0;transform:translate(-50%,50%)}.vue-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.vue-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.vue-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.vue-flow__edgeupdater{cursor:move;pointer-events:all}.vue-flow__panel{position:absolute;z-index:5;margin:15px}.vue-flow__panel.top{top:0}.vue-flow__panel.bottom{bottom:0}.vue-flow__panel.left{left:0}.vue-flow__panel.right{right:0}.vue-flow__panel.center{left:50%;transform:translate(-50%)}@keyframes dashdraw{0%{stroke-dashoffset:10}}:root{--vf-node-bg: #fff;--vf-node-text: #222;--vf-connection-path: #b1b1b7;--vf-handle: #555}.vue-flow__edge.updating .vue-flow__edge-path{stroke:#777}.vue-flow__edge-text{font-size:10px}.vue-flow__edge-textbg{fill:#fff}.vue-flow__connection-path{stroke:var(--vf-connection-path)}.vue-flow__node{cursor:grab}.vue-flow__node.selectable:focus,.vue-flow__node.selectable:focus-visible{outline:none}.vue-flow__node-default,.vue-flow__node-input,.vue-flow__node-output{padding:10px;border-radius:3px;width:150px;font-size:12px;text-align:center;border-width:1px;border-style:solid;color:var(--vf-node-text);background-color:var(--vf-node-bg);border-color:var(--vf-node-color)}.vue-flow__node-default.selected,.vue-flow__node-default.selected:hover,.vue-flow__node-input.selected,.vue-flow__node-input.selected:hover,.vue-flow__node-output.selected,.vue-flow__node-output.selected:hover{box-shadow:0 0 0 .5px var(--vf-box-shadow)}.vue-flow__node-default .vue-flow__handle,.vue-flow__node-input .vue-flow__handle,.vue-flow__node-output .vue-flow__handle{background:var(--vf-handle)}.vue-flow__node-default.selectable:hover,.vue-flow__node-input.selectable:hover,.vue-flow__node-output.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.vue-flow__node-input{--vf-node-color: var(--vf-node-color, #0041d0);--vf-handle: var(--vf-node-color, #0041d0);--vf-box-shadow: var(--vf-node-color, #0041d0);background:var(--vf-node-bg);border-color:var(--vf-node-color, #0041d0)}.vue-flow__node-input.selected,.vue-flow__node-input:focus,.vue-flow__node-input:focus-visible{outline:none;border:1px solid var(--vf-node-color, #0041d0)}.vue-flow__node-default{--vf-handle: var(--vf-node-color, #1a192b);--vf-box-shadow: var(--vf-node-color, #1a192b);background:var(--vf-node-bg);border-color:var(--vf-node-color, #1a192b)}.vue-flow__node-default.selected,.vue-flow__node-default:focus,.vue-flow__node-default:focus-visible{outline:none;border:1px solid var(--vf-node-color, #1a192b)}.vue-flow__node-output{--vf-handle: var(--vf-node-color, #ff0072);--vf-box-shadow: var(--vf-node-color, #ff0072);background:var(--vf-node-bg);border-color:var(--vf-node-color, #ff0072)}.vue-flow__node-output.selected,.vue-flow__node-output:focus,.vue-flow__node-output:focus-visible{outline:none;border:1px solid var(--vf-node-color, #ff0072)}.vue-flow__nodesselection-rect,.vue-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.vue-flow__nodesselection-rect:focus,.vue-flow__nodesselection-rect:focus-visible,.vue-flow__selection:focus,.vue-flow__selection:focus-visible{outline:none}.vue-flow__handle{width:6px;height:6px;background:var(--vf-handle);border:1px solid #fff;border-radius:100%}.vue-flow__controls{box-shadow:0 0 2px 1px #00000014}.vue-flow__controls-button{background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:5px}.vue-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.vue-flow__controls-button:hover{background:#f4f4f4}.vue-flow__controls-button:disabled{pointer-events:none}.vue-flow__controls-button:disabled svg{fill-opacity:.4}.vue-flow__minimap{background-color:#fff}.vue-flow__minimap.pannable{cursor:grab}.vue-flow__minimap.dragging{cursor:grabbing}.vue-flow__minimap-mask.pannable{cursor:grab}.vue-flow__resize-control{position:absolute}.vue-flow__resize-control.left,.vue-flow__resize-control.right{cursor:ew-resize}.vue-flow__resize-control.top,.vue-flow__resize-control.bottom{cursor:ns-resize}.vue-flow__resize-control.top.left,.vue-flow__resize-control.bottom.right{cursor:nwse-resize}.vue-flow__resize-control.bottom.left,.vue-flow__resize-control.top.right{cursor:nesw-resize}.vue-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.vue-flow__resize-control.handle.left{left:0;top:50%}.vue-flow__resize-control.handle.right{left:100%;top:50%}.vue-flow__resize-control.handle.top{left:50%;top:0}.vue-flow__resize-control.handle.bottom{left:50%;top:100%}.vue-flow__resize-control.handle.top.left,.vue-flow__resize-control.handle.bottom.left{left:0}.vue-flow__resize-control.handle.top.right,.vue-flow__resize-control.handle.bottom.right{left:100%}.vue-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.vue-flow__resize-control.line.left,.vue-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.vue-flow__resize-control.line.left{left:0;border-left-width:1px}.vue-flow__resize-control.line.right{left:100%;border-right-width:1px}.vue-flow__resize-control.line.top,.vue-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.vue-flow__resize-control.line.top{top:0;border-top-width:1px}.vue-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}*,*:before,*:after{box-sizing:border-box;margin:0;position:relative}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h3{font-weight:500}.pageCount{padding:10px 20px;margin:0 10px;background:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:4px}.pageNum{right:0;background:#0000}:deep(.pageNum) button{background:#0000}:deep(.pageNum) .btn-next{margin-left:20px}:deep(.pageNum) li{margin-left:20px;border:1px solid #dcdcdc}:deep(.pageNum) .more{background:#0000;border:0 solid #dcdcdc}:deep(.pageNum) button:hover,:deep(.pageNum) .more:hover,:deep(.pageNum) li:hover{color:#986723}:deep(.pageNum) .is-active{color:#fff;background:#986723}:deep(.pageNum) .is-active:hover{color:#fff}.el-table thead th{background-color:#f5f7fa!important;font-weight:600!important}.form-box{width:600px}.form-box .line{text-align:center}.custom-tooltip{max-width:220px!important}.el-tour__mask{overflow:auto!important}.login_content[data-v-62041e38]{position:relative;width:100%;min-width:900px;height:100vh}.login_bg[data-v-62041e38]{position:absolute;left:0;top:0;width:100%;height:100%}.login_logo_content[data-v-62041e38]{position:absolute;left:50px;top:30px}.login_logo[data-v-62041e38]{width:100px;height:20px}.login_title[data-v-62041e38]{color:#fff;font-size:20px;font-weight:700}.login_link_content[data-v-62041e38]{position:absolute;top:30px;right:30px}.login_link_content a[data-v-62041e38]{color:#fff;margin-right:20px;font-size:18px;text-decoration:none}.login_box[data-v-62041e38]{position:absolute;right:200px;top:calc((100vh - 360px)/2);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:320px;height:360px;border-radius:6px;background:#fff;padding:30px 40px}.forget_box[data-v-62041e38]{height:400px}[data-v-62041e38] .login_box_title{font-size:24px;margin-bottom:20px}.el-button.is-text[data-v-62041e38]{margin-left:0}.login_box_item[data-v-62041e38]{margin-bottom:20px}.login_icp[data-v-62041e38]{position:absolute;color:#fff;width:100%;text-align:center;bottom:20px}.confirm_wrap[data-v-a0f05edd]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:99;display:flex;justify-content:center;align-items:center}.confirm_content[data-v-a0f05edd]{background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0003;width:400px;max-width:100%;display:flex;flex-direction:column}.confirm_header[data-v-a0f05edd]{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 15px}.confirm_header h3[data-v-a0f05edd]{font-size:20px;margin:0}.confirm_body[data-v-a0f05edd]{flex:1}.confirm_buttons[data-v-a0f05edd]{display:flex;justify-content:flex-end;margin:10px 20px}.confirm_buttons .el-button[data-v-a0f05edd]:hover,.confirm_buttons .el-button[data-v-a0f05edd]:focus,.confirm_buttons .el-button[data-v-a0f05edd]:active{background:#fff;border-color:#8c939d;color:#2c2c2c}.confirm_desc[data-v-a0f05edd]{padding:20px;text-align:center;min-height:50px;background:#f8f8f8;word-break:break-all;word-wrap:break-word;display:flex;align-items:center;justify-content:center}.index_content[data-v-b035a22d]{min-height:100vh;background:#f5f5f5;position:relative;min-width:1240px}[data-v-b035a22d] .index_top{position:fixed;display:flex;flex-direction:row;align-items:center;min-width:1080px;width:100%;height:50px;background:#409eff;top:0;left:0;z-index:999}[data-v-b035a22d] .index_top .el-tabs__header{margin:0}[data-v-b035a22d] .index_top .el-tabs__item{height:50px;color:#fff;padding-right:10px}[data-v-b035a22d] .index_top .el-tabs__item.is-active{color:#f9c024}[data-v-b035a22d] .index_top .el-tabs__active-bar{background:#f9c024}[data-v-b035a22d] .index_top .el-tabs__nav-wrap:after{height:0}[data-v-b035a22d] .index_top .el-tabs__nav{transition:none!important;overflow:hidden}[data-v-b035a22d] .index_top .el-button:hover{color:#fff!important}[data-v-b035a22d] .index_top .el-button{color:#fff!important;border:none}[data-v-b035a22d] .index_top .el-button:focus-visible{outline:2px solid rgba(0,0,0,0)!important;border:none;box-shadow:none}[data-v-b035a22d] .index_top .el-dropdown:hover{box-shadow:0 0 5px #0000001a}.index_logo[data-v-b035a22d]{width:100px;height:20px;margin:0 30px}.index_tab[data-v-b035a22d]{flex:auto 1 0}.index_tab_label[data-v-b035a22d]{display:flex;align-items:center}.index_tab_img[data-v-b035a22d]{margin-right:5px}.index_tab_name[data-v-b035a22d]{font-size:16px}.index_user_pop[data-v-b035a22d]{display:flex;flex-direction:column;justify-content:center}.index_user_pop_item[data-v-b035a22d]{margin-top:10px;margin-left:0!important}.index_user_pop_item a[data-v-b035a22d]{color:#666;text-decoration:none}.divider[data-v-b035a22d]{margin:0 10px;color:#fff}.second_tab[data-v-b035a22d]{color:#fff;margin-top:2px;border:none;font-size:16px}.loginContent[data-v-b035a22d]{color:#fff;padding:0 20px}.loginContent .login[data-v-b035a22d]{color:#fff}.loginContent a[data-v-b035a22d]{color:#fff;text-decoration:none}.loginContent .second_tab[data-v-b035a22d]{color:#fff;margin-top:0;font-size:14px}.loginContent .el-button[data-v-b035a22d]:hover{color:#fff!important}.loginContent .el-button[data-v-b035a22d]{color:#fff!important;border:none}.loginContent .el-button[data-v-b035a22d]:focus-visible{outline:2px solid rgba(0,0,0,0)!important;border:none;box-shadow:none}.index_user_info[data-v-b035a22d]{display:flex;align-items:center}.index_username[data-v-b035a22d]{color:#fff;margin-left:10px;font-size:16px}.index_content_body[data-v-b035a22d]{padding-top:50px}.home_banner[data-v-6b5f8700]{margin:10px 0 0}.home_banner .el-image[data-v-6b5f8700]{display:block}.home_more[data-v-6b5f8700]{width:30px;height:30px;justify-content:center}.home_study[data-v-6b5f8700]{margin-top:10px;padding:20px 40px;background:#fff}.home_study .homeTabMore[data-v-6b5f8700]{align-items:center;margin-bottom:20px}.home_study .homeTabTitle[data-v-6b5f8700]{font-size:24px;color:#b88230;margin-right:auto}.visitPath[data-v-9eee684d]{display:flex;flex-direction:row;align-items:center;height:36px}.visitItem[data-v-9eee684d]{padding:6px;min-width:80px}.visitItem a[data-v-9eee684d]{text-decoration:none;align-items:center;display:flex}.visitItem .el-icon[data-v-9eee684d]{margin-right:10px}.noData[data-v-78be218a]{height:calc(100% - 92px)}.noDataImg[data-v-78be218a]{height:160px;top:50%;left:50%;transform:translate(-50%,-50%)}.upload[data-v-4906a6f3]{width:100%;padding:10px;background:#f5f5f5;border-radius:4px;border:1px dashed #ddd}.upload_content[data-v-4906a6f3]{width:100%;display:flex;flex-direction:column}.add_project_content[data-v-f7db45d4]{background:#fff;border-radius:10px;min-width:300px}.add_project_top[data-v-f7db45d4]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.add_project_tip[data-v-f7db45d4]{font-size:20px}.add_project_body[data-v-f7db45d4]{padding:10px 60px 20px 20px;max-height:600px;overflow:auto}.add_project_uploader[data-v-f7db45d4]{width:100%;display:flex;flex-direction:column;justify-content:start;margin-bottom:20px}.add_project_logo[data-v-f7db45d4]{width:100px;height:84px;display:block}.add_project_select[data-v-f7db45d4]{margin:10px 0}.add_project_file[data-v-f7db45d4]{width:100%;background:#f5f5f5;border-radius:4px}.add_project_btn[data-v-f7db45d4]{margin-left:40px;display:flex;justify-content:center;width:100%}.project_content[data-v-9d99d846]{display:flex;flex-direction:column;min-width:1080px}[data-v-9d99d846] .second_tab,[data-v-9d99d846] .second_tab .el-radio-button__inner{border:none}.project_top[data-v-9d99d846]{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.project_select[data-v-9d99d846]{display:flex;flex-direction:row;align-items:center}.project_body[data-v-9d99d846]{flex:1}.project_list[data-v-9d99d846]{height:100%;padding:10px}.project_cover[data-v-9d99d846]{height:180px;width:100%}.project_info[data-v-9d99d846]{padding:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.project_name[data-v-9d99d846]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.5;height:3em;margin-right:5px}.project_bottom[data-v-9d99d846]{margin-bottom:10px}.project_delete[data-v-9d99d846]{position:absolute;top:10px;right:10px}.mark[data-v-9d99d846]{position:absolute;top:10px;left:10px;font-size:12px;color:#fff;background-color:#409eff;padding:2px 5px;border-radius:3px}.dialogProject[data-v-9d99d846]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;height:100%;background-color:var(--el-overlay-color-lighter);overflow:auto;display:flex;justify-content:center;align-items:center}.courseware_detail_iframe[data-v-9d99d846]{width:100%;height:70vh;border:1px solid #ccc;border-radius:3px;overflow:hidden}.leftArea[data-v-9d99d846]{padding:30px 10px;display:flex;flex-direction:column;box-shadow:5px 1px 6px -5px #0000001a;width:100%;overflow:auto}.leftArea .leftMenuTitle[data-v-9d99d846]{margin:9px;font-size:18px}.leftArea .menuLabel[data-v-9d99d846]{border:1px solid #409eff;border-radius:30px;margin:10px 10px 15px;padding:3px;text-align:center;color:#409eff}.leftArea .active[data-v-9d99d846]{background-color:#409eff;color:#fff}.netNodeMain[data-v-d143108e]{position:relative}.netNodeBody[data-v-d143108e]{display:flex;align-items:center;padding:10px 20px;justify-content:center}.netNodeImg[data-v-d143108e]{width:30px;margin-right:10px}.netNodeName[data-v-d143108e]{color:#fff}.netNodeDelete[data-v-d143108e]{position:absolute;right:-8px;top:-8px}.project_detail_content[data-v-108bbba8]{width:100%;height:100vh;display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden}.project_detail_top[data-v-108bbba8]{display:flex;align-items:center;justify-content:space-between;min-width:1080px}[data-v-108bbba8] .second_tab,[data-v-108bbba8] .second_tab .el-radio-button__inner{border:none}.project_detail_top_handle[data-v-108bbba8]{height:36px;display:flex;justify-content:center;align-items:center;padding-right:20px;padding-top:10px}.project_detail_top_handle_item[data-v-108bbba8]{margin-left:15px}.project_detail_top_handle_title[data-v-108bbba8]{font-size:16px;font-weight:700}.project_detail_body[data-v-108bbba8]{flex:1;display:flex;min-width:1080px;height:100%}.project_detail_left[data-v-108bbba8]{height:100%;background:#fff;padding:10px 10px 90px;overflow-x:hidden;overflow-y:auto;min-width:220px;width:380px;min-height:100vh}.project_detail_expand[data-v-108bbba8]{display:flex;align-items:center}.project_detail_flow[data-v-108bbba8]{flex:1;min-height:100%;position:relative;z-index:1;margin-right:10px}.project_detail_right[data-v-108bbba8]{box-sizing:border-box;background-color:#fff;padding:10px 10px 90px;overflow-x:auto;min-width:500px;width:500px;height:100%;min-height:100vh;overflow-y:auto;z-index:1;display:flex;flex-direction:column;justify-content:start}.project_detail_right[data-v-108bbba8] .el-tabs__nav-wrap{background-color:#edebeb;padding-left:10px;padding-right:10px}.project_detail_right[data-v-108bbba8] .el-tabs--top{margin-left:0}.animationIcon[data-v-108bbba8]:active{color:pink}.canvasArea[data-v-108bbba8]{border-radius:5px;border:1px solid #ccc;width:480px;height:420px;padding:10px}.full-size-canvas[data-v-108bbba8]{width:460px;height:400px}.canvas-target-pane[data-v-108bbba8]{margin-top:10px;border-radius:5px 5px 0 0;border:1px solid #ccc;border-bottom:0px;width:100%;flex:1;box-sizing:border-box}.canvas-target-pane .target-pane-title[data-v-108bbba8]{background-color:#edebeb;width:100%;border-bottom:1px solid #ccc;padding:10px;display:flex;justify-self:start;align-items:center;box-sizing:border-box;position:relative}.target-list[data-v-108bbba8]{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;overflow-y:auto;width:100%;height:100%;margin-top:8px;margin-bottom:8px}.target-list .target-item[data-v-108bbba8]{margin:8px;border:solid 1px #ccc;border-radius:5px;box-shadow:0 4px 8px #0003}.car-list-class[data-v-108bbba8]{flex:1;display:flex;align-items:center;width:700px;margin-bottom:8px}.project_detail_flow[class*=createUnit][data-v-108bbba8]{box-shadow:0 0 10px #0096004d}.project_detail_operate[data-v-108bbba8]{position:absolute;right:10px;top:10px}.project_detail_bottom[data-v-108bbba8]{position:fixed;z-index:1000;bottom:30px;left:50%;transform:translate(-50%);text-align:center}.project_detail_right_title[data-v-108bbba8]{font-size:16px;font-weight:600;color:#333;display:inline-block;width:100%;text-align:center;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.project_detail_right_params[data-v-108bbba8]{height:100%;background:#fff;padding:10px 10px 90px;overflow-x:hidden;overflow-y:auto}.project_detail_right_params_content[data-v-108bbba8]{display:flex;flex-direction:column;justify-content:left;width:160px}.project_detail_right_params_name[data-v-108bbba8]{font-size:14px;font-weight:600;color:#333;text-align:left;width:100%}.project_detail_right_params_desc[data-v-108bbba8]{font-size:12px;color:#9e9e9e;width:100%;text-align:left}.project_detail_right_params_value[data-v-108bbba8]{width:160px}.project_detail_right_out_params_value[data-v-108bbba8]{width:320px}.project_detail_right_params_set[data-v-108bbba8]{width:160px;margin-right:4px}.project_detail_right_result_img[data-v-108bbba8]{display:block}.el-select-dropdown[data-v-108bbba8]{width:120px!important}.dialogSaveCommon[data-v-108bbba8]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;height:100%;background-color:var(--el-overlay-color-lighter);overflow:auto;display:flex;justify-content:center;align-items:center}[data-v-108bbba8] .operate_dialog{background:#0000;--el-dialog-box-shadow: None}.el-menu[data-v-108bbba8]{border-right:0px}.menu[data-v-108bbba8]{width:200px;padding:20px;background-color:#f5f5f5}.content[data-v-108bbba8]{width:200px;height:100%;background-color:#fff;overflow-y:auto;top:100px;z-index:999;left:260px}.el-divider--horizontal[data-v-108bbba8]{margin:15px 0 20px}.leftType[data-v-108bbba8]{height:100px;border-bottom:1px solid #e6e6e6;display:flex;align-items:center;justify-content:center;font-size:12px;flex-direction:column}[data-v-108bbba8] .el-tabs__item[class*=is-left]{height:100px}[data-v-108bbba8] .el-tabs--left .el-tabs__item.is-left{justify-content:center}[data-v-108bbba8] .el-tabs__item{padding:0 10px}[data-v-108bbba8] .el-tabs--left .el-tabs__active-bar.is-left{width:0}.navRight[data-v-108bbba8]{padding:10px}.rightTitle[data-v-108bbba8]{display:flex;align-items:center;justify-content:space-between;padding:10px;font-size:12px;margin-bottom:10px;font-weight:600}.el-tabs--top[data-v-108bbba8]{margin-left:10px}.unitClass[data-v-108bbba8]{display:flex;align-items:center;justify-content:start}[data-v-108bbba8] .el-segmented--large .el-segmented__item{border-radius:calc(var(--el-border-radius-base) - 2px);padding:0 41px;border:1px solid #e6e6e6}[data-v-108bbba8] .el-drawer__body{width:100%}.fade-enter-active[data-v-108bbba8],.fade-leave-active[data-v-108bbba8]{transition:opacity .5s ease}.fade-enter-from[data-v-108bbba8],.fade-leave-to[data-v-108bbba8]{opacity:0}.netNodeContent[data-v-e17a98db]{position:relative;padding:12px;transition:all .2s}.netNodeContent[data-v-e17a98db]:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.netNodeBody[data-v-e17a98db]{padding:8px;text-align:center}.netNodeDelete[data-v-e17a98db]{right:6px;top:6px;background:#fff;border-radius:50%;cursor:pointer}.animated-line[data-v-03aa72a5]{animation:flow-03aa72a5 1s linear infinite;stroke-dasharray:10 5;stroke-linecap:round;opacity:.7}@keyframes flow-03aa72a5{0%{stroke-dashoffset:15}to{stroke-dashoffset:0}}.save_common_content[data-v-f4b631cb]{background:#fff;border-radius:10px;min-width:480px}.save_common_top[data-v-f4b631cb]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.save_common_tip[data-v-f4b631cb]{font-size:20px}.save_common_body[data-v-f4b631cb]{padding:10px 60px 10px 20px;max-height:600px;overflow:auto}.save_common_type[data-v-f4b631cb]{display:flex;flex-direction:row}.save_common_select[data-v-f4b631cb]{flex:1;min-width:160px}.save_common_btn[data-v-f4b631cb]{margin-top:20px;margin-left:40px;display:flex;justify-content:center;width:100%}.run_project_content[data-v-27913a47]{background:#fff;border-radius:10px;min-width:400px}.run_project_top[data-v-27913a47]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.run_project_tip[data-v-27913a47]{font-size:20px}.run_project_body[data-v-27913a47]{padding:10px 60px 10px 20px;max-height:600px;overflow:auto}.run_project_type[data-v-27913a47]{display:flex;flex-direction:row}.run_project_select[data-v-27913a47]{flex:1;min-width:160px}.run_project_btn[data-v-27913a47]{margin-top:20px;margin-left:40px;display:flex;justify-content:center;width:100%}.run_project_content[data-v-7a43ed00]{background:#fff;border-radius:10px;min-width:400px}.run_project_top[data-v-7a43ed00]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:10px}.run_project_tip[data-v-7a43ed00]{font-size:20px}.run_project_body[data-v-7a43ed00]{padding:10px 60px 10px 20px;max-height:680px;overflow:auto}.run_project_type[data-v-7a43ed00]{display:flex;flex-direction:row}.run_project_select[data-v-7a43ed00]{flex:1;min-width:160px}.run_project_btn[data-v-7a43ed00]{margin-top:10px;margin-left:40px;display:flex;justify-content:center;width:100%}.run_project_content[data-v-456ffa74]{background:#fff;border-radius:10px;min-width:400px}.run_project_top[data-v-456ffa74]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.run_project_tip[data-v-456ffa74]{font-size:20px}.run_project_body[data-v-456ffa74]{padding:10px 60px 10px 20px;max-height:600px;overflow:auto}.run_project_type[data-v-456ffa74]{display:flex;flex-direction:row}.run_project_select[data-v-456ffa74]{flex:1;min-width:160px}.run_project_btn[data-v-456ffa74]{margin-top:20px;margin-left:40px;display:flex;justify-content:center;width:100%}.train_project_content[data-v-1e1e8970]{background:#fff;border-radius:10px;min-width:300px}.train_project_top[data-v-1e1e8970]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.train_project_tip[data-v-1e1e8970]{font-size:20px}.train_project_body[data-v-1e1e8970]{padding:10px 60px 10px 20px;max-height:600px;overflow:auto}.train_project_type[data-v-1e1e8970]{display:flex;flex-direction:row}.train_project_select[data-v-1e1e8970]{flex:1;min-width:210px}.train_project_btn[data-v-1e1e8970]{margin-top:20px;margin-left:40px;display:flex;justify-content:center;width:100%}.validate_project_content[data-v-d6ec6513]{background:#fff;border-radius:10px;min-width:300px}.validate_project_top[data-v-d6ec6513]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.validate_project_tip[data-v-d6ec6513]{font-size:20px}.validate_project_body[data-v-d6ec6513]{padding:10px 60px 10px 20px;max-height:600px;overflow:auto}.validate_project_type[data-v-d6ec6513]{display:flex;flex-direction:row}.validate_project_select[data-v-d6ec6513]{flex:1;min-width:160px}.validate_project_btn[data-v-d6ec6513]{margin-top:20px;margin-left:40px;display:flex;justify-content:center;width:100%}.run_project_type[data-v-d6ec6513]{display:flex;flex-direction:row}.run_project_content[data-v-54f6cd45]{background:#fff;border-radius:10px;min-width:300px}.run_project_top[data-v-54f6cd45]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.run_project_tip[data-v-54f6cd45]{font-size:20px}.run_project_body[data-v-54f6cd45]{padding:10px 60px 10px 20px;max-height:600px;overflow:auto}.run_project_type[data-v-54f6cd45]{display:flex;flex-direction:row}.run_project_select[data-v-54f6cd45]{flex:1;min-width:160px}.run_project_btn[data-v-54f6cd45]{margin-top:20px;margin-left:40px;display:flex;justify-content:center;width:100%}.pre_project_content[data-v-400e1a69]{background:#fff;border-radius:10px;min-width:480px;max-width:1080px}.pre_project_top[data-v-400e1a69]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;margin-bottom:20px}.pre_project_tip[data-v-400e1a69]{font-size:20px}[data-v-400e1a69] .pre_project_body{display:flex;flex-direction:column;padding:10px 20px;min-height:300px;max-height:600px;overflow:auto}[data-v-400e1a69] .pre_project_body .noData .noDataImg{left:50%;transform:translate(-50%,10%)}.pre_project_data[data-v-400e1a69]{display:flex;padding:10px;flex-wrap:wrap}[data-v-400e1a69] .noData.noDataImg{left:50%;transform:translateY(-50%)}.pre_project_item_card[data-v-400e1a69]{margin:5px}.pre_project_item[data-v-400e1a69]{display:flex;flex-direction:column;justify-content:center;align-items:center}.pre_project_item_name[data-v-400e1a69]{display:inline-block;padding:10px;color:#fff}.project_detail_content[data-v-e63a0ebb]{width:100%;display:flex;flex-direction:column;overflow-x:auto}.project_detail_top[data-v-e63a0ebb]{display:flex;align-items:center;justify-content:space-between;min-width:1080px}[data-v-e63a0ebb] .second_tab,[data-v-e63a0ebb] .second_tab .el-radio-button__inner{border:none}.project_detail_top_handle[data-v-e63a0ebb]{height:36px;display:flex;justify-content:center;align-items:center;padding-right:20px;padding-top:10px}.project_detail_top_handle_item[data-v-e63a0ebb]{margin-left:15px}.project_detail_top_handle_title[data-v-e63a0ebb]{font-size:16px;font-weight:700}.project_detail_body[data-v-e63a0ebb]{flex:1;display:flex;min-width:1080px}.project_detail_left[data-v-e63a0ebb]{height:100%;overflow-x:hidden;overflow-y:auto;min-width:220px}.project_detail_left .sub-menu[data-v-e63a0ebb]{background:#fff;padding:10px 10px 90px;height:calc(100vh - 120px)}.project_detail_left .right_menu[data-v-e63a0ebb]{margin-left:10px;width:300px;max-width:300px;min-width:200px}.project_detail_left .right_menu .right-one[data-v-e63a0ebb]{border-bottom:1px solid #a4a8af;padding:5px 15px}.project_detail_left .right_menu .right-one[data-v-e63a0ebb]:hover,.project_detail_left .right_menu .right-one.active[data-v-e63a0ebb]{color:#158bd9;border-bottom:1px solid #158bd9}[data-v-e63a0ebb] .el-tabs__item,.el-menu-item[data-v-e63a0ebb],[data-v-e63a0ebb] .el-sub-menu__title{font-size:13px}[data-v-e63a0ebb] .el-sub-menu .el-menu-item{padding-left:50px!important;font-size:12px}.project_detail_expand[data-v-e63a0ebb]{display:flex;align-items:center}.project_detail_flow[data-v-e63a0ebb]{flex:1;min-height:100%;position:relative;z-index:1}.project_detail_operate[data-v-e63a0ebb]{position:absolute;right:10px;top:10px}.project_detail_bottom[data-v-e63a0ebb]{position:fixed;z-index:900;bottom:30px;left:50%;transform:translate(-50%);text-align:center}.project_detail_right[data-v-e63a0ebb]{min-height:100%;width:380px;background:#fff;padding:10px;height:calc(100vh - 120px);display:flex;flex-direction:column}.project_detail_right .detail_right_top[data-v-e63a0ebb]{max-height:60%;margin-bottom:20px;overflow-y:auto;height:auto}.project_detail_right_title[data-v-e63a0ebb]{font-size:16px;font-weight:600;color:#333;display:inline-block;width:100%;text-align:center;margin-bottom:20px;display:flex;justify-content:center;align-items:center}.project_detail_right_params[data-v-e63a0ebb]{height:100%;background:#fff;padding:10px 10px 30px;overflow-x:hidden;overflow-y:auto}.project_detail_right_params_content[data-v-e63a0ebb]{display:flex;flex-direction:column;justify-content:left;width:160px}.project_detail_right_params_name[data-v-e63a0ebb]{font-size:14px;font-weight:600;color:#333;text-align:left;width:100%}.project_detail_right_params_desc[data-v-e63a0ebb]{font-size:12px;color:#9e9e9e;width:100%;text-align:left}.project_detail_right_params_value[data-v-e63a0ebb]{width:160px}.project_detail_right_out_params_value[data-v-e63a0ebb]{width:320px}.project_detail_right_params_set[data-v-e63a0ebb]{width:160px;margin-right:4px}.project_detail_right_result_img[data-v-e63a0ebb]{display:block}.el-select-dropdown[data-v-e63a0ebb]{width:120px!important}.dialogSaveCommon[data-v-e63a0ebb]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;height:100%;background-color:var(--el-overlay-color-lighter);overflow:auto;display:flex;justify-content:center;align-items:center}[data-v-e63a0ebb] .operate_dialog{background:#0000;--el-dialog-box-shadow: None}.el-menu[data-v-e63a0ebb]{border-right:0px}.menu[data-v-e63a0ebb]{width:200px;padding:20px;background-color:#f5f5f5}.content[data-v-e63a0ebb]{width:200px;height:100%;background-color:#fff;overflow-y:auto;top:100px;z-index:999;left:260px}.el-divider--horizontal[data-v-e63a0ebb]{margin:15px 0 20px}.leftType[data-v-e63a0ebb]{height:100px;border-bottom:1px solid #e6e6e6;display:flex;align-items:center;justify-content:center;font-size:12px;flex-direction:column}[data-v-e63a0ebb] .el-tabs__item[class*=is-left]{height:100px}[data-v-e63a0ebb] .el-tabs--left .el-tabs__item.is-left{justify-content:center}[data-v-e63a0ebb] .el-tabs__item{padding:0 10px}[data-v-e63a0ebb] .el-tabs--left .el-tabs__active-bar.is-left{width:0}.navRight[data-v-e63a0ebb]{padding:10px}.rightTitle[data-v-e63a0ebb]{display:flex;align-items:center;justify-content:space-between;padding:10px;font-size:12px;margin-bottom:10px;font-weight:600}.el-tabs--top[data-v-e63a0ebb]{margin-left:10px}.unitClass[data-v-e63a0ebb]{display:flex;align-items:center;justify-content:start}[data-v-e63a0ebb] .el-segmented--large .el-segmented__item{border-radius:calc(var(--el-border-radius-base) - 2px);padding:0 41px;border:1px solid #e6e6e6}[data-v-e63a0ebb] .el-drawer__body{width:100%}.fade-enter-active[data-v-e63a0ebb],.fade-leave-active[data-v-e63a0ebb]{transition:opacity .5s ease}.fade-enter-from[data-v-e63a0ebb],.fade-leave-to[data-v-e63a0ebb]{opacity:0}.customizeDrawer[data-v-e63a0ebb]{position:fixed;border-radius:5px;left:10px;top:1vh;bottom:1vh;width:25%;height:98vh;z-index:9999;background-color:#dcf5ede6;padding:10px;display:flex;flex-direction:column;justify-content:space-between}.drawer-process[data-v-e63a0ebb]{height:100vh}[data-v-e63a0ebb] .drawer-process .el-drawer__header{margin-bottom:10px;background-color:#7fffd4;height:10%}[data-v-e63a0ebb] .drawer-process .el-drawer__body{margin-bottom:10px;background-color:#f1c95b;height:90vh;display:flex;flex-direction:column;justify-content:space-between;flex:none}.custom-node-flow[data-v-e63a0ebb]{-webkit-user-select:none;user-select:none}.add_dataset_wrap[data-v-cfebdd58]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:10;display:flex;justify-content:center;align-items:center}.add_dataset_content[data-v-cfebdd58]{background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0003;width:400px;max-width:100%;display:flex;flex-direction:column}.add_dataset_header[data-v-cfebdd58]{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 15px}.add_dataset_body[data-v-cfebdd58]{padding:20px}.add_dataset_buttons[data-v-cfebdd58]{display:flex;justify-content:flex-end}.collect_row[data-v-b50d2672]{height:calc(100vh - 140px);box-sizing:border-box;width:100%}.collect_left[data-v-b50d2672]{height:100%;margin-right:20px}[data-v-b50d2672] .collect_left .el-card__body{height:100%;padding-right:0}.collect_left_content[data-v-b50d2672]{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff}.circle-visualizer-container[data-v-b50d2672]{width:60%;height:400px;background-color:#0003;border-radius:15px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.operate-btn[data-v-b50d2672]{margin-top:20px}.collect_right[data-v-b50d2672]{height:100%;width:100%}.collect_right_title[data-v-b50d2672]{display:flex;align-items:center;justify-content:space-between;height:40px}[data-v-b50d2672] .collect_right .el-card__body{overflow:auto;height:calc(100% - 80px);width:100%}.collect_right_content[data-v-b50d2672]{width:100%}.photos-container[data-v-b50d2672]{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;width:100%}.photo-item[data-v-b50d2672]{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:10px;box-sizing:border-box;transition:all .3s ease}.captured-area[data-v-b50d2672]{width:100%;max-width:100%;max-height:200px;object-fit:contain;border-radius:4px}.photo-info[data-v-b50d2672]{margin-top:10px;font-size:10px}.dataset_content[data-v-7a282575]{display:flex;min-width:1080px;flex-direction:column;height:100vh}[data-v-7a282575] .second_tab,[data-v-7a282575] .second_tab .el-radio-button__inner{border:none}.leftArea[data-v-7a282575]{padding:30px 10px;box-shadow:5px 1px 6px -5px #0000001a;width:100%;overflow:auto}.dataset_menu[data-v-7a282575]{display:flex;flex-direction:column;gap:20px}.dataset_menu .menuLabel[data-v-7a282575]{border:1px solid #409eff;border-radius:30px;margin:10px 10px 15px;padding:3px;text-align:center;color:#409eff}.dataset_menu .active[data-v-7a282575]{background-color:#409eff;color:#fff}.menu-item[data-v-7a282575]{font-size:20px}.dataset_top[data-v-7a282575]{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.dataset_select[data-v-7a282575]{display:flex;flex-direction:row;align-items:center}.dataset_body[data-v-7a282575]{flex:1;overflow:auto}.dataset_list[data-v-7a282575]{height:100%;padding:10px}.dataset_cover[data-v-7a282575]{height:180px;width:100%}.dataset_info[data-v-7a282575]{padding:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.dataset_name[data-v-7a282575]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.5;height:3em}.dataset_table[data-v-7a282575]{margin:10px}.txt_limit[data-v-7a282575]{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.courseware_detail_iframe[data-v-7a282575]{width:100%;height:70vh;border:1px solid #ccc;border-radius:3px;overflow:hidden}.add_file_wrap[data-v-5bc1e09b]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:5;display:flex;justify-content:center;align-items:center}.add_file_content[data-v-5bc1e09b]{background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0003;width:400px;max-width:100%;display:flex;flex-direction:column}.add_file_header[data-v-5bc1e09b]{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 15px}.add_file_body[data-v-5bc1e09b]{padding:20px}.add_file_title[data-v-5bc1e09b]{color:#666;margin-bottom:10px}.add_dataset_file[data-v-5bc1e09b]{width:100%;background:#f5f5f5;border-radius:4px}.add_file_table[data-v-5bc1e09b]{margin-top:10px;max-height:240px;overflow:auto}.dataset_detail_content[data-v-d4658116]{display:flex;flex-direction:column;min-width:1080px;height:100vh}.dataset_detail_body[data-v-d4658116]{flex:1;display:flex;flex-direction:row;height:calc(100% - 50px)}[data-v-d4658116] .second_tab,[data-v-d4658116] .second_tab .el-radio-button__inner{border:none}.dataset_detail_left[data-v-d4658116]{margin:10px;padding:10px;background:#fff;border-radius:6px;overflow:auto}.dataset_detail_left_top[data-v-d4658116]{display:flex;align-items:center;margin-bottom:10px}.dataset_detail_tip[data-v-d4658116]{color:#333;font-size:16px;font-weight:700;margin-left:6px}.dataset_detail_left_bottom[data-v-d4658116]{display:flex;flex-direction:row;align-items:center;padding:5px 10px;border-radius:5px;margin-top:5px}.dataset_detail_left_bottom.selected[data-v-d4658116]{background:#cfe4fc}.dataset_detail_left_tip[data-v-d4658116]{font-size:16px;width:200px;padding:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataset_detail_left_add[data-v-d4658116]{display:flex;flex-direction:row;align-items:center;padding:5px 10px;border-radius:5px;margin-top:5px}.dataset_detail_right[data-v-d4658116]{flex:1;display:flex;flex-direction:column}.dataset_detail_right_top[data-v-d4658116]{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.dataset_detail_right_select[data-v-d4658116]{display:flex;flex-direction:row;align-items:center}.dataset_detail_right_body[data-v-d4658116]{flex:1;display:flex;flex-direction:column;justify-content:space-between;overflow:auto}.dataset_detail_right_card[data-v-d4658116]{display:flex;flex-wrap:wrap}.dataset_detail_right_item_card[data-v-d4658116]{width:calc(16.6% - 20px);margin:10px}.dataset_detail_right_item[data-v-d4658116]{display:flex;flex-direction:column;justify-content:center;align-items:center}.dataset_detail_right_item_delete[data-v-d4658116]{position:absolute;top:5px;right:5px;z-index:5}.dataset_detail_right_item_img[data-v-d4658116]{height:130px}.dataset_detail_right_item_name[data-v-d4658116]{display:inline-block;margin-top:10px;margin-bottom:10px;width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.course_content[data-v-21986d8e]{display:flex;flex-direction:column;min-width:1080px;height:100vh}.course_content[data-v-21986d8e] .el-radio-group{align-items:center;display:flex;justify-content:space-between}.course_body[data-v-21986d8e]{flex:1;overflow:auto}.course_class_list[data-v-21986d8e]{height:100%;padding:10px;margin-bottom:20px}.course_class_list_item[data-v-21986d8e]{margin:12px}.course_class_name[data-v-21986d8e]{padding:10px;border-bottom:1px solid #eee}.course_list[data-v-21986d8e]{display:flex;flex-direction:row;flex-wrap:wrap}.course_item[data-v-21986d8e]{flex:0 0 25%}.course_item_content[data-v-21986d8e]{margin:10px;border-radius:6px;border:1px solid #eee}.course_img[data-v-21986d8e]{width:100%;height:240px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:1px solid #eee}.course_item_bottom[data-v-21986d8e]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px}[data-v-21986d8e] .second_tab,[data-v-21986d8e] .second_tab .el-radio-button__inner{border:none}.open_course_list[data-v-21986d8e]{height:100%;padding:10px}.course_cover[data-v-21986d8e]{height:180px;width:100%}.course_info[data-v-21986d8e]{padding:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.course_name[data-v-21986d8e]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.5;height:3em}.course_detail_content[data-v-9f16a231]{display:flex;flex-direction:column;min-width:1080px;height:100vh}.course_detail_content[data-v-9f16a231] .el-radio-group{align-items:center;display:flex;justify-content:space-between}[data-v-9f16a231] .second_tab,[data-v-9f16a231] .second_tab .el-radio-button__inner{border:none}.course_detail_top[data-v-9f16a231]{width:50%;padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.course_detail_bottom[data-v-9f16a231]{flex:1;overflow:auto}.course_detail_list[data-v-9f16a231],.course_detail_info[data-v-9f16a231]{padding:10px}.course_detail_cover[data-v-9f16a231]{width:100%}.course_detail_name[data-v-9f16a231]{color:#000;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course_detail_time[data-v-9f16a231]{display:block;font-size:12px}.course_detail_type[data-v-9f16a231]{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course_detail_start[data-v-9f16a231]{float:right;border:1px solid #ddd;padding:2px 10px;margin-bottom:10px}.open-course-detail[data-v-19ac5d24]{display:flex;flex-direction:column;height:100vh;overflow:auto}.open-course-detail[data-v-19ac5d24] .special{align-items:center;display:flex;justify-content:space-between}.course-detail-top[data-v-19ac5d24]{background:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 80px 20px 20px;border-radius:10px}.course-detail-top .course-image[data-v-19ac5d24]{width:160px}.course-detail-top .course-detail-top-left[data-v-19ac5d24]{display:flex;flex-direction:column;align-items:center;justify-content:left;margin-left:20px}.course-detail-top .course-detail-top-left .course-name[data-v-19ac5d24]{width:100%;color:#2c2c2c;font-size:28px;margin-bottom:10px}.course-detail-top .course-detail-top-left .course-info[data-v-19ac5d24]{color:#2c2c2c;font-size:24px}[data-v-19ac5d24] .second_tab,[data-v-19ac5d24] .second_tab .el-radio-button__inner{border:none}.course-detail-bottom[data-v-19ac5d24]{margin-top:20px;display:flex;flex:1;overflow:auto}.course-detail-bottom .course-detail-bottom-left[data-v-19ac5d24]{flex:1;background:#fff;margin-right:10px;padding:20px;display:flex;flex-direction:column;overflow:auto;border-radius:10px 10px 0 0}.course-detail-bottom .course-detail-bottom-left[data-v-19ac5d24] .second_tab{border:none}.course-detail-bottom .course-detail-bottom-left[data-v-19ac5d24] .second_tab .el-radio-button__inner{border:none;font-size:24px;color:#2c2c2c}.course-detail-bottom .course-detail-bottom-left .course-detail-bottom-intro[data-v-19ac5d24]{padding:20px;height:100%;flex:1;overflow-y:auto}.course-detail-bottom .course-detail-bottom-left .course-detail-bottom-intro span[data-v-19ac5d24]{font-size:16px}.course-detail-bottom .course-detail-bottom-left .course-detail-bottom-contents[data-v-19ac5d24]{padding:20px;flex:1;overflow-y:auto}.course-detail-bottom .course-detail-bottom-left .course-detail-bottom-contents .contents-items[data-v-19ac5d24]{display:flex;margin-top:12px;font-size:16px;align-items:center}.course-detail-bottom .course-detail-bottom-left .course-detail-bottom-contents span[data-v-19ac5d24]{margin-left:10px;font-size:18px}.course-detail-bottom .course-detail-bottom-right[data-v-19ac5d24]{width:280px;padding:20px;background:#fff;margin-left:10px;border-radius:10px 10px 0 0}.course-detail-bottom .course-detail-bottom-right .course-commend[data-v-19ac5d24]{color:#2c2c2c;font-size:24px;margin-bottom:10px;display:inline-block}.course-detail-bottom .course-detail-bottom-right .course-commend-video[data-v-19ac5d24]{position:relative}.course-detail-bottom .course-detail-bottom-right .course-commend-video-thumb[data-v-19ac5d24]{display:block;width:100%;height:160px}.course-detail-bottom .course-detail-bottom-right .course-commend-video-play[data-v-19ac5d24]{width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.courseware_detail_iframe[data-v-19ac5d24]{width:100%;height:70vh;border:1px solid #ccc;border-radius:3px;overflow:hidden}.set[data-v-19ac5d24]{padding:4px 8px;margin-left:2px!important}.courseware_detail_content[data-v-e3f61c78] .special{align-items:center;display:flex;justify-content:space-between}.courseware_detail_iframe[data-v-e3f61c78]{width:calc(100vw - 24px);height:calc(100vh - 112px);border:1px solid #ccc;border-radius:3px;overflow:hidden}[data-v-e3f61c78] .second_tab,[data-v-e3f61c78] .second_tab .el-radio-button__inner{border:none}.evaluation_content[data-v-e5702bc1]{display:flex;min-width:1080px;flex-direction:column}.evaluation_top[data-v-e5702bc1]{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.evaluation_select[data-v-e5702bc1]{display:flex;flex-direction:row;align-items:center}.typeSelect[data-v-e5702bc1]{width:160px;margin-left:10px}.categorySelect[data-v-e5702bc1]{width:120px;margin-left:10px}.evaluation_body[data-v-e5702bc1]{flex:1;overflow:auto}.evaluation_table[data-v-e5702bc1]{margin:10px}.txt_limit[data-v-e5702bc1]{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.courseware_detail_iframe[data-v-e5702bc1]{width:100%;height:70vh;border:1px solid #ccc;border-radius:3px;overflow:hidden}.start_evaluation[data-v-9890e898]{display:flex;flex-direction:column;min-width:1080px;height:100vh}.start_evaluation_body[data-v-9890e898]{display:flex;flex-direction:row;flex-wrap:wrap;padding-bottom:20px;height:calc(100vh - 98px)}.start_evaluation_left[data-v-9890e898]{height:100%;background:#fff;padding:10px;overflow-x:hidden;overflow-y:auto;margin:10px;border-radius:6px}.start_evaluation_left_top[data-v-9890e898]{display:flex;align-items:center;margin-bottom:10px}.start_evaluation_tip[data-v-9890e898]{color:#333;font-size:16px;font-weight:700;margin-left:6px}.start_evaluation_left_bottom[data-v-9890e898]{display:flex;flex-direction:row;align-items:center;padding:5px 10px;border-radius:5px;margin-top:5px}.start_evaluation_left_bottom.selected[data-v-9890e898]{background:#cfe4fc}.start_evaluation_question_tip[data-v-9890e898]{font-size:16px;width:240px;padding:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.start_evaluation_right[data-v-9890e898]{margin-left:10px;margin-right:10px;flex:1}.start_evaluation_right_top[data-v-9890e898]{display:flex;justify-content:space-between;padding:10px;margin-bottom:10px}.start_evaluation_right_bottom[data-v-9890e898]{background:#fff;padding:10px;border-radius:6px;margin-bottom:10px;height:calc(100% - 72px)}.start_evaluation_time_txt[data-v-9890e898]{font-size:16px;color:#333}.start_evaluation_time[data-v-9890e898]{font-size:16px;color:red;font-weight:700}.question[data-v-9890e898]{display:flex;flex-direction:column}.question_item[data-v-9890e898]{padding:4px 0}.attachment[data-v-9890e898]{margin-top:8px}.attachment_img[data-v-9890e898]{max-width:600px;max-height:300px}.option_list[data-v-9890e898]{margin-top:8px}.option_item[data-v-9890e898]{padding:4px 0}.answer[data-v-9890e898],.commit[data-v-9890e898]{margin-top:20px}.set_chatbot_wrap[data-v-d8c239bc]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:5;display:flex;justify-content:center;align-items:center}.set_chatbot_content[data-v-d8c239bc]{background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0003;width:400px;max-width:100%;display:flex;flex-direction:column}.set_chatbot_header[data-v-d8c239bc]{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 15px}.set_chatbot_body[data-v-d8c239bc]{padding:20px}.set_chatbot_buttons[data-v-d8c239bc]{display:flex;justify-content:flex-end}.set_chatbot_file[data-v-d8c239bc]{width:100%;background:#f5f5f5;border-radius:4px}.set_chatbot_file_name[data-v-d8c239bc]{max-width:200px}.hardware_content[data-v-c31fd8bc]{min-width:1080px}.hardware_body[data-v-c31fd8bc]{display:flex;padding:10px;flex-wrap:wrap}.hardware_item_card[data-v-c31fd8bc]{width:calc(25% - 20px);margin:10px}.hardware_item[data-v-c31fd8bc]{display:flex;flex-direction:column;justify-content:center;align-items:center}.hardware_item_img[data-v-c31fd8bc]{height:240px;width:100%}.hardware_item_name[data-v-c31fd8bc]{display:inline-block;margin-top:10px;margin-bottom:10px}.certification_content[data-v-bf501652]{display:flex;flex-direction:column;min-width:1080px;height:100vh}.certification_body[data-v-bf501652]{display:flex;padding:10px;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;min-height:calc(100vh - 200px)}.certification_placeholder[data-v-bf501652]{flex-grow:1;width:calc(25% - 20px);margin:10px;visibility:hidden;height:0}.certification_top[data-v-bf501652]{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.certification_select[data-v-bf501652]{display:flex;flex-direction:row;align-items:center}.certification_bottom[data-v-bf501652]{flex:1;overflow:auto}.certification_item_card[data-v-bf501652]{width:calc(25% - 20px);margin:10px;flex-shrink:0}.certification_item[data-v-bf501652]{display:flex;flex-direction:column;justify-content:center;align-items:center}.certification_item_img[data-v-bf501652]{height:240px;width:100%}.certification_item_name[data-v-bf501652]{display:inline-block;margin-top:10px;margin-bottom:10px}.big_certification[data-v-bf501652]{width:100%;margin-top:30px}.creativity_content[data-v-7899fbd0]{display:flex;flex-direction:column;min-width:1080px;min-height:100vh}.creativity_body[data-v-7899fbd0]{flex:1;overflow:auto}.creativity_class_list[data-v-7899fbd0]{height:100%;padding:10px;margin-bottom:20px}.creativity_class_list_item[data-v-7899fbd0]{margin:12px}.creativity_class_name[data-v-7899fbd0]{padding:10px;border-bottom:1px solid #eee}.creativity_item[data-v-7899fbd0]{flex:0 0 25%}.creativity_item_content[data-v-7899fbd0]{margin:10px;border-radius:6px;border:1px solid #eee}.creativity_img[data-v-7899fbd0]{width:100%;height:240px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom:1px solid #eee}.creativity_item_bottom[data-v-7899fbd0]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px}[data-v-7899fbd0] .second_tab,[data-v-7899fbd0] .second_tab .el-radio-button__inner{border:none}.creativity_list[data-v-7899fbd0]{height:100%;padding:10px}.creativity_cover[data-v-7899fbd0]{height:180px;width:100%}.creativity_info[data-v-7899fbd0]{padding:10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.creativity_name[data-v-7899fbd0]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-overflow:ellipsis;line-height:1.5;height:3em}.update_userinfo_wrap[data-v-966fc4ab]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:5;display:flex;justify-content:center;align-items:center}.update_userinfo_content[data-v-966fc4ab]{background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0003;width:400px;max-width:100%;display:flex;flex-direction:column}.update_userinfo_header[data-v-966fc4ab]{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 15px}.update_userinfo_body[data-v-966fc4ab]{padding:20px}.update_userinfo_buttons[data-v-966fc4ab]{display:flex;justify-content:flex-end}.update_password_wrap[data-v-33ee61ad]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:5;display:flex;justify-content:center;align-items:center}.update_password_content[data-v-33ee61ad]{background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0003;width:400px;max-width:100%;display:flex;flex-direction:column}.update_password_header[data-v-33ee61ad]{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 15px}.update_password_body[data-v-33ee61ad]{padding:20px}.update_password_buttons[data-v-33ee61ad]{display:flex;justify-content:flex-end}.update_phone_wrap[data-v-18cc64a3]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:5;display:flex;justify-content:center;align-items:center}.update_phone_content[data-v-18cc64a3]{background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0003;width:400px;max-width:100%;display:flex;flex-direction:column}.update_phone_header[data-v-18cc64a3]{display:flex;justify-content:space-between;align-items:center;margin:20px 20px 15px}.update_phone_body[data-v-18cc64a3]{padding:20px}.update_phone_buttons[data-v-18cc64a3]{display:flex;justify-content:flex-end}.userinfo_content[data-v-0d56667a]{display:flex;flex-direction:column;align-items:center}.userinfo_body[data-v-0d56667a]{width:100%;min-width:300px;display:flex;flex-direction:column;align-items:center;overflow:auto}.box-card[data-v-0d56667a]{width:100%;margin-top:10px}.profileItem[data-v-0d56667a]{font-size:16px;margin-bottom:20px}.platFormItem[data-v-0d56667a]{font-size:16px;margin-bottom:10px}.certification_content[data-v-0d56667a]{display:flex;flex-direction:column;min-width:1080px;height:100vh}.certification_body[data-v-0d56667a]{display:flex;padding:10px;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;min-height:calc(100vh - 200px)}.certification_placeholder[data-v-0d56667a]{flex-grow:1;width:calc(25% - 20px);margin:10px;visibility:hidden;height:0}.certification_top[data-v-0d56667a]{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.certification_select[data-v-0d56667a]{display:flex;flex-direction:row;align-items:center}.certification_bottom[data-v-0d56667a]{flex:1;overflow:auto}.certification_item_card[data-v-0d56667a]{width:calc(25% - 20px);margin:10px;flex-shrink:0}.certification_item[data-v-0d56667a]{display:flex;flex-direction:column;justify-content:center;align-items:center}.certification_item_img[data-v-0d56667a]{height:240px;width:100%}.certification_item_name[data-v-0d56667a]{display:inline-block;margin-top:10px;margin-bottom:10px}.big_certification[data-v-0d56667a]{width:100%;margin-top:30px}.handle-box[data-v-5a0b9e89]{margin-bottom:20px;margin-left:20px}.handle-select[data-v-5a0b9e89]{width:200px}.handle-input[data-v-5a0b9e89]{width:300px}[data-v-5a0b9e89] .table{width:98%;font-size:14px;margin:auto}[data-v-5a0b9e89] .table .table-header{font-size:15px;font-weight:700;color:#666}.el-table thead th[data-v-5a0b9e89]{font-weight:600}.mr10[data-v-5a0b9e89]{margin-right:10px}.pagination[data-v-5a0b9e89]{margin:20px;text-align:right}.courseware_detail_iframe[data-v-5a0b9e89]{width:100%;height:70vh;border:1px solid #ccc;border-radius:3px;overflow:hidden}.courseware_detail_iframe[data-v-601a63a3]{width:calc(100vw - 24px);height:calc(100vh - 112px);border:1px solid #ccc;border-radius:3px;overflow:hidden;margin-top:20px;margin-left:10px;margin-right:auto}
