html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body,
html {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  font-size: 12px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.html-font-family-en {
  font-family: PingFangSC-Regular;
}
.html-font-family-zh {
  font-family: PingFangSC-Regular;
}
body {
  margin: 0;
  padding: 0;
  background: #1f2129;
  min-width: 1000px;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  font-size: 0px;
  clear: both;
  visibility: hidden;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.14);
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
.cls-dragResize-dragwrap {
  position: absolute;
  border: 1px solid rgba(51, 153, 255, 0);
  background-color: rgba(0, 0, 0, 0);
  cursor: move;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.layer-box.layer-active > .cls-dragResize-dragwrap {
  display: none;
}
.cls-unselectable,
.cls-unselectable * {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-select: ignore;
}
.cls-resize {
  cursor: col-resize;
}
.cls-text-resize {
  position: absolute;
  left: -1000px;
  top: -1000px;
  visibility: hidden;
  zoom: 1;
}
.cls-resizable-handle {
  position: absolute;
  z-index: 1000;
  font-size: 1px;
  line-height: 6px;
  overflow: hidden;
  zoom: 1;
}
.cls-resizable-handle-east {
  width: 10px;
  cursor: e-resize;
  right: 0;
  top: 0;
  height: 100%;
}
.cls-resizable-handle-south {
  width: 100%;
  cursor: s-resize;
  left: 0;
  bottom: 0;
  height: 10px;
}
.cls-resizable-handle-west {
  width: 10px;
  cursor: w-resize;
  left: 0;
  top: 0;
  height: 100%;
}
.cls-resizable-handle-north {
  width: 100%;
  cursor: n-resize;
  left: 0;
  top: 0;
  height: 10px;
}
.cls-resizable-handle-southmiddle {
  width: 6px;
  cursor: s-resize;
  right: 50%;
  bottom: -2px;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
}
.cls-resizable-handle-northmiddle {
  width: 6px;
  cursor: n-resize;
  left: 50%;
  top: -2px;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
}
.cls-resizable-handle-eastmiddle {
  width: 6px;
  cursor: e-resize;
  right: -2px;
  top: 50%;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
  border-radius: 2px;
}
.cls-resizable-handle-westmiddle {
  width: 6px;
  cursor: w-resize;
  left: -2px;
  top: 50%;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
  border-radius: 2px;
}
.cls-resizable-handle-southeast {
  width: 6px;
  cursor: se-resize;
  right: -2px;
  bottom: -2px;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
  border-radius: 2px;
}
.cls-resizable-handle-northwest {
  width: 6px;
  cursor: nw-resize;
  left: -2px;
  top: -2px;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
  border-radius: 2px;
}
.cls-resizable-handle-northeast {
  width: 6px;
  cursor: ne-resize;
  right: -2px;
  top: -2px;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
  border-radius: 2px;
}
.cls-resizable-handle-southwest {
  width: 6px;
  cursor: sw-resize;
  left: -2px;
  bottom: -2px;
  height: 6px;
  z-index: 1001;
  background: #FFFFFF;
  border-radius: 2px;
}
.cls-resizable-over .cls-resizable-handle-east,
.cls-resizable-pinned .cls-resizable-handle-east,
.cls-resizable-over .cls-resizable-handle-west,
.cls-resizable-pinned .cls-resizable-handle-west {
  background-position: left;
}
.cls-resizable-over .cls-resizable-handle-south,
.cls-resizable-pinned .cls-resizable-handle-south,
.cls-resizable-over .cls-resizable-handle-north,
.cls-resizable-pinned .cls-resizable-handle-north {
  background-position: top;
}
.cls-resizable-over .cls-resizable-handle-southeast,
.cls-resizable-pinned .cls-resizable-handle-southeast {
  background-position: top left;
}
.cls-resizable-over .cls-resizable-handle-northwest,
.cls-resizable-pinned .cls-resizable-handle-northwest {
  background-position: bottom right;
}
.cls-resizable-over .cls-resizable-handle-northeast,
.cls-resizable-pinned .cls-resizable-handle-northeast {
  background-position: bottom left;
}
.cls-resizable-over .cls-resizable-handle-southwest,
.cls-resizable-pinned .cls-resizable-handle-southwest {
  background-position: top right;
}
.cls-resizable-proxy {
  /*border: 1px dashed;*/
  position: absolute;
  overflow: hidden;
  display: none;
  left: 0;
  top: 0;
  z-index: 50000;
  border: 1px solid rgba(0, 160, 239, 0);
  background-color: rgba(0, 193, 222, 0.2);
  visibility: hidden;
}
.cls-resizable-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  z-index: 200000;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-handle {
  /*background-color: #fff;*/
}
.cls-resizable-over .cls-resizable-handle-east,
.cls-resizable-pinned .cls-resizable-handle-east,
.cls-resizable-over .cls-resizable-handle-west,
.cls-resizable-pinned .cls-resizable-handle-west {
  /*background-image: url(../../../webapp/images/page/default/sizer/e-handle.gif);*/
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-over .cls-resizable-handle-south,
.cls-resizable-pinned .cls-resizable-handle-south,
.cls-resizable-over .cls-resizable-handle-north,
.cls-resizable-pinned .cls-resizable-handle-north {
  /*background-image: url(../../../webapp/images/page/default/sizer/s-handle.gif);*/
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-over .cls-resizable-handle-north,
.cls-resizable-pinned .cls-resizable-handle-north {
  /*background-image: url(../../../webapp/images/page/default/sizer/s-handle.gif);*/
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-over .cls-resizable-handle-southeast,
.cls-resizable-pinned .cls-resizable-handle-southeast {
  /*background-image: url(../../../webapp/images/page/default/sizer/se-handle.gif);*/
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-over .cls-resizable-handle-northwest,
.cls-resizable-pinned .cls-resizable-handle-northwest {
  /*background-image: url(../../../webapp/images/page/default/sizer/nw-handle.gif);*/
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-over .cls-resizable-handle-northeast,
.cls-resizable-pinned .cls-resizable-handle-northeast {
  /*background-image: url(../../../webapp/images/page/default/sizer/ne-handle.gif);*/
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-over .cls-resizable-handle-southwest,
.cls-resizable-pinned .cls-resizable-handle-southwest {
  /*background-image: url(../../../webapp/images/page/default/sizer/sw-handle.gif);*/
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cls-resizable-overlay {
  background-color: #fff;
}
.cls-dragDrop-proxy {
  position: absolute;
  z-index: 999;
  /*border: 2px dotted #666666;*/
}
.cls-dd-drag-proxy {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 15000;
}
.cls-dragDrop-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cls-dd-drop-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.cls-dd-drop-ok .cls-dd-drop-icon {
  cursor: default;
  /* background-image: url(../../../webapp/images/page/default/drop-yes.gif); */
}
.cls-dd-drop-no .cls-dd-drop-icon {
  cursor: not-allowed;
  /* background-image: url(../../../webapp/images/page/default/drop-no.gif); */
}
.cls-dd-drag-ghost {
  -moz-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=85);
  border: 1px solid;
  padding: 3px;
  white-space: nowrap;
  color: #ccc;
  border: 1px solid #1d1d22;
  background: #28292e;
}
.cls-dd-drag-ghost .cls-grid-hd-inner {
  width: 120px;
  margin: 0;
  border: 0;
  /*border: 1px solid #AACCF6;
  background-image: url(../../../webapp/images/page/default/drop-over.gif);*/
}
.cls-dd-drag-ghost .cls-grid-row {
  width: 120px;
  overflow: hidden;
  margin: 0;
  border: 0;
  /*border: 1px solid #AACCF6;
  background-image: url(../../../webapp/images/page/default/drop-over.gif);*/
}
.cls-dd-drag-ghost .cls-grid-td-numberer,
.cls-dd-drag-ghost .cls-grid-td-checker {
  display: none;
}
.hwvdata {
  width: 100%;
  height: 100%;
}
.hwvdata .hwvdata-header {
  display: flex;
  width: 100%;
  position: fixed;
  height: 40px;
  line-height: 40px;
  padding: 0;
  z-index: 1;
  background: #22242A 10px -3px no-repeat;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid #000;
}
.hwvdata-logo {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 10px;
  width: 90px;
  height: inherit;
  line-height: inherit;
  background: #22242A url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/zh-logo.svg) no-repeat;
}
.hwvdata-g42-logo {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 10px;
  width: 145px;
  height: inherit;
  line-height: inherit;
  background: #22242A url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/g42-logo.svg) no-repeat;
}
.html-font-family-en .hwvdata-logo {
  width: 165px;
  background-image: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/en-logo.svg);
}
.html-font-family-en .hwvdata-edit-name {
  left: 183px;
}
.hwvdata .hwvdata-header-hcso {
  width: 100%;
  position: fixed;
  height: 40px;
  line-height: 40px;
  padding: 0;
  z-index: 1;
  background: #22242A url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/hcso_logo.png) 53px 2px no-repeat;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.08);
}
.hwvdata-header-back {
  display: none;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-top: 1px;
  text-align: center;
}
.hwvdata-header-back .icon-left:before {
  color: #B3B4B9;
  font-size: 16px;
  cursor: pointer;
}
.hwvdata-edit-name {
  position: absolute;
  left: 121px;
  top: 14px;
  height: 16px;
  line-height: 16px;
}
.hwvdata-g42-edit-name {
  position: absolute;
  left: 81px;
  top: 14px;
  height: 16px;
  line-height: 16px;
}
.hwvdata-edit-name:before {
  content: '';
  height: 16px;
  border-left: 1px solid #575D6C;
  margin-right: 20px;
}
.hwvdata-g42-edit-name:before {
  content: '';
  height: 16px;
  border-left: 1px solid #575D6C;
  margin-right: 20px;
}
.edit-name-input {
  background: #22242A;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: unset;
}
.edit-name-input:focus {
  outline: none;
}
.hwvdata .hwvdata-header-button {
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
  display: flex;
  width: 200px;
  align-items: center;
  transition: 0.3s ease;
}
.hwvdata .hwvdata-header-button .disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none;
}
.hwvdata-header-button .header-button {
  height: 24px;
  line-height: 24px;
  margin-right: 2px;
  padding: 0 8px;
  color: #FFFFFF;
  background: #31343E;
  border: 1px solid #404349;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.header-button-left {
  border-radius: 2px 0 0 2px;
}
.header-button-right {
  border-radius: 0 2px 2px 0;
}
.hwvdata-header-button .header-button-coloration {
  border-radius: 0 2px 2px 0;
  width: fit-content;
}
.top-btn-selected {
  background: #3399ff !important;
  border: 1px solid #2DABFF !important;
}
.coloration-btn-selected {
  cursor: not-allowed !important;
  color: #a7adb5 !important;
  pointer-events: none;
}
.top-btn-notclick {
  pointer-events: none;
}
.hwvdata .hwvdata-content {
  position: relative;
  height: 100%;
}
.hwvdata-left {
  width: 160px;
  position: absolute;
  left: 0;
  top: 41px;
  bottom: 0;
  transition: left 0.3s;
  color: #9badb9;
  border-right: 1px solid #30343d;
  background: #22242A;
  user-select: none;
}
.hwvdata-left1 {
  position: absolute;
  left: 0;
  top: 41px;
  bottom: 0;
  display: flex;
  width: auto;
  transition: left 0.3s;
  color: #9badb9;
  border-right: 1px solid #000;
  background: #22242A;
}
.left-component {
  flex: none;
  display: flex;
  flex-direction: column;
  width: 220px;
  height: 100%;
  transition: width 1s ease;
  z-index: 5;
  background: #22242A;
}
.left-component-content {
  height: calc(100% - 29px);
  display: flex;
  flex-direction: column;
}
.left-component-search {
  padding: 0 15px;
}
.left-component-search input {
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  margin-top: 6px;
  vertical-align: top;
  outline: none;
  background-color: #16171B;
}
.component-content-wrapper {
  flex: 1;
  display: flex;
  height: 100%;
}
.component-navs {
  flex: none;
  width: 36px;
  height: 100%;
  background: #2E3134;
}
.component-menus {
  flex: 1;
}
.component-menus-list {
  height: 100%;
  overflow-y: auto;
}
.charts {
  padding-left: 5px;
  overflow: hidden;
}
.chart-title {
  padding-left: 0px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #2C2E34;
  cursor: pointer;
  color: #e9e9e9;
}
.chart-title i {
  font-size: 18px;
}
.chart-item {
  float: left;
  width: 77px;
  height: 81px;
  margin-right: 6px;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
}
.chart-name {
  width: 100%;
  font-size: 12px;
  margin-top: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 5px;
  color: #e9e9e9;
}
.chart-img {
  border: 1px solid transparent;
}
.chart-img img {
  width: 75px;
  height: 50px;
}
.chart-item.active .chart-img {
  border: 1px solid #3399ff;
}
.chart-item.active .chart-name {
  color: #3399ff;
}
.left-layer {
  flex: none;
  width: 190px;
  height: 100%;
  transition: width 0.3s ease;
  border-left: 1px solid #000;
  z-index: 4;
  background: #22242A;
}
.left-layer-top {
  display: flex;
  justify-content: space-between;
}
.left-layer-top .layer-show-btn {
  margin-top: 4px;
}
.left-layer-top .layer-show-btn i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  cursor: pointer;
}
.left-layer-top .thumbnail {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/tools/thumbnail1.svg) 0 0 no-repeat;
}
.left-layer-top .thumbnail.active {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/tools/thumbnail.svg) 0 0 no-repeat;
}
.left-layer-top .catalog {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/tools/catalog1.svg) 0 0 no-repeat;
}
.left-layer-top .catalog.active {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/tools/catalog.svg) 0 0 no-repeat;
}
.layer-command-list {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex: none;
}
.layer-command-list span {
  line-height: 30px;
  cursor: pointer;
}
.layer-content-box {
  position: relative;
  height: calc(100% - 60px);
  overflow: auto;
}
.hwvdata-left-content {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.hwvdata-title {
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  background-color: #2E3134;
}
.hwvdata-nav {
  height: 27px;
  position: absolute;
  top: 41px;
  left: 413px;
  right: 300px;
  z-index: 10002;
  background: #22242A;
  border-bottom: 1px solid #30343d;
  user-select: none;
}
.layout-type {
  height: 29px;
  line-height: 29px;
  padding-left: 15px;
}
.layout-type .icon-d {
  color: #4A4F5C;
}
.layout-type .icon-dq1,
.layout-type .icon-dq8,
.layout-type .icon-d {
  margin-right: 5px;
}
.layout-type .icon-dq16 {
  transform: rotate(180deg);
  display: inline-block;
}
.layout-type span {
  font-size: 16px;
  color: #8A8E99;
  margin-right: 20px;
  opacity: 0.3;
  cursor: auto;
}
.layout-btn.alive,
.pos-btn.alive {
  cursor: pointer;
}
.layout-btn.alive:hover,
.pos-btn.alive:hover {
  color: #3399ff;
}
.hwvdata-center {
  position: absolute;
  top: 40px;
  left: 413px;
  right: 300px;
  bottom: 0;
  padding: 55px 18px 76px;
  overflow: auto;
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/bg.png);
}
.hwvdata-center-rule {
  padding: 70px 40px;
}
.hwvdata-view {
  position: absolute;
  width: 1920px;
  height: 1028px;
  transform: scale(0.69);
  transform-origin: 0 0;
  background: #122C45;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.16);
}
.hwvdata-right {
  width: 300px;
  position: absolute;
  right: 0;
  top: 41px;
  bottom: 0;
  transition: width 0.3s;
  border-left: 1px solid #000;
  background: #22242A;
  z-index: 10004;
}
.hwvdata-coloration {
  width: 300px;
  position: absolute;
  right: 0;
  top: 41px;
  bottom: 0;
  transition: width 0.3s;
  border-left: 1px solid #000;
  background: #22242A;
  z-index: 10004;
}
.hwvdata-coloration-layer {
  position: absolute;
  left: 0;
  right: 300px;
  top: 41px;
  bottom: 0;
  transition: width 0.3s;
  opacity: 0.3;
  background: #000;
  z-index: 10002;
}
.hwvdata-coloration-btn {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262c33;
}
.coloration-button {
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  border-right: 2px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.coloration-btn-define {
  width: 88px;
  background: #3399ff;
  margin-right: 15px;
  border: 1px solid #2DABFF;
}
.coloration-btn-define-forbid {
  cursor: not-allowed !important;
  color: #a7adb5 !important;
  pointer-events: none;
}
.coloration-btn-cancel {
  width: 68px;
  background: #31343E;
  border: 1px solid #404349;
}
.hwvdata-footer {
  position: absolute;
  height: 34px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  color: #a7abbe;
  background: #1e2535;
}
.hwvdata-footer .hwvdata-footer-left {
  position: absolute;
  left: 0;
}
.hwvdata-footer .hwvdata-footer-right {
  position: absolute;
  right: 0;
}
.hwvdata-footer ul {
  margin: 0;
  padding: 0 10px;
}
.hwvdata-footer ul li {
  line-height: 34px;
  padding: 0 10px;
  float: left;
  position: relative;
}
.hwvdata-footer ul li a {
  color: #a7abbe;
}
.line {
  width: 1px;
  height: 17px;
  background: #3a3f52;
  position: absolute;
  top: 9px;
  left: 0;
}
.layer-group {
  color: #e9e9e9;
}
.layer-group .hwvdata-form-label {
  height: 32px;
  line-height: 32px;
}
.layer-group .hwvdata-form-label:hover {
  background: linear-gradient(180deg, #3399ff 0%, #2572ab 100%);
  opacity: 0.8;
}
.layer-group .hwvdata-from-row,
.layer-group .hwvdata-from-label {
  padding: 0 3px;
}
.layer-group .renamespan {
  left: 0;
  margin-left: 0;
}
.layer li {
  list-style: none;
}
.layer .layer-item {
  color: #e9e9e9;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
  line-height: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  background: transparent;
  word-break: break-all;
}
.layer .layer-item .layer-item-row {
  padding-left: 10px;
}
.layer .layer-item .layer-item-row:hover {
  background: rgba(51, 153, 255, 0.8);
}
.layer .layer-item .layer-item-row.noBg:hover {
  background: transparent;
}
.layer .layer-item .renamespan {
  margin-left: 8px;
  text-overflow: ellipsis;
  position: absolute;
  width: 86px;
  overflow: hidden;
  pointer-events: none;
}
.layer .layer-item .layer-item-check {
  position: absolute;
  top: 7px;
  left: 7px;
}
.layer .layer-view .layer-item-row {
  height: 48px;
  line-height: 48px !important;
}
.layer-view .layer-img {
  display: inline-block;
}
.layer-view .layer-icon {
  display: none;
}
.layer-view .icon-tab.tab {
  display: none !important;
}
.layer-view .icon-group,
.layer-view .icon-tab {
  display: inline !important;
}
.layer-view .rename-item {
  position: relative;
  top: -15px;
}
.layer-item-group.layer-view .rename-item {
  position: relative;
  top: 0px;
}
.layer-img {
  display: none;
  width: 53px;
  height: 34px;
  margin-top: 6px;
  border: 1px solid #3a4659;
}
.layer .layer-drag-line {
  position: relative;
  display: none;
  height: 2px;
  width: 100%;
  background: #3399ff;
  position: absolute;
  left: 0;
  top: 0;
}
.layer .layer-short-container {
  overflow: hidden;
}
.layer .layer-icon {
  font-size: 14px;
}
.layer .layer-icon::before {
  height: 32px;
}
.layer .icon-group,
.layer .icon-group_cancel {
  font-size: 12px;
}
.layer .layer-item-row-over {
  /*background: rgba(0,192,222,.2);
  border: 1px solid #00c1de;
  background-color: #00c1de42;
  border: 1px solid #00c1de;*/
  color: #fff;
  background: #3399ff;
}
.layer .layer-item-row-over.noBg {
  color: #fff;
  background: transparent;
}
.layer-item-add-lock {
  display: none;
  position: absolute;
  right: 22px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
}
.layer-item-add-lock:hover {
  color: #fff;
}
.layer-view .layer-item-add-lock {
  top: 18px;
}
.layer-item-add-hide {
  display: none;
  position: absolute;
  right: 6px;
  top: 11px;
  cursor: pointer;
  z-index: 10;
  color: #b3b3b3;
}
.layer-item-add-hide:hover {
  color: #fff;
}
.layer-view .layer-item-add-hide {
  top: 19px;
}
.cmp .cmp-item {
  line-height: 36px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 1px solid #191f23;
  /*cursor: move;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cmp .cmp-item:hover {
  background: rgba(0, 192, 222, 0.1);
  /*border: 1px solid #00c1de;*/
}
.layer-box {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 500px;
  height: 400px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid transparent;
}
.layer-box:hover {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.03);
}
.layer-box:after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.layer-box:hover::after,
.layer-over::after {
  border: 1px solid rgba(0, 160, 239, 0.6);
  background-color: rgba(255, 255, 255, 0.03);
}
.layer-box-over .layer-over .cls-dragResize-dragwrap,
.layer-box-over .layer-over .cls-resizable-handle,
.layer-box-over .layer-over .layer-box-oper {
  display: none;
}
.layer-box-over .layer-over {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.03);
}
.layer-box.layer-active {
  border: 1px dashed #007DB2;
  background-color: #023353;
}
.layer-box.layer-active:after {
  display: none;
}
.layer-box.layer-over.layer-active .cls-dragResize-dragwrap {
  display: none;
}
.layer-box.parent-active[ownerid] {
  pointer-events: auto;
}
.layer-box[ownerid] {
  pointer-events: none;
}
.layer-box .charts-el {
  width: 100%;
  height: 100%;
}
.cls-dragResize-dragwrap::after {
  width: 61px;
  height: 20px;
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 4px 0 4px;
}
.layer-box-oper {
  width: 60px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
}
.layer-box-oper .layer-box-btn {
  width: 33.333333%;
  height: 20px;
  float: left;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #029bd4;
}
.layer-over {
  z-index: 100000 !important;
}
.layer-box .cls-resizable-handle {
  display: none;
}
.layer-over > .cls-resizable-handle {
  display: block;
}
.fold-toggle {
  transform-origin: 50% 50%;
  transform: rotate(0deg) scale(0.8);
  transition: transform 0.2s ease;
  height: 100%;
}
.horizontal-ul {
  width: 100%;
  height: 100%;
  color: #9badb9;
}
.horizontal-ul .horizontal-li {
  float: left;
  width: 68px;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  background: #31343E;
  border: 1px solid #404349;
  border-radius: 2px;
  text-align: center;
  margin-top: 7px;
}
.horizontal-ul .horizontal-li a {
  color: #FFFFFF;
  font-size: 12px;
}
.horizontal-ul .horizontal-li:hover {
  background: #3399ff;
  border: 1px solid #2DABFF;
}
.horizontal-ul .horizontal-li i {
  position: relative;
  top: -2px;
}
.horizontal-ul .horizontal-li .icon-publish:before {
  color: #fff;
}
.horizontal-ul-dropdown {
  border: 1px solid #000000;
  display: none;
}
.horizontal-ul .horizontal-li:hover .horizontal-ul-dropdown {
  display: block;
}
.vertical-ul {
  width: 100%;
  color: #9badb9;
}
.vertical-ul .vertical-li {
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  padding: 0 16px;
  position: relative;
}
.vertical-ul .vertical-li:hover {
  background-color: #181f24;
}
.vertical-ul .vertical-li .vertical-li-a {
  padding: 0 25px;
  color: #9badb9;
  /*border-left: 1px solid #000000;
  border-right: 1px solid #000000;*/
  display: inline-block;
}
.vertical-ul-dropdown {
  width: 461px;
  height: 354px;
  position: fixed;
  left: 158px;
  top: 112px;
  overflow: auto;
  z-index: 10000;
  border: 1px solid #000000;
  background: #252628;
  display: none;
}
.vertical-ul .vertical-li:hover .vertical-ul-dropdown {
  display: block;
}
.hwvdata-setting {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.hwvdata-setting .hwvdata-setting-contain {
  display: none;
}
.hwvdata-setting .hwvdata-setting-coloration-contain {
  display: block;
}
.hwvdata-setting .hwvdata-setting-over {
  display: block;
}
.hwvdata-setting .hwvdata-setting-col {
  width: 33.3%;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #e9e9e9;
  border-top: 2px solid transparent;
  background-color: #2E3134;
}
.hwvdata-setting .hwvdata-setting-coloration-col {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #e9e9e9;
  border-top: 2px solid transparent;
  background-color: #2E3134;
}
.colors-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #000;
}
.colors-container:hover {
  border: 1px solid #4283ff;
  cursor: pointer;
}
.colors-container-active {
  border: 1px solid #4283ff;
}
.colors-item {
  width: 20px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}
.hwapp-colormatch {
  margin-top: 10px;
}
.hwvdata-setting-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  height: 37px;
  line-height: 37px;
  position: absolute;
  top: 41px;
  left: 0;
  color: #3399ff;
  padding: 0 14px;
  font-size: 12px;
  background: #22242A;
  border-bottom: 1px solid #30343d;
}
.hwvdata-setting-header span {
  white-space: nowrap;
  color: #fff;
}
.hwvdata-setting-header .hwvdata-setting-anchor-a {
  display: none;
  position: relative;
  left: 4px;
}
.hwvdata-setting-header .hwvdata-setting-anchor-a .icon-anchor:before {
  position: relative;
  bottom: 2px;
  color: #3399ff;
  width: 12px;
  height: 12px;
}
.hwvdata-setting-header .hwvdata-setting-anchor-a .hwvdata-setting-anchor {
  font-size: 12px;
  color: #3399ff;
}
.hwvdata-setting-header .hwvdata-setting-header-goback {
  padding-right: 0;
  width: 25px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 12px;
  cursor: pointer;
  background-position: -52px -43px;
}
.hwvdata-setting-header .hwvdata-setting-header-goback:hover {
  opacity: 0.3;
}
.hwvdata-setting .hwvdata-setting-dropdown {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}
.hwvdata-setting .hwvdata-setting-chk {
  width: 33.3%;
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  cursor: pointer;
  opacity: 0;
}
.hwvdata-setting .hwvdata-setting-chk:checked ~ .hwvdata-setting-dropdown {
  display: block;
}
.hwvdata-setting .hwvdata-setting-chk:checked ~ .hwvdata-setting-col {
  color: #fff;
  /*background-image: linear-gradient(0deg, rgba(0, 65, 78, 0.47843137254901963) 2%, rgba(5, 239, 142, 0) 72%);
  border-bottom-color: #00a0ef;*/
  border-top-color: #3399ff;
  background-color: #22242A;
}
.hwvdata-setting .hwvdata-setting-coloration-dropdown {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 50px;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}
.hwvdata-setting-coloration-default .coloration-default-colorsets {
  padding: 10px;
  margin-left: 22px;
}
.hwvdata-setting-coloration-default .coloration-default-colorsets-item-title {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  margin-bottom: 6px;
}
.hwvdata-setting-coloration-default .colors-container {
  width: 215px;
  background: #1A1B1F;
  border: 1px solid #383A3F;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 5px;
}
.hwvdata-setting-coloration-default .colors-item {
  border-radius: 2px;
}
.hwvdata-setting-coloration-default .colors-container-active {
  border: 1px solid #4283ff;
}
.hwvdata-setting-coloration-default .colors-container:hover {
  border: 1px solid #4283ff;
  cursor: pointer;
}
.hwvdata-setting .hwvdata-setting-coloration-chk {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 28px;
  cursor: pointer;
  opacity: 0;
}
.hwvdata-setting .hwvdata-setting-coloration-chk:checked ~ .hwvdata-setting-coloration-dropdown {
  display: block;
}
.hwvdata-setting .hwvdata-setting-coloration-chk:checked ~ .hwvdata-setting-coloration-col {
  color: #fff;
  /*background-image: linear-gradient(0deg, rgba(0, 65, 78, 0.47843137254901963) 2%, rgba(5, 239, 142, 0) 72%);
  border-bottom-color: #00a0ef;*/
  border-top-color: #3399ff;
  background-color: #22242A;
}
.hwvdata-form .hwvdata-form-item {
  position: relative;
  color: #e9e9e9;
  float: none;
}
.hwvdata-form .hwvdata-form-item-input {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.hwvdata-form .hwvdata-form-label {
  width: 60px;
  float: left;
  padding: 8px 0px 8px 12px;
}
.hwvdata-form .hwvdata-form-size-label {
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
}
.hwvdata-form .hwvdata-form-position-label {
  width: 0px;
  padding: 0px;
}
.hwvdata-form .hwvdata-form-chart-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 48px;
}
.hwvdata-form .hwvdata-form-row {
  float: none;
  font-size: 12px;
  padding: 7px 10px;
  color: #e9e9e9;
}
.hwvdata-form .hwvdata-form-chk,
.layer-group .hwvdata-form-chk {
  position: absolute;
  width: 100%;
  height: 33px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.hwvdata-form .hwvdata-form-chk ~ .hwvdata-form-label,
.layer-group .hwvdata-form-chk ~ .hwvdata-form-label {
  width: 100%;
  float: none;
  font-size: 12px;
  box-sizing: border-box;
  background: #2E3134;
}
.icon-right_style {
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.icon-right-checked_style {
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
.group-shrink > .layer-item-row .icon-right_new {
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.group-unfold > .layer-item-row .icon-right_new {
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
.hwvdata-form-chk ~ .hwvdata-form-label .icon-right_new:before {
  color: #e9e9e9;
  display: inline-block;
  margin-right: 2px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.hwvdata-form-chk:checked ~ .hwvdata-form-label .icon-right_new:before {
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
.hwvdata-form-group-sub .hwvdata-form-label {
  font-size: 12px !important;
  background: transparent !important;
}
.hwvdata-form .hwvdata-form-content {
  overflow: hidden;
  margin-right: 0;
  font-size: 12px;
}
.hwvdata-form .hwvdata-form-chk ~ .hwvdata-form-content,
.layer-group .hwvdata-form-chk ~ .hwvdata-form-content {
  display: none;
}
.hwvdata-form .hwvdata-form-chk:checked ~ .hwvdata-form-content,
.layer-group .hwvdata-form-chk:checked ~ .hwvdata-form-content {
  display: block;
}
.hwvdata-form-group {
  *zoom: 1;
  margin-bottom: 1px;
}
.hwvdata-form-group:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hwvdata-form-cmp {
  width: 165px;
  float: right;
  padding-right: 14px;
}
.hwvdata-form-content .hwapp-select {
  margin-top: 6px;
}
.hwvdata-form-row .hwvdata-form-cmp {
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}
.hwvdata-form-group-sub .hwvdata-form-cmp {
  padding-left: 0px;
}
.hwvdata-setting-global .hwvdata-form-cmp {
  float: none;
  padding-right: 0px;
}
.hwvdata-setting-global .hwvdata-form-label {
  padding-left: 13px;
  padding-right: 6px;
}
.hwvdata-form-group-subline {
  margin-bottom: 0;
  margin-left: 19px;
  border-left: 1px dotted #575759;
}
.hwvdata-form-content .hwapp-checkbox-label,
.hwvdata-form-row .hwapp-checkbox-label {
  display: none;
}
.hwvdata-setting-global .hwvdata-form-content .hwvdata-form-group {
  display: block;
  float: left;
}
.hwvdata-setting-global .hwvdata-form-content .hwvdata-form-group:nth-child(2) {
  margin-left: 6px;
}
.hwvdata-setting-global .hwvdata-form-content .hwvdata-form-group:nth-child(3) {
  margin-left: 14px;
}
.hwvdata-setting-global .hwvdata-form-content .hwvdata-form-group-sub:nth-child(5) {
  display: inline-block;
  margin-left: 18px;
  width: 202px;
}
.hwvdata-setting-global .hwvdata-form-content .hwvdata-form-group-sub:nth-child(6) {
  margin-left: 1px;
}
.hwvdata-setting-global .hwvdata-form-content .hwvdata-form-group-sub:nth-child(7) {
  float: left;
  width: 286px;
}
.hwvdata-setting-global .hwvdata-form-content .hwvdata-form-group-sub:nth-child(8) {
  float: left;
  width: 286px;
}
.hwvdata-setting-styledata hwvdata-setting-styledata-form .hwvdata-form-group .hwvdata-form-label {
  padding-left: 10px;
  padding-right: 0px;
}
.hwvdata-setting-styledata .hwvdata-form-group-sub .hwvdata-form-content .hwvdata-form-label {
  padding-left: 12px;
  padding-right: 0px;
}
.hwvdata-setting-styledata-form > .hwvdata-form-group > .hwvdata-form-item > .hwvdata-form-content {
  padding: 3px 0px;
}
.hwvdata-setting-styledata-form > .hwvdata-form-group > .hwvdata-form-item > .hwvdata-form-content > .hwvdata-form-group-sub > .hwvdata-form-item > .hwvdata-form-label {
  padding-left: 13px;
}
.hwvdata-layout-screen {
  display: none;
  padding-top: 6px;
}
.hwvdata-setting-screen .hwvdata-form-label {
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.hwvdata-setting-screen .hwvdata-form-group:nth-child(1) .hwvdata-form-row {
  width: 285px;
  height: 28px;
  background: #2E3134;
  padding: 0px 0px 0px 15px;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-cmp {
  width: 190px;
  float: right;
  padding-right: 14px;
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group {
  display: none;
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group:nth-child(1),
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group:nth-child(3) {
  padding-top: 10px;
  width: 45%;
  display: inline-block;
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group:nth-child(1) .hwvdata-form-cmp,
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group:nth-child(3) .hwvdata-form-cmp {
  width: 70%;
  display: inline-block;
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group:nth-child(1) .hwvdata-form-label {
  width: 76px;
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group:nth-child(2) {
  padding-top: 10px;
  width: 10%;
  display: inline-block;
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-group:nth-child(3) .hwvdata-form-label {
  padding-left: 20px;
  padding-right: 0px;
}
.hwvdata-setting-screen .hwvdata-form-content .hwvdata-form-cmp.hwvdata-form-screen-width-height {
  width: 84px !important;
  padding-right: 0px;
}
.hwvdata-setting-wHLinkage-w .hwvdata-form-item .hwvdata-form-label {
  padding-right: 10px;
}
.hwvdata-setting-wHLinkage-linkage {
  position: relative;
  top: -8px;
  left: 0px;
  width: 8% !important;
}
.hwvdata-setting-wHLinkage-w .hwapp-number,
.hwvdata-setting-wHLinkage-linkage .hwapp-number,
.hwvdata-setting-wHLinkage-h .hwapp-number {
  width: 80px;
}
.hwvdata-setting-wHLinkage-h .hwvdata-form-item {
  margin-left: -10px;
}
.hwvdata-setting-wHLinkage-h .hwvdata-setting-wHLinkage-h-formLabel {
  padding-left: 0 !important;
}
.hwvdata-push-wrap {
  width: auto;
  position: absolute;
  top: 0;
  right: 5px;
}
.hwvdata-push-wrap .hwvdata-menu-a {
  text-align: center;
  display: inline-block;
  font-size: 14px;
}
.union-png {
  padding-right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/unionPng.png) center center no-repeat;
}
.art0 {
  width: 22px;
  height: 40px;
  float: left;
  padding-right: 5px;
  background-position: 0 0;
}
.art1 {
  width: 22px;
  height: 40px;
  float: left;
  padding-right: 5px;
  background-position: -40px 0;
}
.art2 {
  padding-right: 0;
  width: 25px;
  height: 50px;
  float: left;
  background-position: -101px -41px;
}
.art3 {
  padding-right: 0;
  width: 25px;
  height: 50px;
  float: left;
  background-position: -1px -41px;
}
.art4 {
  padding-right: 0;
  width: 25px;
  height: 50px;
  float: left;
  background-position: -51px -41px;
}
.hwvdata-editor {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hwvdata-setting-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
.hwvdata-setting-table td,
.hwvdata-setting-table th {
  padding: 0px 0px 0px 10px;
  text-indent: 3px;
}
.hwvdata-setting-table thead th {
  vertical-align: middle;
  color: #cccccc;
  font-size: 12px;
  line-height: 20px;
  background: #303741;
  height: 32px;
  text-align: left;
  font-weight: 400;
}
.hwvdata-setting-table tbody td {
  padding-bottom: 8px;
  vertical-align: middle;
  color: #999999;
  font-size: 12px;
}
.hwvdata-setting-event-key {
  width: 80px !important;
}
.hwvdata-setting-event-value {
  width: 80px !important;
}
.hwvdata-setting-table th:first-child {
  width: 59px;
  text-indent: 15px;
}
.hwvdata-setting-table tbody tr:first-child td {
  padding-top: 5px;
}
.hwvdata-setting-table .api-status i {
  width: 8px;
  height: 8px;
  /*border-radius: 50%;*/
  background: #08c9c9;
  display: inline-block;
  margin-right: 5px;
}
.hwvdata-setting-table .api-status.failed i {
  background: #3de7c9;
}
.hwvdata-input {
  width: 70px;
  font-size: 12px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  margin: 0 15px 0 0;
  vertical-align: top;
  outline: none;
  background-color: #16171B;
}
.hwvdata-input:focus,
.hwvdata-input:hover {
  border: 1px solid #3399ff;
}
.hwvdata-setting-dbcontent {
  padding: 10px 14px 0px 14px;
  border-top-width: 1px;
}
.hwvdata-setting-db-label {
  color: #fff;
  margin-top: 6px;
  margin-right: 6px;
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  text-aligh: left;
  text-overflow: ellipsis;
}
.hwvdata-setting-dbcontetn-dataSourceType {
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hwvdata-setting-db-static-reset {
  padding-top: 6px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.hwvdata-setting-db-database-reset {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hwvdata-setting-dbfloat {
  overflow: hidden;
}
.hwvdata-setting-dataSourceType {
  float: left;
  overflow: hidden;
  width: 92px;
}
.hwvdata-setting-dbconnect-margin {
  margin-bottom: 10px;
}
.hwvdata-setting-db-group {
  color: #e9e9e9;
}
.hwvdata-setting-db-row {
  padding: 0 10px;
  color: #e9e9e9;
  margin-bottom: 10px;
  padding: 10px 14px 0px 14px;
}
.hwvdata-setting-db-csv {
  padding: 5px 14px 0px 14px;
  height: 35px;
}
.hwvdata-setting-db-isTimeout {
  overflow: hidden;
  margin-left: 134px;
}
.hwvdata-setting-db-isTimeout .hwapp-checkbox,
.hwvdata-setting-addCsvHeader .hwapp-checkbox,
.hwvdata-setting-db-local .hwapp-checkbox {
  padding-top: 0;
}
.hwvdata-setting-db-text {
  vertical-align: middle;
  /*vertical-align: -webkit-baseline-middle;*/
}
.hwvdata-setting-db-staticText {
  float: left;
  overflow: hidden;
  width: 120px;
}
.hwvdata-setting-header-label {
  display: flex;
}
.hwvdata-setting-db-csv,
.hwvdata-setting-csv-headerText {
  float: left;
  overflow: hidden;
  width: 271px;
}
.hwvdata-setting-db-csv .hwvdata-setting-addCsvHeader {
  float: right;
}
.hwvdata-setting-db-text-middle {
  vertical-align: -webkit-baseline-middle;
}
.hwvdata-setting-timeout .hwvdata-setting-timeout-label {
  float: left;
}
.hwvdata-setting-timeout .hwvdata-setting-timeout-label:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.hwvdata-setting-db-timeout {
  overflow: hidden;
  margin-left: 66px;
}
.hwvdata-setting-db-timeout-unit {
  padding: 5px 0 0 5px;
}
.hwvdata-setting-timeout .hwvdata-setting-timeout-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hwvdata-setting-db-api {
  padding-bottom: 0;
  margin-bottom: 0;
}
.hwvdata-setting-db-api .hwvdata-setting-db-api-method-select {
  margin-top: 10px;
}
.hwvdata-setting-db-api .hwvdata-setting-db-api-header-add {
  cursor: pointer;
}
.hwvdata-setting-db-api .hwvdata-setting-db-api-header-container {
  margin-top: 10px;
}
.hwvdata-setting-db-api .hwvdata-setting-db-api-params-ace {
  height: 200px;
  margin-top: 10px;
}
.db-local-display {
  display: flex;
  align-items: center;
  padding: 5px 5px 0px 0px;
  height: 30px;
}
.db-local-display .hwvdata-setting-db-local-text {
  float: left;
  overflow: hidden;
  width: 205px;
}
.db-local-display .hwvdata-setting-db-local {
  padding-left: 49px;
}
.hwvdata-button {
  opacity: 0.75;
  width: 150px;
  margin-left: 15px;
  border: 1px solid #3399ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: rgba(26, 30, 41, 0.5);
  border-radius: 2px;
  color: #3399ff;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.hwvdata-button:hover {
  opacity: 0.75;
  border: 1px solid #00d7e6;
}
.hwvdata-button-new {
  width: 49px;
}
.hwvdata-setting-db-lr .hwvdata-setting-db-right {
  overflow: hidden;
}
.hwvdata-setting-db-lr .hwvdata-setting-db-left {
  overflow: hidden;
  width: 272px;
}
.hwvdata-setting-request {
  text-align: center;
  padding-top: 10px;
}
.hwvdata-setting-request .hwvdata-setting-updatebtn {
  width: 55px;
  margin-left: 0;
}
.hwvdata-setting-request .hwvdata-setting-requestbtn {
  width: 55px;
  margin-left: 10px;
}
.hwvdata-ace {
  height: 100%;
}
.ace-twilight {
  font-size: 14px;
  color: #F8F8F8;
  background-color: #16171B;
}
.ace-twilight .ace_gutter {
  color: #9EA1A6;
  font-size: 12px;
  background-color: #16171B;
  border-right: 1px solid #22242A;
}
.hwvdata-load {
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 193, 222, 0.11);
}
.hwvdata-load::before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.hwvdata-load .hwvdata-load-content {
  display: inline-block;
  margin: auto;
}
.hwvdata-load .hwvdata-load-item {
  width: 8px;
  height: 8px;
  border-radius: 1px;
  margin-right: 4px;
  background: #009ff0;
  transition: 0.2s;
  vertical-align: middle;
  display: inline-block;
  animation: loading 1s infinite ease-in-out;
}
.hwvdata-load .hwvdata-load-item:nth-child(1) {
  animation-delay: 0.25s;
}
.hwvdata-load .hwvdata-load-item:nth-child(2) {
  animation-delay: 0.5s;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hwvdata-setting-subcom {
  padding: 5px 0px;
}
.hwvdata-setting-subcomadd {
  padding: 0px 10px 6px 0px;
}
.hwvdata-setting-subcomadd .hwvdata-button {
  position: relative;
}
.hwvdata-setting-subcomadd .hwvdata-setting-subcomselect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.hwvdata-setting-subcomadd .hwvdata-setting-subcomselect .hwapp-select-input {
  cursor: pointer;
}
.hwvdata-setting-subcomlist .hwvdata-setting-subcomlist-item {
  width: 90%;
  height: 26px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  color: #e9e9e9;
  background: #282f3b;
}
.hwvdata-setting-subcomlist .hwvdata-setting-subcomlist-del {
  width: 30px;
  height: 26px;
  position: absolute;
  right: 0;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.hwvdata-setting-subcomlist .hwvdata-setting-subcomlist-del:before {
  color: #b3b3b3;
}
.hwvdata-setting-subcomlist .hwvdata-setting-subcomlist-del:hover:before {
  color: #3399ff !important;
}
.hwvdata-setting-subcom-list {
  width: 200px !important;
}
.hwvdata-language-switch {
  min-width: 100px;
  height: 26px;
  background-color: #3e4046;
  color: #fff;
  padding: 0 5px;
  outline: none;
}
.modal-box {
  position: fixed;
  margin: 0 auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.modal-box.converter-save-warning {
  z-index: 90010 !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.modal-box.active {
  visibility: visible;
}
.modal-box > .inner {
  height: 100%;
  color: #404040;
  border-radius: 2px;
  background: #22242a;
}
.modal-box > .inner .title {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 20px 30px;
  text-align: left;
  font-size: 18px;
  color: #fff;
}
.modal-box > .inner::before {
  content: '';
}
.modal-box > .inner button.close {
  display: block;
  position: absolute;
  width: 14px;
  height: 26px;
  text-decoration: none;
  line-height: 26px;
  right: 14px;
  top: 10px;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  border-top-right-radius: 2px;
  font-size: 24px;
  color: #8a8e99;
}
.modal-box > .inner button.close.close:hover {
  opacity: 0.8;
  color: #3399ff;
}
.modal-box > .inner .content {
  font-size: 12px;
  padding: 60px 0 0 0;
  height: 100%;
  box-sizing: border-box;
  background: #292C35;
}
.modal-box-iframe {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.modal-box-iframe .ti3-modal-open {
  background-color: rgba(0, 0, 0, 0);
}
.modal-box-iframe-power {
  width: 100%;
  height: 616px;
}
.modal-box > .inner .content:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.modal-box-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
  background-color: #000;
}
.modal-box > .inner.default-in {
  -webkit-animation-name: defaultIn;
  animation-name: defaultIn;
}
.modal-box > .inner.default-out {
  -webkit-animation-name: defaultOut;
  animation-name: defaultOut;
}
.modal-box.stylized > .inner {
  border: 1px solid #dcdee0;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.cls-dlg-msg {
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
}
.modal-box > .inner .button-wrap {
  margin: 0px auto;
  padding: 5px 55px 10px 55px;
  text-align: center;
  background: #292c35;
}
.modal-box > .inner .obs-button {
  width: 490px;
}
.modal-box > .inner .session-btn-bgcolor {
  margin-top: 30px;
}
.modal-box > .inner .button-wrap:after {
  content: ".";
  display: block;
  height: 0px;
  font-size: 0px;
  clear: both;
  visibility: hidden;
}
.modal-box > .inner .left {
  text-align: left;
}
.modal-box > .inner .center {
  text-align: center;
}
.modal-box > .inner .right {
  text-align: right;
}
.button-wrap .button {
  margin: 0px auto;
}
.modal-box > .inner .button-wrap .button {
  outline: 7px none;
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid transparent;
  padding: 4px 17px 0px 17px;
  border-radius: 2px;
  font-size: 14px;
  width: 56px;
  height: 23px;
}
.modal-box > .inner .button-wrap .button.ah-btn-blue {
  border: 1px solid transparent;
  background-color: #3399ff;
  color: #fff;
}
.modal-box > .inner .button-wrap .button.ah-btn-blue:hover {
  background-color: #2979C9;
}
.modal-box > .inner .button-wrap .button.ah-btn-white {
  margin-right: 10px;
}
.modal-box > .inner .button:hover {
  background-color: #2c2f37;
  border: 1px solid #3399ff;
  color: #3399ff;
}
.mask-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15001;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
}
.mask-box.active {
  visibility: visible;
}
.mask-box > .inner {
  color: #fff;
  margin: 300px auto;
  width: auto;
  height: auto;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
  background: #28292e;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
.mask-box > .inner .content {
  padding: 20px;
  font-size: 14px;
}
@keyframes defaultIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes defaultOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.component-layer {
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: absolute;
  top: 332px;
  bottom: 0;
}
.component-top {
  font-size: 16px;
  color: #e9e9e9;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.component-top.active {
  background: #22242A;
  border-left: 3px solid #3399ff;
}
.component-top i {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.component-top i.common {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/common.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.common {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/common1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.map {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/map.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.map {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/map1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.media {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/media.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.media {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/media1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.relation {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/relation.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.relation {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/relation1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.text {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/text.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.text {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/text1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.material {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/material.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.material {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/material1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.interactive {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/interactive.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.interactive {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/interactive1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.other {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/other.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.other {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/other1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top i.custom {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/custom.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.component-top.active i.custom {
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/components/custom1.svg) 8px 12px no-repeat;
  background-size: 40% 40%;
}
.components-menu {
  display: none;
  position: absolute;
  z-index: 30001;
  left: 159px;
  top: 0;
  width: 461px;
  height: 566px;
  background-color: #22242A;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2);
}
.component-sub-head {
  background-color: #2E3134;
}
.component-sub-item {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  width: 70px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  color: #afb1b3;
  position: relative;
  top: -1px;
}
.component-sub-item.active {
  color: #fff;
  box-size: border-sizing;
}
.component-sub-item::after {
  width: 50px;
  display: inline-block;
  content: '';
  border-bottom: 3px solid transparent;
  position: absolute;
  bottom: -1px;
  left: 10px;
}
.component-sub-item.active::after {
  border-bottom-color: #3399ff;
}
.component-thr {
  margin: 15px 0 0 15px;
  height: 498px;
  overflow: scroll;
}
.component-item {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 130px;
  margin: 10px 5px;
  position: relative;
  box-sizing: border-box;
}
.component-item:hover img {
  border: 1px solid #009af0;
}
.component-item img {
  background: #212532;
  width: 130px;
  height: 80px;
  border: 1px solid transparent;
}
.component-item-cover {
  position: absolute;
  top: 0.5px;
  left: 0.5px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 77px;
  height: 77px;
  line-height: 77px;
  text-align: center;
}
.component-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #dddddd;
}
.icon-left-right:before {
  color: #e9e9e9;
}
.icon-left-right:hover:before {
  color: #3399ff;
}
.panel-left-spread {
  display: none;
  cursor: pointer;
  padding: 7px 0 0 5px;
}
.panel-left-spread .icon-right:before {
  color: #e9e9e9;
}
.panel-left-spread .icon-right:hover:before {
  color: #3399ff;
}
.panel-left-shrink {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
.panel-left-shrink .icon-left:before {
  color: #e9e9e9;
}
.panel-left-shrink .icon-left:hover:before {
  color: #3399ff;
}
.panel-left-shrink-border {
  border-left: 1px solid #3F4756;
  border-right: 1px solid #39414D;
  /* height: 35px; */
  /* line-height: 35px; */
  height: 100%;
  position: absolute;
  top: 0;
  left: 22px;
}
.panel-left-shrink-title {
  padding-left: 18px;
  font-size: 12px;
}
.panel-right-spread {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 7px;
}
.panel-right-spread .icon-left:before {
  color: #e9e9e9;
}
.panel-right-spread .icon-left:hover:before {
  color: #3399ff;
}
.panel-right-shrink {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 30px;
  right: 0px;
  z-index: 10002;
  cursor: pointer;
  border-left: 2px solid #39414d;
  background: #2E3134;
}
.panel-right-shrink .icon-right:before {
  color: #e9e9e9;
}
.panel-right-shrink .icon-right:hover:before {
  color: #3399ff;
}
.confirm {
  height: 100%;
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/confirm.png) center center no-repeat;
  display: inline;
  float: left;
  position: relative;
  padding: 40px 45px;
}
.question-mark {
  height: 100%;
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/question_mark.png) center center no-repeat;
  display: inline;
  float: left;
  position: relative;
  padding: 40px 45px;
}
.confirm-msg1 {
  display: inline;
  float: left;
  font-size: 16px;
  margin-bottom: 2px;
  margin-top: 10px;
  color: #fff;
  width: 230px;
}
.confirm-msg2 {
  display: inline;
  float: left;
  font-size: 12px;
  color: #e9e9e9;
  width: 230px;
}
.save-warning-box {
  display: flex;
  align-items: center;
  padding: 0 24px 0 0;
}
.save-warning-tip-text {
  color: #DE504E;
  font-size: 14px;
}
.guide {
  position: absolute;
  z-index: 10001;
  background-color: #ff0010;
  background-clip: padding-box;
  user-select: none;
}
.guide.active {
  background-color: #69151A;
  z-index: 10000;
}
.guide.move {
  z-index: 10002;
}
.guide span {
  background-color: #575D6C;
  margin-left: 3px;
  padding: 0 3px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
}
.guide-value-container {
  position: absolute;
  z-index: 1;
  color: #e9e9e9;
  display: flex;
  margin: 29px 0 0 -42px;
}
.guide-value-container .real-value {
  width: 40px;
  text-align: right;
  padding: 0 1px 0 0;
  box-sizing: border-box;
}
.guide-value-container .right-value {
  width: 40px;
  text-align: left;
  padding: 0 0 0 2px;
  box-sizing: border-box;
}
.guide-v .guide-value-container {
  margin: -7px 0 0 -1px;
  transform: rotate(-90deg);
}
.guide-v .guide-value-container .bottom-value {
  width: 40px;
  text-align: right;
  padding: 0 1px 0 0;
  box-sizing: border-box;
}
.guide-v .guide-value-container .real-value {
  width: 40px;
  text-align: left;
  padding: 0 0 0 2px;
  box-sizing: border-box;
}
.guide-h {
  top: 30px;
  width: 1px;
  height: calc(100vh - 71px);
  cursor: e-resize;
  border-left: solid var(--pos-value) transparent;
  border-right: solid var(--pos-value) transparent;
}
.guide-v {
  left: 0;
  width: 100vw;
  height: 1px;
  cursor: n-resize;
  border-top: solid var(--pos-value) transparent;
  border-bottom: solid var(--pos-value) transparent;
}
.guide-switch {
  position: absolute;
  top: 28px;
  left: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: #101114;
  box-sizing: border-box;
}
.guide-switch div {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  opacity: 0.25;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-switch div i {
  font-size: 12px;
}
.guide-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  display: none;
  cursor: pointer;
}
.context-menu {
  position: absolute;
  top: -9999px;
  left: 0;
  z-index: 20000;
  background-color: #22242A;
  color: #bcc9d4;
  width: 125px;
  line-height: 25px;
  border-top: 1px solid rgba(98, 103, 113, 0.2);
  border-bottom: 1px solid rgba(98, 103, 113, 0.2);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
}
.context-menu .context-menu-item {
  padding: 0 14px;
  cursor: pointer;
  box-sizing: border-box;
  color: #e9e9e9;
  border-left: 1px solid rgba(98, 103, 113, 0.2);
  border-right: 1px solid rgba(98, 103, 113, 0.2);
}
.context-menu .context-menu-item:hover {
  color: #00a0ef;
  background: #282F3B;
  padding-left: 13px;
  border-left: 2px solid #00a0ef;
}
.context-menu .context-menu-item:hover .r-icons::before {
  color: #00a0ef;
}
.context-menu .context-menu-item .r-icons {
  margin-right: 9px;
}
.context-menu .context-menu-item .r-icons:before {
  color: #b3b3b3;
}
.context-menu .context-menu-divider {
  height: 1px;
  width: 100%;
  background-color: #3a4659;
}
.icon-deleteHighlight:before {
  color: #b3b3b3;
}
.hwvdata-data-row .hwvdata-data-row-input {
  width: 90px;
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  left: 114px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 2px;
}
.hwvdata-data-row .hwvdata-data-row-input:focus,
.hwvdata-data-row .hwvdata-data-row-input:hover {
  border: 1px solid #3399ff;
}
.hwvdata-data-row .hwvdata-data-row-input::placeholder {
  color: #9EA1A6;
}
.hwvdata-data-row .icon-right_new {
  height: 36px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  cursor: pointer;
  padding: 0 12px;
  box-sizing: border-box;
  color: #e9e9e9;
  font-size: 12px;
  line-height: 36px;
}
.hwvdata-data-row .icon-add,
.hwvdata-data-row .icon-deleteHighlight {
  height: 36px;
  position: absolute;
  top: 2px;
  right: 9px;
  z-index: 2;
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 36px;
}
.hwvdata-data-row .icon-add:before,
.hwvdata-data-row .icon-deleteHighlight:before {
  color: #b3b3b3;
}
.hwvdata-data-row .icon-add:hover:before,
.hwvdata-data-row .icon-deleteHighlight:hover:before {
  color: #3399ff !important;
}
.hwvdata-setting-field .hwvdata-data-row {
  padding: 0 10px 0 46px !important;
  line-height: 36px;
  font-size: 12px !important;
  background: transparent !important;
}
.hwvdata-setting-field .hwvdata-form-chk ~ .icon-add:before {
  color: #b3b3b3;
}
.hwvdata-setting-field .hwvdata-setting-ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hwvdata-setting-field .hwvdata-setting-ul .hwvdata-setting-li {
  width: 70px;
  float: left;
  color: #fff;
  padding: 6px 15px;
  font-size: 12px;
  text-align: left;
  box-sizing: border-box;
}
.hwvdata-setting-field .hwvdata-setting-ul .hwvdata-setting-li-chk {
  width: 5px;
}
.hwvdata-setting-field .hwvdata-setting-ul .hwvdata-setting-li-field {
  width: 70px;
}
.hwvdata-setting-field .hwvdata-setting-ul .hwvdata-setting-li-mapping {
  width: 100px;
}
.hwvdata-setting-field .hwvdata-setting-ul .hwvdata-setting-li-explain {
  display: none;
  width: 70px;
}
.hwvdata-setting-field .hwvdata-setting-ul .hwvdata-setting-li-state {
  display: none;
  width: 70px;
}
.hwvdata-setting-field .hwvdata-setting-field-header {
  background: #2E3134;
}
.hwvdata-setting-field .hwvdata-form-group {
  margin-bottom: 0;
}
.hwvdata-setting-field .hwvdata-form-series {
  position: relative;
  margin-bottom: 0;
}
.hwvdata-setting-field .hwvdata-form-series:before {
  content: ".";
  display: inline-block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-left: 2px solid #09527c;
}
.hwvdata-setting-field .hwvdata-data-row {
  padding: 0 10px 0 46px !important;
  line-height: 36px;
  font-size: 12px !important;
  background: transparent !important;
}
.hwvdata-setting-field .hwvdata-form-content {
  padding-bottom: 3px;
  background: #22242A;
}
.hwvdata-setting-field .hwvdata-form-content .hwvdata-form-group-sub .hwvdata-form-label {
  padding-left: 13px;
}
.hwvdata-setting-field .hwvdata-form-content .hwvdata-form-group-sub .hwvdata-form-label .icon-right_new:before {
  color: #b3b3b3;
}
.charts-el {
  font-size: 14px;
}
/*.publish-dlg {
  width: 810px;
  height: 590px;
}*/
.datasource-dlg {
  width: 621px;
  height: 600px;
}
.powerDlg-dlg {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
}
.powerDlg-dlg .close {
  display: none !important;
}
.powerDlg-dlg .inner::before {
  display: none !important;
}
.powerDlg-dlg .inner,
.powerDlg-dlg .content {
  background: rgba(0, 0, 0, 0) !important;
}
.powerDlg-dlg .title,
.powerDlg-dlg .close {
  display: none;
}
.request-dlg .request-dlg-result {
  width: 560px;
  height: 500px;
  margin: 15px 10px 10px 10px;
}
.hwvdata-form-subseries .hwvdata-form-series {
  border-top: 1px solid #22242A;
  background: #22242A;
}
.hwvdata-form-subseries .hwvdata-form-series .hwvdata-form-group-subline {
  margin-left: 20px;
}
.hwvdata-form-subseries .hwvdata-form-series .hwvdata-form-group-subline:first-child {
  background: #22242A;
}
.hwvdata-form-subseries .hwvdata-form-series .hwvdata-data-row .icon-right_new:before {
  color: #b3b3b3;
}
.hwvdata-form-subseries .hwvdata-form-series .hwvdata-form-content .hwvdata-form-group-sub .hwvdata-data-row .icon-right_new:before {
  color: #b3b3b3;
}
.hwvdata-setting-eventdata-form .hwvdata-form-label {
  background: #28292E;
}
.img-responsive {
  max-width: 100%;
}
.session-expired-tip {
  color: #999;
  font-size: 14px;
  text-align: center;
  padding: 20px 0 0;
}
.exception-show-top2 {
  position: fixed;
  top: 123px;
  left: 40%;
  width: 300px;
  background: transparent;
  animation: exception-fadeIn 0.8s;
  z-index: 11000;
}
.exception-show-top2 .exception-show-top2-msg {
  background: transparent;
  margin-bottom: 5px;
  width: 250px;
  min-width: 250px;
  height: 0px;
  height: auto !important;
  line-height: 23px;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  animation: exception-fadeIn 0.8s;
}
.exception-show-top2 .exception-show-top2-msg .icon-tip {
  height: 13px;
  width: 13px;
  margin: 5px 10px;
  display: inline;
  float: left;
  position: relative;
  vertical-align: middle;
}
.exception-show-top {
  position: fixed;
  top: 123px;
  left: 40%;
  width: 250px;
  width: auto !important;
  min-width: 300px;
  height: 23px;
  min-height: 23px;
  border-radius: 0.4;
  animation: exception-fadeIn 0.8s;
  transform: translateY(0px);
}
@keyframes exception-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes exception-fadeOut {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
.exception-show-top-fadeIn {
  animation: exception-fadeIn 0.5s;
}
.exception-show-top-fadeOut {
  animation: exception-fadeOut 1.2s;
}
.exception-show-com {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(229, 14, 23, 0.89);
  background-color: rgba(239, 8, 8, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.exception-show-com .icon-tip {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.exception-show-com .exception-show-com-text {
  font-size: 20px;
  color: rgba(229, 14, 23, 0.89);
  word-break: break-all;
}
.frame-selection {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 1px dashed #026A91;
  z-index: 9999;
  position: absolute;
  display: none;
}
.frame-selection-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 10000;
  display: none;
}
.arrangement-layout {
  width: 285px !important;
  height: 30px;
  background: rgba(74, 84, 101, 0.8);
  padding: 0px 0px 0px 15px !important;
  line-height: 30px;
  font-size: 14px !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  top: -6px;
  position: relative;
}
.alignment-span {
  float: left;
  width: 200px;
}
.alignment-container {
  padding-top: 12px;
}
.alignment-icon-container {
  display: inline-block;
}
.top-align {
  background-position: -451px -56px;
}
.top-align:hover {
  background-position: -501px -56px;
}
.bottom-align {
  background-position: -151px -56px;
}
.bottom-align:hover {
  background-position: -201px -56px;
}
.left-align {
  background-position: -301px -106px;
}
.left-align:hover {
  background-position: -345px -106px;
}
.right-align {
  background-position: -1px -106px;
}
.right-align:hover {
  background-position: -51px -106px;
}
.ver-center-align {
  background-position: -351px -56px;
}
.ver-center-align:hover {
  background-position: -401px -56px;
}
.hori-center-align {
  background-position: -251px -56px;
}
.hori-center-align:hover {
  background-position: -301px -56px;
}
.distribution-span {
  float: left;
}
.distribution-container {
  padding-top: 12px;
}
.distribution-icon-container {
  display: inline-block;
}
.vertical-align {
  background-position: -201px -106px;
}
.vertical-align:hover {
  background-position: -251px -106px;
}
.horizontal-align {
  background-position: -101px -106px;
}
.horizontal-align:hover {
  background-position: -151px -106px;
}
.ver-hori-disable {
  opacity: 0.3;
}
.hwvdata-setting-cloudTable-hBaseAction-reset {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.hwvdata-setting-cloutable-hBase-select {
  width: 170px;
  display: inline-block;
}
.hwvdata-setting-cloudTable-searchType {
  vertical-align: top;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-right: 30px;
}
.hwvdata-setting-cloudTable-input {
  margin-top: 10px;
}
.hwapp-layer-load {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
.hwvdata-form-screen-width-height {
  padding-left: 10px;
  float: left;
}
.hwvdata-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
  background: #010D22 url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/loading.gif) center center no-repeat;
}
.hwvdata-loading1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
  background: #101421 url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/loading1.gif) center center no-repeat;
}
.hwvdata-loading2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
  background: #101421 url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/loading2.gif) center center no-repeat;
}
.hwvdata-loading3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
  background: rgba(0, 0, 0, 0.6) url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/loading3.gif) center center no-repeat;
}
.hwvdata-loading4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
  background: rgba(0, 0, 0, 0.6) url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/page/loading4.gif) center center no-repeat;
}
.layer-item-lock {
  opacity: 0.6;
}
.layer-item-lock .layer-item-add-lock {
  display: block;
}
.layer-item-lock .icon-lock2:before {
  color: #b3b3b3;
}
.layer-item-hide {
  opacity: 0.6;
}
.layer-item-hide .layer-item-add-hide {
  display: block;
}
.layer-lock,
.layer-hide {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.layer-hide {
  visibility: hidden !important;
}
.hwvdata-setting-table-row {
  position: relative;
}
.hwvdata-setting-table-row .icon-lock2:before {
  position: absolute;
  color: #b3b3b3;
  left: 63px;
  top: 7px;
}
.hwvdata-button .icon-lock2 {
  vertical-align: initial;
  padding-right: 3px;
}
.hwvdata-input-only .hwvdata-input {
  background: transparent;
  border-color: transparent;
}
.hwvdata-input-only .icon-lock2 {
  display: none;
}
.context-menu .context-menu-item.disable,
.context-menu .context-menu-item.disable .r-icons::before {
  color: #576369;
  pointer-events: none;
  cursor: auto;
}
.rename-item {
  background-color: #28292E;
  appearance: none;
  color: #fff;
  outline: 0;
  margin: auto;
  width: 57%;
  z-index: 100;
  position: relative;
  left: 5px;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  border-radius: 2px;
  pointer-events: none;
}
.layer-item span {
  margin-left: 3px;
}
.hwvdata-title > .icon-lock2:before {
  color: #b3b3b3;
}
.hwvdata-setting-wHLinkage-w {
  width: auto !important;
}
.hwvdata-setting-wHLinkage-linkage {
  position: relative;
  top: -8px;
  left: 2px;
  width: 8% !important;
}
.hwvdata-setting-wHLinkage-linkage-formLabel {
  padding: unset !important;
}
.hwvdata-setting-wHLinkage-linkage-formContentCmp {
  padding-right: unset !important;
  width: 100% !important;
}
.hwvdata-setting-wHLinkage-h {
  position: relative;
  top: -7px;
  width: auto !important;
  display: inline-block !important;
}
.hwvdata-setting-wHLinkage-h-formLabel {
  width: auto !important;
}
#component-lock.disable,
#component-toggle.disable,
#component-group.disable,
#component-delete.disable {
  opacity: 0.3;
}
#component-lock.disable:hover,
#component-toggle.disable:hover,
#component-group.disable:hover,
#component-delete.disable:hover {
  opacity: 0.3;
}
#component-lock,
#component-toggle,
#component-group,
#component-delete {
  color: #b3b3b3;
}
#component-lock:hover,
#component-toggle:hover,
#component-group:hover,
#component-delete:hover {
  opacity: 0.8;
}
#component-toggle {
  top: 1px;
}
#component-lock,
#component-toggle,
#component-group {
  position: relative;
}
#component-lock:before,
#component-toggle:before,
#component-group:before {
  color: #3399ff;
  position: relative;
  z-index: 1;
}
#component-lock.unlock::after {
  display: none;
}
#component-lock.unlock::before {
  color: #b3b3b3;
}
#component-toggle.unhide::after {
  display: none;
}
#component-toggle.unhide::before {
  color: #b3b3b3;
}
#component-group.ungroup::after {
  display: none;
}
#component-group.ungroup::before {
  color: #b3b3b3;
}
.hw-card-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hw-card-container .hw-card-list {
  width: 100%;
  height: 100%;
  display: flex;
}
.hw-card-container .hw-card-item {
  width: 100%;
  height: 100%;
  padding: 6px;
  box-sizing: border-box;
}
.hw-card-container .hw-card-cell {
  width: 100%;
  height: 100%;
  border: 2px dashed #10618E;
  box-sizing: border-box;
}
.hw-card-container .hw-card-cell .cls-dragResize-dragwrap {
  display: none;
}
.hw-card-container .hw-card-cell .cls-resizable-handle {
  display: none;
}
.hw-card-container .hw-card-label {
  width: 40px;
  height: 40px;
  background-color: #028ED5;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.layer-box .coordinate-line {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  box-sizing: border-box;
  will-change: transform;
  transform: translate(-1px, -1px);
}
.layer-box .coordinate-line .coordinate-line-x {
  position: absolute;
  border-top: 1px dashed #029bd4;
  width: 3840px;
  height: 0;
  top: 0;
  transform: translateX(-100%);
}
.layer-box .coordinate-line .coordinate-line-y {
  position: absolute;
  border-left: 1px dashed #029bd4;
  width: 0;
  height: 2160px;
  left: 0;
  transform: translateY(-100%);
}
.layer-box .coordinate-line .coordinate-line-v {
  position: absolute;
  transform: translate(-100%, -100%);
  color: #029bd4;
  white-space: nowrap;
  box-sizing: border-box;
}
.layer-box .coordinate-line .coordinate-line-rbx {
  position: absolute;
  border-top: 1px dashed #029bd4;
  width: 60px;
  height: 0;
  top: 100%;
  left: 100%;
}
.layer-box .coordinate-line .coordinate-line-rby {
  position: absolute;
  border-left: 1px dashed #029bd4;
  width: 0;
  height: 60px;
  top: 100%;
  left: 100%;
}
.layer-box .coordinate-line .coordinate-line-rbv {
  position: absolute;
  left: 100%;
  top: 100%;
  color: #029bd4;
  white-space: nowrap;
  box-sizing: border-box;
}
.layer-box .coordinate-line .coordinate-line-v-x {
  position: absolute;
  top: -20px;
  left: -45px;
}
.layer-box .coordinate-line .coordinate-line-v-y {
  position: absolute;
  top: -20px;
  left: -20px;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
.layer-box .coordinate-line .coordinate-line-rbv-x {
  position: absolute;
  top: 0;
  left: 20px;
}
.layer-box .coordinate-line .coordinate-line-rbv-y {
  position: absolute;
  top: 45px;
  left: 0;
  transform-origin: 0 0;
  transform: rotate(-90deg);
}
.layer-box.layer-over > .coordinate-line {
  display: block;
}
.hwvdata-ace-wrap {
  position: relative;
  height: 300px;
}
.hwvdata-ace-wrap .hwvdata-ace-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
}
.hwvdata-ace-wrap .hwvdata-ace-icon i {
  cursor: pointer;
  padding: 3px;
}
.hwvdata-ace-wrap .hwvdata-ace-icon i:hover {
  opacity: 0.8;
}
.hwvdata-setting-db-urltip {
  font-size: 14px;
  display: none;
}
.hwvdata-ace-api-wrap {
  height: 100px;
}
.hwvdata-ace-huaweiapi-wrap {
  height: 100px;
}
.hwvdata-ace-dlmapi-wrap {
  height: 100px;
}
.ace-dlg {
  width: 80%;
  height: 80%;
  z-index: 99999 !important;
}
.ace-dlg .ace-dlg-content {
  position: absolute;
  top: 60px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.full {
  width: 100vw;
  height: 100vh;
}
.hwvdata-thumb {
  position: absolute;
  z-index: 15001;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hwvdata-thumb-content {
  background-color: #252B3B;
  height: 92px;
  padding: 12px 8px;
  max-width: 100vw;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.thumb-image {
  cursor: pointer;
  width: 160px;
  height: 90px;
  margin: 0 4px;
  border: solid 1px transparent;
}
.thumb-image:hover {
  border: solid 1px #3399ff;
}
.hwvdata-thumb-command {
  text-align: center;
  margin-top: -2px;
  height: 16px;
}
.hwvdata-command-img {
  width: 80px;
  height: 12px;
  cursor: pointer;
}
.tdt-pane {
  z-index: 0 !important;
}
.hwvdata-paging {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 42px;
  transform: translateY(-50%);
  cursor: pointer;
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/combo/page.png);
}
.hwvdata-paging-prev {
  left: 0;
  background-position: -10px -10px;
}
.hwvdata-paging-next {
  right: 0;
  background-position: -32px -10px;
}
.thumb-image.active {
  border: solid 1px #3399ff;
}
.hwvdata-form-label-row {
  padding: 10px 14px;
}
.hwvdata-form-url {
  outline: none;
  color: #fff;
  margin: 10px 0 0;
  padding: 5px 10px;
  width: 190px;
  background-color: #16171B;
  resize: none;
  border: 1px solid transparent;
}
.hwvdata-form-url:focus,
.hwvdata-form-url:hover {
  border: 1px solid #00baff;
}
.hwvdata-form-target {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
}
.hwvdata-interactive-dialog {
  width: 800px;
  height: 800px;
}
.hwvdata-interactive-dialog iframe {
  width: 100%;
  height: 100%;
}
.layer-box .layer-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.layer-box > .layer-container > .layer-box {
  pointer-events: none;
}
.layer-box.layer-active > .layer-container > .layer-box {
  pointer-events: auto;
}
.layer-box.layer-active > .layer-container > .layer-lock {
  pointer-events: none;
  cursor: default;
}
.components-block {
  min-height: 270px;
}
.hwvdata-setting-huaweiapi-header {
  padding-top: 15px;
}
.layer-message-tip {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  font-size: 12px;
}
.layer-message-tip .layer-message-tip-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.layer-message-tip .layer-message-tip-refresh {
  color: #00cef4;
  cursor: pointer;
}
.hwvdata-data-mapping {
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
}
.data-mapping-s {
  width: 90px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 103px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 2px;
}
.mapping-verify {
  position: absolute;
  left: 210px;
  top: 14px;
}
.icon-hook {
  color: #00A147;
  font-size: 14px;
}
.icon-close-2 {
  color: red;
  font-size: 12px;
}
.hwvdata-bottom {
  display: none;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 413px;
  right: 300px;
  background: #22242A;
  z-index: 10006;
}
.hwvdata-bottom .hwvdata-setting-db-label {
  margin: 7px;
}
.hwvdata-bottom .converter-list,
.hwvdata-bottom .converter-com {
  display: inline-block;
  width: 55%;
  height: 100%;
  border-right: 1px solid #2e3134;
  overflow: hidden;
}
.hwvdata-bottom .converter-editor {
  display: block;
  width: 100%;
  height: 100%;
}
.hwvdata-bottom .converter-editor .keywords {
  color: #569cd6;
}
.hwvdata-bottom .converter-json {
  display: flex;
  width: 45%;
  height: 100%;
}
.hwvdata-bottom .converter-json .bottom-filter-input-box {
  width: 50%;
  height: 100%;
  display: inline-block;
  border-right: 1px solid #2E3134;
}
.hwvdata-bottom .converter-json .bottom-filter-output-box {
  width: 50%;
  height: 100%;
  display: inline-block;
}
.bottom-resizable-handle {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  height: 1px;
  cursor: ns-resize;
  top: 0;
  border-top: 3px solid #20292b;
  opacity: 0;
}
.bottom-resizable-handle:hover {
  opacity: 1;
}
.hwvdata-setting-converter {
  position: absolute;
  height: 18px;
  margin: 10px;
}
.converter-operation {
  display: inline-block;
  float: right;
  margin-right: 5px;
}
.converter-btn {
  cursor: pointer;
  padding: 4px 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  border-radius: 2px;
  outline: none;
  background: transparent;
}
.converter-btn:hover {
  opacity: 0.75;
  color: #3399ff;
}
.converter-title .icon-add {
  height: 18px;
  margin: 10px;
  top: 0;
  float: right;
}
.dlv-accordion .hwvdata-setting-db-label {
  margin: 10px 0 0 10px;
  height: 26px;
  line-height: 26px;
}
.hwvdata-bottom-close {
  position: absolute;
  right: 0px;
  width: 12px;
  height: 30px;
  font-size: 18px;
  color: #fff;
  margin: 2px 10px;
  cursor: pointer;
}
.hwvdata-bottom-close:hover {
  color: #3399ff;
}
.hwvdata-converter {
  padding: 10px 14px 0 14px;
}
.hwvdata-converter .hwvdata-input {
  width: 50%;
}
.hwvdata-converter .hwvdata-converter-edit {
  float: right;
  height: 30px;
  line-height: 30px;
  color: #b3b3b3;
}
.hwvdata-converter .hwvdata-converter-edit:hover::before {
  color: #3399ff;
}
.hwvdata-monaco-converte-header,
.hwvdata-monaco-converte-foot {
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  background: #1e1e1e;
  height: 28px;
  line-height: 28px;
  color: #d4d4d4;
  padding-left: 20px;
}
.converter-editor .hwvdata-ace {
  height: 275px;
}
.converter-editor-title {
  color: #fff;
}
.converter-save-tips {
  color: red;
  display: none;
  margin: 0 15px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  font-size: 14px;
}
.hwvdata-converter-input {
  text-align: center;
}
.hwvdata-converter-input:hover,
.hwvdata-converter-input:focus {
  border: 1px solid transparent;
}
.hwvdata .monaco-editor .margin-view-overlays {
  font-size: 10px !important;
}
.hwvdata .monaco-editor .monaco-editor .margin-view-overlays .codicon-folding-expanded,
.hwvdata .monaco-editor .monaco-editor .margin-view-overlays .codicon-folding-collapsed {
  font-size: 100% !important;
  width: 20px;
  height: 20px;
}
.hwvdata-setting-db-converter {
  display: inline-block;
}
.hwvdata-converter {
  display: flex;
}
.hwvdata-converter .hwvdata-setting-db-label {
  height: 30px;
  line-height: 30px;
  margin-top: 0;
}
.hwvdata-converter .hwvdata-converter-edit {
  position: absolute;
  right: 14px;
}
.converter-com .converter-operation {
  float: right;
}
.converter-com .converter-editor .hwvdata-ace {
  height: calc(100% - 52px);
}
.converter-com .converter-accordion-unfold .accordion-content {
  height: calc(100% - 5px);
}
.coms-dlg {
  width: 30%;
  height: 80%;
  z-index: 99999 !important;
}
.coms-dlg > .inner .content {
  overflow: scroll;
}
.chart-coms-item-content {
  transform-origin: 0 0 0;
}
.chart-coms-item {
  width: 180px;
  height: 80px;
  background: #191b1f;
  border: 1px solid transparent;
  transform-origin: 0 0 0;
}
.chart-coms-item:hover {
  border: 1px solid #3399ff;
}
.dlv-card-list {
  margin: 0 15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-family: PingFangSC-Medium;
}
.dlv-card-list .dlv-card {
  width: 217px;
  height: 118px;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.dlv-card-list .dlv-card:hover {
  border: 1px solid #3399ff;
}
.dlv-card-list .dlv-card:hover .card-chart {
  opacity: 0.5;
}
.chart-coms-item-selected {
  border: 1px solid #3399ff;
}
.chart-coms-item-selected .card-desc {
  color: #3399ff;
}
.dlv-card-list .dlv-card .card-body {
  position: relative;
  height: 98px;
  overflow: hidden;
}
.dlv-card-list .dlv-card .card-body .card-image {
  width: 100%;
  min-height: 100%;
}
.dlv-card-list .dlv-card .card-operations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.5s;
}
.dlv-card-list .dlv-card .card-body:hover .card-operations {
  opacity: 1;
}
.dlv-card-list .dlv-card .card-operations .card-operations-main {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  margin-right: -10px;
}
.converter-of-coms {
  display: none;
  width: 61%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.converter-of-coms .chart-coms {
  width: 100%;
}
.card-desc {
  color: #fff;
}
.card-foot {
  margin-top: 5px;
}
.chart-coms-header {
  color: #3399ff;
}
.converter-coms-box {
  display: none;
}
.bottom-hori-resizable-handle {
  position: relative;
  z-index: 1;
  background-color: #20292b;
  top: 0;
  bottom: 0;
  width: 3px;
  height: auto;
  cursor: ew-resize;
  opacity: 0;
}
.bottom-hori-resizable-handle:hover {
  opacity: 1;
}
.converter-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 42px;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
  zoom: 1;
  background-color: #000;
}
.converter-com-mask {
  top: 0px;
}
#id-converter-global {
  display: flex;
  visibility: hidden;
}
.export-dlg {
  width: 505px;
  height: 219px;
}
.modal-box > .inner .export-button {
  margin-top: 20px;
  width: 395px;
}
.modal-box .content li {
  padding: 10px 30px;
}
.modal-box .dlg-label {
  display: inline-block;
  color: #fff;
  width: 100px;
}
.export-dlg > .inner .content {
  padding: 60px 0px 0px 0px;
}
.export-name-input {
  width: 290px;
}
.modal-box .export-format-pdf {
  margin-left: 10px;
}
.modal-box .export-format-radio {
  margin-right: 5px;
}
.hwvdata-screen-export {
  position: relative;
  display: none;
  float: right;
  margin: 10px 15px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
}
.hwvdata-screen-export:hover::before {
  color: #3399ff;
}
#hwvdata-export-menu {
  display: none;
  float: left;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 12px;
  color: #fff;
  background: #16171b;
  border: 1px solid #3399ff;
  z-index: 10000;
  cursor: pointer;
}
#hwvdata-export-menu .hwvdata-export-menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
#hwvdata-export-menu .hwvdata-export-menu-item:hover {
  background: #3399ff;
}
.hwvdata-setting-screen .hwapp-checkbox {
  padding-top: 10px;
}
.noExport {
  display: none !important;
}
.hwvdata-global-params-dlg {
  top: 14% !important;
  width: 800px;
  height: 552px;
}
.hwvdata-global-params-dlg .icon-addNew {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.hwvdata-global-params-dlg .icon-addNew::before {
  color: #fff;
}
.hwvdata-global-params-dlg .icon-addNew:hover::before {
  color: #3399ff;
}
.hwvdata-global-params-dlg .button-wrap {
  margin: 0px auto;
  width: 250px;
}

.none {
  display: none;
}
.pointer {
  cursor: pointer;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.hw-color-wrap {
  margin-top: 6px;
  white-space: nowrap;
}
.hw-color-picker-container {
  background: #16171B url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/color/picker.svg) 165px 4px no-repeat;
  border-radius: 2px;
  border: 1px solid transparent;
  width: 93%;
  height: 14px;
  padding: 5px;
  margin-top: 5px;
}
.hw-color-picker-container:hover {
  border: 1px solid #00baff;
}
.hw-color-picker {
  width: 24px;
  height: 18px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 3px;
  display: inline-block;
}
.hw-color-picker-value {
  vertical-align: top;
  line-height: 16px;
}
.hw-color-picker-select {
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/color/picker.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.hw-color-dialog {
  position: absolute;
  z-index: 10004;
  width: 240px;
  padding: 10px 15px;
  background-color: #282f3b;
  color: #fff;
  right: 14px;
}
.hw-color-dialog input[type="text"],
input[type="number"] {
  background: #1c222a;
  height: 20px;
  line-height: 20px;
  outline: none;
  color: #fff;
  padding: 0 5px;
}
.hw-color-dialog input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hw-color-tab {
  display: inline-block;
  margin: 10px 8px 5px 0;
  cursor: pointer;
}
.hw-color-tab.common {
  background: #6F7C96;
  border: 1px solid #181B21;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}
.hw-color-tab.common.active {
  background: #4CA2FD;
  border: 1px solid #4CA2FD;
}
.hw-color-tab.custom {
  background: #303944 url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/color/picker.svg) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #171a1f;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}
.hw-color-tab.custom.active {
  border: 1px solid #337ccc;
}
.hw-color-tab.gradient {
  background-image: linear-gradient(180deg, #8293B1, #434B5A);
  border: 1px solid #181B21;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}
.hw-color-tab.gradient.active {
  background-image: linear-gradient(180deg, #D2EEFF, #4CA2FD);
  border: 1px solid #4CA2FD;
}
.hw-color-tab.radial {
  background-image: radial-gradient(#8293B1, #434B5A);
  border: 1px solid #181b21;
  border-radius: 4px;
  width: 18px;
  height: 18px;
}
.hw-color-tab.radial.active {
  background-image: radial-gradient(#D2EEFF, #4CA2FD);
  border: 1px solid #4CA2FD;
}
.hw-color-hue {
  background-color: #ff0000;
  position: relative;
}
.hw-color-saturation {
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.hw-color-brightness {
  width: 100%;
  height: 168px;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.hw-color-dragger {
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  top: 100px;
  left: 100px;
}
.hw-color-middle {
  margin: 10px 0 0 0;
}
.hw-color-slider {
  float: left;
  width: 80%;
}
.hw-color-show {
  float: left;
  width: 20%;
}
.hw-color-preview-bg {
  width: 35px;
  height: 35px;
  margin: 5px 0 0 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.hw-color-preview {
  width: 100%;
  height: 100%;
  background: #ff0000;
  border: 1px solid #171a1f;
}
input[type="range"].hw-color-area-slider {
  height: 12px;
  border-radius: 0;
  background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
}
input[type="range"].hw-color-area-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  background: #f0f0f0;
  border: 1px solid #171b1d;
  border-radius: 1px;
  width: 8px;
  height: 14px;
}
input[type="range"].hw-color-alpha-slider {
  --start-value: rgba(255, 255, 255, 0);
  --end-value: #ffffff;
  height: 12px;
  border-radius: 0;
  background: linear-gradient(to right, var(--start-value), var(--end-value)), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border: 1px solid #000000;
}
input[type="range"].hw-color-alpha-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  background: #f0f0f0;
  border: 1px solid #171b1d;
  border-radius: 1px;
  width: 8px;
  height: 14px;
}
.hw-color-input-container {
  margin: 15px 0 10px 0;
}
.hw-color-hex-container {
  float: left;
  width: 58%;
}
.hw-color-alpha-container {
  float: right;
  width: 42%;
}
.hw-color-input-container input {
  background: #1c222a;
  width: 50%;
  margin: 0 0 5px 0;
}
.hw-color-alpha-container input {
  width: 35%;
}
.hw-color-angle-area {
  margin: 8px 0;
  text-align: center;
}
.hw-color-angle-area span {
  display: inline-block;
  width: 15%;
}
.hw-color-angle-area input {
  display: inline-block;
  width: 60%;
  text-align: center;
}
input[type="range"].hw-color-angle-slider {
  height: 4px;
  border-radius: 0;
  background: linear-gradient(90deg, #009bf1, #00cbf1);
  border: 1px solid #000000;
}
input[type="range"].hw-color-angle-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  background: #f0f0f0;
  border: 1px solid #171b1d;
  border-radius: 1px;
  width: 8px;
  height: 14px;
}
.hw-color-recommend > div,
.hw-color-common > div,
.hw-color-global > div,
.hw-color-recent > div {
  margin: 8px 0;
}
.hw-color-recommend span,
.hw-color-global-content span,
.hw-color-recent-content span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 9px 5px 0;
  border-radius: 10px;
  line-height: 18px;
}
.hw-color-collection-add {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
}
.hw-color-spliter {
  border-top: 1px solid rgba(65, 69, 73, 0.58);
  width: 100%;
  height: 1px;
  margin: 2px 0;
}
.hw-color-common {
  margin: 0 0 10px 0;
}
.hw-color-common span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  margin: 0 6px 0 0;
}
.hw-color-gradient {
  width: 100%;
  height: 12px;
  margin: 0 0 15px 0;
  --start-value: #ffffff;
  --end-value: #ffffff;
  background: linear-gradient(to right, var(--start-value), var(--end-value));
}
.hw-color-gradient-bar {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  margin-top: -2px;
  background: #fff;
}
.hw-color-gradient-bar.active {
  border: 2px solid #009bf1;
}
.hw-color-gradient-bar.left {
  float: left;
}
.hw-color-gradient-bar.right {
  float: right;
}
.hw-color-selectable {
  cursor: pointer;
  border: 1px solid transparent;
}
.hw-color-selectable:hover,
.hw-color-selectable.active {
  border: 1px solid #0094dd;
}
.hw-color-menu {
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 10005;
  background-color: #fff;
  padding: 0 5px 2px 5px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  line-height: 1.3;
}
.hw-color-global-arrow,
.hw-color-recent-arrow {
  border: 5px solid transparent;
  border-top-color: #e9e9e9;
  width: 0;
  height: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.hw-color-global-arrow.active,
.hw-color-recent-arrow.active {
  border: 5px solid transparent;
  border-left-color: #e9e9e9;
}

.hw-map-container {
  width: 100%;
  height: 100%;
}

.topn {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
  transform: translate3d(0px, 0px, 0px);
  box-sizing: border-box;
}
.topn-item {
  position: relative;
  height: 17.39%;
  width: 100%;
  overflow: hidden;
  perspective: 250px;
  perspective-origin: 50% 100%;
}
.topn-item .topn-item-header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  top: 3px;
  overflow: hidden;
  font-size: 14px;
}
.topn-item-icon {
  float: left;
  top: 5px;
  position: relative;
}
.topn-item-icon-img {
  width: 25px;
}
.topn-item-marq {
  width: 60%;
  float: left;
  position: relative;
  margin-left: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.topn-item .topn-item-number-color {
  color: #d6e0e2;
}
.topn-item .topn-item-inner {
  width: 100%;
  height: 4px;
  position: relative;
  left: 0;
  top: 10px;
  overflow: hidden;
}
.topn-item .topn-item-text {
  position: absolute;
  right: 3px;
  color: #1498d8;
  vertical-align: sub;
}
.topn .topn-nolight {
  width: 170px;
  height: 2px;
  position: absolute;
  left: -198px;
  top: 32px;
  z-index: 9999;
  background: radial-gradient(#28f8ff 5%, rgba(0, 0, 0, 0) 80%);
}
.topn .topn-light {
  width: 170px;
  height: 2px;
  position: absolute;
  left: -198px;
  top: 0;
  z-index: 99999;
  background: radial-gradient(#28f8ff 5%, rgba(0, 0, 0, 0) 80%);
  animation: translateX 1s;
}
.topn-item .topn-item-progress {
  width: 100%;
  height: 4px;
  position: relative;
  top: 5px;
  background-color: #122952;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 3px;
}
.topn-item-progress .topn-item-progress-bar {
  width: 0;
  height: 100%;
  position: absolute;
  text-align: left;
  border-radius: 3px;
  background: #00B7EE;
}
.topn-ani {
  transform-style: preserve-3d;
  transform-origin: 50% 50% 1px;
  transform: rotateX(360deg);
  animation: rotateX 1s;
}
@keyframes translateX {
  from {
    transform: translateX(-170px);
  }
  to {
    transform: translateX(502px);
  }
}
@keyframes rotateX {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(-360deg);
  }
}





.hwapp-bgcom {
  height: 100%;
  width: 100%;
}
.hwapp-bgcom-img {
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.none {
  display: none;
}
@-webkit-keyframes shineRed {
  from {
    -webkit-box-shadow: 0 0 5px #bbb;
  }
  50% {
    -webkit-box-shadow: 0 0 10px red;
  }
  to {
    -webkit-box-shadow: 0 0 5px #bbb;
  }
}
.shine_red {
  -webkit-animation-name: shineRed;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
}

.hw-map-container {
  width: 100%;
  height: 100%;
}
.BMap_cpyCtrl {
  display: none;
}
.anchorBL {
  display: none;
}

.hwapp-border {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
.hwapp-border-1 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/1.png);
  border-width: 14px 180px;
  border-image-slice: 14 180 fill;
}
.hwapp-border-2 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/2.png);
  border-width: 14px 180px;
  border-image-slice: 14 180 fill;
}
.hwapp-border-3 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/3.png);
  border-width: 14px 100px;
  border-image-slice: 14 100 fill;
}
.hwapp-border-4 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/4.png);
  border-width: 40px 75px 25px 15px;
  border-image-slice: 40 75 25 15 fill;
}
.hwapp-border-5 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/5.png);
  border-width: 80px 190px;
  border-image-slice: 80 190 fill;
}
.hwapp-border-6 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/6.png);
  border-width: 66px 150px 0 150px;
  border-image-slice: 66 150 0 150 fill;
}
.hwapp-border-7 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/7.png);
  border-width: 66px 150px 0;
  border-image-slice: 66 150 0 fill;
}
.hwapp-border-8 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/8.png);
  border-width: 120px 82px;
  border-image-slice: 120 82 fill;
}
.hwapp-border-9 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/9.png);
  border-width: 60px 60px;
  border-image-slice: 60 60 fill;
}
.hwapp-border-10 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/10.png);
  border-width: 60px 60px;
  border-image-slice: 60 60 fill;
}
.hwapp-border-11 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/11.png);
  border-width: 60px 60px;
  border-image-slice: 60 60 fill;
}
.hwapp-border-12 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/12.png);
  border-width: 60px 60px;
  border-image-slice: 60 60 fill;
}
.hwapp-border-13 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/13.png);
  border-width: 66px 150px 0 150px;
  border-image-slice: 66 150 0 150 fill;
}
.hwapp-border-14 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/14.png);
  border-width: 60px 60px;
  border-image-slice: 60 60 fill;
}
.hwapp-border-15 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/15.png);
  border-width: 66px 150px 0 150px;
  border-image-slice: 66 150 0 150 fill;
}
.hwapp-border-16 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/16.png);
  border-width: 66px 150px 0 150px;
  border-image-slice: 66 150 0 150 fill;
}
.hwapp-border-17 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/17.png);
  border-width: 37px 144px 0 0;
  border-image-slice: 37 144 0 0 fill;
}
.hwapp-border-18 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/18.png);
  border-width: 37px 0 0 144px;
  border-image-slice: 33 0 0 144 fill;
}
.hwapp-border-19 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/19.png);
  border-width: 59px 100px 0 0;
  border-image-slice: 59 100 0 0 fill;
}
.hwapp-border-20 {
  border-image-source: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/border/20.png);
  border-width: 59px 0 0 100px;
  border-image-slice: 59 0 0 100 fill;
}

