* {
  margin: 0;
  padding: 0;
}
html {
  background: #f4f4f4;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft Yahei", "PingFang SC", Helvetica, Arial, Simsun, sans-serif !important;
}
html body {
  font-size: 14px;
  overflow: hidden;
}
input {
  border: 0;
  border-radius: 4px;
  outline: none;
}
input::-moz-placeholder {
  color: #AEBAC6;
}
input:-ms-input-placeholder {
  color: #AEBAC6;
}
input::-ms-input-placeholder {
  color: #AEBAC6;
}
input::placeholder {
  color: #AEBAC6;
}
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
ol,
ul {
  list-style: none;
}
img {
  border-style: none;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a {
  color: inherit;
}
li {
  cursor: default;
}
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: #cbcccc;
  border-radius: 2em;
}

 {
  /* 工具栏 container */
}
.hide-roc {
  display: none !important;
}
.nrds-status-container {
  position: absolute;
  right: 0;
  bottom: 0;
  /* background-color: #f6f6f6; */
  width: 100%;
  height: 20px;
  font-size: 10px;
}
.nrds-status-sas-info {
  float: right;
  min-width: 50px;
  padding: 0 10px;
}
.nrds-status-zoom-scale {
  float: right;
  width: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
}
.chart-scene-offset-container {
  position: absolute;
  left: 10px;
  bottom: 0;
  min-width: 100px;
  pointer-events: none;
  font-size: 10px;
}
.chart-scene-offset {
  line-height: 20px;
}
.chart-loading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80vh;
  padding: 20px;
  text-align: center;
  display: none;
  justify-content: center;
}
.chart-loading {
  margin: auto;
  display: inline-flex;
  align-items: center;
  height: 50px;
}
.chart-loading span {
  display: inline-block;
  width: 3px;
  height: 20px;
  border-radius: 3px;
  margin: 0 3px;
  background-color: #1E90FF;
  -webkit-animation: chart-loadingX 1s ease 0s infinite;
          animation: chart-loadingX 1s ease 0s infinite;
}
.chart-loading span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.chart-loading span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.chart-loading span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.chart-loading span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes chart-loadingX {
  0%,
  100% {
    height: 30px;
    background-color: #1E90FF;
  }
  50% {
    height: 50px;
    background-color: #00BFFF;
  }
}
@keyframes chart-loadingX {
  0%,
  100% {
    height: 30px;
    background-color: #1E90FF;
  }
  50% {
    height: 50px;
    background-color: #00BFFF;
  }
}
.chartToolbar-roc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #535353;
}
.chartFullScreen-roc {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999 !important;
}
.contextMenu-nrd {
  border: 1px solid #e3e4e5;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 6px;
}
.contextMenu-nrd .menu-item-nrd {
  padding: 6px 16px;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
  cursor: pointer;
  /* min-width: 100px; */
}
.contextMenu-nrd .menu-item-nrd:hover {
  background: #dfecfe;
  font-weight: bold;
}
.node-role {
  white-space: pre-wrap;
  padding: 10px;
  max-width: 320px;
  border-radius: 4px;
  color: #fff;
  background-color: black;
  opacity: 0.5;
  word-wrap: break-word;
  transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 999999;
  font-size: 12px;
}
.search-node .search-node-wrap {
  position: absolute;
  left: -1px;
  top: 35px;
  display: none;
  background: white;
  border: 1px solid #aaa;
  padding: 15px;
  cursor: default;
}
.search-node .search-node-wrap hr {
  width: 50%;
  margin: 15px auto 20px;
}
.search-node .search-node-wrap .search-node-wrap-result {
  display: flex;
  justify-content: space-between;
  color: #666;
  line-height: 20px;
  font-size: 12px;
  margin: 5px 0;
}
.search-node .search-node-wrap .search-node-wrap-result span {
  font-size: 10px;
}
.search-node .search-node-wrap .search-node-wrap-result .search-node-icon-btn {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.6;
}
.search-node .search-node-wrap .search-node-wrap-result .search-node-icon-btn:hover {
  transform: scale(1.1);
}
.search-node .search-node-wrap .search-node-wrap-result .search-node-icon-btn-disabled {
  cursor: default;
  opacity: 0.2;
  pointer-events: none;
}
.search-node .search-node-wrap .search-node-wrap-result .search-node-icon-btn-disabled:hover {
  transform: scale(1);
}
.search-node .search-node-wrap .search-node-wrap-radio {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}
.search-node .search-node-wrap .search-node-wrap-radio .search-node-wrap-radio-right {
  display: flex;
}
.search-node .search-node-wrap .search-node-wrap-radio .search-node-wrap-radio-right label {
  margin-left: 10px;
  margin-bottom: 0;
  display: flex;
  width: 42px;
  cursor: pointer;
}
.search-node .search-node-wrap .search-node-wrap-radio .search-node-wrap-radio-right label span {
  margin-left: 5px;
}
@media (max-width: 414px) {
  .search-node .search-node-wrap {
    left: -100px;
  }
  .search-node .search-node-wrap .search-node-wrap-radio .search-node-wrap-radio-right label {
    width: unset !important;
  }
}
.search-node .search-node-input {
  width: 180px;
  padding: 3px 10px;
  border: 1px solid #aaa;
  font-size: 12px !important;
}
.search-node .search-node-btn {
  position: absolute;
  top: 18px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTkwNTk4MzE2OTQzIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9Ijk5NzUiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTk5OC4xMzk0NjMgODcyLjEwNDc4NUw3ODguNzkyMTMgNjYyLjY1MjQ2MmE4OS43NzMxMzggODkuNzczMTM4IDAgMCAwLTI3LjM4NDI5Ny0xOC4xMzMyMDkgNDE1LjIyNjAwOSA0MTUuMjI2MDA5IDAgMSAwLTExNi40MjA1MDcgMTE2LjU3ODQ5MSA4Ny4xNDQzOTcgODcuMTQ0Mzk3IDAgMCAwIDE4LjA4MDIxNiAyNy4zMzEzMDJsMjA5LjQ1MjMyMiAyMDkuMTg5MzQ4YTg4LjgyNzIzMSA4OC44MjcyMzEgMCAxIDAgMTI1LjYxOTU5OS0xMjUuNjE4NTk4ek00MTYuMDM0OTI5IDcxMS43NDM2MTZhMjk2LjEyNDc2NiAyOTYuMTI0NzY2IDAgMSAxIDI5Ni4xMjM3NjYtMjk2LjEyNDc2NiAyOTYuMTI0NzY2IDI5Ni4xMjQ3NjYgMCAwIDEtMjk2LjEyMzc2NiAyOTYuMTI0NzY2eiIgcC1pZD0iOTk3NiIgZmlsbD0iI2FhYWFhYSI+PC9wYXRoPjwvc3ZnPg==) no-repeat;
  background-size: 60%;
  background-position: center;
}
.node-click-wrap {
  position: absolute;
  width: 200px;
  left: -1px;
  top: 35px;
  display: none;
  background: white;
  border: 1px solid #aaa;
  padding: 15px;
  cursor: default;
}
.node-click-deep {
  display: flex;
  margin-bottom: 15px;
  height: 26px;
  color: #666;
  line-height: 26px;
  justify-content: space-between;
}
.node-click-deep-label {
  font-size: 12px;
  margin-right: 5px;
}
.node-click-input {
  width: 50px;
  padding: 3px 5px;
  border: 1px solid #aaa;
  font-size: 12px !important;
  margin-right: 5px;
  margin-right: 24px;
}
.node-click-deep-checkbox {
  font-size: 12px;
  height: 26px;
}
.node-click-deep-full-label {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 26px;
}
.node-click-btn {
  position: absolute;
  top: 18px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTkwNTk4MzE2OTQzIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9Ijk5NzUiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTk5OC4xMzk0NjMgODcyLjEwNDc4NUw3ODguNzkyMTMgNjYyLjY1MjQ2MmE4OS43NzMxMzggODkuNzczMTM4IDAgMCAwLTI3LjM4NDI5Ny0xOC4xMzMyMDkgNDE1LjIyNjAwOSA0MTUuMjI2MDA5IDAgMSAwLTExNi40MjA1MDcgMTE2LjU3ODQ5MSA4Ny4xNDQzOTcgODcuMTQ0Mzk3IDAgMCAwIDE4LjA4MDIxNiAyNy4zMzEzMDJsMjA5LjQ1MjMyMiAyMDkuMTg5MzQ4YTg4LjgyNzIzMSA4OC44MjcyMzEgMCAxIDAgMTI1LjYxOTU5OS0xMjUuNjE4NTk4ek00MTYuMDM0OTI5IDcxMS43NDM2MTZhMjk2LjEyNDc2NiAyOTYuMTI0NzY2IDAgMSAxIDI5Ni4xMjM3NjYtMjk2LjEyNDc2NiAyOTYuMTI0NzY2IDI5Ni4xMjQ3NjYgMCAwIDEtMjk2LjEyMzc2NiAyOTYuMTI0NzY2eiIgcC1pZD0iOTk3NiIgZmlsbD0iI2FhYWFhYSI+PC9wYXRoPjwvc3ZnPg==) no-repeat;
  background-size: 60%;
  background-position: center;
}
.node-click-checkbox {
  display: flex;
  color: #666;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
}
.node-click-checkbox-label {
  margin-bottom: 0;
  margin-left: 5px;
}
.node-click-checkbox-label:hover {
  color: #666;
}
.node-click-checkbox-img {
  width: 90px;
  height: 10px;
  opacity: 0.6;
  margin: 7px 10px;
}
.node-click-checkbox-img:hover {
  opacity: 1;
}
.node-click-checkbox-check {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: 4px;
}
.node-click-button-reset {
  padding: 2px 66px;
  font-size: 10px !important;
  color: white;
  background-color: blue;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  margin-top: 15px;
  width: 100%;
}
.node-click-button-reset:focus {
  outline: unset;
}
.node-click-button-reset:hover {
  background-color: #f2f2f2;
}
.node-click-button-reset-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.show {
  display: block;
}
.hide {
  opacity: 0;
  pointer-events: none;
}

