body,
ul,
li {
  padding: 0;
  margin: 0;
}

#plot-editor {
  position: absolute;
  right: 10px;
  top: 10px;
}

#mod-editor-box-style {
  position: relative;
  width: 300px;
  height: 724px;
  overflow-y: hidden;
  z-index: 999;
}
#mod-editor-box-style .panel-heading {
  cursor: move;
  color: #E1E1E1;
  display: flex;
  justify-content: space-between;
}
#mod-editor-box-style .panel-heading span {
  color: #E1E1E1;
  font-size: 18px;
}
#mod-editor-box-style .panel-heading .modal-title {
  font-weight: 900;
}
#mod-editor-box-style .panel-body {
  height: calc(100% - 76px);
  overflow-y: auto;
  overflow-x: hidden;
}
#mod-editor-box-style .panel-body .base-li-item-style {
  background-color: rgb(44, 44, 44);
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  border-left: 1px solid rgba(68, 68, 68, 1);
  border-bottom: 1px solid rgba(68, 68, 68, 1);
  position: relative;
  padding: 2px 0px 2px 6px;
  margin-right: 5px;
  list-style: none;
  font-size: 14px;
  color: #E1E1E1;
  height: 32px;
}
#mod-editor-box-style .panel-body .base-li-item-style .key-item-style {
  padding-left: 2px;
  flex: 1;
  box-sizing: border-box;
}
#mod-editor-box-style .panel-body .base-li-item-style .value-item-style {
  flex: 1;
  cursor: pointer;
  display: flex;
  overflow: hidden;
}
#mod-editor-box-style .panel-body .base-li-item-style .value-item-style span {
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mod-editor-box-style .panel-body .base-li-item-style .value-item-style .pickr {
  display: flex;
  align-items: center;
}
#mod-editor-box-style .panel-body .base-li-item-style .value-item-style .pickr .pcr-button {
  align-items: center;
  width: 1em;
  height: 1em;
}
#mod-editor-box-style .panel-body .base-li-item-style .value-item-style select {
  width: 100%;
  height: 26px;
  background-color: rgb(44, 44, 44);
  color: #E1E1E1;
  /*清除select默认样式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background-size: 12px;
  padding: 0 0px;
  outline: none;
  background-position: 90% center;
  border: none;
  cursor: pointer;
}
#mod-editor-box-style .panel-body .base-li-item-style .value-item-style .input-style {
  width: 100%;
  padding: 1px 2px;
  border: none;
  box-sizing: content-box;
  height: 26px;
  background-color: rgb(44, 44, 44);
  color: #E1E1E1;
}
#mod-editor-box-style .panel-body .base-li-item-style::before {
  position: absolute;
  left: 50%;
  width: 0.5px;
  height: 100%;
  background-color: rgba(68, 68, 68, 1);
  content: " ";
}
#mod-editor-box-style .panel-body .base-li-item-style:nth-child(1) {
  border-top: 1px solid rgba(68, 68, 68, 1);
}
#mod-editor-box-style .panel-body .base-li-item-style:hover {
  background-color: rgba(24, 144, 255, 1);
}
#mod-editor-box-style .panel-body .svg-dom-container {
  display: flex;
  margin: 2px 0px;
  flex-wrap: wrap;
}
#mod-editor-box-style .panel-body .svg-dom-container .svg-dom-item {
  box-sizing: content-box;
  border: 1px solid rgba(68, 68, 68, 1);
}
#mod-editor-box-style .panel-body .svg-dom-container .svg-dom-item:hover {
  background-color: #ccc;
}
#mod-editor-box-style .panel-body .svg-dom-container .svg-dom-item-active {
  box-shadow: 0 0 4px #099563;
}
#mod-tree-node-style {
  box-sizing: border-box;
  border: 1px solid rgba(68, 68, 68, 1);
  background-color: rgba(58, 133, 198, 0.2);
}
#mod-tree-node-style .group-li-style a {
  text-decoration: none;
  color: #E1E1E1;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
#mod-tree-node-style .group-li-style ul {
  margin-top: 5px;
}
#mod-tree-node-style .group-li-style .list-toggle {
  padding: 2px 0;
}
.panel {
  margin-bottom: 20px;
  background-color: rgb(44, 44, 44);;
  border: 1px solid transparent;
  border-color: rgba(68, 68, 68, 1);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel > .panel-heading {
  color: #E1E1E1;
  background-color: rgb(44, 44, 44);;
  border-color: rgba(68, 68, 68, 1);
}
.panel > .panel-heading + .panel-collapse .panel-body {
  border-top-color:  rgba(68, 68, 68, 1);
}
.panel > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: rgba(68, 68, 68, 1);
}
.panel-body {
  padding: 15px;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid rgba(68, 68, 68, 1);
}
.panel-heading {
  padding: 13px 25px 13px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(68, 68, 68, 1);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-primary {
  border-color: rgba(68, 68, 68, 1);
}
.panel-primary > .panel-heading {
  color: #E1E1E1;
  background-color: #3280fc;
  border-color: rgba(68, 68, 68, 1);
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3280fc;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3280fc;
}
.panel-success {
  border-color: #bae8b6;
}
.panel-success > .panel-heading {
  color: #38b03f;
  background-color: #ddf4df;
  border-color: #bae8b6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bae8b6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bae8b6;
}
.panel-warning {
  border-color: #ffdcbc;
}
.panel-warning > .panel-heading {
  color: #f1a325;
  background-color: #fff0d5;
  border-color: #ffdcbc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffdcbc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffdcbc;
}
.panel-danger {
  border-color: #ffc6c7;
}
.panel-danger > .panel-heading {
  color: #ea644a;
  background-color: #ffe5e0;
  border-color: #ffc6c7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffc6c7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffc6c7;
}
.panel-info {
  border-color: #a2e4de;
}
.panel-info > .panel-heading {
  color: #03b8cf;
  background-color: #ddf3f5;
  border-color: #a2e4de;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #a2e4de;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #a2e4de;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgba(68, 68, 68, 1);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
/* zui tree */
.tree {
  padding-left: 0;
}
.tree ul {
  position: relative;
  display: none;
  padding-left: 0;
}
.tree li {
  position: relative;
  padding: 2px 0 2px 20px;
  list-style: none;
}
.tree li:before {
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  width: 3px;
  height: 3px;
  content: " ";
  background-color: #999;
}
.tree li.has-list:before {
  display: none;
}
.tree li > .list-toggle {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 10;
  width: 20px;
  line-height: 24px;
  color: #808080;
  text-align: center;
  cursor: pointer;
}
.tree li > .list-toggle:before {
  content: "\f196";
}
.tree li > .list-toggle:hover,
.tree li > .list-toggle:active {
  color: #0d3d88;
}
.tree li.open > ul {
  display: block;
}
.tree li.open > .list-toggle:before {
  content: "\f146";
}
.tree-actions {
  display: inline-block;
  margin-left: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.tree-action {
  display: inline-block;
  margin-left: 5px;
  color: #808080;
}
.tree-action:hover,
.tree-action:active {
  text-decoration: none;
}
.tree li:hover > .tree-actions,
.tree-item-wrapper:hover > .tree-actions {
  opacity: 1;
}
.tree-drag-holder {
  background-color: #ebf2f9;
  opacity: 0.4;
}
.tree .sort-handler {
  cursor: move;
}
.tree-animate ul {
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1), -o-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1), transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1), transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1), -o-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  -o-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}
.tree-animate li.open.in > ul {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tree-animate.tree-lines li.has-list.open > ul:after {
  top: -5px;
  bottom: 12px;
  left: -11px;
}
.tree-lines ul > li:after {
  position: absolute;
  top: 11px;
  left: -10px;
  z-index: 1;
  display: block;
  width: 22px;
  content: " ";
  border-top: 1px dotted #999;
}
.tree-lines ul > li:before,
.tree-lines ul > li.has-list:before {
  position: absolute;
  top: -12px;
  bottom: 12px;
  left: -11px;
  display: block;
  width: auto;
  height: auto;
  content: " ";
  background: none;
  border: none;
  border-left: 1px dotted #999;
}
.tree-lines ul > li:last-child:before {
  bottom: auto;
  height: 23px;
}
.tree-lines ul > li:first-child:before {
  top: -5px;
}
.tree-lines ul > li.tree-single-item:before {
  height: 19px;
}
.tree-lines ul > li.has-list:after {
  width: 14px;
}
.tree-lines ul > li.drag-shadow:after {
  display: none;
}
.tree-folders li > .list-toggle:before {
  content: "\e6ef";
}
.tree-folders li.open > .list-toggle:before {
  content: "\e6f0";
}
.tree-folders.tree-lines ul > li:first-child:before {
  top: -6px;
}
.tree-folders.tree-lines li.has-list.open > ul:after {
  top: 16px;
}
.tree-folders ul > li.has-list:after {
  width: 13px;
}
.tree-folders ul > li.has-list.open:after {
  width: 15px;
}
.tree-chevrons li > .list-toggle:before {
  content: "\e710";
}
.tree-chevrons li.open > .list-toggle:before {
  content: "\e712";
}
.tree-chevrons li:before {
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 5px;
}
.tree-chevrons ul > li:after {
  width: 13px;
}
.tree-angles li > .list-toggle:before {
  content: "\e6e1";
}
.tree-angles li.open > .list-toggle:before {
  content: "\e6e3";
}
.tree-angles ul > li.has-list:after {
  width: 15px;
}
.tree-menu {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.tree-menu li {
  padding: 0;
}
.tree-menu li:before {
  display: none;
}
.tree-menu li > a {
  display: block;
  padding: 8px;
  margin-bottom: -1px;
  color: #353535;
}
.tree-menu li > a > .icon {
  display: inline-block;
  width: 20px;
  color: inherit;
  text-align: left;
  opacity: 0.6;
}
.tree-menu li > a:hover,
.tree-menu li > a:active,
.tree-menu li > a:focus {
  color: #0d3d88;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
.tree-menu li > a:hover > .icon,
.tree-menu li > a:active > .icon,
.tree-menu li > a:focus > .icon {
  opacity: 0.9;
}
.tree-menu li .list-toggle {
  top: 6px;
  right: 4px;
  left: auto;
  width: 24px;
  height: 24px;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tree-menu li .list-toggle:before {
  content: "\e64f";
}
.tree-menu li.open > .list-toggle {
  filter: alpha(opacity=75);
  opacity: 0.75;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tree-menu li.open > .list-toggle:before {
  content: "\e64f";
}
.tree-menu li > ul {
  background-color: rgba(0, 0, 0, 0.04);
}
.tree-menu li li a {
  padding-left: 28px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tree-menu li li li a {
  padding-left: 48px;
}
.tree-menu li li li li a {
  padding-left: 68px;
}
.tree-menu li.active > a {
  color: #E1E1E1;
  background-color: #3280fc;
  border-color: rgba(68, 68, 68, 1);
}
.tree-menu li.active > .list-toggle {
  color: #E1E1E1;
}
.tree-menu > li > a {
  border: 1px solid transparent;
  border-bottom-color: rgba(68, 68, 68, 1);
}
.tree-menu > li.open + li > a {
  border-top-color:  rgba(68, 68, 68, 1);
}
/* 滚动条样式 */
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ccc;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background: #ededed;
  border-radius: 6px;
}
