.wCIb-5q\+_code-edit {
  position: relative;
  padding: 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wCIb-5q\+_code-edit .react-codemirror2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wCIb-5q\+_code-edit .CodeMirror {
  height: 100%;
  font-size: 14px;
  line-height: 2;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
}
.wCIb-5q\+_code-edit .CodeMirror pre.CodeMirror-line,
.wCIb-5q\+_code-edit .CodeMirror pre.CodeMirror-line-like {
  padding: 0;
}
.wCIb-5q\+_code-edit .CodeMirror-placeholder {
  color: #b2b2b2 !important;
}
.wCIb-5q\+_code-edit .CodeMirror-linenumber {
  color: #999;
  text-align: center;
}
.wCIb-5q\+_code-edit .CodeMirror-gutters {
  background-color: #fff;
  border: none;
}
.wCIb-5q\+_code-edit .CodeMirror-cursor {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  border-left-width: 3px;
}
.wCIb-5q\+_code-edit .tag {
  color: #212121;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  max-width: 100%;
  border-radius: 10px;
  background: var(--kd-nc-primary-1, #F2F9FF);
  border: 1px solid var(--kd-nc-primary-2, #E0EFFF);
}
.wCIb-5q\+_code-edit .tag .var_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wCIb-5q\+_code-edit .tag .var_title > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 10%;
  line-height: 16px;
  padding: 2px 8px;
  word-break: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wCIb-5q\+_code-edit .tag .var_title .parent_title {
  background: var(--kd-nc-primary-2, #E0EFFF);
  border-radius: 10px;
}
.wCIb-5q\+_code-edit .tag .var_title .parent_title > span {
  word-break: break-word;
}
.wCIb-5q\+_code-edit .tag .var_title .field_title {
  font-weight: 600;
}
.wCIb-5q\+_code-edit .tag .var_title .field_title > span {
  overflow: hidden;
  white-space: pre;
}
.wCIb-5q\+_code-edit .tag .var_title .field_title > span span:last-child {
  white-space: pre-wrap;
}
.wCIb-5q\+_code-edit .tag .var_title .gray {
  font-weight: 400;
  color: #666;
  white-space: pre-wrap;
}
.wCIb-5q\+_code-edit .tag_error {
  color: #212121;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  max-width: 100%;
  border-radius: 10px;
  background: var(--kd-nc-primary-1, #F2F9FF);
  border: 1px solid var(--kd-nc-primary-2, #E0EFFF);
  background-color: var(--kd-nc-danger-1, #FFF4F2);
  border-color: var(--kd-nc-danger-6, #FB2323);
}
.wCIb-5q\+_code-edit .tag_error .var_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wCIb-5q\+_code-edit .tag_error .var_title > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 10%;
  line-height: 16px;
  padding: 2px 8px;
  word-break: break-word;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wCIb-5q\+_code-edit .tag_error .var_title .parent_title {
  background: var(--kd-nc-primary-2, #E0EFFF);
  border-radius: 10px;
}
.wCIb-5q\+_code-edit .tag_error .var_title .parent_title > span {
  word-break: break-word;
}
.wCIb-5q\+_code-edit .tag_error .var_title .field_title {
  font-weight: 600;
}
.wCIb-5q\+_code-edit .tag_error .var_title .field_title > span {
  overflow: hidden;
  white-space: pre;
}
.wCIb-5q\+_code-edit .tag_error .var_title .field_title > span span:last-child {
  white-space: pre-wrap;
}
.wCIb-5q\+_code-edit .tag_error .var_title .gray {
  font-weight: 400;
  color: #666;
  white-space: pre-wrap;
}
.wCIb-5q\+_code-edit .cm-expression-style,
.wCIb-5q\+_code-edit .cm-operation-style {
  color: var(--kd-nc-success-6, #1BA854);
}
.wCIb-5q\+_code-edit .exp {
  display: inline-block;
  color: var(--kd-nc-success-6, #1BA854);
}
.wCIb-5q\+_code-edit .exp_error {
  display: inline-block;
  color: var(--kd-nc-success-6, #1BA854);
  color: var(--kd-nc-danger-6, #FB2323);
}
.wCIb-5q\+_code-edit .CodeMirror-matchingbracket,
.wCIb-5q\+_code-edit .CodeMirror-nonmatchingbracket {
  color: #212121 !important;
}
.jqjnmfn9_readonly {
  cursor: pointer;
}
.jqjnmfn9_readonly .CodeMirror-lines {
  cursor: pointer;
}
.L-uqsBi5_tag_tips {
  overflow-wrap: break-word;
}

