#resizeable-draggable{background:#555}#resizeable-draggable .draggable{z-index:300!important;top:0;line-height:2;padding:0;cursor:move}#resizeable-draggable .draggable .textAreaBox{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}#resizeable-draggable .draggable .textAreaBox .content{width:100%;height:100%;background:#2f2e2e}#resizeable-draggable .draggable .textAreaBox .content .headerNav{height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px;background:#555;color:#faebd7;position:relative;cursor:move}#resizeable-draggable .draggable .textAreaBox .content .headerNav a{display:block;font-size:16px;font-weight:700}#resizeable-draggable .draggable .textAreaBox .content .headerNav i{font-size:18px;cursor:pointer;margin-left:10px}#resizeable-draggable .draggable .textAreaBox .content .headerNav .setBox{position:absolute;right:-150px;top:40px;width:180px;background:#555;border-radius:10px;padding:10px}#resizeable-draggable .draggable .textAreaBox .content .headerNav .setBox label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#resizeable-draggable .draggable .textAreaBox .content .headerNav .titText{text-overflow:ellipsis;width:60%;white-space:nowrap;display:inline-block;overflow:hidden}#resizeable-draggable .draggable .textAreaBox .content .headerNav .checkText{padding:0;font-size:12px;padding:2px 5px;line-height:normal}#resizeable-draggable .draggable .textAreaBox .content .headerNav .checkText i{display:none}#resizeable-draggable .draggable .textAreaBox .content .textBox{height:91%;font-size:14px;color:#fff;background:#2f2e2e;cursor:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;padding:10px 10px 5px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}#resizeable-draggable .draggable .textAreaBox .content .textBox::-webkit-scrollbar{width:0}#resizeable-draggable .draggable .textAreaBox .content .textBox .highlightLeft{background-color:rgba(172,223,124,.61)}#resizeable-draggable .draggable .textAreaBox .content .textBox .highlight{background-color:rgba(223,124,124,.651)}#resizeable-draggable .draggable .textAreaBox .content:first-child{border-right:1px solid #666}.display_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.inputQuery .el-input__inner{font-weight:700;margin:5px 0}.scrollbar{scrollbar-width:none;scrollbar-color:#888 #f1f1f1}.scrollbar::-webkit-scrollbar{width:0;height:0}.scrollbar::-webkit-scrollbar-track{background:#f1f1f1}.scrollbar::-webkit-scrollbar-thumb{background:#888;border-radius:2px}.scrollbar::-webkit-scrollbar-thumb:hover{background:#555}#query .showDataBox{width:100%;min-height:600px;border:1px solid #ccc}#query .showDataBox h3{height:32px;line-height:32px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #ccc}#query .showDataBox .el-col{border-right:1px solid #ccc}#query .showDataBox .el-col p{border-bottom:1px solid #ccc;height:32px;line-height:32px}#query .left-card,#query .right-card{height:700px;overflow:hidden;position:relative}#query .left-card .el-card__body,#query .right-card .el-card__body{padding:0;height:100%}#query .left-card .titBox,#query .right-card .titBox{height:36px;line-height:36px;padding:0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:#2ec29b;color:#fff}#query .left-card .menuBox,#query .left-card .queryListBox,#query .right-card .menuBox,#query .right-card .queryListBox{height:630px;overflow:auto;margin:10px 0;position:relative}#query .left-card .menuBox .menuList,#query .left-card .menuBox .queryText,#query .left-card .queryListBox .menuList,#query .left-card .queryListBox .queryText,#query .right-card .menuBox .menuList,#query .right-card .menuBox .queryText,#query .right-card .queryListBox .menuList,#query .right-card .queryListBox .queryText{padding:5px;cursor:pointer}#query .left-card .menuBox .active,#query .left-card .queryListBox .active,#query .right-card .menuBox .active,#query .right-card .queryListBox .active{background:#d5f3eb}#query .left-card .menuBox .el-image,#query .left-card .queryListBox .el-image,#query .right-card .menuBox .el-image,#query .right-card .queryListBox .el-image{width:100%;margin:0 auto}#query .left-card .table-page,#query .right-card .table-page{position:absolute;bottom:0;height:36px;line-height:36px;padding:0 5px;background-color:#ddd;color:#fff}#query .middle-card{height:700px;overflow:hidden}#query .middle-card .el-card__body{padding:10px 15px;height:calc(100% - 20px)}#query .middle-card .task-top{margin-bottom:10px}#query .middle-card img{width:95%}#query .middle-card .saveBtn{width:100%;display:inline-block;text-align:center;margin-top:10px}#query .middle-card .queryBox{overflow-y:auto;max-height:600px;margin:10px auto}#query .middle-card .queryBox .queryList{border-bottom:1px solid rgba(46,194,155,.4117647058823529);margin:12px 0;padding:0 5px 15px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:14px;position:relative;width:100%}#query .middle-card .queryBox .queryList .co-icon-delete{color:#f13737;position:absolute;top:0;right:20px;cursor:pointer;font-weight:700}#query .middle-card .queryBox .queryList .issueMarkData{width:95%}#query .middle-card .queryBox .queryList .issueMarkData .markData{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#query .middle-card .queryBox .queryList .issueMarkData .markData .inputQuery{margin-right:5px}#query .middle-card .queryBox .queryList .issueMarkData .markData .co-icon-delete{position:static;color:#2ec29b;font-weight:100}#query .middle-card .queryBox .queryList .co-icon-add-circle{margin-top:-5px}#query .middle-card .queryBox .queryList .querySelect{display:inline-block;margin:10px 20px 0 0}#query .middle-card .queryBox .queryList .statusBox{width:150px}#query .middle-card .queryBox .queryList .statusBox .el-radio__label{font-size:14px}#query .middle-card .queryBox .queryList:last-child{border:none}#query .right-card .queryListBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}#query .right-card .queryListBox .queryText{-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px;width:100%;height:32px;line-height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#query .right-card .queryListBox .queryText a{cursor:pointer;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%}#query .right-card .queryListBox .queryText i{width:10%;text-align:right}#query .right-card .queryListBox .queryText i:hover{color:red}#query .right-card .queryListBox .queryText .activeQuery{background:#d5f3eb;font-weight:700}#query .loading-indicator{text-align:center;color:#888;position:absolute;bottom:0;left:0;right:0;width:100%;height:32px;line-height:32px}#query .table-cell-placeholder{position:relative}#query .table-cell-placeholder:after{content:"--";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#999;font-style:italic;pointer-events:none}