.broadcastList {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
  transform: translate3d(0px, 0px, 0px);
  box-sizing: border-box;
}
.broadcastList-item {
  position: relative;
  height: 17.39%;
  width: 100%;
  overflow: hidden;
  perspective: 250px;
  perspective-origin: 50% 100%;
}
.broadcastList-item .broadcastList-item-header {
  display: inline-flex;
  align-items: center;
  width: 100%;
  position: relative;
  top: 3px;
  overflow: hidden;
  font-size: 14px;
}
.broadcastList-item .broadcastList-item-number {
  float: left;
  flex: none;
}
.broadcastList-item-value {
  float: right;
  display: inline-flex;
}
.broadcastList-outer-marquee {
  overflow: hidden;
  margin: 0 10px;
  width: inherit;
  flex: auto;
}
.broadcastList-item-marq {
  float: left;
  position: relative;
  width: 100%;
  margin-left: 3px;
  white-space: nowrap;
}
.broadcastList-item .broadcastList-item-number-color {
  color: #d6e0e2;
  vertical-align: sub;
}
.broadcastList-item .broadcastList-item-value-color {
  color: #d6e0e2;
  vertical-align: baseline;
}
.broadcastList-item .broadcastList-item-inner {
  width: 100%;
  height: 4px;
  position: relative;
  left: 0;
  top: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.broadcastList-marquee-content {
  width: 100%;
  height: 100%;
  margin: auto;
}
.broadcastList .broadcastList-nolight {
  width: 170px;
  height: 2px;
  position: absolute;
  left: -350px;
  top: 32px;
  z-index: 9999;
  background: radial-gradient(#28f8ff 5%, rgba(0, 0, 0, 0) 80%);
}
.broadcastList .broadcastList-light {
  width: 350px;
  height: 30px;
  position: absolute;
  left: -350px;
  z-index: 99999;
  background: radial-gradient(#28f8ff 5%, rgba(0, 0, 0, 0) 80%);
  transition-duration: 600ms;
  transition-delay: 200ms;
  transition-property: transform;
  transition-timing-function: linear;
}
.broadcastList-item .broadcastList-item-progress {
  width: 100%;
  height: 4px;
  position: relative;
  background-color: #122952;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 3px;
}
.broadcastList-item-progress .broadcastList-item-progress-bar {
  width: 0;
  height: 100%;
  position: absolute;
  text-align: left;
  border-radius: 3px;
  background: #00B7EE;
}
.broadcastList-ani {
  transform-style: preserve-3d;
  transform-origin: 50% 50% 1px;
  transform: rotateX(360deg);
  animation: rotateX 1s;
}
.topn-item-hint-text {
  float: left;
  display: none;
  /*color: red;*/
  position: absolute;
  top: 55px;
}
.chat {
  padding: 0 10px 0 10px;
  font-size: 24px;
  text-align: center;
  border-radius: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #009bf1;
  vertical-align: center;
}
.triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border-width: 7px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
  top: -14px;
  left: 5px;
}
@keyframes rotateX {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(-360deg);
  }
}



.hwapp-list-select {
  text-align: center;
  padding: 10px 5px;
}
.img-responsive {
  max-width: 100%;
}
.hwapp-list-select-item {
  margin: 0 0 20px 0;
}
.hwapp-list-select-item.active {
  border: solid 1px #00a0ef;
  color: #00a0ef;
}

/**
 * Created on 2018/10/19.
 */
.dlv-carousel {
  width: 100%;
  height: 100%;
  outline: 0;
  transform-origin: 50% 50%;
  box-sizing: border-box;
  background: rgba(0, 231, 255, 0.11);
}
.dlv-carousel .transform-handle {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: move;
}
.dlv-carousel .transform-handle .dlv-wraper {
  width: 100%;
  height: 100%;
  pointer-events: none !important;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box .images-wrap {
  height: 100%;
  position: absolute;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box .images-wrap li {
  height: 100%;
  float: left;
  position: relative;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box .images-wrap li img {
  width: 100%;
  height: 100%;
  float: left;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box .images-wrap li .text {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box .images-wrap li .text:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box .dots-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  /* width: 100px; */
  height: 36px;
  left: 0;
  right: 0;
  text-align: center;
}
.dlv-carousel .transform-handle .dlv-wraper .slide-box .dots-wrap li {
  margin-left: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}


.hwapp-select {
  position: relative;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.hwapp-select .hwapp-select-input {
  float: left;
  width: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  font-size: 12px;
  letter-spacing: 1px;
  padding-right: 40px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  vertical-align: top;
  outline: none;
  background: #16171B;
}
.hwapp-select .hwapp-select-input:hover,
.hwapp-select .hwapp-select-input:focus {
  border: 1px solid #3399ff;
  border-radius: 2px;
}
.hwapp-select .hwapp-select-trigger {
  float: right;
  width: 30px;
  height: 24px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #e9e9e9;
  text-align: center;
  background: #16171B;
}
.hwapp-select .hwapp-select-trigger:after {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  top: 6px;
  left: 16px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e9e9e9;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0);
  -o-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}
.hwapp-select-open .hwapp-select-trigger:after {
  top: 5px;
  transform: rotate(-180deg);
}
.hwapp-select-list {
  position: absolute;
  top: 0;
  left: 0;
  color: #e9e9e9;
  border: 1px solid #3399ff;
  border-radius: 2px;
  background: #16171B;
  opacity: 0;
  transform: translate(0, 5px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  visibility: hidden;
  z-index: 99999;
  overflow: auto;
  max-height: 320px;
  font-size: 12px;
}
.hwapp-select-list .hwapp-select-load {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.hwapp-select-list .hwapp-select-search-wrap {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.hwapp-select-list .hwapp-select-search-wrap .hwapp-select-search {
  width: 100%;
  display: block;
}
.hwapp-select-item {
  padding: 5px 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hwapp-select-item:hover,
.hwapp-select-item:focus {
  background: #3399ff;
  opacity: 0.8;
}
.hwapp-select-item .icon-lock2:before {
  float: right;
  padding-top: 4px;
  color: #b3b3b3;
}
.hwapp-select-item-active {
  background: #3399ff;
}
.hwapp-select-list-show {
  visibility: visible;
  opacity: 100;
  transform: translate(0, 0);
}

.hwapp-interface-checkbox {
  display: flex;
  align-items: center;
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-square {
  display: inline-block;
  margin-right: 5px;
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-square .hwapp-interface-checkbox-input {
  position: absolute;
  /* top: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* z-index: 1; */
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-square .hwapp-interface-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--checkboxF-color);
  border: 1px solid #d9d9d9;
  cursor: pointer;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-square .hwapp-interface-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-square-checked .hwapp-interface-checkbox-inner:after {
  position: absolute;
  display: table;
  border: 2px solid var(--checkedLine-color);
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  /* -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; */
  /* transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s; */
  content: ' ';
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-square-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-square-checked .hwapp-interface-checkbox-inner {
  background-color: var(--checkboxT-color);
  border-color: var(--checkboxT-color);
}
.hwapp-interface-checkbox .hwapp-interface-checkbox-label {
  display: inline-block;
  color: #1890ff;
}






.hwapp-date-input {
  padding: 0px 5%;
  width: 90%;
  height: 32px;
  outline: none;
  vertical-align: top;
}
/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
  display: none;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
  display: none;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
  display: none;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
  display: none;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
  display: none;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
  display: none;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
  display: none;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 160px;
  width: 100%;
}
.datepicker td,
.datepicker th {
  text-align: center;
  height: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #00D9E5;
  cursor: pointer;
}
.datepicker table tr td.old {
  color: #999;
  visibility: hidden;
}
.datepicker table tr td.new {
  color: #999;
  display: none;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #00D9E5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #08c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #00D9E5;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #00D9E5;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #00D9E5;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 12px;
  line-height: 15px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 2px 0px;
}
.none {
  display: none;
}
.prev {
  color: #00d9e5;
}
.next {
  color: #00d9e5;
}
.datepicker.dropdown-menu {
  background: linear-gradient(180deg, rgba(0, 217, 229, 0.24), rgba(0, 155, 241, 0.24));
  border: 1px solid #00d9e5;
  color: #fff;
}
.days-bg {
  position: absolute;
  top: 28px;
  height: 18px;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #009bf1 36%, #00d9e5 81%);
}

.hwapp-datetime-icon {
  display: inline-block;
}







.hwapp-flask-title {
  position: absolute;
  width: 100%;
}
.hwapp-flask-number {
  line-height: 1;
}
.hwapp-flask-content {
  white-space: nowrap;
}



.hwapp-fullscreen-btn {
  overflow: hidden;
  padding: 15%;
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
}
.hwapp-fullscreen-full {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hwapp-fullscreen-exit {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.none {
  display: none;
}


.hwapp-geo-select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.hwapp-geoSelect-select {
  height: 100%;
}
.hwapp-geoSelect-input {
  float: left;
  height: 100%;
  width: 100%;
  border: unset;
  padding-right: unset;
  padding: unset;
  padding-left: 15px;
  box-sizing: border-box;
}
.hwapp-select .hwapp-geoSelect-trigger {
  position: absolute;
  height: 100%;
  width: 20%;
  top: unset;
  border: unset;
  float: right;
}
.hwapp-select .hwapp-geoSelect-trigger:after {
  content: '';
  border-top: 0;
}
.hwapp-geo-select-filterList {
  overflow: auto;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  border: 1px solid #000;
  border-radius: 2px;
  background: #013549;
  opacity: 0;
  transform: translate(0, 5px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 99999;
  font-size: 12px;
}
.hwapp-geo-select-filterList-show {
  visibility: visible;
  opacity: 100;
  transform: translate(0, 0);
}
.hwapp-geoSelect-item:hover {
  background: #008598;
}
.hwapp-arrow {
  width: 100%;
  height: 100%;
  color: var(--triangle-color);
  margin: 0 auto;
  position: absolute;
  right: var(--triangle-right);
}
.hwapp-arrow svg {
  transform: scale(var(--triangle-scale));
  width: 100%;
  height: 100%;
}




.iframe-container {
  width: 100%;
  height: 100%;
}
.iframe-sample {
  width: 100%;
  height: 100%;
}


.hw-htable-cmp {
  width: 100%;
}
.hw-htable-cmp th,
.hw-htable-cmp td {
  vertical-align: middle;
}
.hw-htable-cmp tbody tr:last-child td {
  border-bottom: 0 !important;
}

.tooltipQuan {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0066cc;
  margin: 7px 10px 0 0;
  border-radius: 100%;
  vertical-align: top;
}














.float {
  display: block;
  position: absolute;
  width: auto;
  min-width: 100px;
  max-width: max-content;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 9999;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.float .float-content {
  display: inline-block;
  padding: 8px;
  top: 0%;
  left: 0%;
  border-radius: 2px;
  border: 2px solid red;
  background: rgba(200, 200, 200, 0.5);
  padding: 2px 8px 6px 8px;
  color: #2C8CBF;
  font-size: 12px;
  background-size: 100% 100%;
}
.float-hidden {
  visibility: hidden;
}
.float .float-content .triangle {
  margin: 0px;
  border-width: 10px;
  border-style: solid;
  padding: 0px;
  width: 0px;
  height: 0px;
  top: 100%;
  left: calc(50% - 15px);
  position: absolute;
}



.mark-point-data {
  position: absolute;
}
.mark-point-data span {
  font-size: 12px;
  background-size: 100% 100%;
  margin-left: -50%;
}
.mark-point-data span {
  display: inline-block;
  top: 0%;
  left: 0%;
  margin-top: -40px;
  border-radius: 2px;
  border: 2px solid red;
  background: rgba(200, 200, 200, 0.5);
  padding: 2px 8px 6px 8px;
  color: #2C8CBF;
  min-width: 20px;
  max-width: 150px;
}
.mark-point-data span .triangle {
  margin: 0px;
  border-width: 10px;
  border-style: solid;
  padding: 0px;
  width: 0px;
  height: 0px;
  top: 100%;
  left: 45%;
  position: absolute;
}
.mark-point-data span .triangle2 {
  margin: 0px;
  margin-top: -2px;
  border-width: 10px;
  border-style: solid;
  padding: 0px;
  width: 0px;
  height: 0px;
  top: 100%;
  left: 45%;
  position: absolute;
}
@keyframes showMrakPointData {
  0% {
    opacity: 0.5;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes showMrakPointData {
  0% {
    opacity: 0.5;
    top: 0px;
    -webkit-transform: scale(0);
  }
  70% {
    opacity: 1;
    top: 50px;
    -webkit-transform: scale(1.2);
  }
  100% {
    top: 100px;
    -webkit-transform: scale(1);
  }
}





.mark-mapvideo {
  position: absolute;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mark-mapvideo span {
  font-size: 12px;
  background-size: 100% 100%;
}
.mark-mapvideo span {
  display: inline-block;
  top: 0%;
  left: 0%;
  border-radius: 2px;
  border: 2px solid red;
  background: rgba(200, 200, 200, 0.5);
  padding: 2px 8px 6px 8px;
  color: #2C8CBF;
}
.mark-mapvideo span .triangle {
  margin: 0px;
  border-width: 10px;
  border-style: solid;
  padding: 0px;
  width: 0px;
  height: 0px;
  top: 100%;
  left: calc(50% - 15px);
  position: absolute;
}
.mark-mapvideo span .triangle2 {
  margin: 0px;
  margin-top: -2px;
  border-width: 10px;
  border-style: solid;
  padding: 0px;
  width: 0px;
  height: 0px;
  top: 100%;
  left: calc(50% - 15px);
  position: absolute;
}
@keyframes showMrakPointData {
  0% {
    opacity: 0.5;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes showMrakPointData {
  0% {
    opacity: 0.5;
    top: 0px;
    -webkit-transform: scale(0);
  }
  70% {
    opacity: 1;
    top: 50px;
    -webkit-transform: scale(1.2);
  }
  100% {
    top: 100px;
    -webkit-transform: scale(1);
  }
}
.mapvideo-dot:before {
  content: ' ';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dot-color);
}
.mapvideo-dot:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dot-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  animation-name: 'ripple';
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  -webkit-animation-name: 'ripple';
  /*动画属性名，也就是我们前面keyframes定义的动画名*/
  -webkit-animation-duration: 1s;
  /*动画持续时间*/
  -webkit-animation-timing-function: ease;
  /*动画频率，和transition-timing-function是一样的*/
  -webkit-animation-delay: 0s;
  /*动画延迟时间*/
  -webkit-animation-iteration-count: infinite;
  /*定义循环资料，infinite为无限次*/
  -webkit-animation-direction: normal;
  /*定义动画方式*/
}
@keyframes ripple {
  0% {
    left: 5px;
    top: 5px;
    opcity: 75;
    width: 0;
    height: 0;
  }
  100% {
    left: -20px;
    top: -20px;
    opacity: 0;
    width: 50px;
    height: 50px;
  }
}



@-webkit-keyframes fadenum {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-info {
  min-width: 40px;
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  box-shadow: none;
  padding: 0;
  animation: fadenum 1.5s ease;
  border: solid 1px silver;
  background-color: #0BF6FF;
  border-radius: 5px;
}
div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}
div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
div.info-middle {
  min-width: 40px;
  background-color: white;
  font-size: 12px;
  padding: 10px 6px;
  line-height: 20px;
}
div.info-bottom {
  position: relative;
  top: 0;
  margin: 0 auto;
  height: 0;
  width: 100%;
  clear: both;
  text-align: center;
}
div.info-bottom:after {
  position: absolute;
  content: "";
  margin-left: -16px;
  margin-top: -7px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 20px solid white;
  z-index: 104;
}
.info-middle img {
  float: left;
  margin-right: 6px;
}




.hwapp-marquee {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hwapp-marquee .hwapp-marquee-inner {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  white-space: nowrap;
  display: inline-block;
}
.hwapp-marquee .hwapp-marquee-inner .hwapp-marquee-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
.hwapp-marquee .hwapp-marquee-inner .hwapp-marquee-content:before {
  height: 100%;
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.hwapp-mutiselect {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #010d22;
  border: 2px solid #03a9f4;
  position: relative;
}
.hwapp-mutiselect-values {
  float: left;
  height: 100%;
  width: 90%;
  padding-left: 2px;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.hwapp-mutiselect-values .mutiselect-value-item {
  background-color: var(--card-bgcolor);
  height: calc(100% - 12px);
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  padding: 2px 5px;
  border-radius: var(--card-radius);
  margin-right: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.hwapp-mutiselect-values .mutiselect-value-item .mutiselect-value-item-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--card-height);
  font-size: var(--card-fontsize);
  font-weight: var(--card-fontweight);
  color: var(--card-fontcolor);
}
.hwapp-mutiselect-values .mutiselect-value-item .mutiselect-value-item-close {
  line-height: var(--card-height);
  font-size: var(--card-fontsize);
  font-weight: var(--card-fontweight);
  cursor: pointer;
  margin-left: auto;
}
.hwapp-mutiselect-values .mutiselect-value-item .mutiselect-value-item-close .icon-close-color:before {
  color: var(--card-iconcolor);
}
.hwapp-mutiselect .hwapp-mutiselect-trigger {
  position: absolute;
  right: 0;
  height: 100%;
  width: 10%;
  top: unset;
  border: unset;
  float: right;
}
.hwapp-mutiselect .hwapp-mutiselect-trigger:after {
  content: '';
  border-top: 0;
}
.hwapp-mutiselect-list {
  position: absolute;
  top: 0;
  left: 0;
  color: #e9e9e9;
  border: 1px solid #00baff;
  border-radius: 2px;
  background: #303741;
  opacity: 0;
  transform: translate(0, 5px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  visibility: hidden;
  z-index: 99999;
  overflow: auto;
  max-height: 320px;
  font-size: 12px;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item {
  user-select: none;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  color: var(--list-fontcolor);
}
.hwapp-mutiselect-list .hwapp-mutiselect-item .hwapp-mutiselect-item-label {
  margin-left: 5px;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item .checkbox-icon:before {
  color: var(--list-fontcolor);
}
.hwapp-mutiselect-list .hwapp-mutiselect-item .checkbox-icon-display {
  display: block;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item .checkbox-icon-nodisplay {
  display: none;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item:hover {
  background: var(--list-itemHover);
}
.hwapp-mutiselect-list .hwapp-mutiselect-item-active {
  background: var(--list-itemActive);
}
.hwapp-mutiselect-list-show {
  visibility: visible;
  opacity: 100;
  transform: translate(0, 0);
}
.hwapp-arrow {
  width: 100%;
  height: 100%;
  color: var(--triangle-color);
  margin: 0 auto;
  position: absolute;
  right: var(--triangle-right);
}
.hwapp-arrow svg {
  transform: scale(var(--triangle-scale));
  width: 100%;
  height: 100%;
}

.dlv-obs {
  height: 100%;
}
.obsurl-cmp {
  width: 600px;
  height: 400px;
}
.dlv-obs .dlv-obs-content {
  overflow: auto;
  max-height: 368px;
  margin: 0px 10px;
}
.dlv-obs .dlv-obs-table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: 0;
  color: #999;
  empty-cells: show;
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
}
.dlv-obs-table .dlv-obs-table-chk {
  width: 46px;
  padding-left: 20px;
}
.dlv-obs-table > tbody > tr:nth-child(even) {
  /*background-color: #303136;*/
}
.dlv-obs-table > thead > tr > th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: default;
  outline: 0;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  color: #999;
  font-weight: normal;
  border-left: none;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2f3641;
}
.dlv-obs-table > tbody > tr {
  cursor: pointer;
}
.dlv-obs-table > tbody > tr.dlv-obs-table-row:hover {
  background-color: #3399ff;
  opacity: 0.75;
}
.dlv-obs-table > tbody > tr > td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
  border-top: none;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #373e4a;
  background-color: #282f3b;
}
.dlv-obs-table .dlv-obs-text {
  cursor: pointer;
}
.dlv-obs-table .dlv-obs-text .dlv-obs-file-ioc {
  color: #3EC0F0;
  font-size: 14px;
  margin-right: 14px;
  width: 15px;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.dlv-obs-table .dlv-obs-text .dlv-obs-file {
  color: #3399FF;
  cursor: pointer;
}
.dlv-obs-table .dlv-obs-chk {
  display: none;
}
.dlv-obs-chk + .dlv-obs-chk-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.dlv-obs-chk + .dlv-obs-chk-label .dlv-obs-chk-skin {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  outline: none;
}
.dlv-obs-chk + .dlv-obs-chk-label .dlv-obs-chk-skin::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  height: 6px;
  width: 6px;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dlv-obs-chk + .dlv-obs-chk-label .dlv-obs-chk-text {
  cursor: pointer;
  color: #333;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
}
.dlv-obs-chk:checked + .dlv-obs-chk-label .dlv-obs-chk-skin {
  background-color: #3399ff;
  border-color: #3399ff;
  outline: none;
}
.dlv-obs-chk:checked + .dlv-obs-chk-label .dlv-obs-chk-skin:hover {
  animation: ti-radio-checked-keyframes 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s backwards, ti-scale-down-radio-keyframes 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s backwards;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), content 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.dlv-obs .dlv-obs-link {
  color: #999;
  cursor: pointer;
}
.dlv-obs .dlv-obs-link:hover {
  text-decoration: underline;
}
.dlv-obs .dlv-obs-list {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 10px 0px 10px;
  height: 32px;
  color: #e9e9e9;
}
.dlv-obs .dlv-obs-ul {
  list-style: none;
  padding: 0;
  height: 100%;
}
.dlv-obs-ul li {
  float: left;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
  cursor: default;
}
.dlv-obs-ul .dlv-obs-li::before {
  display: inline-block;
  content: '>';
  padding: 0px 5px;
}


.progress-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: 5px 0;
  position: relative;
}
.progress-bar {
  width: 55%;
  height: 100%;
  background-color: #2c2c54;
  border-right: 5px solid #00c4ff;
  max-width: calc(100% - var(--indentation));
  float: left;
}
.progress-number {
  display: block;
  position: absolute;
  color: #0BF6FF;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  font-size: 40px;
}

.progress-proportion-container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: var(--padding) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-proportion-bar {
  height: 100%;
  border-right: 5px solid #00c4ff;
  position: relative;
}
.progress-proportion-number {
  display: block;
  position: absolute;
  color: #0BF6FF;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1px;
  font-size: 28px;
}
.progress-proportion-text {
  display: block;
  position: absolute;
  white-space: nowrap;
  font-size: 28px;
  top: calc(100% + var(--padding));
  color: #808080;
}


.hwapp-radarscan:after {
  width: 40%;
  height: 50%;
  content: ' ';
  display: block;
  background-image: linear-gradient(140deg, #00ffde 0%, rgba(0, 78, 255, 0) 46%, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0) 100%);
  background-image: var(--after-background);
  position: absolute;
  top: 50%;
  right: 50%;
  width: var(--after-width);
  height: var(--after-height);
  animation: radar-beam 4s infinite;
  animation-duration: var(--after-time);
  animation-timing-function: linear;
  transform-origin: top right;
  border-radius: 0 0 0 100%;
}
@keyframes radar-beam {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hwapp-radarscan-i {
  background-image: linear-gradient(-135deg, #00ffde 0%, rgba(0, 78, 255, 0) 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  animation: radar-beam 4s infinite;
  animation-timing-function: linear;
  transform-origin: top left;
  border-radius: 0 0 100% 0;
}


.hwapp-title {
  width: 100%;
  height: 100%;
}
.hwapp-title .hwapp-title-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hwapp-title .hwapp-title-inner a {
  text-decoration: none;
}




.search-container {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  vertical-align: middle;
}
.search {
  outline: none;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  vertical-align: middle;
  float: left;
}
.icon-search-vAlign {
  color: var(--searchIconColor);
  cursor: pointer;
}
.icon-search-container {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  vertical-align: middle;
}
.search-container input::placeholder {
  color: var(--hintColor);
  font-size: var(--hintFontSize);
}


.dlv-tab {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.dlv-tab .tab {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.dlv-tab .tab:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}

.hwapp-tabbookmark-tabs {
  width: 100%;
  position: absolute;
  z-index: 999;
}
.hwapp-tabbookmark-tabs-h {
  display: flex;
}
.hwapp-tabbookmark-tabs-center {
  left: 50%;
  transform: translateX(-50%);
}
.hwapp-tabbookmark-tab-auto {
  flex: 1;
}
.hwapp-tabbookmark-tab {
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hwapp-tabbookmark-tab.active {
  color: #fff;
}
.hwapp-tabbookmark-tip {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  line-height: 2;
  transform: translate(-50%, -50%);
}
.hwapp-tabbookmark-tip img {
  width: 24px;
}
.layer-active .hwapp-tabbookmark-tip-over {
  display: none;
}
.layer-box .hwapp-tabbookmark-tip-active {
  display: none;
}
.layer-active .hwapp-tabbookmark-tip-active {
  display: block;
}
.layer-box.layer-move-in .cls-dragResize-dragwrap {
  background-color: rgba(50, 244, 255, 0.16);
}
.hwapp-tabbookmark-com-hidden {
  visibility: hidden !important;
}

.hwapp-tabembedpage-tabs {
  width: 100%;
  height: 100%;
  position: absolute;
}
.hwapp-tabembedpage-tabs-h {
  display: flex;
}
.hwapp-tabembedpage-tabs-center {
  left: 50%;
  transform: translateX(-50%);
}
.hwapp-tabembedpage-tab-auto {
  flex: 1;
}
.hwapp-tabembedpage-tab .hwapp-tabembedpage-header {
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, rgba(0, 155, 241, 0.1), rgba(0, 217, 229, 0.1));
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hwapp-tabembedpage-tab.active .hwapp-tabembedpage-header {
  color: #fff;
  background: linear-gradient(90deg, #009bf1, #00d9e5);
}
.hwapp-tabembedpage-body {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
}
.hwapp-tabembedpage-tab .hwapp-tabembedpage-body {
  visibility: hidden;
}
.hwapp-tabembedpage-tab.active .hwapp-tabembedpage-body {
  visibility: visible;
}

.scrollHeader {
  list-style: none;
  padding: 0;
  color: #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
  user-select: none;
  display: table;
  table-layout: fixed;
}
.scrollHeader li {
  height: 100%;
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  vertical-align: middle;
}
.scrollHeader li > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.scrollBody {
  box-sizing: border-box;
  width: 100%;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.scrollBody .scroll_list {
  width: 100%;
  float: left;
  height: 100%;
}
.scrollBody ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  vertical-align: middle;
  table-layout: fixed;
}
.scrollBody ul > li {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scrollBody.wrap ul > li {
  white-space: normal;
  word-break: break-all;
}
.table-img {
  max-width: 100%;
}


.hwapp-text {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hwapp-text .hwapp-text-inner {
  position: relative;
}
.hwapp-text .hwapp-text-inner a {
  text-decoration: none;
}


/**
 * Created on 2018/11/06.
 */
.dlv-timeaxis {
  width: 100%;
  height: 100%;
}
.dlv-timeaxis svg {
  vertical-align: top;
}
.dlv-timeaxis svg .event-line-shape {
  pointer-events: none;
}
.dlv-timeaxis .event-symbol-focus {
  fill: 'red';
}
.dlv-timeaxis .event-symbol-active {
  z-index: 9999;
}

.dlv-timelinev-container {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  overflow: hidden;
}
.dlv-timelinev {
  width: 100%;
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0);
  position: relative;
  overflow: auto;
  padding: 20px 20px 0 0;
}
.dlv-timelinev:after {
  content: "";
  display: table;
  clear: both;
}
.dlv-timelinev-entry {
  clear: both;
  text-align: left;
  position: relative;
  display: flex;
}
.dlv-timelinev-entry .dlv-timelinev-title {
  float: left;
  padding-right: 10px;
  text-align: right;
  position: relative;
  color: #fff;
  word-break: break-word;
}
.dlv-timelinev-entry .dlv-timelinev-title p {
  margin: 0;
  font-size: 100%;
}
.dlv-timelinev-body {
  position: relative;
  margin-left: 20px;
  margin-right: 12px;
  padding: 8px 10px;
  display: block;
  float: right;
  width: auto;
  height: fit-content;
  border: 1px solid #345678;
  color: #fff;
  word-break: break-all;
  justify-content: center;
  box-sizing: border-box;
}
.dlv-timelinev-mark {
  display: flex;
  justify-content: center;
}
.dlv-timelinev-mark-icon {
  position: absolute;
}
.dlv-timelinev-mark-icon:hover {
  transform: scale(1.23);
}
.dlv-timelinev-entry-focus {
  transform: scale(1.23);
}
.dlv-timelinev-mark-line {
  height: 100%;
  width: 4px;
  position: relative;
  top: 10px;
  background: #ddd;
}
.dlv-timelinev-mark:last-child .dlv-timelinev-mark-line {
  opacity: 0;
}
.dlv-timelinev-entry:last-child .dlv-timelinev-mark .dlv-timelinev-mark-line {
  height: 0;
}
.dlv-timelinev::-webkit-scrollbar {
  display: none;
}
.dlv-timelinev .time-left,
.dlv-timelinev .time-right {
  position: relative;
  display: none;
}

.hwapp-title {
  width: 100%;
  height: 100%;
}
.hwapp-title .hwapp-title-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hwapp-title .hwapp-title-inner a {
  text-decoration: none;
}

.hw-map-container {
  width: 100%;
  height: 100%;
}




.hw-map-container {
  width: 100%;
  height: 100%;
}

.video-container {
  width: 100%;
  height: 100%;
}
.hint-information {
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.video-hilens-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.videoElement {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-container .video-containe-player {
  width: 100%;
  height: 100%;
}






















.tooltipQuan {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0066cc;
  margin: 7px 10px 0 0;
  border-radius: 100%;
  vertical-align: top;
}







.dlv-accordion {
  height: inherit;
}
.accordion-header {
  padding-left: 6px;
  height: 31px;
  line-height: 31px;
  border-bottom: 1px solid;
}
.accordion-header .accordion-title {
  height: 100%;
  width: auto;
}
.accordion-header .icon-addNew {
  height: 34px;
  margin-left: 10px;
  cursor: pointer;
}
.accordion-header .icon-addNew:before {
  color: #ddd;
}
.accordion-header .icon-addNew:hover::before {
  color: #3399ff;
}
.accordion {
  height: 28px;
  line-height: 28px;
  padding-left: 6px;
}
.accordion .icon-contextRename {
  cursor: pointer;
  visibility: hidden;
  margin: 0 10px;
  line-height: inherit;
}
.accordion .icon-deleteHighlight {
  cursor: pointer;
  line-height: inherit;
  visibility: hidden;
  color: #fff;
}
.accordion .icon-deleteHighlight:hover::before {
  color: #3399ff;
}
.accordion:hover {
  background: #2E3134;
  opacity: 0.8;
  color: #fff;
}
.accordion:hover .icon-contextRename,
.accordion:hover .icon-deleteHighlight {
  visibility: visible;
}
.accordion:hover .icon-contextRename:hover::before,
.accordion:hover .icon-deleteHighlight:hover::before {
  color: #3399ff;
}
.converter-accordion-unfold .accordion {
  color: #fff;
  background: #2E3134;
}
.converter-accordion-unfold .accordion-content {
  display: block;
  height: 333px;
  margin-bottom: 10px;
}
.converter-accordion-shrink .accordion-content {
  display: none;
}
.accordion-label,
.accordion-item-label {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  line-height: inherit;
  font-size: 12px;
  text-aligh: left;
  text-overflow: ellipsis;
}
.accordion-list {
  height: calc(100% - 29px);
  overflow: auto;
  overflow-x: hidden;
}
.accordion-content {
  display: none;
  color: #d4d4d4;
  padding: 0 10px;
}
.accordion-item-rename {
  display: none;
  margin: 1px 1px 10px;
  width: 200px;
}
input[type="radio"] {
  display: inline;
  height: inherit;
}
.accordion-operation-right {
  height: inherit;
  line-height: inherit;
  margin: 0 19px;
  float: right;
}
.accordion-operation-right .approve-status {
  vertical-align: top;
  margin-right: 8px;
  color: #fff;
  height: 18px;
  line-height: 17px;
  padding: 0 12px;
  border: 1px solid #30343d;
  margin-top: 4px;
  display: inline-block;
  border-radius: 4px;
}
.accordion-operation-right .approve-status.approved {
  color: #3AC295;
}
.accordion-operation-right .approve-status.rejected {
  color: #DE504E;
}
.accordion-operation-right .approve-status.to-approve {
  color: #fff;
}
.accordion .icon-arrow-left-1:before,
.accordion .icon-sort-down:before {
  padding-right: 5px;
}
.accordion-content-row {
  padding: 5px 0;
}
.accordion-content {
  height: 333px;
}
.accordion-add-tips {
  display: none;
  height: 300px;
  color: #fff;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}
.accordion-add-tips span {
  height: 32px;
  line-height: 32px;
}
.accordion-add-tips span:hover {
  color: #3399FF;
}
.accordion-converter-coms {
  display: inline-block;
  height: inherit;
  width: 100px;
  margin-left: 45px;
  position: absolute;
}
.converter-coms-box {
  display: none;
}
.converter-coms-box .converter-bind-com {
  display: inline;
  float: right;
  margin-top: 3px;
}
.converter-tips {
  display: inline;
  color: #3399ff;
  vertical-align: middle;
  font-size: 12px;
}
.accordion-item-com-desc {
  margin-right: 30px;
  height: inherit;
  width: auto;
  line-height: inherit;
  color: #bbb;
  vertical-align: top;
  cursor: context-menu;
}
.accordion-add-content {
  text-align: center;
}
.accordion-img {
  display: inline-block;
  width: 102px;
  height: 53px;
  background-size: 100% 100%;
  background: url(https://res.hc-cdn.com/dlv-console-static/1.0.89/hws/vision/images/tools/addConverter.svg) no-repeat;
}
.accordion-add {
  display: block;
  margin-top: 5px;
}
.accordion-content-header {
  height: 28px;
}
.icon-newTips:before {
  color: #3399ff;
  vertical-align: middle;
  font-size: 12px;
}
.icon-run,
.icon-save {
  font-size: 12px;
}
.dlv-accordion-com {
  height: inherit;
}
.dlv-accordion-com .accordion-header {
  display: none;
  padding: 0 10px 0 6px;
  height: 31px;
  line-height: 31px;
  border-bottom: 1px solid #2E3134;
}
.dlv-accordion-com .accordion-header .accordion-title {
  height: 100%;
  display: none;
}
.dlv-accordion-com .converter-accordion-unfold {
  height: calc(100% - 36px);
}
.dlv-accordion-com .converter-accordion-unfold .accordion {
  color: #fff;
  background: #2E3134;
}
.dlv-accordion-com .converter-accordion-unfold .accordion-content {
  display: block;
  height: 100%;
}
.dlv-accordion-com .converter-editor {
  height: 100%;
}
.dlv-accordion-com .converter-com .converter-editor .hwvdata-ace {
  height: calc(100% - 20px);
}
.converter-save-tips {
  font-size: 12px;
  height: inherit;
  line-height: inherit;
  vertical-align: middle;
}
.rename-error {
  border-color: red;
}


.hwapp-checkbox {
  display: inline-block;
  cursor: pointer;
  padding-top: 6px;
}
.hwapp-checkbox input[type="checkbox"] {
  display: none;
}
.hwapp-checkbox input[type="checkbox"] + label {
  width: 12px;
  height: 12px;
}
.hwapp-checkbox .hwapp-checkbox-bar .icon-checkboxT:hover,
.hwapp-checkbox .hwapp-checkbox-bar .icon-checkboxF:hover {
  color: #00baff;
}
.hwapp-checkbox .hwapp-checkbox-label {
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}
.hwapp-checkbox .hwapp-checkbox-enable {
  font-size: 12px;
  vertical-align: middle;
}

.number-icon {
  height: 14px;
  line-height: 14px;
  background: transparent;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-right: 6px;
}
.hwapp-number {
  position: relative;
  background-color: #16171B;
  border-radius: 2px;
  width: 68px;
  margin-top: 5px;
}
.hwapp-number .hwapp-number-oper-wrap {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.hwapp-number .hwapp-number-oper-wrap .hwapp-number-oper {
  width: 19px;
  position: absolute;
  right: 0;
  text-align: center;
  color: #999;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: #32343b;
}
.hwapp-number .hwapp-number-oper-wrap .hwapp-number-add {
  height: 14px;
  line-height: 14px;
  background: transparent;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-right: 6px;
  top: 0;
  border-bottom: 4px solid #e9e9e9;
  margin-top: 7px;
}
.hwapp-number .hwapp-number-oper-wrap .hwapp-number-add:hover {
  border-bottom: 4px solid #00baff;
}
.hwapp-number .hwapp-number-oper-wrap .hwapp-number-reduce {
  height: 14px;
  line-height: 14px;
  background: transparent;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  margin-right: 6px;
  bottom: 0;
  border-top: 4px solid #e9e9e9;
  margin-bottom: 7px;
}
.hwapp-number .hwapp-number-oper-wrap .hwapp-number-reduce:hover {
  border-top: 4px solid #00baff;
}
.hwapp-number .hwapp-number-input {
  width: 100%;
  height: 26px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  vertical-align: top;
  outline: none;
  background-color: #16171B;
}
.hwapp-number .hwapp-number-input:hover,
.hwapp-number .hwapp-number-input:focus {
  border-color: #00baff;
  border-radius: 2px;
  z-index: 1;
}
.hwapp-number .hwapp-number-input:disabled {
  cursor: not-allowed !important;
  color: #9ea1a6;
  border: 1px solid transparent;
}
.hwapp-number .hwapp-number-input:disabled + .hwapp-number-oper-wrap {
  cursor: not-allowed !important;
  color: #576369;
}
.hwapp-number .hwapp-number-input:disabled + .hwapp-number-oper-wrap .hwapp-number-oper:hover {
  border-color: transparent;
}
.hwapp-number-position {
  width: 200px;
  margin-bottom: 5px;
  position: relative;
}
.hwapp-number-yPosition {
  margin-left: 84px;
}











.hwapp-input {
  position: relative;
  width: 100%;
  height: 30px;
  display: inline-block;
}
.hwapp-input .hwapp-text-input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding-right: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  margin-top: 6px;
  vertical-align: top;
  outline: none;
  background-color: #16171B;
}
.hwapp-input .hwapp-text-input:hover,
.hwapp-input .hwapp-text-input:focus {
  border: 1px solid #3399ff;
}
.hwapp-input .hwapp-text-input::placeholder {
  color: #9EA1A6;
}



.hwapp-reset {
  padding: 7px 0px 0 0;
}
.hwapp-reset-btn {
  opacity: 0.75;
  border: 1px solid #3399FF;
  background: rgba(26, 30, 41, 0.5);
  cursor: pointer;
  padding: 0 15px;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #3399FF;
  font-size: 12px;
  border-radius: 2px;
  margin: 0 0 20px 0;
}
.hwapp-reset-btn:hover {
  opacity: 0.75;
  border: 1px solid #00d7e6;
}


.hwapp-list-select {
  text-align: center;
  padding: 10px 5px;
}
.img-responsive {
  max-width: 100%;
}
.hwapp-list-select-item {
  margin: 0 0 20px 0;
}
.hwapp-list-select-item.active {
  border: solid 1px #00a0ef;
  color: #00a0ef;
}

.hw-condition {
  text-align: right;
  padding: 0 8px 0 0;
}
.hw-condition-edit,
.hw-condition-clear {
  line-height: 34px;
  cursor: pointer;
  font-size: 12px;
}
.hw-condition-clear {
  margin-left: 10px;
}
.hw-condition-dialog {
  position: fixed;
  z-index: 20001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hw-condition-dialog .hw-condition-inner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 560px;
  color: #fff;
  padding: 0 0 30px 0;
  background-color: #373e4a;
  transform: translate(-50%, -50%);
}
.hw-condition-dialog .hw-condition-close {
  text-align: right;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  padding: 10px 15px 0 0;
}
.hw-condition-dialog .hw-condition-header {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 30px;
  border-left: solid 3px #3399FF;
}
.hw-condition-dialog .hw-condition-body {
  padding: 0 30px;
}
.hw-condition-dialog .hw-condition-list {
  overflow: auto;
  height: 300px;
}
.hw-condition-dialog .hw-condition-item,
.hw-condition-dialog .hw-condition-title-item {
  display: flex;
}
.hw-condition-dialog .hw-condition-item {
  display: flex;
  padding: 14px 0 2px;
  border-bottom: solid 1px rgba(223, 225, 230, 0.15);
}
.hw-condition-dialog .hw-condition-title-item > div,
.hw-condition-dialog .hw-condition-item > div {
  margin: 0 2px 0 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.hw-condition-dialog .hw-condition-title-item > div {
  background-color: #434b5a;
  height: 28px;
  padding: 0 0 0 10px;
  line-height: 28px;
}
.hw-condition-dialog .hw-condition-item > div {
  padding: 0 10px 0 10px;
}
.hw-condition-dialog .hw-condition-item:first-child .hw-condition-relation:first-child {
  visibility: hidden;
}
.hw-condition-dialog .hw-condition-key,
.hw-condition-dialog .hw-condition-title-key {
  flex: 1;
}
.hw-condition-dialog .hw-condition-operator,
.hw-condition-dialog .hw-condition-title-operator {
  width: 70px;
}
.hw-condition-dialog .hw-condition-relation,
.hw-condition-dialog .hw-condition-title-relation {
  width: 80px;
}
.hw-condition-dialog .hw-condition-left-pts,
.hw-condition-dialog .hw-condition-title-left-pts {
  width: 110px;
}
.hw-condition-dialog .hw-condition-right-pts,
.hw-condition-dialog .hw-condition-title-right-pts {
  width: 110px;
}
.hw-condition-dialog .hw-condition-command,
.hw-condition-dialog .hw-condition-title-command {
  width: 70px;
}
.hw-condition-dialog .hw-condition-value,
.hw-condition-dialog .hw-condition-title-value {
  flex: 1;
}
.hw-condition-dialog .hw-condition-value .hwapp-text-input,
.hw-condition-dialog .hw-condition-title-value .hwapp-text-input {
  margin: 0;
}
.hw-condition-dialog .icon-add,
.hw-condition-dialog .icon-deleteHighlight {
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
}
.hw-condition-dialog .hw-condition-exp-body {
  border: 1px solid #4F5661;
  margin: 30px 0 20px 0;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.hw-condition-dialog .hw-condition-expression {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.hw-condition-dialog .hw-condition-add {
  margin: 20px 0;
  text-align: right;
}






.hwvdata-style-array {
  position: relative;
  left: -20px;
  top: 0;
  width: 210px;
}
.hwvdata-style-array-row {
  height: 32px;
  padding: 7px 10px;
  color: #e9e9e9;
  box-sizing: border-box;
}
.hwvdata-data-row {
  position: relative;
}
.hwvdata-style-array-data {
  margin: 0 0 0 10px;
}
.hwvdata-style-array-data span {
  display: inline-block;
}
.hwvdata-style-array-label {
  width: 30%;
}
.hwvdata-style-array-cmp {
  width: 60%;
}
.hwvdata-style-array-list {
  margin-top: 1px;
}
.hwvdata-style-array-li:not(:first-of-type) {
  margin-top: 5px;
}












.hwvdata-global-variable {
  padding-top: 10px;
}
.hwvdata-global-variable .hwvdata-global-variable-edit {
  cursor: pointer;
}
.hwvdata-global-variable-table {
  margin: 0 30px 10px 30px;
  height: calc(100% - 70px);
  width: calc(100% - 60px);
  table-layout: fixed;
}
.hwvdata-global-variable-table .hwvdata-global-variable-list {
  height: calc(100% - 28px);
  overflow-y: scroll;
  display: block;
}
.hwvdata-global-params-dlg .hwvdata-global-variable-header {
  background: #393D4A;
}
.hwvdata-global-params-dlg .hwvdata-global-variable-header .hwvdata-global-variable-label {
  border-right: 1px solid #292C35;
}
.hwvdata-global-variable-header {
  color: #fff;
  height: 28px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  background: #2E3134;
  word-break: keep-all;
  display: flex;
}
.hwvdata-global-variable-header span {
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hwvdata-global-variable-header span:last-of-type {
  border-right: 0;
}
.hwvdata-global-variable-header .hwvdata-global-variable-label {
  display: inline-block;
  padding-left: 12px;
}
.hwvdata-global-variable-header .hwvdata-global-variable-name {
  width: 26%;
  margin-left: 8px;
}
.hwvdata-global-variable-header .hwvdata-global-variable-type {
  width: 18.5%;
}
.hwvdata-global-variable-header .hwvdata-global-variable-value {
  width: 41%;
}
.hwvdata-global-variable-header .hwvdata-global-variable-operate {
  width: 8%;
  padding-left: 0;
  border-right: 0;
  text-align: center;
}
.hwvdata-global-variable-item {
  display: flex;
  padding: 7px 0 !important;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #333;
}
.hwvdata-global-variable-item .hwvdata-global-variable-row {
  display: inline-block;
}
.hwvdata-global-variable-item .hwvdata-global-variable-row .hwapp-input,
.hwvdata-global-variable-item .hwvdata-global-variable-row .hwapp-select .hwapp-select-input {
  width: 100%;
  height: 29px;
  line-height: 29px;
}
.hwvdata-global-variable-item .hwvdata-global-variable-row .hwapp-input .hwapp-text-input {
  margin-top: 0;
  height: 100%;
}
.hwvdata-global-variable-item .icon-deleteHighlight {
  margin-left: 23px;
  cursor: pointer;
}
.hwvdata-global-variable-item .icon-deleteHighlight:hover::before {
  color: #3399ff;
}
.hwvdata-global-variable-item .name {
  width: 24.5%;
  margin-left: 20px;
  margin-right: 12px;
}
.hwvdata-global-variable-item .type {
  width: 17.2%;
  margin: 0 12px 0 13px;
}
.hwvdata-global-variable-item .value {
  width: 39.7%;
  margin: 0 13px;
}
.hwvdata-global-variable-item .illegal,
.hwvdata-global-variable-item .illegal:hover,
.hwvdata-global-variable-item .illegal:focus {
  border: 1px solid red;
}
.hwvdata-global-variable-container {
  position: absolute;
  margin: 18px 0 10px 0;
  left: -2px;
  width: 301px;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table {
  margin: 0;
  height: calc(100% - 70px);
  width: 100%;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-list {
  display: block;
  width: 100%;
  height: auto;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-list .hwvdata-global-variable-item {
  display: inline-block;
  width: 100%;
  height: 14px;
  line-height: 14px;
  text-align: left;
  border-bottom: 1px solid #333;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-list .hwvdata-global-variable-row {
  display: inline-block;
  margin: 0 8px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-list .name {
  width: 31%;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-list .type {
  width: 18%;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-list .value {
  width: 30%;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-label {
  padding-left: 8px;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-name {
  width: 34%;
  margin-left: 0px;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-type {
  width: 22%;
}
.hwvdata-global-variable-container .hwvdata-global-variable-table .hwvdata-global-variable-value {
  width: 34%;
}










.hwapp-mutiselect-ui {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #010d22;
  border: 1px solid transparent;
  position: relative;
}
.hwapp-mutiselect-values {
  float: left;
  height: 100%;
  width: 90%;
  padding-left: 2px;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
}
.hwapp-mutiselect-values .mutiselect-value-item {
  height: calc(100% - 12px);
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  padding: 2px 5px;
  border-radius: 2;
  margin-right: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.hwapp-mutiselect-values .mutiselect-value-item .mutiselect-value-item-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hwapp-mutiselect-values .mutiselect-value-item .mutiselect-value-item-close {
  cursor: pointer;
  margin-left: auto;
}
.hwapp-mutiselect-ui .hwapp-mutiselect-trigger {
  position: absolute;
  right: 0;
  height: 100%;
  width: 10%;
  top: unset;
  border: unset;
  float: right;
}
.hwapp-mutiselect-ui .hwapp-mutiselect-trigger:after {
  content: '';
  border-top: 0;
}
.hwapp-mutiselect-list {
  position: absolute;
  top: 0;
  left: 0;
  color: #e9e9e9;
  border: 1px solid #00baff;
  border-radius: 2px;
  background: #303741;
  opacity: 0;
  transform: translate(0, 5px);
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  visibility: hidden;
  z-index: 99999;
  overflow: auto;
  max-height: 320px;
  font-size: 12px;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item {
  user-select: none;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item .hwapp-mutiselect-item-label {
  margin-left: 5px;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item .checkbox-icon-display {
  display: block;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item .checkbox-icon-nodisplay {
  display: none;
}
.hwapp-mutiselect-list .hwapp-mutiselect-item:hover {
  background: var(--list-itemHover);
}
.hwapp-mutiselect-list .hwapp-mutiselect-item-active {
  background: var(--list-itemActive);
}
.hwapp-mutiselect-list-show {
  visibility: visible;
  opacity: 100;
  transform: translate(0, 0);
}
.hwapp-arrow {
  width: 100%;
  height: 100%;
  color: var(--triangle-color);
  margin: 0 auto;
  position: absolute;
  right: var(--triangle-right);
}
.hwapp-arrow svg {
  transform: scale(var(--triangle-scale));
  width: 100%;
  height: 100%;
}





.icon-color:before {
  color: #abbad0;
}
.icon-color:hover:before {
  opacity: 0.75;
}
.scale-area {
  position: absolute;
  right: 30px;
  top: 3px;
}
.scale-reduce {
  float: left;
  width: 20px;
  line-height: 24px;
}
.scale-increase {
  float: left;
  width: 20px;
  line-height: 24px;
  text-align: right;
}
.scale-reduce i {
  cursor: zoom-out;
}
.scale-reduce i:before {
  color: #abbad0;
}
.scale-reduce i:hover:before {
  opacity: 0.75;
}
.scale-increase i {
  cursor: zoom-in;
}
.scale-increase i:before {
  color: #abbad0;
}
.scale-increase i:hover:before {
  opacity: 0.75;
}
.scale-value {
  float: left;
  padding-right: 6px;
  width: 40px;
  color: #abbad0;
  line-height: 24px;
  text-align: right;
}
.scale-selfadaption {
  float: left;
  width: 20px;
  line-height: 24px;
  text-align: right;
}
.scale-selfadaption i {
  cursor: pointer;
}
.scale-selfadaption i:before {
  color: #abbad0;
}
.scale-selfadaption i:hover:before {
  opacity: 0.75;
}







.hwapp-screenhot {
  padding: 0 10px 0 0;
}
.hwapp-screenhot-btn {
  opacity: 0.75;
  border: 1px solid #3399FF;
  background: rgba(26, 30, 41, 0.5);
  cursor: pointer;
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #3399FF;
  font-size: 12px;
  border-radius: 2px;
  margin: 7px 0 6px 0;
}
.hwapp-screenhot-btn:hover {
  opacity: 0.75;
  border: 1px solid #00d7e6;
}
.hwapp-screenhot-btn:disabled {
  color: #eee;
}
.output-2d-container {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(180deg);
  width: 100%;
  height: 100%;
}
.help-tip {
  position: absolute;
  top: 11px;
  right: 101px;
  text-align: center;
  background-color: #22242a;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  cursor: default;
  border: 1px solid #3399FF;
}
.help-tip:before {
  content: '?';
  color: #3399FF;
}
.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.help-tip p {
  display: none;
  text-align: left;
  background-color: #22242a;
  padding: 8px;
  width: 180px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgb(0 0 0%);
  right: -87px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
  top: -59px;
  border: 1px solid #3399FF;
}
.help-tip p:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0;
  border: 5px solid transparent;
  right: 88px;
  top: 50px;
  border-top-color: #3399FF;
}
.help-tip p:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@media (max-width: 1024px) {
  #bsaHolder,
  footer {
    display: none;
  }
}





input[type="range"] {
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: linear-gradient(to right, #32F4FF, #3399FF var(--slider-scale), #16171B var(--slider-scale), #16171B 100%);
  cursor: pointer;
  margin: 5px auto;
  border-radius: 15px;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 100%;
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin-top: -3px;
}
input[type="range"]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  -moz-appearance: none;
  appearance: none;
  border-radius: 100%;
  border: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
input[type="range"]::-ms-thumb {
  width: 10px;
  height: 10px;
  -ms-appearance: none;
  appearance: none;
  border-radius: 100%;
  border: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
input[type="range"]::-slider-thumb {
  width: 10px;
  height: 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 100%;
  border: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  border-radius: 15px;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 4px;
  border-radius: 15px;
  background-color: #009bf1;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 4px;
  border-radius: 15px;
  background-color: #009bf1;
}
input[type="range"]::-ms-fill-lower {
  background-color: #017afd;
}
input[type="range"]::-ms-fill-upper {
  background-color: #aaa;
}
input[type="range"]::-ms-ticks-before {
  dispay: none;
}
input[type="range"]::-ms-ticks-after {
  dispay: none;
}
.hwapp-slider {
  margin-top: 5px;
  margin-bottom: 3px;
  text-align: center;
}
.hwapp-slider .hwapp-slider-thumb {
  padding: 0;
}
.lilist {
  color: #e9e9e9;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.hwapp-slider-content ul {
  margin: 3px 0 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.hwapp-slider-content ul li {
  float: left;
  width: 33.3333%;
  border-top: 1px solid transparent;
  background: transparent;
}
.hwapp-slider-content ul .hwapp-slider-text {
  text-align: center;
}
.hwapp-slider-content ul .hwapp-slider-min {
  text-align: left;
  color: #e9e9e9;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.hwapp-slider-content ul .hwapp-slider-max {
  text-align: right;
  color: #e9e9e9;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.hwapp-slider-content ul .hwapp-slider-value {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  color: #e9e9e9;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  background-color: #16171B;
}
.hwapp-slider-content ul .hwapp-slider-value:hover,
.hwapp-slider-content ul .hwapp-slider-value:focus {
  outline: none;
  border: 1px solid #00baff;
}





.hwvdata-sub-array {
  position: relative;
  left: -50px;
  top: 0;
  width: 240px;
}
.hwvdata-sub-array-row {
  height: 32px;
  padding: 7px 10px;
  color: #e9e9e9;
  box-sizing: border-box;
}
.hwvdata-data-row {
  position: relative;
}
.hwvdata-sub-array-data {
  margin: 0 0 0 10px;
}
.hwvdata-sub-array-data span {
  display: inline-block;
}
.hwvdata-sub-array-label {
  width: 30%;
  vertical-align: top;
  padding: 9px;
}
.hwvdata-sub-array-cmp {
  width: 60%;
}
.hwvdata-sub-array-list {
  margin-top: 1px;
}
.hwvdata-sub-array-li:not(:first-of-type) {
  margin-top: 5px;
}
.hwvdata-form-label.tabconfig {
  display: none;
}
.hwvdata-form-content.tabconfig .hwvdata-sub-array {
  width: 300px;
  margin-left: -8px;
}
.hwvdata-form-content.tabconfig .hwvdata-form-cmp {
  width: 225px;
}









.hwapp-upload-url {
  width: 100%;
  font-size: 12px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #ffffff;
  margin-top: 6px;
  vertical-align: top;
  outline: none;
  background-color: #16171B;
}
.hwapp-upload-url:hover,
.hwapp-upload-url:focus {
  border: 1px solid #00baff;
}
.hwapp-upload-area {
  margin: 12px 0px 20px 0;
  position: relative;
}
.hwapp-upload-text {
  padding-top: 40px;
  height: 60px;
  border: dashed #383A3F 1px;
  border-radius: 2px;
  text-align: center;
  background: #16171B;
}
.hwapp-upload-add {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hwapp-upload-input {
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.hwapp-upload-img {
  display: none;
  min-height: 100px;
}
.hwapp-upload-command {
  position: absolute;
  top: 0px;
  right: 5px;
  display: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.hwapp-upload-replace:hover,
.hwapp-upload-delete:hover {
  color: #00baff;
}
.hwapp-upload-help-tip {
  position: absolute;
  top: 11px;
  right: 230px;
  text-align: center;
  background-color: #22242a;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  cursor: default;
  border: 1px solid #3399FF;
}
.hwapp-upload-help-tip:before {
  content: '?';
  color: #3399FF;
}
.hwapp-upload-help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.hwapp-upload-help-tip p {
  display: none;
  text-align: left;
  background-color: #22242a;
  padding: 8px;
  width: 180px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgb(0 0 0%);
  right: -134px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
  top: -59px;
  border: 1px solid #3399FF;
}
.hwapp-upload-help-tip p:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0;
  border: 5px solid transparent;
  right: 136px;
  top: 50px;
  border-top-color: #3399FF;
}
.hwapp-upload-help-tip p:after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@media (max-width: 1024px) {
  #bsaHolder,
  footer {
    display: none;
  }
}

.hwapp-textarea {
  width: 100%;
  color: #8F9D6A;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #16171B;
  resize: none;
  font-size: 12px;
  letter-spacing: 1px;
}
.hwapp-textarea:focus,
.hwapp-textarea:hover {
  border: none;
  outline: none;
}
.hwapp-var-list {
  position: absolute;
  z-index: 100000;
  max-height: 200px;
  color: #fff;
  background-color: #111;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
}
.hwapp-completion-highlight {
  color: #93ca12;
}






.hwapp-whlinkage {
  text-align: center;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
.hwapp-whlinkage-open {
  background-color: #282F3B;
  border-radius: 2px;
}







/*# sourceMappingURL=0.css.map*/