.nrd-icon-btn {
  position: relative;
  float: left;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #dddddd;
}
.mouseDown-roc {
  background-color: #eee;
}
.mouseOver-roc {
  border: 1px solid #cbcccc;
}
.active-roc {
  background-color: #cbcccc;
}

.icon-select-roc {
  position: relative;
  float: left;
  background-size: 30%;
  background-position: 100% 90%;
  background-repeat: no-repeat;
}
.icon-select-roc .icon-options-container-roc {
  position: absolute;
  left: 0;
  display: inline-block;
  background: #535353;
  text-align: center;
  z-index: 100;
}

.icon-action-nrdstudio {
  position: relative;
  float: left;
  background-size: 30%;
  background-position: 100% 90%;
  background-repeat: no-repeat;
}
.icon-action-nrdstudio .icon-options-container-nrdstudio {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  z-index: 100;
  border: 1px solid #e3e4e5;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px;
}

.nrd-icon-btn-action-wrap {
  display: flex;
  font-size: 12px;
  color: #666;
  background-color: white;
  width: 150px;
  line-height: 30px;
  cursor: pointer;
  padding-left: 5px;
  border-radius: 4px;
}
.nrd-icon-btn-action {
  position: relative;
  float: left;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #dddddd;
  opacity: 0.6;
}
.nrd-icon-btn-action-label {
  cursor: pointer;
}
.mouse-over-nrdstudio {
  background-color: #dfecfe;
}
.nrd-icon-btn-action-divider {
  margin: 5px 0;
}

