* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  margin: 0;
  background: #ebebeb;
  line-height: 1.3;
}
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  font-weight: 500;
}
input {
  outline: none;
}
button,
select,
textarea {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
textarea {
  resize: none;
}
table,
th,
td {
  border-collapse: collapse;
}
table {
  border-spacing: 0;
}
a {
  color: #0088e0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.hr {
  height: 0px;
  overflow: hidden;
  margin: 5px 0;
  border-top: 1px solid #eee;
  clear: both;
}
.txt-orange {
  color: orange;
}
.toe {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.word-break {
  word-wrap: break-word;
  word-break: normal;
}
/*强制不换行*/
.oneline {
  white-space: nowrap;
}
.w200 {
  width: 200px;
}
.pd10 {
  padding: 0 10px;
}
.pd15 {
  padding: 0 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt42 {
  margin-top: 42px;
}
.mt-20 {
  margin-top: -20px;
}
/* 隐藏, 通常用来与 JS 配合 */
.none {
  display: none;
}
.block {
  display: block;
}
.hide {
  visibility: hidden;
}
.tac {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex1-5 {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}
.flex2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.clearfix,
.userType2-grid,
.userType3-grid,
.no-right-grid {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.userType2-grid:before,
.userType2-grid:after,
.userType3-grid:before,
.userType3-grid:after,
.no-right-grid:before,
.no-right-grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.userType2-grid:after,
.userType3-grid:after,
.no-right-grid:after {
  clear: both;
}
.color-blue {
  color: #00a7ff;
}
.color-green {
  color: #00fff4;
}
.color-yellow {
  color: #ffb300;
}
.ovh {
  overflow: hidden;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.psr {
  position: relative;
}
html,
body {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.wui-panel {
  position: absolute;
  background: radial-gradient(circle, #050e2b, rgba(8, 19, 56, 0.53));
  border: 1px solid rgba(18, 123, 220, 0.4);
}
.wui-panel .horn-1,
.wui-panel .horn-2,
.wui-panel .horn-3,
.wui-panel .horn-4 {
  position: absolute;
  width: 17px;
  height: 30px;
  border: 3px solid transparent;
}
.wui-panel .horn-1 {
  left: -2px;
  top: -2px;
  border-top-color: #46aaba;
  border-left-color: #46aaba;
}
.wui-panel .horn-2 {
  right: -2px;
  top: -2px;
  border-top-color: #46aaba;
  border-right-color: #46aaba;
}
.wui-panel .horn-3 {
  left: -2px;
  bottom: -2px;
  border-bottom-color: #46aaba;
  border-left-color: #46aaba;
}
.wui-panel .horn-4 {
  right: -2px;
  bottom: -2px;
  border-bottom-color: #46aaba;
  border-right-color: #46aaba;
}
.wui-panel .panel-title {
  position: absolute;
  left: 28px;
  top: -14px;
  z-index: 1;
  height: 26px;
  line-height: 1;
  padding: 0 5px;
  background-color: #040b26;
  font-size: 26px;
}
.wui-panel .panel-content {
  padding: 42px 29px;
  padding-bottom: 0;
}
.wui-title {
  position: relative;
  padding: 6px 5px;
  height: 46px;
  border-bottom: 1px solid rgba(121, 209, 255, 0.3);
}
.wui-title::before {
  width: 12px;
  height: 23px;
  content: url(../../views/home/img/title-icon.png);
}
.wui-title::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 1;
  width: 7px;
  height: 1px;
  border-bottom: 3px solid #00a8ff;
  content: " ";
}
.wui-title span {
  display: inline-block;
  margin-left: 3px;
  color: #1DD0F5;
  font-size: 20px;
}
.wui-title .extend-info {
  float: right;
  margin-top: 8px;
}
.wui-title .iconfont {
  margin-left: 5px;
  font-size: 24px;
}
.wui-smail-title::before {
  content: "0";
  width: 6px;
  height: 18px;
  background: #00A8FF;
  border-radius: 2px;
  color: transparent;
}
.wui-smail-title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}
.wui-panel-mask {
  position: absolute;
  left: 0;
  top: 240px;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #000;
  opacity: 0.5;
}
.wrapper {
  width: 100%;
  height: 100%;
  background-color: #040b26;
}
.wui-head {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 175px;
}
.wui-head-bg {
  background-image: url("../img/top.png");
}
.wui-head-logo {
  position: absolute;
  left: 890px;
  top: 19px;
  width: 173px;
  height: 57px;
}
.wui-head-logo img {
  width: 100%;
  height: 100%;
}
.wui-head-logo-extend {
  position: absolute;
  left: 790px;
  top: 10px;
  width: 350px;
  height: 57px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wui-head-logo-extend div,
.wui-head-logo-extend img,
.wui-head-logo-extend a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wui-head-logo-extend img {
  width: 100%;
  height: 100%;
}
.wui-menu .wui-menu-item {
  color: #0dcaf0;
  background-image: url("../img/menu-item-bg.png");
  background-size: 100% 100%;
  padding-left: 6px;
  float: left;
  width: 185px;
  height: 51px;
}
.wui-menu .wui-menu-item .wui-menu-icon {
  display: block;
  width: 32px;
  height: 32px;
  color: white;
  font-size: 32px;
  padding-top: 6px;
  padding-left: 18px;
  float: left;
}
.wui-menu .wui-menu-item .wui-menu-title {
  display: block;
  color: rgba(205, 229, 255, 0.8);
  font-size: 20px;
  padding-left: 18px;
  padding-top: 14px;
  font-weight: 400;
  float: left;
}
.wui-menu-left {
  position: absolute;
  left: 184px;
  top: 9px;
  width: 790px;
  height: 51px;
}
.wui-menu-right {
  position: absolute;
  left: 1200px;
  top: 9px;
  width: 700px;
  height: 51px;
}
.wui-menu .wui-menu-item.active .wui-menu-title,
.wui-menu .wui-menu-item.active .iconfont {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #cde5ff;
  text-shadow: 0 0 5px #cde5ff;
}
.wui-menu .wui-menu-item.disable {
  opacity: 0.4;
}
.wui-menu .wui-menu-item.disable:hover {
  cursor: not-allowed;
}
.wui-menu-drop {
  position: absolute;
  left: 6px;
  top: 45px;
  z-index: 99;
  display: none;
  width: auto;
  white-space: nowrap;
  background-color: #262a3b;
  border: 1px solid rgba(18, 123, 220, 0.4);
  border-radius: 3px;
}
.wui-menu-drop .menu-drop-item {
  display: block;
  width: auto;
}
.wui-menu-drop .menu-drop-link {
  display: block;
  padding: 10px 12px;
  width: auto;
  color: #e5e5e5;
}
.wui-menu-drop .menu-drop-link:hover {
  background-color: #03618f;
}
.wui-menu-slide {
  cursor: pointer;
}
.wui-menu-slide:hover .iconfont {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #cde5ff;
  text-shadow: 0 0 5px #cde5ff;
}
.wui-menu-slide:hover .wui-menu-drop {
  display: block;
}
.wui-firm-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 225px;
  overflow: hidden;
}
.firm-list-cell {
  margin-bottom: 19px;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
}
.firm-list-cell.up {
  color: green;
}
.firm-list-cell.down {
  color: red;
}
.firm-list-cell:last-child {
  margin-bottom: 0;
}
.firm-list-cell::before {
  margin-right: 5px;
  content: "\2022";
  color: #fff;
}
.firm-list-sjfx {
  margin-top: 5px;
  margin-left: 20px;
}
.firm-list-sjfx .firm-list-cell {
  margin-bottom: 0;
  font-size: 16px;
}
.firm-list-sjfx .firm-list-cell::before {
  font-size: 20px;
}
.wui-warn-list {
  display: block;
}
.wui-warn-list .firm-list-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wui-warn-list .ent-name {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.wui-warn-list .warn-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.wui-warn-list .warn-info.up {
  color: #b9001a;
}
.wui-warn-list .warn-info.down {
  color: #0faf12;
}
@-webkit-keyframes animationupdown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  20% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  30% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  70% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  80% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  90% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animationupdown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  20% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  30% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  40% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  70% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  80% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  90% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-content-map {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 800px;
  z-index: 1;
  width: 800px;
}
.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-item-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.flex-item-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.bg-body {
  background-color: #040b26;
}
.row-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 225px;
}
.row-grid-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
}
.row-grid-right .sjfx-grid {
  min-height: 150px;
}
.col-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.row-grid-12 .col-cell:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.ui-input {
  width: 200px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.map-extend-title {
  position: absolute;
  z-index: 1;
  right: 85px;
  top: 20px;
  color: #1DD0F5;
}
.map-extend-grid {
  position: absolute;
  z-index: 1;
  right: -20px;
  top: 50px;
  width: 240px;
  height: 350px;
}
.map-extend-btn {
  position: absolute;
  z-index: 1;
  right: 91px;
  top: 22px;
}
.row-grid-nbck {
  min-height: 50px;
}
.row-grid-nbck .col-cell {
  line-height: 50px;
  text-align: center;
}
.row-grid-nbck .span {
  font-size: 22px;
}
.row-grid-nbck .label {
  font-size: 14px;
}
.ui-lenged-item {
  width: 100%;
  text-align: center;
}
.ui-lenged-item .lenged-cell {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
  background: #fff;
}
.ui-lenged-item .lenged-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.ui-lenged-item.red .lenged-cell {
  background-color: #b9001a;
}
.ui-lenged-item.blue .lenged-cell {
  background-color: #1387cd;
}
.ui-lenged-item.green .lenged-cell {
  background-color: #0faf12;
}
.userType2-grid,
.userType3-grid,
.no-right-grid {
  position: relative;
}
.no-right-matte {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #040b26 url(../img/matte3.png) no-repeat center;
}
.wui-chart-tips {
  font-size: 14px;
  display: block;
  text-align: right;
  margin-top: 5px;
  color: #aaa;
}
.more-dialog {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 1;
}
.globle-logout-div {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 20px;
}
.top-current-title {
  position: absolute;
  left: 45px;
  top: -25px;
  font-size: 18px;
  color: #fff;
}
.mid-top-title {
  margin: -30px auto 0;
  width: 60%;
  height: 51px;
  background: url(../img/title-bg.png) no-repeat;
  background-position: center;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #ddd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}
::-webkit-scrollbar-thumb:active {
  background: #999;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc;
}
/*# sourceMappingURL=style.css.map */