.wrapper :global .editor-drawer-wrapper-body {
  overflow: hidden;
}
.wrapper :global .editor-drawer-wrapper-body .editor-drawer-body {
  height: calc(100% - 48px);
  padding: 0;
}
.container {
  height: 100%;
  background-color: #fff;
}
.container .banner {
  margin-top: -1px;
  border-top: 2px solid #fdaf4f;
}
.container .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.container .content .query {
  margin-bottom: 24px;
}
.container .content .query :global .editor-radio-button-wrapper-disabled {
  background-color: #fff;
}
.container .content .query :global .editor-radio-button-wrapper-disabled:not(:last-child) {
  border-right: none;
}
.container .content .query :global .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked {
  color: rgba(68, 119, 238, 0.25);
  background-color: #fff;
  border: 1px solid rgba(68, 119, 238, 0.25);
}
.container .content .query :global .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked:not(:first-child) {
  border-left: none;
}
.container .content .query :global .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked:first-child {
  border-right: none;
}
.container .content .query :global .editor-radio-button-wrapper-disabled.editor-radio-button-wrapper-checked::before {
  background-color: rgba(68, 119, 238, 0.25);
}
.container .content .searchBox {
  margin-bottom: 20px;
}
.container .content .searchBox .select {
  width: 100%;
}
.container .content .searchBox .select .name {
  color: rgba(28, 36, 46, 0.85);
}
.container .content .searchBox .select .code {
  color: rgba(28, 36, 46, 0.35);
}
.container .content .searchBox .tit {
  display: flex;
  margin-bottom: 8px;
}
.container .content .searchBox .tit .release {
  margin-left: 8px;
  color: #ff7474;
  cursor: pointer;
}
.container .withHead {
  height: calc(100% - 49px);
}
.container .withBanner {
  height: calc(100% - 85px);
}
.container .head {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.container .result {
  flex: none;
}
.container .rules {
  flex: none;
}
.container .search {
  flex: none;
}
.container .myTabel {
  flex: auto;
  margin-bottom: 50px;
  overflow-y: auto;
}
.container .myTabel :global .editor-checkbox-wrapper.editor-checkbox-wrapper-disabled .editor-checkbox.editor-checkbox-checked .editor-checkbox-inner::after {
  border-color: #e5e5e5;
}
.container .footBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #fff;
  box-shadow: 0 1px #e8e8e8 inset;
}
.container .removeBinding {
  justify-content: flex-start;
}
.container .removeButton {
  color: white;
  background-color: #f04631;
  border-color: #f04631;
}
.container .sureCancle {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.container :global(textarea.editor-input) {
  color: #2657dc;
  background-color: #333;
}
.container :global(.editor-btn) {
  margin-left: 8px;
}
.container :global(.editor-btn):first-child {
  margin-left: 0;
}
.table th {
  background: #fbfbfb !important;
}
.table .tableRow td {
  background-color: white;
}
.label {
  height: 32px;
  font-size: 14px;
  text-align: left;
}
.expression {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
.expression .leftItem {
  flex: 1;
  max-height: 50vh;
  padding-right: 8px;
  overflow-y: scroll;
}
.expression .rightItem {
  flex: 1;
  padding-left: 8px;
}
.copyStyle {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
}
.inputBaColor {
  background: '#B0CDFF';
}
.searchColor {
  color: red;
}
.tag {
  margin-right: 8px;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 6px;
}