.nrd-icon-small-btn {
  position: relative;
  float: right;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #dddddd;
  margin: 0 2px;
}
.mouseDown-roc {
  background-color: #eee;
}
.nrd-icon-small-btn-mouse-over {
  background-color: #f4f4f4;
  transform: scale(1.05);
}
.active-roc {
  background-color: #cbcccc;
}

/*!
 * Toastify js 1.3.2
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  display: inline-block;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  text-decoration: none;
  z-index: 2147483647;
}
.toast-centent {
  padding: 2px 10px;
  background: #fb3e44;
  color: #ffffff;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  border-radius: 2px;
  cursor: pointer;
}
.toastify.on {
  opacity: 1;
}
.toast-close {
  opacity: 0.4;
  padding: 0 5px;
}
.toastify-left {
  left: 15px;
}
.toastify-top {
  top: -150px;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify-rounded {
  border-radius: 25px;
}
.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px;
  border-radius: 2px;
}
@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.loading_container--3S_YI {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 20px;
  /*box-shadow: #cbcccc 0px 0px 10px inset;*/
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 10000;
}
.loading_loading--n4oQf {
  margin: auto;
  display: inline-flex;
  align-items: center;
  height: 50px;
}
.loading_loading--n4oQf span {
  display: inline-block;
  width: 3px;
  height: 20px;
  border-radius: 3px;
  margin: 0 3px;
  background-color: #1E90FF;
  -webkit-animation: loading_loadingX--Z4Ujj 1s ease 0s infinite;
          animation: loading_loadingX--Z4Ujj 1s ease 0s infinite;
}
.loading_loading--n4oQf span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading_loading--n4oQf span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading_loading--n4oQf span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loading_loading--n4oQf span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes loading_loadingX--Z4Ujj {
  0%,
  100% {
    height: 30px;
    background-color: #1E90FF;
  }
  50% {
    height: 50px;
    background-color: #00BFFF;
  }
}
@keyframes loading_loadingX--Z4Ujj {
  0%,
  100% {
    height: 30px;
    background-color: #1E90FF;
  }
  50% {
    height: 50px;
    background-color: #00BFFF;
  }
}

